mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-05 23:35:02 +00:00
21201 lines
525 KiB
JSON
21201 lines
525 KiB
JSON
{
|
|
"name": "@zeppelinbot/zeppelin",
|
|
"version": "0.0.1",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@zeppelinbot/zeppelin",
|
|
"version": "0.0.1",
|
|
"workspaces": [
|
|
"shared",
|
|
"backend",
|
|
"dashboard"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
"@typescript-eslint/parser": "^5.59.5",
|
|
"eslint": "^8.40.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"prettier": "^2.8.4",
|
|
"prettier-plugin-organize-imports": "^3.2.2",
|
|
"ts-toolbelt": "^9.6.0",
|
|
"tsc-watch": "^6.0.4",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
},
|
|
"backend": {
|
|
"name": "@zeppelinbot/backend",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@silvia-odwyer/photon-node": "^0.3.1",
|
|
"bufferutil": "^4.0.3",
|
|
"clinic": "^13.0.0",
|
|
"cors": "^2.8.5",
|
|
"cross-env": "^7.0.3",
|
|
"deep-diff": "^1.0.2",
|
|
"discord.js": "^14.19.3",
|
|
"dotenv": "^4.0.0",
|
|
"emoji-regex": "^8.0.0",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"express": "^4.20.0",
|
|
"fp-ts": "^2.0.1",
|
|
"humanize-duration": "^3.15.0",
|
|
"js-yaml": "^4.1.0",
|
|
"knub": "^32.0.0-next.25",
|
|
"knub-command-manager": "^9.1.0",
|
|
"last-commit-log": "^2.1.0",
|
|
"lodash-es": "^4.17.21",
|
|
"moment-timezone": "^0.5.21",
|
|
"multer": "^1.4.5-lts.1",
|
|
"mysql2": "^3.9.8",
|
|
"parse-color": "^1.0.0",
|
|
"passport": "^0.6.0",
|
|
"passport-custom": "^1.0.5",
|
|
"passport-oauth2": "^1.6.1",
|
|
"pkg-up": "^3.1.0",
|
|
"reflect-metadata": "^0.1.12",
|
|
"regexp-worker": "^1.1.0",
|
|
"safe-regex": "^2.0.2",
|
|
"seedrandom": "^3.0.1",
|
|
"strip-combining-marks": "^1.0.0",
|
|
"threads": "^1.7.0",
|
|
"tlds": "^1.221.1",
|
|
"tmp": "0.0.33",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"twemoji": "^12.1.4",
|
|
"typeorm": "^0.3.17",
|
|
"utf-8-validate": "^5.0.5",
|
|
"uuid": "^9.0.0",
|
|
"yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build",
|
|
"zlib-sync": "^0.1.7",
|
|
"zod": "^3.25.17"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.5",
|
|
"@types/express": "^4.16.1",
|
|
"@types/jest": "^24.0.15",
|
|
"@types/js-yaml": "^3.12.1",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/moment-timezone": "^0.5.6",
|
|
"@types/multer": "^1.4.7",
|
|
"@types/passport": "^1.0.0",
|
|
"@types/passport-oauth2": "^1.4.8",
|
|
"@types/passport-strategy": "^0.2.35",
|
|
"@types/safe-regex": "^1.1.2",
|
|
"@types/tmp": "0.0.33",
|
|
"@types/twemoji": "^12.1.0",
|
|
"@types/uuid": "^9.0.2",
|
|
"ava": "^5.3.1",
|
|
"rimraf": "^2.6.2",
|
|
"source-map-support": "^0.5.16",
|
|
"zod-to-json-schema": "^3.22.3"
|
|
}
|
|
},
|
|
"backend/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"backend/node_modules/rimraf": {
|
|
"version": "2.7.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
}
|
|
},
|
|
"dashboard": {
|
|
"name": "@zeppelinbot/dashboard",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@fastify/static": "^7.0.1",
|
|
"@highlightjs/vue-plugin": "^1.0.2",
|
|
"fastify": "^4.26.2",
|
|
"highlight.js": "^11.8.0",
|
|
"humanize-duration": "^3.27.0",
|
|
"js-yaml": "^4.1.0",
|
|
"marked": "^5.1.0",
|
|
"modern-css-reset": "^1.4.0",
|
|
"moment": "^2.29.4",
|
|
"vue": "^2.7.14",
|
|
"vue-material-design-icons": "^4.1.0",
|
|
"vue-router": "^3.6.5",
|
|
"vue2-ace-editor": "^0.0.15",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.5",
|
|
"@babel/preset-env": "^7.22.5",
|
|
"@babel/preset-typescript": "^7.22.5",
|
|
"babel-loader": "^9.1.2",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.8.1",
|
|
"cssnano": "^4.1.10",
|
|
"dotenv": "^16.4.5",
|
|
"file-loader": "^6.2.0",
|
|
"html-loader": "^4.2.0",
|
|
"html-webpack-plugin": "^5.5.3",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-loader": "^7.3.3",
|
|
"postcss-nesting": "^11.3.0",
|
|
"postcss-preset-env": "^8.5.1",
|
|
"source-map-loader": "^4.0.1",
|
|
"tailwindcss": "^1.9.6",
|
|
"ts-loader": "^9.4.3",
|
|
"vue-loader": "^15.10.1",
|
|
"vue-style-loader": "^4.1.3",
|
|
"vue-template-compiler": "^2.7.14",
|
|
"webpack": "^5.94.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"webpack-merge": "^5.9.0"
|
|
}
|
|
},
|
|
"dashboard/node_modules/dotenv": {
|
|
"version": "16.4.5",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://dotenvx.com"
|
|
}
|
|
},
|
|
"node_modules/@ampproject/remapping": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@assemblyscript/loader": {
|
|
"version": "0.19.23",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"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/compat-data": {
|
|
"version": "7.23.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"version": "7.23.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.23.5",
|
|
"@babel/generator": "^7.23.6",
|
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helpers": "^7.23.9",
|
|
"@babel/parser": "^7.23.9",
|
|
"@babel/template": "^7.23.9",
|
|
"@babel/traverse": "^7.23.9",
|
|
"@babel/types": "^7.23.9",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
}
|
|
},
|
|
"node_modules/@babel/core/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator": {
|
|
"version": "7.23.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.23.6",
|
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
"jsesc": "^2.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
"version": "7.22.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
|
|
"version": "7.22.15",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"version": "7.23.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.23.5",
|
|
"@babel/helper-validator-option": "^7.23.5",
|
|
"browserslist": "^4.22.2",
|
|
"lru-cache": "^5.1.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
"version": "7.23.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-member-expression-to-functions": "^7.23.0",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.20",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
"version": "7.22.15",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"regexpu-core": "^5.3.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
"version": "0.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.22.6",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"debug": "^4.1.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"resolve": "^1.14.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-environment-visitor": {
|
|
"version": "7.22.20",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-function-name": {
|
|
"version": "7.23.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/types": "^7.23.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-hoist-variables": {
|
|
"version": "7.22.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
"version": "7.23.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.23.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-imports": {
|
|
"version": "7.22.15",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-simple-access": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/helper-validator-identifier": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
"version": "7.22.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-plugin-utils": {
|
|
"version": "7.22.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
"version": "7.22.20",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-wrap-function": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
"version": "7.22.20",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-member-expression-to-functions": "^7.22.15",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-simple-access": {
|
|
"version": "7.22.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
"version": "7.22.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-split-export-declaration": {
|
|
"version": "7.22.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.22.20",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-option": {
|
|
"version": "7.23.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-wrap-function": {
|
|
"version": "7.22.20",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/types": "^7.22.19"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helpers": {
|
|
"version": "7.23.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.23.9",
|
|
"@babel/traverse": "^7.23.9",
|
|
"@babel/types": "^7.23.9"
|
|
},
|
|
"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/parser": {
|
|
"version": "7.23.9",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
"@babel/plugin-transform-optional-chaining": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.13.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": {
|
|
"version": "7.23.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-private-property-in-object": {
|
|
"version": "7.21.0-placeholder-for-preset-env.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-async-generators": {
|
|
"version": "7.8.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-class-properties": {
|
|
"version": "7.12.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.12.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-class-static-block": {
|
|
"version": "7.14.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-dynamic-import": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-export-namespace-from": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-assertions": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-meta": {
|
|
"version": "7.10.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-json-strings": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
|
|
"version": "7.10.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-numeric-separator": {
|
|
"version": "7.10.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.10.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-object-rest-spread": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-optional-catch-binding": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-optional-chaining": {
|
|
"version": "7.8.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-private-property-in-object": {
|
|
"version": "7.14.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-top-level-await": {
|
|
"version": "7.14.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-unicode-sets-regex": {
|
|
"version": "7.18.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-arrow-functions": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
"version": "7.23.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-remap-async-to-generator": "^7.22.20",
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-remap-async-to-generator": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-class-properties": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-class-static-block": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.12.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-classes": {
|
|
"version": "7.23.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.20",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-classes/node_modules/globals": {
|
|
"version": "11.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/template": "^7.22.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-dotall-regex": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-duplicate-keys": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-dynamic-import": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-export-namespace-from": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
"version": "7.23.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-function-name": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.22.15",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-json-strings": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-literals": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-logical-assignment-operators": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-member-expression-literals": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-amd": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-simple-access": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
"version": "7.23.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-validator-identifier": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-umd": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
"version": "7.22.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-new-target": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-numeric-separator": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-rest-spread": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.23.3",
|
|
"@babel/helper-compilation-targets": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-transform-parameters": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-super": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-optional-catch-binding": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-optional-chaining": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-private-methods": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-private-property-in-object": {
|
|
"version": "7.23.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-create-class-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-property-literals": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"regenerator-transform": "^0.15.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-reserved-words": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-shorthand-properties": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-spread": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-sticky-regex": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-template-literals": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
"version": "7.23.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-create-class-features-plugin": "^7.23.6",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-typescript": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-escapes": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-property-regex": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-regex": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-sets-regex": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-env": {
|
|
"version": "7.23.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.23.5",
|
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-validator-option": "^7.23.5",
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3",
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3",
|
|
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.7",
|
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
|
"@babel/plugin-syntax-import-assertions": "^7.23.3",
|
|
"@babel/plugin-syntax-import-attributes": "^7.23.3",
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
|
"@babel/plugin-syntax-top-level-await": "^7.14.5",
|
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
"@babel/plugin-transform-arrow-functions": "^7.23.3",
|
|
"@babel/plugin-transform-async-generator-functions": "^7.23.9",
|
|
"@babel/plugin-transform-async-to-generator": "^7.23.3",
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.23.3",
|
|
"@babel/plugin-transform-block-scoping": "^7.23.4",
|
|
"@babel/plugin-transform-class-properties": "^7.23.3",
|
|
"@babel/plugin-transform-class-static-block": "^7.23.4",
|
|
"@babel/plugin-transform-classes": "^7.23.8",
|
|
"@babel/plugin-transform-computed-properties": "^7.23.3",
|
|
"@babel/plugin-transform-destructuring": "^7.23.3",
|
|
"@babel/plugin-transform-dotall-regex": "^7.23.3",
|
|
"@babel/plugin-transform-duplicate-keys": "^7.23.3",
|
|
"@babel/plugin-transform-dynamic-import": "^7.23.4",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.23.3",
|
|
"@babel/plugin-transform-export-namespace-from": "^7.23.4",
|
|
"@babel/plugin-transform-for-of": "^7.23.6",
|
|
"@babel/plugin-transform-function-name": "^7.23.3",
|
|
"@babel/plugin-transform-json-strings": "^7.23.4",
|
|
"@babel/plugin-transform-literals": "^7.23.3",
|
|
"@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
|
|
"@babel/plugin-transform-member-expression-literals": "^7.23.3",
|
|
"@babel/plugin-transform-modules-amd": "^7.23.3",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
|
"@babel/plugin-transform-modules-systemjs": "^7.23.9",
|
|
"@babel/plugin-transform-modules-umd": "^7.23.3",
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5",
|
|
"@babel/plugin-transform-new-target": "^7.23.3",
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
|
|
"@babel/plugin-transform-numeric-separator": "^7.23.4",
|
|
"@babel/plugin-transform-object-rest-spread": "^7.23.4",
|
|
"@babel/plugin-transform-object-super": "^7.23.3",
|
|
"@babel/plugin-transform-optional-catch-binding": "^7.23.4",
|
|
"@babel/plugin-transform-optional-chaining": "^7.23.4",
|
|
"@babel/plugin-transform-parameters": "^7.23.3",
|
|
"@babel/plugin-transform-private-methods": "^7.23.3",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.23.4",
|
|
"@babel/plugin-transform-property-literals": "^7.23.3",
|
|
"@babel/plugin-transform-regenerator": "^7.23.3",
|
|
"@babel/plugin-transform-reserved-words": "^7.23.3",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
|
|
"@babel/plugin-transform-spread": "^7.23.3",
|
|
"@babel/plugin-transform-sticky-regex": "^7.23.3",
|
|
"@babel/plugin-transform-template-literals": "^7.23.3",
|
|
"@babel/plugin-transform-typeof-symbol": "^7.23.3",
|
|
"@babel/plugin-transform-unicode-escapes": "^7.23.3",
|
|
"@babel/plugin-transform-unicode-property-regex": "^7.23.3",
|
|
"@babel/plugin-transform-unicode-regex": "^7.23.3",
|
|
"@babel/plugin-transform-unicode-sets-regex": "^7.23.3",
|
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.8",
|
|
"babel-plugin-polyfill-corejs3": "^0.9.0",
|
|
"babel-plugin-polyfill-regenerator": "^0.5.5",
|
|
"core-js-compat": "^3.31.0",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-env/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-modules": {
|
|
"version": "0.1.6-no-external-plugins",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@babel/types": "^7.4.4",
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-typescript": {
|
|
"version": "7.23.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-validator-option": "^7.22.15",
|
|
"@babel/plugin-syntax-jsx": "^7.23.3",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
|
"@babel/plugin-transform-typescript": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/regjsgen": {
|
|
"version": "0.8.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.23.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerator-runtime": "^0.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template": {
|
|
"version": "7.23.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.23.5",
|
|
"@babel/parser": "^7.23.9",
|
|
"@babel/types": "^7.23.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse": {
|
|
"version": "7.23.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.23.5",
|
|
"@babel/generator": "^7.23.6",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/parser": "^7.23.9",
|
|
"@babel/types": "^7.23.9",
|
|
"debug": "^4.3.1",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse/node_modules/globals": {
|
|
"version": "11.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.23.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.23.4",
|
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
"to-fast-properties": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@clinic/bubbleprof": {
|
|
"version": "10.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@clinic/clinic-common": "^7.0.0",
|
|
"@clinic/node-trace-log-join": "^2.0.0",
|
|
"@clinic/trace-events-parser": "^2.0.0",
|
|
"array-flatten": "^3.0.0",
|
|
"async": "^3.0.1",
|
|
"d3-axis": "^1.0.8",
|
|
"d3-color": "^1.4.0",
|
|
"d3-drag": "^1.2.3",
|
|
"d3-ease": "^1.0.3",
|
|
"d3-format": "^1.3.0",
|
|
"d3-interpolate": "^1.2.0",
|
|
"d3-scale": "^3.0.0",
|
|
"d3-selection": "^1.3.0",
|
|
"d3-shape": "^1.2.0",
|
|
"d3-time": "^1.0.8",
|
|
"d3-time-format": "^2.1.1",
|
|
"d3-transition": "^1.1.1",
|
|
"endpoint": "^0.4.5",
|
|
"lodash": "^4.14.0",
|
|
"minify-stream": "^2.0.1",
|
|
"mkdirp": "^1.0.0",
|
|
"on-net-listen": "^1.0.0",
|
|
"protocol-buffers": "^4.0.4",
|
|
"pump": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@clinic/clinic-common": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"brfs": "^2.0.1",
|
|
"browserify": "^17.0.0",
|
|
"chalk": "^4.1.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"loose-envify": "^1.4.0",
|
|
"postcss": "^8.1.10",
|
|
"postcss-import": "^13.0.0",
|
|
"stream-template": "0.0.10",
|
|
"webfontloader": "^1.6.28"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
}
|
|
},
|
|
"node_modules/@clinic/clinic-common/node_modules/postcss-import": {
|
|
"version": "13.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.0.0",
|
|
"read-cache": "^1.0.0",
|
|
"resolve": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@clinic/doctor": {
|
|
"version": "11.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@clinic/clinic-common": "^7.0.0",
|
|
"@clinic/node-trace-log-join": "^2.0.0",
|
|
"@clinic/trace-events-parser": "^2.0.0",
|
|
"@tensorflow/tfjs-backend-cpu": "^3.13.0",
|
|
"@tensorflow/tfjs-core": "^3.13.0",
|
|
"async": "^3.0.1",
|
|
"clipboard-copy": "^4.0.1",
|
|
"d3-array": "^2.0.0",
|
|
"d3-axis": "^1.0.8",
|
|
"d3-scale": "^3.0.0",
|
|
"d3-selection": "^1.1.0",
|
|
"d3-shape": "^1.2.0",
|
|
"d3-time-format": "^2.1.0",
|
|
"debug": "^4.3.1",
|
|
"distributions": "^2.0.0",
|
|
"endpoint": "^0.4.5",
|
|
"hidden-markov-model-tf": "^4.0.0",
|
|
"minify-stream": "^2.0.1",
|
|
"mkdirp": "^1.0.0",
|
|
"on-net-listen": "^1.0.0",
|
|
"protocol-buffers": "^4.0.4",
|
|
"pump": "^3.0.0",
|
|
"pumpify": "^2.0.0",
|
|
"semver": "^7.0.0",
|
|
"showdown": "^1.7.6",
|
|
"stream-template": "0.0.10",
|
|
"streaming-json-stringify": "^3.1.0",
|
|
"summary": "^2.1.0",
|
|
"ttest": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@clinic/flame": {
|
|
"version": "13.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@clinic/clinic-common": "^7.0.0",
|
|
"0x": "^5.0.0",
|
|
"copy-to-clipboard": "^3.0.8",
|
|
"d3-array": "^2.0.2",
|
|
"d3-fg": "^6.13.1",
|
|
"d3-selection": "^1.3.2",
|
|
"flame-gradient": "^1.0.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"pump": "^3.0.0",
|
|
"querystringify": "^2.1.0",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@clinic/heap-profiler": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@clinic/clinic-common": "^7.0.0",
|
|
"@nearform/heap-profiler": "^2.0.0",
|
|
"abort-controller": "^3.0.0",
|
|
"copy-to-clipboard": "^3.0.8",
|
|
"d3-array": "^2.0.2",
|
|
"d3-fg": "^6.13.1",
|
|
"d3-selection": "^1.3.2",
|
|
"fs-extra": "^11.0.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"on-net-listen": "1.1.2",
|
|
"pump": "^3.0.0",
|
|
"querystringify": "^2.1.0",
|
|
"sinusoidal-decimal": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@clinic/node-trace-log-join": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@clinic/trace-events-parser": "^2.0.0",
|
|
"multistream": "^2.1.0",
|
|
"pump": "^3.0.0",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"bin": {
|
|
"node-trace-log-join": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/@clinic/trace-events-parser": {
|
|
"version": "2.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"turbo-json-parse": "^2.2.0"
|
|
}
|
|
},
|
|
"node_modules/@colors/colors": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/@cspotcode/source-map-support": {
|
|
"version": "0.8.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.9",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
}
|
|
},
|
|
"node_modules/@csstools/cascade-layer-name-parser": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-parser-algorithms": "^2.5.0",
|
|
"@csstools/css-tokenizer": "^2.2.3"
|
|
}
|
|
},
|
|
"node_modules/@csstools/color-helpers": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT-0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-calc": {
|
|
"version": "1.1.6",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-parser-algorithms": "^2.5.0",
|
|
"@csstools/css-tokenizer": "^2.2.3"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-color-parser": {
|
|
"version": "1.5.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/color-helpers": "^4.0.0",
|
|
"@csstools/css-calc": "^1.1.6"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-parser-algorithms": "^2.5.0",
|
|
"@csstools/css-tokenizer": "^2.2.3"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-parser-algorithms": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-tokenizer": "^2.2.3"
|
|
}
|
|
},
|
|
"node_modules/@csstools/css-tokenizer": {
|
|
"version": "2.2.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
}
|
|
},
|
|
"node_modules/@csstools/media-query-list-parser": {
|
|
"version": "2.1.7",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@csstools/css-parser-algorithms": "^2.5.0",
|
|
"@csstools/css-tokenizer": "^2.2.3"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-cascade-layers": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/selector-specificity": "^2.0.2",
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-color-function": {
|
|
"version": "2.2.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-color-mix-function": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-font-format-keywords": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-gradients-interpolation-method": {
|
|
"version": "3.0.6",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-hwb-function": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-ic-unit": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-is-pseudo-class": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/selector-specificity": "^2.0.0",
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-logical-float-and-clear": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-logical-resize": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-logical-viewport-units": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-tokenizer": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-media-minmax": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/css-calc": "^1.1.6",
|
|
"@csstools/css-parser-algorithms": "^2.5.0",
|
|
"@csstools/css-tokenizer": "^2.2.3",
|
|
"@csstools/media-query-list-parser": "^2.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-parser-algorithms": "^2.2.0",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/media-query-list-parser": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-nested-calc": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-normalize-display-values": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-oklab-function": {
|
|
"version": "2.2.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-progressive-custom-properties": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-relative-color-syntax": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-scope-pseudo-class": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-stepped-value-functions": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-calc": "^1.1.1",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-text-decoration-shorthand": {
|
|
"version": "2.2.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/color-helpers": "^2.1.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-text-decoration-shorthand/node_modules/@csstools/color-helpers": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-trigonometric-functions": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-calc": "^1.1.1",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/postcss-unset-value": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/@csstools/selector-specificity": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
}
|
|
},
|
|
"node_modules/@discordjs/builders": {
|
|
"version": "1.11.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@discordjs/formatters": "^0.6.1",
|
|
"@discordjs/util": "^1.1.1",
|
|
"@sapphire/shapeshift": "^4.0.0",
|
|
"discord-api-types": "^0.38.1",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"ts-mixer": "^6.0.4",
|
|
"tslib": "^2.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.11.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/discordjs/discord.js?sponsor"
|
|
}
|
|
},
|
|
"node_modules/@discordjs/builders/node_modules/tslib": {
|
|
"version": "2.8.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/@discordjs/collection": {
|
|
"version": "1.5.3",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.11.0"
|
|
}
|
|
},
|
|
"node_modules/@discordjs/formatters": {
|
|
"version": "0.6.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"discord-api-types": "^0.38.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.11.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/discordjs/discord.js?sponsor"
|
|
}
|
|
},
|
|
"node_modules/@discordjs/rest": {
|
|
"version": "2.5.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@discordjs/collection": "^2.1.1",
|
|
"@discordjs/util": "^1.1.1",
|
|
"@sapphire/async-queue": "^1.5.3",
|
|
"@sapphire/snowflake": "^3.5.3",
|
|
"@vladfrangu/async_event_emitter": "^2.4.6",
|
|
"discord-api-types": "^0.38.1",
|
|
"magic-bytes.js": "^1.10.0",
|
|
"tslib": "^2.6.3",
|
|
"undici": "6.21.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/discordjs/discord.js?sponsor"
|
|
}
|
|
},
|
|
"node_modules/@discordjs/rest/node_modules/@discordjs/collection": {
|
|
"version": "2.1.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/discordjs/discord.js?sponsor"
|
|
}
|
|
},
|
|
"node_modules/@discordjs/rest/node_modules/tslib": {
|
|
"version": "2.8.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/@discordjs/util": {
|
|
"version": "1.1.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/discordjs/discord.js?sponsor"
|
|
}
|
|
},
|
|
"node_modules/@discordjs/ws": {
|
|
"version": "1.2.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@discordjs/collection": "^2.1.0",
|
|
"@discordjs/rest": "^2.5.0",
|
|
"@discordjs/util": "^1.1.0",
|
|
"@sapphire/async-queue": "^1.5.2",
|
|
"@types/ws": "^8.5.10",
|
|
"@vladfrangu/async_event_emitter": "^2.2.4",
|
|
"discord-api-types": "^0.38.1",
|
|
"tslib": "^2.6.2",
|
|
"ws": "^8.17.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.11.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/discordjs/discord.js?sponsor"
|
|
}
|
|
},
|
|
"node_modules/@discordjs/ws/node_modules/@discordjs/collection": {
|
|
"version": "2.1.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/discordjs/discord.js?sponsor"
|
|
}
|
|
},
|
|
"node_modules/@discordjs/ws/node_modules/tslib": {
|
|
"version": "2.8.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/@discoveryjs/json-ext": {
|
|
"version": "0.5.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"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.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.3.2",
|
|
"espree": "^9.5.2",
|
|
"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.43.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@fastify/accept-negotiator": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@fastify/ajv-compiler": {
|
|
"version": "3.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.11.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"fast-uri": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/@fastify/ajv-compiler/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"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/@fastify/ajv-compiler/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@fastify/error": {
|
|
"version": "3.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@fastify/fast-json-stringify-compiler": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-json-stringify": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@fastify/merge-json-schemas": {
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3"
|
|
}
|
|
},
|
|
"node_modules/@fastify/send": {
|
|
"version": "2.1.0",
|
|
"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/@fastify/send/node_modules/mime": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@fastify/static": {
|
|
"version": "7.0.1",
|
|
"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/@fastify/static/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@fastify/static/node_modules/glob": {
|
|
"version": "10.3.10",
|
|
"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/@fastify/static/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@fullhuman/postcss-purgecss": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "7.0.32",
|
|
"purgecss": "^2.3.0"
|
|
}
|
|
},
|
|
"node_modules/@fullhuman/postcss-purgecss/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@fullhuman/postcss-purgecss/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/@fullhuman/postcss-purgecss/node_modules/chalk/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@fullhuman/postcss-purgecss/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/@fullhuman/postcss-purgecss/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@fullhuman/postcss-purgecss/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@fullhuman/postcss-purgecss/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@fullhuman/postcss-purgecss/node_modules/postcss": {
|
|
"version": "7.0.32",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"source-map": "^0.6.1",
|
|
"supports-color": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
}
|
|
},
|
|
"node_modules/@fullhuman/postcss-purgecss/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@fullhuman/postcss-purgecss/node_modules/supports-color": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@highlightjs/vue-plugin": {
|
|
"version": "1.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"highlight.js": "^10.7.2"
|
|
}
|
|
},
|
|
"node_modules/@highlightjs/vue-plugin/node_modules/highlight.js": {
|
|
"version": "10.7.3",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/config-array": {
|
|
"version": "0.11.10",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@humanwhocodes/object-schema": "^1.2.1",
|
|
"debug": "^4.1.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": "1.2.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@isaacs/cliui": {
|
|
"version": "8.0.2",
|
|
"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",
|
|
"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",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
"version": "5.1.2",
|
|
"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",
|
|
"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",
|
|
"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/@jest/types": {
|
|
"version": "24.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"@types/istanbul-reports": "^1.1.1",
|
|
"@types/yargs": "^13.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.3",
|
|
"dev": true,
|
|
"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.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/set-array": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/source-map": {
|
|
"version": "0.3.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.15",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.25",
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
|
|
"integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@leichtgewicht/ip-codec": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@lukeed/ms": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@nearform/heap-profiler": {
|
|
"version": "2.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"sonic-boom": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
"version": "2.1.5",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.walk": {
|
|
"version": "1.2.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@sapphire/async-queue": {
|
|
"version": "1.5.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=v14.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sapphire/shapeshift": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"engines": {
|
|
"node": ">=v16"
|
|
}
|
|
},
|
|
"node_modules/@sapphire/snowflake": {
|
|
"version": "3.5.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=v14.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@silvia-odwyer/photon-node": {
|
|
"version": "0.3.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@sindresorhus/is": {
|
|
"version": "0.14.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sqltools/formatter": {
|
|
"version": "1.2.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@szmarczak/http-timer": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defer-to-connect": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@tensorflow/tfjs-backend-cpu": {
|
|
"version": "3.21.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/seedrandom": "^2.4.28",
|
|
"seedrandom": "^3.0.5"
|
|
},
|
|
"engines": {
|
|
"yarn": ">= 1.3.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@tensorflow/tfjs-core": "3.21.0"
|
|
}
|
|
},
|
|
"node_modules/@tensorflow/tfjs-core": {
|
|
"version": "3.21.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/long": "^4.0.1",
|
|
"@types/offscreencanvas": "~2019.3.0",
|
|
"@types/seedrandom": "^2.4.28",
|
|
"@types/webgl-ext": "0.0.30",
|
|
"@webgpu/types": "0.1.16",
|
|
"long": "4.0.0",
|
|
"node-fetch": "~2.6.1",
|
|
"seedrandom": "^3.0.5"
|
|
},
|
|
"engines": {
|
|
"yarn": ">= 1.3.2"
|
|
}
|
|
},
|
|
"node_modules/@tsconfig/node10": {
|
|
"version": "1.0.9",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node12": {
|
|
"version": "1.0.11",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node14": {
|
|
"version": "1.0.3",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node16": {
|
|
"version": "1.0.4",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/body-parser": {
|
|
"version": "1.19.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/connect": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/bonjour": {
|
|
"version": "3.5.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/connect": {
|
|
"version": "3.4.38",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/connect-history-api-fallback": {
|
|
"version": "1.5.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express-serve-static-core": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/cors": {
|
|
"version": "2.8.17",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/eslint": {
|
|
"version": "8.56.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*",
|
|
"@types/json-schema": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/eslint-scope": {
|
|
"version": "3.7.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/eslint": "*",
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/estree": {
|
|
"version": "1.0.7",
|
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
|
|
"integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/express": {
|
|
"version": "4.17.21",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/body-parser": "*",
|
|
"@types/express-serve-static-core": "^4.17.33",
|
|
"@types/qs": "*",
|
|
"@types/serve-static": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/express-serve-static-core": {
|
|
"version": "4.17.42",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/qs": "*",
|
|
"@types/range-parser": "*",
|
|
"@types/send": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/html-minifier-terser": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/http-errors": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/http-proxy": {
|
|
"version": "1.17.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/istanbul-lib-report": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/istanbul-reports": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "*",
|
|
"@types/istanbul-lib-report": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/jest": {
|
|
"version": "24.9.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jest-diff": "^24.3.0"
|
|
}
|
|
},
|
|
"node_modules/@types/js-yaml": {
|
|
"version": "3.12.10",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/json-schema": {
|
|
"version": "7.0.15",
|
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/json5": {
|
|
"version": "0.0.29",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/lodash": {
|
|
"version": "4.17.13",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/lodash-es": {
|
|
"version": "4.17.12",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/lodash": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/long": {
|
|
"version": "4.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/mime": {
|
|
"version": "1.3.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/moment-timezone": {
|
|
"version": "0.5.30",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"moment-timezone": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/multer": {
|
|
"version": "1.4.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "22.15.18",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.21.0"
|
|
}
|
|
},
|
|
"node_modules/@types/node-forge": {
|
|
"version": "1.3.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/oauth": {
|
|
"version": "0.9.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/offscreencanvas": {
|
|
"version": "2019.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/passport": {
|
|
"version": "1.0.16",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/passport-oauth2": {
|
|
"version": "1.4.15",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*",
|
|
"@types/oauth": "*",
|
|
"@types/passport": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/passport-strategy": {
|
|
"version": "0.2.38",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*",
|
|
"@types/passport": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/q": {
|
|
"version": "1.5.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/qs": {
|
|
"version": "6.9.11",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/range-parser": {
|
|
"version": "1.2.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/retry": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/safe-regex": {
|
|
"version": "1.1.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/seedrandom": {
|
|
"version": "2.4.34",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/semver": {
|
|
"version": "7.5.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/send": {
|
|
"version": "0.17.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mime": "^1",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/serve-index": {
|
|
"version": "1.9.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/serve-static": {
|
|
"version": "1.15.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/http-errors": "*",
|
|
"@types/mime": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/sockjs": {
|
|
"version": "0.3.36",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/tmp": {
|
|
"version": "0.0.33",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/twemoji": {
|
|
"version": "12.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/uuid": {
|
|
"version": "9.0.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/webgl-ext": {
|
|
"version": "0.0.30",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/ws": {
|
|
"version": "8.18.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs": {
|
|
"version": "13.0.12",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs-parser": {
|
|
"version": "21.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "5.60.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/regexpp": "^4.4.0",
|
|
"@typescript-eslint/scope-manager": "5.60.0",
|
|
"@typescript-eslint/type-utils": "5.60.0",
|
|
"@typescript-eslint/utils": "5.60.0",
|
|
"debug": "^4.3.4",
|
|
"grapheme-splitter": "^1.0.4",
|
|
"ignore": "^5.2.0",
|
|
"natural-compare-lite": "^1.4.0",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser": {
|
|
"version": "5.60.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "5.60.0",
|
|
"@typescript-eslint/types": "5.60.0",
|
|
"@typescript-eslint/typescript-estree": "5.60.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "5.60.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.60.0",
|
|
"@typescript-eslint/visitor-keys": "5.60.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
"version": "5.60.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "5.60.0",
|
|
"@typescript-eslint/utils": "5.60.0",
|
|
"debug": "^4.3.4",
|
|
"tsutils": "^3.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/types": {
|
|
"version": "5.60.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/@typescript-eslint/typescript-estree": {
|
|
"version": "5.60.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.60.0",
|
|
"@typescript-eslint/visitor-keys": "5.60.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/@typescript-eslint/utils": {
|
|
"version": "5.60.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@types/json-schema": "^7.0.9",
|
|
"@types/semver": "^7.3.12",
|
|
"@typescript-eslint/scope-manager": "5.60.0",
|
|
"@typescript-eslint/types": "5.60.0",
|
|
"@typescript-eslint/typescript-estree": "5.60.0",
|
|
"eslint-scope": "^5.1.1",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "5.60.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.60.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/@vladfrangu/async_event_emitter": {
|
|
"version": "2.4.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=v14.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-sfc": {
|
|
"version": "2.7.16",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.23.5",
|
|
"postcss": "^8.4.14",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"prettier": "^1.18.2 || ^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-sfc/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/component-compiler-utils": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"consolidate": "^0.15.1",
|
|
"hash-sum": "^1.0.2",
|
|
"lru-cache": "^4.1.2",
|
|
"merge-source-map": "^1.1.0",
|
|
"postcss": "^7.0.36",
|
|
"postcss-selector-parser": "^6.0.2",
|
|
"source-map": "~0.6.1",
|
|
"vue-template-es2015-compiler": "^1.9.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"prettier": "^1.18.2 || ^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/component-compiler-utils/node_modules/lru-cache": {
|
|
"version": "4.1.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"pseudomap": "^1.0.2",
|
|
"yallist": "^2.1.2"
|
|
}
|
|
},
|
|
"node_modules/@vue/component-compiler-utils/node_modules/merge-source-map": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"source-map": "^0.6.1"
|
|
}
|
|
},
|
|
"node_modules/@vue/component-compiler-utils/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@vue/component-compiler-utils/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/@vue/component-compiler-utils/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/component-compiler-utils/node_modules/yallist": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@webassemblyjs/ast": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz",
|
|
"integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/helper-numbers": "1.13.2",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.13.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/floating-point-hex-parser": {
|
|
"version": "1.13.2",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz",
|
|
"integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-api-error": {
|
|
"version": "1.13.2",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz",
|
|
"integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-buffer": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz",
|
|
"integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-numbers": {
|
|
"version": "1.13.2",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz",
|
|
"integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/floating-point-hex-parser": "1.13.2",
|
|
"@webassemblyjs/helper-api-error": "1.13.2",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/helper-wasm-bytecode": {
|
|
"version": "1.13.2",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz",
|
|
"integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-wasm-section": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz",
|
|
"integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@webassemblyjs/helper-buffer": "1.14.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
|
|
"@webassemblyjs/wasm-gen": "1.14.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/ieee754": {
|
|
"version": "1.13.2",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz",
|
|
"integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xtuc/ieee754": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/leb128": {
|
|
"version": "1.13.2",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz",
|
|
"integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/utf8": {
|
|
"version": "1.13.2",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz",
|
|
"integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-edit": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz",
|
|
"integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@webassemblyjs/helper-buffer": "1.14.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
|
|
"@webassemblyjs/helper-wasm-section": "1.14.1",
|
|
"@webassemblyjs/wasm-gen": "1.14.1",
|
|
"@webassemblyjs/wasm-opt": "1.14.1",
|
|
"@webassemblyjs/wasm-parser": "1.14.1",
|
|
"@webassemblyjs/wast-printer": "1.14.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-gen": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz",
|
|
"integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
|
|
"@webassemblyjs/ieee754": "1.13.2",
|
|
"@webassemblyjs/leb128": "1.13.2",
|
|
"@webassemblyjs/utf8": "1.13.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-opt": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz",
|
|
"integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@webassemblyjs/helper-buffer": "1.14.1",
|
|
"@webassemblyjs/wasm-gen": "1.14.1",
|
|
"@webassemblyjs/wasm-parser": "1.14.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-parser": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz",
|
|
"integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@webassemblyjs/helper-api-error": "1.13.2",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.13.2",
|
|
"@webassemblyjs/ieee754": "1.13.2",
|
|
"@webassemblyjs/leb128": "1.13.2",
|
|
"@webassemblyjs/utf8": "1.13.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wast-printer": {
|
|
"version": "1.14.1",
|
|
"resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz",
|
|
"integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.14.1",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webgpu/types": {
|
|
"version": "0.1.16",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@webpack-cli/configtest": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "5.x.x",
|
|
"webpack-cli": "5.x.x"
|
|
}
|
|
},
|
|
"node_modules/@webpack-cli/info": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "5.x.x",
|
|
"webpack-cli": "5.x.x"
|
|
}
|
|
},
|
|
"node_modules/@webpack-cli/serve": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "5.x.x",
|
|
"webpack-cli": "5.x.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"webpack-dev-server": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@xtuc/ieee754": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
|
|
"integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@xtuc/long": {
|
|
"version": "4.2.2",
|
|
"resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
|
|
"integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@zeppelinbot/backend": {
|
|
"resolved": "backend",
|
|
"link": true
|
|
},
|
|
"node_modules/@zeppelinbot/dashboard": {
|
|
"resolved": "dashboard",
|
|
"link": true
|
|
},
|
|
"node_modules/@zeppelinbot/shared": {
|
|
"resolved": "shared",
|
|
"link": true
|
|
},
|
|
"node_modules/0x": {
|
|
"version": "5.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.8.2",
|
|
"browserify": "^17.0.0",
|
|
"concat-stream": "^2.0.0",
|
|
"d3-fg": "^6.14.0",
|
|
"debounce": "^1.2.0",
|
|
"debug": "^4.1.1",
|
|
"end-of-stream": "^1.1.0",
|
|
"env-string": "^1.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"execspawn": "^1.0.1",
|
|
"fs-extra": "^10.1.0",
|
|
"has-unicode": "^2.0.1",
|
|
"hsl-to-rgb-for-reals": "^1.1.0",
|
|
"jsonstream2": "^3.0.0",
|
|
"make-dir": "^3.1.0",
|
|
"minimist": "^1.2.0",
|
|
"morphdom": "^2.3.3",
|
|
"nanohtml": "^1.4.0",
|
|
"on-net-listen": "^1.1.0",
|
|
"opn": "^5.4.0",
|
|
"pump": "^3.0.0",
|
|
"pumpify": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"single-line-log": "^1.0.1",
|
|
"split2": "^4.0.0",
|
|
"tachyons": "^4.9.1",
|
|
"through2": "^4.0.0",
|
|
"which": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"0x": "cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.5.0"
|
|
}
|
|
},
|
|
"node_modules/0x/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"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/0x/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/0x/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/0x/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/0x/node_modules/through2": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "3"
|
|
}
|
|
},
|
|
"node_modules/abort-controller": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"event-target-shim": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5"
|
|
}
|
|
},
|
|
"node_modules/abstract-logging": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/accepts": {
|
|
"version": "1.3.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "~2.1.34",
|
|
"negotiator": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.14.1",
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
|
|
"integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
|
|
"devOptional": 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/acorn-node": {
|
|
"version": "1.8.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"acorn": "^7.0.0",
|
|
"acorn-walk": "^7.0.0",
|
|
"xtend": "^4.0.2"
|
|
}
|
|
},
|
|
"node_modules/acorn-node/node_modules/acorn": {
|
|
"version": "7.4.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-node/node_modules/acorn-walk": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-walk": {
|
|
"version": "8.3.2",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"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/ajv-formats": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ajv": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ajv-formats/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"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/ajv-formats/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ajv-keywords": {
|
|
"version": "3.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ajv": "^6.9.1"
|
|
}
|
|
},
|
|
"node_modules/alphanum-sort": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ansi-align": {
|
|
"version": "3.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.1.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-align/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-align/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"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/ansi-escapes": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/ansi-html-community": {
|
|
"version": "0.0.8",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >= 0.8.0"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"ansi-html": "bin/ansi-html"
|
|
}
|
|
},
|
|
"node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"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/any-shell-escape": {
|
|
"version": "0.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/anymatch": {
|
|
"version": "3.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/app-root-path": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/append-field": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/archy": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/arg": {
|
|
"version": "4.1.3",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"license": "Python-2.0"
|
|
},
|
|
"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-find-index": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/array-flatten": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/array-from": {
|
|
"version": "2.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.reduce": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"es-array-method-boxes-properly": "^1.0.0",
|
|
"is-string": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"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/arrgv": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/arrify": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/asn1": {
|
|
"version": "0.2.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"node_modules/asn1.js": {
|
|
"version": "5.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.0.0",
|
|
"inherits": "^2.0.1",
|
|
"minimalistic-assert": "^1.0.0",
|
|
"safer-buffer": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/asn1.js/node_modules/bn.js": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/assert": {
|
|
"version": "1.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object.assign": "^4.1.4",
|
|
"util": "^0.10.4"
|
|
}
|
|
},
|
|
"node_modules/assert-plus": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/assert/node_modules/inherits": {
|
|
"version": "2.0.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/assert/node_modules/util": {
|
|
"version": "0.10.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "2.0.3"
|
|
}
|
|
},
|
|
"node_modules/async": {
|
|
"version": "3.2.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/asynckit": {
|
|
"version": "0.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/atomic-sleep": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/atomically": {
|
|
"version": "1.7.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
}
|
|
},
|
|
"node_modules/autocannon": {
|
|
"version": "7.14.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"char-spinner": "^1.0.1",
|
|
"cli-table3": "^0.6.0",
|
|
"color-support": "^1.1.1",
|
|
"cross-argv": "^2.0.0",
|
|
"form-data": "^4.0.0",
|
|
"has-async-hooks": "^1.0.0",
|
|
"hdr-histogram-js": "^3.0.0",
|
|
"hdr-histogram-percentiles-obj": "^3.0.0",
|
|
"http-parser-js": "^0.5.2",
|
|
"hyperid": "^3.0.0",
|
|
"lodash.chunk": "^4.2.0",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.flatten": "^4.4.0",
|
|
"manage-path": "^2.0.0",
|
|
"on-net-listen": "^1.1.1",
|
|
"pretty-bytes": "^5.4.1",
|
|
"progress": "^2.0.3",
|
|
"reinterval": "^1.1.0",
|
|
"retimer": "^3.0.0",
|
|
"semver": "^7.3.2",
|
|
"subarg": "^1.0.0",
|
|
"timestring": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"autocannon": "autocannon.js"
|
|
}
|
|
},
|
|
"node_modules/autocannon/node_modules/cross-argv": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/autoprefixer": {
|
|
"version": "10.4.17",
|
|
"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.22.2",
|
|
"caniuse-lite": "^1.0.30001578",
|
|
"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/ava": {
|
|
"version": "5.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.8.2",
|
|
"acorn-walk": "^8.2.0",
|
|
"ansi-styles": "^6.2.1",
|
|
"arrgv": "^1.0.2",
|
|
"arrify": "^3.0.0",
|
|
"callsites": "^4.0.0",
|
|
"cbor": "^8.1.0",
|
|
"chalk": "^5.2.0",
|
|
"chokidar": "^3.5.3",
|
|
"chunkd": "^2.0.1",
|
|
"ci-info": "^3.8.0",
|
|
"ci-parallel-vars": "^1.0.1",
|
|
"clean-yaml-object": "^0.1.0",
|
|
"cli-truncate": "^3.1.0",
|
|
"code-excerpt": "^4.0.0",
|
|
"common-path-prefix": "^3.0.0",
|
|
"concordance": "^5.0.4",
|
|
"currently-unhandled": "^0.4.1",
|
|
"debug": "^4.3.4",
|
|
"emittery": "^1.0.1",
|
|
"figures": "^5.0.0",
|
|
"globby": "^13.1.4",
|
|
"ignore-by-default": "^2.1.0",
|
|
"indent-string": "^5.0.0",
|
|
"is-error": "^2.2.2",
|
|
"is-plain-object": "^5.0.0",
|
|
"is-promise": "^4.0.0",
|
|
"matcher": "^5.0.0",
|
|
"mem": "^9.0.2",
|
|
"ms": "^2.1.3",
|
|
"p-event": "^5.0.1",
|
|
"p-map": "^5.5.0",
|
|
"picomatch": "^2.3.1",
|
|
"pkg-conf": "^4.0.0",
|
|
"plur": "^5.1.0",
|
|
"pretty-ms": "^8.0.0",
|
|
"resolve-cwd": "^3.0.0",
|
|
"stack-utils": "^2.0.6",
|
|
"strip-ansi": "^7.0.1",
|
|
"supertap": "^3.0.1",
|
|
"temp-dir": "^3.0.0",
|
|
"write-file-atomic": "^5.0.1",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"bin": {
|
|
"ava": "entrypoints/cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.19 <15 || >=16.15 <17 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@ava/typescript": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@ava/typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ava/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/ava/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/ava/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/ava/node_modules/callsites": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ava/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/ava/node_modules/ci-info": {
|
|
"version": "3.9.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ava/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/ava/node_modules/cli-truncate": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"slice-ansi": "^5.0.0",
|
|
"string-width": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ava/node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ava/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/ava/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/ava/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/ava/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ava/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/ava/node_modules/is-promise": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ava/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/ava/node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ava/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/ava/node_modules/slash": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ava/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/ava/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/ava/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/available-typed-arrays": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/avvio": {
|
|
"version": "8.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fastify/error": "^3.3.0",
|
|
"archy": "^1.0.0",
|
|
"debug": "^4.0.0",
|
|
"fastq": "^1.17.1"
|
|
}
|
|
},
|
|
"node_modules/aws-sign2": {
|
|
"version": "0.7.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/aws4": {
|
|
"version": "1.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/b4a": {
|
|
"version": "1.6.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/babel-loader": {
|
|
"version": "9.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-cache-dir": "^4.0.0",
|
|
"schema-utils": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.12.0",
|
|
"webpack": ">=5"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
"version": "0.4.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.22.6",
|
|
"@babel/helper-define-polyfill-provider": "^0.5.0",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
"version": "0.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.5.0",
|
|
"core-js-compat": "^3.34.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
"version": "0.5.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.5.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/base64-js": {
|
|
"version": "1.5.1",
|
|
"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/base64url": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/batch": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bcrypt-pbkdf": {
|
|
"version": "1.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"tweetnacl": "^0.14.3"
|
|
}
|
|
},
|
|
"node_modules/big.js": {
|
|
"version": "5.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/binary-extensions": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/bit-twiddle": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bl": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"node_modules/bl/node_modules/buffer": {
|
|
"version": "5.7.1",
|
|
"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/bl/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/bluebird": {
|
|
"version": "3.7.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/blueimp-md5": {
|
|
"version": "2.19.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bn.js": {
|
|
"version": "5.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/body-parser": {
|
|
"version": "1.20.3",
|
|
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz",
|
|
"integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
|
|
"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.13.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",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bonjour-service": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"multicast-dns": "^7.2.5"
|
|
}
|
|
},
|
|
"node_modules/boolbase": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/boxen": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-align": "^3.0.0",
|
|
"camelcase": "^6.2.0",
|
|
"chalk": "^4.1.0",
|
|
"cli-boxes": "^2.2.1",
|
|
"string-width": "^4.2.2",
|
|
"type-fest": "^0.20.2",
|
|
"widest-line": "^3.1.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/boxen/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/boxen/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"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/boxen/node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"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/brace": {
|
|
"version": "0.11.1",
|
|
"license": "MIT"
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/brfs": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"quote-stream": "^1.0.1",
|
|
"resolve": "^1.1.5",
|
|
"static-module": "^3.0.2",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"brfs": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/brorand": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/browser-pack": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"combine-source-map": "~0.8.0",
|
|
"defined": "^1.0.0",
|
|
"JSONStream": "^1.0.3",
|
|
"safe-buffer": "^5.1.1",
|
|
"through2": "^2.0.0",
|
|
"umd": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"browser-pack": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/browser-process-hrtime": {
|
|
"version": "0.1.3",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/browser-resolve": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve": "^1.17.0"
|
|
}
|
|
},
|
|
"node_modules/browserify": {
|
|
"version": "17.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert": "^1.4.0",
|
|
"browser-pack": "^6.0.1",
|
|
"browser-resolve": "^2.0.0",
|
|
"browserify-zlib": "~0.2.0",
|
|
"buffer": "~5.2.1",
|
|
"cached-path-relative": "^1.0.0",
|
|
"concat-stream": "^1.6.0",
|
|
"console-browserify": "^1.1.0",
|
|
"constants-browserify": "~1.0.0",
|
|
"crypto-browserify": "^3.0.0",
|
|
"defined": "^1.0.0",
|
|
"deps-sort": "^2.0.1",
|
|
"domain-browser": "^1.2.0",
|
|
"duplexer2": "~0.1.2",
|
|
"events": "^3.0.0",
|
|
"glob": "^7.1.0",
|
|
"has": "^1.0.0",
|
|
"htmlescape": "^1.1.0",
|
|
"https-browserify": "^1.0.0",
|
|
"inherits": "~2.0.1",
|
|
"insert-module-globals": "^7.2.1",
|
|
"JSONStream": "^1.0.3",
|
|
"labeled-stream-splicer": "^2.0.0",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"module-deps": "^6.2.3",
|
|
"os-browserify": "~0.3.0",
|
|
"parents": "^1.0.1",
|
|
"path-browserify": "^1.0.0",
|
|
"process": "~0.11.0",
|
|
"punycode": "^1.3.2",
|
|
"querystring-es3": "~0.2.0",
|
|
"read-only-stream": "^2.0.0",
|
|
"readable-stream": "^2.0.2",
|
|
"resolve": "^1.1.4",
|
|
"shasum-object": "^1.0.0",
|
|
"shell-quote": "^1.6.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"stream-http": "^3.0.0",
|
|
"string_decoder": "^1.1.1",
|
|
"subarg": "^1.0.0",
|
|
"syntax-error": "^1.1.1",
|
|
"through2": "^2.0.0",
|
|
"timers-browserify": "^1.0.1",
|
|
"tty-browserify": "0.0.1",
|
|
"url": "~0.11.0",
|
|
"util": "~0.12.0",
|
|
"vm-browserify": "^1.0.0",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"browserify": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/browserify-aes": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-xor": "^1.0.3",
|
|
"cipher-base": "^1.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"evp_bytestokey": "^1.0.3",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/browserify-cipher": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserify-aes": "^1.0.4",
|
|
"browserify-des": "^1.0.0",
|
|
"evp_bytestokey": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/browserify-des": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.1",
|
|
"des.js": "^1.0.0",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"node_modules/browserify-rsa": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^5.0.0",
|
|
"randombytes": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/browserify-sign": {
|
|
"version": "4.2.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bn.js": "^5.2.1",
|
|
"browserify-rsa": "^4.1.0",
|
|
"create-hash": "^1.2.0",
|
|
"create-hmac": "^1.1.7",
|
|
"elliptic": "^6.5.4",
|
|
"inherits": "^2.0.4",
|
|
"parse-asn1": "^5.1.6",
|
|
"readable-stream": "^3.6.2",
|
|
"safe-buffer": "^5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/browserify-sign/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/browserify-zlib": {
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pako": "~1.0.5"
|
|
}
|
|
},
|
|
"node_modules/browserify/node_modules/concat-stream": {
|
|
"version": "1.6.2",
|
|
"engines": [
|
|
"node >= 0.8"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.2.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/browserify/node_modules/punycode": {
|
|
"version": "1.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.25.0",
|
|
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.0.tgz",
|
|
"integrity": "sha512-PJ8gYKeS5e/whHBh8xrwYK+dAvEj7JXtz6uTucnMRB8OiGTsKccFekoRrjajPBHV8oOY+2tI4uxeceSimKwMFA==",
|
|
"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.30001718",
|
|
"electron-to-chromium": "^1.5.160",
|
|
"node-releases": "^2.0.19",
|
|
"update-browserslist-db": "^1.1.3"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"node_modules/buffer": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.0.2",
|
|
"ieee754": "^1.1.4"
|
|
}
|
|
},
|
|
"node_modules/buffer-equal": {
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/buffer-from": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/buffer-xor": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bufferutil": {
|
|
"version": "4.0.8",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-gyp-build": "^4.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.14.2"
|
|
}
|
|
},
|
|
"node_modules/builtin-status-codes": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/busboy": {
|
|
"version": "1.6.0",
|
|
"dependencies": {
|
|
"streamsearch": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.16.0"
|
|
}
|
|
},
|
|
"node_modules/bytes": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone-response": "^1.0.2",
|
|
"get-stream": "^5.1.0",
|
|
"http-cache-semantics": "^4.0.0",
|
|
"keyv": "^3.0.0",
|
|
"lowercase-keys": "^2.0.0",
|
|
"normalize-url": "^4.1.0",
|
|
"responselike": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request/node_modules/lowercase-keys": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request/node_modules/normalize-url": {
|
|
"version": "4.5.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cached-path-relative": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/call-bind": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.1",
|
|
"set-function-length": "^1.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/call-bind-apply-helpers": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/call-bound": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.2",
|
|
"get-intrinsic": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/caller-callsite": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/caller-callsite/node_modules/callsites": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/caller-path": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caller-callsite": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/callsites": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/camel-case": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pascal-case": "^3.1.2",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/camel-case/node_modules/tslib": {
|
|
"version": "2.6.2",
|
|
"dev": true,
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/camelcase": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/camelcase-css": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/caniuse-api": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.0.0",
|
|
"caniuse-lite": "^1.0.0",
|
|
"lodash.memoize": "^4.1.2",
|
|
"lodash.uniq": "^4.5.0"
|
|
}
|
|
},
|
|
"node_modules/caniuse-api/node_modules/lodash.memoize": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/caniuse-lite": {
|
|
"version": "1.0.30001720",
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001720.tgz",
|
|
"integrity": "sha512-Ec/2yV2nNPwb4DnTANEV99ZWwm3ZWfdlfkQbWSDDt+PsXEVYwlhPH8tdMaPunYTKKmz7AnHi2oNEi1GcmKCD8g==",
|
|
"dev": true,
|
|
"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",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/cbor": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nofilter": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.19"
|
|
}
|
|
},
|
|
"node_modules/cephes": {
|
|
"version": "1.2.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"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/char-spinner": {
|
|
"version": "1.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/chardet": {
|
|
"version": "0.7.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/chokidar": {
|
|
"version": "3.5.3",
|
|
"dev": true,
|
|
"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/chokidar/node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/chrome-trace-event": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
}
|
|
},
|
|
"node_modules/chunkd": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ci-info": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ci-parallel-vars": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cipher-base": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/clean-css": {
|
|
"version": "5.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"source-map": "~0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0"
|
|
}
|
|
},
|
|
"node_modules/clean-css/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/clean-yaml-object": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/cli-boxes": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cli-cursor": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/cli-highlight": {
|
|
"version": "2.1.11",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"highlight.js": "^10.7.1",
|
|
"mz": "^2.4.0",
|
|
"parse5": "^5.1.1",
|
|
"parse5-htmlparser2-tree-adapter": "^6.0.0",
|
|
"yargs": "^16.0.0"
|
|
},
|
|
"bin": {
|
|
"highlight": "bin/highlight"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0",
|
|
"npm": ">=5.0.0"
|
|
}
|
|
},
|
|
"node_modules/cli-highlight/node_modules/cliui": {
|
|
"version": "7.0.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/cli-highlight/node_modules/highlight.js": {
|
|
"version": "10.7.3",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/cli-highlight/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-highlight/node_modules/parse5": {
|
|
"version": "5.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cli-highlight/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"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/cli-highlight/node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"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/cli-highlight/node_modules/yargs": {
|
|
"version": "16.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^7.0.2",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.0",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^20.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/cli-highlight/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/cli-spinners": {
|
|
"version": "2.9.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cli-table3": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "10.* || >= 12.*"
|
|
},
|
|
"optionalDependencies": {
|
|
"@colors/colors": "1.5.0"
|
|
}
|
|
},
|
|
"node_modules/cli-table3/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-table3/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"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/cli-width": {
|
|
"version": "2.2.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/clinic": {
|
|
"version": "13.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@clinic/bubbleprof": "^10.0.0",
|
|
"@clinic/doctor": "^11.0.0",
|
|
"@clinic/flame": "^13.0.0",
|
|
"@clinic/heap-profiler": "^5.0.0",
|
|
"any-shell-escape": "^0.1.1",
|
|
"async": "^3.0.1",
|
|
"autocannon": "^7.5.0",
|
|
"commist": "^1.0.0",
|
|
"cross-argv": "^1.0.0",
|
|
"dargs": "^7.0.0",
|
|
"env-string": "^1.0.1",
|
|
"execspawn": "^1.0.1",
|
|
"insight": "^0.11.1",
|
|
"minimist": "^1.2.0",
|
|
"open": "^7.3.0",
|
|
"ora": "^5.1.0",
|
|
"rimraf": "^3.0.0",
|
|
"stream-collector": "^1.0.1",
|
|
"subarg": "^1.0.0",
|
|
"update-notifier": "^5.0.1"
|
|
},
|
|
"bin": {
|
|
"clinic": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/clipboard-copy": {
|
|
"version": "4.0.1",
|
|
"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/cliui": {
|
|
"version": "8.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"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/cliui/node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"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/clone": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/clone-deep": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-object": "^2.0.4",
|
|
"kind-of": "^6.0.2",
|
|
"shallow-clone": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/clone-deep/node_modules/is-plain-object": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isobject": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/clone-response": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-response": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/coa": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/q": "^1.5.1",
|
|
"chalk": "^2.4.1",
|
|
"q": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0"
|
|
}
|
|
},
|
|
"node_modules/coa/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/coa/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/coa/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/coa/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/coa/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/coa/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/coa/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/code-excerpt": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"convert-to-spaces": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/code-point-at": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/color": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.3",
|
|
"color-string": "^1.6.0"
|
|
}
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/color-string": {
|
|
"version": "1.9.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "^1.0.0",
|
|
"simple-swizzle": "^0.2.2"
|
|
}
|
|
},
|
|
"node_modules/color-support": {
|
|
"version": "1.1.3",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"color-support": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/color/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/color/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colorette": {
|
|
"version": "2.0.20",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/combine-source-map": {
|
|
"version": "0.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"convert-source-map": "~1.1.0",
|
|
"inline-source-map": "~0.6.0",
|
|
"lodash.memoize": "~3.0.3",
|
|
"source-map": "~0.5.3"
|
|
}
|
|
},
|
|
"node_modules/combine-source-map/node_modules/convert-source-map": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/combined-stream": {
|
|
"version": "1.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"delayed-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/commist": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"leven": "^2.1.0",
|
|
"minimist": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/common-path-prefix": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/compressible": {
|
|
"version": "2.0.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": ">= 1.43.0 < 2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/compression": {
|
|
"version": "1.7.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.5",
|
|
"bytes": "3.0.0",
|
|
"compressible": "~2.0.16",
|
|
"debug": "2.6.9",
|
|
"on-headers": "~1.0.2",
|
|
"safe-buffer": "5.1.2",
|
|
"vary": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/compression/node_modules/bytes": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/compression/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/compression/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/compression/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-stream": {
|
|
"version": "2.0.0",
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"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/conf": {
|
|
"version": "10.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.6.3",
|
|
"ajv-formats": "^2.1.1",
|
|
"atomically": "^1.7.0",
|
|
"debounce-fn": "^4.0.0",
|
|
"dot-prop": "^6.0.1",
|
|
"env-paths": "^2.2.1",
|
|
"json-schema-typed": "^7.0.3",
|
|
"onetime": "^5.1.2",
|
|
"pkg-up": "^3.1.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/conf/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"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/conf/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/conf/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/conf/node_modules/onetime": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/configstore": {
|
|
"version": "5.0.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dot-prop": "^5.2.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"make-dir": "^3.0.0",
|
|
"unique-string": "^2.0.0",
|
|
"write-file-atomic": "^3.0.0",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/configstore/node_modules/dot-prop": {
|
|
"version": "5.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/configstore/node_modules/is-obj": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/configstore/node_modules/write-file-atomic": {
|
|
"version": "3.0.3",
|
|
"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/connect-history-api-fallback": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/console-browserify": {
|
|
"version": "1.2.0"
|
|
},
|
|
"node_modules/consolidate": {
|
|
"version": "0.15.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bluebird": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/constants-browserify": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/content-disposition": {
|
|
"version": "0.5.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/content-type": {
|
|
"version": "1.0.5",
|
|
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/convert-source-map": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/convert-to-spaces": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/cookie": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/cookie-signature": {
|
|
"version": "1.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/copy-to-clipboard": {
|
|
"version": "3.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"toggle-selection": "^1.0.6"
|
|
}
|
|
},
|
|
"node_modules/core-js-compat": {
|
|
"version": "3.35.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.22.2"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/core-js"
|
|
}
|
|
},
|
|
"node_modules/core-util-is": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cors": {
|
|
"version": "2.8.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object-assign": "^4",
|
|
"vary": "^1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"import-fresh": "^2.0.0",
|
|
"is-directory": "^0.3.1",
|
|
"js-yaml": "^3.13.1",
|
|
"parse-json": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig/node_modules/import-fresh": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caller-path": "^2.0.0",
|
|
"resolve-from": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
"version": "3.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig/node_modules/resolve-from": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/create-ecdh": {
|
|
"version": "4.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.1.0",
|
|
"elliptic": "^6.5.3"
|
|
}
|
|
},
|
|
"node_modules/create-ecdh/node_modules/bn.js": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/create-hash": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.1",
|
|
"inherits": "^2.0.1",
|
|
"md5.js": "^1.3.4",
|
|
"ripemd160": "^2.0.1",
|
|
"sha.js": "^2.4.0"
|
|
}
|
|
},
|
|
"node_modules/create-hmac": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.3",
|
|
"create-hash": "^1.1.0",
|
|
"inherits": "^2.0.1",
|
|
"ripemd160": "^2.0.0",
|
|
"safe-buffer": "^5.0.1",
|
|
"sha.js": "^2.4.8"
|
|
}
|
|
},
|
|
"node_modules/create-require": {
|
|
"version": "1.1.1",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cross-argv": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cross-env": {
|
|
"version": "7.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.1"
|
|
},
|
|
"bin": {
|
|
"cross-env": "src/bin/cross-env.js",
|
|
"cross-env-shell": "src/bin/cross-env-shell.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.14",
|
|
"npm": ">=6",
|
|
"yarn": ">=1"
|
|
}
|
|
},
|
|
"node_modules/cross-spawn": {
|
|
"version": "7.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/crypto-browserify": {
|
|
"version": "3.12.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserify-cipher": "^1.0.0",
|
|
"browserify-sign": "^4.0.0",
|
|
"create-ecdh": "^4.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"create-hmac": "^1.1.0",
|
|
"diffie-hellman": "^5.0.0",
|
|
"inherits": "^2.0.1",
|
|
"pbkdf2": "^3.0.3",
|
|
"public-encrypt": "^4.0.0",
|
|
"randombytes": "^2.0.0",
|
|
"randomfill": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/crypto-random-string": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/css-blank-pseudo": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/css-color-names": {
|
|
"version": "0.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/css-declaration-sorter": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.1",
|
|
"timsort": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">4"
|
|
}
|
|
},
|
|
"node_modules/css-declaration-sorter/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/css-declaration-sorter/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/css-declaration-sorter/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/css-has-pseudo": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/selector-specificity": "^2.0.1",
|
|
"postcss-selector-parser": "^6.0.10",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/css-loader": {
|
|
"version": "6.10.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"icss-utils": "^5.1.0",
|
|
"postcss": "^8.4.33",
|
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
"postcss-modules-local-by-default": "^4.0.4",
|
|
"postcss-modules-scope": "^3.1.1",
|
|
"postcss-modules-values": "^4.0.0",
|
|
"postcss-value-parser": "^4.2.0",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"@rspack/core": "0.x || 1.x",
|
|
"webpack": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@rspack/core": {
|
|
"optional": true
|
|
},
|
|
"webpack": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/css-prefers-color-scheme": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/css-select": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-what": "^6.0.1",
|
|
"domhandler": "^4.3.1",
|
|
"domutils": "^2.8.0",
|
|
"nth-check": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/css-select-base-adapter": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/css-tree": {
|
|
"version": "1.0.0-alpha.37",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdn-data": "2.0.4",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/css-tree/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/css-unit-converter": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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/cssdb": {
|
|
"version": "7.10.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/cssesc": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"cssesc": "bin/cssesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/cssnano": {
|
|
"version": "4.1.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cosmiconfig": "^5.0.0",
|
|
"cssnano-preset-default": "^4.0.8",
|
|
"is-resolvable": "^1.0.0",
|
|
"postcss": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/cssnano-preset-default": {
|
|
"version": "4.0.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-declaration-sorter": "^4.0.1",
|
|
"cssnano-util-raw-cache": "^4.0.1",
|
|
"postcss": "^7.0.0",
|
|
"postcss-calc": "^7.0.1",
|
|
"postcss-colormin": "^4.0.3",
|
|
"postcss-convert-values": "^4.0.1",
|
|
"postcss-discard-comments": "^4.0.2",
|
|
"postcss-discard-duplicates": "^4.0.2",
|
|
"postcss-discard-empty": "^4.0.1",
|
|
"postcss-discard-overridden": "^4.0.1",
|
|
"postcss-merge-longhand": "^4.0.11",
|
|
"postcss-merge-rules": "^4.0.3",
|
|
"postcss-minify-font-values": "^4.0.2",
|
|
"postcss-minify-gradients": "^4.0.2",
|
|
"postcss-minify-params": "^4.0.2",
|
|
"postcss-minify-selectors": "^4.0.2",
|
|
"postcss-normalize-charset": "^4.0.1",
|
|
"postcss-normalize-display-values": "^4.0.2",
|
|
"postcss-normalize-positions": "^4.0.2",
|
|
"postcss-normalize-repeat-style": "^4.0.2",
|
|
"postcss-normalize-string": "^4.0.2",
|
|
"postcss-normalize-timing-functions": "^4.0.2",
|
|
"postcss-normalize-unicode": "^4.0.1",
|
|
"postcss-normalize-url": "^4.0.1",
|
|
"postcss-normalize-whitespace": "^4.0.2",
|
|
"postcss-ordered-values": "^4.1.2",
|
|
"postcss-reduce-initial": "^4.0.3",
|
|
"postcss-reduce-transforms": "^4.0.2",
|
|
"postcss-svgo": "^4.0.3",
|
|
"postcss-unique-selectors": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/cssnano-preset-default/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/cssnano-preset-default/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/cssnano-preset-default/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/cssnano-util-get-arguments": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/cssnano-util-get-match": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/cssnano-util-raw-cache": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/cssnano-util-raw-cache/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/cssnano-util-raw-cache/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/cssnano-util-raw-cache/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/cssnano-util-same-parent": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/cssnano/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/cssnano/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/cssnano/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/csso": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-tree": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/csso/node_modules/css-tree": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdn-data": "2.0.14",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/csso/node_modules/mdn-data": {
|
|
"version": "2.0.14",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/csso/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/csstype": {
|
|
"version": "3.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/currently-unhandled": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-find-index": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/cwise-compiler": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uniq": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/d": {
|
|
"version": "1.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"es5-ext": "^0.10.50",
|
|
"type": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/d3-array": {
|
|
"version": "2.12.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"internmap": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/d3-axis": {
|
|
"version": "1.0.12",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/d3-color": {
|
|
"version": "1.4.1",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/d3-dispatch": {
|
|
"version": "1.0.6",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/d3-drag": {
|
|
"version": "1.2.5",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"d3-dispatch": "1",
|
|
"d3-selection": "1"
|
|
}
|
|
},
|
|
"node_modules/d3-ease": {
|
|
"version": "1.0.7",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/d3-fg": {
|
|
"version": "6.14.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"d3-array": "^2.2.0",
|
|
"d3-dispatch": "^1.0.5",
|
|
"d3-ease": "^1.0.5",
|
|
"d3-hierarchy": "^1.1.8",
|
|
"d3-scale": "^3.0.0",
|
|
"d3-selection": "^1.4.0",
|
|
"d3-zoom": "^1.7.3",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"hsl-to-rgb-for-reals": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/d3-fg/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/d3-format": {
|
|
"version": "1.4.5",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/d3-hierarchy": {
|
|
"version": "1.1.9",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/d3-interpolate": {
|
|
"version": "1.4.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"d3-color": "1"
|
|
}
|
|
},
|
|
"node_modules/d3-path": {
|
|
"version": "1.0.9",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/d3-scale": {
|
|
"version": "3.3.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"d3-array": "^2.3.0",
|
|
"d3-format": "1 - 2",
|
|
"d3-interpolate": "1.2.0 - 2",
|
|
"d3-time": "^2.1.1",
|
|
"d3-time-format": "2 - 3"
|
|
}
|
|
},
|
|
"node_modules/d3-scale/node_modules/d3-time": {
|
|
"version": "2.1.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"d3-array": "2"
|
|
}
|
|
},
|
|
"node_modules/d3-selection": {
|
|
"version": "1.4.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/d3-shape": {
|
|
"version": "1.3.7",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"d3-path": "1"
|
|
}
|
|
},
|
|
"node_modules/d3-time": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/d3-time-format": {
|
|
"version": "2.3.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"d3-time": "1"
|
|
}
|
|
},
|
|
"node_modules/d3-timer": {
|
|
"version": "1.0.10",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/d3-transition": {
|
|
"version": "1.3.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"d3-color": "1",
|
|
"d3-dispatch": "1",
|
|
"d3-ease": "1",
|
|
"d3-interpolate": "1",
|
|
"d3-selection": "^1.1.0",
|
|
"d3-timer": "1"
|
|
}
|
|
},
|
|
"node_modules/d3-zoom": {
|
|
"version": "1.8.3",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"d3-dispatch": "1",
|
|
"d3-drag": "1",
|
|
"d3-interpolate": "1",
|
|
"d3-selection": "1",
|
|
"d3-transition": "1"
|
|
}
|
|
},
|
|
"node_modules/dargs": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dash-ast": {
|
|
"version": "2.0.1",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/dashdash": {
|
|
"version": "1.14.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/date-time": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"time-zone": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/dayjs": {
|
|
"version": "1.11.10",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/de-indent": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/debounce": {
|
|
"version": "1.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/debounce-fn": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/debounce-fn/node_modules/mimic-fn": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/decamelize": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/decompress-response": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-response": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/deep-diff": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/deep-extend": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/deep-is": {
|
|
"version": "0.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/default-gateway": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"execa": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/default-gateway/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/default-gateway/node_modules/get-stream": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/default-gateway/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/default-gateway/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/default-gateway/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/default-gateway/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/defaults": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/defer-to-connect": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/define-data-property": {
|
|
"version": "1.1.1",
|
|
"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",
|
|
"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/defined": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/denque": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/depd": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/deps-sort": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"JSONStream": "^1.0.3",
|
|
"shasum-object": "^1.0.0",
|
|
"subarg": "^1.0.0",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"deps-sort": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/des.js": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"minimalistic-assert": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/destroy": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
|
|
"integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/detect-node": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/detective": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn-node": "^1.8.2",
|
|
"defined": "^1.0.0",
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"bin": {
|
|
"detective": "bin/detective.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/diff": {
|
|
"version": "4.0.2",
|
|
"devOptional": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/diff-sequences": {
|
|
"version": "24.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/diffie-hellman": {
|
|
"version": "5.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.1.0",
|
|
"miller-rabin": "^4.0.0",
|
|
"randombytes": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/diffie-hellman/node_modules/bn.js": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dir-glob": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/discord-api-types": {
|
|
"version": "0.38.8",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"scripts/actions/documentation"
|
|
]
|
|
},
|
|
"node_modules/discord.js": {
|
|
"version": "14.19.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@discordjs/builders": "^1.11.2",
|
|
"@discordjs/collection": "1.5.3",
|
|
"@discordjs/formatters": "^0.6.1",
|
|
"@discordjs/rest": "^2.5.0",
|
|
"@discordjs/util": "^1.1.1",
|
|
"@discordjs/ws": "^1.2.2",
|
|
"@sapphire/snowflake": "3.5.3",
|
|
"discord-api-types": "^0.38.1",
|
|
"fast-deep-equal": "3.1.3",
|
|
"lodash.snakecase": "4.1.1",
|
|
"magic-bytes.js": "^1.10.0",
|
|
"tslib": "^2.6.3",
|
|
"undici": "6.21.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/discordjs/discord.js?sponsor"
|
|
}
|
|
},
|
|
"node_modules/discord.js/node_modules/tslib": {
|
|
"version": "2.8.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/distributions": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cephes": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/dns-packet": {
|
|
"version": "5.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@leichtgewicht/ip-codec": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"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/dom-converter": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"utila": "~0.4"
|
|
}
|
|
},
|
|
"node_modules/dom-serializer": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.0.1",
|
|
"domhandler": "^4.2.0",
|
|
"entities": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/dom-serializer/node_modules/entities": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domain-browser": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4",
|
|
"npm": ">=1.2"
|
|
}
|
|
},
|
|
"node_modules/domelementtype": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/domhandler": {
|
|
"version": "4.3.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"domelementtype": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domhandler?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/domutils": {
|
|
"version": "2.8.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dom-serializer": "^1.0.1",
|
|
"domelementtype": "^2.2.0",
|
|
"domhandler": "^4.2.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/domutils?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/dot-case": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/dot-case/node_modules/tslib": {
|
|
"version": "2.6.2",
|
|
"dev": true,
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/dot-prop": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/dot-prop/node_modules/is-obj": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dotenv": {
|
|
"version": "4.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.6.0"
|
|
}
|
|
},
|
|
"node_modules/dotgitconfig": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ini": "^1.3.5"
|
|
}
|
|
},
|
|
"node_modules/dunder-proto": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.1",
|
|
"es-errors": "^1.3.0",
|
|
"gopd": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/dup": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/duplexer": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/duplexer2": {
|
|
"version": "0.1.4",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/duplexer3": {
|
|
"version": "0.1.5",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/duplexify": {
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.4.1",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.1.1",
|
|
"stream-shift": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/duplexify/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/eastasianwidth": {
|
|
"version": "0.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ecc-jsbn": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/ee-first": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
|
|
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.5.161",
|
|
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.161.tgz",
|
|
"integrity": "sha512-hwtetwfKNZo/UlwHIVBlKZVdy7o8bIZxxKs0Mv/ROPiQQQmDgdm5a+KvKtBsxM8ZjFzTaCeLoodZ8jiBE3o9rA==",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/elliptic": {
|
|
"version": "6.5.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.11.9",
|
|
"brorand": "^1.1.0",
|
|
"hash.js": "^1.0.0",
|
|
"hmac-drbg": "^1.0.1",
|
|
"inherits": "^2.0.4",
|
|
"minimalistic-assert": "^1.0.1",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/elliptic/node_modules/bn.js": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/emittery": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/emittery?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/emojis-list": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/encodeurl": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
"integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/end-of-stream": {
|
|
"version": "1.4.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/endpoint": {
|
|
"version": "0.4.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/enhanced-resolve": {
|
|
"version": "5.18.1",
|
|
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz",
|
|
"integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.4",
|
|
"tapable": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "4.5.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/env-paths": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/env-string": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/envinfo": {
|
|
"version": "7.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"envinfo": "dist/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/error-ex": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"node_modules/es-abstract": {
|
|
"version": "1.22.3",
|
|
"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.5",
|
|
"es-set-tostringtag": "^2.0.1",
|
|
"es-to-primitive": "^1.2.1",
|
|
"function.prototype.name": "^1.1.6",
|
|
"get-intrinsic": "^1.2.2",
|
|
"get-symbol-description": "^1.0.0",
|
|
"globalthis": "^1.0.3",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"hasown": "^2.0.0",
|
|
"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.13.1",
|
|
"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.13"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-array-method-boxes-properly": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/es-define-property": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-errors": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-module-lexer": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/es-object-atoms": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-set-tostringtag": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.2",
|
|
"has-tostringtag": "^1.0.0",
|
|
"hasown": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"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/es5-ext": {
|
|
"version": "0.10.64",
|
|
"hasInstallScript": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"es6-iterator": "^2.0.3",
|
|
"es6-symbol": "^3.1.3",
|
|
"esniff": "^2.0.1",
|
|
"next-tick": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/es6-iterator": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"d": "1",
|
|
"es5-ext": "^0.10.35",
|
|
"es6-symbol": "^3.1.1"
|
|
}
|
|
},
|
|
"node_modules/es6-map": {
|
|
"version": "0.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"d": "1",
|
|
"es5-ext": "~0.10.14",
|
|
"es6-iterator": "~2.0.1",
|
|
"es6-set": "~0.1.5",
|
|
"es6-symbol": "~3.1.1",
|
|
"event-emitter": "~0.3.5"
|
|
}
|
|
},
|
|
"node_modules/es6-set": {
|
|
"version": "0.1.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"d": "^1.0.1",
|
|
"es5-ext": "^0.10.62",
|
|
"es6-iterator": "~2.0.3",
|
|
"es6-symbol": "^3.1.3",
|
|
"event-emitter": "^0.3.5",
|
|
"type": "^2.7.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/es6-set/node_modules/type": {
|
|
"version": "2.7.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/es6-symbol": {
|
|
"version": "3.1.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"d": "^1.0.1",
|
|
"ext": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escape-goat": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/escape-html": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/escodegen": {
|
|
"version": "1.14.3",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^4.2.0",
|
|
"esutils": "^2.0.2",
|
|
"optionator": "^0.8.1"
|
|
},
|
|
"bin": {
|
|
"escodegen": "bin/escodegen.js",
|
|
"esgenerate": "bin/esgenerate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/escodegen/node_modules/levn": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "~1.1.2",
|
|
"type-check": "~0.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/escodegen/node_modules/optionator": {
|
|
"version": "0.8.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deep-is": "~0.1.3",
|
|
"fast-levenshtein": "~2.0.6",
|
|
"levn": "~0.3.0",
|
|
"prelude-ls": "~1.1.2",
|
|
"type-check": "~0.3.2",
|
|
"word-wrap": "~1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/escodegen/node_modules/prelude-ls": {
|
|
"version": "1.1.2",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/escodegen/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/escodegen/node_modules/type-check": {
|
|
"version": "0.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/eslint": {
|
|
"version": "8.43.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.4.0",
|
|
"@eslint/eslintrc": "^2.0.3",
|
|
"@eslint/js": "8.43.0",
|
|
"@humanwhocodes/config-array": "^0.11.10",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
"ajv": "^6.10.0",
|
|
"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.0",
|
|
"eslint-visitor-keys": "^3.4.1",
|
|
"espree": "^9.5.2",
|
|
"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",
|
|
"import-fresh": "^3.0.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.1",
|
|
"strip-ansi": "^6.0.1",
|
|
"strip-json-comments": "^3.1.0",
|
|
"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-prettier": {
|
|
"version": "8.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"eslint-config-prettier": "bin/cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-scope": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.1",
|
|
"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/eslint-scope": {
|
|
"version": "7.2.0",
|
|
"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/node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esm": {
|
|
"version": "3.2.25",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/esniff": {
|
|
"version": "2.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"d": "^1.0.1",
|
|
"es5-ext": "^0.10.62",
|
|
"event-emitter": "^0.3.5",
|
|
"type": "^2.7.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/esniff/node_modules/type": {
|
|
"version": "2.7.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/espree": {
|
|
"version": "9.5.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^8.8.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/esquery/node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esrecurse": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esrecurse/node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estree-is-function": {
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/estree-is-member-expression": {
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/esutils": {
|
|
"version": "2.0.3",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/etag": {
|
|
"version": "1.8.1",
|
|
"resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
|
|
"integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/event-emitter": {
|
|
"version": "0.3.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"d": "1",
|
|
"es5-ext": "~0.10.14"
|
|
}
|
|
},
|
|
"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/event-target-shim": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/eventemitter3": {
|
|
"version": "4.0.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/events": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.x"
|
|
}
|
|
},
|
|
"node_modules/evp_bytestokey": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"md5.js": "^1.3.4",
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
},
|
|
"node_modules/execspawn": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"util-extend": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/express": {
|
|
"version": "4.21.2",
|
|
"resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
|
|
"integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.8",
|
|
"array-flatten": "1.1.1",
|
|
"body-parser": "1.20.3",
|
|
"content-disposition": "0.5.4",
|
|
"content-type": "~1.0.4",
|
|
"cookie": "0.7.1",
|
|
"cookie-signature": "1.0.6",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"encodeurl": "~2.0.0",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"finalhandler": "1.3.1",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "2.0.0",
|
|
"merge-descriptors": "1.0.3",
|
|
"methods": "~1.1.2",
|
|
"on-finished": "2.4.1",
|
|
"parseurl": "~1.3.3",
|
|
"path-to-regexp": "0.1.12",
|
|
"proxy-addr": "~2.0.7",
|
|
"qs": "6.13.0",
|
|
"range-parser": "~1.2.1",
|
|
"safe-buffer": "5.2.1",
|
|
"send": "0.19.0",
|
|
"serve-static": "1.16.2",
|
|
"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"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/express"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/array-flatten": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/express/node_modules/cookie": {
|
|
"version": "0.7.1",
|
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
|
|
"integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ext": {
|
|
"version": "1.7.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"type": "^2.7.2"
|
|
}
|
|
},
|
|
"node_modules/ext/node_modules/type": {
|
|
"version": "2.7.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/extend": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/external-editor": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chardet": "^0.7.0",
|
|
"iconv-lite": "^0.4.24",
|
|
"tmp": "^0.0.33"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/extsprintf": {
|
|
"version": "1.3.0",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-content-type-parse": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-decode-uri-component": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-diff": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.3.2",
|
|
"dev": true,
|
|
"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-glob/node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-json-stringify": {
|
|
"version": "5.13.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fastify/merge-json-schemas": "^0.1.0",
|
|
"ajv": "^8.10.0",
|
|
"ajv-formats": "^2.1.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/fast-json-stringify/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"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/fast-json-stringify/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-levenshtein": {
|
|
"version": "2.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-querystring": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-decode-uri-component": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/fast-redact": {
|
|
"version": "3.4.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/fast-safe-stringify": {
|
|
"version": "2.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-uri": {
|
|
"version": "2.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fastest-levenshtein": {
|
|
"version": "1.0.16",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.9.1"
|
|
}
|
|
},
|
|
"node_modules/fastify": {
|
|
"version": "4.26.2",
|
|
"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": "^8.17.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/fastify-plugin": {
|
|
"version": "4.5.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fastq": {
|
|
"version": "1.17.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/faye-websocket": {
|
|
"version": "0.11.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"websocket-driver": ">=0.5.1"
|
|
},
|
|
"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/file-loader": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loader-utils": "^2.0.0",
|
|
"schema-utils": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^4.0.0 || ^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/file-loader/node_modules/schema-utils": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.8",
|
|
"ajv": "^6.12.5",
|
|
"ajv-keywords": "^3.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
}
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler": {
|
|
"version": "1.3.1",
|
|
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz",
|
|
"integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"encodeurl": "~2.0.0",
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/find-cache-dir": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"common-path-prefix": "^3.0.0",
|
|
"pkg-dir": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/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/find-cache-dir/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/find-cache-dir/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/find-cache-dir/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/find-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/find-cache-dir/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/find-cache-dir/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/find-my-way": {
|
|
"version": "8.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fast-querystring": "^1.0.0",
|
|
"safe-regex2": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"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/flame-gradient": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sinusoidal-decimal": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/flat": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"bin": {
|
|
"flat": "cli.js"
|
|
}
|
|
},
|
|
"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/flatstr": {
|
|
"version": "1.0.12",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/flatted": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.15.6",
|
|
"dev": true,
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-callable": "^1.1.3"
|
|
}
|
|
},
|
|
"node_modules/foreground-child": {
|
|
"version": "3.1.1",
|
|
"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",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/forever-agent": {
|
|
"version": "0.6.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/form-data": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/forwarded": {
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/fp-ts": {
|
|
"version": "2.16.2",
|
|
"license": "MIT"
|
|
},
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
|
|
"integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/from": {
|
|
"version": "0.1.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/from2": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/from2-string": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"from2": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/fs-extra": {
|
|
"version": "11.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.14"
|
|
}
|
|
},
|
|
"node_modules/fs-monkey": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"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/generate-function": {
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-property": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/generate-object-property": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-property": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/gensync": {
|
|
"version": "1.0.0-beta.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/get-assigned-identifiers": {
|
|
"version": "1.2.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/get-caller-file": {
|
|
"version": "2.0.5",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind-apply-helpers": "^1.0.2",
|
|
"es-define-property": "^1.0.1",
|
|
"es-errors": "^1.3.0",
|
|
"es-object-atoms": "^1.1.1",
|
|
"function-bind": "^1.1.2",
|
|
"get-proto": "^1.0.1",
|
|
"gopd": "^1.2.0",
|
|
"has-symbols": "^1.1.0",
|
|
"hasown": "^2.0.2",
|
|
"math-intrinsics": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-proto": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dunder-proto": "^1.0.1",
|
|
"es-object-atoms": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/get-stream": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"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/getpass": {
|
|
"version": "0.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"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/glob-parent": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/glob-to-regexp": {
|
|
"version": "0.4.1",
|
|
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
|
|
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/global-dirs": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ini": "2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/global-dirs/node_modules/ini": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/globals": {
|
|
"version": "13.20.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/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/gopd": {
|
|
"version": "1.2.0",
|
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/got": {
|
|
"version": "9.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/is": "^0.14.0",
|
|
"@szmarczak/http-timer": "^1.1.2",
|
|
"cacheable-request": "^6.0.0",
|
|
"decompress-response": "^3.3.0",
|
|
"duplexer3": "^0.1.4",
|
|
"get-stream": "^4.1.0",
|
|
"lowercase-keys": "^1.0.1",
|
|
"mimic-response": "^1.0.1",
|
|
"p-cancelable": "^1.0.0",
|
|
"to-readable-stream": "^1.0.0",
|
|
"url-parse-lax": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/grapheme-splitter": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/graphemer": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/handle-thing": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/har-schema": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/har-validator": {
|
|
"version": "5.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.3",
|
|
"har-schema": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/has": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/has-ansi": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-ansi/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-async-hooks": {
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.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",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/has-property-descriptors": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.2"
|
|
},
|
|
"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.1.0",
|
|
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-tostringtag": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/has-yarn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/hash-base": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.6.0",
|
|
"safe-buffer": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/hash-base/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/hash-sum": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hash.js": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"minimalistic-assert": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/hasown": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/hdr-histogram-js": {
|
|
"version": "3.0.0",
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"@assemblyscript/loader": "^0.19.21",
|
|
"base64-js": "^1.2.0",
|
|
"pako": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/hdr-histogram-percentiles-obj": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/he": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"he": "bin/he"
|
|
}
|
|
},
|
|
"node_modules/hex-color-regex": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hidden-markov-model-tf": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"ml-kmeans": "^4.0.1",
|
|
"ndarray": "^1.0.18",
|
|
"ndarray-cholesky-factorization": "^1.0.2",
|
|
"ndarray-determinant": "^1.0.0",
|
|
"ndarray-inv": "^0.2.0",
|
|
"seedrandom": "^3.0.1",
|
|
"semver": "^6.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@tensorflow/tfjs-core": "^3.13.0"
|
|
}
|
|
},
|
|
"node_modules/hidden-markov-model-tf/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/highlight.js": {
|
|
"version": "11.9.0",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/hmac-drbg": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash.js": "^1.0.3",
|
|
"minimalistic-assert": "^1.0.0",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/hpack.js": {
|
|
"version": "2.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"obuf": "^1.0.0",
|
|
"readable-stream": "^2.0.1",
|
|
"wbuf": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/hsl-regex": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hsl-to-rgb-for-reals": {
|
|
"version": "1.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/hsla-regex": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/html-entities": {
|
|
"version": "2.4.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/mdevils"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://patreon.com/mdevils"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/html-loader": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"html-minifier-terser": "^7.0.0",
|
|
"parse5": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.15.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/html-minifier-terser": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camel-case": "^4.1.2",
|
|
"clean-css": "~5.3.2",
|
|
"commander": "^10.0.0",
|
|
"entities": "^4.4.0",
|
|
"param-case": "^3.0.4",
|
|
"relateurl": "^0.2.7",
|
|
"terser": "^5.15.1"
|
|
},
|
|
"bin": {
|
|
"html-minifier-terser": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/html-minifier-terser/node_modules/commander": {
|
|
"version": "10.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/html-tags": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/html-webpack-plugin": {
|
|
"version": "5.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/html-minifier-terser": "^6.0.0",
|
|
"html-minifier-terser": "^6.0.2",
|
|
"lodash": "^4.17.21",
|
|
"pretty-error": "^4.0.0",
|
|
"tapable": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/html-webpack-plugin"
|
|
},
|
|
"peerDependencies": {
|
|
"@rspack/core": "0.x || 1.x",
|
|
"webpack": "^5.20.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@rspack/core": {
|
|
"optional": true
|
|
},
|
|
"webpack": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/html-webpack-plugin/node_modules/commander": {
|
|
"version": "8.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/html-webpack-plugin/node_modules/html-minifier-terser": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camel-case": "^4.1.2",
|
|
"clean-css": "^5.2.2",
|
|
"commander": "^8.3.0",
|
|
"he": "^1.2.0",
|
|
"param-case": "^3.0.4",
|
|
"relateurl": "^0.2.7",
|
|
"terser": "^5.10.0"
|
|
},
|
|
"bin": {
|
|
"html-minifier-terser": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/htmlescape": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/htmlparser2": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"funding": [
|
|
"https://github.com/fb55/htmlparser2?sponsor=1",
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.0.1",
|
|
"domhandler": "^4.0.0",
|
|
"domutils": "^2.5.2",
|
|
"entities": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/htmlparser2/node_modules/entities": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/http-cache-semantics": {
|
|
"version": "4.1.1",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/http-deceiver": {
|
|
"version": "1.2.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/http-errors": {
|
|
"version": "2.0.0",
|
|
"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/http-parser-js": {
|
|
"version": "0.5.8",
|
|
"license": "MIT"
|
|
},
|
|
"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/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/http-signature": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"jsprim": "^1.2.2",
|
|
"sshpk": "^1.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8",
|
|
"npm": ">=1.3.7"
|
|
}
|
|
},
|
|
"node_modules/https-browserify": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/human-signals": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
}
|
|
},
|
|
"node_modules/humanize-duration": {
|
|
"version": "3.31.0",
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/hyperid": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.2.1",
|
|
"uuid": "^8.3.2",
|
|
"uuid-parse": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/hyperid/node_modules/uuid": {
|
|
"version": "8.3.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/hyperscript-attribute-to-property": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hyperx": {
|
|
"version": "2.5.4",
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"hyperscript-attribute-to-property": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/iconv-lite": {
|
|
"version": "0.4.24",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/icss-utils": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/ieee754": {
|
|
"version": "1.2.1",
|
|
"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.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/ignore-by-default": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10 <11 || >=12 <13 || >=14"
|
|
}
|
|
},
|
|
"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-lazy": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/import-local": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pkg-dir": "^4.2.0",
|
|
"resolve-cwd": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"import-local-fixture": "fixtures/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/imurmurhash": {
|
|
"version": "0.1.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.19"
|
|
}
|
|
},
|
|
"node_modules/indexes-of": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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": "1.3.8",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/inline-source-map": {
|
|
"version": "0.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"source-map": "~0.5.3"
|
|
}
|
|
},
|
|
"node_modules/inquirer": {
|
|
"version": "6.5.2",
|
|
"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/inquirer/node_modules/ansi-regex": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/inquirer/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/figures": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/string-width": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/string-width/node_modules/ansi-regex": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/string-width/node_modules/strip-ansi": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/strip-ansi": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/insert-module-globals": {
|
|
"version": "7.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn-node": "^1.5.2",
|
|
"combine-source-map": "^0.8.0",
|
|
"concat-stream": "^1.6.1",
|
|
"is-buffer": "^1.1.0",
|
|
"JSONStream": "^1.0.3",
|
|
"path-is-absolute": "^1.0.1",
|
|
"process": "~0.11.0",
|
|
"through2": "^2.0.0",
|
|
"undeclared-identifiers": "^1.1.2",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"insert-module-globals": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/insert-module-globals/node_modules/concat-stream": {
|
|
"version": "1.6.2",
|
|
"engines": [
|
|
"node >= 0.8"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.2.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/insight": {
|
|
"version": "0.11.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"async": "^2.6.2",
|
|
"chalk": "^4.1.1",
|
|
"conf": "^10.0.1",
|
|
"inquirer": "^6.3.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"os-name": "^4.0.1",
|
|
"request": "^2.88.0",
|
|
"tough-cookie": "^4.0.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
}
|
|
},
|
|
"node_modules/insight/node_modules/async": {
|
|
"version": "2.6.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
},
|
|
"node_modules/insight/node_modules/uuid": {
|
|
"version": "8.3.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/internal-slot": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.2",
|
|
"hasown": "^2.0.0",
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/internmap": {
|
|
"version": "1.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/interpret": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/iota-array": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ipaddr.js": {
|
|
"version": "1.9.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/irregular-plurals": {
|
|
"version": "3.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-absolute-url": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-any-array": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-arguments": {
|
|
"version": "1.1.1",
|
|
"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.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-arrayish": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"binary-extensions": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-boolean-attribute": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"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-buffer": {
|
|
"version": "1.1.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-callable": {
|
|
"version": "1.2.7",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-ci": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ci-info": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"is-ci": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/is-color-stop": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-color-names": "^0.0.4",
|
|
"hex-color-regex": "^1.1.0",
|
|
"hsl-regex": "^1.0.0",
|
|
"hsla-regex": "^1.0.0",
|
|
"rgb-regex": "^1.0.1",
|
|
"rgba-regex": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/is-core-module": {
|
|
"version": "2.12.1",
|
|
"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-directory": {
|
|
"version": "0.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-docker": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-error": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"number-is-nan": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-generator-function": {
|
|
"version": "1.0.10",
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-installed-globally": {
|
|
"version": "0.4.0",
|
|
"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-interactive": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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-npm": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"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",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/is-plain-object": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-property": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"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-resolvable": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"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-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.13",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"which-typed-array": "^1.1.14"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-typedarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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-wsl": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-yarn-global": {
|
|
"version": "0.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/isobject": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/isstream": {
|
|
"version": "0.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jackspeak": {
|
|
"version": "2.3.6",
|
|
"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/jest-diff": {
|
|
"version": "24.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.0.1",
|
|
"diff-sequences": "^24.9.0",
|
|
"jest-get-type": "^24.9.0",
|
|
"pretty-format": "^24.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/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/jest-diff/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-diff/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/jest-get-type": {
|
|
"version": "24.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/jest-worker": {
|
|
"version": "27.5.1",
|
|
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
|
|
"integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"merge-stream": "^2.0.0",
|
|
"supports-color": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
},
|
|
"node_modules/jest-worker/node_modules/supports-color": {
|
|
"version": "8.1.1",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
"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/jiti": {
|
|
"version": "1.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jiti": "bin/jiti.js"
|
|
}
|
|
},
|
|
"node_modules/js-string-escape": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/js-tokens": {
|
|
"version": "4.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/js-yaml": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/jsbn": {
|
|
"version": "0.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsesc": {
|
|
"version": "2.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/json-buffer": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-better-errors": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-schema": {
|
|
"version": "0.4.0",
|
|
"license": "(AFL-2.1 OR BSD-3-Clause)"
|
|
},
|
|
"node_modules/json-schema-ref-resolver": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3"
|
|
}
|
|
},
|
|
"node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-schema-typed": {
|
|
"version": "7.0.3",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stringify-safe": {
|
|
"version": "5.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/json5": {
|
|
"version": "2.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/jsonparse": {
|
|
"version": "1.3.1",
|
|
"engines": [
|
|
"node >= 0.2.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/JSONStream": {
|
|
"version": "1.3.5",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"jsonparse": "^1.2.0",
|
|
"through": ">=2.2.7 <3"
|
|
},
|
|
"bin": {
|
|
"JSONStream": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/jsonstream2": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonparse": "1.3.1",
|
|
"through2": "^3.0.1",
|
|
"type-component": "0.0.1"
|
|
},
|
|
"bin": {
|
|
"jsonstream": "bin/jsonstream.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=5.10.0"
|
|
}
|
|
},
|
|
"node_modules/jsonstream2/node_modules/through2": {
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "2 || 3"
|
|
}
|
|
},
|
|
"node_modules/jsprim": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "1.0.0",
|
|
"extsprintf": "1.3.0",
|
|
"json-schema": "0.4.0",
|
|
"verror": "1.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/keyv": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-buffer": "3.0.0"
|
|
}
|
|
},
|
|
"node_modules/kind-of": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/knub": {
|
|
"version": "32.0.0-next.25",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"discord-api-types": "^0.38.8",
|
|
"discord.js": "^14.19.3",
|
|
"knub-command-manager": "^9.1.0",
|
|
"ts-essentials": "^10.0.4",
|
|
"zod": "^3.25.17"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
},
|
|
"node_modules/knub-command-manager": {
|
|
"version": "9.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/knub-command-manager/node_modules/escape-string-regexp": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/labeled-stream-splicer": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"stream-splicer": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/last-commit-log": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotgitconfig": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/latest-version": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"package-json": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/launch-editor": {
|
|
"version": "2.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^1.0.0",
|
|
"shell-quote": "^1.8.1"
|
|
}
|
|
},
|
|
"node_modules/leven": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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/light-my-request": {
|
|
"version": "5.12.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"cookie": "^0.6.0",
|
|
"process-warning": "^3.0.0",
|
|
"set-cookie-parser": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/lines-and-columns": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/load-json-file": {
|
|
"version": "7.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/loader-runner": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.11.5"
|
|
}
|
|
},
|
|
"node_modules/loader-utils": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"big.js": "^5.2.2",
|
|
"emojis-list": "^3.0.0",
|
|
"json5": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9.0"
|
|
}
|
|
},
|
|
"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",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash-es": {
|
|
"version": "4.17.21",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.chunk": {
|
|
"version": "4.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.clonedeep": {
|
|
"version": "4.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.debounce": {
|
|
"version": "4.0.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.flatten": {
|
|
"version": "4.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.memoize": {
|
|
"version": "3.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.merge": {
|
|
"version": "4.6.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.snakecase": {
|
|
"version": "4.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.uniq": {
|
|
"version": "4.5.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/long": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"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/lower-case": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/lower-case/node_modules/tslib": {
|
|
"version": "2.6.2",
|
|
"dev": true,
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/lowercase-keys": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/macos-release": {
|
|
"version": "2.5.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/magic-bytes.js": {
|
|
"version": "1.12.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/magic-string": {
|
|
"version": "0.25.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sourcemap-codec": "^1.4.1"
|
|
}
|
|
},
|
|
"node_modules/make-dir": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/make-dir/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/make-error": {
|
|
"version": "1.3.6",
|
|
"devOptional": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/manage-path": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/map-age-cleaner": {
|
|
"version": "0.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-defer": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/map-stream": {
|
|
"version": "0.1.0",
|
|
"dev": true
|
|
},
|
|
"node_modules/marked": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"marked": "bin/marked.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16"
|
|
}
|
|
},
|
|
"node_modules/matcher": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/matcher/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/math-intrinsics": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/md5-hex": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"blueimp-md5": "^2.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/md5.js": {
|
|
"version": "1.3.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash-base": "^3.0.0",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"node_modules/mdn-data": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/media-typer": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mem": {
|
|
"version": "9.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"map-age-cleaner": "^0.1.3",
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/mem?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/mem/node_modules/mimic-fn": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/memfs": {
|
|
"version": "3.5.3",
|
|
"dev": true,
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"fs-monkey": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/merge-descriptors": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
|
|
"integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/merge-source-map": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"source-map": "^0.5.6"
|
|
}
|
|
},
|
|
"node_modules/merge-stream": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/merge2": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/methods": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/micromatch": {
|
|
"version": "4.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"braces": "^3.0.2",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/miller-rabin": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.0.0",
|
|
"brorand": "^1.0.1"
|
|
},
|
|
"bin": {
|
|
"miller-rabin": "bin/miller-rabin"
|
|
}
|
|
},
|
|
"node_modules/miller-rabin/node_modules/bn.js": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mime": {
|
|
"version": "1.6.0",
|
|
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
|
|
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/mime-db": {
|
|
"version": "1.52.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mime-types": {
|
|
"version": "2.1.35",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "1.52.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mimic-fn": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/mimic-response": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/minify-stream": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"concat-stream": "^2.0.0",
|
|
"convert-source-map": "^1.5.0",
|
|
"duplexify": "^4.1.1",
|
|
"from2-string": "^1.1.0",
|
|
"terser": "^4.7.0",
|
|
"xtend": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/minify-stream/node_modules/convert-source-map": {
|
|
"version": "1.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/minify-stream/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/minify-stream/node_modules/terser": {
|
|
"version": "4.8.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"commander": "^2.20.0",
|
|
"source-map": "~0.6.1",
|
|
"source-map-support": "~0.5.12"
|
|
},
|
|
"bin": {
|
|
"terser": "bin/terser"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/minimalistic-assert": {
|
|
"version": "1.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/minimalistic-crypto-utils": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/minimist": {
|
|
"version": "1.2.8",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/minipass": {
|
|
"version": "7.0.4",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/mkdirp-classic": {
|
|
"version": "0.5.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ml-array-max": {
|
|
"version": "1.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-any-array": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/ml-array-min": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-any-array": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/ml-array-rescale": {
|
|
"version": "1.3.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-any-array": "^2.0.0",
|
|
"ml-array-max": "^1.2.4",
|
|
"ml-array-min": "^1.2.3"
|
|
}
|
|
},
|
|
"node_modules/ml-distance-euclidean": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ml-kmeans": {
|
|
"version": "4.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ml-distance-euclidean": "^2.0.0",
|
|
"ml-matrix": "^5.1.1",
|
|
"ml-nearest-vector": "^2.0.1",
|
|
"ml-random": "^0.5.0"
|
|
}
|
|
},
|
|
"node_modules/ml-matrix": {
|
|
"version": "5.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ml-array-max": "^1.1.1",
|
|
"ml-array-rescale": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/ml-nearest-vector": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ml-distance-euclidean": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/ml-random": {
|
|
"version": "0.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ml-xsadd": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/ml-xsadd": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/modern-css-reset": {
|
|
"version": "1.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/module-deps": {
|
|
"version": "6.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browser-resolve": "^2.0.0",
|
|
"cached-path-relative": "^1.0.2",
|
|
"concat-stream": "~1.6.0",
|
|
"defined": "^1.0.0",
|
|
"detective": "^5.2.0",
|
|
"duplexer2": "^0.1.2",
|
|
"inherits": "^2.0.1",
|
|
"JSONStream": "^1.0.3",
|
|
"parents": "^1.0.0",
|
|
"readable-stream": "^2.0.2",
|
|
"resolve": "^1.4.0",
|
|
"stream-combiner2": "^1.1.1",
|
|
"subarg": "^1.0.0",
|
|
"through2": "^2.0.0",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"module-deps": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/module-deps/node_modules/concat-stream": {
|
|
"version": "1.6.2",
|
|
"engines": [
|
|
"node >= 0.8"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.2.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/moment": {
|
|
"version": "2.30.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/moment-timezone": {
|
|
"version": "0.5.44",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"moment": "^2.29.4"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/morphdom": {
|
|
"version": "2.7.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/multer": {
|
|
"version": "1.4.5-lts.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"append-field": "^1.0.0",
|
|
"busboy": "^1.0.0",
|
|
"concat-stream": "^1.5.2",
|
|
"mkdirp": "^0.5.4",
|
|
"object-assign": "^4.1.1",
|
|
"type-is": "^1.6.4",
|
|
"xtend": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/multer/node_modules/concat-stream": {
|
|
"version": "1.6.2",
|
|
"engines": [
|
|
"node >= 0.8"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.2.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/multer/node_modules/mkdirp": {
|
|
"version": "0.5.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/multicast-dns": {
|
|
"version": "7.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dns-packet": "^5.2.2",
|
|
"thunky": "^1.0.2"
|
|
},
|
|
"bin": {
|
|
"multicast-dns": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/multistream": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.5"
|
|
}
|
|
},
|
|
"node_modules/mute-stream": {
|
|
"version": "0.0.7",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/mutexify": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-tick": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/mysql2": {
|
|
"version": "3.9.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"denque": "^2.1.0",
|
|
"generate-function": "^2.3.1",
|
|
"iconv-lite": "^0.6.3",
|
|
"long": "^5.2.1",
|
|
"lru-cache": "^8.0.0",
|
|
"named-placeholders": "^1.1.3",
|
|
"seq-queue": "^0.0.5",
|
|
"sqlstring": "^2.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0"
|
|
}
|
|
},
|
|
"node_modules/mysql2/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/mysql2/node_modules/long": {
|
|
"version": "5.2.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/mysql2/node_modules/lru-cache": {
|
|
"version": "8.0.5",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16.14"
|
|
}
|
|
},
|
|
"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/named-placeholders": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lru-cache": "^7.14.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/named-placeholders/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/nan": {
|
|
"version": "2.18.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nanoassert": {
|
|
"version": "1.1.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/nanobench": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browser-process-hrtime": "^0.1.2",
|
|
"chalk": "^1.1.3",
|
|
"mutexify": "^1.1.0",
|
|
"pretty-hrtime": "^1.0.2"
|
|
},
|
|
"bin": {
|
|
"nanobench": "run.js",
|
|
"nanobench-compare": "compare.js"
|
|
}
|
|
},
|
|
"node_modules/nanobench/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nanobench/node_modules/ansi-styles": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nanobench/node_modules/chalk": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^2.2.1",
|
|
"escape-string-regexp": "^1.0.2",
|
|
"has-ansi": "^2.0.0",
|
|
"strip-ansi": "^3.0.0",
|
|
"supports-color": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nanobench/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/nanobench/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nanobench/node_modules/supports-color": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/nanohtml": {
|
|
"version": "1.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn-node": "^1.8.2",
|
|
"camel-case": "^3.0.0",
|
|
"convert-source-map": "^1.5.1",
|
|
"estree-is-member-expression": "^1.0.0",
|
|
"hyperx": "^2.5.0",
|
|
"is-boolean-attribute": "0.0.1",
|
|
"nanoassert": "^1.1.0",
|
|
"nanobench": "^2.1.0",
|
|
"normalize-html-whitespace": "^0.2.0",
|
|
"through2": "^2.0.3",
|
|
"transform-ast": "^2.4.0"
|
|
}
|
|
},
|
|
"node_modules/nanohtml/node_modules/camel-case": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^2.2.0",
|
|
"upper-case": "^1.1.1"
|
|
}
|
|
},
|
|
"node_modules/nanohtml/node_modules/convert-source-map": {
|
|
"version": "1.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nanohtml/node_modules/lower-case": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nanohtml/node_modules/no-case": {
|
|
"version": "2.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lower-case": "^1.1.1"
|
|
}
|
|
},
|
|
"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/natural-compare-lite": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ndarray": {
|
|
"version": "1.0.19",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iota-array": "^1.0.0",
|
|
"is-buffer": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/ndarray-blas-level1": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ndarray-cholesky-factorization": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ndarray": "^1.0.16",
|
|
"ndarray-blas-level1": "^1.0.2",
|
|
"ndarray-scratch": "^1.1.1"
|
|
}
|
|
},
|
|
"node_modules/ndarray-crout-decomposition": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ndarray-determinant": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ndarray-crout-decomposition": "^1.1.0",
|
|
"ndarray-diagonal": "^1.0.0",
|
|
"ndarray-ops": "^1.2.2",
|
|
"ndarray-scratch": "^1.1.1"
|
|
}
|
|
},
|
|
"node_modules/ndarray-diagonal": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ndarray": "^1.0.15"
|
|
}
|
|
},
|
|
"node_modules/ndarray-inv": {
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ndarray": "^1.0.18",
|
|
"ndarray-scratch": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/ndarray-ops": {
|
|
"version": "1.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cwise-compiler": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/ndarray-scratch": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ndarray": "^1.0.14",
|
|
"ndarray-ops": "^1.2.1",
|
|
"typedarray-pool": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/negotiator": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/neo-async": {
|
|
"version": "2.6.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/next-tick": {
|
|
"version": "1.1.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/no-case": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lower-case": "^2.0.2",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/no-case/node_modules/tslib": {
|
|
"version": "2.6.2",
|
|
"dev": true,
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/node-cleanup": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-emoji": {
|
|
"version": "1.11.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node_modules/node-fetch": {
|
|
"version": "2.6.13",
|
|
"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/node-forge": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
"engines": {
|
|
"node": ">= 6.13.0"
|
|
}
|
|
},
|
|
"node_modules/node-gyp-build": {
|
|
"version": "4.8.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"node-gyp-build": "bin.js",
|
|
"node-gyp-build-optional": "optional.js",
|
|
"node-gyp-build-test": "build-test.js"
|
|
}
|
|
},
|
|
"node_modules/node-releases": {
|
|
"version": "2.0.19",
|
|
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
|
|
"integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nofilter": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.19"
|
|
}
|
|
},
|
|
"node_modules/normalize-html-whitespace": {
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"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": "3.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/normalize.css": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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/num2fraction": {
|
|
"version": "1.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/number-is-nan": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/oauth": {
|
|
"version": "0.10.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/oauth-sign": {
|
|
"version": "0.9.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-hash": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/object-inspect": {
|
|
"version": "1.13.4",
|
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object-keys": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.assign": {
|
|
"version": "4.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.5",
|
|
"define-properties": "^1.2.1",
|
|
"has-symbols": "^1.0.3",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.getownpropertydescriptors": {
|
|
"version": "2.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array.prototype.reduce": "^1.0.6",
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"safe-array-concat": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.values": {
|
|
"version": "1.1.7",
|
|
"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/observable-fns": {
|
|
"version": "0.6.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/obuf": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/on-exit-leak-free": {
|
|
"version": "2.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/on-finished": {
|
|
"version": "2.4.1",
|
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
"integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
"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/on-net-listen": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=9.4.0 || ^8.9.4"
|
|
}
|
|
},
|
|
"node_modules/once": {
|
|
"version": "1.4.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/onetime": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/open": {
|
|
"version": "7.4.2",
|
|
"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/opn": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-wsl": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/opn/node_modules/is-wsl": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/optionator": {
|
|
"version": "0.9.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deep-is": "^0.1.3",
|
|
"fast-levenshtein": "^2.0.6",
|
|
"levn": "^0.4.1",
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "^0.4.0",
|
|
"word-wrap": "^1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/ora": {
|
|
"version": "5.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^4.1.0",
|
|
"chalk": "^4.1.0",
|
|
"cli-cursor": "^3.1.0",
|
|
"cli-spinners": "^2.5.0",
|
|
"is-interactive": "^1.0.0",
|
|
"is-unicode-supported": "^0.1.0",
|
|
"log-symbols": "^4.1.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wcwidth": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/cli-cursor": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/log-symbols": {
|
|
"version": "4.1.0",
|
|
"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/ora/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/onetime": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/restore-cursor": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/os-browserify": {
|
|
"version": "0.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/os-name": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"macos-release": "^2.5.0",
|
|
"windows-release": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/os-tmpdir": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/p-cancelable": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/p-defer": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"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/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-retry": {
|
|
"version": "4.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/retry": "0.12.0",
|
|
"retry": "^0.13.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-timeout": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-try": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/package-json": {
|
|
"version": "6.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"got": "^9.6.0",
|
|
"registry-auth-token": "^4.0.0",
|
|
"registry-url": "^5.0.0",
|
|
"semver": "^6.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/pako": {
|
|
"version": "1.0.11",
|
|
"license": "(MIT AND Zlib)"
|
|
},
|
|
"node_modules/param-case": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dot-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/param-case/node_modules/tslib": {
|
|
"version": "2.6.2",
|
|
"dev": true,
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/parent-module": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/parents": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-platform": "~0.11.15"
|
|
}
|
|
},
|
|
"node_modules/parse-asn1": {
|
|
"version": "5.1.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"asn1.js": "^5.2.0",
|
|
"browserify-aes": "^1.0.0",
|
|
"evp_bytestokey": "^1.0.0",
|
|
"pbkdf2": "^3.0.3",
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
},
|
|
"node_modules/parse-color": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "~0.5.0"
|
|
}
|
|
},
|
|
"node_modules/parse-color/node_modules/color-convert": {
|
|
"version": "0.5.3"
|
|
},
|
|
"node_modules/parse-json": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-better-errors": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/parse-ms": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/parse5": {
|
|
"version": "7.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"entities": "^4.4.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parse5-htmlparser2-tree-adapter": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parse5": "^6.0.1"
|
|
}
|
|
},
|
|
"node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": {
|
|
"version": "6.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/parseurl": {
|
|
"version": "1.3.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/pascal-case": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/pascal-case/node_modules/tslib": {
|
|
"version": "2.6.2",
|
|
"dev": true,
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/passport": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"passport-strategy": "1.x.x",
|
|
"pause": "0.0.1",
|
|
"utils-merge": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jaredhanson"
|
|
}
|
|
},
|
|
"node_modules/passport-custom": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"passport-strategy": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/passport-oauth2": {
|
|
"version": "1.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64url": "3.x.x",
|
|
"oauth": "0.10.x",
|
|
"passport-strategy": "1.x.x",
|
|
"uid2": "0.0.x",
|
|
"utils-merge": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jaredhanson"
|
|
}
|
|
},
|
|
"node_modules/passport-strategy": {
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/path-browserify": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"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",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/path-parse": {
|
|
"version": "1.0.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-platform": {
|
|
"version": "0.11.15",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/path-scurry": {
|
|
"version": "1.10.1",
|
|
"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-scurry/node_modules/lru-cache": {
|
|
"version": "10.2.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/path-to-regexp": {
|
|
"version": "0.1.12",
|
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
|
|
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-type": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pause": {
|
|
"version": "0.0.1"
|
|
},
|
|
"node_modules/pause-stream": {
|
|
"version": "0.0.11",
|
|
"dev": true,
|
|
"license": [
|
|
"MIT",
|
|
"Apache2"
|
|
],
|
|
"dependencies": {
|
|
"through": "~2.3"
|
|
}
|
|
},
|
|
"node_modules/pbkdf2": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"create-hash": "^1.1.2",
|
|
"create-hmac": "^1.1.4",
|
|
"ripemd160": "^2.0.1",
|
|
"safe-buffer": "^5.0.1",
|
|
"sha.js": "^2.4.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/performance-now": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"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/pino": {
|
|
"version": "8.19.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"atomic-sleep": "^1.0.0",
|
|
"fast-redact": "^3.1.1",
|
|
"on-exit-leak-free": "^2.1.0",
|
|
"pino-abstract-transport": "v1.1.0",
|
|
"pino-std-serializers": "^6.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": "^3.7.0",
|
|
"thread-stream": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"pino": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/pino-abstract-transport": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^4.0.0",
|
|
"split2": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/pino-abstract-transport/node_modules/buffer": {
|
|
"version": "6.0.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",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
"version": "4.5.2",
|
|
"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/pino-std-serializers": {
|
|
"version": "6.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pino/node_modules/sonic-boom": {
|
|
"version": "3.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"atomic-sleep": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/pkg-conf": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^6.0.0",
|
|
"load-json-file": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/pkg-conf/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/pkg-conf/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/pkg-conf/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/pkg-conf/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/pkg-conf/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/pkg-conf/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/pkg-dir": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir/node_modules/find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pkg-up": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pkg-up/node_modules/find-up": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pkg-up/node_modules/locate-path": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^3.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pkg-up/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/pkg-up/node_modules/p-locate": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pkg-up/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/plur": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"irregular-plurals": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/postcss": {
|
|
"version": "8.4.33",
|
|
"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.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/postcss-attribute-case-insensitive": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-calc": {
|
|
"version": "7.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.27",
|
|
"postcss-selector-parser": "^6.0.2",
|
|
"postcss-value-parser": "^4.0.2"
|
|
}
|
|
},
|
|
"node_modules/postcss-calc/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-calc/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-calc/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-clamp": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.6.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4.6"
|
|
}
|
|
},
|
|
"node_modules/postcss-color-functional-notation": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-color-hex-alpha": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-color-rebeccapurple": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-colormin": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.0.0",
|
|
"color": "^3.0.0",
|
|
"has": "^1.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-colormin/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-colormin/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-colormin/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-colormin/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-convert-values": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-convert-values/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-convert-values/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-convert-values/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-convert-values/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-custom-media": {
|
|
"version": "9.1.5",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/cascade-layer-name-parser": "^1.0.2",
|
|
"@csstools/css-parser-algorithms": "^2.2.0",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/media-query-list-parser": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-custom-properties": {
|
|
"version": "13.3.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/cascade-layer-name-parser": "^1.0.7",
|
|
"@csstools/css-parser-algorithms": "^2.5.0",
|
|
"@csstools/css-tokenizer": "^2.2.3",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-custom-selectors": {
|
|
"version": "7.1.6",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@csstools/cascade-layer-name-parser": "^1.0.5",
|
|
"@csstools/css-parser-algorithms": "^2.3.2",
|
|
"@csstools/css-tokenizer": "^2.2.1",
|
|
"postcss-selector-parser": "^6.0.13"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-dir-pseudo-class": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-comments": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-comments/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-discard-comments/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-comments/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-duplicates": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-duplicates/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-discard-duplicates/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-duplicates/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-empty": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-empty/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-discard-empty/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-empty/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-overridden": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-overridden/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-discard-overridden/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-discard-overridden/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-double-position-gradients": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-focus-visible": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-focus-within": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-font-variant": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-functions": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"glob": "^7.1.2",
|
|
"object-assign": "^4.1.1",
|
|
"postcss": "^6.0.9",
|
|
"postcss-value-parser": "^3.3.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-functions/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-functions/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/postcss-functions/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/postcss-functions/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-functions/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-functions/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-functions/node_modules/postcss": {
|
|
"version": "6.0.23",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.4.1",
|
|
"source-map": "^0.6.1",
|
|
"supports-color": "^5.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-functions/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-functions/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-functions/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-gap-properties": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-image-set-function": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-import": {
|
|
"version": "15.1.0",
|
|
"dev": true,
|
|
"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-initial": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-js": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase-css": "^2.0.1",
|
|
"postcss": "^7.0.18"
|
|
}
|
|
},
|
|
"node_modules/postcss-js/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-js/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-js/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-lab-function": {
|
|
"version": "5.2.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/css-color-parser": "^1.2.0",
|
|
"@csstools/css-parser-algorithms": "^2.1.1",
|
|
"@csstools/css-tokenizer": "^2.1.1",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-loader": {
|
|
"version": "7.3.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cosmiconfig": "^8.3.5",
|
|
"jiti": "^1.20.0",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.15.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^7.0.0 || ^8.0.1",
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-loader/node_modules/cosmiconfig": {
|
|
"version": "8.3.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"import-fresh": "^3.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.2.0",
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/d-fischer"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.9.5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/postcss-loader/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/postcss-logical": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-longhand": {
|
|
"version": "4.0.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-color-names": "0.0.4",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0",
|
|
"stylehacks": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-longhand/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-merge-longhand/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-longhand/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-merge-longhand/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-rules": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.0.0",
|
|
"caniuse-api": "^3.0.0",
|
|
"cssnano-util-same-parent": "^4.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-selector-parser": "^3.0.0",
|
|
"vendors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-rules/node_modules/dot-prop": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-rules/node_modules/is-obj": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-rules/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-merge-rules/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-rules/node_modules/postcss-selector-parser": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dot-prop": "^5.2.0",
|
|
"indexes-of": "^1.0.1",
|
|
"uniq": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/postcss-merge-rules/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-font-values": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-font-values/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-minify-font-values/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-font-values/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-minify-font-values/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-gradients": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssnano-util-get-arguments": "^4.0.0",
|
|
"is-color-stop": "^1.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-gradients/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-minify-gradients/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-gradients/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-minify-gradients/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-params": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"alphanum-sort": "^1.0.0",
|
|
"browserslist": "^4.0.0",
|
|
"cssnano-util-get-arguments": "^4.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0",
|
|
"uniqs": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-params/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-minify-params/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-params/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-minify-params/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-selectors": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"alphanum-sort": "^1.0.0",
|
|
"has": "^1.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-selector-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-selectors/node_modules/dot-prop": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-selectors/node_modules/is-obj": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-selectors/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-minify-selectors/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-selectors/node_modules/postcss-selector-parser": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dot-prop": "^5.2.0",
|
|
"indexes-of": "^1.0.1",
|
|
"uniq": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/postcss-minify-selectors/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-extract-imports": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-local-by-default": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"icss-utils": "^5.0.0",
|
|
"postcss-selector-parser": "^6.0.2",
|
|
"postcss-value-parser": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-scope": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-values": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"icss-utils": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-nested": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.32",
|
|
"postcss-selector-parser": "^6.0.2"
|
|
}
|
|
},
|
|
"node_modules/postcss-nested/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-nested/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-nested/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-nesting": {
|
|
"version": "11.3.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/selector-specificity": "^2.0.0",
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-charset": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-charset/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-normalize-charset/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-charset/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-display-values": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssnano-util-get-match": "^4.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-display-values/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-normalize-display-values/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-display-values/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-normalize-display-values/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-positions": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssnano-util-get-arguments": "^4.0.0",
|
|
"has": "^1.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-positions/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-normalize-positions/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-positions/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-normalize-positions/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-repeat-style": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssnano-util-get-arguments": "^4.0.0",
|
|
"cssnano-util-get-match": "^4.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-repeat-style/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-normalize-repeat-style/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-repeat-style/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-normalize-repeat-style/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-string": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has": "^1.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-string/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-normalize-string/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-string/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-normalize-string/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-timing-functions": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssnano-util-get-match": "^4.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-timing-functions/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-normalize-timing-functions/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-timing-functions/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-normalize-timing-functions/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-unicode": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-unicode/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-normalize-unicode/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-unicode/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-normalize-unicode/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-url": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-absolute-url": "^2.0.0",
|
|
"normalize-url": "^3.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-url/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-normalize-url/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-url/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-normalize-url/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-whitespace": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-whitespace/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-normalize-whitespace/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-normalize-whitespace/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-normalize-whitespace/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-opacity-percentage": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "kofi",
|
|
"url": "https://ko-fi.com/mrcgrtz"
|
|
},
|
|
{
|
|
"type": "liberapay",
|
|
"url": "https://liberapay.com/mrcgrtz"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2"
|
|
}
|
|
},
|
|
"node_modules/postcss-ordered-values": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssnano-util-get-arguments": "^4.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-ordered-values/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-ordered-values/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-ordered-values/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-ordered-values/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-overflow-shorthand": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-page-break": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"postcss": "^8"
|
|
}
|
|
},
|
|
"node_modules/postcss-place": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-preset-env": {
|
|
"version": "8.5.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/csstools"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
}
|
|
],
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"@csstools/postcss-cascade-layers": "^3.0.1",
|
|
"@csstools/postcss-color-function": "^2.2.3",
|
|
"@csstools/postcss-color-mix-function": "^1.0.3",
|
|
"@csstools/postcss-font-format-keywords": "^2.0.2",
|
|
"@csstools/postcss-gradients-interpolation-method": "^3.0.6",
|
|
"@csstools/postcss-hwb-function": "^2.2.2",
|
|
"@csstools/postcss-ic-unit": "^2.0.4",
|
|
"@csstools/postcss-is-pseudo-class": "^3.2.1",
|
|
"@csstools/postcss-logical-float-and-clear": "^1.0.1",
|
|
"@csstools/postcss-logical-resize": "^1.0.1",
|
|
"@csstools/postcss-logical-viewport-units": "^1.0.3",
|
|
"@csstools/postcss-media-minmax": "^1.0.4",
|
|
"@csstools/postcss-media-queries-aspect-ratio-number-values": "^1.0.4",
|
|
"@csstools/postcss-nested-calc": "^2.0.2",
|
|
"@csstools/postcss-normalize-display-values": "^2.0.1",
|
|
"@csstools/postcss-oklab-function": "^2.2.3",
|
|
"@csstools/postcss-progressive-custom-properties": "^2.3.0",
|
|
"@csstools/postcss-relative-color-syntax": "^1.0.2",
|
|
"@csstools/postcss-scope-pseudo-class": "^2.0.2",
|
|
"@csstools/postcss-stepped-value-functions": "^2.1.1",
|
|
"@csstools/postcss-text-decoration-shorthand": "^2.2.4",
|
|
"@csstools/postcss-trigonometric-functions": "^2.1.1",
|
|
"@csstools/postcss-unset-value": "^2.0.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"browserslist": "^4.21.9",
|
|
"css-blank-pseudo": "^5.0.2",
|
|
"css-has-pseudo": "^5.0.2",
|
|
"css-prefers-color-scheme": "^8.0.2",
|
|
"cssdb": "^7.6.0",
|
|
"postcss-attribute-case-insensitive": "^6.0.2",
|
|
"postcss-clamp": "^4.1.0",
|
|
"postcss-color-functional-notation": "^5.1.0",
|
|
"postcss-color-hex-alpha": "^9.0.2",
|
|
"postcss-color-rebeccapurple": "^8.0.2",
|
|
"postcss-custom-media": "^9.1.5",
|
|
"postcss-custom-properties": "^13.2.0",
|
|
"postcss-custom-selectors": "^7.1.3",
|
|
"postcss-dir-pseudo-class": "^7.0.2",
|
|
"postcss-double-position-gradients": "^4.0.4",
|
|
"postcss-focus-visible": "^8.0.2",
|
|
"postcss-focus-within": "^7.0.2",
|
|
"postcss-font-variant": "^5.0.0",
|
|
"postcss-gap-properties": "^4.0.1",
|
|
"postcss-image-set-function": "^5.0.2",
|
|
"postcss-initial": "^4.0.1",
|
|
"postcss-lab-function": "^5.2.3",
|
|
"postcss-logical": "^6.2.0",
|
|
"postcss-nesting": "^11.3.0",
|
|
"postcss-opacity-percentage": "^2.0.0",
|
|
"postcss-overflow-shorthand": "^4.0.1",
|
|
"postcss-page-break": "^3.0.4",
|
|
"postcss-place": "^8.0.1",
|
|
"postcss-pseudo-class-any-link": "^8.0.2",
|
|
"postcss-replace-overflow-wrap": "^4.0.0",
|
|
"postcss-selector-not": "^7.0.1",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-pseudo-class-any-link": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "CC0-1.0",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-reduce-initial": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.0.0",
|
|
"caniuse-api": "^3.0.0",
|
|
"has": "^1.0.0",
|
|
"postcss": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-reduce-initial/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-reduce-initial/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-reduce-initial/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-reduce-transforms": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssnano-util-get-match": "^4.0.0",
|
|
"has": "^1.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-reduce-transforms/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-reduce-transforms/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-reduce-transforms/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-reduce-transforms/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-replace-overflow-wrap": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.3"
|
|
}
|
|
},
|
|
"node_modules/postcss-selector-not": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/csstools"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4"
|
|
}
|
|
},
|
|
"node_modules/postcss-selector-parser": {
|
|
"version": "6.0.15",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-svgo": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^7.0.0",
|
|
"postcss-value-parser": "^3.0.0",
|
|
"svgo": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-svgo/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-svgo/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-svgo/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-svgo/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-unique-selectors": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"alphanum-sort": "^1.0.0",
|
|
"postcss": "^7.0.0",
|
|
"uniqs": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-unique-selectors/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/postcss-unique-selectors/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/postcss-unique-selectors/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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/prepend-http": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "2.8.8",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"prettier": "bin-prettier.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/prettier-plugin-organize-imports": {
|
|
"version": "3.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@volar/vue-language-plugin-pug": "^1.0.4",
|
|
"@volar/vue-typescript": "^1.0.4",
|
|
"prettier": ">=2.0",
|
|
"typescript": ">=2.9"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@volar/vue-language-plugin-pug": {
|
|
"optional": true
|
|
},
|
|
"@volar/vue-typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/pretty-bytes": {
|
|
"version": "5.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/pretty-error": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.20",
|
|
"renderkid": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/pretty-format": {
|
|
"version": "24.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^24.9.0",
|
|
"ansi-regex": "^4.0.0",
|
|
"ansi-styles": "^3.2.0",
|
|
"react-is": "^16.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/pretty-format/node_modules/ansi-regex": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pretty-format/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pretty-format/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/pretty-format/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pretty-hrtime": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"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/process": {
|
|
"version": "0.11.10",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/process-nextick-args": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/process-warning": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/progress": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/protocol-buffers": {
|
|
"version": "4.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"generate-function": "^2.0.0",
|
|
"generate-object-property": "^1.2.0",
|
|
"protocol-buffers-encodings": "^1.1.0",
|
|
"protocol-buffers-schema": "^3.1.1",
|
|
"signed-varint": "^2.0.0",
|
|
"varint": "^5.0.0"
|
|
},
|
|
"bin": {
|
|
"protocol-buffers": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/protocol-buffers-encodings": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"b4a": "^1.6.0",
|
|
"signed-varint": "^2.0.1",
|
|
"varint": "5.0.0"
|
|
}
|
|
},
|
|
"node_modules/protocol-buffers-encodings/node_modules/varint": {
|
|
"version": "5.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/protocol-buffers-schema": {
|
|
"version": "3.6.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/proxy-addr": {
|
|
"version": "2.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"forwarded": "0.2.0",
|
|
"ipaddr.js": "1.9.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"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/pseudomap": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/psl": {
|
|
"version": "1.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/public-encrypt": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.1.0",
|
|
"browserify-rsa": "^4.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"parse-asn1": "^5.0.0",
|
|
"randombytes": "^2.0.1",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"node_modules/public-encrypt/node_modules/bn.js": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pump": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/pumpify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexify": "^4.1.1",
|
|
"inherits": "^2.0.3",
|
|
"pump": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pupa": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-goat": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/purgecss": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^5.0.0",
|
|
"glob": "^7.0.0",
|
|
"postcss": "7.0.32",
|
|
"postcss-selector-parser": "^6.0.2"
|
|
},
|
|
"bin": {
|
|
"purgecss": "bin/purgecss"
|
|
}
|
|
},
|
|
"node_modules/purgecss/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/purgecss/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/purgecss/node_modules/chalk/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/purgecss/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/purgecss/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/purgecss/node_modules/commander": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/purgecss/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/purgecss/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/purgecss/node_modules/postcss": {
|
|
"version": "7.0.32",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"source-map": "^0.6.1",
|
|
"supports-color": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
}
|
|
},
|
|
"node_modules/purgecss/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/purgecss/node_modules/supports-color": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/q": {
|
|
"version": "1.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.0",
|
|
"teleport": ">=0.2.0"
|
|
}
|
|
},
|
|
"node_modules/qs": {
|
|
"version": "6.13.0",
|
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz",
|
|
"integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/querystring-es3": {
|
|
"version": "0.2.1",
|
|
"engines": {
|
|
"node": ">=0.4.x"
|
|
}
|
|
},
|
|
"node_modules/querystringify": {
|
|
"version": "2.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/queue-microtask": {
|
|
"version": "1.2.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"
|
|
},
|
|
"node_modules/queue-tick": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/quick-format-unescaped": {
|
|
"version": "4.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/quote-stream": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-equal": "0.0.1",
|
|
"minimist": "^1.1.3",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"quote-stream": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/randombytes": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/randomfill": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"randombytes": "^2.0.5",
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/range-parser": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/raw-body": {
|
|
"version": "2.5.2",
|
|
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz",
|
|
"integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
|
|
"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/rc": {
|
|
"version": "1.2.8",
|
|
"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/rc/node_modules/strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/read-cache": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^2.3.0"
|
|
}
|
|
},
|
|
"node_modules/read-only-stream": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"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/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/readable-stream/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/readdirp": {
|
|
"version": "3.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picomatch": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
},
|
|
"node_modules/real-require": {
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
}
|
|
},
|
|
"node_modules/rechoir": {
|
|
"version": "0.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve": "^1.20.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
},
|
|
"node_modules/reduce-css-calc": {
|
|
"version": "2.1.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-unit-converter": "^1.1.1",
|
|
"postcss-value-parser": "^3.3.0"
|
|
}
|
|
},
|
|
"node_modules/reduce-css-calc/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/reflect-metadata": {
|
|
"version": "0.1.14",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/regenerate": {
|
|
"version": "1.4.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regenerate-unicode-properties": {
|
|
"version": "10.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerate": "^1.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/regenerator-runtime": {
|
|
"version": "0.14.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regenerator-transform": {
|
|
"version": "0.15.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.4"
|
|
}
|
|
},
|
|
"node_modules/regexp-tree": {
|
|
"version": "0.1.27",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"regexp-tree": "bin/regexp-tree"
|
|
}
|
|
},
|
|
"node_modules/regexp-worker": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
}
|
|
},
|
|
"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/regexpu-core": {
|
|
"version": "5.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/regjsgen": "^0.8.0",
|
|
"regenerate": "^1.4.2",
|
|
"regenerate-unicode-properties": "^10.1.0",
|
|
"regjsparser": "^0.9.1",
|
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
"unicode-match-property-value-ecmascript": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/registry-auth-token": {
|
|
"version": "4.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "1.2.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/registry-url": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "^1.2.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/regjsparser": {
|
|
"version": "0.9.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"jsesc": "~0.5.0"
|
|
},
|
|
"bin": {
|
|
"regjsparser": "bin/parser"
|
|
}
|
|
},
|
|
"node_modules/regjsparser/node_modules/jsesc": {
|
|
"version": "0.5.0",
|
|
"dev": true,
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
}
|
|
},
|
|
"node_modules/reinterval": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/relateurl": {
|
|
"version": "0.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/renderkid": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-select": "^4.1.3",
|
|
"dom-converter": "^0.2.0",
|
|
"htmlparser2": "^6.1.0",
|
|
"lodash": "^4.17.21",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"node_modules/request": {
|
|
"version": "2.88.2",
|
|
"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",
|
|
"har-validator": "~5.1.3",
|
|
"http-signature": "~1.2.0",
|
|
"is-typedarray": "~1.0.0",
|
|
"isstream": "~0.1.2",
|
|
"json-stringify-safe": "~5.0.1",
|
|
"mime-types": "~2.1.19",
|
|
"oauth-sign": "~0.9.0",
|
|
"performance-now": "^2.1.0",
|
|
"qs": "~6.5.2",
|
|
"safe-buffer": "^5.1.2",
|
|
"tough-cookie": "~2.5.0",
|
|
"tunnel-agent": "^0.6.0",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/request/node_modules/form-data": {
|
|
"version": "2.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.6",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12"
|
|
}
|
|
},
|
|
"node_modules/request/node_modules/qs": {
|
|
"version": "6.5.3",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/request/node_modules/tough-cookie": {
|
|
"version": "2.5.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"psl": "^1.1.28",
|
|
"punycode": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/request/node_modules/uuid": {
|
|
"version": "3.4.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-from-string": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-main-filename": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/requires-port": {
|
|
"version": "1.0.0",
|
|
"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-cwd": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/resolve-cwd/node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/resolve-from": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/responselike": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lowercase-keys": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/restore-cursor": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^2.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/ret": {
|
|
"version": "0.2.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/retimer": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/retry": {
|
|
"version": "0.13.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/reusify": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">=1.0.0",
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/rfdc": {
|
|
"version": "1.3.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rgb-regex": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rgba-regex": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/ripemd160": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash-base": "^3.0.0",
|
|
"inherits": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/run-async": {
|
|
"version": "2.4.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/run-parallel": {
|
|
"version": "1.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",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/rxjs": {
|
|
"version": "6.6.7",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"npm": ">=2.0.0"
|
|
}
|
|
},
|
|
"node_modules/safe-array-concat": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.5",
|
|
"get-intrinsic": "^1.2.2",
|
|
"has-symbols": "^1.0.3",
|
|
"isarray": "^2.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safe-array-concat/node_modules/isarray": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"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": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regexp-tree": "~0.1.1"
|
|
}
|
|
},
|
|
"node_modules/safe-regex-test": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.5",
|
|
"get-intrinsic": "^1.2.2",
|
|
"is-regex": "^1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safe-regex2": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ret": "~0.2.0"
|
|
}
|
|
},
|
|
"node_modules/safe-stable-stringify": {
|
|
"version": "2.4.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/sax": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/schema-utils": {
|
|
"version": "4.3.2",
|
|
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.2.tgz",
|
|
"integrity": "sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.9",
|
|
"ajv": "^8.9.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"ajv-keywords": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
}
|
|
},
|
|
"node_modules/schema-utils/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/schema-utils/node_modules/ajv-keywords": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.8.2"
|
|
}
|
|
},
|
|
"node_modules/schema-utils/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/scope-analyzer": {
|
|
"version": "2.1.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"array-from": "^2.1.1",
|
|
"dash-ast": "^2.0.1",
|
|
"es6-map": "^0.1.5",
|
|
"es6-set": "^0.1.5",
|
|
"es6-symbol": "^3.1.1",
|
|
"estree-is-function": "^1.0.0",
|
|
"get-assigned-identifiers": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/secure-json-parse": {
|
|
"version": "2.7.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/seedrandom": {
|
|
"version": "3.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/select-hose": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/selfsigned": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node-forge": "^1.3.0",
|
|
"node-forge": "^1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.5.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver-diff": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/semver-diff/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/send": {
|
|
"version": "0.19.0",
|
|
"resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz",
|
|
"integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/send/node_modules/encodeurl": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/seq-queue": {
|
|
"version": "0.0.5"
|
|
},
|
|
"node_modules/serialize-error": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.13.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/serialize-error/node_modules/type-fest": {
|
|
"version": "0.13.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/serialize-javascript": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
|
|
"integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/serve-index": {
|
|
"version": "1.9.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.17",
|
|
"parseurl": "~1.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/serve-index/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/serve-index/node_modules/depd": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/serve-index/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/node_modules/inherits": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/serve-index/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/serve-index/node_modules/setprototypeof": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/serve-index/node_modules/statuses": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/serve-static": {
|
|
"version": "1.16.2",
|
|
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz",
|
|
"integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encodeurl": "~2.0.0",
|
|
"escape-html": "~1.0.3",
|
|
"parseurl": "~1.3.3",
|
|
"send": "0.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/set-cookie-parser": {
|
|
"version": "2.6.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/set-function-length": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.1.1",
|
|
"function-bind": "^1.1.2",
|
|
"get-intrinsic": "^1.2.2",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"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",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/sha.js": {
|
|
"version": "2.4.11",
|
|
"license": "(MIT AND BSD-3-Clause)",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"bin": {
|
|
"sha.js": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/shallow-clone": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^6.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shallow-copy": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/shasum-object": {
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"fast-safe-stringify": "^2.0.7"
|
|
}
|
|
},
|
|
"node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shell-quote": {
|
|
"version": "1.8.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/showdown": {
|
|
"version": "1.9.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"yargs": "^14.2"
|
|
},
|
|
"bin": {
|
|
"showdown": "bin/showdown.js"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/ansi-regex": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/camelcase": {
|
|
"version": "5.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/cliui": {
|
|
"version": "5.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^3.1.0",
|
|
"strip-ansi": "^5.2.0",
|
|
"wrap-ansi": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/showdown/node_modules/emoji-regex": {
|
|
"version": "7.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/showdown/node_modules/find-up": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/locate-path": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^3.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/p-locate": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/string-width": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^7.0.1",
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/strip-ansi": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/wrap-ansi": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.0",
|
|
"string-width": "^3.0.0",
|
|
"strip-ansi": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/y18n": {
|
|
"version": "4.0.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/showdown/node_modules/yargs": {
|
|
"version": "14.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^5.0.0",
|
|
"decamelize": "^1.2.0",
|
|
"find-up": "^3.0.0",
|
|
"get-caller-file": "^2.0.1",
|
|
"require-directory": "^2.1.1",
|
|
"require-main-filename": "^2.0.0",
|
|
"set-blocking": "^2.0.0",
|
|
"string-width": "^3.0.0",
|
|
"which-module": "^2.0.0",
|
|
"y18n": "^4.0.0",
|
|
"yargs-parser": "^15.0.1"
|
|
}
|
|
},
|
|
"node_modules/showdown/node_modules/yargs-parser": {
|
|
"version": "15.0.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"camelcase": "^5.0.0",
|
|
"decamelize": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/side-channel": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
|
|
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"object-inspect": "^1.13.3",
|
|
"side-channel-list": "^1.0.0",
|
|
"side-channel-map": "^1.0.1",
|
|
"side-channel-weakmap": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/side-channel-list": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
|
|
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es-errors": "^1.3.0",
|
|
"object-inspect": "^1.13.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/side-channel-map": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
|
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.5",
|
|
"object-inspect": "^1.13.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/side-channel-weakmap": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
|
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bound": "^1.0.2",
|
|
"es-errors": "^1.3.0",
|
|
"get-intrinsic": "^1.2.5",
|
|
"object-inspect": "^1.13.3",
|
|
"side-channel-map": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/signal-exit": {
|
|
"version": "3.0.7",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/signed-varint": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"varint": "~5.0.0"
|
|
}
|
|
},
|
|
"node_modules/simple-concat": {
|
|
"version": "1.0.1",
|
|
"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/simple-swizzle": {
|
|
"version": "0.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.3.1"
|
|
}
|
|
},
|
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/single-line-log": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/sinusoidal-decimal": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/slash": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/sockjs": {
|
|
"version": "0.3.24",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"faye-websocket": "^0.11.3",
|
|
"uuid": "^8.3.2",
|
|
"websocket-driver": "^0.7.4"
|
|
}
|
|
},
|
|
"node_modules/sockjs/node_modules/uuid": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/sonic-boom": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"atomic-sleep": "^1.0.0",
|
|
"flatstr": "^1.0.12"
|
|
}
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.5.7",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-loader": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.3",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.15.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.72.1"
|
|
}
|
|
},
|
|
"node_modules/source-map-loader/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-support": {
|
|
"version": "0.5.21",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-support/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/sourcemap-codec": {
|
|
"version": "1.4.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/spdy": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.0",
|
|
"handle-thing": "^2.0.0",
|
|
"http-deceiver": "^1.2.7",
|
|
"select-hose": "^2.0.0",
|
|
"spdy-transport": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/spdy-transport": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.0",
|
|
"detect-node": "^2.0.4",
|
|
"hpack.js": "^2.1.6",
|
|
"obuf": "^1.1.2",
|
|
"readable-stream": "^3.0.6",
|
|
"wbuf": "^1.7.3"
|
|
}
|
|
},
|
|
"node_modules/spdy-transport/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/split": {
|
|
"version": "0.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"through": "2"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/split2": {
|
|
"version": "4.2.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 10.x"
|
|
}
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/sqlstring": {
|
|
"version": "2.3.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/sshpk": {
|
|
"version": "1.18.0",
|
|
"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/stable": {
|
|
"version": "0.1.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stack-utils": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/stack-utils/node_modules/escape-string-regexp": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/static-eval": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escodegen": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/static-eval/node_modules/escodegen": {
|
|
"version": "2.1.0",
|
|
"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/static-eval/node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/static-eval/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/static-module": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn-node": "^1.3.0",
|
|
"concat-stream": "~1.6.0",
|
|
"convert-source-map": "^1.5.1",
|
|
"duplexer2": "~0.1.4",
|
|
"escodegen": "^1.11.1",
|
|
"has": "^1.0.1",
|
|
"magic-string": "0.25.1",
|
|
"merge-source-map": "1.0.4",
|
|
"object-inspect": "^1.6.0",
|
|
"readable-stream": "~2.3.3",
|
|
"scope-analyzer": "^2.0.1",
|
|
"shallow-copy": "~0.0.1",
|
|
"static-eval": "^2.0.5",
|
|
"through2": "~2.0.3"
|
|
}
|
|
},
|
|
"node_modules/static-module/node_modules/concat-stream": {
|
|
"version": "1.6.2",
|
|
"engines": [
|
|
"node >= 0.8"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.2.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/static-module/node_modules/convert-source-map": {
|
|
"version": "1.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/stream-browserify": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "~2.0.4",
|
|
"readable-stream": "^3.5.0"
|
|
}
|
|
},
|
|
"node_modules/stream-browserify/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/stream-collector": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/stream-combiner": {
|
|
"version": "0.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexer": "~0.1.1"
|
|
}
|
|
},
|
|
"node_modules/stream-combiner2": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexer2": "~0.1.0",
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/stream-http": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"builtin-status-codes": "^3.0.0",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.6.0",
|
|
"xtend": "^4.0.2"
|
|
}
|
|
},
|
|
"node_modules/stream-http/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/stream-shift": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stream-splicer": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/stream-template": {
|
|
"version": "0.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.4.1",
|
|
"readable-stream": "^2.3.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/streaming-json-stringify": {
|
|
"version": "3.1.0",
|
|
"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.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/string-argv": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.19"
|
|
}
|
|
},
|
|
"node_modules/string-width": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"code-point-at": "^1.0.0",
|
|
"is-fullwidth-code-point": "^1.0.0",
|
|
"strip-ansi": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/string-width-cjs": {
|
|
"name": "string-width",
|
|
"version": "4.2.3",
|
|
"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/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string-width/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/string-width/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi-cjs": {
|
|
"name": "strip-ansi",
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/strip-combining-marks": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"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/stylehacks": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.0.0",
|
|
"postcss": "^7.0.0",
|
|
"postcss-selector-parser": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/stylehacks/node_modules/dot-prop": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/stylehacks/node_modules/is-obj": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/stylehacks/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/stylehacks/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/stylehacks/node_modules/postcss-selector-parser": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dot-prop": "^5.2.0",
|
|
"indexes-of": "^1.0.1",
|
|
"uniq": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/stylehacks/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/subarg": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/summary": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/supertap": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"indent-string": "^5.0.0",
|
|
"js-yaml": "^3.14.1",
|
|
"serialize-error": "^7.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/supertap/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/supertap/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/supertap/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/supertap/node_modules/js-yaml": {
|
|
"version": "3.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/supertap/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/supports-color": {
|
|
"version": "7.2.0",
|
|
"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/svgo": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.4.1",
|
|
"coa": "^2.0.2",
|
|
"css-select": "^2.0.0",
|
|
"css-select-base-adapter": "^0.1.1",
|
|
"css-tree": "1.0.0-alpha.37",
|
|
"csso": "^4.0.2",
|
|
"js-yaml": "^3.13.1",
|
|
"mkdirp": "~0.5.1",
|
|
"object.values": "^1.1.0",
|
|
"sax": "~1.2.4",
|
|
"stable": "^0.1.8",
|
|
"unquote": "~1.1.1",
|
|
"util.promisify": "~1.0.0"
|
|
},
|
|
"bin": {
|
|
"svgo": "bin/svgo"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/svgo/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/svgo/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/svgo/node_modules/css-select": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "^1.0.0",
|
|
"css-what": "^3.2.1",
|
|
"domutils": "^1.7.0",
|
|
"nth-check": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/css-what": {
|
|
"version": "3.4.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/dom-serializer": {
|
|
"version": "0.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"domelementtype": "^2.0.1",
|
|
"entities": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/domutils": {
|
|
"version": "1.7.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dom-serializer": "0",
|
|
"domelementtype": "1"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/domutils/node_modules/domelementtype": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/svgo/node_modules/entities": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/js-yaml": {
|
|
"version": "3.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/mkdirp": {
|
|
"version": "0.5.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/nth-check": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boolbase": "~1.0.0"
|
|
}
|
|
},
|
|
"node_modules/svgo/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/syntax-error": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn-node": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/tachyons": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tailwindcss": {
|
|
"version": "1.9.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fullhuman/postcss-purgecss": "^2.1.2",
|
|
"autoprefixer": "^9.4.5",
|
|
"browserslist": "^4.12.0",
|
|
"bytes": "^3.0.0",
|
|
"chalk": "^3.0.0 || ^4.0.0",
|
|
"color": "^3.1.2",
|
|
"detective": "^5.2.0",
|
|
"fs-extra": "^8.0.0",
|
|
"html-tags": "^3.1.0",
|
|
"lodash": "^4.17.20",
|
|
"node-emoji": "^1.8.1",
|
|
"normalize.css": "^8.0.1",
|
|
"object-hash": "^2.0.3",
|
|
"postcss": "^7.0.11",
|
|
"postcss-functions": "^3.0.0",
|
|
"postcss-js": "^2.0.0",
|
|
"postcss-nested": "^4.1.1",
|
|
"postcss-selector-parser": "^6.0.0",
|
|
"postcss-value-parser": "^4.1.0",
|
|
"pretty-hrtime": "^1.0.3",
|
|
"reduce-css-calc": "^2.1.6",
|
|
"resolve": "^1.14.2"
|
|
},
|
|
"bin": {
|
|
"tailwind": "lib/cli.js",
|
|
"tailwindcss": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9.0"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/autoprefixer": {
|
|
"version": "9.8.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.12.0",
|
|
"caniuse-lite": "^1.0.30001109",
|
|
"normalize-range": "^0.1.2",
|
|
"num2fraction": "^1.2.2",
|
|
"picocolors": "^0.2.1",
|
|
"postcss": "^7.0.32",
|
|
"postcss-value-parser": "^4.1.0"
|
|
},
|
|
"bin": {
|
|
"autoprefixer": "bin/autoprefixer"
|
|
},
|
|
"funding": {
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/fs-extra": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^4.0.0",
|
|
"universalify": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6 <7 || >=8"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/jsonfile": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/tailwindcss/node_modules/postcss": {
|
|
"version": "7.0.39",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^0.2.1",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/universalify": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/tapable": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/temp-dir": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
}
|
|
},
|
|
"node_modules/terser": {
|
|
"version": "5.40.0",
|
|
"resolved": "https://registry.npmjs.org/terser/-/terser-5.40.0.tgz",
|
|
"integrity": "sha512-cfeKl/jjwSR5ar7d0FGmave9hFGJT8obyo0z+CrQOylLDbk7X81nPU6vq9VORa5jU30SkDnT2FXjLbR8HLP+xA==",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@jridgewell/source-map": "^0.3.3",
|
|
"acorn": "^8.14.0",
|
|
"commander": "^2.20.0",
|
|
"source-map-support": "~0.5.20"
|
|
},
|
|
"bin": {
|
|
"terser": "bin/terser"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/terser-webpack-plugin": {
|
|
"version": "5.3.14",
|
|
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz",
|
|
"integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
"jest-worker": "^27.4.5",
|
|
"schema-utils": "^4.3.0",
|
|
"serialize-javascript": "^6.0.2",
|
|
"terser": "^5.31.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@swc/core": {
|
|
"optional": true
|
|
},
|
|
"esbuild": {
|
|
"optional": true
|
|
},
|
|
"uglify-js": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"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/thread-stream": {
|
|
"version": "2.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"real-require": "^0.2.0"
|
|
}
|
|
},
|
|
"node_modules/threads": {
|
|
"version": "1.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.1.0",
|
|
"debug": "^4.2.0",
|
|
"is-observable": "^2.1.0",
|
|
"observable-fns": "^0.6.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/andywer/threads.js?sponsor=1"
|
|
},
|
|
"optionalDependencies": {
|
|
"tiny-worker": ">= 2"
|
|
}
|
|
},
|
|
"node_modules/threads/node_modules/is-observable": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/through": {
|
|
"version": "2.3.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/through2": {
|
|
"version": "2.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "~2.3.6",
|
|
"xtend": "~4.0.1"
|
|
}
|
|
},
|
|
"node_modules/thunky": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/time-zone": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/timers-browserify": {
|
|
"version": "1.4.2",
|
|
"dependencies": {
|
|
"process": "~0.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/timestring": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/timsort": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tiny-worker": {
|
|
"version": "2.3.0",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"esm": "^3.2.25"
|
|
}
|
|
},
|
|
"node_modules/tlds": {
|
|
"version": "1.249.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"tlds": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/tmp": {
|
|
"version": "0.0.33",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"os-tmpdir": "~1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/to-fast-properties": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/to-readable-stream": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/toad-cache": {
|
|
"version": "3.7.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/toggle-selection": {
|
|
"version": "1.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/toidentifier": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/tough-cookie": {
|
|
"version": "4.1.3",
|
|
"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",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/transform-ast": {
|
|
"version": "2.4.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn-node": "^1.3.0",
|
|
"convert-source-map": "^1.5.1",
|
|
"dash-ast": "^1.0.0",
|
|
"is-buffer": "^2.0.0",
|
|
"magic-string": "^0.23.2",
|
|
"merge-source-map": "1.0.4",
|
|
"nanobench": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/transform-ast/node_modules/convert-source-map": {
|
|
"version": "1.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/transform-ast/node_modules/dash-ast": {
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/transform-ast/node_modules/is-buffer": {
|
|
"version": "2.0.5",
|
|
"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",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/transform-ast/node_modules/magic-string": {
|
|
"version": "0.23.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sourcemap-codec": "^1.4.1"
|
|
}
|
|
},
|
|
"node_modules/ts-essentials": {
|
|
"version": "10.0.4",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"typescript": ">=4.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ts-loader": {
|
|
"version": "9.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"enhanced-resolve": "^5.0.0",
|
|
"micromatch": "^4.0.0",
|
|
"semver": "^7.3.4",
|
|
"source-map": "^0.7.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*",
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/ts-loader/node_modules/source-map": {
|
|
"version": "0.7.4",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/ts-mixer": {
|
|
"version": "6.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ts-node": {
|
|
"version": "10.9.2",
|
|
"devOptional": 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/ts-toolbelt": {
|
|
"version": "9.6.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/tsc-watch": {
|
|
"version": "6.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"node-cleanup": "^2.1.2",
|
|
"ps-tree": "^1.2.0",
|
|
"string-argv": "^0.3.1"
|
|
},
|
|
"bin": {
|
|
"tsc-watch": "dist/lib/tsc-watch.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.12.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*"
|
|
}
|
|
},
|
|
"node_modules/tsconfig-paths": {
|
|
"version": "3.15.0",
|
|
"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/json5": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"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/ttest": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"distributions": "^2.1.0",
|
|
"summary": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/tty-browserify": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tunnel-agent": {
|
|
"version": "0.6.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/turbo-json-parse": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"generate-function": "^2.3.1"
|
|
}
|
|
},
|
|
"node_modules/tweetnacl": {
|
|
"version": "0.14.5",
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/twemoji": {
|
|
"version": "12.1.6",
|
|
"license": [
|
|
"MIT",
|
|
"CC-BY-4.0"
|
|
],
|
|
"dependencies": {
|
|
"fs-extra": "^8.0.1",
|
|
"jsonfile": "^5.0.0",
|
|
"twemoji-parser": "12.1.3",
|
|
"universalify": "^0.1.2"
|
|
}
|
|
},
|
|
"node_modules/twemoji-parser": {
|
|
"version": "12.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/twemoji/node_modules/fs-extra": {
|
|
"version": "8.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^4.0.0",
|
|
"universalify": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6 <7 || >=8"
|
|
}
|
|
},
|
|
"node_modules/twemoji/node_modules/fs-extra/node_modules/jsonfile": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/twemoji/node_modules/jsonfile": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^0.1.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/twemoji/node_modules/universalify": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/type": {
|
|
"version": "1.2.0",
|
|
"license": "ISC"
|
|
},
|
|
"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-component": {
|
|
"version": "0.0.1"
|
|
},
|
|
"node_modules/type-fest": {
|
|
"version": "0.20.2",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/type-is": {
|
|
"version": "1.6.18",
|
|
"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",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typedarray-pool": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bit-twiddle": "^1.0.0",
|
|
"dup": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/typedarray-to-buffer": {
|
|
"version": "3.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-typedarray": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/typeorm": {
|
|
"version": "0.3.20",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sqltools/formatter": "^1.2.5",
|
|
"app-root-path": "^3.1.0",
|
|
"buffer": "^6.0.3",
|
|
"chalk": "^4.1.2",
|
|
"cli-highlight": "^2.1.11",
|
|
"dayjs": "^1.11.9",
|
|
"debug": "^4.3.4",
|
|
"dotenv": "^16.0.3",
|
|
"glob": "^10.3.10",
|
|
"mkdirp": "^2.1.3",
|
|
"reflect-metadata": "^0.2.1",
|
|
"sha.js": "^2.4.11",
|
|
"tslib": "^2.5.0",
|
|
"uuid": "^9.0.0",
|
|
"yargs": "^17.6.2"
|
|
},
|
|
"bin": {
|
|
"typeorm": "cli.js",
|
|
"typeorm-ts-node-commonjs": "cli-ts-node-commonjs.js",
|
|
"typeorm-ts-node-esm": "cli-ts-node-esm.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.13.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/typeorm"
|
|
},
|
|
"peerDependencies": {
|
|
"@google-cloud/spanner": "^5.18.0",
|
|
"@sap/hana-client": "^2.12.25",
|
|
"better-sqlite3": "^7.1.2 || ^8.0.0 || ^9.0.0",
|
|
"hdb-pool": "^0.1.6",
|
|
"ioredis": "^5.0.4",
|
|
"mongodb": "^5.8.0",
|
|
"mssql": "^9.1.1 || ^10.0.1",
|
|
"mysql2": "^2.2.5 || ^3.0.1",
|
|
"oracledb": "^6.3.0",
|
|
"pg": "^8.5.1",
|
|
"pg-native": "^3.0.0",
|
|
"pg-query-stream": "^4.0.0",
|
|
"redis": "^3.1.1 || ^4.0.0",
|
|
"sql.js": "^1.4.0",
|
|
"sqlite3": "^5.0.3",
|
|
"ts-node": "^10.7.0",
|
|
"typeorm-aurora-data-api-driver": "^2.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@google-cloud/spanner": {
|
|
"optional": true
|
|
},
|
|
"@sap/hana-client": {
|
|
"optional": true
|
|
},
|
|
"better-sqlite3": {
|
|
"optional": true
|
|
},
|
|
"hdb-pool": {
|
|
"optional": true
|
|
},
|
|
"ioredis": {
|
|
"optional": true
|
|
},
|
|
"mongodb": {
|
|
"optional": true
|
|
},
|
|
"mssql": {
|
|
"optional": true
|
|
},
|
|
"mysql2": {
|
|
"optional": true
|
|
},
|
|
"oracledb": {
|
|
"optional": true
|
|
},
|
|
"pg": {
|
|
"optional": true
|
|
},
|
|
"pg-native": {
|
|
"optional": true
|
|
},
|
|
"pg-query-stream": {
|
|
"optional": true
|
|
},
|
|
"redis": {
|
|
"optional": true
|
|
},
|
|
"sql.js": {
|
|
"optional": true
|
|
},
|
|
"sqlite3": {
|
|
"optional": true
|
|
},
|
|
"ts-node": {
|
|
"optional": true
|
|
},
|
|
"typeorm-aurora-data-api-driver": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/typeorm/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/typeorm/node_modules/buffer": {
|
|
"version": "6.0.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",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/typeorm/node_modules/dotenv": {
|
|
"version": "16.4.1",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/motdotla/dotenv?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/typeorm/node_modules/glob": {
|
|
"version": "10.3.10",
|
|
"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/typeorm/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/typeorm/node_modules/mkdirp": {
|
|
"version": "2.1.6",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "dist/cjs/src/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/typeorm/node_modules/reflect-metadata": {
|
|
"version": "0.2.1",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/typeorm/node_modules/tslib": {
|
|
"version": "2.6.2",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.8.3",
|
|
"devOptional": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/uid2": {
|
|
"version": "0.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/umd": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"umd": "bin/cli.js"
|
|
}
|
|
},
|
|
"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/undeclared-identifiers": {
|
|
"version": "1.1.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"acorn-node": "^1.3.0",
|
|
"dash-ast": "^1.0.0",
|
|
"get-assigned-identifiers": "^1.2.0",
|
|
"simple-concat": "^1.0.0",
|
|
"xtend": "^4.0.1"
|
|
},
|
|
"bin": {
|
|
"undeclared-identifiers": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/undeclared-identifiers/node_modules/dash-ast": {
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/undici": {
|
|
"version": "6.21.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18.17"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "6.21.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-match-property-ecmascript": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"unicode-canonical-property-names-ecmascript": "^2.0.0",
|
|
"unicode-property-aliases-ecmascript": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-match-property-value-ecmascript": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-property-aliases-ecmascript": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/uniq": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/uniqs": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unique-string": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crypto-random-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/unpipe": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
|
|
"integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/unquote": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.1.3",
|
|
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
|
"integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
|
|
"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.2.0",
|
|
"picocolors": "^1.1.1"
|
|
},
|
|
"bin": {
|
|
"update-browserslist-db": "cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"browserslist": ">= 4.21.0"
|
|
}
|
|
},
|
|
"node_modules/update-notifier": {
|
|
"version": "5.1.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boxen": "^5.0.0",
|
|
"chalk": "^4.1.0",
|
|
"configstore": "^5.0.1",
|
|
"has-yarn": "^2.1.0",
|
|
"import-lazy": "^2.1.0",
|
|
"is-ci": "^2.0.0",
|
|
"is-installed-globally": "^0.4.0",
|
|
"is-npm": "^5.0.0",
|
|
"is-yarn-global": "^0.3.0",
|
|
"latest-version": "^5.1.0",
|
|
"pupa": "^2.1.1",
|
|
"semver": "^7.3.4",
|
|
"semver-diff": "^3.1.1",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/yeoman/update-notifier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/upper-case": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/uri-js": {
|
|
"version": "4.4.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/url": {
|
|
"version": "0.11.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^1.4.1",
|
|
"qs": "^6.11.2"
|
|
}
|
|
},
|
|
"node_modules/url-parse": {
|
|
"version": "1.5.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"querystringify": "^2.1.1",
|
|
"requires-port": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/url-parse-lax": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prepend-http": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/url/node_modules/punycode": {
|
|
"version": "1.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utf-8-validate": {
|
|
"version": "5.0.10",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-gyp-build": "^4.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.14.2"
|
|
}
|
|
},
|
|
"node_modules/util": {
|
|
"version": "0.12.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"is-arguments": "^1.0.4",
|
|
"is-generator-function": "^1.0.7",
|
|
"is-typed-array": "^1.1.3",
|
|
"which-typed-array": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/util-extend": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/util.promisify": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.17.2",
|
|
"has-symbols": "^1.0.1",
|
|
"object.getownpropertydescriptors": "^2.1.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/utila": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utils-merge": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/uuid-parse": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/v8-compile-cache-lib": {
|
|
"version": "3.0.1",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/varint": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vary": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/vendors": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/verror": {
|
|
"version": "1.10.0",
|
|
"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",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vm-browserify": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vue": {
|
|
"version": "2.7.16",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/compiler-sfc": "2.7.16",
|
|
"csstype": "^3.1.0"
|
|
}
|
|
},
|
|
"node_modules/vue-hot-reload-api": {
|
|
"version": "2.3.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vue-loader": {
|
|
"version": "15.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/component-compiler-utils": "^3.1.0",
|
|
"hash-sum": "^1.0.2",
|
|
"loader-utils": "^1.1.0",
|
|
"vue-hot-reload-api": "^2.3.0",
|
|
"vue-style-loader": "^4.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"css-loader": "*",
|
|
"webpack": "^3.0.0 || ^4.1.0 || ^5.0.0-0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"cache-loader": {
|
|
"optional": true
|
|
},
|
|
"prettier": {
|
|
"optional": true
|
|
},
|
|
"vue-template-compiler": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/vue-loader/node_modules/json5": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
}
|
|
},
|
|
"node_modules/vue-loader/node_modules/loader-utils": {
|
|
"version": "1.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"big.js": "^5.2.2",
|
|
"emojis-list": "^3.0.0",
|
|
"json5": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/vue-material-design-icons": {
|
|
"version": "4.13.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vue-router": {
|
|
"version": "3.6.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vue-style-loader": {
|
|
"version": "4.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash-sum": "^1.0.2",
|
|
"loader-utils": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/vue-style-loader/node_modules/json5": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
}
|
|
},
|
|
"node_modules/vue-style-loader/node_modules/loader-utils": {
|
|
"version": "1.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"big.js": "^5.2.2",
|
|
"emojis-list": "^3.0.0",
|
|
"json5": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/vue-template-compiler": {
|
|
"version": "2.7.16",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"de-indent": "^1.0.2",
|
|
"he": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/vue-template-es2015-compiler": {
|
|
"version": "1.9.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vue2-ace-editor": {
|
|
"version": "0.0.15",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"brace": "^0.11.0"
|
|
}
|
|
},
|
|
"node_modules/vuex": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"vue": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/watchpack": {
|
|
"version": "2.4.4",
|
|
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.4.tgz",
|
|
"integrity": "sha512-c5EGNOiyxxV5qmTtAB7rbiXxi1ooX1pQKMLX/MIabJjRA0SJBQOjKF+KSVfHkr9U1cADPon0mRiVe/riyaiDUA==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/wbuf": {
|
|
"version": "1.7.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimalistic-assert": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/wcwidth": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defaults": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/webfontloader": {
|
|
"version": "1.6.28",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/webpack": {
|
|
"version": "5.99.9",
|
|
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.9.tgz",
|
|
"integrity": "sha512-brOPwM3JnmOa+7kd3NsmOUOwbDAj8FT9xDsG3IW0MgbN9yZV7Oi/s/+MNQ/EcSMqw7qfoRyXPoeEWT8zLVdVGg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/eslint-scope": "^3.7.7",
|
|
"@types/estree": "^1.0.6",
|
|
"@types/json-schema": "^7.0.15",
|
|
"@webassemblyjs/ast": "^1.14.1",
|
|
"@webassemblyjs/wasm-edit": "^1.14.1",
|
|
"@webassemblyjs/wasm-parser": "^1.14.1",
|
|
"acorn": "^8.14.0",
|
|
"browserslist": "^4.24.0",
|
|
"chrome-trace-event": "^1.0.2",
|
|
"enhanced-resolve": "^5.17.1",
|
|
"es-module-lexer": "^1.2.1",
|
|
"eslint-scope": "5.1.1",
|
|
"events": "^3.2.0",
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.2.11",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"loader-runner": "^4.2.0",
|
|
"mime-types": "^2.1.27",
|
|
"neo-async": "^2.6.2",
|
|
"schema-utils": "^4.3.2",
|
|
"tapable": "^2.1.1",
|
|
"terser-webpack-plugin": "^5.3.11",
|
|
"watchpack": "^2.4.1",
|
|
"webpack-sources": "^3.2.3"
|
|
},
|
|
"bin": {
|
|
"webpack": "bin/webpack.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"webpack-cli": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/webpack-cli": {
|
|
"version": "5.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@discoveryjs/json-ext": "^0.5.0",
|
|
"@webpack-cli/configtest": "^2.1.1",
|
|
"@webpack-cli/info": "^2.0.2",
|
|
"@webpack-cli/serve": "^2.0.5",
|
|
"colorette": "^2.0.14",
|
|
"commander": "^10.0.1",
|
|
"cross-spawn": "^7.0.3",
|
|
"envinfo": "^7.7.3",
|
|
"fastest-levenshtein": "^1.0.12",
|
|
"import-local": "^3.0.2",
|
|
"interpret": "^3.1.1",
|
|
"rechoir": "^0.8.0",
|
|
"webpack-merge": "^5.7.3"
|
|
},
|
|
"bin": {
|
|
"webpack-cli": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "5.x.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@webpack-cli/generators": {
|
|
"optional": true
|
|
},
|
|
"webpack-bundle-analyzer": {
|
|
"optional": true
|
|
},
|
|
"webpack-dev-server": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/webpack-cli/node_modules/commander": {
|
|
"version": "10.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/webpack-dev-middleware": {
|
|
"version": "5.3.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colorette": "^2.0.10",
|
|
"memfs": "^3.4.3",
|
|
"mime-types": "^2.1.31",
|
|
"range-parser": "^1.2.1",
|
|
"schema-utils": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^4.0.0 || ^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/webpack-dev-server": {
|
|
"version": "4.15.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/bonjour": "^3.5.9",
|
|
"@types/connect-history-api-fallback": "^1.3.5",
|
|
"@types/express": "^4.17.13",
|
|
"@types/serve-index": "^1.9.1",
|
|
"@types/serve-static": "^1.13.10",
|
|
"@types/sockjs": "^0.3.33",
|
|
"@types/ws": "^8.5.5",
|
|
"ansi-html-community": "^0.0.8",
|
|
"bonjour-service": "^1.0.11",
|
|
"chokidar": "^3.5.3",
|
|
"colorette": "^2.0.10",
|
|
"compression": "^1.7.4",
|
|
"connect-history-api-fallback": "^2.0.0",
|
|
"default-gateway": "^6.0.3",
|
|
"express": "^4.17.3",
|
|
"graceful-fs": "^4.2.6",
|
|
"html-entities": "^2.3.2",
|
|
"http-proxy-middleware": "^2.0.3",
|
|
"ipaddr.js": "^2.0.1",
|
|
"launch-editor": "^2.6.0",
|
|
"open": "^8.0.9",
|
|
"p-retry": "^4.5.0",
|
|
"rimraf": "^3.0.2",
|
|
"schema-utils": "^4.0.0",
|
|
"selfsigned": "^2.1.1",
|
|
"serve-index": "^1.9.1",
|
|
"sockjs": "^0.3.24",
|
|
"spdy": "^4.0.2",
|
|
"webpack-dev-middleware": "^5.3.1",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"bin": {
|
|
"webpack-dev-server": "bin/webpack-dev-server.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^4.37.0 || ^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"webpack": {
|
|
"optional": true
|
|
},
|
|
"webpack-cli": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/webpack-dev-server/node_modules/ipaddr.js": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/webpack-dev-server/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/webpack-merge": {
|
|
"version": "5.10.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone-deep": "^4.0.1",
|
|
"flat": "^5.0.2",
|
|
"wildcard": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/webpack-sources": {
|
|
"version": "3.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/websocket-driver": {
|
|
"version": "0.7.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"http-parser-js": ">=0.5.1",
|
|
"safe-buffer": ">=5.1.0",
|
|
"websocket-extensions": ">=0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/websocket-extensions": {
|
|
"version": "0.1.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/well-known-symbols": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/whatwg-url": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/which": {
|
|
"version": "2.0.2",
|
|
"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-module": {
|
|
"version": "2.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/which-typed-array": {
|
|
"version": "1.1.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.6",
|
|
"call-bind": "^1.0.5",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"has-tostringtag": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/widest-line": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/widest-line/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/widest-line/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"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/wildcard": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/windows-release": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/windows-release/node_modules/execa": {
|
|
"version": "4.1.0",
|
|
"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/windows-release/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/windows-release/node_modules/human-signals": {
|
|
"version": "1.1.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8.12.0"
|
|
}
|
|
},
|
|
"node_modules/windows-release/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/windows-release/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/windows-release/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/windows-release/node_modules/onetime": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/word-wrap": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs": {
|
|
"name": "wrap-ansi",
|
|
"version": "7.0.0",
|
|
"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/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"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/wrappy": {
|
|
"version": "1.0.2",
|
|
"license": "ISC"
|
|
},
|
|
"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/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/ws": {
|
|
"version": "8.18.2",
|
|
"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/xdg-basedir": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/xtend": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/y18n": {
|
|
"version": "5.0.8",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/yaml-js": {
|
|
"version": "0.2.3",
|
|
"license": "WTFPL"
|
|
},
|
|
"node_modules/yargs": {
|
|
"version": "17.7.2",
|
|
"license": "MIT",
|
|
"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",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/yargs/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"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/yawn-yaml": {
|
|
"version": "1.5.0",
|
|
"resolved": "git+ssh://git@github.com/dragory/yawn-yaml.git#77ab3870ca53c4693002c4a41336e7476e7934ed",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-yaml": "^3.4.2",
|
|
"lodash": "^4.17.11",
|
|
"yaml-js": "^0.2.3"
|
|
}
|
|
},
|
|
"node_modules/yawn-yaml/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/yawn-yaml/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/yn": {
|
|
"version": "3.1.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/yocto-queue": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/zlib-sync": {
|
|
"version": "0.1.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nan": "^2.18.0"
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "3.25.17",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
},
|
|
"node_modules/zod-to-json-schema": {
|
|
"version": "3.22.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"peerDependencies": {
|
|
"zod": "^3.22.4"
|
|
}
|
|
},
|
|
"shared": {
|
|
"name": "@zeppelinbot/shared",
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"ava": "^5.3.1",
|
|
"ts-node": "^10.9.1"
|
|
}
|
|
}
|
|
}
|
|
}
|