mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-16 04:02:15 +00:00
24960 lines
638 KiB
JSON
24960 lines
638 KiB
JSON
{
|
|
"name": "conky-website",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "conky-website",
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"@fontsource-variable/fira-code": "^5.0.18",
|
|
"@fontsource-variable/inter": "^5.0.18",
|
|
"@fontsource-variable/newsreader": "^5.0.19",
|
|
"@headlessui/react": "^2.0.4",
|
|
"@netlify/plugin-nextjs": "^5.3.2",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"classnames": "^2.5.1",
|
|
"colord": "^2.9.3",
|
|
"follow-redirects": "^1.15.6",
|
|
"fuse.js": "^7.0.0",
|
|
"gray-matter": "^4.0.3",
|
|
"inter-ui": "^4.0.2",
|
|
"next": "^14.2.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-feather": "^2.0.10",
|
|
"rehype-parse": "^9.0.0",
|
|
"rehype-react": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@grpc/grpc-js": ">=1.10.9",
|
|
"@types/eslint": "^8.56.10",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^20.14.2",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
"@typescript-eslint/parser": "^7.13.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"braces": ">=3.0.3",
|
|
"cypress": "^13.11.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.2.3",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-cypress": "^3.3.0",
|
|
"eslint-plugin-mdx": "^3.1.5",
|
|
"js-yaml": "^4.1.0",
|
|
"netlify-cli": "^17.26.2",
|
|
"netlify-plugin-cypress": "^2.2.1",
|
|
"next-remote-watch": "2.0.0",
|
|
"postcss": "^8.4.38",
|
|
"rehype-stringify": "^10.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.0",
|
|
"start-server-and-test": "^2.0.4",
|
|
"tailwindcss": "^3.4.4",
|
|
"tsx": "^4.15.2",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
},
|
|
"node_modules/@aashutoshrathi/word-wrap": {
|
|
"version": "1.2.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@alloc/quick-lru": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.23.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/highlight": "^7.23.4",
|
|
"chalk": "^2.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.22.20",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
"chalk": "^2.4.2",
|
|
"js-tokens": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerator-runtime": "^0.13.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@colors/colors": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/@cypress/request": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"aws-sign2": "~0.7.0",
|
|
"aws4": "^1.8.0",
|
|
"caseless": "~0.12.0",
|
|
"combined-stream": "~1.0.6",
|
|
"extend": "~3.0.2",
|
|
"forever-agent": "~0.6.1",
|
|
"form-data": "~2.3.2",
|
|
"http-signature": "~1.3.6",
|
|
"is-typedarray": "~1.0.0",
|
|
"isstream": "~0.1.2",
|
|
"json-stringify-safe": "~5.0.1",
|
|
"mime-types": "~2.1.19",
|
|
"performance-now": "^2.1.0",
|
|
"qs": "6.10.4",
|
|
"safe-buffer": "^5.1.2",
|
|
"tough-cookie": "^4.1.3",
|
|
"tunnel-agent": "^0.6.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/@cypress/xvfb": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.1.0",
|
|
"lodash.once": "^4.1.1"
|
|
}
|
|
},
|
|
"node_modules/@cypress/xvfb/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/darwin-arm64": {
|
|
"version": "0.21.5",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@eslint-community/eslint-utils": {
|
|
"version": "4.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint-community/regexpp": {
|
|
"version": "4.10.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc": {
|
|
"version": "2.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.3.2",
|
|
"espree": "^9.6.0",
|
|
"globals": "^13.19.0",
|
|
"ignore": "^5.2.0",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^3.1.2",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@eslint/js": {
|
|
"version": "8.57.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@floating-ui/core": {
|
|
"version": "1.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/utils": "^0.2.0"
|
|
}
|
|
},
|
|
"node_modules/@floating-ui/dom": {
|
|
"version": "1.6.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/core": "^1.0.0",
|
|
"@floating-ui/utils": "^0.2.0"
|
|
}
|
|
},
|
|
"node_modules/@floating-ui/react": {
|
|
"version": "0.26.16",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/react-dom": "^2.1.0",
|
|
"@floating-ui/utils": "^0.2.0",
|
|
"tabbable": "^6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0",
|
|
"react-dom": ">=16.8.0"
|
|
}
|
|
},
|
|
"node_modules/@floating-ui/react-dom": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/dom": "^1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0",
|
|
"react-dom": ">=16.8.0"
|
|
}
|
|
},
|
|
"node_modules/@floating-ui/utils": {
|
|
"version": "0.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@fontsource-variable/fira-code": {
|
|
"version": "5.0.18",
|
|
"license": "OFL-1.1"
|
|
},
|
|
"node_modules/@fontsource-variable/inter": {
|
|
"version": "5.0.18",
|
|
"license": "OFL-1.1"
|
|
},
|
|
"node_modules/@fontsource-variable/newsreader": {
|
|
"version": "5.0.19",
|
|
"license": "OFL-1.1"
|
|
},
|
|
"node_modules/@grpc/grpc-js": {
|
|
"version": "1.10.9",
|
|
"resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.10.9.tgz",
|
|
"integrity": "sha512-5tcgUctCG0qoNyfChZifz2tJqbRbXVO9J7X6duFcOjY3HUNCxg5D0ZCK7EP9vIcZ0zRpLU9bWkyCqVCLZ46IbQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@grpc/proto-loader": "^0.7.13",
|
|
"@js-sdsl/ordered-map": "^4.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.10.0"
|
|
}
|
|
},
|
|
"node_modules/@grpc/proto-loader": {
|
|
"version": "0.7.13",
|
|
"resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.7.13.tgz",
|
|
"integrity": "sha512-AiXO/bfe9bmxBjxxtYxFAXGZvMaN5s8kO+jBHAJCON8rJoB5YS/D6X7ZNc6XQkuHNmyl4CYaMI1fJ/Gn27RGGw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"lodash.camelcase": "^4.3.0",
|
|
"long": "^5.0.0",
|
|
"protobufjs": "^7.2.5",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"bin": {
|
|
"proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/topo": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@headlessui/react": {
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/react": "^0.26.13",
|
|
"@react-aria/focus": "^3.16.2",
|
|
"@react-aria/interactions": "^3.21.1",
|
|
"@tanstack/react-virtual": "3.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/config-array": {
|
|
"version": "0.11.14",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@humanwhocodes/object-schema": "^2.0.2",
|
|
"debug": "^4.3.1",
|
|
"minimatch": "^3.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.10.0"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/module-importer": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.22"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/object-schema": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@isaacs/cliui": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^5.1.2",
|
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
"wrap-ansi": "^8.1.0",
|
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/ansi-regex": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/wrap-ansi": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.1.0",
|
|
"string-width": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/set-array": "^1.0.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/set-array": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.15",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.18",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "3.1.0",
|
|
"@jridgewell/sourcemap-codec": "1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.14",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@js-sdsl/ordered-map": {
|
|
"version": "4.4.2",
|
|
"resolved": "https://registry.npmjs.org/@js-sdsl/ordered-map/-/ordered-map-4.4.2.tgz",
|
|
"integrity": "sha512-iUKgm52T8HOE/makSxjqoWhe95ZJA1/G1sYsGev2JDKUSS14KAgg1LHb+Ba+IPow0xflbnSkOsZcO08C7w1gYw==",
|
|
"dev": true,
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/js-sdsl"
|
|
}
|
|
},
|
|
"node_modules/@koa/cors": {
|
|
"version": "3.4.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"vary": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@netlify/plugin-nextjs": {
|
|
"version": "5.3.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@next/env": {
|
|
"version": "14.2.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@next/eslint-plugin-next": {
|
|
"version": "14.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"glob": "10.3.10"
|
|
}
|
|
},
|
|
"node_modules/@next/eslint-plugin-next/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@next/eslint-plugin-next/node_modules/glob": {
|
|
"version": "10.3.10",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.3.5",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@next/eslint-plugin-next/node_modules/minimatch": {
|
|
"version": "9.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@next/swc-darwin-arm64": {
|
|
"version": "14.2.3",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
"version": "2.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"run-parallel": "^1.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.stat": {
|
|
"version": "2.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.walk": {
|
|
"version": "1.2.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/config": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
"ci-info": "^4.0.0",
|
|
"ini": "^4.1.0",
|
|
"nopt": "^7.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"read-package-json-fast": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"walk-up-path": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/config/node_modules/ci-info": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/config/node_modules/ini": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/map-workspaces": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
"glob": "^10.2.2",
|
|
"minimatch": "^9.0.0",
|
|
"read-package-json-fast": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/map-workspaces/node_modules/glob": {
|
|
"version": "10.3.10",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.3.5",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/name-from-folder": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@pkgr/core": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts"
|
|
}
|
|
},
|
|
"node_modules/@pkgr/utils": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"is-glob": "^4.0.3",
|
|
"open": "^8.4.0",
|
|
"picocolors": "^1.0.0",
|
|
"tiny-glob": "^0.2.9",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts"
|
|
}
|
|
},
|
|
"node_modules/@pkgr/utils/node_modules/open": {
|
|
"version": "8.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-lazy-prop": "^2.0.0",
|
|
"is-docker": "^2.1.1",
|
|
"is-wsl": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@protobufjs/aspromise": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
|
|
"integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@protobufjs/base64": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
|
|
"integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@protobufjs/codegen": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
|
|
"integrity": "sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@protobufjs/eventemitter": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
|
|
"integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@protobufjs/fetch": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.0.tgz",
|
|
"integrity": "sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@protobufjs/aspromise": "^1.1.1",
|
|
"@protobufjs/inquire": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/@protobufjs/float": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
|
|
"integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@protobufjs/inquire": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.0.tgz",
|
|
"integrity": "sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@protobufjs/path": {
|
|
"version": "1.1.2",
|
|
"resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
|
|
"integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@protobufjs/pool": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
|
|
"integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@protobufjs/utf8": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz",
|
|
"integrity": "sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@react-aria/focus": {
|
|
"version": "3.17.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/interactions": "^3.21.3",
|
|
"@react-aria/utils": "^3.24.1",
|
|
"@react-types/shared": "^3.23.1",
|
|
"@swc/helpers": "^0.5.0",
|
|
"clsx": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/interactions": {
|
|
"version": "3.21.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/ssr": "^3.9.4",
|
|
"@react-aria/utils": "^3.24.1",
|
|
"@react-types/shared": "^3.23.1",
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/ssr": {
|
|
"version": "3.9.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-aria/utils": {
|
|
"version": "3.24.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@react-aria/ssr": "^3.9.4",
|
|
"@react-stately/utils": "^3.10.1",
|
|
"@react-types/shared": "^3.23.1",
|
|
"@swc/helpers": "^0.5.0",
|
|
"clsx": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-stately/utils": {
|
|
"version": "3.10.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@react-types/shared": {
|
|
"version": "3.23.1",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@rushstack/eslint-patch": {
|
|
"version": "1.5.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@sideway/address": {
|
|
"version": "4.1.5",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sideway/formula": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@sideway/pinpoint": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@sindresorhus/is": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@swc/counter": {
|
|
"version": "0.1.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@swc/helpers": {
|
|
"version": "0.5.5",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@swc/counter": "^0.1.3",
|
|
"tslib": "^2.4.0"
|
|
}
|
|
},
|
|
"node_modules/@szmarczak/http-timer": {
|
|
"version": "4.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defer-to-connect": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@tailwindcss/typography": {
|
|
"version": "0.5.13",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.castarray": "^4.4.0",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.merge": "^4.6.2",
|
|
"postcss-selector-parser": "6.0.10"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": ">=3.0.0 || insiders"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/react-virtual": {
|
|
"version": "3.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tanstack/virtual-core": "3.5.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tanstack/virtual-core": {
|
|
"version": "3.5.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
}
|
|
},
|
|
"node_modules/@tootallnate/once": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/@types/acorn": {
|
|
"version": "4.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/cacheable-request": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/http-cache-semantics": "*",
|
|
"@types/keyv": "^3.1.4",
|
|
"@types/node": "*",
|
|
"@types/responselike": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/concat-stream": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/debug": {
|
|
"version": "4.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/ms": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/eslint": {
|
|
"version": "8.56.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*",
|
|
"@types/json-schema": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/estree": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/estree-jsx": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/hast": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/http-cache-semantics": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/is-empty": {
|
|
"version": "1.2.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/js-yaml": {
|
|
"version": "4.0.9",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/json-schema": {
|
|
"version": "7.0.15",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/json5": {
|
|
"version": "0.0.29",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/keyv": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/mdast": {
|
|
"version": "3.0.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/ms": {
|
|
"version": "0.7.31",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "20.14.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~5.26.4"
|
|
}
|
|
},
|
|
"node_modules/@types/prop-types": {
|
|
"version": "15.7.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/react": {
|
|
"version": "18.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/prop-types": "*",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@types/react-dom": {
|
|
"version": "18.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/responselike": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/sinonjs__fake-timers": {
|
|
"version": "8.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/sizzle": {
|
|
"version": "2.3.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/supports-color": {
|
|
"version": "8.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/unist": {
|
|
"version": "2.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/yauzl": {
|
|
"version": "2.10.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/regexpp": "^4.10.0",
|
|
"@typescript-eslint/scope-manager": "7.13.0",
|
|
"@typescript-eslint/type-utils": "7.13.0",
|
|
"@typescript-eslint/utils": "7.13.0",
|
|
"@typescript-eslint/visitor-keys": "7.13.0",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.3.1",
|
|
"natural-compare": "^1.4.0",
|
|
"ts-api-utils": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^7.0.0",
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "7.13.0",
|
|
"@typescript-eslint/types": "7.13.0",
|
|
"@typescript-eslint/typescript-estree": "7.13.0",
|
|
"@typescript-eslint/visitor-keys": "7.13.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "7.13.0",
|
|
"@typescript-eslint/visitor-keys": "7.13.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "7.13.0",
|
|
"@typescript-eslint/utils": "7.13.0",
|
|
"debug": "^4.3.4",
|
|
"ts-api-utils": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/types": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "7.13.0",
|
|
"@typescript-eslint/visitor-keys": "7.13.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^9.0.4",
|
|
"semver": "^7.6.0",
|
|
"ts-api-utils": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
"version": "9.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/utils": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
"@typescript-eslint/scope-manager": "7.13.0",
|
|
"@typescript-eslint/types": "7.13.0",
|
|
"@typescript-eslint/typescript-estree": "7.13.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.56.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "7.13.0",
|
|
"eslint-visitor-keys": "^3.4.3"
|
|
},
|
|
"engines": {
|
|
"node": "^18.18.0 || >=20.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@ungap/structured-clone": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/abbrev": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/accepts": {
|
|
"version": "1.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "~2.1.34",
|
|
"negotiator": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.11.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-jsx": {
|
|
"version": "5.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/aggregate-error": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/ansi-colors": {
|
|
"version": "4.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ansi-escape-sequences": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-back": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-escapes": {
|
|
"version": "4.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.21.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ansi-escapes/node_modules/type-fest": {
|
|
"version": "0.21.3",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/any-promise": {
|
|
"version": "1.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/anymatch": {
|
|
"version": "3.1.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/arch": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/arg": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "Python-2.0"
|
|
},
|
|
"node_modules/aria-query": {
|
|
"version": "5.1.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.5"
|
|
}
|
|
},
|
|
"node_modules/array-back": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/array-buffer-byte-length": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"is-array-buffer": "^3.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-flatten": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/array-includes": {
|
|
"version": "3.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"get-intrinsic": "^1.1.3",
|
|
"is-string": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.findlastindex": {
|
|
"version": "1.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"es-shim-unscopables": "^1.0.0",
|
|
"get-intrinsic": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flat": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flatmap": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.tosorted": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"es-shim-unscopables": "^1.0.0",
|
|
"get-intrinsic": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/arraybuffer.prototype.slice": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.0",
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"get-intrinsic": "^1.2.1",
|
|
"is-array-buffer": "^3.0.2",
|
|
"is-shared-array-buffer": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/asn1": {
|
|
"version": "0.2.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"node_modules/assert-plus": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/ast-types-flow": {
|
|
"version": "0.0.7",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/astral-regex": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/async": {
|
|
"version": "3.2.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/asynciterator.prototype": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/asynckit": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/at-least-node": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/autoprefixer": {
|
|
"version": "10.4.19",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.23.0",
|
|
"caniuse-lite": "^1.0.30001599",
|
|
"fraction.js": "^4.3.7",
|
|
"normalize-range": "^0.1.2",
|
|
"picocolors": "^1.0.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"bin": {
|
|
"autoprefixer": "bin/autoprefixer"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/available-typed-arrays": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/aws-sign2": {
|
|
"version": "0.7.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/aws4": {
|
|
"version": "1.12.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/axe-core": {
|
|
"version": "4.6.3",
|
|
"dev": true,
|
|
"license": "MPL-2.0",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/axios": {
|
|
"version": "1.6.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.15.4",
|
|
"form-data": "^4.0.0",
|
|
"proxy-from-env": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/axios/node_modules/form-data": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/axios/node_modules/proxy-from-env": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/axobject-query": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.5"
|
|
}
|
|
},
|
|
"node_modules/bail": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/base64-js": {
|
|
"version": "1.5.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/basic-auth": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "5.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/basic-auth/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/batch": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bcrypt-pbkdf": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"tweetnacl": "^0.14.3"
|
|
}
|
|
},
|
|
"node_modules/binary-extensions": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/bl": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"node_modules/bl/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/blob-util": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/bluebird": {
|
|
"version": "3.7.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/body-parser": {
|
|
"version": "1.20.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"content-type": "~1.0.5",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"on-finished": "2.4.1",
|
|
"qs": "6.11.0",
|
|
"raw-body": "2.5.2",
|
|
"type-is": "~1.6.18",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/http-errors": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "2.0.0",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/body-parser/node_modules/qs": {
|
|
"version": "6.11.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.23.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caniuse-lite": "^1.0.30001587",
|
|
"electron-to-chromium": "^1.4.668",
|
|
"node-releases": "^2.0.14",
|
|
"update-browserslist-db": "^1.0.13"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"node_modules/buffer": {
|
|
"version": "5.7.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"node_modules/buffer-crc32": {
|
|
"version": "0.2.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/buffer-from": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/busboy": {
|
|
"version": "1.6.0",
|
|
"dependencies": {
|
|
"streamsearch": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.16.0"
|
|
}
|
|
},
|
|
"node_modules/byte-size": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/bytes": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/cache-content-type": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "^2.1.18",
|
|
"ylru": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/cacheable-lookup": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/keyv": "^3.1.1",
|
|
"keyv": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone-response": "^1.0.2",
|
|
"get-stream": "^5.1.0",
|
|
"http-cache-semantics": "^4.0.0",
|
|
"keyv": "^4.0.0",
|
|
"lowercase-keys": "^2.0.0",
|
|
"normalize-url": "^6.0.1",
|
|
"responselike": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cachedir": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/call-bind": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1",
|
|
"get-intrinsic": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/callsites": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/camelcase-css": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/caniuse-lite": {
|
|
"version": "1.0.30001600",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "CC-BY-4.0"
|
|
},
|
|
"node_modules/caseless": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/ccount": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/character-entities": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/character-entities-html4": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/character-entities-legacy": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/character-reference-invalid": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/check-more-types": {
|
|
"version": "2.24.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/chokidar": {
|
|
"version": "3.5.3",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"anymatch": "~3.1.2",
|
|
"braces": "~3.0.2",
|
|
"glob-parent": "~5.1.2",
|
|
"is-binary-path": "~2.1.0",
|
|
"is-glob": "~4.0.1",
|
|
"normalize-path": "~3.0.0",
|
|
"readdirp": "~3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.10.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/chownr": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ci-info": {
|
|
"version": "3.8.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/classnames": {
|
|
"version": "2.5.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/clean-stack": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/cli-cursor": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-table3": {
|
|
"version": "0.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "10.* || >= 12.*"
|
|
},
|
|
"optionalDependencies": {
|
|
"@colors/colors": "1.5.0"
|
|
}
|
|
},
|
|
"node_modules/cli-truncate": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"slice-ansi": "^3.0.0",
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/client-only": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cliui": {
|
|
"version": "8.0.1",
|
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/clone-response": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-response": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/clone-response/node_modules/mimic-response": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/clsx": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/co": {
|
|
"version": "4.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">= 1.0.0",
|
|
"node": ">= 0.12.0"
|
|
}
|
|
},
|
|
"node_modules/co-body": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inflation": "^2.0.0",
|
|
"qs": "^6.5.2",
|
|
"raw-body": "^2.3.3",
|
|
"type-is": "^1.6.16"
|
|
}
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colord": {
|
|
"version": "2.9.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colorette": {
|
|
"version": "2.0.19",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/combined-stream": {
|
|
"version": "1.0.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"delayed-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/comma-separated-tokens": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/command-line-args": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-back": "^3.1.0",
|
|
"find-replace": "^3.0.0",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"typical": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/command-line-args/node_modules/array-back": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/command-line-args/node_modules/typical": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/command-line-usage": {
|
|
"version": "6.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-back": "^4.0.2",
|
|
"chalk": "^2.4.2",
|
|
"table-layout": "^1.0.2",
|
|
"typical": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/command-line-usage/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/command-line-usage/node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/command-line-usage/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/command-line-usage/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/command-line-usage/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/command-line-usage/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/command-line-usage/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/command-line-usage/node_modules/typical": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/common-log-format": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"clf": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/common-tags": {
|
|
"version": "1.8.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/compressible": {
|
|
"version": "2.0.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": ">= 1.43.0 < 2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-stream": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >= 6.0"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.0.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/concat-stream/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/content-disposition": {
|
|
"version": "0.5.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/content-type": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/cookie": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/cookie-signature": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cookies": {
|
|
"version": "0.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "~2.0.0",
|
|
"keygrip": "~1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/copy-to": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/core-util-is": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/create-mixin": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/cross-fetch": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "2.6.7"
|
|
}
|
|
},
|
|
"node_modules/cross-fetch/node_modules/node-fetch": {
|
|
"version": "2.6.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/cross-spawn": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/cssesc": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"cssesc": "bin/cssesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/csstype": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cypress": {
|
|
"version": "13.11.0",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cypress/request": "^3.0.0",
|
|
"@cypress/xvfb": "^1.2.4",
|
|
"@types/sinonjs__fake-timers": "8.1.1",
|
|
"@types/sizzle": "^2.3.2",
|
|
"arch": "^2.2.0",
|
|
"blob-util": "^2.0.2",
|
|
"bluebird": "^3.7.2",
|
|
"buffer": "^5.7.1",
|
|
"cachedir": "^2.3.0",
|
|
"chalk": "^4.1.0",
|
|
"check-more-types": "^2.24.0",
|
|
"cli-cursor": "^3.1.0",
|
|
"cli-table3": "~0.6.1",
|
|
"commander": "^6.2.1",
|
|
"common-tags": "^1.8.0",
|
|
"dayjs": "^1.10.4",
|
|
"debug": "^4.3.4",
|
|
"enquirer": "^2.3.6",
|
|
"eventemitter2": "6.4.7",
|
|
"execa": "4.1.0",
|
|
"executable": "^4.1.1",
|
|
"extract-zip": "2.0.1",
|
|
"figures": "^3.2.0",
|
|
"fs-extra": "^9.1.0",
|
|
"getos": "^3.2.1",
|
|
"is-ci": "^3.0.1",
|
|
"is-installed-globally": "~0.4.0",
|
|
"lazy-ass": "^1.6.0",
|
|
"listr2": "^3.8.3",
|
|
"lodash": "^4.17.21",
|
|
"log-symbols": "^4.0.0",
|
|
"minimist": "^1.2.8",
|
|
"ospath": "^1.2.2",
|
|
"pretty-bytes": "^5.6.0",
|
|
"process": "^0.11.10",
|
|
"proxy-from-env": "1.0.0",
|
|
"request-progress": "^3.0.0",
|
|
"semver": "^7.5.3",
|
|
"supports-color": "^8.1.1",
|
|
"tmp": "~0.2.1",
|
|
"untildify": "^4.0.0",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"bin": {
|
|
"cypress": "bin/cypress"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/cypress/node_modules/commander": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/cypress/node_modules/execa": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"get-stream": "^5.0.0",
|
|
"human-signals": "^1.1.1",
|
|
"is-stream": "^2.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^4.0.0",
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-final-newline": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/cypress/node_modules/fs-extra": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"at-least-node": "^1.0.0",
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/cypress/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cypress/node_modules/human-signals": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8.12.0"
|
|
}
|
|
},
|
|
"node_modules/cypress/node_modules/supports-color": {
|
|
"version": "8.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/damerau-levenshtein": {
|
|
"version": "1.0.8",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/dashdash": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/dayjs": {
|
|
"version": "1.11.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/decode-named-character-reference": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"character-entities": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/decompress-response": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-response": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/deep-equal": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"es-get-iterator": "^1.1.2",
|
|
"get-intrinsic": "^1.1.3",
|
|
"is-arguments": "^1.1.1",
|
|
"is-array-buffer": "^3.0.1",
|
|
"is-date-object": "^1.0.5",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.2",
|
|
"isarray": "^2.0.5",
|
|
"object-is": "^1.1.5",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.4",
|
|
"regexp.prototype.flags": "^1.4.3",
|
|
"side-channel": "^1.0.4",
|
|
"which-boxed-primitive": "^1.0.2",
|
|
"which-collection": "^1.0.1",
|
|
"which-typed-array": "^1.1.9"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/deep-extend": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/deep-is": {
|
|
"version": "0.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/defer-to-connect": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/define-data-property": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.1",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/define-lazy-prop": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/define-properties": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/delegates": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/depd": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/dequal": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/destroy": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/devlop": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dequal": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/devtools-protocol": {
|
|
"version": "0.0.1045489",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/didyoumean": {
|
|
"version": "1.2.2",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/diff": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/dir-glob": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dlv": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/doctrine": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/duplexer": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/duplexer3": {
|
|
"version": "0.1.5",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/eastasianwidth": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ecc-jsbn": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/ee-first": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.4.680",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/encodeurl": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/end-of-stream": {
|
|
"version": "1.4.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/enhanced-resolve": {
|
|
"version": "5.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.4",
|
|
"tapable": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/enquirer": {
|
|
"version": "2.3.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-colors": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "4.5.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/error-ex": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"node_modules/error-ex/node_modules/is-arrayish": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/es-abstract": {
|
|
"version": "1.22.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.0",
|
|
"arraybuffer.prototype.slice": "^1.0.2",
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"es-set-tostringtag": "^2.0.1",
|
|
"es-to-primitive": "^1.2.1",
|
|
"function.prototype.name": "^1.1.6",
|
|
"get-intrinsic": "^1.2.1",
|
|
"get-symbol-description": "^1.0.0",
|
|
"globalthis": "^1.0.3",
|
|
"gopd": "^1.0.1",
|
|
"has": "^1.0.3",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.5",
|
|
"is-array-buffer": "^3.0.2",
|
|
"is-callable": "^1.2.7",
|
|
"is-negative-zero": "^2.0.2",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.2",
|
|
"is-string": "^1.0.7",
|
|
"is-typed-array": "^1.1.12",
|
|
"is-weakref": "^1.0.2",
|
|
"object-inspect": "^1.12.3",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.4",
|
|
"regexp.prototype.flags": "^1.5.1",
|
|
"safe-array-concat": "^1.0.1",
|
|
"safe-regex-test": "^1.0.0",
|
|
"string.prototype.trim": "^1.2.8",
|
|
"string.prototype.trimend": "^1.0.7",
|
|
"string.prototype.trimstart": "^1.0.7",
|
|
"typed-array-buffer": "^1.0.0",
|
|
"typed-array-byte-length": "^1.0.0",
|
|
"typed-array-byte-offset": "^1.0.0",
|
|
"typed-array-length": "^1.0.4",
|
|
"unbox-primitive": "^1.0.2",
|
|
"which-typed-array": "^1.1.11"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-get-iterator": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.3",
|
|
"has-symbols": "^1.0.3",
|
|
"is-arguments": "^1.1.1",
|
|
"is-map": "^2.0.2",
|
|
"is-set": "^2.0.2",
|
|
"is-string": "^1.0.7",
|
|
"isarray": "^2.0.5",
|
|
"stop-iteration-iterator": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-iterator-helpers": {
|
|
"version": "1.0.15",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynciterator.prototype": "^1.0.0",
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.1",
|
|
"es-abstract": "^1.22.1",
|
|
"es-set-tostringtag": "^2.0.1",
|
|
"function-bind": "^1.1.1",
|
|
"get-intrinsic": "^1.2.1",
|
|
"globalthis": "^1.0.3",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.5",
|
|
"iterator.prototype": "^1.1.2",
|
|
"safe-array-concat": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/es-set-tostringtag": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.3",
|
|
"has": "^1.0.3",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-shim-unscopables": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/es-to-primitive": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-callable": "^1.1.4",
|
|
"is-date-object": "^1.0.1",
|
|
"is-symbol": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/esbuild": {
|
|
"version": "0.21.5",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/aix-ppc64": "0.21.5",
|
|
"@esbuild/android-arm": "0.21.5",
|
|
"@esbuild/android-arm64": "0.21.5",
|
|
"@esbuild/android-x64": "0.21.5",
|
|
"@esbuild/darwin-arm64": "0.21.5",
|
|
"@esbuild/darwin-x64": "0.21.5",
|
|
"@esbuild/freebsd-arm64": "0.21.5",
|
|
"@esbuild/freebsd-x64": "0.21.5",
|
|
"@esbuild/linux-arm": "0.21.5",
|
|
"@esbuild/linux-arm64": "0.21.5",
|
|
"@esbuild/linux-ia32": "0.21.5",
|
|
"@esbuild/linux-loong64": "0.21.5",
|
|
"@esbuild/linux-mips64el": "0.21.5",
|
|
"@esbuild/linux-ppc64": "0.21.5",
|
|
"@esbuild/linux-riscv64": "0.21.5",
|
|
"@esbuild/linux-s390x": "0.21.5",
|
|
"@esbuild/linux-x64": "0.21.5",
|
|
"@esbuild/netbsd-x64": "0.21.5",
|
|
"@esbuild/openbsd-x64": "0.21.5",
|
|
"@esbuild/sunos-x64": "0.21.5",
|
|
"@esbuild/win32-arm64": "0.21.5",
|
|
"@esbuild/win32-ia32": "0.21.5",
|
|
"@esbuild/win32-x64": "0.21.5"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escape-html": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint": {
|
|
"version": "8.57.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.6.1",
|
|
"@eslint/eslintrc": "^2.1.4",
|
|
"@eslint/js": "8.57.0",
|
|
"@humanwhocodes/config-array": "^0.11.14",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
"@ungap/structured-clone": "^1.2.0",
|
|
"ajv": "^6.12.4",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.3.2",
|
|
"doctrine": "^3.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"eslint-scope": "^7.2.2",
|
|
"eslint-visitor-keys": "^3.4.3",
|
|
"espree": "^9.6.1",
|
|
"esquery": "^1.4.2",
|
|
"esutils": "^2.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-entry-cache": "^6.0.1",
|
|
"find-up": "^5.0.0",
|
|
"glob-parent": "^6.0.2",
|
|
"globals": "^13.19.0",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"is-path-inside": "^3.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"minimatch": "^3.1.2",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"text-table": "^0.2.0"
|
|
},
|
|
"bin": {
|
|
"eslint": "bin/eslint.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-next": {
|
|
"version": "14.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@next/eslint-plugin-next": "14.2.3",
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0",
|
|
"eslint-import-resolver-node": "^0.3.6",
|
|
"eslint-import-resolver-typescript": "^3.5.2",
|
|
"eslint-plugin-import": "^2.28.1",
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.23.0 || ^8.0.0",
|
|
"typescript": ">=3.3.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-config-next/node_modules/@typescript-eslint/parser": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-config-next/node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-next/node_modules/@typescript-eslint/types": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-next/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "9.0.3",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-config-next/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-next/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-next/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-prettier": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"eslint-config-prettier": "bin/cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node": {
|
|
"version": "0.3.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"is-core-module": "^2.11.0",
|
|
"resolve": "^1.22.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-typescript": {
|
|
"version": "3.5.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"enhanced-resolve": "^5.10.0",
|
|
"get-tsconfig": "^4.2.0",
|
|
"globby": "^13.1.2",
|
|
"is-core-module": "^2.10.0",
|
|
"is-glob": "^4.0.3",
|
|
"synckit": "^0.8.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "*",
|
|
"eslint-plugin-import": "*"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-typescript/node_modules/globby": {
|
|
"version": "13.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.11",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-typescript/node_modules/slash": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint-mdx": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.11.3",
|
|
"acorn-jsx": "^5.3.2",
|
|
"espree": "^9.6.1",
|
|
"estree-util-visit": "^2.0.0",
|
|
"remark-mdx": "^3.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-stringify": "^11.0.0",
|
|
"synckit": "^0.9.0",
|
|
"tslib": "^2.6.2",
|
|
"unified": "^11.0.4",
|
|
"unified-engine": "^11.2.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"uvu": "^0.5.6",
|
|
"vfile": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-mdx/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/eslint-mdx/node_modules/synckit": {
|
|
"version": "0.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pkgr/core": "^0.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts"
|
|
}
|
|
},
|
|
"node_modules/eslint-mdx/node_modules/unist-util-visit": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils": {
|
|
"version": "2.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-cypress": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"globals": "^13.20.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import": {
|
|
"version": "2.28.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.findlastindex": "^1.2.2",
|
|
"array.prototype.flat": "^1.3.1",
|
|
"array.prototype.flatmap": "^1.3.1",
|
|
"debug": "^3.2.7",
|
|
"doctrine": "^2.1.0",
|
|
"eslint-import-resolver-node": "^0.3.7",
|
|
"eslint-module-utils": "^2.8.0",
|
|
"has": "^1.0.3",
|
|
"is-core-module": "^2.13.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^3.1.2",
|
|
"object.fromentries": "^2.0.6",
|
|
"object.groupby": "^1.0.0",
|
|
"object.values": "^1.1.6",
|
|
"semver": "^6.3.1",
|
|
"tsconfig-paths": "^3.14.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsx-a11y": {
|
|
"version": "6.7.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.7",
|
|
"aria-query": "^5.1.3",
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.flatmap": "^1.3.1",
|
|
"ast-types-flow": "^0.0.7",
|
|
"axe-core": "^4.6.2",
|
|
"axobject-query": "^3.1.1",
|
|
"damerau-levenshtein": "^1.0.8",
|
|
"emoji-regex": "^9.2.2",
|
|
"has": "^1.0.3",
|
|
"jsx-ast-utils": "^3.3.3",
|
|
"language-tags": "=1.0.5",
|
|
"minimatch": "^3.1.2",
|
|
"object.entries": "^1.1.6",
|
|
"object.fromentries": "^2.0.6",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsx-a11y/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-markdown": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdast-util-from-markdown": "^0.8.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-mdx": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-mdx": "^3.1.5",
|
|
"eslint-plugin-markdown": "^3.0.1",
|
|
"remark-mdx": "^3.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-stringify": "^11.0.0",
|
|
"tslib": "^2.6.2",
|
|
"unified": "^11.0.4",
|
|
"vfile": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react": {
|
|
"version": "7.33.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.flatmap": "^1.3.1",
|
|
"array.prototype.tosorted": "^1.1.1",
|
|
"doctrine": "^2.1.0",
|
|
"es-iterator-helpers": "^1.0.12",
|
|
"estraverse": "^5.3.0",
|
|
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
|
|
"minimatch": "^3.1.2",
|
|
"object.entries": "^1.1.6",
|
|
"object.fromentries": "^2.0.6",
|
|
"object.hasown": "^1.1.2",
|
|
"object.values": "^1.1.6",
|
|
"prop-types": "^15.8.1",
|
|
"resolve": "^2.0.0-next.4",
|
|
"semver": "^6.3.1",
|
|
"string.prototype.matchall": "^4.0.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react-hooks": {
|
|
"version": "5.0.0-canary-7118f5dd7-20230705",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/doctrine": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/resolve": {
|
|
"version": "2.0.0-next.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.9.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-scope": {
|
|
"version": "7.2.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/glob-parent": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/espree": {
|
|
"version": "9.6.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^8.9.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/esprima": {
|
|
"version": "4.0.1",
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/esquery": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/esrecurse": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estree-util-is-identifier-name": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/estree-util-visit": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree-jsx": "^1.0.0",
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/estree-util-visit/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/esutils": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/etag": {
|
|
"version": "1.8.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/event-stream": {
|
|
"version": "3.3.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexer": "~0.1.1",
|
|
"from": "~0",
|
|
"map-stream": "~0.1.0",
|
|
"pause-stream": "0.0.11",
|
|
"split": "0.3",
|
|
"stream-combiner": "~0.0.4",
|
|
"through": "~2.3.1"
|
|
}
|
|
},
|
|
"node_modules/eventemitter2": {
|
|
"version": "6.4.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/execa": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^6.0.0",
|
|
"human-signals": "^2.1.0",
|
|
"is-stream": "^2.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^4.0.1",
|
|
"onetime": "^5.1.2",
|
|
"signal-exit": "^3.0.3",
|
|
"strip-final-newline": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/executable": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/express": {
|
|
"version": "4.19.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.8",
|
|
"array-flatten": "1.1.1",
|
|
"body-parser": "1.20.2",
|
|
"content-disposition": "0.5.4",
|
|
"content-type": "~1.0.4",
|
|
"cookie": "0.6.0",
|
|
"cookie-signature": "1.0.6",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"finalhandler": "1.2.0",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "2.0.0",
|
|
"merge-descriptors": "1.0.1",
|
|
"methods": "~1.1.2",
|
|
"on-finished": "2.4.1",
|
|
"parseurl": "~1.3.3",
|
|
"path-to-regexp": "0.1.7",
|
|
"proxy-addr": "~2.0.7",
|
|
"qs": "6.11.0",
|
|
"range-parser": "~1.2.1",
|
|
"safe-buffer": "5.2.1",
|
|
"send": "0.18.0",
|
|
"serve-static": "1.15.0",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"type-is": "~1.6.18",
|
|
"utils-merge": "1.0.1",
|
|
"vary": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/http-errors": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "2.0.0",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/express/node_modules/path-to-regexp": {
|
|
"version": "0.1.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/express/node_modules/qs": {
|
|
"version": "6.11.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/extend": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/extend-shallow": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extendable": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/extract-zip": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"get-stream": "^5.1.0",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"bin": {
|
|
"extract-zip": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.17.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/yauzl": "^2.9.1"
|
|
}
|
|
},
|
|
"node_modules/extract-zip/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/extsprintf": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
"glob-parent": "^5.1.2",
|
|
"merge2": "^1.3.0",
|
|
"micromatch": "^4.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-levenshtein": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fastq": {
|
|
"version": "1.15.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/fd-slicer": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pend": "~1.2.0"
|
|
}
|
|
},
|
|
"node_modules/figures": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"on-finished": "2.4.1",
|
|
"parseurl": "~1.3.3",
|
|
"statuses": "2.0.1",
|
|
"unpipe": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/finalhandler/node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/find-replace": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-back": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/find-replace/node_modules/array-back": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/find-up": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/flat-cache": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.1.0",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/flatted": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.15.6",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"debug": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/for-each": {
|
|
"version": "0.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-callable": "^1.1.3"
|
|
}
|
|
},
|
|
"node_modules/foreground-child": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/forever-agent": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/form-data": {
|
|
"version": "2.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.6",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12"
|
|
}
|
|
},
|
|
"node_modules/forwarded": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/fraction.js": {
|
|
"version": "4.3.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://github.com/sponsors/rawify"
|
|
}
|
|
},
|
|
"node_modules/fresh": {
|
|
"version": "0.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/from": {
|
|
"version": "0.1.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fs-constants": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/fsevents": {
|
|
"version": "2.3.3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
}
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/function.prototype.name": {
|
|
"version": "1.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"functions-have-names": "^1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/functions-have-names": {
|
|
"version": "1.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/fuse.js": {
|
|
"version": "7.0.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/get-caller-file": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1",
|
|
"has": "^1.0.3",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-stream": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/get-symbol-description": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-tsconfig": {
|
|
"version": "4.7.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-pkg-maps": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/getos": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^3.2.0"
|
|
}
|
|
},
|
|
"node_modules/getpass": {
|
|
"version": "0.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/glob": {
|
|
"version": "7.1.7",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/global-dirs": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ini": "2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/globals": {
|
|
"version": "13.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/globalthis": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/globalyzer": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.9",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/globrex": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/gopd": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/got": {
|
|
"version": "10.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/is": "^2.0.0",
|
|
"@szmarczak/http-timer": "^4.0.0",
|
|
"@types/cacheable-request": "^6.0.1",
|
|
"cacheable-lookup": "^2.0.0",
|
|
"cacheable-request": "^7.0.1",
|
|
"decompress-response": "^5.0.0",
|
|
"duplexer3": "^0.1.4",
|
|
"get-stream": "^5.0.0",
|
|
"lowercase-keys": "^2.0.0",
|
|
"mimic-response": "^2.1.0",
|
|
"p-cancelable": "^2.0.0",
|
|
"p-event": "^4.0.0",
|
|
"responselike": "^2.0.0",
|
|
"to-readable-stream": "^2.0.0",
|
|
"type-fest": "^0.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/got/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/got/node_modules/type-fest": {
|
|
"version": "0.10.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/graphemer": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/gray-matter": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-yaml": "^3.13.1",
|
|
"kind-of": "^6.0.2",
|
|
"section-matter": "^1.0.0",
|
|
"strip-bom-string": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
}
|
|
},
|
|
"node_modules/gray-matter/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/gray-matter/node_modules/js-yaml": {
|
|
"version": "3.14.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/has": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/has-bigints": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/has-property-descriptors": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-proto": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-symbols": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-tostringtag": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-html": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"devlop": "^1.1.0",
|
|
"hast-util-from-parse5": "^8.0.0",
|
|
"parse5": "^7.0.0",
|
|
"vfile": "^6.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-parse5": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"devlop": "^1.0.0",
|
|
"hastscript": "^8.0.0",
|
|
"property-information": "^6.0.0",
|
|
"vfile": "^6.0.0",
|
|
"vfile-location": "^5.0.0",
|
|
"web-namespaces": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-parse5/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-from-parse5/node_modules/hast-util-parse-selector": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-from-parse5/node_modules/hastscript": {
|
|
"version": "8.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"comma-separated-tokens": "^2.0.0",
|
|
"hast-util-parse-selector": "^4.0.0",
|
|
"property-information": "^6.0.0",
|
|
"space-separated-tokens": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-raw": {
|
|
"version": "9.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
"hast-util-from-parse5": "^8.0.0",
|
|
"hast-util-to-parse5": "^8.0.0",
|
|
"html-void-elements": "^3.0.0",
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
"parse5": "^7.0.0",
|
|
"unist-util-position": "^5.0.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vfile": "^6.0.0",
|
|
"web-namespaces": "^2.0.0",
|
|
"zwitch": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-raw/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-raw/node_modules/unist-util-visit": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-to-html": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"ccount": "^2.0.0",
|
|
"comma-separated-tokens": "^2.0.0",
|
|
"hast-util-raw": "^9.0.0",
|
|
"hast-util-whitespace": "^3.0.0",
|
|
"html-void-elements": "^3.0.0",
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
"property-information": "^6.0.0",
|
|
"space-separated-tokens": "^2.0.0",
|
|
"stringify-entities": "^4.0.0",
|
|
"zwitch": "^2.0.4"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-to-html/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-to-jsx-runtime": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "^1.0.0",
|
|
"@types/hast": "^3.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"comma-separated-tokens": "^2.0.0",
|
|
"devlop": "^1.0.0",
|
|
"estree-util-is-identifier-name": "^3.0.0",
|
|
"hast-util-whitespace": "^3.0.0",
|
|
"mdast-util-mdx-expression": "^2.0.0",
|
|
"mdast-util-mdx-jsx": "^3.0.0",
|
|
"mdast-util-mdxjs-esm": "^2.0.0",
|
|
"property-information": "^6.0.0",
|
|
"space-separated-tokens": "^2.0.0",
|
|
"style-to-object": "^1.0.0",
|
|
"unist-util-position": "^5.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-to-jsx-runtime/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-to-jsx-runtime/node_modules/inline-style-parser": {
|
|
"version": "0.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hast-util-to-jsx-runtime/node_modules/style-to-object": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inline-style-parser": "0.2.2"
|
|
}
|
|
},
|
|
"node_modules/hast-util-to-parse5": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"comma-separated-tokens": "^2.0.0",
|
|
"devlop": "^1.0.0",
|
|
"property-information": "^6.0.0",
|
|
"space-separated-tokens": "^2.0.0",
|
|
"web-namespaces": "^2.0.0",
|
|
"zwitch": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/hast-util-whitespace": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/html-void-elements": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/http-assert": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deep-equal": "~1.0.1",
|
|
"http-errors": "~1.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/http-assert/node_modules/deep-equal": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/http-cache-semantics": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/http-errors": {
|
|
"version": "1.8.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "~1.1.2",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": ">= 1.5.0 < 2",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/http-errors/node_modules/depd": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/http-proxy-agent": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/once": "1",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/http-signature": {
|
|
"version": "1.3.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"jsprim": "^2.0.2",
|
|
"sshpk": "^1.14.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/human-signals": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
}
|
|
},
|
|
"node_modules/iconv-lite": {
|
|
"version": "0.4.24",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ieee754": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/ignore": {
|
|
"version": "5.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/import-fresh": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/import-meta-resolve": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/imurmurhash": {
|
|
"version": "0.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.19"
|
|
}
|
|
},
|
|
"node_modules/indent-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/inflation": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ini": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/inter-ui": {
|
|
"version": "4.0.2",
|
|
"license": "OFL-1.1",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/internal-slot": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.0",
|
|
"has": "^1.0.3",
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/ipaddr.js": {
|
|
"version": "1.9.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/is-alphabetical": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/is-alphanumerical": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-alphabetical": "^1.0.0",
|
|
"is-decimal": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/is-arguments": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-array-buffer": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.0",
|
|
"is-typed-array": "^1.1.10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-async-function": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-bigint": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-bigints": "^1.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-binary-path": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"binary-extensions": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-boolean-object": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-callable": {
|
|
"version": "1.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-ci": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ci-info": "^3.2.0"
|
|
},
|
|
"bin": {
|
|
"is-ci": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/is-core-module": {
|
|
"version": "2.13.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-date-object": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-decimal": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/is-docker": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-empty": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-extendable": {
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-finalizationregistry": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-generator-function": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-hexadecimal": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/is-installed-globally": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"global-dirs": "^3.0.0",
|
|
"is-path-inside": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-map": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-negative-zero": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/is-number-object": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-path-inside": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-plain-obj": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-regex": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-set": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-shared-array-buffer": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-string": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-symbol": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-typed-array": {
|
|
"version": "1.1.12",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"which-typed-array": "^1.1.11"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-typedarray": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-weakmap": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakref": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakset": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-wsl": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/isarray": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/isstream": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/iterator.prototype": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.2.1",
|
|
"get-intrinsic": "^1.2.1",
|
|
"has-symbols": "^1.0.3",
|
|
"reflect.getprototypeof": "^1.0.4",
|
|
"set-function-name": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/jackspeak": {
|
|
"version": "2.3.6",
|
|
"dev": true,
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"@isaacs/cliui": "^8.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
},
|
|
"optionalDependencies": {
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
}
|
|
},
|
|
"node_modules/jiti": {
|
|
"version": "1.21.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jiti": "bin/jiti.js"
|
|
}
|
|
},
|
|
"node_modules/joi": {
|
|
"version": "17.12.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.3.0",
|
|
"@hapi/topo": "^5.1.0",
|
|
"@sideway/address": "^4.1.5",
|
|
"@sideway/formula": "^3.0.1",
|
|
"@sideway/pinpoint": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/js-tokens": {
|
|
"version": "4.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/js-yaml": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/jsbn": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-buffer": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-even-better-errors": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/json-schema": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "(AFL-2.1 OR BSD-3-Clause)"
|
|
},
|
|
"node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stringify-safe": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/json5": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
}
|
|
},
|
|
"node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/jsonparse": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >= 0.2.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/JSONStream": {
|
|
"version": "1.3.5",
|
|
"dev": true,
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"jsonparse": "^1.2.0",
|
|
"through": ">=2.2.7 <3"
|
|
},
|
|
"bin": {
|
|
"JSONStream": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/jsprim": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "1.0.0",
|
|
"extsprintf": "1.3.0",
|
|
"json-schema": "0.4.0",
|
|
"verror": "1.10.0"
|
|
}
|
|
},
|
|
"node_modules/jsx-ast-utils": {
|
|
"version": "3.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.5",
|
|
"object.assign": "^4.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/keygrip": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tsscmp": "1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/keyv": {
|
|
"version": "4.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/kind-of": {
|
|
"version": "6.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/kleur": {
|
|
"version": "4.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/koa": {
|
|
"version": "2.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "^1.3.5",
|
|
"cache-content-type": "^1.0.0",
|
|
"content-disposition": "~0.5.2",
|
|
"content-type": "^1.0.4",
|
|
"cookies": "~0.8.0",
|
|
"debug": "^4.3.2",
|
|
"delegates": "^1.0.0",
|
|
"depd": "^2.0.0",
|
|
"destroy": "^1.0.4",
|
|
"encodeurl": "^1.0.2",
|
|
"escape-html": "^1.0.3",
|
|
"fresh": "~0.5.2",
|
|
"http-assert": "^1.3.0",
|
|
"http-errors": "^1.6.3",
|
|
"is-generator-function": "^1.0.7",
|
|
"koa-compose": "^4.1.0",
|
|
"koa-convert": "^2.0.0",
|
|
"on-finished": "^2.3.0",
|
|
"only": "~0.0.2",
|
|
"parseurl": "^1.3.2",
|
|
"statuses": "^1.5.0",
|
|
"type-is": "^1.6.16",
|
|
"vary": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
|
|
}
|
|
},
|
|
"node_modules/koa-bodyparser": {
|
|
"version": "4.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"co-body": "^6.0.0",
|
|
"copy-to": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/koa-compose": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/koa-compress": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "^3.0.0",
|
|
"compressible": "^2.0.0",
|
|
"koa-is-json": "^1.0.0",
|
|
"statuses": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/koa-conditional-get": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/koa-convert": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"co": "^4.6.0",
|
|
"koa-compose": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/koa-etag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"etag": "^1.3.0",
|
|
"mz": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/koa-is-json": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/koa-json": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koa-is-json": "1",
|
|
"streaming-json-stringify": "3"
|
|
}
|
|
},
|
|
"node_modules/koa-morgan": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"morgan": "^1.6.1"
|
|
}
|
|
},
|
|
"node_modules/koa-range": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"stream-slice": "^0.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=7"
|
|
}
|
|
},
|
|
"node_modules/koa-route": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "*",
|
|
"methods": "~1.1.0",
|
|
"path-to-regexp": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/koa-route/node_modules/isarray": {
|
|
"version": "0.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/koa-route/node_modules/path-to-regexp": {
|
|
"version": "1.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isarray": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/koa-send": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"http-errors": "^1.7.3",
|
|
"resolve-path": "^1.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/koa-static": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.1.0",
|
|
"koa-send": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 7.6.0"
|
|
}
|
|
},
|
|
"node_modules/koa-static/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/language-subtag-registry": {
|
|
"version": "0.3.22",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/language-tags": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"language-subtag-registry": "~0.3.2"
|
|
}
|
|
},
|
|
"node_modules/lazy-ass": {
|
|
"version": "1.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "> 0.8"
|
|
}
|
|
},
|
|
"node_modules/levn": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "~0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/lilconfig": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lines-and-columns": {
|
|
"version": "1.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/listr2": {
|
|
"version": "3.14.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cli-truncate": "^2.1.0",
|
|
"colorette": "^2.0.16",
|
|
"log-update": "^4.0.0",
|
|
"p-map": "^4.0.0",
|
|
"rfdc": "^1.3.0",
|
|
"rxjs": "^7.5.1",
|
|
"through": "^2.3.8",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"enquirer": ">= 2.3.0 < 3"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"enquirer": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/load-module": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-back": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/load-plugin": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@npmcli/config": "^8.0.0",
|
|
"import-meta-resolve": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/local-web-server": {
|
|
"version": "4.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lws": "^3.1.0",
|
|
"lws-basic-auth": "^2.0.0",
|
|
"lws-blacklist": "^3.0.0",
|
|
"lws-body-parser": "^2.0.0",
|
|
"lws-compress": "^2.0.0",
|
|
"lws-conditional-get": "^2.0.0",
|
|
"lws-cors": "^3.0.0",
|
|
"lws-index": "^2.0.0",
|
|
"lws-json": "^2.0.0",
|
|
"lws-log": "^2.0.0",
|
|
"lws-mime": "^2.0.0",
|
|
"lws-range": "^3.0.0",
|
|
"lws-request-monitor": "^2.0.0",
|
|
"lws-rewrite": "^3.1.1",
|
|
"lws-spa": "^3.0.0",
|
|
"lws-static": "^2.0.0",
|
|
"node-version-matches": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"ws": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lodash": {
|
|
"version": "4.17.21",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.assignwith": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.camelcase": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.castarray": {
|
|
"version": "4.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isplainobject": {
|
|
"version": "4.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.merge": {
|
|
"version": "4.6.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.once": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.throttle": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/log-symbols": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/log-update": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^4.3.0",
|
|
"cli-cursor": "^3.1.0",
|
|
"slice-ansi": "^4.0.0",
|
|
"wrap-ansi": "^6.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/slice-ansi": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"astral-regex": "^2.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/wrap-ansi": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/long": {
|
|
"version": "5.2.3",
|
|
"resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz",
|
|
"integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==",
|
|
"dev": true
|
|
},
|
|
"node_modules/longest-streak": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/loose-envify": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"bin": {
|
|
"loose-envify": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/lowercase-keys": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "10.2.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/lws": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escape-sequences": "^5.1.2",
|
|
"array-back": "^4.0.1",
|
|
"byte-size": "^6.2.0",
|
|
"command-line-args": "^5.1.1",
|
|
"command-line-usage": "^6.1.0",
|
|
"create-mixin": "^3.0.0",
|
|
"koa": "^2.11.0",
|
|
"load-module": "^3.0.0",
|
|
"lodash.assignwith": "^4.2.0",
|
|
"node-version-matches": "^2.0.1",
|
|
"open": "^7.0.4",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"reduce-flatten": "^3.0.0",
|
|
"typical": "^6.0.0",
|
|
"walk-back": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"lws": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-basic-auth": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"basic-auth": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-blacklist": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-back": "^4.0.1",
|
|
"path-to-regexp": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-body-parser": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koa-bodyparser": "^4.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-compress": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koa-compress": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-conditional-get": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koa-conditional-get": "^2.0.0",
|
|
"koa-etag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-cors": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@koa/cors": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-index": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"serve-index-75lb": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-json": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koa-json": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-log": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koa-morgan": "^1.0.1",
|
|
"stream-log-stats": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-mime": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-range": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koa-range": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-request-monitor": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"byte-size": "^6.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-rewrite": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-back": "^4.0.1",
|
|
"http-proxy-agent": "^4.0.1",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"koa-route": "^3.2.0",
|
|
"path-to-regexp": "^6.1.0"
|
|
},
|
|
"bin": {
|
|
"lws-rewrite": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-spa": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koa-send": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lws-static": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"koa-static": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/map-stream": {
|
|
"version": "0.1.0",
|
|
"dev": true
|
|
},
|
|
"node_modules/markdown-table": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-find-and-replace": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-find-and-replace/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-from-markdown": {
|
|
"version": "0.8.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^3.0.0",
|
|
"mdast-util-to-string": "^2.0.0",
|
|
"micromark": "~2.11.0",
|
|
"parse-entities": "^2.0.0",
|
|
"unist-util-stringify-position": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
"mdast-util-gfm-footnote": "^2.0.0",
|
|
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
"mdast-util-gfm-table": "^2.0.0",
|
|
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"ccount": "^2.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-find-and-replace": "^3.0.0",
|
|
"micromark-util-character": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-autolink-literal/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-footnote": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.1.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-footnote/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-footnote/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-gfm-footnote/node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-footnote/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-footnote/node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-footnote/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-strikethrough": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-strikethrough/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-strikethrough/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-gfm-strikethrough/node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-strikethrough/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-strikethrough/node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-strikethrough/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-table": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"markdown-table": "^3.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-table/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-table/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-gfm-table/node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-table/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-table/node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-table/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-task-list-item": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-task-list-item/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-task-list-item/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-gfm-task-list-item/node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-task-list-item/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-task-list-item/node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-task-list-item/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-gfm/node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm/node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-mdx-expression": "^2.0.0",
|
|
"mdast-util-mdx-jsx": "^3.0.0",
|
|
"mdast-util-mdxjs-esm": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-expression": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree-jsx": "^1.0.0",
|
|
"@types/hast": "^3.0.0",
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-expression/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-expression/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-mdx-expression/node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-expression/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-expression/node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-expression/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree-jsx": "^1.0.0",
|
|
"@types/hast": "^3.0.0",
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"ccount": "^2.0.0",
|
|
"devlop": "^1.1.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
"parse-entities": "^4.0.0",
|
|
"stringify-entities": "^4.0.0",
|
|
"unist-util-remove-position": "^5.0.0",
|
|
"unist-util-stringify-position": "^4.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/character-entities-legacy": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/character-reference-invalid": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/is-alphabetical": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/is-alphanumerical": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-alphabetical": "^2.0.0",
|
|
"is-decimal": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/is-decimal": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/is-hexadecimal": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/parse-entities": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.0",
|
|
"character-entities": "^2.0.0",
|
|
"character-entities-legacy": "^3.0.0",
|
|
"character-reference-invalid": "^2.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"is-alphanumerical": "^2.0.0",
|
|
"is-decimal": "^2.0.0",
|
|
"is-hexadecimal": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/parse-entities/node_modules/@types/unist": {
|
|
"version": "2.0.10",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-mdx-jsx/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-mdx/node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx/node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdx/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdxjs-esm": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree-jsx": "^1.0.0",
|
|
"@types/hast": "^3.0.0",
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdxjs-esm/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdxjs-esm/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-mdxjs-esm/node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdxjs-esm/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdxjs-esm/node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-mdxjs-esm/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-phrasing": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"unist-util-is": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-phrasing/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-hast": {
|
|
"version": "13.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"@types/mdast": "^4.0.0",
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"trim-lines": "^3.0.0",
|
|
"unist-util-position": "^5.0.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"vfile": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-hast/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-hast/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-to-hast/node_modules/unist-util-visit": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-markdown": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"longest-streak": "^3.0.0",
|
|
"mdast-util-phrasing": "^4.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"zwitch": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-markdown/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-markdown/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mdast-util-to-markdown/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-markdown/node_modules/unist-util-visit": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-string": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/media-typer": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/merge-descriptors": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/merge-stream": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/merge2": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/methods": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/micromark": {
|
|
"version": "2.11.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.0.0",
|
|
"parse-entities": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-core-commonmark": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-destination": "^2.0.0",
|
|
"micromark-factory-label": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-factory-title": "^2.0.0",
|
|
"micromark-factory-whitespace": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
"micromark-util-html-tag-name": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
"micromark-extension-gfm-table": "^2.0.0",
|
|
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-footnote": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-table": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-mdx-expression": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-mdx-expression": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-events-to-acorn": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-mdx-jsx": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/acorn": "^4.0.0",
|
|
"@types/estree": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"estree-util-is-identifier-name": "^3.0.0",
|
|
"micromark-factory-mdx-expression": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-mdx-md": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-mdxjs": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.0.0",
|
|
"acorn-jsx": "^5.0.0",
|
|
"micromark-extension-mdx-expression": "^3.0.0",
|
|
"micromark-extension-mdx-jsx": "^3.0.0",
|
|
"micromark-extension-mdx-md": "^2.0.0",
|
|
"micromark-extension-mdxjs-esm": "^3.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-mdxjs-esm": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-events-to-acorn": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-position-from-estree": "^2.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-destination": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-label": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-mdx-expression": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-events-to-acorn": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-position-from-estree": "^2.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-space": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-title": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-whitespace": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-character": {
|
|
"version": "2.1.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-chunked": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-classify-character": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-combine-extensions": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-decode-string": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-encode": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromark-util-events-to-acorn": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/acorn": "^4.0.0",
|
|
"@types/estree": "^1.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"devlop": "^1.0.0",
|
|
"estree-util-visit": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-events-to-acorn/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromark-util-html-tag-name": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromark-util-normalize-identifier": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-resolve-all": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-sanitize-uri": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-subtokenize": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-symbol": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromark-util-types": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromatch": {
|
|
"version": "4.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"braces": "^3.0.2",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/mime": {
|
|
"version": "1.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/mime-db": {
|
|
"version": "1.52.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mime-types": {
|
|
"version": "2.1.35",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "1.52.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mimic-response": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/minimist": {
|
|
"version": "1.2.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/minipass": {
|
|
"version": "7.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/mkdirp-classic": {
|
|
"version": "0.5.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/morgan": {
|
|
"version": "1.10.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"basic-auth": "~2.0.1",
|
|
"debug": "2.6.9",
|
|
"depd": "~2.0.0",
|
|
"on-finished": "~2.3.0",
|
|
"on-headers": "~1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/morgan/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/morgan/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/morgan/node_modules/on-finished": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/mri": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mz": {
|
|
"version": "2.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-promise": "^1.0.0",
|
|
"object-assign": "^4.0.1",
|
|
"thenify-all": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "3.3.7",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/natural-compare": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/negotiator": {
|
|
"version": "0.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli": {
|
|
"version": "17.26.2",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bugsnag/js": "7.23.0",
|
|
"@fastify/static": "7.0.4",
|
|
"@netlify/blobs": "7.3.0",
|
|
"@netlify/build": "29.47.1",
|
|
"@netlify/build-info": "7.13.2",
|
|
"@netlify/config": "20.15.1",
|
|
"@netlify/edge-bundler": "12.0.1",
|
|
"@netlify/edge-functions": "2.8.1",
|
|
"@netlify/local-functions-proxy": "1.1.1",
|
|
"@netlify/zip-it-and-ship-it": "9.34.3",
|
|
"@octokit/rest": "20.1.1",
|
|
"@opentelemetry/api": "1.8.0",
|
|
"ansi-escapes": "7.0.0",
|
|
"ansi-styles": "6.2.1",
|
|
"ansi-to-html": "0.7.2",
|
|
"ascii-table": "0.0.9",
|
|
"backoff": "2.5.0",
|
|
"better-opn": "3.0.2",
|
|
"boxen": "7.1.1",
|
|
"chalk": "5.3.0",
|
|
"chokidar": "3.6.0",
|
|
"ci-info": "4.0.0",
|
|
"clean-deep": "3.4.0",
|
|
"commander": "10.0.1",
|
|
"comment-json": "4.2.3",
|
|
"concordance": "5.0.4",
|
|
"configstore": "6.0.0",
|
|
"content-type": "1.0.5",
|
|
"cookie": "0.6.0",
|
|
"cron-parser": "4.9.0",
|
|
"debug": "4.3.5",
|
|
"decache": "4.6.2",
|
|
"dot-prop": "9.0.0",
|
|
"dotenv": "16.4.5",
|
|
"env-paths": "3.0.0",
|
|
"envinfo": "7.13.0",
|
|
"etag": "1.8.1",
|
|
"execa": "5.1.1",
|
|
"express": "4.19.2",
|
|
"express-logging": "1.1.1",
|
|
"extract-zip": "2.0.1",
|
|
"fastest-levenshtein": "1.0.16",
|
|
"fastify": "4.27.0",
|
|
"find-up": "7.0.0",
|
|
"flush-write-stream": "2.0.0",
|
|
"folder-walker": "3.2.0",
|
|
"from2-array": "0.0.4",
|
|
"fuzzy": "0.1.3",
|
|
"get-port": "5.1.1",
|
|
"gh-release-fetch": "4.0.3",
|
|
"git-repo-info": "2.1.1",
|
|
"gitconfiglocal": "2.1.0",
|
|
"hasbin": "1.2.3",
|
|
"hasha": "5.2.2",
|
|
"http-proxy": "1.18.1",
|
|
"http-proxy-middleware": "2.0.6",
|
|
"https-proxy-agent": "7.0.4",
|
|
"inquirer": "6.5.2",
|
|
"inquirer-autocomplete-prompt": "1.4.0",
|
|
"ipx": "2.1.0",
|
|
"is-docker": "3.0.0",
|
|
"is-stream": "4.0.1",
|
|
"is-wsl": "3.1.0",
|
|
"isexe": "3.1.1",
|
|
"js-yaml": "4.1.0",
|
|
"jsonwebtoken": "9.0.2",
|
|
"jwt-decode": "4.0.0",
|
|
"lambda-local": "2.2.0",
|
|
"listr2": "8.2.1",
|
|
"locate-path": "7.2.0",
|
|
"lodash": "4.17.21",
|
|
"log-symbols": "6.0.0",
|
|
"log-update": "6.0.0",
|
|
"maxstache": "1.0.7",
|
|
"maxstache-stream": "1.0.4",
|
|
"multiparty": "4.2.3",
|
|
"netlify": "13.1.18",
|
|
"netlify-headers-parser": "7.1.4",
|
|
"netlify-redirect-parser": "14.3.0",
|
|
"netlify-redirector": "0.5.0",
|
|
"node-fetch": "3.3.2",
|
|
"node-version-alias": "3.4.1",
|
|
"ora": "8.0.1",
|
|
"p-filter": "4.1.0",
|
|
"p-map": "7.0.2",
|
|
"p-wait-for": "5.0.2",
|
|
"parallel-transform": "1.2.0",
|
|
"parse-github-url": "1.0.2",
|
|
"parse-gitignore": "2.0.0",
|
|
"path-key": "4.0.0",
|
|
"prettyjson": "1.2.5",
|
|
"pump": "3.0.0",
|
|
"raw-body": "2.5.2",
|
|
"read-package-up": "11.0.0",
|
|
"readdirp": "3.6.0",
|
|
"semver": "7.6.2",
|
|
"source-map-support": "0.5.21",
|
|
"strip-ansi-control-characters": "2.0.0",
|
|
"tabtab": "3.0.2",
|
|
"tempy": "3.1.0",
|
|
"terminal-link": "3.0.0",
|
|
"through2-filter": "4.0.0",
|
|
"through2-map": "4.0.0",
|
|
"to-readable-stream": "3.0.0",
|
|
"toml": "3.0.0",
|
|
"tomlify-j0.4": "3.0.0",
|
|
"ulid": "2.3.0",
|
|
"unixify": "1.0.0",
|
|
"update-notifier": "7.0.0",
|
|
"uuid": "9.0.1",
|
|
"wait-port": "1.1.0",
|
|
"write-file-atomic": "5.0.1",
|
|
"ws": "8.17.0",
|
|
"zod": "3.23.8"
|
|
},
|
|
"bin": {
|
|
"netlify": "bin/run.js",
|
|
"ntl": "bin/run.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.14.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/code-frame": {
|
|
"version": "7.24.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/highlight": "^7.24.7",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/helper-string-parser": {
|
|
"version": "7.24.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.24.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/highlight": {
|
|
"version": "7.24.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.24.7",
|
|
"chalk": "^2.4.2",
|
|
"js-tokens": "^4.0.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/highlight/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/highlight/node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/highlight/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/highlight/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/highlight/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/parser": {
|
|
"version": "7.24.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@babel/types": {
|
|
"version": "7.24.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.24.6",
|
|
"@babel/helper-validator-identifier": "^7.24.6",
|
|
"to-fast-properties": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@bugsnag/browser": {
|
|
"version": "7.22.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bugsnag/core": "^7.22.7"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@bugsnag/core": {
|
|
"version": "7.22.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bugsnag/cuid": "^3.0.0",
|
|
"@bugsnag/safe-json-stringify": "^6.0.0",
|
|
"error-stack-parser": "^2.0.3",
|
|
"iserror": "0.0.2",
|
|
"stack-generator": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@bugsnag/cuid": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@bugsnag/js": {
|
|
"version": "7.23.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bugsnag/browser": "^7.22.7",
|
|
"@bugsnag/node": "^7.23.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@bugsnag/node": {
|
|
"version": "7.23.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bugsnag/core": "^7.22.7",
|
|
"byline": "^5.0.0",
|
|
"error-stack-parser": "^2.0.2",
|
|
"iserror": "^0.0.2",
|
|
"pump": "^3.0.0",
|
|
"stack-generator": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@bugsnag/safe-json-stringify": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@cspotcode/source-map-support": {
|
|
"version": "0.8.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@dabh/diagnostics": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colorspace": "1.1.x",
|
|
"enabled": "2.0.x",
|
|
"kuler": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@dependents/detective-less": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gonzales-pe": "^4.3.0",
|
|
"node-source-walk": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@esbuild/darwin-arm64": {
|
|
"version": "0.19.11",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/accept-negotiator": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/ajv-compiler": {
|
|
"version": "3.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.11.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"fast-uri": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/ajv-compiler/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/error": {
|
|
"version": "3.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/fast-json-stringify-compiler": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-json-stringify": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/merge-json-schemas": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/send": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lukeed/ms": "^2.0.1",
|
|
"escape-html": "~1.0.3",
|
|
"fast-decode-uri-component": "^1.0.1",
|
|
"http-errors": "2.0.0",
|
|
"mime": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/send/node_modules/http-errors": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "2.0.0",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/send/node_modules/mime": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/static": {
|
|
"version": "7.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fastify/accept-negotiator": "^1.0.0",
|
|
"@fastify/send": "^2.0.0",
|
|
"content-disposition": "^0.5.3",
|
|
"fastify-plugin": "^4.0.0",
|
|
"fastq": "^1.17.0",
|
|
"glob": "^10.3.4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/static/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/static/node_modules/glob": {
|
|
"version": "10.3.15",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.3.6",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^7.0.4",
|
|
"path-scurry": "^1.11.0"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/static/node_modules/minimatch": {
|
|
"version": "9.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@fastify/static/node_modules/minipass": {
|
|
"version": "7.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@humanwhocodes/momoa": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@iarna/toml": {
|
|
"version": "2.2.5",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@import-maps/resolve": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@ioredis/commands": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@jest/types": {
|
|
"version": "27.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
"@types/node": "*",
|
|
"@types/yargs": "^16.0.0",
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@jest/types/node_modules/@types/yargs": {
|
|
"version": "16.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@jest/types/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@jest/types/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@jest/types/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@jest/types/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@jest/types/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@lukeed/ms": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@mapbox/node-pre-gyp": {
|
|
"version": "1.0.11",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"detect-libc": "^2.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"make-dir": "^3.1.0",
|
|
"node-fetch": "^2.6.7",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^5.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": {
|
|
"node-pre-gyp": "bin/node-pre-gyp"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@mapbox/node-pre-gyp/node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@mapbox/node-pre-gyp/node_modules/node-fetch": {
|
|
"version": "2.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/binary-info": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "Apache 2"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/blobs": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build": {
|
|
"version": "29.47.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bugsnag/js": "^7.0.0",
|
|
"@netlify/blobs": "^7.3.0",
|
|
"@netlify/cache-utils": "^5.1.5",
|
|
"@netlify/config": "^20.15.1",
|
|
"@netlify/edge-bundler": "12.0.1",
|
|
"@netlify/framework-info": "^9.8.13",
|
|
"@netlify/functions-utils": "^5.2.63",
|
|
"@netlify/git-utils": "^5.1.1",
|
|
"@netlify/opentelemetry-utils": "^1.2.1",
|
|
"@netlify/plugins-list": "^6.80.0",
|
|
"@netlify/run-utils": "^5.1.1",
|
|
"@netlify/zip-it-and-ship-it": "9.34.3",
|
|
"@sindresorhus/slugify": "^2.0.0",
|
|
"ansi-escapes": "^6.0.0",
|
|
"chalk": "^5.0.0",
|
|
"clean-stack": "^4.0.0",
|
|
"execa": "^6.0.0",
|
|
"fdir": "^6.0.1",
|
|
"figures": "^5.0.0",
|
|
"filter-obj": "^5.0.0",
|
|
"got": "^12.0.0",
|
|
"hot-shots": "10.0.0",
|
|
"indent-string": "^5.0.0",
|
|
"is-plain-obj": "^4.0.0",
|
|
"js-yaml": "^4.0.0",
|
|
"keep-func-props": "^4.0.0",
|
|
"locate-path": "^7.0.0",
|
|
"log-process-errors": "^8.0.0",
|
|
"map-obj": "^5.0.0",
|
|
"memoize-one": "^6.0.0",
|
|
"minimatch": "^9.0.4",
|
|
"node-fetch": "^3.3.2",
|
|
"os-name": "^5.0.0",
|
|
"p-event": "^5.0.0",
|
|
"p-every": "^2.0.0",
|
|
"p-filter": "^3.0.0",
|
|
"p-locate": "^6.0.0",
|
|
"p-map": "^6.0.0",
|
|
"p-reduce": "^3.0.0",
|
|
"path-exists": "^5.0.0",
|
|
"path-type": "^5.0.0",
|
|
"pkg-dir": "^7.0.0",
|
|
"pretty-ms": "^8.0.0",
|
|
"ps-list": "^8.0.0",
|
|
"read-package-up": "^11.0.0",
|
|
"readdirp": "^3.4.0",
|
|
"resolve": "^2.0.0-next.1",
|
|
"rfdc": "^1.3.0",
|
|
"safe-json-stringify": "^1.2.0",
|
|
"semver": "^7.3.8",
|
|
"string-width": "^5.0.0",
|
|
"strip-ansi": "^7.0.0",
|
|
"supports-color": "^9.0.0",
|
|
"terminal-link": "^3.0.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.0",
|
|
"uuid": "^9.0.0",
|
|
"yargs": "^17.6.0"
|
|
},
|
|
"bin": {
|
|
"netlify-build": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@netlify/opentelemetry-sdk-setup": "^1.1.0",
|
|
"@opentelemetry/api": "~1.8.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@netlify/opentelemetry-sdk-setup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build-info": {
|
|
"version": "7.13.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bugsnag/js": "^7.20.0",
|
|
"@iarna/toml": "^2.2.5",
|
|
"dot-prop": "^7.2.0",
|
|
"find-up": "^6.3.0",
|
|
"minimatch": "^9.0.0",
|
|
"read-pkg": "^7.1.0",
|
|
"semver": "^7.3.8",
|
|
"yaml": "^2.1.3",
|
|
"yargs": "^17.6.0"
|
|
},
|
|
"bin": {
|
|
"build-info": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build-info/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build-info/node_modules/dot-prop": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^2.11.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build-info/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build-info/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build-info/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build-info/node_modules/read-pkg": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/normalize-package-data": "^2.4.1",
|
|
"normalize-package-data": "^3.0.2",
|
|
"parse-json": "^5.2.0",
|
|
"type-fest": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build-info/node_modules/yaml": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"yaml": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/ansi-escapes": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/execa": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^6.0.1",
|
|
"human-signals": "^3.0.1",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^3.0.7",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/figures": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^5.0.0",
|
|
"is-unicode-supported": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/human-signals": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/map-obj": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/minimatch": {
|
|
"version": "9.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/npm-run-path": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/onetime": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/p-filter": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-map": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/p-filter/node_modules/p-map": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/p-locate": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/p-map": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/path-type": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/pkg-dir": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/string-width": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/strip-final-newline": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/build/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/cache-utils": {
|
|
"version": "5.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cpy": "^9.0.0",
|
|
"get-stream": "^6.0.0",
|
|
"globby": "^13.0.0",
|
|
"junk": "^4.0.0",
|
|
"locate-path": "^7.0.0",
|
|
"move-file": "^3.0.0",
|
|
"path-exists": "^5.0.0",
|
|
"readdirp": "^3.4.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/cache-utils/node_modules/globby": {
|
|
"version": "13.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.3.0",
|
|
"ignore": "^5.2.4",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/cache-utils/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/cache-utils/node_modules/slash": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config": {
|
|
"version": "20.15.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"chalk": "^5.0.0",
|
|
"cron-parser": "^4.1.0",
|
|
"deepmerge": "^4.2.2",
|
|
"dot-prop": "^7.0.0",
|
|
"execa": "^6.0.0",
|
|
"fast-safe-stringify": "^2.0.7",
|
|
"figures": "^5.0.0",
|
|
"filter-obj": "^5.0.0",
|
|
"find-up": "^6.0.0",
|
|
"indent-string": "^5.0.0",
|
|
"is-plain-obj": "^4.0.0",
|
|
"js-yaml": "^4.0.0",
|
|
"map-obj": "^5.0.0",
|
|
"netlify": "^13.1.18",
|
|
"netlify-headers-parser": "^7.1.4",
|
|
"netlify-redirect-parser": "^14.3.0",
|
|
"node-fetch": "^3.3.1",
|
|
"omit.js": "^2.0.2",
|
|
"p-locate": "^6.0.0",
|
|
"path-type": "^5.0.0",
|
|
"tomlify-j0.4": "^3.0.0",
|
|
"validate-npm-package-name": "^4.0.0",
|
|
"yargs": "^17.6.0"
|
|
},
|
|
"bin": {
|
|
"netlify-config": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/dot-prop": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^2.11.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/execa": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^6.0.1",
|
|
"human-signals": "^3.0.1",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^3.0.7",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/figures": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^5.0.0",
|
|
"is-unicode-supported": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/human-signals": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/map-obj": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/npm-run-path": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/onetime": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/p-locate": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/path-type": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/strip-final-newline": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/config/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler": {
|
|
"version": "12.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@import-maps/resolve": "^1.0.1",
|
|
"@vercel/nft": "^0.27.0",
|
|
"ajv": "^8.11.2",
|
|
"ajv-errors": "^3.0.0",
|
|
"better-ajv-errors": "^1.2.0",
|
|
"common-path-prefix": "^3.0.0",
|
|
"env-paths": "^3.0.0",
|
|
"esbuild": "0.21.2",
|
|
"execa": "^6.0.0",
|
|
"find-up": "^6.3.0",
|
|
"get-package-name": "^2.2.0",
|
|
"get-port": "^6.1.2",
|
|
"is-path-inside": "^4.0.0",
|
|
"jsonc-parser": "^3.2.0",
|
|
"node-fetch": "^3.1.1",
|
|
"node-stream-zip": "^1.15.0",
|
|
"p-retry": "^5.1.1",
|
|
"p-wait-for": "^4.1.0",
|
|
"path-key": "^4.0.0",
|
|
"semver": "^7.3.8",
|
|
"tmp-promise": "^3.0.3",
|
|
"urlpattern-polyfill": "8.0.2",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/@esbuild/darwin-arm64": {
|
|
"version": "0.21.2",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/ajv": {
|
|
"version": "8.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.4.1"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/ajv-errors": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ajv": "^8.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/esbuild": {
|
|
"version": "0.21.2",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/aix-ppc64": "0.21.2",
|
|
"@esbuild/android-arm": "0.21.2",
|
|
"@esbuild/android-arm64": "0.21.2",
|
|
"@esbuild/android-x64": "0.21.2",
|
|
"@esbuild/darwin-arm64": "0.21.2",
|
|
"@esbuild/darwin-x64": "0.21.2",
|
|
"@esbuild/freebsd-arm64": "0.21.2",
|
|
"@esbuild/freebsd-x64": "0.21.2",
|
|
"@esbuild/linux-arm": "0.21.2",
|
|
"@esbuild/linux-arm64": "0.21.2",
|
|
"@esbuild/linux-ia32": "0.21.2",
|
|
"@esbuild/linux-loong64": "0.21.2",
|
|
"@esbuild/linux-mips64el": "0.21.2",
|
|
"@esbuild/linux-ppc64": "0.21.2",
|
|
"@esbuild/linux-riscv64": "0.21.2",
|
|
"@esbuild/linux-s390x": "0.21.2",
|
|
"@esbuild/linux-x64": "0.21.2",
|
|
"@esbuild/netbsd-x64": "0.21.2",
|
|
"@esbuild/openbsd-x64": "0.21.2",
|
|
"@esbuild/sunos-x64": "0.21.2",
|
|
"@esbuild/win32-arm64": "0.21.2",
|
|
"@esbuild/win32-ia32": "0.21.2",
|
|
"@esbuild/win32-x64": "0.21.2"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/execa": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^6.0.1",
|
|
"human-signals": "^3.0.1",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^3.0.7",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/get-port": {
|
|
"version": "6.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/human-signals": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/is-path-inside": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/npm-run-path": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/onetime": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/p-timeout": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/p-wait-for": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-timeout": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-bundler/node_modules/strip-final-newline": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/edge-functions": {
|
|
"version": "2.8.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/framework-info": {
|
|
"version": "9.8.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.12.0",
|
|
"filter-obj": "^5.0.0",
|
|
"find-up": "^6.3.0",
|
|
"is-plain-obj": "^4.0.0",
|
|
"locate-path": "^7.0.0",
|
|
"p-filter": "^3.0.0",
|
|
"p-locate": "^6.0.0",
|
|
"process": "^0.11.10",
|
|
"read-pkg-up": "^9.1.0",
|
|
"semver": "^7.3.8"
|
|
},
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/framework-info/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/framework-info/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/framework-info/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/framework-info/node_modules/p-filter": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-map": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/framework-info/node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/framework-info/node_modules/p-locate": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/framework-info/node_modules/p-map": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/framework-info/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/framework-info/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/functions-utils": {
|
|
"version": "5.2.63",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@netlify/zip-it-and-ship-it": "9.34.3",
|
|
"cpy": "^9.0.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/functions-utils/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/git-utils": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^6.0.0",
|
|
"map-obj": "^5.0.0",
|
|
"micromatch": "^4.0.2",
|
|
"moize": "^6.1.3",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/git-utils/node_modules/execa": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^6.0.1",
|
|
"human-signals": "^3.0.1",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^3.0.7",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/git-utils/node_modules/human-signals": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/git-utils/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/git-utils/node_modules/map-obj": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/git-utils/node_modules/npm-run-path": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/git-utils/node_modules/onetime": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/git-utils/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/git-utils/node_modules/strip-final-newline": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/local-functions-proxy": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"@netlify/local-functions-proxy-darwin-arm64": "1.1.1",
|
|
"@netlify/local-functions-proxy-darwin-x64": "1.1.1",
|
|
"@netlify/local-functions-proxy-freebsd-arm64": "1.1.1",
|
|
"@netlify/local-functions-proxy-freebsd-x64": "1.1.1",
|
|
"@netlify/local-functions-proxy-linux-arm": "1.1.1",
|
|
"@netlify/local-functions-proxy-linux-arm64": "1.1.1",
|
|
"@netlify/local-functions-proxy-linux-ia32": "1.1.1",
|
|
"@netlify/local-functions-proxy-linux-ppc64": "1.1.1",
|
|
"@netlify/local-functions-proxy-linux-x64": "1.1.1",
|
|
"@netlify/local-functions-proxy-openbsd-x64": "1.1.1",
|
|
"@netlify/local-functions-proxy-win32-ia32": "1.1.1",
|
|
"@netlify/local-functions-proxy-win32-x64": "1.1.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/local-functions-proxy-darwin-arm64": {
|
|
"version": "1.1.1",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"bin": {
|
|
"local-functions-proxy": "bin/local-functions-proxy"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/node-cookies": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/open-api": {
|
|
"version": "2.32.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/opentelemetry-utils": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "~1.8.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/plugins-list": {
|
|
"version": "6.80.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/run-utils": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/run-utils/node_modules/execa": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^6.0.1",
|
|
"human-signals": "^3.0.1",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^3.0.7",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/run-utils/node_modules/human-signals": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/run-utils/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/run-utils/node_modules/npm-run-path": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/run-utils/node_modules/onetime": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/run-utils/node_modules/strip-final-newline": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it": {
|
|
"version": "9.34.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.22.5",
|
|
"@babel/types": "7.24.6",
|
|
"@netlify/binary-info": "^1.0.0",
|
|
"@netlify/serverless-functions-api": "^1.18.3",
|
|
"@vercel/nft": "^0.27.1",
|
|
"archiver": "^7.0.0",
|
|
"common-path-prefix": "^3.0.0",
|
|
"cp-file": "^10.0.0",
|
|
"es-module-lexer": "^1.0.0",
|
|
"esbuild": "0.19.11",
|
|
"execa": "^6.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"filter-obj": "^5.0.0",
|
|
"find-up": "^6.0.0",
|
|
"glob": "^8.0.3",
|
|
"is-builtin-module": "^3.1.0",
|
|
"is-path-inside": "^4.0.0",
|
|
"junk": "^4.0.0",
|
|
"locate-path": "^7.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"minimatch": "^9.0.0",
|
|
"normalize-path": "^3.0.0",
|
|
"p-map": "^5.0.0",
|
|
"path-exists": "^5.0.0",
|
|
"precinct": "^11.0.0",
|
|
"require-package-name": "^2.0.1",
|
|
"resolve": "^2.0.0-next.1",
|
|
"semver": "^7.3.8",
|
|
"tmp-promise": "^3.0.2",
|
|
"toml": "^3.0.0",
|
|
"unixify": "^1.0.0",
|
|
"urlpattern-polyfill": "8.0.2",
|
|
"yargs": "^17.0.0"
|
|
},
|
|
"bin": {
|
|
"zip-it-and-ship-it": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/@netlify/serverless-functions-api": {
|
|
"version": "1.18.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@netlify/node-cookies": "^0.1.0",
|
|
"@opentelemetry/core": "^1.23.0",
|
|
"@opentelemetry/otlp-transformer": "^0.51.0",
|
|
"@opentelemetry/resources": "^1.23.0",
|
|
"@opentelemetry/sdk-node": "^0.51.1",
|
|
"@opentelemetry/sdk-trace-node": "^1.24.1",
|
|
"urlpattern-polyfill": "8.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/@opentelemetry/api-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/@opentelemetry/otlp-transformer": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api-logs": "0.51.1",
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/sdk-logs": "0.51.1",
|
|
"@opentelemetry/sdk-metrics": "1.24.1",
|
|
"@opentelemetry/sdk-trace-base": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.3.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/@opentelemetry/resources": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/@opentelemetry/sdk-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.4.0 <1.9.0",
|
|
"@opentelemetry/api-logs": ">=0.39.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/@opentelemetry/sdk-metrics": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"lodash.merge": "^4.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.3.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/@opentelemetry/sdk-trace-base": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/execa": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^6.0.1",
|
|
"human-signals": "^3.0.1",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^3.0.7",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/glob/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/human-signals": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/is-path-inside": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/minimatch": {
|
|
"version": "9.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/npm-run-path": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/onetime": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/p-map": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/node_modules/strip-final-newline": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/auth-token": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/core": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/auth-token": "^4.0.0",
|
|
"@octokit/graphql": "^7.1.0",
|
|
"@octokit/request": "^8.3.1",
|
|
"@octokit/request-error": "^5.1.0",
|
|
"@octokit/types": "^13.0.0",
|
|
"before-after-hook": "^2.2.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/endpoint": {
|
|
"version": "9.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^13.1.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/graphql": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/request": "^8.3.0",
|
|
"@octokit/types": "^13.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/openapi-types": {
|
|
"version": "22.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/plugin-paginate-rest": {
|
|
"version": "11.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^13.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": "5"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/plugin-request-log": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": "5"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/plugin-rest-endpoint-methods": {
|
|
"version": "13.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^13.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": "^5"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/request": {
|
|
"version": "8.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/endpoint": "^9.0.1",
|
|
"@octokit/request-error": "^5.1.0",
|
|
"@octokit/types": "^13.1.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/request-error": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^13.1.0",
|
|
"deprecation": "^2.0.0",
|
|
"once": "^1.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/rest": {
|
|
"version": "20.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/core": "^5.0.2",
|
|
"@octokit/plugin-paginate-rest": "11.3.1",
|
|
"@octokit/plugin-request-log": "^4.0.0",
|
|
"@octokit/plugin-rest-endpoint-methods": "13.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@octokit/types": {
|
|
"version": "13.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/openapi-types": "^22.2.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/api": {
|
|
"version": "1.8.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/context-async-hooks": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-grpc": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.7.1",
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/otlp-grpc-exporter-base": "0.51.1",
|
|
"@opentelemetry/otlp-transformer": "0.51.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/sdk-trace-base": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/api-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/otlp-transformer": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api-logs": "0.51.1",
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/sdk-logs": "0.51.1",
|
|
"@opentelemetry/sdk-metrics": "1.24.1",
|
|
"@opentelemetry/sdk-trace-base": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.3.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/resources": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/sdk-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.4.0 <1.9.0",
|
|
"@opentelemetry/api-logs": ">=0.39.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/sdk-metrics": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"lodash.merge": "^4.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.3.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/sdk-trace-base": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-http": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/otlp-exporter-base": "0.51.1",
|
|
"@opentelemetry/otlp-transformer": "0.51.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/sdk-trace-base": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/api-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/otlp-transformer": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api-logs": "0.51.1",
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/sdk-logs": "0.51.1",
|
|
"@opentelemetry/sdk-metrics": "1.24.1",
|
|
"@opentelemetry/sdk-trace-base": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.3.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/resources": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/sdk-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.4.0 <1.9.0",
|
|
"@opentelemetry/api-logs": ">=0.39.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/sdk-metrics": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"lodash.merge": "^4.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.3.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/sdk-trace-base": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-http/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-proto": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/otlp-exporter-base": "0.51.1",
|
|
"@opentelemetry/otlp-proto-exporter-base": "0.51.1",
|
|
"@opentelemetry/otlp-transformer": "0.51.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/sdk-trace-base": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/api-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/otlp-transformer": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api-logs": "0.51.1",
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/sdk-logs": "0.51.1",
|
|
"@opentelemetry/sdk-metrics": "1.24.1",
|
|
"@opentelemetry/sdk-trace-base": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.3.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/resources": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/sdk-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.4.0 <1.9.0",
|
|
"@opentelemetry/api-logs": ">=0.39.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/sdk-metrics": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"lodash.merge": "^4.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.3.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/sdk-trace-base": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-trace-otlp-proto/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-zipkin": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/sdk-trace-base": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-zipkin/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-zipkin/node_modules/@opentelemetry/resources": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-zipkin/node_modules/@opentelemetry/sdk-trace-base": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/exporter-zipkin/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/instrumentation": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api-logs": "0.51.1",
|
|
"@types/shimmer": "^1.0.2",
|
|
"import-in-the-middle": "1.7.4",
|
|
"require-in-the-middle": "^7.1.1",
|
|
"semver": "^7.5.2",
|
|
"shimmer": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/instrumentation/node_modules/@opentelemetry/api-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/otlp-exporter-base": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/otlp-exporter-base/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/otlp-exporter-base/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/otlp-grpc-exporter-base": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.7.1",
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/otlp-exporter-base": "0.51.1",
|
|
"protobufjs": "^7.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/otlp-grpc-exporter-base/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/otlp-grpc-exporter-base/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/otlp-proto-exporter-base": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/otlp-exporter-base": "0.51.1",
|
|
"protobufjs": "^7.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/otlp-proto-exporter-base/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/otlp-proto-exporter-base/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/propagator-b3": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/propagator-b3/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/propagator-b3/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/propagator-jaeger": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/propagator-jaeger/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/propagator-jaeger/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-node": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api-logs": "0.51.1",
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/exporter-trace-otlp-grpc": "0.51.1",
|
|
"@opentelemetry/exporter-trace-otlp-http": "0.51.1",
|
|
"@opentelemetry/exporter-trace-otlp-proto": "0.51.1",
|
|
"@opentelemetry/exporter-zipkin": "1.24.1",
|
|
"@opentelemetry/instrumentation": "0.51.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/sdk-logs": "0.51.1",
|
|
"@opentelemetry/sdk-metrics": "1.24.1",
|
|
"@opentelemetry/sdk-trace-base": "1.24.1",
|
|
"@opentelemetry/sdk-trace-node": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.3.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-node/node_modules/@opentelemetry/api-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/api": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-node/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-node/node_modules/@opentelemetry/resources": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-node/node_modules/@opentelemetry/sdk-logs": {
|
|
"version": "0.51.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.4.0 <1.9.0",
|
|
"@opentelemetry/api-logs": ">=0.39.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-node/node_modules/@opentelemetry/sdk-metrics": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"lodash.merge": "^4.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.3.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-node/node_modules/@opentelemetry/sdk-trace-base": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-node/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-trace-node": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/context-async-hooks": "1.24.1",
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/propagator-b3": "1.24.1",
|
|
"@opentelemetry/propagator-jaeger": "1.24.1",
|
|
"@opentelemetry/sdk-trace-base": "1.24.1",
|
|
"semver": "^7.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-trace-node/node_modules/@opentelemetry/core": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-trace-node/node_modules/@opentelemetry/resources": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-trace-node/node_modules/@opentelemetry/sdk-trace-base": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@opentelemetry/core": "1.24.1",
|
|
"@opentelemetry/resources": "1.24.1",
|
|
"@opentelemetry/semantic-conventions": "1.24.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1.0.0 <1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@opentelemetry/sdk-trace-node/node_modules/@opentelemetry/semantic-conventions": {
|
|
"version": "1.24.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@parcel/watcher": {
|
|
"version": "2.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-libc": "^1.0.3",
|
|
"is-glob": "^4.0.3",
|
|
"micromatch": "^4.0.5",
|
|
"node-addon-api": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
},
|
|
"optionalDependencies": {
|
|
"@parcel/watcher-android-arm64": "2.4.0",
|
|
"@parcel/watcher-darwin-arm64": "2.4.0",
|
|
"@parcel/watcher-darwin-x64": "2.4.0",
|
|
"@parcel/watcher-freebsd-x64": "2.4.0",
|
|
"@parcel/watcher-linux-arm-glibc": "2.4.0",
|
|
"@parcel/watcher-linux-arm64-glibc": "2.4.0",
|
|
"@parcel/watcher-linux-arm64-musl": "2.4.0",
|
|
"@parcel/watcher-linux-x64-glibc": "2.4.0",
|
|
"@parcel/watcher-linux-x64-musl": "2.4.0",
|
|
"@parcel/watcher-win32-arm64": "2.4.0",
|
|
"@parcel/watcher-win32-ia32": "2.4.0",
|
|
"@parcel/watcher-win32-x64": "2.4.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@parcel/watcher-darwin-arm64": {
|
|
"version": "2.4.0",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@parcel/watcher-wasm": {
|
|
"version": "2.4.0",
|
|
"bundleDependencies": [
|
|
"napi-wasm"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3",
|
|
"micromatch": "^4.0.5",
|
|
"napi-wasm": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@parcel/watcher/node_modules/detect-libc": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"detect-libc": "bin/detect-libc.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@pnpm/config.env-replace": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.22.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@pnpm/network.ca-file": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "4.2.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@pnpm/npm-conf": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pnpm/config.env-replace": "^1.1.0",
|
|
"@pnpm/network.ca-file": "^1.0.1",
|
|
"config-chain": "^1.1.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@rollup/pluginutils": {
|
|
"version": "4.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"estree-walker": "^2.0.1",
|
|
"picomatch": "^2.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@sindresorhus/is": {
|
|
"version": "5.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@sindresorhus/slugify": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/transliterate": "^1.0.0",
|
|
"escape-string-regexp": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@sindresorhus/slugify/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@sindresorhus/transliterate": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^5.0.0",
|
|
"lodash.deburr": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@sindresorhus/transliterate/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@szmarczak/http-timer": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defer-to-connect": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@tokenizer/token": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@trysound/sax": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@tsconfig/node10": {
|
|
"version": "1.0.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@tsconfig/node12": {
|
|
"version": "1.0.9",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@tsconfig/node14": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@tsconfig/node16": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/body-parser": {
|
|
"version": "1.19.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/connect": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/connect": {
|
|
"version": "3.4.35",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/express": {
|
|
"version": "4.17.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/body-parser": "*",
|
|
"@types/express-serve-static-core": "^4.17.18",
|
|
"@types/qs": "*",
|
|
"@types/serve-static": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/express-serve-static-core": {
|
|
"version": "4.17.28",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/qs": "*",
|
|
"@types/range-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/http-cache-semantics": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/http-proxy": {
|
|
"version": "1.17.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/istanbul-lib-coverage": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/istanbul-lib-report": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/istanbul-reports": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-report": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/mime": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/normalize-package-data": {
|
|
"version": "2.4.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/qs": {
|
|
"version": "6.9.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/range-parser": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/retry": {
|
|
"version": "0.12.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/serve-static": {
|
|
"version": "1.13.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/mime": "^1",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/shimmer": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@types/yargs-parser": {
|
|
"version": "20.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@vercel/nft": {
|
|
"version": "0.27.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mapbox/node-pre-gyp": "^1.0.5",
|
|
"@rollup/pluginutils": "^4.0.0",
|
|
"acorn": "^8.6.0",
|
|
"acorn-import-attributes": "^1.9.5",
|
|
"async-sema": "^3.1.1",
|
|
"bindings": "^1.4.0",
|
|
"estree-walker": "2.0.2",
|
|
"glob": "^7.1.3",
|
|
"graceful-fs": "^4.2.9",
|
|
"micromatch": "^4.0.2",
|
|
"node-gyp-build": "^4.2.2",
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"bin": {
|
|
"nft": "out/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/archive-type": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"file-type": "^18.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/decompress": {
|
|
"version": "9.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xhmikosr/decompress-tar": "^7.0.0",
|
|
"@xhmikosr/decompress-tarbz2": "^7.0.0",
|
|
"@xhmikosr/decompress-targz": "^7.0.0",
|
|
"@xhmikosr/decompress-unzip": "^6.0.0",
|
|
"graceful-fs": "^4.2.11",
|
|
"make-dir": "^4.0.0",
|
|
"strip-dirs": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/decompress-tar": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"file-type": "^18.5.0",
|
|
"is-stream": "^3.0.0",
|
|
"tar-stream": "^3.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/decompress-tar/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/decompress-tarbz2": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xhmikosr/decompress-tar": "^7.0.0",
|
|
"file-type": "^18.5.0",
|
|
"is-stream": "^3.0.0",
|
|
"seek-bzip": "^1.0.6",
|
|
"unbzip2-stream": "^1.4.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/decompress-tarbz2/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/decompress-targz": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xhmikosr/decompress-tar": "^7.0.0",
|
|
"file-type": "^18.5.0",
|
|
"is-stream": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/decompress-targz/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/decompress-unzip": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"file-type": "^18.5.0",
|
|
"get-stream": "^6.0.1",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/decompress/node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/decompress/node_modules/make-dir": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/downloader": {
|
|
"version": "13.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xhmikosr/archive-type": "^6.0.1",
|
|
"@xhmikosr/decompress": "^9.0.1",
|
|
"content-disposition": "^0.5.4",
|
|
"ext-name": "^5.0.0",
|
|
"file-type": "^18.5.0",
|
|
"filenamify": "^5.1.1",
|
|
"get-stream": "^6.0.1",
|
|
"got": "^12.6.1",
|
|
"merge-options": "^3.0.4",
|
|
"p-event": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/downloader/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/downloader/node_modules/filename-reserved-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/downloader/node_modules/filenamify": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"filename-reserved-regex": "^3.0.0",
|
|
"strip-outer": "^2.0.0",
|
|
"trim-repeated": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/downloader/node_modules/strip-outer": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/@xhmikosr/downloader/node_modules/trim-repeated": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/abort-controller": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"event-target-shim": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/abstract-logging": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/acorn-import-attributes": {
|
|
"version": "1.9.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"acorn": "^8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/acorn-walk": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/aggregate-error": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-stack": "^4.0.0",
|
|
"indent-string": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/aggregate-error/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ajv-formats": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ajv": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ajv-formats/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ajv-formats/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/all-node-versions": {
|
|
"version": "11.3.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fetch-node-website": "^7.3.0",
|
|
"filter-obj": "^5.1.0",
|
|
"get-stream": "^6.0.0",
|
|
"global-cache-dir": "^4.3.1",
|
|
"is-plain-obj": "^4.1.0",
|
|
"path-exists": "^5.0.0",
|
|
"semver": "^7.3.7",
|
|
"write-file-atomic": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/all-node-versions/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/all-node-versions/node_modules/write-file-atomic": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ansi-align": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.1.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ansi-escapes": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"environment": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ansi-to-html": {
|
|
"version": "0.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"entities": "^2.2.0"
|
|
},
|
|
"bin": {
|
|
"ansi-to-html": "bin/ansi-to-html"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ansi-to-html/node_modules/entities": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/aproba": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"archiver-utils": "^5.0.2",
|
|
"async": "^3.2.4",
|
|
"buffer-crc32": "^1.0.0",
|
|
"readable-stream": "^4.0.0",
|
|
"readdir-glob": "^1.1.2",
|
|
"tar-stream": "^3.0.0",
|
|
"zip-stream": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"glob": "^10.0.0",
|
|
"graceful-fs": "^4.2.0",
|
|
"is-stream": "^2.0.1",
|
|
"lazystream": "^1.0.0",
|
|
"lodash": "^4.17.15",
|
|
"normalize-path": "^3.0.0",
|
|
"readable-stream": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils/node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils/node_modules/glob": {
|
|
"version": "10.4.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^3.1.2",
|
|
"minimatch": "^9.0.4",
|
|
"minipass": "^7.1.2",
|
|
"path-scurry": "^1.11.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils/node_modules/jackspeak": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"@isaacs/cliui": "^8.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
},
|
|
"optionalDependencies": {
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils/node_modules/minimatch": {
|
|
"version": "9.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils/node_modules/minipass": {
|
|
"version": "7.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils/node_modules/readable-stream": {
|
|
"version": "4.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10",
|
|
"string_decoder": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver-utils/node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver/node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver/node_modules/buffer-crc32": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver/node_modules/readable-stream": {
|
|
"version": "4.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10",
|
|
"string_decoder": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archiver/node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/archy": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/are-we-there-yet": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/arg": {
|
|
"version": "4.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/array-timsort": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/arrify": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ascii-table": {
|
|
"version": "0.0.9",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ast-module-types": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/async-sema": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/atomic-sleep": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/avvio": {
|
|
"version": "8.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fastify/error": "^3.3.0",
|
|
"archy": "^1.0.0",
|
|
"debug": "^4.0.0",
|
|
"fastq": "^1.17.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/b4a": {
|
|
"version": "1.6.4",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/backoff": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"precond": "0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/before-after-hook": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/better-ajv-errors": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.16.0",
|
|
"@humanwhocodes/momoa": "^2.0.2",
|
|
"chalk": "^4.1.2",
|
|
"jsonpointer": "^5.0.0",
|
|
"leven": "^3.1.0 < 4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "4.11.8 - 8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/better-ajv-errors/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/better-ajv-errors/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/better-ajv-errors/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/better-ajv-errors/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/better-ajv-errors/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/better-opn": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"open": "^8.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/bindings": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"file-uri-to-path": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/blueimp-md5": {
|
|
"version": "2.19.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/boolbase": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/boxen": {
|
|
"version": "7.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-align": "^3.0.1",
|
|
"camelcase": "^7.0.1",
|
|
"chalk": "^5.2.0",
|
|
"cli-boxes": "^3.0.0",
|
|
"string-width": "^5.1.2",
|
|
"type-fest": "^2.13.0",
|
|
"widest-line": "^4.0.1",
|
|
"wrap-ansi": "^8.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/boxen/node_modules/camelcase": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/boxen/node_modules/string-width": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/boxen/node_modules/wrap-ansi": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.1.0",
|
|
"string-width": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/buffer-equal-constant-time": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/builtin-modules": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/builtins": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/byline": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cacheable-lookup": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cacheable-request": {
|
|
"version": "10.2.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/http-cache-semantics": "^4.0.2",
|
|
"get-stream": "^6.0.1",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"keyv": "^4.5.3",
|
|
"mimic-response": "^4.0.0",
|
|
"normalize-url": "^8.0.0",
|
|
"responselike": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/callsite": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/camelcase": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/chalk": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/chardet": {
|
|
"version": "0.7.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/chokidar": {
|
|
"version": "3.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"anymatch": "~3.1.2",
|
|
"braces": "~3.0.2",
|
|
"glob-parent": "~5.1.2",
|
|
"is-binary-path": "~2.1.0",
|
|
"is-glob": "~4.0.1",
|
|
"normalize-path": "~3.0.0",
|
|
"readdirp": "~3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.10.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/chownr": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ci-info": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/citty": {
|
|
"version": "0.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"consola": "^3.2.3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cjs-module-lexer": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clean-deep": {
|
|
"version": "3.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.isempty": "^4.4.0",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.transform": "^4.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clean-stack": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clean-stack/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cli-boxes": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cli-cursor": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cli-progress": {
|
|
"version": "3.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^4.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cli-spinners": {
|
|
"version": "2.9.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cli-truncate": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"slice-ansi": "^5.0.0",
|
|
"string-width": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cli-truncate/node_modules/emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cli-truncate/node_modules/string-width": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cli-width": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clipboardy": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^8.0.1",
|
|
"is-wsl": "^3.1.0",
|
|
"is64bit": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clipboardy/node_modules/execa": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clipboardy/node_modules/get-stream": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clipboardy/node_modules/human-signals": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.17.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clipboardy/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clipboardy/node_modules/npm-run-path": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clipboardy/node_modules/onetime": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clipboardy/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/clipboardy/node_modules/strip-final-newline": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cluster-key-slot": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/color": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.3",
|
|
"color-string": "^1.6.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/color-string": {
|
|
"version": "1.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "^1.0.0",
|
|
"simple-swizzle": "^0.2.2"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/color-support": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"color-support": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/colorette": {
|
|
"version": "2.0.20",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/colors": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/colors-option": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"chalk": "^5.0.0",
|
|
"filter-obj": "^3.0.0",
|
|
"is-plain-obj": "^4.0.0",
|
|
"jest-validate": "^27.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/colors-option/node_modules/filter-obj": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/colorspace": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color": "^3.1.3",
|
|
"text-hex": "1.0.x"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/commander": {
|
|
"version": "10.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/comment-json": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-timsort": "^1.0.3",
|
|
"core-util-is": "^1.0.3",
|
|
"esprima": "^4.0.1",
|
|
"has-own-prop": "^2.0.0",
|
|
"repeat-string": "^1.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/common-path-prefix": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/compress-commons": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crc-32": "^1.2.0",
|
|
"crc32-stream": "^6.0.0",
|
|
"is-stream": "^2.0.1",
|
|
"normalize-path": "^3.0.0",
|
|
"readable-stream": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/compress-commons/node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/compress-commons/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/compress-commons/node_modules/readable-stream": {
|
|
"version": "4.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10",
|
|
"string_decoder": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/compress-commons/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/compress-commons/node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/concordance": {
|
|
"version": "5.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"date-time": "^3.1.0",
|
|
"esutils": "^2.0.3",
|
|
"fast-diff": "^1.2.0",
|
|
"js-string-escape": "^1.0.1",
|
|
"lodash": "^4.17.15",
|
|
"md5-hex": "^3.0.1",
|
|
"semver": "^7.3.2",
|
|
"well-known-symbols": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.18.0 <11 || >=12.14.0 <13 || >=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/config-chain": {
|
|
"version": "1.1.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ini": "^1.3.4",
|
|
"proto-list": "~1.2.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/config-chain/node_modules/ini": {
|
|
"version": "1.3.8",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/configstore": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dot-prop": "^6.0.1",
|
|
"graceful-fs": "^4.2.6",
|
|
"unique-string": "^3.0.0",
|
|
"write-file-atomic": "^3.0.3",
|
|
"xdg-basedir": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/yeoman/configstore?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/configstore/node_modules/dot-prop": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/configstore/node_modules/write-file-atomic": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"is-typedarray": "^1.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"typedarray-to-buffer": "^3.1.5"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/consola": {
|
|
"version": "3.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cookie-es": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cp-file": {
|
|
"version": "10.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.10",
|
|
"nested-error-stacks": "^2.1.1",
|
|
"p-event": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cpy": {
|
|
"version": "9.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arrify": "^3.0.0",
|
|
"cp-file": "^9.1.0",
|
|
"globby": "^13.1.1",
|
|
"junk": "^4.0.0",
|
|
"micromatch": "^4.0.4",
|
|
"nested-error-stacks": "^2.1.0",
|
|
"p-filter": "^3.0.0",
|
|
"p-map": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cpy/node_modules/cp-file": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"make-dir": "^3.0.0",
|
|
"nested-error-stacks": "^2.0.0",
|
|
"p-event": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cpy/node_modules/globby": {
|
|
"version": "13.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.3.0",
|
|
"ignore": "^5.2.4",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cpy/node_modules/p-event": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-timeout": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cpy/node_modules/p-filter": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-map": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cpy/node_modules/p-map": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cpy/node_modules/p-timeout": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-finally": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cpy/node_modules/slash": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/crc-32": {
|
|
"version": "1.2.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"crc32": "bin/crc32.njs"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/crc32-stream": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crc-32": "^1.2.0",
|
|
"readable-stream": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/crc32-stream/node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/crc32-stream/node_modules/readable-stream": {
|
|
"version": "4.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10",
|
|
"string_decoder": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/crc32-stream/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/crc32-stream/node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/create-require": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cron-parser": {
|
|
"version": "4.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"luxon": "^3.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/crossws": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/crypto-random-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/crypto-random-string/node_modules/type-fest": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/css-select": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-what": "^6.1.0",
|
|
"domhandler": "^5.0.2",
|
|
"domutils": "^3.0.1",
|
|
"nth-check": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/css-tree": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdn-data": "2.0.30",
|
|
"source-map-js": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/css-what": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cssfilter": {
|
|
"version": "0.0.10",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/csso": {
|
|
"version": "5.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-tree": "~2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/csso/node_modules/css-tree": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdn-data": "2.0.28",
|
|
"source-map-js": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/csso/node_modules/mdn-data": {
|
|
"version": "2.0.28",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/cyclist": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/data-uri-to-buffer": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/date-time": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"time-zone": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/debug": {
|
|
"version": "4.3.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/debug/node_modules/ms": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/decache": {
|
|
"version": "4.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsite": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/decompress-response": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-response": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/decompress-response/node_modules/mimic-response": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/deepmerge": {
|
|
"version": "4.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/defu": {
|
|
"version": "6.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/denque": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/deprecation": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/destr": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detect-libc": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-amd": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ast-module-types": "^5.0.0",
|
|
"escodegen": "^2.0.0",
|
|
"get-amd-module-type": "^5.0.1",
|
|
"node-source-walk": "^6.0.1"
|
|
},
|
|
"bin": {
|
|
"detective-amd": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-cjs": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ast-module-types": "^5.0.0",
|
|
"node-source-walk": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-es6": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-source-walk": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-postcss": {
|
|
"version": "6.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-url": "^1.2.4",
|
|
"postcss": "^8.4.23",
|
|
"postcss-values-parser": "^6.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-sass": {
|
|
"version": "5.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gonzales-pe": "^4.3.0",
|
|
"node-source-walk": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-scss": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gonzales-pe": "^4.3.0",
|
|
"node-source-walk": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-stylus": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-typescript": {
|
|
"version": "11.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "^5.62.0",
|
|
"ast-module-types": "^5.0.0",
|
|
"node-source-walk": "^6.0.2",
|
|
"typescript": "^5.4.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-typescript/node_modules/@typescript-eslint/types": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-typescript/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/detective-typescript/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/dom-serializer": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.2",
|
|
"entities": "^4.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/domelementtype": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/domhandler": {
|
|
"version": "5.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"domelementtype": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/domutils": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dom-serializer": "^2.0.0",
|
|
"domelementtype": "^2.3.0",
|
|
"domhandler": "^5.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/dot-prop": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^4.18.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/dot-prop/node_modules/type-fest": {
|
|
"version": "4.18.2",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/dotenv": {
|
|
"version": "16.4.5",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://dotenvx.com"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ecdsa-sig-formatter": {
|
|
"version": "1.0.11",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/enabled": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/env-paths": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/envinfo": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"envinfo": "dist/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/environment": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/error-stack-parser": {
|
|
"version": "2.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"stackframe": "^1.3.4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/es-module-lexer": {
|
|
"version": "1.5.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/es6-promisify": {
|
|
"version": "6.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/esbuild": {
|
|
"version": "0.19.11",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/aix-ppc64": "0.19.11",
|
|
"@esbuild/android-arm": "0.19.11",
|
|
"@esbuild/android-arm64": "0.19.11",
|
|
"@esbuild/android-x64": "0.19.11",
|
|
"@esbuild/darwin-arm64": "0.19.11",
|
|
"@esbuild/darwin-x64": "0.19.11",
|
|
"@esbuild/freebsd-arm64": "0.19.11",
|
|
"@esbuild/freebsd-x64": "0.19.11",
|
|
"@esbuild/linux-arm": "0.19.11",
|
|
"@esbuild/linux-arm64": "0.19.11",
|
|
"@esbuild/linux-ia32": "0.19.11",
|
|
"@esbuild/linux-loong64": "0.19.11",
|
|
"@esbuild/linux-mips64el": "0.19.11",
|
|
"@esbuild/linux-ppc64": "0.19.11",
|
|
"@esbuild/linux-riscv64": "0.19.11",
|
|
"@esbuild/linux-s390x": "0.19.11",
|
|
"@esbuild/linux-x64": "0.19.11",
|
|
"@esbuild/netbsd-x64": "0.19.11",
|
|
"@esbuild/openbsd-x64": "0.19.11",
|
|
"@esbuild/sunos-x64": "0.19.11",
|
|
"@esbuild/win32-arm64": "0.19.11",
|
|
"@esbuild/win32-ia32": "0.19.11",
|
|
"@esbuild/win32-x64": "0.19.11"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/escape-goat": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/escodegen": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^5.2.0",
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"escodegen": "bin/escodegen.js",
|
|
"esgenerate": "bin/esgenerate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/estree-walker": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/event-target-shim": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/eventemitter3": {
|
|
"version": "4.0.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/events": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.x"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/expand-template": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "(MIT OR WTFPL)",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/express-logging": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"on-headers": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.26"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ext-list": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "^1.28.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ext-name": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ext-list": "^2.0.0",
|
|
"sort-keys-length": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/external-editor": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chardet": "^0.7.0",
|
|
"iconv-lite": "^0.4.24",
|
|
"tmp": "^0.0.33"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-content-type-parse": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-decode-uri-component": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-diff": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-equals": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-fifo": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-json-stringify": {
|
|
"version": "5.15.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fastify/merge-json-schemas": "^0.1.0",
|
|
"ajv": "^8.10.0",
|
|
"ajv-formats": "^3.0.1",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-uri": "^2.1.0",
|
|
"json-schema-ref-resolver": "^1.0.1",
|
|
"rfdc": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-json-stringify/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-json-stringify/node_modules/ajv-formats": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ajv": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-json-stringify/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-querystring": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-decode-uri-component": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-redact": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-safe-stringify": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fast-uri": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastest-levenshtein": {
|
|
"version": "1.0.16",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.9.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify": {
|
|
"version": "4.27.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fastify"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fastify"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fastify/ajv-compiler": "^3.5.0",
|
|
"@fastify/error": "^3.4.0",
|
|
"@fastify/fast-json-stringify-compiler": "^4.3.0",
|
|
"abstract-logging": "^2.0.1",
|
|
"avvio": "^8.3.0",
|
|
"fast-content-type-parse": "^1.1.0",
|
|
"fast-json-stringify": "^5.8.0",
|
|
"find-my-way": "^8.0.0",
|
|
"light-my-request": "^5.11.0",
|
|
"pino": "^9.0.0",
|
|
"process-warning": "^3.0.0",
|
|
"proxy-addr": "^2.0.7",
|
|
"rfdc": "^1.3.0",
|
|
"secure-json-parse": "^2.7.0",
|
|
"semver": "^7.5.4",
|
|
"toad-cache": "^3.3.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify-plugin": {
|
|
"version": "4.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/pino": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"atomic-sleep": "^1.0.0",
|
|
"fast-redact": "^3.1.1",
|
|
"on-exit-leak-free": "^2.1.0",
|
|
"pino-abstract-transport": "^1.2.0",
|
|
"pino-std-serializers": "^7.0.0",
|
|
"process-warning": "^3.0.0",
|
|
"quick-format-unescaped": "^4.0.3",
|
|
"real-require": "^0.2.0",
|
|
"safe-stable-stringify": "^2.3.1",
|
|
"sonic-boom": "^4.0.1",
|
|
"thread-stream": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"pino": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/pino-abstract-transport": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^4.0.0",
|
|
"split2": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/pino-std-serializers": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/process-warning": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/readable-stream": {
|
|
"version": "4.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10",
|
|
"string_decoder": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/sonic-boom": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"atomic-sleep": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/split2": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 10.x"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastify/node_modules/thread-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"real-require": "^0.2.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fastq": {
|
|
"version": "1.17.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fdir": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"picomatch": "2.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"picomatch": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fecha": {
|
|
"version": "4.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fetch-blob": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-domexception": "^1.0.0",
|
|
"web-streams-polyfill": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20 || >= 14.13"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fetch-node-website": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"cli-progress": "^3.11.2",
|
|
"colors-option": "^4.4.0",
|
|
"figures": "^5.0.0",
|
|
"got": "^12.3.1",
|
|
"is-plain-obj": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fetch-node-website/node_modules/colors-option": {
|
|
"version": "4.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.0.1",
|
|
"is-plain-obj": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fetch-node-website/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fetch-node-website/node_modules/figures": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^5.0.0",
|
|
"is-unicode-supported": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/file-type": {
|
|
"version": "18.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-web-to-node-stream": "^3.0.2",
|
|
"strtok3": "^7.0.0",
|
|
"token-types": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/file-uri-to-path": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/filter-obj": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/find-my-way": {
|
|
"version": "8.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-querystring": "^1.0.0",
|
|
"safe-regex2": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/find-up": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.2.0",
|
|
"path-exists": "^5.0.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/find-up-simple": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/find-up/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/flush-write-stream": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.1.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fn.name": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/folder-walker": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"from2": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/form-data-encoder": {
|
|
"version": "2.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14.17"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/formdata-polyfill": {
|
|
"version": "4.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fetch-blob": "^3.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/from2": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/from2-array": {
|
|
"version": "0.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"from2": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/from2/node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fs-minipass/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/fuzzy": {
|
|
"version": "0.1.3",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/gauge": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.2",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.1",
|
|
"object-assign": "^4.1.1",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/gauge/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/get-amd-module-type": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ast-module-types": "^5.0.0",
|
|
"node-source-walk": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/get-east-asian-width": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/get-package-name": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/get-port": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/get-port-please": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/gh-release-fetch": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xhmikosr/downloader": "^13.0.0",
|
|
"node-fetch": "^3.3.1",
|
|
"semver": "^7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/git-repo-info": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/gitconfiglocal": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"ini": "^1.3.2"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/gitconfiglocal/node_modules/ini": {
|
|
"version": "1.3.8",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/github-from-package": {
|
|
"version": "0.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/global-cache-dir": {
|
|
"version": "4.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cachedir": "^2.3.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/global-cache-dir/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/gonzales-pe": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.5"
|
|
},
|
|
"bin": {
|
|
"gonzales": "bin/gonzales.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/got": {
|
|
"version": "12.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/is": "^5.2.0",
|
|
"@szmarczak/http-timer": "^5.0.1",
|
|
"cacheable-lookup": "^7.0.0",
|
|
"cacheable-request": "^10.2.8",
|
|
"decompress-response": "^6.0.0",
|
|
"form-data-encoder": "^2.1.2",
|
|
"get-stream": "^6.0.1",
|
|
"http2-wrapper": "^2.1.10",
|
|
"lowercase-keys": "^3.0.0",
|
|
"p-cancelable": "^3.0.0",
|
|
"responselike": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/graceful-fs": {
|
|
"version": "4.2.10",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/h3": {
|
|
"version": "1.10.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cookie-es": "^1.0.0",
|
|
"defu": "^6.1.4",
|
|
"destr": "^2.0.2",
|
|
"iron-webcrypto": "^1.0.0",
|
|
"ohash": "^1.1.3",
|
|
"radix3": "^1.1.0",
|
|
"ufo": "^1.3.2",
|
|
"uncrypto": "^0.1.3",
|
|
"unenv": "^1.9.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/has-own-prop": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/hasbin": {
|
|
"version": "1.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "~1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/hasbin/node_modules/async": {
|
|
"version": "1.5.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/hasha": {
|
|
"version": "5.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-stream": "^2.0.0",
|
|
"type-fest": "^0.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/hasha/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/hasha/node_modules/type-fest": {
|
|
"version": "0.8.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/hosted-git-info": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/hot-shots": {
|
|
"version": "10.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"unix-dgram": "2.x"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/http-proxy": {
|
|
"version": "1.18.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eventemitter3": "^4.0.0",
|
|
"follow-redirects": "^1.0.0",
|
|
"requires-port": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/http-proxy-middleware": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/http-proxy": "^1.17.8",
|
|
"http-proxy": "^1.18.1",
|
|
"is-glob": "^4.0.1",
|
|
"is-plain-obj": "^3.0.0",
|
|
"micromatch": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/express": "^4.17.13"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/express": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/http-proxy-middleware/node_modules/is-plain-obj": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/http-shutdown": {
|
|
"version": "1.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">= 1.0.0",
|
|
"node": ">= 0.12.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/http2-wrapper": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"quick-lru": "^5.1.1",
|
|
"resolve-alpn": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/https-proxy-agent": {
|
|
"version": "7.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/https-proxy-agent/node_modules/agent-base": {
|
|
"version": "7.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/image-meta": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/import-in-the-middle": {
|
|
"version": "1.7.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"acorn": "^8.8.2",
|
|
"acorn-import-attributes": "^1.9.5",
|
|
"cjs-module-lexer": "^1.2.2",
|
|
"module-details-from-path": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/import-lazy": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/index-to-position": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer": {
|
|
"version": "6.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^3.2.0",
|
|
"chalk": "^2.4.2",
|
|
"cli-cursor": "^2.1.0",
|
|
"cli-width": "^2.0.0",
|
|
"external-editor": "^3.0.3",
|
|
"figures": "^2.0.0",
|
|
"lodash": "^4.17.12",
|
|
"mute-stream": "0.0.7",
|
|
"run-async": "^2.2.0",
|
|
"rxjs": "^6.4.0",
|
|
"string-width": "^2.1.0",
|
|
"strip-ansi": "^5.1.0",
|
|
"through": "^2.3.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer-autocomplete-prompt": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ansi-escapes": "^4.3.1",
|
|
"chalk": "^4.0.0",
|
|
"figures": "^3.2.0",
|
|
"run-async": "^2.4.0",
|
|
"rxjs": "^6.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"inquirer": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer-autocomplete-prompt/node_modules/ansi-escapes": {
|
|
"version": "4.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.21.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer-autocomplete-prompt/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer-autocomplete-prompt/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer-autocomplete-prompt/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer-autocomplete-prompt/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer-autocomplete-prompt/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer-autocomplete-prompt/node_modules/type-fest": {
|
|
"version": "0.21.3",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/ansi-escapes": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/ansi-regex": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/figures": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/string-width": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/string-width/node_modules/ansi-regex": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/string-width/node_modules/strip-ansi": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/strip-ansi": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inquirer/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/inspect-with-kind": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"kind-of": "^6.0.2"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ioredis": {
|
|
"version": "5.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ioredis/commands": "^1.1.1",
|
|
"cluster-key-slot": "^1.1.0",
|
|
"debug": "^4.3.4",
|
|
"denque": "^2.1.0",
|
|
"lodash.defaults": "^4.2.0",
|
|
"lodash.isarguments": "^3.1.0",
|
|
"redis-errors": "^1.2.0",
|
|
"redis-parser": "^3.0.0",
|
|
"standard-as-callback": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/ioredis"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ipx": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fastify/accept-negotiator": "^1.1.0",
|
|
"citty": "^0.1.5",
|
|
"consola": "^3.2.3",
|
|
"defu": "^6.1.4",
|
|
"destr": "^2.0.2",
|
|
"etag": "^1.8.1",
|
|
"h3": "^1.10.0",
|
|
"image-meta": "^0.2.0",
|
|
"listhen": "^1.5.6",
|
|
"ofetch": "^1.3.3",
|
|
"pathe": "^1.1.2",
|
|
"sharp": "^0.32.6",
|
|
"svgo": "^3.2.0",
|
|
"ufo": "^1.3.2",
|
|
"unstorage": "^1.10.1",
|
|
"xss": "^1.0.14"
|
|
},
|
|
"bin": {
|
|
"ipx": "bin/ipx.mjs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ipx/node_modules/@netlify/blobs": {
|
|
"version": "6.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ipx/node_modules/lru-cache": {
|
|
"version": "10.2.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ipx/node_modules/unstorage": {
|
|
"version": "1.10.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"anymatch": "^3.1.3",
|
|
"chokidar": "^3.5.3",
|
|
"destr": "^2.0.2",
|
|
"h3": "^1.8.2",
|
|
"ioredis": "^5.3.2",
|
|
"listhen": "^1.5.5",
|
|
"lru-cache": "^10.0.2",
|
|
"mri": "^1.2.0",
|
|
"node-fetch-native": "^1.4.1",
|
|
"ofetch": "^1.3.3",
|
|
"ufo": "^1.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@azure/app-configuration": "^1.4.1",
|
|
"@azure/cosmos": "^4.0.0",
|
|
"@azure/data-tables": "^13.2.2",
|
|
"@azure/identity": "^3.3.2",
|
|
"@azure/keyvault-secrets": "^4.7.0",
|
|
"@azure/storage-blob": "^12.16.0",
|
|
"@capacitor/preferences": "^5.0.6",
|
|
"@netlify/blobs": "^6.2.0",
|
|
"@planetscale/database": "^1.11.0",
|
|
"@upstash/redis": "^1.23.4",
|
|
"@vercel/kv": "^0.2.3",
|
|
"idb-keyval": "^6.2.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@azure/app-configuration": {
|
|
"optional": true
|
|
},
|
|
"@azure/cosmos": {
|
|
"optional": true
|
|
},
|
|
"@azure/data-tables": {
|
|
"optional": true
|
|
},
|
|
"@azure/identity": {
|
|
"optional": true
|
|
},
|
|
"@azure/keyvault-secrets": {
|
|
"optional": true
|
|
},
|
|
"@azure/storage-blob": {
|
|
"optional": true
|
|
},
|
|
"@capacitor/preferences": {
|
|
"optional": true
|
|
},
|
|
"@netlify/blobs": {
|
|
"optional": true
|
|
},
|
|
"@planetscale/database": {
|
|
"optional": true
|
|
},
|
|
"@upstash/redis": {
|
|
"optional": true
|
|
},
|
|
"@vercel/kv": {
|
|
"optional": true
|
|
},
|
|
"idb-keyval": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/iron-webcrypto": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/brc-dd"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-builtin-module": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"builtin-modules": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-docker": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-fullwidth-code-point": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-in-ci": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-in-ci": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-inside-container": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"is-inside-container": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-interactive": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-npm": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-obj": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-stream": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-unicode-supported": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-url": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-url-superb": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is-wsl": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-inside-container": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/is64bit": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"system-architecture": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/iserror": {
|
|
"version": "0.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/isexe": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jest-get-type": {
|
|
"version": "27.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jest-validate": {
|
|
"version": "27.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^27.5.1",
|
|
"camelcase": "^6.2.0",
|
|
"chalk": "^4.0.0",
|
|
"jest-get-type": "^27.5.1",
|
|
"leven": "^3.1.0",
|
|
"pretty-format": "^27.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jest-validate/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jest-validate/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jest-validate/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jest-validate/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jest-validate/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/js-string-escape": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/json-schema-ref-resolver": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jsonc-parser": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jsonpointer": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jsonwebtoken": {
|
|
"version": "9.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jws": "^3.2.2",
|
|
"lodash.includes": "^4.3.0",
|
|
"lodash.isboolean": "^3.0.3",
|
|
"lodash.isinteger": "^4.0.4",
|
|
"lodash.isnumber": "^3.0.3",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.isstring": "^4.0.1",
|
|
"lodash.once": "^4.0.0",
|
|
"ms": "^2.1.1",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12",
|
|
"npm": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/junk": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jwa": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-equal-constant-time": "1.0.1",
|
|
"ecdsa-sig-formatter": "1.0.11",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jws": {
|
|
"version": "3.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jwa": "^1.4.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/jwt-decode": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/keep-func-props": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/keyv": {
|
|
"version": "4.5.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/kuler": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lambda-local": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^10.0.1",
|
|
"dotenv": "^16.3.1",
|
|
"winston": "^3.10.0"
|
|
},
|
|
"bin": {
|
|
"lambda-local": "build/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/latest-version": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"package-json": "^8.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lazystream": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^2.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6.3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lazystream/node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/leven": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/light-my-request": {
|
|
"version": "5.13.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"cookie": "^0.6.0",
|
|
"process-warning": "^3.0.0",
|
|
"set-cookie-parser": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/light-my-request/node_modules/process-warning": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/listhen": {
|
|
"version": "1.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@parcel/watcher": "^2.4.0",
|
|
"@parcel/watcher-wasm": "2.4.0",
|
|
"citty": "^0.1.5",
|
|
"clipboardy": "^4.0.0",
|
|
"consola": "^3.2.3",
|
|
"crossws": "^0.1.0",
|
|
"defu": "^6.1.4",
|
|
"get-port-please": "^3.1.2",
|
|
"h3": "^1.10.1",
|
|
"http-shutdown": "^1.2.2",
|
|
"jiti": "^1.21.0",
|
|
"mlly": "^1.5.0",
|
|
"node-forge": "^1.3.1",
|
|
"pathe": "^1.1.2",
|
|
"std-env": "^3.7.0",
|
|
"ufo": "^1.3.2",
|
|
"untun": "^0.1.3",
|
|
"uqr": "^0.1.2"
|
|
},
|
|
"bin": {
|
|
"listen": "bin/listhen.mjs",
|
|
"listhen": "bin/listhen.mjs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/listr2": {
|
|
"version": "8.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cli-truncate": "^4.0.0",
|
|
"colorette": "^2.0.20",
|
|
"eventemitter3": "^5.0.1",
|
|
"log-update": "^6.0.0",
|
|
"rfdc": "^1.3.1",
|
|
"wrap-ansi": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/listr2/node_modules/emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/listr2/node_modules/eventemitter3": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/listr2/node_modules/string-width": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/listr2/node_modules/wrap-ansi": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.2.1",
|
|
"string-width": "^7.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/locate-path": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/locate-path/node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/locate-path/node_modules/p-locate": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/locate-path/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash-es": {
|
|
"version": "4.17.21",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash.deburr": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash.defaults": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash.includes": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash.isarguments": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash.isboolean": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash.isempty": {
|
|
"version": "4.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash.isinteger": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash.isnumber": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash.isstring": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lodash.transform": {
|
|
"version": "4.6.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-process-errors": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"colors-option": "^3.0.0",
|
|
"figures": "^4.0.0",
|
|
"filter-obj": "^3.0.0",
|
|
"jest-validate": "^27.4.2",
|
|
"map-obj": "^5.0.0",
|
|
"moize": "^6.1.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-process-errors/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-process-errors/node_modules/figures": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^5.0.0",
|
|
"is-unicode-supported": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-process-errors/node_modules/filter-obj": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-process-errors/node_modules/map-obj": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-symbols": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"is-unicode-supported": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-update": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^6.2.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"slice-ansi": "^7.0.0",
|
|
"strip-ansi": "^7.1.0",
|
|
"wrap-ansi": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-update/node_modules/ansi-escapes": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-update/node_modules/cli-cursor": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-update/node_modules/emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-update/node_modules/is-fullwidth-code-point": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-east-asian-width": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-update/node_modules/restore-cursor": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-update/node_modules/slice-ansi": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.2.1",
|
|
"is-fullwidth-code-point": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-update/node_modules/string-width": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/log-update/node_modules/wrap-ansi": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.2.1",
|
|
"string-width": "^7.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/logform": {
|
|
"version": "2.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@colors/colors": "1.5.0",
|
|
"fecha": "^4.2.0",
|
|
"ms": "^2.1.1",
|
|
"safe-stable-stringify": "^2.3.1",
|
|
"triple-beam": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lowercase-keys": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/luxon": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/macos-release": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/make-dir": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/make-dir/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/make-error": {
|
|
"version": "1.3.6",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/maxstache": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/maxstache-stream": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"maxstache": "^1.0.0",
|
|
"pump": "^1.0.0",
|
|
"split2": "^1.0.0",
|
|
"through2": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/maxstache-stream/node_modules/pump": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/maxstache-stream/node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/maxstache-stream/node_modules/split2": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"through2": "~2.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/maxstache-stream/node_modules/through2": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "~2.3.6",
|
|
"xtend": "~4.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/md5-hex": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"blueimp-md5": "^2.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/mdn-data": {
|
|
"version": "2.0.30",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/memoize-one": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/merge-options": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-obj": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/merge-options/node_modules/is-plain-obj": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/micro-api-client": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/micro-memoize": {
|
|
"version": "4.0.11",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/mimic-fn": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/mimic-response": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/minipass": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/minizlib": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/minizlib/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/mkdirp": {
|
|
"version": "0.5.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/mlly": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.11.3",
|
|
"pathe": "^1.1.2",
|
|
"pkg-types": "^1.0.3",
|
|
"ufo": "^1.3.2"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/module-definition": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ast-module-types": "^5.0.0",
|
|
"node-source-walk": "^6.0.1"
|
|
},
|
|
"bin": {
|
|
"module-definition": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/module-details-from-path": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/moize": {
|
|
"version": "6.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-equals": "^3.0.1",
|
|
"micro-memoize": "^4.0.11"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/move-file": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/move-file/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/multiparty": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"http-errors": "~1.8.1",
|
|
"safe-buffer": "5.2.1",
|
|
"uid-safe": "2.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/multiparty/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/mute-stream": {
|
|
"version": "0.0.7",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/nan": {
|
|
"version": "2.17.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/netlify-cli/node_modules/napi-build-utils": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/nested-error-stacks": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/netlify": {
|
|
"version": "13.1.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@netlify/open-api": "^2.32.0",
|
|
"lodash-es": "^4.17.21",
|
|
"micro-api-client": "^3.3.0",
|
|
"node-fetch": "^3.0.0",
|
|
"omit.js": "^2.0.2",
|
|
"p-wait-for": "^4.0.0",
|
|
"qs": "^6.9.6"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/netlify-headers-parser": {
|
|
"version": "7.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"fast-safe-stringify": "^2.0.7",
|
|
"is-plain-obj": "^4.0.0",
|
|
"map-obj": "^5.0.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/netlify-headers-parser/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/netlify-headers-parser/node_modules/map-obj": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/netlify-headers-parser/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/netlify-redirect-parser": {
|
|
"version": "14.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@iarna/toml": "^2.2.5",
|
|
"fast-safe-stringify": "^2.1.1",
|
|
"filter-obj": "^5.0.0",
|
|
"is-plain-obj": "^4.0.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/netlify-redirect-parser/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/netlify-redirector": {
|
|
"version": "0.5.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/netlify/node_modules/p-timeout": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/netlify/node_modules/p-wait-for": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-timeout": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-abi": {
|
|
"version": "3.51.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-addon-api": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^16 || ^18 || >= 20"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-domexception": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.5.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-fetch": {
|
|
"version": "3.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"data-uri-to-buffer": "^4.0.0",
|
|
"fetch-blob": "^3.1.4",
|
|
"formdata-polyfill": "^4.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/node-fetch"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-fetch-native": {
|
|
"version": "1.6.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-forge": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
"engines": {
|
|
"node": ">= 6.13.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-gyp-build": {
|
|
"version": "4.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"node-gyp-build": "bin.js",
|
|
"node-gyp-build-optional": "optional.js",
|
|
"node-gyp-build-test": "build-test.js"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-source-walk": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.21.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-stream-zip": {
|
|
"version": "1.15.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/antelle"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-version-alias": {
|
|
"version": "3.4.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"all-node-versions": "^11.3.0",
|
|
"filter-obj": "^5.1.0",
|
|
"is-plain-obj": "^4.1.0",
|
|
"normalize-node-version": "^12.4.0",
|
|
"path-exists": "^5.0.0",
|
|
"semver": "^7.3.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/node-version-alias/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/nopt": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/normalize-node-version": {
|
|
"version": "12.4.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"all-node-versions": "^11.3.0",
|
|
"filter-obj": "^5.1.0",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"is-core-module": "^2.5.0",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/normalize-url": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/npmlog": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "^2.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^3.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/nth-check": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/nth-check?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ofetch": {
|
|
"version": "1.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"destr": "^2.0.1",
|
|
"node-fetch-native": "^1.4.0",
|
|
"ufo": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ohash": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/omit.js": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/on-exit-leak-free": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/one-time": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fn.name": "1.x.x"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/open": {
|
|
"version": "8.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-lazy-prop": "^2.0.0",
|
|
"is-docker": "^2.1.1",
|
|
"is-wsl": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/open/node_modules/is-docker": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/open/node_modules/is-wsl": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ora": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"cli-spinners": "^2.9.2",
|
|
"is-interactive": "^2.0.0",
|
|
"is-unicode-supported": "^2.0.0",
|
|
"log-symbols": "^6.0.0",
|
|
"stdin-discarder": "^0.2.1",
|
|
"string-width": "^7.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ora/node_modules/cli-cursor": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ora/node_modules/emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ora/node_modules/is-unicode-supported": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ora/node_modules/restore-cursor": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ora/node_modules/string-width": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/os-name": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"macos-release": "^3.0.1",
|
|
"windows-release": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/os-tmpdir": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-cancelable": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-event": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-timeout": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-event/node_modules/p-timeout": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-every": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-map": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-every/node_modules/p-map": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-filter": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-map": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-map": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-reduce": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-retry": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/retry": "0.12.1",
|
|
"retry": "^0.13.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-timeout": {
|
|
"version": "6.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/p-wait-for": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-timeout": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/package-json": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"got": "^12.1.0",
|
|
"registry-auth-token": "^5.0.1",
|
|
"registry-url": "^6.0.0",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/parallel-transform": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cyclist": "^1.0.1",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.1.5"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/parallel-transform/node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/parse-github-url": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parse-github-url": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/parse-gitignore": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/parse-json": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"lines-and-columns": "^1.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/parse-ms": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/path-key": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/path-scurry": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"lru-cache": "^10.2.0",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/path-scurry/node_modules/lru-cache": {
|
|
"version": "10.2.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/pathe": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/peek-readable": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/pkg-types": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonc-parser": "^3.2.0",
|
|
"mlly": "^1.2.0",
|
|
"pathe": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/postcss-values-parser": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"color-name": "^1.1.4",
|
|
"is-url-superb": "^4.0.0",
|
|
"quote-unquote": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.9"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/postcss-values-parser/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/prebuild-install": {
|
|
"version": "7.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-libc": "^2.0.0",
|
|
"expand-template": "^2.0.3",
|
|
"github-from-package": "0.0.0",
|
|
"minimist": "^1.2.3",
|
|
"mkdirp-classic": "^0.5.3",
|
|
"napi-build-utils": "^1.0.1",
|
|
"node-abi": "^3.3.0",
|
|
"pump": "^3.0.0",
|
|
"rc": "^1.2.7",
|
|
"simple-get": "^4.0.0",
|
|
"tar-fs": "^2.0.0",
|
|
"tunnel-agent": "^0.6.0"
|
|
},
|
|
"bin": {
|
|
"prebuild-install": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/prebuild-install/node_modules/chownr": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/prebuild-install/node_modules/tar-fs": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.1.4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/prebuild-install/node_modules/tar-stream": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^4.0.3",
|
|
"end-of-stream": "^1.4.1",
|
|
"fs-constants": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/precinct": {
|
|
"version": "11.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@dependents/detective-less": "^4.1.0",
|
|
"commander": "^10.0.1",
|
|
"detective-amd": "^5.0.2",
|
|
"detective-cjs": "^5.0.1",
|
|
"detective-es6": "^4.0.1",
|
|
"detective-postcss": "^6.1.3",
|
|
"detective-sass": "^5.0.3",
|
|
"detective-scss": "^4.0.3",
|
|
"detective-stylus": "^4.0.0",
|
|
"detective-typescript": "^11.1.0",
|
|
"module-definition": "^5.0.1",
|
|
"node-source-walk": "^6.0.2"
|
|
},
|
|
"bin": {
|
|
"precinct": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.14.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/precond": {
|
|
"version": "0.2.3",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/pretty-format": {
|
|
"version": "27.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/pretty-format/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/pretty-ms": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parse-ms": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/prettyjson": {
|
|
"version": "1.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colors": "1.4.0",
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"prettyjson": "bin/prettyjson"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/proto-list": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ps-list": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/pupa": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-goat": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/qs": {
|
|
"version": "6.11.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/queue-tick": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/quick-format-unescaped": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/quick-lru": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/quote-unquote": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/radix3": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/random-bytes": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/rc": {
|
|
"version": "1.2.8",
|
|
"dev": true,
|
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"deep-extend": "^0.6.0",
|
|
"ini": "~1.3.0",
|
|
"minimist": "^1.2.0",
|
|
"strip-json-comments": "~2.0.1"
|
|
},
|
|
"bin": {
|
|
"rc": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/rc/node_modules/ini": {
|
|
"version": "1.3.8",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/rc/node_modules/strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/react-is": {
|
|
"version": "17.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-package-up": {
|
|
"version": "11.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up-simple": "^1.0.0",
|
|
"read-pkg": "^9.0.0",
|
|
"type-fest": "^4.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-package-up/node_modules/hosted-git-info": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^10.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-package-up/node_modules/lru-cache": {
|
|
"version": "10.2.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-package-up/node_modules/normalize-package-data": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^7.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-package-up/node_modules/parse-json": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.22.13",
|
|
"index-to-position": "^0.1.2",
|
|
"type-fest": "^4.7.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-package-up/node_modules/read-pkg": {
|
|
"version": "9.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/normalize-package-data": "^2.4.3",
|
|
"normalize-package-data": "^6.0.0",
|
|
"parse-json": "^8.0.0",
|
|
"type-fest": "^4.6.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-package-up/node_modules/type-fest": {
|
|
"version": "4.12.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-pkg-up": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^6.3.0",
|
|
"read-pkg": "^7.1.0",
|
|
"type-fest": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-pkg-up/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-pkg-up/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/read-pkg-up/node_modules/read-pkg": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/normalize-package-data": "^2.4.1",
|
|
"normalize-package-data": "^3.0.2",
|
|
"parse-json": "^5.2.0",
|
|
"type-fest": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/readable-web-to-node-stream": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/readdir-glob": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"minimatch": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/readdir-glob/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/real-require": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/redis-errors": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/redis-parser": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"redis-errors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/registry-auth-token": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pnpm/npm-conf": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/registry-url": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "1.2.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/remove-trailing-separator": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/repeat-string": {
|
|
"version": "1.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/require-from-string": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/require-in-the-middle": {
|
|
"version": "7.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"module-details-from-path": "^1.0.3",
|
|
"resolve": "^1.22.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/require-in-the-middle/node_modules/resolve": {
|
|
"version": "1.22.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.13.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/require-package-name": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/resolve": {
|
|
"version": "2.0.0-next.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.13.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/resolve-alpn": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/responselike": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lowercase-keys": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/restore-cursor": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^2.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/restore-cursor/node_modules/mimic-fn": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/restore-cursor/node_modules/onetime": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/retry": {
|
|
"version": "0.13.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/rfdc": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/run-async": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/rxjs": {
|
|
"version": "6.6.7",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"npm": ">=2.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/safe-json-stringify": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/safe-regex2": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ret": "~0.4.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/safe-regex2/node_modules/ret": {
|
|
"version": "0.4.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/safe-stable-stringify": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/secure-json-parse": {
|
|
"version": "2.7.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/seek-bzip": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^2.8.1"
|
|
},
|
|
"bin": {
|
|
"seek-bunzip": "bin/seek-bunzip",
|
|
"seek-table": "bin/seek-bzip-table"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/seek-bzip/node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/semver": {
|
|
"version": "7.6.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/semver-diff": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/set-cookie-parser": {
|
|
"version": "2.5.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/sharp": {
|
|
"version": "0.32.6",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"color": "^4.2.3",
|
|
"detect-libc": "^2.0.2",
|
|
"node-addon-api": "^6.1.0",
|
|
"prebuild-install": "^7.1.1",
|
|
"semver": "^7.5.4",
|
|
"simple-get": "^4.0.1",
|
|
"tar-fs": "^3.0.4",
|
|
"tunnel-agent": "^0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/sharp/node_modules/color": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1",
|
|
"color-string": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.5.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/sharp/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/sharp/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/sharp/node_modules/node-addon-api": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/shimmer": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/simple-concat": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/simple-get": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"decompress-response": "^6.0.0",
|
|
"once": "^1.3.1",
|
|
"simple-concat": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/simple-swizzle": {
|
|
"version": "0.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.3.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/slice-ansi": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.0.0",
|
|
"is-fullwidth-code-point": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/sort-keys": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-obj": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/sort-keys-length": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sort-keys": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/sort-keys/node_modules/is-plain-obj": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/source-map-support": {
|
|
"version": "0.5.21",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/spdx-correct": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-expression-parse": "^3.0.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/spdx-exceptions": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "CC-BY-3.0"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/spdx-license-ids": {
|
|
"version": "3.0.11",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/stack-generator": {
|
|
"version": "2.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"stackframe": "^1.3.4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/stack-trace": {
|
|
"version": "0.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/stackframe": {
|
|
"version": "1.3.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/standard-as-callback": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/std-env": {
|
|
"version": "3.7.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/stdin-discarder": {
|
|
"version": "0.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/streamx": {
|
|
"version": "2.15.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-fifo": "^1.1.0",
|
|
"queue-tick": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/strip-ansi": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/strip-ansi-control-characters": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/strip-ansi/node_modules/ansi-regex": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/strip-dirs": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"inspect-with-kind": "^1.0.5",
|
|
"is-plain-obj": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/strip-dirs/node_modules/is-plain-obj": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/strtok3": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"peek-readable": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/supports-color": {
|
|
"version": "9.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/supports-hyperlinks": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0",
|
|
"supports-color": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/supports-hyperlinks/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/svgo": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@trysound/sax": "0.2.0",
|
|
"commander": "^7.2.0",
|
|
"css-select": "^5.1.0",
|
|
"css-tree": "^2.3.1",
|
|
"css-what": "^6.1.0",
|
|
"csso": "^5.0.5",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"svgo": "bin/svgo"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/svgo"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/svgo/node_modules/commander": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/system-architecture": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tabtab": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.0.1",
|
|
"es6-promisify": "^6.0.0",
|
|
"inquirer": "^6.0.0",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"untildify": "^3.0.3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tar": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^5.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tar-fs": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^3.1.5"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tar-stream": {
|
|
"version": "3.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"b4a": "^1.6.4",
|
|
"fast-fifo": "^1.2.0",
|
|
"streamx": "^2.15.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tar/node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/temp-dir": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tempy": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-stream": "^3.0.0",
|
|
"temp-dir": "^3.0.0",
|
|
"type-fest": "^2.12.2",
|
|
"unique-string": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tempy/node_modules/is-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/terminal-link": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^5.0.0",
|
|
"supports-hyperlinks": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/terminal-link/node_modules/ansi-escapes": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/terminal-link/node_modules/type-fest": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/text-hex": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/through2": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "3"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/through2-filter": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"through2": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/through2-map": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"through2": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/time-zone": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tmp": {
|
|
"version": "0.0.33",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"os-tmpdir": "~1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tmp-promise": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tmp": "^0.2.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tmp-promise/node_modules/tmp": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rimraf": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.17.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/to-fast-properties": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/to-readable-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/toad-cache": {
|
|
"version": "3.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/token-types": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"ieee754": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/toml": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tomlify-j0.4": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/triple-beam": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ts-node": {
|
|
"version": "10.9.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
"@tsconfig/node10": "^1.0.7",
|
|
"@tsconfig/node12": "^1.0.7",
|
|
"@tsconfig/node14": "^1.0.0",
|
|
"@tsconfig/node16": "^1.0.2",
|
|
"acorn": "^8.4.1",
|
|
"acorn-walk": "^8.1.1",
|
|
"arg": "^4.1.0",
|
|
"create-require": "^1.1.0",
|
|
"diff": "^4.0.1",
|
|
"make-error": "^1.1.1",
|
|
"v8-compile-cache-lib": "^3.0.1",
|
|
"yn": "3.1.1"
|
|
},
|
|
"bin": {
|
|
"ts-node": "dist/bin.js",
|
|
"ts-node-cwd": "dist/bin-cwd.js",
|
|
"ts-node-esm": "dist/bin-esm.js",
|
|
"ts-node-script": "dist/bin-script.js",
|
|
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
"ts-script": "dist/bin-script-deprecated.js"
|
|
},
|
|
"peerDependencies": {
|
|
"@swc/core": ">=1.2.50",
|
|
"@swc/wasm": ">=1.2.50",
|
|
"@types/node": "*",
|
|
"typescript": ">=2.7"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@swc/core": {
|
|
"optional": true
|
|
},
|
|
"@swc/wasm": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ts-node/node_modules/diff": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/tsutils": {
|
|
"version": "3.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^1.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/type-fest": {
|
|
"version": "2.19.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/typedarray-to-buffer": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-typedarray": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ufo": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/uid-safe": {
|
|
"version": "2.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"random-bytes": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ulid": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"ulid": "bin/cli.js"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/uncrypto": {
|
|
"version": "0.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/unenv": {
|
|
"version": "1.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"consola": "^3.2.3",
|
|
"defu": "^6.1.3",
|
|
"mime": "^3.0.0",
|
|
"node-fetch-native": "^1.6.1",
|
|
"pathe": "^1.1.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/unenv/node_modules/mime": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/unicorn-magic": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/unique-string": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crypto-random-string": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/universal-user-agent": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/unix-dgram": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"nan": "^2.16.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.48"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/unixify": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"normalize-path": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/unixify/node_modules/normalize-path": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"remove-trailing-separator": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/untildify": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/untun": {
|
|
"version": "0.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"citty": "^0.1.5",
|
|
"consola": "^3.2.3",
|
|
"pathe": "^1.1.1"
|
|
},
|
|
"bin": {
|
|
"untun": "bin/untun.mjs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/update-notifier": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boxen": "^7.1.1",
|
|
"chalk": "^5.3.0",
|
|
"configstore": "^6.0.0",
|
|
"import-lazy": "^4.0.0",
|
|
"is-in-ci": "^0.1.0",
|
|
"is-installed-globally": "^0.4.0",
|
|
"is-npm": "^6.0.0",
|
|
"latest-version": "^7.0.0",
|
|
"pupa": "^3.1.0",
|
|
"semver": "^7.5.4",
|
|
"semver-diff": "^4.0.0",
|
|
"xdg-basedir": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/yeoman/update-notifier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/uqr": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/urlpattern-polyfill": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"dev": true,
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/v8-compile-cache-lib": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/validate-npm-package-name": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/wait-port": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"commander": "^9.3.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"bin": {
|
|
"wait-port": "bin/wait-port.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/wait-port/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/wait-port/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/wait-port/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/wait-port/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/wait-port/node_modules/commander": {
|
|
"version": "9.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || >=14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/wait-port/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/web-streams-polyfill": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/well-known-symbols": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/wide-align": {
|
|
"version": "1.1.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/widest-line": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/widest-line/node_modules/string-width": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/windows-release": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^5.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/winston": {
|
|
"version": "3.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@colors/colors": "^1.6.0",
|
|
"@dabh/diagnostics": "^2.0.2",
|
|
"async": "^3.2.3",
|
|
"is-stream": "^2.0.0",
|
|
"logform": "^2.4.0",
|
|
"one-time": "^1.0.0",
|
|
"readable-stream": "^3.4.0",
|
|
"safe-stable-stringify": "^2.3.1",
|
|
"stack-trace": "0.0.x",
|
|
"triple-beam": "^1.3.0",
|
|
"winston-transport": "^4.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/winston-transport": {
|
|
"version": "4.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"logform": "^2.3.2",
|
|
"readable-stream": "^3.6.0",
|
|
"triple-beam": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/winston/node_modules/@colors/colors": {
|
|
"version": "1.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/winston/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/write-file-atomic": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/write-file-atomic/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/ws": {
|
|
"version": "8.17.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/xdg-basedir": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/xss": {
|
|
"version": "1.0.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^2.20.3",
|
|
"cssfilter": "0.0.10"
|
|
},
|
|
"bin": {
|
|
"xss": "bin/xss"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/xss/node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/xtend": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/yn": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/zip-stream": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"archiver-utils": "^5.0.0",
|
|
"compress-commons": "^6.0.2",
|
|
"readable-stream": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/zip-stream/node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/zip-stream/node_modules/readable-stream": {
|
|
"version": "4.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10",
|
|
"string_decoder": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/zip-stream/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netlify-cli/node_modules/zip-stream/node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-cli/node_modules/zod": {
|
|
"version": "3.23.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
},
|
|
"node_modules/netlify-plugin-cypress": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"common-tags": "1.8.0",
|
|
"debug": "4.1.1",
|
|
"got": "10.7.0",
|
|
"local-web-server": "^4.2.1",
|
|
"puppeteer": "18.1.0",
|
|
"ramda": "0.27.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.18.1"
|
|
}
|
|
},
|
|
"node_modules/netlify-plugin-cypress/node_modules/common-tags": {
|
|
"version": "1.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/netlify-plugin-cypress/node_modules/debug": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/next": {
|
|
"version": "14.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@next/env": "14.2.3",
|
|
"@swc/helpers": "0.5.5",
|
|
"busboy": "1.6.0",
|
|
"caniuse-lite": "^1.0.30001579",
|
|
"graceful-fs": "^4.2.11",
|
|
"postcss": "8.4.31",
|
|
"styled-jsx": "5.1.1"
|
|
},
|
|
"bin": {
|
|
"next": "dist/bin/next"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.17.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@next/swc-darwin-arm64": "14.2.3",
|
|
"@next/swc-darwin-x64": "14.2.3",
|
|
"@next/swc-linux-arm64-gnu": "14.2.3",
|
|
"@next/swc-linux-arm64-musl": "14.2.3",
|
|
"@next/swc-linux-x64-gnu": "14.2.3",
|
|
"@next/swc-linux-x64-musl": "14.2.3",
|
|
"@next/swc-win32-arm64-msvc": "14.2.3",
|
|
"@next/swc-win32-ia32-msvc": "14.2.3",
|
|
"@next/swc-win32-x64-msvc": "14.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": "^1.1.0",
|
|
"@playwright/test": "^1.41.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.3.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@opentelemetry/api": {
|
|
"optional": true
|
|
},
|
|
"@playwright/test": {
|
|
"optional": true
|
|
},
|
|
"sass": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/next-remote-watch": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"chokidar": "^3.4.0",
|
|
"commander": "^5.0.0",
|
|
"express": "^4.17.1"
|
|
},
|
|
"bin": {
|
|
"next-remote-watch": "bin/next-remote-watch"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"peerDependencies": {
|
|
"next": ">=10"
|
|
}
|
|
},
|
|
"node_modules/next/node_modules/postcss": {
|
|
"version": "8.4.31",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.6",
|
|
"picocolors": "^1.0.0",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/next/node_modules/styled-jsx": {
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"client-only": "0.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@babel/core": {
|
|
"optional": true
|
|
},
|
|
"babel-plugin-macros": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/node-releases": {
|
|
"version": "2.0.14",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-version-matches": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/node-version-matches/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/nopt": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/normalize-range": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/normalize-url": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm-normalize-package-bin": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-hash": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/object-inspect": {
|
|
"version": "1.12.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object-is": {
|
|
"version": "1.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object-keys": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.assign": {
|
|
"version": "4.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"has-symbols": "^1.0.3",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.entries": {
|
|
"version": "1.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.fromentries": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.groupby": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"get-intrinsic": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/object.hasown": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.values": {
|
|
"version": "1.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/on-finished": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/on-headers": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/once": {
|
|
"version": "1.4.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/onetime": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/only": {
|
|
"version": "0.0.2",
|
|
"dev": true
|
|
},
|
|
"node_modules/open": {
|
|
"version": "7.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^2.0.0",
|
|
"is-wsl": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/optionator": {
|
|
"version": "0.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@aashutoshrathi/word-wrap": "^1.2.3",
|
|
"deep-is": "^0.1.3",
|
|
"fast-levenshtein": "^2.0.6",
|
|
"levn": "^0.4.1",
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "^0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/ospath": {
|
|
"version": "1.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/p-cancelable": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-event": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-timeout": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-finally": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-limit": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-locate": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-map": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-timeout": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-finally": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/parent-module": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/parse-entities": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"character-entities": "^1.0.0",
|
|
"character-entities-legacy": "^1.0.0",
|
|
"character-reference-invalid": "^1.0.0",
|
|
"is-alphanumerical": "^1.0.0",
|
|
"is-decimal": "^1.0.0",
|
|
"is-hexadecimal": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/parse-entities/node_modules/character-entities": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/parse-json": {
|
|
"version": "7.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.21.4",
|
|
"error-ex": "^1.3.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"lines-and-columns": "^2.0.3",
|
|
"type-fest": "^3.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/parse-json/node_modules/lines-and-columns": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/parse-json/node_modules/type-fest": {
|
|
"version": "3.13.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/parse5": {
|
|
"version": "7.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"entities": "^4.4.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parseurl": {
|
|
"version": "1.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/path-key": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/path-parse": {
|
|
"version": "1.0.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-scurry": {
|
|
"version": "1.10.1",
|
|
"dev": true,
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"lru-cache": "^9.1.1 || ^10.0.0",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/path-to-regexp": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-type": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pause-stream": {
|
|
"version": "0.0.11",
|
|
"dev": true,
|
|
"license": [
|
|
"MIT",
|
|
"Apache2"
|
|
],
|
|
"dependencies": {
|
|
"through": "~2.3"
|
|
}
|
|
},
|
|
"node_modules/pend": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/performance-now": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/pify": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/pirates": {
|
|
"version": "4.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/postcss": {
|
|
"version": "8.4.38",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.7",
|
|
"picocolors": "^1.0.0",
|
|
"source-map-js": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/postcss-import": {
|
|
"version": "15.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.0.0",
|
|
"read-cache": "^1.0.0",
|
|
"resolve": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-js": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase-css": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12 || ^14 || >= 16"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4.21"
|
|
}
|
|
},
|
|
"node_modules/postcss-load-config": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lilconfig": "^2.0.5",
|
|
"yaml": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": ">=8.0.9",
|
|
"ts-node": ">=9.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"postcss": {
|
|
"optional": true
|
|
},
|
|
"ts-node": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/postcss-nested": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.14"
|
|
}
|
|
},
|
|
"node_modules/postcss-nested/node_modules/postcss-selector-parser": {
|
|
"version": "6.0.13",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-selector-parser": {
|
|
"version": "6.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-value-parser": {
|
|
"version": "4.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/prelude-ls": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/pretty-bytes": {
|
|
"version": "5.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/proc-log": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/process": {
|
|
"version": "0.11.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/process-nextick-args": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/progress": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/prop-types": {
|
|
"version": "15.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.4.0",
|
|
"object-assign": "^4.1.1",
|
|
"react-is": "^16.13.1"
|
|
}
|
|
},
|
|
"node_modules/property-information": {
|
|
"version": "6.2.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/protobufjs": {
|
|
"version": "7.3.0",
|
|
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.0.tgz",
|
|
"integrity": "sha512-YWD03n3shzV9ImZRX3ccbjqLxj7NokGN0V/ESiBV5xWqrommYHYiihuIyavq03pWSGqlyvYUFmfoMKd+1rPA/g==",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"dependencies": {
|
|
"@protobufjs/aspromise": "^1.1.2",
|
|
"@protobufjs/base64": "^1.1.2",
|
|
"@protobufjs/codegen": "^2.0.4",
|
|
"@protobufjs/eventemitter": "^1.1.0",
|
|
"@protobufjs/fetch": "^1.1.0",
|
|
"@protobufjs/float": "^1.0.2",
|
|
"@protobufjs/inquire": "^1.1.0",
|
|
"@protobufjs/path": "^1.1.2",
|
|
"@protobufjs/pool": "^1.1.0",
|
|
"@protobufjs/utf8": "^1.1.0",
|
|
"@types/node": ">=13.7.0",
|
|
"long": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/proxy-addr": {
|
|
"version": "2.0.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"forwarded": "0.2.0",
|
|
"ipaddr.js": "1.9.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/proxy-from-env": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ps-tree": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"event-stream": "=3.3.4"
|
|
},
|
|
"bin": {
|
|
"ps-tree": "bin/ps-tree.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/psl": {
|
|
"version": "1.9.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pump": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/puppeteer": {
|
|
"version": "18.1.0",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"dependencies": {
|
|
"cross-fetch": "3.1.5",
|
|
"debug": "4.3.4",
|
|
"devtools-protocol": "0.0.1045489",
|
|
"extract-zip": "2.0.1",
|
|
"https-proxy-agent": "5.0.1",
|
|
"progress": "2.0.3",
|
|
"proxy-from-env": "1.1.0",
|
|
"rimraf": "3.0.2",
|
|
"tar-fs": "2.1.1",
|
|
"unbzip2-stream": "1.4.3",
|
|
"ws": "8.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.1.0"
|
|
}
|
|
},
|
|
"node_modules/puppeteer/node_modules/proxy-from-env": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/qrcode-terminal": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"bin": {
|
|
"qrcode-terminal": "bin/qrcode-terminal.js"
|
|
}
|
|
},
|
|
"node_modules/qs": {
|
|
"version": "6.10.4",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/querystringify": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/queue-microtask": {
|
|
"version": "1.2.3",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ramda": {
|
|
"version": "0.27.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/range-parser": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/raw-body": {
|
|
"version": "2.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/raw-body/node_modules/http-errors": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "2.0.0",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/raw-body/node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/react": {
|
|
"version": "18.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-dom": {
|
|
"version": "18.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0",
|
|
"scheduler": "^0.23.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.3.1"
|
|
}
|
|
},
|
|
"node_modules/react-feather": {
|
|
"version": "2.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.6"
|
|
}
|
|
},
|
|
"node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/read-cache": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^2.3.0"
|
|
}
|
|
},
|
|
"node_modules/read-package-json-fast": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/readable-stream/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/readable-stream/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/readdirp": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picomatch": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
},
|
|
"node_modules/reduce-flatten": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/reflect.getprototypeof": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"get-intrinsic": "^1.2.1",
|
|
"globalthis": "^1.0.3",
|
|
"which-builtin-type": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/regenerator-runtime": {
|
|
"version": "0.13.11",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regexp.prototype.flags": {
|
|
"version": "1.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"set-function-name": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/rehype-parse": {
|
|
"version": "9.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"hast-util-from-html": "^2.0.0",
|
|
"unified": "^11.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-react": {
|
|
"version": "8.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"hast-util-to-jsx-runtime": "^2.0.0",
|
|
"unified": "^11.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/rehype-stringify": {
|
|
"version": "10.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"hast-util-to-html": "^9.0.0",
|
|
"unified": "^11.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-gfm": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-gfm": "^3.0.0",
|
|
"micromark-extension-gfm": "^3.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-stringify": "^11.0.0",
|
|
"unified": "^11.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-gfm/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/remark-mdx": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdast-util-mdx": "^3.0.0",
|
|
"micromark-extension-mdxjs": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-parse": {
|
|
"version": "11.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unified": "^11.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-parse/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/remark-parse/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/remark-parse/node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-parse/node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-parse/node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/remark-parse/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-rehype": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hast": "^3.0.0",
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-to-hast": "^13.0.0",
|
|
"unified": "^11.0.0",
|
|
"vfile": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-rehype/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/remark-rehype/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/remark-stringify": {
|
|
"version": "11.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
"unified": "^11.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/remark-stringify/node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/request-progress": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"throttleit": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/requires-port": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/resolve": {
|
|
"version": "1.22.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.11.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/resolve-from": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/resolve-path": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"http-errors": "~1.6.2",
|
|
"path-is-absolute": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/resolve-path/node_modules/depd": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/resolve-path/node_modules/http-errors": {
|
|
"version": "1.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "~1.1.2",
|
|
"inherits": "2.0.3",
|
|
"setprototypeof": "1.1.0",
|
|
"statuses": ">= 1.4.0 < 2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/resolve-path/node_modules/inherits": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/resolve-path/node_modules/setprototypeof": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/resolve-pkg-maps": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/responselike": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lowercase-keys": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/restore-cursor": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/reusify": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">=1.0.0",
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/rfdc": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/run-parallel": {
|
|
"version": "1.2.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/rxjs": {
|
|
"version": "7.8.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/sade": {
|
|
"version": "1.8.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mri": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/safe-array-concat": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.1",
|
|
"has-symbols": "^1.0.3",
|
|
"isarray": "^2.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safe-regex-test": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.3",
|
|
"is-regex": "^1.1.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/scheduler": {
|
|
"version": "0.23.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/section-matter": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"extend-shallow": "^2.0.1",
|
|
"kind-of": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.6.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/send": {
|
|
"version": "0.18.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "2.0.0",
|
|
"mime": "1.6.0",
|
|
"ms": "2.1.3",
|
|
"on-finished": "2.4.1",
|
|
"range-parser": "~1.2.1",
|
|
"statuses": "2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/send/node_modules/http-errors": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "2.0.0",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/send/node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/serve-index-75lb": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.4",
|
|
"batch": "0.6.1",
|
|
"debug": "2.6.9",
|
|
"escape-html": "~1.0.3",
|
|
"http-errors": "~1.6.2",
|
|
"mime-types": "~2.1.18",
|
|
"parseurl": "~1.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/serve-index-75lb/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/serve-index-75lb/node_modules/depd": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/serve-index-75lb/node_modules/http-errors": {
|
|
"version": "1.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "~1.1.2",
|
|
"inherits": "2.0.3",
|
|
"setprototypeof": "1.1.0",
|
|
"statuses": ">= 1.4.0 < 2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/serve-index-75lb/node_modules/inherits": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/serve-index-75lb/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/serve-index-75lb/node_modules/setprototypeof": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/serve-static": {
|
|
"version": "1.15.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"parseurl": "~1.3.3",
|
|
"send": "0.18.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/set-function-name": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.0.1",
|
|
"functions-have-names": "^1.2.3",
|
|
"has-property-descriptors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/setprototypeof": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/side-channel": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.0",
|
|
"get-intrinsic": "^1.0.2",
|
|
"object-inspect": "^1.9.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/signal-exit": {
|
|
"version": "3.0.7",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/slash": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/slice-ansi": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"astral-regex": "^2.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.2.0",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/space-separated-tokens": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/split": {
|
|
"version": "0.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"through": "2"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/sshpk": {
|
|
"version": "1.17.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asn1": "~0.2.3",
|
|
"assert-plus": "^1.0.0",
|
|
"bcrypt-pbkdf": "^1.0.0",
|
|
"dashdash": "^1.12.0",
|
|
"ecc-jsbn": "~0.1.1",
|
|
"getpass": "^0.1.1",
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.0.2",
|
|
"tweetnacl": "~0.14.0"
|
|
},
|
|
"bin": {
|
|
"sshpk-conv": "bin/sshpk-conv",
|
|
"sshpk-sign": "bin/sshpk-sign",
|
|
"sshpk-verify": "bin/sshpk-verify"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/start-server-and-test": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arg": "^5.0.2",
|
|
"bluebird": "3.7.2",
|
|
"check-more-types": "2.24.0",
|
|
"debug": "4.3.5",
|
|
"execa": "5.1.1",
|
|
"lazy-ass": "1.6.0",
|
|
"ps-tree": "1.2.0",
|
|
"wait-on": "7.2.0"
|
|
},
|
|
"bin": {
|
|
"server-test": "src/bin/start.js",
|
|
"start-server-and-test": "src/bin/start.js",
|
|
"start-test": "src/bin/start.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/start-server-and-test/node_modules/debug": {
|
|
"version": "4.3.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/statuses": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/stop-iteration-iterator": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"internal-slot": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/stream-combiner": {
|
|
"version": "0.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexer": "~0.1.1"
|
|
}
|
|
},
|
|
"node_modules/stream-log-stats": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escape-sequences": "^5.1.2",
|
|
"byte-size": "^6.2.0",
|
|
"common-log-format": "^1.0.0",
|
|
"JSONStream": "^1.3.5",
|
|
"lodash.throttle": "^4.1.1",
|
|
"stream-via": "^1.0.4",
|
|
"table-layout": "~1.0.0"
|
|
},
|
|
"bin": {
|
|
"log-stats": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/stream-slice": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stream-via": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/streaming-json-stringify": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-stringify-safe": "5",
|
|
"readable-stream": "2"
|
|
}
|
|
},
|
|
"node_modules/streamsearch": {
|
|
"version": "1.1.0",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string-width-cjs": {
|
|
"name": "string-width",
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string-width/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string.prototype.matchall": {
|
|
"version": "4.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"get-intrinsic": "^1.2.1",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.5",
|
|
"regexp.prototype.flags": "^1.5.0",
|
|
"set-function-name": "^2.0.0",
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trim": {
|
|
"version": "1.2.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimend": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimstart": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/stringify-entities": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"character-entities-html4": "^2.0.0",
|
|
"character-entities-legacy": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/stringify-entities/node_modules/character-entities-legacy": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi-cjs": {
|
|
"name": "strip-ansi",
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-bom-string": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/strip-json-comments": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/sucrase": {
|
|
"version": "3.32.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
"commander": "^4.0.0",
|
|
"glob": "7.1.6",
|
|
"lines-and-columns": "^1.1.6",
|
|
"mz": "^2.7.0",
|
|
"pirates": "^4.0.1",
|
|
"ts-interface-checker": "^0.1.9"
|
|
},
|
|
"bin": {
|
|
"sucrase": "bin/sucrase",
|
|
"sucrase-node": "bin/sucrase-node"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/sucrase/node_modules/commander": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/sucrase/node_modules/glob": {
|
|
"version": "7.1.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/supports-preserve-symlinks-flag": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/synckit": {
|
|
"version": "0.8.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pkgr/utils": "^2.3.1",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts"
|
|
}
|
|
},
|
|
"node_modules/tabbable": {
|
|
"version": "6.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/table-layout": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-back": "^4.0.1",
|
|
"deep-extend": "~0.6.0",
|
|
"typical": "^5.2.0",
|
|
"wordwrapjs": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/table-layout/node_modules/typical": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss": {
|
|
"version": "3.4.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@alloc/quick-lru": "^5.2.0",
|
|
"arg": "^5.0.2",
|
|
"chokidar": "^3.5.3",
|
|
"didyoumean": "^1.2.2",
|
|
"dlv": "^1.1.3",
|
|
"fast-glob": "^3.3.0",
|
|
"glob-parent": "^6.0.2",
|
|
"is-glob": "^4.0.3",
|
|
"jiti": "^1.21.0",
|
|
"lilconfig": "^2.1.0",
|
|
"micromatch": "^4.0.5",
|
|
"normalize-path": "^3.0.0",
|
|
"object-hash": "^3.0.0",
|
|
"picocolors": "^1.0.0",
|
|
"postcss": "^8.4.23",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-js": "^4.0.1",
|
|
"postcss-load-config": "^4.0.1",
|
|
"postcss-nested": "^6.0.1",
|
|
"postcss-selector-parser": "^6.0.11",
|
|
"resolve": "^1.22.2",
|
|
"sucrase": "^3.32.0"
|
|
},
|
|
"bin": {
|
|
"tailwind": "lib/cli.js",
|
|
"tailwindcss": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/glob-parent": {
|
|
"version": "6.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/postcss-selector-parser": {
|
|
"version": "6.0.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/tapable": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tar-fs": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.1.4"
|
|
}
|
|
},
|
|
"node_modules/tar-stream": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^4.0.3",
|
|
"end-of-stream": "^1.4.1",
|
|
"fs-constants": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tar-stream/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/text-table": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/thenify": {
|
|
"version": "3.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-promise": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/thenify-all": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"thenify": ">= 3.1.0 < 4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/throttleit": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/through": {
|
|
"version": "2.3.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tiny-glob": {
|
|
"version": "0.2.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"globalyzer": "0.1.0",
|
|
"globrex": "^0.1.2"
|
|
}
|
|
},
|
|
"node_modules/tmp": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rimraf": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.17.0"
|
|
}
|
|
},
|
|
"node_modules/to-readable-stream": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/toidentifier": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/tough-cookie": {
|
|
"version": "4.1.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"psl": "^1.1.33",
|
|
"punycode": "^2.1.1",
|
|
"universalify": "^0.2.0",
|
|
"url-parse": "^1.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tough-cookie/node_modules/universalify": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/trim-lines": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/trough": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/ts-api-utils": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.2.0"
|
|
}
|
|
},
|
|
"node_modules/ts-interface-checker": {
|
|
"version": "0.1.13",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/tsconfig-paths": {
|
|
"version": "3.14.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json5": "^0.0.29",
|
|
"json5": "^1.0.2",
|
|
"minimist": "^1.2.6",
|
|
"strip-bom": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/tsconfig-paths/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.6.2",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/tsscmp": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.x"
|
|
}
|
|
},
|
|
"node_modules/tsx": {
|
|
"version": "4.15.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "~0.21.4",
|
|
"get-tsconfig": "^4.7.5"
|
|
},
|
|
"bin": {
|
|
"tsx": "dist/cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.3"
|
|
}
|
|
},
|
|
"node_modules/tunnel-agent": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/tweetnacl": {
|
|
"version": "0.14.5",
|
|
"dev": true,
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/type-check": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/type-fest": {
|
|
"version": "0.20.2",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/type-is": {
|
|
"version": "1.6.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.24"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/typed-array-buffer": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.1",
|
|
"is-typed-array": "^1.1.10"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/typed-array-byte-length": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"has-proto": "^1.0.1",
|
|
"is-typed-array": "^1.1.10"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typed-array-byte-offset": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"has-proto": "^1.0.1",
|
|
"is-typed-array": "^1.1.10"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typed-array-length": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"is-typed-array": "^1.1.9"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typedarray": {
|
|
"version": "0.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.4.5",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/typical": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/unbox-primitive": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-bigints": "^1.0.2",
|
|
"has-symbols": "^1.0.3",
|
|
"which-boxed-primitive": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/unbzip2-stream": {
|
|
"version": "1.4.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.2.1",
|
|
"through": "^2.3.8"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "5.26.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unified": {
|
|
"version": "11.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"bail": "^2.0.0",
|
|
"devlop": "^1.0.0",
|
|
"extend": "^3.0.0",
|
|
"is-plain-obj": "^4.0.0",
|
|
"trough": "^2.0.0",
|
|
"vfile": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unified-engine": {
|
|
"version": "11.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/concat-stream": "^2.0.0",
|
|
"@types/debug": "^4.0.0",
|
|
"@types/is-empty": "^1.0.0",
|
|
"@types/node": "^20.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
"concat-stream": "^2.0.0",
|
|
"debug": "^4.0.0",
|
|
"glob": "^10.0.0",
|
|
"ignore": "^5.0.0",
|
|
"is-empty": "^1.0.0",
|
|
"is-plain-obj": "^4.0.0",
|
|
"load-plugin": "^6.0.0",
|
|
"parse-json": "^7.0.0",
|
|
"trough": "^2.0.0",
|
|
"unist-util-inspect": "^8.0.0",
|
|
"vfile": "^6.0.0",
|
|
"vfile-message": "^4.0.0",
|
|
"vfile-reporter": "^8.0.0",
|
|
"vfile-statistics": "^3.0.0",
|
|
"yaml": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unified-engine/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unified-engine/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/unified-engine/node_modules/glob": {
|
|
"version": "10.3.10",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.3.5",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/unified-engine/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/unified/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unist-util-inspect": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-inspect/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unist-util-is": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-is/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unist-util-position": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-position-from-estree": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-position-from-estree/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unist-util-position/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unist-util-remove-position": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-visit": "^5.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-remove-position/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unist-util-remove-position/node_modules/unist-util-visit": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-stringify-position": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^2.0.2"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-visit-parents": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-visit-parents/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/universalify": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/unpipe": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/untildify": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.0.13",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escalade": "^3.1.1",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"update-browserslist-db": "cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"browserslist": ">= 4.21.0"
|
|
}
|
|
},
|
|
"node_modules/uri-js": {
|
|
"version": "4.4.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/url-parse": {
|
|
"version": "1.5.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"querystringify": "^2.1.1",
|
|
"requires-port": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utils-merge": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/uvu": {
|
|
"version": "0.5.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dequal": "^2.0.0",
|
|
"diff": "^5.0.0",
|
|
"kleur": "^4.0.3",
|
|
"sade": "^1.7.3"
|
|
},
|
|
"bin": {
|
|
"uvu": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/vary": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/verror": {
|
|
"version": "1.10.0",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"core-util-is": "1.0.2",
|
|
"extsprintf": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/verror/node_modules/core-util-is": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vfile": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-stringify-position": "^4.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-location": {
|
|
"version": "5.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"vfile": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-location/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vfile-message": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-message/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vfile-message/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-reporter": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/supports-color": "^8.0.0",
|
|
"string-width": "^6.0.0",
|
|
"supports-color": "^9.0.0",
|
|
"unist-util-stringify-position": "^4.0.0",
|
|
"vfile": "^6.0.0",
|
|
"vfile-message": "^4.0.0",
|
|
"vfile-sort": "^4.0.0",
|
|
"vfile-statistics": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-reporter/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vfile-reporter/node_modules/ansi-regex": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/vfile-reporter/node_modules/emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vfile-reporter/node_modules/string-width": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^10.2.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/vfile-reporter/node_modules/strip-ansi": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/vfile-reporter/node_modules/supports-color": {
|
|
"version": "9.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/vfile-reporter/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-sort": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"vfile": "^6.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile-statistics": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"vfile": "^6.0.0",
|
|
"vfile-message": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/vfile/node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vfile/node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/wait-on": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.6.1",
|
|
"joi": "^17.11.0",
|
|
"lodash": "^4.17.21",
|
|
"minimist": "^1.2.8",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"bin": {
|
|
"wait-on": "bin/wait-on"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/walk-back": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/walk-up-path": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/web-namespaces": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/whatwg-url": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/which-boxed-primitive": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-bigint": "^1.0.1",
|
|
"is-boolean-object": "^1.1.0",
|
|
"is-number-object": "^1.0.4",
|
|
"is-string": "^1.0.5",
|
|
"is-symbol": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-builtin-type": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function.prototype.name": "^1.1.5",
|
|
"has-tostringtag": "^1.0.0",
|
|
"is-async-function": "^2.0.0",
|
|
"is-date-object": "^1.0.5",
|
|
"is-finalizationregistry": "^1.0.2",
|
|
"is-generator-function": "^1.0.10",
|
|
"is-regex": "^1.1.4",
|
|
"is-weakref": "^1.0.2",
|
|
"isarray": "^2.0.5",
|
|
"which-boxed-primitive": "^1.0.2",
|
|
"which-collection": "^1.0.1",
|
|
"which-typed-array": "^1.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-collection": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-map": "^2.0.1",
|
|
"is-set": "^2.0.1",
|
|
"is-weakmap": "^2.0.1",
|
|
"is-weakset": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-typed-array": {
|
|
"version": "1.1.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/wordwrapjs": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"reduce-flatten": "^2.0.0",
|
|
"typical": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/wordwrapjs/node_modules/reduce-flatten": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/wordwrapjs/node_modules/typical": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs": {
|
|
"name": "wrap-ansi",
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/y18n": {
|
|
"version": "5.0.8",
|
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "2.3.1",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/yargs": {
|
|
"version": "17.7.2",
|
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"cliui": "^8.0.1",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.3",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs-parser": {
|
|
"version": "21.1.1",
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
|
|
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yauzl": {
|
|
"version": "2.10.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-crc32": "~0.2.3",
|
|
"fd-slicer": "~1.1.0"
|
|
}
|
|
},
|
|
"node_modules/ylru": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/yocto-queue": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/zwitch": {
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
}
|
|
}
|
|
}
|