Path: blob/main/packages/quarto-types/package-lock.json
6463 views
{1"name": "@quarto/types",2"version": "0.1.0",3"lockfileVersion": 3,4"requires": true,5"packages": {6"": {7"name": "@quarto/types",8"version": "0.1.0",9"license": "MIT",10"devDependencies": {11"@types/node": "^24.9.1",12"dts-bundle-generator": "^9.5.1",13"typescript": "^5.9.3"14}15},16"node_modules/@types/node": {17"version": "24.9.1",18"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz",19"integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==",20"dev": true,21"license": "MIT",22"dependencies": {23"undici-types": "~7.16.0"24}25},26"node_modules/ansi-regex": {27"version": "5.0.1",28"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",29"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",30"dev": true,31"license": "MIT",32"engines": {33"node": ">=8"34}35},36"node_modules/ansi-styles": {37"version": "4.3.0",38"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",39"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",40"dev": true,41"license": "MIT",42"dependencies": {43"color-convert": "^2.0.1"44},45"engines": {46"node": ">=8"47},48"funding": {49"url": "https://github.com/chalk/ansi-styles?sponsor=1"50}51},52"node_modules/cliui": {53"version": "8.0.1",54"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",55"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",56"dev": true,57"license": "ISC",58"dependencies": {59"string-width": "^4.2.0",60"strip-ansi": "^6.0.1",61"wrap-ansi": "^7.0.0"62},63"engines": {64"node": ">=12"65}66},67"node_modules/color-convert": {68"version": "2.0.1",69"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",70"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",71"dev": true,72"license": "MIT",73"dependencies": {74"color-name": "~1.1.4"75},76"engines": {77"node": ">=7.0.0"78}79},80"node_modules/color-name": {81"version": "1.1.4",82"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",83"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",84"dev": true,85"license": "MIT"86},87"node_modules/dts-bundle-generator": {88"version": "9.5.1",89"resolved": "https://registry.npmjs.org/dts-bundle-generator/-/dts-bundle-generator-9.5.1.tgz",90"integrity": "sha512-DxpJOb2FNnEyOzMkG11sxO2dmxPjthoVWxfKqWYJ/bI/rT1rvTMktF5EKjAYrRZu6Z6t3NhOUZ0sZ5ZXevOfbA==",91"dev": true,92"license": "MIT",93"dependencies": {94"typescript": ">=5.0.2",95"yargs": "^17.6.0"96},97"bin": {98"dts-bundle-generator": "dist/bin/dts-bundle-generator.js"99},100"engines": {101"node": ">=14.0.0"102}103},104"node_modules/emoji-regex": {105"version": "8.0.0",106"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",107"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",108"dev": true,109"license": "MIT"110},111"node_modules/escalade": {112"version": "3.2.0",113"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",114"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",115"dev": true,116"license": "MIT",117"engines": {118"node": ">=6"119}120},121"node_modules/get-caller-file": {122"version": "2.0.5",123"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",124"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",125"dev": true,126"license": "ISC",127"engines": {128"node": "6.* || 8.* || >= 10.*"129}130},131"node_modules/is-fullwidth-code-point": {132"version": "3.0.0",133"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",134"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",135"dev": true,136"license": "MIT",137"engines": {138"node": ">=8"139}140},141"node_modules/require-directory": {142"version": "2.1.1",143"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",144"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",145"dev": true,146"license": "MIT",147"engines": {148"node": ">=0.10.0"149}150},151"node_modules/string-width": {152"version": "4.2.3",153"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",154"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",155"dev": true,156"license": "MIT",157"dependencies": {158"emoji-regex": "^8.0.0",159"is-fullwidth-code-point": "^3.0.0",160"strip-ansi": "^6.0.1"161},162"engines": {163"node": ">=8"164}165},166"node_modules/strip-ansi": {167"version": "6.0.1",168"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",169"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",170"dev": true,171"license": "MIT",172"dependencies": {173"ansi-regex": "^5.0.1"174},175"engines": {176"node": ">=8"177}178},179"node_modules/typescript": {180"version": "5.9.3",181"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",182"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",183"dev": true,184"license": "Apache-2.0",185"bin": {186"tsc": "bin/tsc",187"tsserver": "bin/tsserver"188},189"engines": {190"node": ">=14.17"191}192},193"node_modules/undici-types": {194"version": "7.16.0",195"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",196"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",197"dev": true,198"license": "MIT"199},200"node_modules/wrap-ansi": {201"version": "7.0.0",202"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",203"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",204"dev": true,205"license": "MIT",206"dependencies": {207"ansi-styles": "^4.0.0",208"string-width": "^4.1.0",209"strip-ansi": "^6.0.0"210},211"engines": {212"node": ">=10"213},214"funding": {215"url": "https://github.com/chalk/wrap-ansi?sponsor=1"216}217},218"node_modules/y18n": {219"version": "5.0.8",220"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",221"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",222"dev": true,223"license": "ISC",224"engines": {225"node": ">=10"226}227},228"node_modules/yargs": {229"version": "17.7.2",230"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",231"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",232"dev": true,233"license": "MIT",234"dependencies": {235"cliui": "^8.0.1",236"escalade": "^3.1.1",237"get-caller-file": "^2.0.5",238"require-directory": "^2.1.1",239"string-width": "^4.2.3",240"y18n": "^5.0.5",241"yargs-parser": "^21.1.1"242},243"engines": {244"node": ">=12"245}246},247"node_modules/yargs-parser": {248"version": "21.1.1",249"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",250"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",251"dev": true,252"license": "ISC",253"engines": {254"node": ">=12"255}256}257}258}259260261