mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
33381 lines
828 KiB
JSON
33381 lines
828 KiB
JSON
{
|
|
"name": "lens-monorepo",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "lens-monorepo",
|
|
"workspaces": [
|
|
"packages/**/*"
|
|
],
|
|
"devDependencies": {
|
|
"adr": "^1.4.3",
|
|
"cross-env": "^7.0.3",
|
|
"lerna": "^6.6.1",
|
|
"rimraf": "^4.4.1"
|
|
}
|
|
},
|
|
"node_modules/@adobe/css-tools": {
|
|
"version": "4.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@ampproject/remapping": {
|
|
"version": "2.2.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.1.0",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@astronautlabs/jsonpath": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/esprima": "^4.0.2",
|
|
"@types/mkdirp": "^1.0.0",
|
|
"esprima": "1.2.2",
|
|
"static-eval": "2.0.2",
|
|
"underscore": "1.7.0"
|
|
}
|
|
},
|
|
"node_modules/@async-fn/jest": {
|
|
"version": "1.6.4",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"jest": ">= 24.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/highlight": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/compat-data": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.21.4",
|
|
"@babel/generator": "^7.21.4",
|
|
"@babel/helper-compilation-targets": "^7.21.4",
|
|
"@babel/helper-module-transforms": "^7.21.2",
|
|
"@babel/helpers": "^7.21.0",
|
|
"@babel/parser": "^7.21.4",
|
|
"@babel/template": "^7.20.7",
|
|
"@babel/traverse": "^7.21.4",
|
|
"@babel/types": "^7.21.4",
|
|
"convert-source-map": "^1.7.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.2",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
}
|
|
},
|
|
"node_modules/@babel/core/node_modules/convert-source-map": {
|
|
"version": "1.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/core/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/eslint-parser": {
|
|
"version": "7.21.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
|
|
"eslint-visitor-keys": "^2.1.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": ">=7.11.0",
|
|
"eslint": "^7.5.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/eslint-parser/node_modules/eslint-visitor-keys": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@babel/eslint-parser/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"peer": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.21.4",
|
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
"jsesc": "^2.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.2",
|
|
"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/@babel/helper-annotate-as-pure": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
|
|
"version": "7.18.9",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-explode-assignable-expression": "^7.18.6",
|
|
"@babel/types": "^7.18.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.21.4",
|
|
"@babel/helper-validator-option": "^7.21.0",
|
|
"browserslist": "^4.21.3",
|
|
"lru-cache": "^5.1.1",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
"@babel/helper-environment-visitor": "^7.18.9",
|
|
"@babel/helper-function-name": "^7.21.0",
|
|
"@babel/helper-member-expression-to-functions": "^7.21.0",
|
|
"@babel/helper-optimise-call-expression": "^7.18.6",
|
|
"@babel/helper-replace-supers": "^7.20.7",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
|
|
"@babel/helper-split-export-declaration": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
"regexpu-core": "^5.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
"version": "0.3.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.17.7",
|
|
"@babel/helper-plugin-utils": "^7.16.7",
|
|
"debug": "^4.1.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"resolve": "^1.14.2",
|
|
"semver": "^6.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"peer": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-environment-visitor": {
|
|
"version": "7.18.9",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-explode-assignable-expression": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-function-name": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.20.7",
|
|
"@babel/types": "^7.21.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-hoist-variables": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.21.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-imports": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.21.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
"version": "7.21.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.18.9",
|
|
"@babel/helper-module-imports": "^7.18.6",
|
|
"@babel/helper-simple-access": "^7.20.2",
|
|
"@babel/helper-split-export-declaration": "^7.18.6",
|
|
"@babel/helper-validator-identifier": "^7.19.1",
|
|
"@babel/template": "^7.20.7",
|
|
"@babel/traverse": "^7.21.2",
|
|
"@babel/types": "^7.21.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-plugin-utils": {
|
|
"version": "7.20.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
"version": "7.18.9",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
"@babel/helper-environment-visitor": "^7.18.9",
|
|
"@babel/helper-wrap-function": "^7.18.9",
|
|
"@babel/types": "^7.18.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.18.9",
|
|
"@babel/helper-member-expression-to-functions": "^7.20.7",
|
|
"@babel/helper-optimise-call-expression": "^7.18.6",
|
|
"@babel/template": "^7.20.7",
|
|
"@babel/traverse": "^7.20.7",
|
|
"@babel/types": "^7.20.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-simple-access": {
|
|
"version": "7.20.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
"version": "7.20.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/types": "^7.20.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-split-export-declaration": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"version": "7.19.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.19.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-option": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-wrap-function": {
|
|
"version": "7.20.5",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-function-name": "^7.19.0",
|
|
"@babel/template": "^7.18.10",
|
|
"@babel/traverse": "^7.20.5",
|
|
"@babel/types": "^7.20.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helpers": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.20.7",
|
|
"@babel/traverse": "^7.21.0",
|
|
"@babel/types": "^7.21.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.18.6",
|
|
"chalk": "^2.0.0",
|
|
"js-tokens": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/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/@babel/highlight/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"version": "7.21.4",
|
|
"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.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.20.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.13.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-async-generator-functions": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.18.9",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-remap-async-to-generator": "^7.18.9",
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-class-properties": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-class-static-block": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.21.0",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.12.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-decorators": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.21.0",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-replace-supers": "^7.20.7",
|
|
"@babel/helper-split-export-declaration": "^7.18.6",
|
|
"@babel/plugin-syntax-decorators": "^7.21.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-dynamic-import": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-export-namespace-from": {
|
|
"version": "7.18.9",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.9",
|
|
"@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-proposal-json-strings": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6",
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-logical-assignment-operators": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@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-proposal-nullish-coalescing-operator": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6",
|
|
"@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-proposal-numeric-separator": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6",
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-object-rest-spread": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.20.5",
|
|
"@babel/helper-compilation-targets": "^7.20.7",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
"@babel/plugin-transform-parameters": "^7.20.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-optional-catch-binding": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6",
|
|
"@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-proposal-optional-chaining": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-private-methods": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-class-features-plugin": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-private-property-in-object": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
"@babel/helper-create-class-features-plugin": "^7.21.0",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@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-proposal-unicode-property-regex": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-async-generators": {
|
|
"version": "7.8.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-bigint": {
|
|
"version": "7.8.3",
|
|
"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",
|
|
"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",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"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-decorators": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-dynamic-import": {
|
|
"version": "7.8.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"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",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-flow": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-assertions": {
|
|
"version": "7.20.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-import-meta": {
|
|
"version": "7.10.4",
|
|
"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",
|
|
"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.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-logical-assignment-operators": {
|
|
"version": "7.10.4",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"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",
|
|
"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.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-arrow-functions": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-remap-async-to-generator": "^7.18.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-classes": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
"@babel/helper-compilation-targets": "^7.20.7",
|
|
"@babel/helper-environment-visitor": "^7.18.9",
|
|
"@babel/helper-function-name": "^7.21.0",
|
|
"@babel/helper-optimise-call-expression": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-replace-supers": "^7.20.7",
|
|
"@babel/helper-split-export-declaration": "^7.18.6",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/template": "^7.20.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
"version": "7.21.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-dotall-regex": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"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-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-duplicate-keys": {
|
|
"version": "7.18.9",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-flow-strip-types": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/plugin-syntax-flow": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-function-name": {
|
|
"version": "7.18.9",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.18.9",
|
|
"@babel/helper-function-name": "^7.18.9",
|
|
"@babel/helper-plugin-utils": "^7.18.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-literals": {
|
|
"version": "7.18.9",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-member-expression-literals": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-amd": {
|
|
"version": "7.20.11",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.20.11",
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
"version": "7.21.2",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.21.2",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-simple-access": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
"version": "7.20.11",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-hoist-variables": "^7.18.6",
|
|
"@babel/helper-module-transforms": "^7.20.11",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-validator-identifier": "^7.19.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-umd": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-named-capturing-groups-regex": {
|
|
"version": "7.20.5",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.20.5",
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-new-target": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-super": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6",
|
|
"@babel/helper-replace-supers": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
"version": "7.21.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-property-literals": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
"@babel/helper-module-imports": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/plugin-syntax-jsx": "^7.18.6",
|
|
"@babel/types": "^7.21.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-development": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/plugin-transform-react-jsx": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-pure-annotations": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
"version": "7.20.5",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"regenerator-transform": "^0.15.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-reserved-words": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.21.4",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"babel-plugin-polyfill-corejs2": "^0.3.3",
|
|
"babel-plugin-polyfill-corejs3": "^0.6.0",
|
|
"babel-plugin-polyfill-regenerator": "^0.4.1",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"peer": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-shorthand-properties": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-spread": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-sticky-regex": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-template-literals": {
|
|
"version": "7.18.9",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
"version": "7.18.9",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
"version": "7.21.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.18.6",
|
|
"@babel/helper-create-class-features-plugin": "^7.21.0",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/plugin-syntax-typescript": "^7.20.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-escapes": {
|
|
"version": "7.18.10",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-regex": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"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-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-env": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.21.4",
|
|
"@babel/helper-compilation-targets": "^7.21.4",
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-validator-option": "^7.21.0",
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7",
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-proposal-class-static-block": "^7.21.0",
|
|
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
|
|
"@babel/plugin-proposal-json-strings": "^7.18.6",
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
|
|
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
|
|
"@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.20.0",
|
|
"@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-transform-arrow-functions": "^7.20.7",
|
|
"@babel/plugin-transform-async-to-generator": "^7.20.7",
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.18.6",
|
|
"@babel/plugin-transform-block-scoping": "^7.21.0",
|
|
"@babel/plugin-transform-classes": "^7.21.0",
|
|
"@babel/plugin-transform-computed-properties": "^7.20.7",
|
|
"@babel/plugin-transform-destructuring": "^7.21.3",
|
|
"@babel/plugin-transform-dotall-regex": "^7.18.6",
|
|
"@babel/plugin-transform-duplicate-keys": "^7.18.9",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.18.6",
|
|
"@babel/plugin-transform-for-of": "^7.21.0",
|
|
"@babel/plugin-transform-function-name": "^7.18.9",
|
|
"@babel/plugin-transform-literals": "^7.18.9",
|
|
"@babel/plugin-transform-member-expression-literals": "^7.18.6",
|
|
"@babel/plugin-transform-modules-amd": "^7.20.11",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
|
|
"@babel/plugin-transform-modules-systemjs": "^7.20.11",
|
|
"@babel/plugin-transform-modules-umd": "^7.18.6",
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5",
|
|
"@babel/plugin-transform-new-target": "^7.18.6",
|
|
"@babel/plugin-transform-object-super": "^7.18.6",
|
|
"@babel/plugin-transform-parameters": "^7.21.3",
|
|
"@babel/plugin-transform-property-literals": "^7.18.6",
|
|
"@babel/plugin-transform-regenerator": "^7.20.5",
|
|
"@babel/plugin-transform-reserved-words": "^7.18.6",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
|
|
"@babel/plugin-transform-spread": "^7.20.7",
|
|
"@babel/plugin-transform-sticky-regex": "^7.18.6",
|
|
"@babel/plugin-transform-template-literals": "^7.18.9",
|
|
"@babel/plugin-transform-typeof-symbol": "^7.18.9",
|
|
"@babel/plugin-transform-unicode-escapes": "^7.18.10",
|
|
"@babel/plugin-transform-unicode-regex": "^7.18.6",
|
|
"@babel/preset-modules": "^0.1.5",
|
|
"@babel/types": "^7.21.4",
|
|
"babel-plugin-polyfill-corejs2": "^0.3.3",
|
|
"babel-plugin-polyfill-corejs3": "^0.6.0",
|
|
"babel-plugin-polyfill-regenerator": "^0.4.1",
|
|
"core-js-compat": "^3.25.1",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-env/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"peer": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-modules": {
|
|
"version": "0.1.5",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
|
|
"@babel/plugin-transform-dotall-regex": "^7.4.4",
|
|
"@babel/types": "^7.4.4",
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-react": {
|
|
"version": "7.18.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.18.6",
|
|
"@babel/helper-validator-option": "^7.18.6",
|
|
"@babel/plugin-transform-react-display-name": "^7.18.6",
|
|
"@babel/plugin-transform-react-jsx": "^7.18.6",
|
|
"@babel/plugin-transform-react-jsx-development": "^7.18.6",
|
|
"@babel/plugin-transform-react-pure-annotations": "^7.18.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/preset-typescript": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-validator-option": "^7.21.0",
|
|
"@babel/plugin-syntax-jsx": "^7.21.4",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
|
|
"@babel/plugin-transform-typescript": "^7.21.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/regjsgen": {
|
|
"version": "0.8.0",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.21.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerator-runtime": "^0.13.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/runtime-corejs3": {
|
|
"version": "7.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-js-pure": "^3.25.1",
|
|
"regenerator-runtime": "^0.13.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.18.6",
|
|
"@babel/parser": "^7.20.7",
|
|
"@babel/types": "^7.20.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.21.4",
|
|
"@babel/generator": "^7.21.4",
|
|
"@babel/helper-environment-visitor": "^7.18.9",
|
|
"@babel/helper-function-name": "^7.21.0",
|
|
"@babel/helper-hoist-variables": "^7.18.6",
|
|
"@babel/helper-split-export-declaration": "^7.18.6",
|
|
"@babel/parser": "^7.21.4",
|
|
"@babel/types": "^7.21.4",
|
|
"debug": "^4.1.0",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.19.4",
|
|
"@babel/helper-validator-identifier": "^7.19.1",
|
|
"to-fast-properties": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@bcoe/v8-coverage": {
|
|
"version": "0.2.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@colors/colors": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"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/@dabh/diagnostics": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colorspace": "1.1.x",
|
|
"enabled": "2.0.x",
|
|
"kuler": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/@develar/schema-utils": {
|
|
"version": "2.6.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.0",
|
|
"ajv-keywords": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
}
|
|
},
|
|
"node_modules/@develar/schema-utils/node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/@develar/schema-utils/node_modules/ajv-keywords": {
|
|
"version": "3.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ajv": "^6.9.1"
|
|
}
|
|
},
|
|
"node_modules/@develar/schema-utils/node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@discoveryjs/json-ext": {
|
|
"version": "0.5.7",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/get": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"env-paths": "^2.2.0",
|
|
"fs-extra": "^8.1.0",
|
|
"got": "^11.8.5",
|
|
"progress": "^2.0.3",
|
|
"semver": "^6.2.0",
|
|
"sumchecker": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"global-agent": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/get/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/@electron/get/node_modules/jsonfile": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/@electron/get/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@electron/get/node_modules/universalify": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild": {
|
|
"version": "3.2.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@malept/cross-spawn-promise": "^2.0.0",
|
|
"chalk": "^4.0.0",
|
|
"debug": "^4.1.1",
|
|
"detect-libc": "^2.0.1",
|
|
"fs-extra": "^10.0.0",
|
|
"got": "^11.7.0",
|
|
"lzma-native": "^8.0.5",
|
|
"node-abi": "^3.0.0",
|
|
"node-api-version": "^0.1.4",
|
|
"node-gyp": "^9.0.0",
|
|
"ora": "^5.1.0",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.0.5",
|
|
"yargs": "^17.0.1"
|
|
},
|
|
"bin": {
|
|
"electron-rebuild": "lib/src/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/@npmcli/fs": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.1.3",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/cacache": {
|
|
"version": "16.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^2.1.0",
|
|
"@npmcli/move-file": "^2.0.0",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"glob": "^8.0.1",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^9.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/cacache/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/make-fetch-happen": {
|
|
"version": "10.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^16.1.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/minipass-fetch": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.1.6",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/node-gyp": {
|
|
"version": "9.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.0",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^10.0.3",
|
|
"nopt": "^6.0.0",
|
|
"npmlog": "^6.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13 || ^14.13 || >=16"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/nopt": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/unique-filename": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/unique-slug": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/rebuild/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@electron/universal": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@malept/cross-spawn-promise": "^1.1.0",
|
|
"asar": "^3.1.0",
|
|
"debug": "^4.3.1",
|
|
"dir-compare": "^2.4.0",
|
|
"fs-extra": "^9.0.1",
|
|
"minimatch": "^3.0.4",
|
|
"plist": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/@electron/universal/node_modules/@malept/cross-spawn-promise": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/malept"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/subscription/pkg/npm-.malept-cross-spawn-promise?utm_medium=referral&utm_source=npm_fund"
|
|
}
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@emotion/babel-plugin": {
|
|
"version": "11.10.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.16.7",
|
|
"@babel/runtime": "^7.18.3",
|
|
"@emotion/hash": "^0.9.0",
|
|
"@emotion/memoize": "^0.8.0",
|
|
"@emotion/serialize": "^1.1.1",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"convert-source-map": "^1.5.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"find-root": "^1.1.0",
|
|
"source-map": "^0.5.7",
|
|
"stylis": "4.1.3"
|
|
}
|
|
},
|
|
"node_modules/@emotion/babel-plugin/node_modules/@emotion/hash": {
|
|
"version": "0.9.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/babel-plugin/node_modules/convert-source-map": {
|
|
"version": "1.9.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/babel-plugin/node_modules/source-map": {
|
|
"version": "0.5.7",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@emotion/cache": {
|
|
"version": "11.10.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@emotion/memoize": "^0.8.0",
|
|
"@emotion/sheet": "^1.2.1",
|
|
"@emotion/utils": "^1.2.0",
|
|
"@emotion/weak-memoize": "^0.3.0",
|
|
"stylis": "4.1.3"
|
|
}
|
|
},
|
|
"node_modules/@emotion/hash": {
|
|
"version": "0.8.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/memoize": {
|
|
"version": "0.8.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/react": {
|
|
"version": "11.10.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.3",
|
|
"@emotion/babel-plugin": "^11.10.6",
|
|
"@emotion/cache": "^11.10.5",
|
|
"@emotion/serialize": "^1.1.1",
|
|
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
|
|
"@emotion/utils": "^1.2.0",
|
|
"@emotion/weak-memoize": "^0.3.0",
|
|
"hoist-non-react-statics": "^3.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@emotion/serialize": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@emotion/hash": "^0.9.0",
|
|
"@emotion/memoize": "^0.8.0",
|
|
"@emotion/unitless": "^0.8.0",
|
|
"@emotion/utils": "^1.2.0",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@emotion/serialize/node_modules/@emotion/hash": {
|
|
"version": "0.9.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/serialize/node_modules/csstype": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/sheet": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/unitless": {
|
|
"version": "0.8.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/use-insertion-effect-with-fallbacks": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0"
|
|
}
|
|
},
|
|
"node_modules/@emotion/utils": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@emotion/weak-memoize": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@esbuild/darwin-x64": {
|
|
"version": "0.17.15",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@eslint-community/eslint-utils": {
|
|
"version": "4.4.0",
|
|
"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.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.3.2",
|
|
"espree": "^9.5.1",
|
|
"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/eslintrc/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/@eslint/eslintrc/node_modules/globals": {
|
|
"version": "13.20.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@eslint/eslintrc/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/@eslint/js": {
|
|
"version": "8.37.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@floating-ui/core": {
|
|
"version": "1.2.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@floating-ui/dom": {
|
|
"version": "1.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@floating-ui/core": "^1.2.4"
|
|
}
|
|
},
|
|
"node_modules/@gar/promisify": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@hapi/b64": {
|
|
"version": "5.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/b64/node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/boom": {
|
|
"version": "10.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^11.0.2"
|
|
}
|
|
},
|
|
"node_modules/@hapi/bourne": {
|
|
"version": "2.1.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/call": {
|
|
"version": "9.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "^10.0.1",
|
|
"@hapi/hoek": "^11.0.2"
|
|
}
|
|
},
|
|
"node_modules/@hapi/content": {
|
|
"version": "5.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/content/node_modules/@hapi/boom": {
|
|
"version": "9.1.4",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/content/node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/file": {
|
|
"version": "2.0.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/hoek": {
|
|
"version": "11.0.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/nigel": {
|
|
"version": "4.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.4",
|
|
"@hapi/vise": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@hapi/nigel/node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/pez": {
|
|
"version": "5.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/b64": "5.x.x",
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/content": "^5.0.2",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/nigel": "4.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/pez/node_modules/@hapi/boom": {
|
|
"version": "9.1.4",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/pez/node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/subtext": {
|
|
"version": "7.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/bourne": "2.x.x",
|
|
"@hapi/content": "^5.0.2",
|
|
"@hapi/file": "2.x.x",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/pez": "^5.1.0",
|
|
"@hapi/wreck": "17.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/subtext/node_modules/@hapi/boom": {
|
|
"version": "9.1.4",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/subtext/node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/topo": {
|
|
"version": "5.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@hapi/topo/node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/vise": {
|
|
"version": "4.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/vise/node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/wreck": {
|
|
"version": "17.2.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/bourne": "2.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/wreck/node_modules/@hapi/boom": {
|
|
"version": "9.1.4",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/wreck/node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@humanwhocodes/config-array": {
|
|
"version": "0.11.8",
|
|
"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",
|
|
"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",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hutson/parse-repository-url": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/string-locale-compare": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config": {
|
|
"version": "1.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"camelcase": "^5.3.1",
|
|
"find-up": "^4.1.0",
|
|
"get-package-type": "^0.1.0",
|
|
"js-yaml": "^3.13.1",
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/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/@istanbuljs/load-nyc-config/node_modules/find-up": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/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/@istanbuljs/load-nyc-config/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/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/@istanbuljs/load-nyc-config/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@istanbuljs/schema": {
|
|
"version": "0.1.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@jest/console": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.5.0",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"jest-message-util": "^29.5.0",
|
|
"jest-util": "^29.5.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/core": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/console": "^29.5.0",
|
|
"@jest/reporters": "^29.5.0",
|
|
"@jest/test-result": "^29.5.0",
|
|
"@jest/transform": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/node": "*",
|
|
"ansi-escapes": "^4.2.1",
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^3.2.0",
|
|
"exit": "^0.1.2",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-changed-files": "^29.5.0",
|
|
"jest-config": "^29.5.0",
|
|
"jest-haste-map": "^29.5.0",
|
|
"jest-message-util": "^29.5.0",
|
|
"jest-regex-util": "^29.4.3",
|
|
"jest-resolve": "^29.5.0",
|
|
"jest-resolve-dependencies": "^29.5.0",
|
|
"jest-runner": "^29.5.0",
|
|
"jest-runtime": "^29.5.0",
|
|
"jest-snapshot": "^29.5.0",
|
|
"jest-util": "^29.5.0",
|
|
"jest-validate": "^29.5.0",
|
|
"jest-watcher": "^29.5.0",
|
|
"micromatch": "^4.0.4",
|
|
"pretty-format": "^29.5.0",
|
|
"slash": "^3.0.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"node-notifier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@jest/core/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@jest/core/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/core/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jest/create-cache-key-function": {
|
|
"version": "27.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^27.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/create-cache-key-function/node_modules/@jest/types": {
|
|
"version": "27.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
"@types/node": "*",
|
|
"@types/yargs": "^16.0.0",
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/create-cache-key-function/node_modules/@types/yargs": {
|
|
"version": "16.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/@jest/environment": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/fake-timers": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/node": "*",
|
|
"jest-mock": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/expect": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"expect": "^29.5.0",
|
|
"jest-snapshot": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/expect-utils": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jest-get-type": "^29.4.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/fake-timers": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.5.0",
|
|
"@sinonjs/fake-timers": "^10.0.2",
|
|
"@types/node": "*",
|
|
"jest-message-util": "^29.5.0",
|
|
"jest-mock": "^29.5.0",
|
|
"jest-util": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/globals": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.5.0",
|
|
"@jest/expect": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"jest-mock": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/reporters": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@bcoe/v8-coverage": "^0.2.3",
|
|
"@jest/console": "^29.5.0",
|
|
"@jest/test-result": "^29.5.0",
|
|
"@jest/transform": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@jridgewell/trace-mapping": "^0.3.15",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"collect-v8-coverage": "^1.0.0",
|
|
"exit": "^0.1.2",
|
|
"glob": "^7.1.3",
|
|
"graceful-fs": "^4.2.9",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"istanbul-lib-instrument": "^5.1.0",
|
|
"istanbul-lib-report": "^3.0.0",
|
|
"istanbul-lib-source-maps": "^4.0.0",
|
|
"istanbul-reports": "^3.1.3",
|
|
"jest-message-util": "^29.5.0",
|
|
"jest-util": "^29.5.0",
|
|
"jest-worker": "^29.5.0",
|
|
"slash": "^3.0.0",
|
|
"string-length": "^4.0.1",
|
|
"strip-ansi": "^6.0.0",
|
|
"v8-to-istanbul": "^9.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"node-notifier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@jest/schemas": {
|
|
"version": "29.4.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "^0.25.16"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/source-map": {
|
|
"version": "29.4.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.15",
|
|
"callsites": "^3.0.0",
|
|
"graceful-fs": "^4.2.9"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/test-result": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/console": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"collect-v8-coverage": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/test-sequencer": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/test-result": "^29.5.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-haste-map": "^29.5.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/transform": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@jest/types": "^29.5.0",
|
|
"@jridgewell/trace-mapping": "^0.3.15",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"chalk": "^4.0.0",
|
|
"convert-source-map": "^2.0.0",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-haste-map": "^29.5.0",
|
|
"jest-regex-util": "^29.4.3",
|
|
"jest-util": "^29.5.0",
|
|
"micromatch": "^4.0.4",
|
|
"pirates": "^4.0.4",
|
|
"slash": "^3.0.0",
|
|
"write-file-atomic": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jest/types": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
"@types/node": "*",
|
|
"@types/yargs": "^17.0.8",
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/set-array": "^1.0.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/set-array": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/source-map": {
|
|
"version": "0.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": {
|
|
"version": "0.3.2",
|
|
"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/sourcemap-codec": {
|
|
"version": "1.4.14",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.17",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "3.1.0",
|
|
"@jridgewell/sourcemap-codec": "1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@k8slens/application": {
|
|
"resolved": "packages/technical-features/application/agnostic",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/application-for-electron-main": {
|
|
"resolved": "packages/technical-features/application/electron-main",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/bump-version-for-cron": {
|
|
"resolved": "packages/bump-version-for-cron",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/cluster-settings": {
|
|
"resolved": "packages/cluster-settings",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/computed-channel": {
|
|
"resolved": "packages/technical-features/messaging/computed-channel",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/core": {
|
|
"resolved": "packages/core",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/ensure-binaries": {
|
|
"resolved": "packages/ensure-binaries",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/eslint-config": {
|
|
"resolved": "packages/infrastructure/eslint-config",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/extensions": {
|
|
"resolved": "packages/extension-api",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/feature-core": {
|
|
"resolved": "packages/technical-features/feature-core",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/generate-tray-icons": {
|
|
"resolved": "packages/generate-tray-icons",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/jest": {
|
|
"resolved": "packages/infrastructure/jest",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/keyboard-shortcuts": {
|
|
"resolved": "packages/business-features/keyboard-shortcuts",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/legacy-extension-example": {
|
|
"resolved": "packages/legacy-extension-example",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/legacy-extensions": {
|
|
"resolved": "packages/technical-features/application/legacy-extensions",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/messaging": {
|
|
"resolved": "packages/technical-features/messaging/agnostic",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/messaging-fake-bridge": {
|
|
"resolved": "packages/technical-features/messaging/message-bridge-fake",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/messaging-for-main": {
|
|
"resolved": "packages/technical-features/messaging/electron/main",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/messaging-for-renderer": {
|
|
"resolved": "packages/technical-features/messaging/electron/renderer",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/metrics": {
|
|
"resolved": "packages/metrics",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/node-fetch": {
|
|
"resolved": "packages/node-fetch",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/react-application": {
|
|
"resolved": "packages/technical-features/react-application",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/react-testing-library-discovery": {
|
|
"resolved": "packages/utility-features/react-testing-library-discovery",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/release-tool": {
|
|
"resolved": "packages/release-tool",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/run-many": {
|
|
"resolved": "packages/utility-features/run-many",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/semver": {
|
|
"resolved": "packages/semver",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/startable-stoppable": {
|
|
"resolved": "packages/utility-features/startable-stoppable",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/test-utils": {
|
|
"resolved": "packages/utility-features/test-utils",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/typescript": {
|
|
"resolved": "packages/infrastructure/typescript",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/utilities": {
|
|
"resolved": "packages/utility-features/utilities",
|
|
"link": true
|
|
},
|
|
"node_modules/@k8slens/webpack": {
|
|
"resolved": "packages/infrastructure/webpack",
|
|
"link": true
|
|
},
|
|
"node_modules/@kubernetes/client-node": {
|
|
"version": "0.18.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/js-yaml": "^4.0.1",
|
|
"@types/node": "^18.11.17",
|
|
"@types/request": "^2.47.1",
|
|
"@types/ws": "^8.5.3",
|
|
"byline": "^5.0.0",
|
|
"isomorphic-ws": "^5.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"jsonpath-plus": "^7.2.0",
|
|
"request": "^2.88.0",
|
|
"rfc4648": "^1.3.0",
|
|
"stream-buffers": "^3.0.2",
|
|
"tar": "^6.1.11",
|
|
"tmp-promise": "^3.0.2",
|
|
"tslib": "^2.4.1",
|
|
"underscore": "^1.13.6",
|
|
"ws": "^8.11.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"openid-client": "^5.3.0"
|
|
}
|
|
},
|
|
"node_modules/@leichtgewicht/ip-codec": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@lerna/child-process": {
|
|
"version": "6.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"execa": "^5.0.0",
|
|
"strong-log-transformer": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lerna/child-process/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/@lerna/child-process/node_modules/get-stream": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@lerna/child-process/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@lerna/child-process/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@lerna/create": {
|
|
"version": "6.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lerna/child-process": "6.6.1",
|
|
"dedent": "^0.7.0",
|
|
"fs-extra": "^9.1.0",
|
|
"init-package-json": "^3.0.2",
|
|
"npm-package-arg": "8.1.1",
|
|
"p-reduce": "^2.1.0",
|
|
"pacote": "^13.6.1",
|
|
"pify": "^5.0.0",
|
|
"semver": "^7.3.4",
|
|
"slash": "^3.0.0",
|
|
"validate-npm-package-license": "^3.0.4",
|
|
"validate-npm-package-name": "^4.0.0",
|
|
"yargs-parser": "20.2.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lerna/create/node_modules/pify": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management": {
|
|
"version": "6.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "6.2.3",
|
|
"@npmcli/run-script": "4.1.7",
|
|
"@nrwl/devkit": ">=15.5.2 < 16",
|
|
"@octokit/rest": "19.0.3",
|
|
"byte-size": "7.0.0",
|
|
"chalk": "4.1.0",
|
|
"clone-deep": "4.0.1",
|
|
"cmd-shim": "5.0.0",
|
|
"columnify": "1.6.0",
|
|
"config-chain": "1.1.12",
|
|
"conventional-changelog-core": "4.2.4",
|
|
"conventional-recommended-bump": "6.1.0",
|
|
"cosmiconfig": "7.0.0",
|
|
"dedent": "0.7.0",
|
|
"dot-prop": "6.0.1",
|
|
"execa": "5.0.0",
|
|
"file-url": "3.0.0",
|
|
"find-up": "5.0.0",
|
|
"fs-extra": "9.1.0",
|
|
"get-port": "5.1.1",
|
|
"get-stream": "6.0.0",
|
|
"git-url-parse": "13.1.0",
|
|
"glob-parent": "5.1.2",
|
|
"globby": "11.1.0",
|
|
"graceful-fs": "4.2.10",
|
|
"has-unicode": "2.0.1",
|
|
"inquirer": "8.2.4",
|
|
"is-ci": "2.0.0",
|
|
"is-stream": "2.0.0",
|
|
"libnpmpublish": "6.0.4",
|
|
"load-json-file": "6.2.0",
|
|
"make-dir": "3.1.0",
|
|
"minimatch": "3.0.5",
|
|
"multimatch": "5.0.0",
|
|
"node-fetch": "2.6.7",
|
|
"npm-package-arg": "8.1.1",
|
|
"npm-packlist": "5.1.1",
|
|
"npm-registry-fetch": "14.0.3",
|
|
"npmlog": "6.0.2",
|
|
"p-map": "4.0.0",
|
|
"p-map-series": "2.1.0",
|
|
"p-queue": "6.6.2",
|
|
"p-waterfall": "2.1.1",
|
|
"pacote": "13.6.2",
|
|
"pify": "5.0.0",
|
|
"pretty-format": "29.4.3",
|
|
"read-cmd-shim": "3.0.0",
|
|
"read-package-json": "5.0.1",
|
|
"resolve-from": "5.0.0",
|
|
"semver": "7.3.8",
|
|
"signal-exit": "3.0.7",
|
|
"slash": "3.0.0",
|
|
"ssri": "9.0.1",
|
|
"strong-log-transformer": "2.1.0",
|
|
"tar": "6.1.11",
|
|
"temp-dir": "1.0.0",
|
|
"tempy": "1.0.0",
|
|
"upath": "2.0.1",
|
|
"uuid": "8.3.2",
|
|
"write-file-atomic": "4.0.1",
|
|
"write-pkg": "4.0.0",
|
|
"yargs": "16.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/chalk": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/ci-info": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/cosmiconfig": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/parse-json": "^4.0.0",
|
|
"import-fresh": "^3.2.1",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/execa": {
|
|
"version": "5.0.0",
|
|
"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/@lerna/legacy-package-management/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/get-stream": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/graceful-fs": {
|
|
"version": "4.2.10",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/inquirer": {
|
|
"version": "8.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^4.2.1",
|
|
"chalk": "^4.1.1",
|
|
"cli-cursor": "^3.1.0",
|
|
"cli-width": "^3.0.0",
|
|
"external-editor": "^3.0.3",
|
|
"figures": "^3.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mute-stream": "0.0.8",
|
|
"ora": "^5.4.1",
|
|
"run-async": "^2.4.0",
|
|
"rxjs": "^7.5.5",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"through": "^2.3.6",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/inquirer/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/is-ci": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ci-info": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"is-ci": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/is-stream": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/minimatch": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/node-fetch": {
|
|
"version": "2.6.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/pify": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/pretty-format": {
|
|
"version": "29.4.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/pretty-format/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/tar": {
|
|
"version": "6.1.11",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^3.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/tempy": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"del": "^6.0.0",
|
|
"is-stream": "^2.0.0",
|
|
"temp-dir": "^2.0.0",
|
|
"type-fest": "^0.16.0",
|
|
"unique-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/tempy/node_modules/temp-dir": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/type-fest": {
|
|
"version": "0.16.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/whatwg-url": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/write-file-atomic": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16"
|
|
}
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@lerna/legacy-package-management/node_modules/yargs": {
|
|
"version": "16.2.0",
|
|
"dev": true,
|
|
"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/@malept/cross-spawn-promise": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/malept"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/subscription/pkg/npm-.malept-cross-spawn-promise?utm_medium=referral&utm_source=npm_fund"
|
|
}
|
|
],
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
}
|
|
},
|
|
"node_modules/@malept/flatpak-bundler": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"fs-extra": "^9.0.0",
|
|
"lodash": "^4.17.15",
|
|
"tmp-promise": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@material-ui/core": {
|
|
"version": "4.12.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.4",
|
|
"@material-ui/styles": "^4.11.5",
|
|
"@material-ui/system": "^4.12.2",
|
|
"@material-ui/types": "5.1.0",
|
|
"@material-ui/utils": "^4.11.3",
|
|
"@types/react-transition-group": "^4.2.0",
|
|
"clsx": "^1.0.4",
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"popper.js": "1.16.1-lts",
|
|
"prop-types": "^15.7.2",
|
|
"react-is": "^16.8.0 || ^17.0.0",
|
|
"react-transition-group": "^4.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/material-ui"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@material-ui/icons": {
|
|
"version": "4.11.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@material-ui/core": "^4.0.0",
|
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@material-ui/lab": {
|
|
"version": "4.0.0-alpha.61",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.4",
|
|
"@material-ui/utils": "^4.11.3",
|
|
"clsx": "^1.0.4",
|
|
"prop-types": "^15.7.2",
|
|
"react-is": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@material-ui/core": "^4.12.1",
|
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@material-ui/styles": {
|
|
"version": "4.11.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.4",
|
|
"@emotion/hash": "^0.8.0",
|
|
"@material-ui/types": "5.1.0",
|
|
"@material-ui/utils": "^4.11.3",
|
|
"clsx": "^1.0.4",
|
|
"csstype": "^2.5.2",
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"jss": "^10.5.1",
|
|
"jss-plugin-camel-case": "^10.5.1",
|
|
"jss-plugin-default-unit": "^10.5.1",
|
|
"jss-plugin-global": "^10.5.1",
|
|
"jss-plugin-nested": "^10.5.1",
|
|
"jss-plugin-props-sort": "^10.5.1",
|
|
"jss-plugin-rule-value-function": "^10.5.1",
|
|
"jss-plugin-vendor-prefixer": "^10.5.1",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/material-ui"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@material-ui/system": {
|
|
"version": "4.12.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.4",
|
|
"@material-ui/utils": "^4.11.3",
|
|
"csstype": "^2.5.2",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/material-ui"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": "^16.8.6 || ^17.0.0",
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@material-ui/types": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@types/react": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@material-ui/utils": {
|
|
"version": "4.11.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.4",
|
|
"prop-types": "^15.7.2",
|
|
"react-is": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
}
|
|
},
|
|
"node_modules/@mole-inc/bin-wrapper": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bin-check": "^4.1.0",
|
|
"bin-version-check": "^5.0.0",
|
|
"content-disposition": "^0.5.4",
|
|
"ext-name": "^5.0.0",
|
|
"file-type": "^17.1.6",
|
|
"filenamify": "^5.0.2",
|
|
"got": "^11.8.5",
|
|
"os-filter-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
|
|
"version": "5.1.1-v1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"eslint-scope": "5.1.1"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
"version": "2.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"run-parallel": "^1.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.stat": {
|
|
"version": "2.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.walk": {
|
|
"version": "1.2.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist": {
|
|
"version": "6.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
"@npmcli/fs": "^3.1.0",
|
|
"@npmcli/installed-package-contents": "^2.0.0",
|
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
"@npmcli/metavuln-calculator": "^5.0.0",
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/package-json": "^3.0.0",
|
|
"@npmcli/query": "^3.0.0",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"bin-links": "^4.0.1",
|
|
"cacache": "^17.0.4",
|
|
"common-ancestor-path": "^1.0.1",
|
|
"hosted-git-info": "^6.1.1",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"json-stringify-nice": "^1.1.4",
|
|
"minimatch": "^6.1.6",
|
|
"nopt": "^7.0.0",
|
|
"npm-install-checks": "^6.0.0",
|
|
"npm-package-arg": "^10.1.0",
|
|
"npm-pick-manifest": "^8.0.1",
|
|
"npm-registry-fetch": "^14.0.3",
|
|
"npmlog": "^7.0.1",
|
|
"pacote": "^15.0.8",
|
|
"parse-conflict-json": "^3.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-all-reject-late": "^1.0.0",
|
|
"promise-call-limit": "^1.0.1",
|
|
"read-package-json-fast": "^3.0.2",
|
|
"semver": "^7.3.7",
|
|
"ssri": "^10.0.1",
|
|
"treeverse": "^3.0.0",
|
|
"walk-up-path": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"arborist": "bin/index.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/@npmcli/git": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/promise-spawn": "^6.0.0",
|
|
"lru-cache": "^7.4.4",
|
|
"npm-pick-manifest": "^8.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/@npmcli/git/node_modules/which": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/which.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/@npmcli/promise-spawn": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"which": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/@npmcli/promise-spawn/node_modules/which": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/which.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/@npmcli/run-script": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/promise-spawn": "^6.0.0",
|
|
"node-gyp": "^9.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"which": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/@npmcli/run-script/node_modules/which": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/which.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/hosted-git-info": {
|
|
"version": "6.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/ignore-walk": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minimatch": "^7.4.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/ignore-walk/node_modules/minimatch": {
|
|
"version": "7.4.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/make-fetch-happen": {
|
|
"version": "10.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^16.1.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/make-fetch-happen/node_modules/@npmcli/fs": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.1.3",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/make-fetch-happen/node_modules/cacache": {
|
|
"version": "16.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^2.1.0",
|
|
"@npmcli/move-file": "^2.0.0",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"glob": "^8.0.1",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^9.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/make-fetch-happen/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/make-fetch-happen/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/make-fetch-happen/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/make-fetch-happen/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/make-fetch-happen/node_modules/ssri": {
|
|
"version": "9.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/minimatch": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/minipass-fetch": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.1.6",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/minipass-fetch/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/node-gyp": {
|
|
"version": "9.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.0",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^10.0.3",
|
|
"nopt": "^6.0.0",
|
|
"npmlog": "^6.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13 || ^14.13 || >=16"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/node-gyp/node_modules/nopt": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/node-gyp/node_modules/npmlog": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "^3.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^4.0.3",
|
|
"set-blocking": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/normalize-package-data": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/npm-package-arg": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/npm-packlist": {
|
|
"version": "7.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ignore-walk": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/npmlog": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "^4.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^5.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/npmlog/node_modules/are-we-there-yet": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/npmlog/node_modules/gauge": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.3",
|
|
"console-control-strings": "^1.1.0",
|
|
"has-unicode": "^2.0.1",
|
|
"signal-exit": "^3.0.7",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/pacote": {
|
|
"version": "15.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^4.0.0",
|
|
"@npmcli/installed-package-contents": "^2.0.1",
|
|
"@npmcli/promise-spawn": "^6.0.1",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"cacache": "^17.0.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"minipass": "^4.0.0",
|
|
"npm-package-arg": "^10.0.0",
|
|
"npm-packlist": "^7.0.0",
|
|
"npm-pick-manifest": "^8.0.0",
|
|
"npm-registry-fetch": "^14.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"read-package-json": "^6.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"sigstore": "^1.0.0",
|
|
"ssri": "^10.0.0",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": {
|
|
"pacote": "lib/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/read-package-json": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^9.3.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"normalize-package-data": "^5.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/read-package-json/node_modules/glob": {
|
|
"version": "9.3.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"minimatch": "^8.0.2",
|
|
"minipass": "^4.2.4",
|
|
"path-scurry": "^1.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/read-package-json/node_modules/minimatch": {
|
|
"version": "8.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/readable-stream": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/ssri": {
|
|
"version": "10.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/unique-filename": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/unique-slug": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/validate-npm-package-name": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/arborist/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@npmcli/fs": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/git": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/promise-spawn": "^3.0.0",
|
|
"lru-cache": "^7.4.4",
|
|
"mkdirp": "^1.0.4",
|
|
"npm-pick-manifest": "^7.0.0",
|
|
"proc-log": "^2.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/git/node_modules/hosted-git-info": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/git/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/git/node_modules/npm-install-checks": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"semver": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/git/node_modules/npm-normalize-package-bin": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/git/node_modules/npm-package-arg": {
|
|
"version": "9.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"proc-log": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/git/node_modules/npm-pick-manifest": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-install-checks": "^5.0.0",
|
|
"npm-normalize-package-bin": "^2.0.0",
|
|
"npm-package-arg": "^9.0.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/git/node_modules/proc-log": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/installed-package-contents": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-bundled": "^3.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"installed-package-contents": "lib/index.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/map-workspaces": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
"glob": "^9.3.1",
|
|
"minimatch": "^7.4.2",
|
|
"read-package-json-fast": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/map-workspaces/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/map-workspaces/node_modules/glob": {
|
|
"version": "9.3.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"minimatch": "^8.0.2",
|
|
"minipass": "^4.2.4",
|
|
"path-scurry": "^1.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/map-workspaces/node_modules/glob/node_modules/minimatch": {
|
|
"version": "8.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/map-workspaces/node_modules/minimatch": {
|
|
"version": "7.4.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cacache": "^17.0.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"pacote": "^15.0.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/@npmcli/fs": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.1.3",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/@npmcli/git": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/promise-spawn": "^6.0.0",
|
|
"lru-cache": "^7.4.4",
|
|
"npm-pick-manifest": "^8.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/@npmcli/promise-spawn": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"which": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/@npmcli/run-script": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/promise-spawn": "^6.0.0",
|
|
"node-gyp": "^9.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"which": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/hosted-git-info": {
|
|
"version": "6.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/ignore-walk": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minimatch": "^7.4.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/make-fetch-happen": {
|
|
"version": "10.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^16.1.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/make-fetch-happen/node_modules/cacache": {
|
|
"version": "16.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^2.1.0",
|
|
"@npmcli/move-file": "^2.0.0",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"glob": "^8.0.1",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^9.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/make-fetch-happen/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/make-fetch-happen/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/make-fetch-happen/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/make-fetch-happen/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/make-fetch-happen/node_modules/ssri": {
|
|
"version": "9.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/minimatch": {
|
|
"version": "7.4.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/minipass-fetch": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.1.6",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/minipass-fetch/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/node-gyp": {
|
|
"version": "9.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.0",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^10.0.3",
|
|
"nopt": "^6.0.0",
|
|
"npmlog": "^6.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13 || ^14.13 || >=16"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/node-gyp/node_modules/which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/nopt": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/normalize-package-data": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/npm-package-arg": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/npm-packlist": {
|
|
"version": "7.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ignore-walk": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/pacote": {
|
|
"version": "15.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^4.0.0",
|
|
"@npmcli/installed-package-contents": "^2.0.1",
|
|
"@npmcli/promise-spawn": "^6.0.1",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"cacache": "^17.0.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"minipass": "^4.0.0",
|
|
"npm-package-arg": "^10.0.0",
|
|
"npm-packlist": "^7.0.0",
|
|
"npm-pick-manifest": "^8.0.0",
|
|
"npm-registry-fetch": "^14.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"read-package-json": "^6.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"sigstore": "^1.0.0",
|
|
"ssri": "^10.0.0",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": {
|
|
"pacote": "lib/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/read-package-json": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^9.3.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"normalize-package-data": "^5.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/read-package-json/node_modules/glob": {
|
|
"version": "9.3.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"minimatch": "^8.0.2",
|
|
"minipass": "^4.2.4",
|
|
"path-scurry": "^1.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/read-package-json/node_modules/minimatch": {
|
|
"version": "8.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/ssri": {
|
|
"version": "10.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/unique-filename": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/unique-slug": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/validate-npm-package-name": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/which": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/which.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/metavuln-calculator/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@npmcli/move-file": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mkdirp": "^1.0.4",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/move-file/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/name-from-folder": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/node-gyp": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/package-json": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/promise-spawn": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"infer-owner": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/query": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script": {
|
|
"version": "4.1.7",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/node-gyp": "^2.0.0",
|
|
"@npmcli/promise-spawn": "^3.0.0",
|
|
"node-gyp": "^9.0.0",
|
|
"read-package-json-fast": "^2.0.3",
|
|
"which": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/@npmcli/fs": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.1.3",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/cacache": {
|
|
"version": "16.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^2.1.0",
|
|
"@npmcli/move-file": "^2.0.0",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"glob": "^8.0.1",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^9.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/cacache/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/make-fetch-happen": {
|
|
"version": "10.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^16.1.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/minipass-fetch": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.1.6",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/node-gyp": {
|
|
"version": "9.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.0",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^10.0.3",
|
|
"nopt": "^6.0.0",
|
|
"npmlog": "^6.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13 || ^14.13 || >=16"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/nopt": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/npm-normalize-package-bin": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/read-package-json-fast": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/unique-filename": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/unique-slug": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@npmcli/run-script/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@nrwl/cli": {
|
|
"version": "15.9.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nx": "15.9.2"
|
|
}
|
|
},
|
|
"node_modules/@nrwl/devkit": {
|
|
"version": "15.9.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ejs": "^3.1.7",
|
|
"ignore": "^5.0.4",
|
|
"semver": "7.3.4",
|
|
"tmp": "~0.2.1",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"nx": ">= 14.1 <= 16"
|
|
}
|
|
},
|
|
"node_modules/@nrwl/devkit/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@nrwl/devkit/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@nrwl/devkit/node_modules/semver": {
|
|
"version": "7.3.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@nrwl/devkit/node_modules/tmp": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rimraf": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.17.0"
|
|
}
|
|
},
|
|
"node_modules/@nrwl/devkit/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@nrwl/nx-darwin-x64": {
|
|
"version": "15.9.2",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@nrwl/tao": {
|
|
"version": "15.9.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nx": "15.9.2"
|
|
},
|
|
"bin": {
|
|
"tao": "index.js"
|
|
}
|
|
},
|
|
"node_modules/@octokit/auth-token": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@octokit/core": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/auth-token": "^3.0.0",
|
|
"@octokit/graphql": "^5.0.0",
|
|
"@octokit/request": "^6.0.0",
|
|
"@octokit/request-error": "^3.0.0",
|
|
"@octokit/types": "^9.0.0",
|
|
"before-after-hook": "^2.2.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@octokit/endpoint": {
|
|
"version": "7.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^9.0.0",
|
|
"is-plain-object": "^5.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@octokit/graphql": {
|
|
"version": "5.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/request": "^6.0.0",
|
|
"@octokit/types": "^9.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@octokit/openapi-types": {
|
|
"version": "16.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@octokit/plugin-enterprise-rest": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@octokit/plugin-paginate-rest": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^6.41.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
|
|
"version": "12.11.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
|
|
"version": "6.41.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/openapi-types": "^12.11.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/plugin-request-log": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=3"
|
|
}
|
|
},
|
|
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
|
"version": "6.8.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^8.1.1",
|
|
"deprecation": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=3"
|
|
}
|
|
},
|
|
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
|
|
"version": "14.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
|
|
"version": "8.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/openapi-types": "^14.0.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/request": {
|
|
"version": "6.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/endpoint": "^7.0.0",
|
|
"@octokit/request-error": "^3.0.0",
|
|
"@octokit/types": "^9.0.0",
|
|
"is-plain-object": "^5.0.0",
|
|
"node-fetch": "^2.6.7",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@octokit/request-error": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^9.0.0",
|
|
"deprecation": "^2.0.0",
|
|
"once": "^1.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@octokit/request/node_modules/node-fetch": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@octokit/request/node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@octokit/request/node_modules/webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/@octokit/request/node_modules/whatwg-url": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/rest": {
|
|
"version": "19.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/core": "^4.0.0",
|
|
"@octokit/plugin-paginate-rest": "^3.0.0",
|
|
"@octokit/plugin-request-log": "^1.0.4",
|
|
"@octokit/plugin-rest-endpoint-methods": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@octokit/types": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/openapi-types": "^16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@ogre-tools/fp": {
|
|
"version": "15.3.1",
|
|
"resolved": "https://registry.npmjs.org/@ogre-tools/fp/-/fp-15.3.1.tgz",
|
|
"integrity": "sha512-ac+UTkht4QPRcp6WO7hrJOgV098NGK1NgeVlrQQiUXY4mCSoCaZNQJVkL0B6e7LLUsPtnLLzdg/F6SctwIMI6A==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node_modules/@ogre-tools/injectable": {
|
|
"version": "15.3.1",
|
|
"resolved": "https://registry.npmjs.org/@ogre-tools/injectable/-/injectable-15.3.1.tgz",
|
|
"integrity": "sha512-4jbA0ENTJ++hyRcRb2trPC5NdRgVrCYCV9+JxsUa0+4pwfVnSTFhz3Kw64icnoO8289OlcHfdEKsSbCSV/IsMQ==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@ogre-tools/fp": "*",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node_modules/@ogre-tools/injectable-extension-for-auto-registration": {
|
|
"version": "15.3.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@ogre-tools/fp": "*",
|
|
"@ogre-tools/injectable": "*",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node_modules/@ogre-tools/injectable-extension-for-mobx": {
|
|
"version": "15.3.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@ogre-tools/fp": "*",
|
|
"@ogre-tools/injectable": "*",
|
|
"lodash": "^4.17.21",
|
|
"mobx": "^6.3.0"
|
|
}
|
|
},
|
|
"node_modules/@ogre-tools/injectable-react": {
|
|
"version": "15.3.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@ogre-tools/fp": "*",
|
|
"@ogre-tools/injectable": "*",
|
|
"lodash": "^4.17.21",
|
|
"mobx": "^6.3.0",
|
|
"mobx-react": "^7.2.0",
|
|
"react": "^17 || ^18",
|
|
"react-dom": "^17 || ^18"
|
|
}
|
|
},
|
|
"node_modules/@ogre-tools/test-utils": {
|
|
"version": "15.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-addon-api": "^3.2.1",
|
|
"node-gyp-build": "^4.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
},
|
|
"node_modules/@parcel/watcher/node_modules/node-addon-api": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@pkgr/utils": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"is-glob": "^4.0.3",
|
|
"open": "^8.4.0",
|
|
"picocolors": "^1.0.0",
|
|
"tiny-glob": "^0.2.9",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts"
|
|
}
|
|
},
|
|
"node_modules/@pmmmwh/react-refresh-webpack-plugin": {
|
|
"version": "0.5.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-html-community": "^0.0.8",
|
|
"common-path-prefix": "^3.0.0",
|
|
"core-js-pure": "^3.23.3",
|
|
"error-stack-parser": "^2.0.6",
|
|
"find-up": "^5.0.0",
|
|
"html-entities": "^2.1.0",
|
|
"loader-utils": "^2.0.4",
|
|
"schema-utils": "^3.0.0",
|
|
"source-map": "^0.7.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/webpack": "4.x || 5.x",
|
|
"react-refresh": ">=0.10.0 <1.0.0",
|
|
"sockjs-client": "^1.4.0",
|
|
"type-fest": ">=0.17.0 <4.0.0",
|
|
"webpack": ">=4.43.0 <6.0.0",
|
|
"webpack-dev-server": "3.x || 4.x",
|
|
"webpack-hot-middleware": "2.x",
|
|
"webpack-plugin-serve": "0.x || 1.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/webpack": {
|
|
"optional": true
|
|
},
|
|
"sockjs-client": {
|
|
"optional": true
|
|
},
|
|
"type-fest": {
|
|
"optional": true
|
|
},
|
|
"webpack-dev-server": {
|
|
"optional": true
|
|
},
|
|
"webpack-hot-middleware": {
|
|
"optional": true
|
|
},
|
|
"webpack-plugin-serve": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rushstack/eslint-patch": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@sentry/browser": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sentry/core": "6.19.2",
|
|
"@sentry/types": "6.19.2",
|
|
"@sentry/utils": "6.19.2",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/browser/node_modules/@sentry/types": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/browser/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/@sentry/core": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sentry/hub": "6.19.2",
|
|
"@sentry/minimal": "6.19.2",
|
|
"@sentry/types": "6.19.2",
|
|
"@sentry/utils": "6.19.2",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/core/node_modules/@sentry/types": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/core/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/@sentry/electron": {
|
|
"version": "3.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sentry/browser": "6.19.2",
|
|
"@sentry/core": "6.19.2",
|
|
"@sentry/node": "6.19.2",
|
|
"@sentry/types": "6.19.2",
|
|
"@sentry/utils": "6.19.2",
|
|
"deepmerge": "^4.2.2",
|
|
"tslib": "^2.3.1"
|
|
}
|
|
},
|
|
"node_modules/@sentry/electron/node_modules/@sentry/types": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/hub": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sentry/types": "6.19.2",
|
|
"@sentry/utils": "6.19.2",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/hub/node_modules/@sentry/types": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/hub/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/@sentry/integrations": {
|
|
"version": "6.19.7",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sentry/types": "6.19.7",
|
|
"@sentry/utils": "6.19.7",
|
|
"localforage": "^1.8.1",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/integrations/node_modules/@sentry/utils": {
|
|
"version": "6.19.7",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sentry/types": "6.19.7",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/integrations/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/@sentry/minimal": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sentry/hub": "6.19.2",
|
|
"@sentry/types": "6.19.2",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/minimal/node_modules/@sentry/types": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/minimal/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/@sentry/node": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sentry/core": "6.19.2",
|
|
"@sentry/hub": "6.19.2",
|
|
"@sentry/types": "6.19.2",
|
|
"@sentry/utils": "6.19.2",
|
|
"cookie": "^0.4.1",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"lru_map": "^0.3.3",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/node/node_modules/@sentry/types": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/node/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/@sentry/types": {
|
|
"version": "6.19.7",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/utils": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sentry/types": "6.19.2",
|
|
"tslib": "^1.9.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/utils/node_modules/@sentry/types": {
|
|
"version": "6.19.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@sentry/utils/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/@side/jest-runtime": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@jest/transform": ">=28",
|
|
"jest": ">=28",
|
|
"jest-runtime": ">=28"
|
|
}
|
|
},
|
|
"node_modules/@sideway/address": {
|
|
"version": "4.1.4",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sideway/address/node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@sideway/formula": {
|
|
"version": "3.0.1",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@sideway/pinpoint": {
|
|
"version": "2.0.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@sigstore/protobuf-specs": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sinclair/typebox": {
|
|
"version": "0.25.24",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@sindresorhus/is": {
|
|
"version": "4.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/commons": {
|
|
"version": "2.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/fake-timers": {
|
|
"version": "10.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/@swc/cli": {
|
|
"version": "0.1.62",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@mole-inc/bin-wrapper": "^8.0.1",
|
|
"commander": "^7.1.0",
|
|
"fast-glob": "^3.2.5",
|
|
"semver": "^7.3.8",
|
|
"slash": "3.0.0",
|
|
"source-map": "^0.7.3"
|
|
},
|
|
"bin": {
|
|
"spack": "bin/spack.js",
|
|
"swc": "bin/swc.js",
|
|
"swcx": "bin/swcx.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@swc/core": "^1.2.66",
|
|
"chokidar": "^3.5.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"chokidar": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@swc/cli/node_modules/commander": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@swc/core": {
|
|
"version": "1.3.46",
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/swc"
|
|
},
|
|
"optionalDependencies": {
|
|
"@swc/core-darwin-arm64": "1.3.46",
|
|
"@swc/core-darwin-x64": "1.3.46",
|
|
"@swc/core-linux-arm-gnueabihf": "1.3.46",
|
|
"@swc/core-linux-arm64-gnu": "1.3.46",
|
|
"@swc/core-linux-arm64-musl": "1.3.46",
|
|
"@swc/core-linux-x64-gnu": "1.3.46",
|
|
"@swc/core-linux-x64-musl": "1.3.46",
|
|
"@swc/core-win32-arm64-msvc": "1.3.46",
|
|
"@swc/core-win32-ia32-msvc": "1.3.46",
|
|
"@swc/core-win32-x64-msvc": "1.3.46"
|
|
},
|
|
"peerDependencies": {
|
|
"@swc/helpers": "^0.5.0"
|
|
}
|
|
},
|
|
"node_modules/@swc/core-darwin-x64": {
|
|
"version": "1.3.46",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"license": "Apache-2.0 AND MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@swc/helpers": {
|
|
"version": "0.5.0",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.4.0"
|
|
}
|
|
},
|
|
"node_modules/@swc/jest": {
|
|
"version": "0.2.24",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"examples/react"
|
|
],
|
|
"dependencies": {
|
|
"@jest/create-cache-key-function": "^27.4.2",
|
|
"jsonc-parser": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"npm": ">= 7.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@swc/core": "*"
|
|
}
|
|
},
|
|
"node_modules/@szmarczak/http-timer": {
|
|
"version": "4.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defer-to-connect": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/dom": {
|
|
"version": "7.31.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@types/aria-query": "^4.2.0",
|
|
"aria-query": "^4.2.2",
|
|
"chalk": "^4.1.0",
|
|
"dom-accessibility-api": "^0.5.6",
|
|
"lz-string": "^1.4.4",
|
|
"pretty-format": "^26.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/jest-dom": {
|
|
"version": "5.16.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@adobe/css-tools": "^4.0.1",
|
|
"@babel/runtime": "^7.9.2",
|
|
"@types/testing-library__jest-dom": "^5.9.1",
|
|
"aria-query": "^5.0.0",
|
|
"chalk": "^3.0.0",
|
|
"css.escape": "^1.5.1",
|
|
"dom-accessibility-api": "^0.5.6",
|
|
"lodash": "^4.17.15",
|
|
"redent": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=6",
|
|
"yarn": ">=1"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/jest-dom/node_modules/aria-query": {
|
|
"version": "5.1.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.5"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/jest-dom/node_modules/chalk": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/react": {
|
|
"version": "12.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@testing-library/dom": "^8.0.0",
|
|
"@types/react-dom": "<18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "<18.0.0",
|
|
"react-dom": "<18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/react/node_modules/@testing-library/dom": {
|
|
"version": "8.20.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@types/aria-query": "^5.0.1",
|
|
"aria-query": "^5.0.0",
|
|
"chalk": "^4.1.0",
|
|
"dom-accessibility-api": "^0.5.9",
|
|
"lz-string": "^1.4.4",
|
|
"pretty-format": "^27.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/react/node_modules/@types/aria-query": {
|
|
"version": "5.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@testing-library/react/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/react/node_modules/aria-query": {
|
|
"version": "5.1.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.5"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/react/node_modules/pretty-format": {
|
|
"version": "27.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/@testing-library/user-event": {
|
|
"version": "13.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=6"
|
|
},
|
|
"peerDependencies": {
|
|
"@testing-library/dom": ">=7.21.4"
|
|
}
|
|
},
|
|
"node_modules/@tokenizer/token": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tootallnate/once": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"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.3",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tufjs/models": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimatch": "^7.4.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@tufjs/models/node_modules/minimatch": {
|
|
"version": "7.4.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@types/aria-query": {
|
|
"version": "4.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/babel__core": {
|
|
"version": "7.20.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.7",
|
|
"@babel/types": "^7.20.7",
|
|
"@types/babel__generator": "*",
|
|
"@types/babel__template": "*",
|
|
"@types/babel__traverse": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__generator": {
|
|
"version": "7.6.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__template": {
|
|
"version": "7.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.1.0",
|
|
"@babel/types": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/babel__traverse": {
|
|
"version": "7.18.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.3.0"
|
|
}
|
|
},
|
|
"node_modules/@types/body-parser": {
|
|
"version": "1.19.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/connect": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/bonjour": {
|
|
"version": "3.5.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/byline": {
|
|
"version": "4.2.33",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/cacheable-request": {
|
|
"version": "6.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/http-cache-semantics": "*",
|
|
"@types/keyv": "^3.1.4",
|
|
"@types/node": "*",
|
|
"@types/responselike": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/caseless": {
|
|
"version": "0.12.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/chart.js": {
|
|
"version": "2.9.37",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"moment": "^2.10.2"
|
|
}
|
|
},
|
|
"node_modules/@types/circular-dependency-plugin": {
|
|
"version": "5.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"webpack": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/@types/cli-progress": {
|
|
"version": "3.11.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/color": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/color-convert": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/color-convert": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/color-name": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/color-name": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/command-line-args": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/connect": {
|
|
"version": "3.4.35",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/connect-history-api-fallback": {
|
|
"version": "1.3.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express-serve-static-core": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/crypto-js": {
|
|
"version": "3.1.47",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/debug": {
|
|
"version": "4.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/ms": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/dompurify": {
|
|
"version": "2.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/trusted-types": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/electron-devtools-installer": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/eslint": {
|
|
"version": "8.37.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*",
|
|
"@types/json-schema": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/eslint-scope": {
|
|
"version": "3.7.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/eslint": "*",
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/esprima": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/estree": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/express": {
|
|
"version": "4.17.17",
|
|
"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.33",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/qs": "*",
|
|
"@types/range-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/fs-extra": {
|
|
"version": "9.0.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/glob": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@types/minimatch": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/glob-to-regexp": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/graceful-fs": {
|
|
"version": "4.1.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/gunzip-maybe": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/hapi__call": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/hapi__subtext": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/history": {
|
|
"version": "4.7.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/hoist-non-react-statics": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "*",
|
|
"hoist-non-react-statics": "^3.3.0"
|
|
}
|
|
},
|
|
"node_modules/@types/html-minifier-terser": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/http-cache-semantics": {
|
|
"version": "4.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/http-proxy": {
|
|
"version": "1.17.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/inquirer": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/through": "*",
|
|
"rxjs": "^7.2.0"
|
|
}
|
|
},
|
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
"version": "2.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/istanbul-lib-report": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/istanbul-reports": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-report": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/jest": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"expect": "^29.0.0",
|
|
"pretty-format": "^29.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/jest/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@types/jest/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/jest/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/js-yaml": {
|
|
"version": "4.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/jsdom": {
|
|
"version": "20.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/tough-cookie": "*",
|
|
"parse5": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/json-schema": {
|
|
"version": "7.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/json5": {
|
|
"version": "0.0.29",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/keyv": {
|
|
"version": "3.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/lodash": {
|
|
"version": "4.14.192",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/marked": {
|
|
"version": "4.0.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/md5-file": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/memorystream": {
|
|
"version": "0.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/mime": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/minimatch": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/@types/minimist": {
|
|
"version": "1.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/mkdirp": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/mock-fs": {
|
|
"version": "4.13.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/ms": {
|
|
"version": "0.7.31",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "18.15.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/normalize-package-data": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/parse-json": {
|
|
"version": "4.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/parse5": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/plist": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"xmlbuilder": ">=11.0.1"
|
|
}
|
|
},
|
|
"node_modules/@types/postcss-modules-local-by-default": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/postcss-modules-scope": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/prettier": {
|
|
"version": "2.7.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/prop-types": {
|
|
"version": "15.7.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/proper-lockfile": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/retry": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/qs": {
|
|
"version": "6.9.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/randomcolor": {
|
|
"version": "0.5.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/range-parser": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/react": {
|
|
"version": "17.0.56",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/prop-types": "*",
|
|
"@types/scheduler": "*",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@types/react-beautiful-dnd": {
|
|
"version": "13.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/react-dom": {
|
|
"version": "17.0.19",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "^17"
|
|
}
|
|
},
|
|
"node_modules/@types/react-redux": {
|
|
"version": "7.1.25",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/hoist-non-react-statics": "^3.3.0",
|
|
"@types/react": "*",
|
|
"hoist-non-react-statics": "^3.3.0",
|
|
"redux": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/react-router": {
|
|
"version": "5.1.20",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/history": "^4.7.11",
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/react-router-dom": {
|
|
"version": "5.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/history": "^4.7.11",
|
|
"@types/react": "*",
|
|
"@types/react-router": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/react-table": {
|
|
"version": "7.7.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/react-transition-group": {
|
|
"version": "4.4.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/react-virtualized-auto-sizer": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/react-window": {
|
|
"version": "1.8.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/react/node_modules/csstype": {
|
|
"version": "3.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/readable-stream": {
|
|
"version": "2.3.15",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"safe-buffer": "~5.1.1"
|
|
}
|
|
},
|
|
"node_modules/@types/request": {
|
|
"version": "2.48.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/caseless": "*",
|
|
"@types/node": "*",
|
|
"@types/tough-cookie": "*",
|
|
"form-data": "^2.5.0"
|
|
}
|
|
},
|
|
"node_modules/@types/request-promise-native": {
|
|
"version": "1.0.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/request": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/responselike": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/retry": {
|
|
"version": "0.12.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/scheduler": {
|
|
"version": "0.16.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/semver": {
|
|
"version": "7.3.13",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/serve-index": {
|
|
"version": "1.9.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/express": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/serve-static": {
|
|
"version": "1.15.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mime": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/sharp": {
|
|
"version": "0.31.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/sockjs": {
|
|
"version": "0.3.33",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/stack-utils": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/stoppable": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/@types/stoppable/-/stoppable-1.1.1.tgz",
|
|
"integrity": "sha512-b8N+fCADRIYYrGZOcmOR8ZNBOqhktWTB/bMUl5LvGtT201QKJZOOH5UsFyI3qtteM6ZAJbJqZoBcLqqxKIwjhw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/tar": {
|
|
"version": "6.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"minipass": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/@types/tar-stream": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/tcp-port-used": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/testing-library__jest-dom": {
|
|
"version": "5.14.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/jest": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/through": {
|
|
"version": "0.0.30",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/tough-cookie": {
|
|
"version": "4.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/triple-beam": {
|
|
"version": "1.3.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/trusted-types": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/url-parse": {
|
|
"version": "1.4.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/uuid": {
|
|
"version": "8.3.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/verror": {
|
|
"version": "1.10.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/@types/webpack": {
|
|
"version": "5.28.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"tapable": "^2.2.0",
|
|
"webpack": "^5"
|
|
}
|
|
},
|
|
"node_modules/@types/webpack-dev-server": {
|
|
"version": "4.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"webpack-dev-server": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/webpack-env": {
|
|
"version": "1.18.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/webpack-node-externals": {
|
|
"version": "2.5.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"webpack": "^5"
|
|
}
|
|
},
|
|
"node_modules/@types/ws": {
|
|
"version": "8.5.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs": {
|
|
"version": "17.0.24",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs-parser": {
|
|
"version": "21.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/yauzl": {
|
|
"version": "2.10.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "5.57.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/regexpp": "^4.4.0",
|
|
"@typescript-eslint/scope-manager": "5.57.1",
|
|
"@typescript-eslint/type-utils": "5.57.1",
|
|
"@typescript-eslint/utils": "5.57.1",
|
|
"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/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "5.57.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.57.1",
|
|
"@typescript-eslint/visitor-keys": "5.57.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
"version": "5.57.1",
|
|
"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/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "5.57.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.57.1",
|
|
"@typescript-eslint/visitor-keys": "5.57.1",
|
|
"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/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
|
"version": "5.57.1",
|
|
"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.57.1",
|
|
"@typescript-eslint/types": "5.57.1",
|
|
"@typescript-eslint/typescript-estree": "5.57.1",
|
|
"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/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "5.57.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.57.1",
|
|
"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/@typescript-eslint/experimental-utils": {
|
|
"version": "5.57.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@typescript-eslint/utils": "5.57.1"
|
|
},
|
|
"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/parser": {
|
|
"version": "5.57.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "5.57.1",
|
|
"@typescript-eslint/types": "5.57.1",
|
|
"@typescript-eslint/typescript-estree": "5.57.1",
|
|
"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.57.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.57.1",
|
|
"@typescript-eslint/visitor-keys": "5.57.1"
|
|
},
|
|
"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.57.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "5.57.1",
|
|
"@typescript-eslint/utils": "5.57.1",
|
|
"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.57.1",
|
|
"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.57.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.57.1",
|
|
"@typescript-eslint/visitor-keys": "5.57.1",
|
|
"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.57.1",
|
|
"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.57.1",
|
|
"@typescript-eslint/types": "5.57.1",
|
|
"@typescript-eslint/typescript-estree": "5.57.1",
|
|
"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.57.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.57.1",
|
|
"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/@webassemblyjs/ast": {
|
|
"version": "1.11.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/helper-numbers": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/floating-point-hex-parser": {
|
|
"version": "1.11.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-api-error": {
|
|
"version": "1.11.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-buffer": {
|
|
"version": "1.11.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-numbers": {
|
|
"version": "1.11.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/floating-point-hex-parser": "1.11.1",
|
|
"@webassemblyjs/helper-api-error": "1.11.1",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/helper-wasm-bytecode": {
|
|
"version": "1.11.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-wasm-section": {
|
|
"version": "1.11.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-buffer": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/wasm-gen": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/ieee754": {
|
|
"version": "1.11.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xtuc/ieee754": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/leb128": {
|
|
"version": "1.11.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/utf8": {
|
|
"version": "1.11.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-edit": {
|
|
"version": "1.11.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-buffer": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-section": "1.11.1",
|
|
"@webassemblyjs/wasm-gen": "1.11.1",
|
|
"@webassemblyjs/wasm-opt": "1.11.1",
|
|
"@webassemblyjs/wasm-parser": "1.11.1",
|
|
"@webassemblyjs/wast-printer": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-gen": {
|
|
"version": "1.11.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/ieee754": "1.11.1",
|
|
"@webassemblyjs/leb128": "1.11.1",
|
|
"@webassemblyjs/utf8": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-opt": {
|
|
"version": "1.11.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-buffer": "1.11.1",
|
|
"@webassemblyjs/wasm-gen": "1.11.1",
|
|
"@webassemblyjs/wasm-parser": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-parser": {
|
|
"version": "1.11.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-api-error": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/ieee754": "1.11.1",
|
|
"@webassemblyjs/leb128": "1.11.1",
|
|
"@webassemblyjs/utf8": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wast-printer": {
|
|
"version": "1.11.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webpack-cli/configtest": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"webpack": "4.x.x || 5.x.x",
|
|
"webpack-cli": "4.x.x"
|
|
}
|
|
},
|
|
"node_modules/@webpack-cli/info": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"envinfo": "^7.7.3"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack-cli": "4.x.x"
|
|
}
|
|
},
|
|
"node_modules/@webpack-cli/serve": {
|
|
"version": "1.7.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"webpack-cli": "4.x.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"webpack-dev-server": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@xtuc/ieee754": {
|
|
"version": "1.2.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@xtuc/long": {
|
|
"version": "4.2.2",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@yarnpkg/lockfile": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/@yarnpkg/parsers": {
|
|
"version": "3.0.0-rc.42",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"js-yaml": "^3.10.0",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
}
|
|
},
|
|
"node_modules/@yarnpkg/parsers/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/@yarnpkg/parsers/node_modules/esprima": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@yarnpkg/parsers/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/@yarnpkg/parsers/node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@zkochan/js-yaml": {
|
|
"version": "0.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/7zip-bin": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/abab": {
|
|
"version": "2.0.6",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/abbrev": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/abort-controller": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"event-target-shim": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5"
|
|
}
|
|
},
|
|
"node_modules/accepts": {
|
|
"version": "1.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "~2.1.34",
|
|
"negotiator": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.8.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-globals": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.1.0",
|
|
"acorn-walk": "^8.0.2"
|
|
}
|
|
},
|
|
"node_modules/acorn-import-assertions": {
|
|
"version": "1.8.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"acorn": "^8"
|
|
}
|
|
},
|
|
"node_modules/acorn-jsx": {
|
|
"version": "5.3.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-walk": {
|
|
"version": "8.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/add-stream": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/adr": {
|
|
"version": "1.4.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colors": "^1.3.3",
|
|
"commander": "^5.1.0",
|
|
"find-in-files": "^0.5.0",
|
|
"inquirer": "^7.1.0",
|
|
"lru-cache": "^5.1.1",
|
|
"markdown": "^0.5.0",
|
|
"markdown-toc": "^1.2.0",
|
|
"mkdirp": "^1.0.4",
|
|
"moment": "^2.24.0",
|
|
"open-in-editor": "^2.2.0",
|
|
"remarkable": "^2.0.1",
|
|
"sharp": "^0.30.4",
|
|
"table": "^5.4.1",
|
|
"tslib": "^2.0.0",
|
|
"walk": "^2.3.14",
|
|
"walk-sync": "^2.1.0"
|
|
},
|
|
"bin": {
|
|
"adr": "build/main/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0"
|
|
}
|
|
},
|
|
"node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/agentkeepalive": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.0",
|
|
"depd": "^2.0.0",
|
|
"humanize-ms": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/aggregate-error": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ajv": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ajv-keywords": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.8.2"
|
|
}
|
|
},
|
|
"node_modules/ansi_up": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/ansi-colors": {
|
|
"version": "4.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ansi-escapes": {
|
|
"version": "4.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.21.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ansi-escapes/node_modules/type-fest": {
|
|
"version": "0.21.3",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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-red": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-wrap": "0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-sequence-parser": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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/ansi-wrap": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/any-promise": {
|
|
"version": "1.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/anymatch": {
|
|
"version": "3.1.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/app-builder-bin": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/app-builder-lib": {
|
|
"version": "23.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@develar/schema-utils": "~2.6.5",
|
|
"@electron/universal": "1.2.1",
|
|
"@malept/flatpak-bundler": "^0.4.0",
|
|
"7zip-bin": "~5.1.1",
|
|
"async-exit-hook": "^2.0.1",
|
|
"bluebird-lst": "^1.0.9",
|
|
"builder-util": "23.6.0",
|
|
"builder-util-runtime": "9.1.1",
|
|
"chromium-pickle-js": "^0.2.0",
|
|
"debug": "^4.3.4",
|
|
"ejs": "^3.1.7",
|
|
"electron-osx-sign": "^0.6.0",
|
|
"electron-publish": "23.6.0",
|
|
"form-data": "^4.0.0",
|
|
"fs-extra": "^10.1.0",
|
|
"hosted-git-info": "^4.1.0",
|
|
"is-ci": "^3.0.0",
|
|
"isbinaryfile": "^4.0.10",
|
|
"js-yaml": "^4.1.0",
|
|
"lazy-val": "^1.0.5",
|
|
"minimatch": "^3.1.2",
|
|
"read-config-file": "6.2.0",
|
|
"sanitize-filename": "^1.6.3",
|
|
"semver": "^7.3.7",
|
|
"tar": "^6.1.11",
|
|
"temp-file": "^3.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/app-builder-lib/node_modules/form-data": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/app-builder-lib/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/aproba": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/arch": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/are-we-there-yet": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/arg": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"license": "Python-2.0"
|
|
},
|
|
"node_modules/aria-query": {
|
|
"version": "4.2.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.10.2",
|
|
"@babel/runtime-corejs3": "^7.10.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
}
|
|
},
|
|
"node_modules/array-back": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/array-buffer-byte-length": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"is-array-buffer": "^3.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-differ": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/array-flatten": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/array-ify": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/array-includes": {
|
|
"version": "3.1.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"get-intrinsic": "^1.1.3",
|
|
"is-string": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flat": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flatmap": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.tosorted": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"es-shim-unscopables": "^1.0.0",
|
|
"get-intrinsic": "^1.1.3"
|
|
}
|
|
},
|
|
"node_modules/arrify": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/asar": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chromium-pickle-js": "^0.2.0",
|
|
"commander": "^5.0.0",
|
|
"glob": "^7.1.6",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"bin": {
|
|
"asar": "bin/asar.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/glob": "^7.1.1"
|
|
}
|
|
},
|
|
"node_modules/asn1": {
|
|
"version": "0.2.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"node_modules/assert-plus": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/ast-types-flow": {
|
|
"version": "0.0.7",
|
|
"license": "ISC",
|
|
"peer": true
|
|
},
|
|
"node_modules/astral-regex": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/async": {
|
|
"version": "3.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/async-exit-hook": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/asynckit": {
|
|
"version": "0.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/at-least-node": {
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/atob": {
|
|
"version": "2.1.2",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bin": {
|
|
"atob": "bin/atob.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.5.0"
|
|
}
|
|
},
|
|
"node_modules/atomically": {
|
|
"version": "1.7.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
}
|
|
},
|
|
"node_modules/auto-bind": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/autolinker": {
|
|
"version": "3.16.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
}
|
|
},
|
|
"node_modules/autoprefixer": {
|
|
"version": "10.4.14",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/autoprefixer"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.21.5",
|
|
"caniuse-lite": "^1.0.30001464",
|
|
"fraction.js": "^4.2.0",
|
|
"normalize-range": "^0.1.2",
|
|
"picocolors": "^1.0.0",
|
|
"postcss-value-parser": "^4.2.0"
|
|
},
|
|
"bin": {
|
|
"autoprefixer": "bin/autoprefixer"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/available-typed-arrays": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/await-lock": {
|
|
"version": "2.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"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/axe-core": {
|
|
"version": "4.6.3",
|
|
"license": "MPL-2.0",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/axios": {
|
|
"version": "1.3.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.15.0",
|
|
"form-data": "^4.0.0",
|
|
"proxy-from-env": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/axios/node_modules/form-data": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/axobject-query": {
|
|
"version": "3.1.1",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.5"
|
|
}
|
|
},
|
|
"node_modules/b4a": {
|
|
"version": "1.6.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/babel-jest": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/transform": "^29.5.0",
|
|
"@types/babel__core": "^7.1.14",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"babel-preset-jest": "^29.5.0",
|
|
"chalk": "^4.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.8.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-istanbul": {
|
|
"version": "6.1.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
"@istanbuljs/load-nyc-config": "^1.0.0",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"istanbul-lib-instrument": "^5.0.4",
|
|
"test-exclude": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-jest-hoist": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.3.3",
|
|
"@babel/types": "^7.3.3",
|
|
"@types/babel__core": "^7.1.14",
|
|
"@types/babel__traverse": "^7.0.6"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-macros": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"cosmiconfig": "^7.0.0",
|
|
"resolve": "^1.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=6"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
"version": "0.3.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.17.7",
|
|
"@babel/helper-define-polyfill-provider": "^0.3.3",
|
|
"semver": "^6.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"peer": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.3.3",
|
|
"core-js-compat": "^3.25.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
"version": "0.4.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-transform-react-remove-prop-types": {
|
|
"version": "0.4.24",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/babel-preset-current-node-syntax": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
"@babel/plugin-syntax-bigint": "^7.8.3",
|
|
"@babel/plugin-syntax-class-properties": "^7.8.3",
|
|
"@babel/plugin-syntax-import-meta": "^7.8.3",
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
"@babel/plugin-syntax-numeric-separator": "^7.8.3",
|
|
"@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-top-level-await": "^7.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-preset-jest": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"babel-plugin-jest-hoist": "^29.5.0",
|
|
"babel-preset-current-node-syntax": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-preset-react-app": {
|
|
"version": "10.0.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
"@babel/plugin-proposal-decorators": "^7.16.4",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
|
|
"@babel/plugin-proposal-numeric-separator": "^7.16.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
|
|
"@babel/plugin-proposal-private-methods": "^7.16.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.16.0",
|
|
"@babel/plugin-transform-react-display-name": "^7.16.0",
|
|
"@babel/plugin-transform-runtime": "^7.16.4",
|
|
"@babel/preset-env": "^7.16.4",
|
|
"@babel/preset-react": "^7.16.0",
|
|
"@babel/preset-typescript": "^7.16.0",
|
|
"@babel/runtime": "^7.16.3",
|
|
"babel-plugin-macros": "^3.1.0",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
|
|
}
|
|
},
|
|
"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/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/before-after-hook": {
|
|
"version": "2.2.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/big.js": {
|
|
"version": "5.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/bin-check": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^0.7.0",
|
|
"executable": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/bin-links": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cmd-shim": "^6.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0",
|
|
"read-cmd-shim": "^4.0.0",
|
|
"write-file-atomic": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/bin-links/node_modules/cmd-shim": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/bin-links/node_modules/read-cmd-shim": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/bin-links/node_modules/write-file-atomic": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/bin-version": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^5.0.0",
|
|
"find-versions": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/bin-version-check": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bin-version": "^6.0.0",
|
|
"semver": "^7.3.5",
|
|
"semver-truncate": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/bin-version/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/bin-version/node_modules/get-stream": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/bin-version/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/bin-version/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/binary-extensions": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/bluebird": {
|
|
"version": "3.7.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bluebird-lst": {
|
|
"version": "1.0.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.5"
|
|
}
|
|
},
|
|
"node_modules/body-parser": {
|
|
"version": "1.20.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"content-type": "~1.0.4",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"on-finished": "2.4.1",
|
|
"qs": "6.11.0",
|
|
"raw-body": "2.5.1",
|
|
"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/bytes": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/iconv-lite": {
|
|
"version": "0.4.24",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/body-parser/node_modules/qs": {
|
|
"version": "6.11.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/bonjour-service": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-flatten": "^2.1.2",
|
|
"dns-equal": "^1.0.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"multicast-dns": "^7.2.5"
|
|
}
|
|
},
|
|
"node_modules/boolbase": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/boolean": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"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.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/browser-process-hrtime": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/browserify-zlib": {
|
|
"version": "0.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pako": "~0.2.0"
|
|
}
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.21.5",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caniuse-lite": "^1.0.30001449",
|
|
"electron-to-chromium": "^1.4.284",
|
|
"node-releases": "^2.0.8",
|
|
"update-browserslist-db": "^1.0.10"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"node_modules/bs-logger": {
|
|
"version": "0.2.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-json-stable-stringify": "2.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/bser": {
|
|
"version": "2.1.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"node-int64": "^0.4.0"
|
|
}
|
|
},
|
|
"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/buffer-alloc": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-alloc-unsafe": "^1.1.0",
|
|
"buffer-fill": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/buffer-alloc-unsafe": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/buffer-crc32": {
|
|
"version": "0.2.13",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/buffer-equal": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/buffer-fill": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/buffer-from": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/builder-util": {
|
|
"version": "23.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.1.6",
|
|
"@types/fs-extra": "^9.0.11",
|
|
"7zip-bin": "~5.1.1",
|
|
"app-builder-bin": "4.0.0",
|
|
"bluebird-lst": "^1.0.9",
|
|
"builder-util-runtime": "9.1.1",
|
|
"chalk": "^4.1.1",
|
|
"cross-spawn": "^7.0.3",
|
|
"debug": "^4.3.4",
|
|
"fs-extra": "^10.0.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-ci": "^3.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"source-map-support": "^0.5.19",
|
|
"stat-mode": "^1.0.0",
|
|
"temp-file": "^3.4.0"
|
|
}
|
|
},
|
|
"node_modules/builder-util-runtime": {
|
|
"version": "9.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"sax": "^1.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/builder-util/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/builtins": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/byline": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/byte-size": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/bytes": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/cacache": {
|
|
"version": "17.0.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^3.1.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"glob": "^9.3.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^4.0.0",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"ssri": "^10.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/cacache/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/cacache/node_modules/glob": {
|
|
"version": "9.3.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"minimatch": "^8.0.2",
|
|
"minipass": "^4.2.4",
|
|
"path-scurry": "^1.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/cacache/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/cacache/node_modules/minimatch": {
|
|
"version": "8.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/cacache/node_modules/ssri": {
|
|
"version": "10.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/cacheable-lookup": {
|
|
"version": "5.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.6.0"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request": {
|
|
"version": "7.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone-response": "^1.0.2",
|
|
"get-stream": "^5.1.0",
|
|
"http-cache-semantics": "^4.0.0",
|
|
"keyv": "^4.0.0",
|
|
"lowercase-keys": "^2.0.0",
|
|
"normalize-url": "^6.0.1",
|
|
"responselike": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request/node_modules/pump": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/call-bind": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1",
|
|
"get-intrinsic": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/callsites": {
|
|
"version": "3.1.0",
|
|
"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/camelcase": {
|
|
"version": "5.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/camelcase-css": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/camelcase-keys": {
|
|
"version": "6.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase": "^5.3.1",
|
|
"map-obj": "^4.0.0",
|
|
"quick-lru": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/camelcase-keys/node_modules/quick-lru": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/caniuse-lite": {
|
|
"version": "1.0.30001474",
|
|
"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/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-regex": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/chardet": {
|
|
"version": "0.7.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/chart.js": {
|
|
"version": "2.9.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chartjs-color": "^2.1.0",
|
|
"moment": "^2.10.2"
|
|
}
|
|
},
|
|
"node_modules/chartjs-color": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chartjs-color-string": "^0.6.0",
|
|
"color-convert": "^1.9.3"
|
|
}
|
|
},
|
|
"node_modules/chartjs-color-string": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/chartjs-color/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/chartjs-color/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/chokidar": {
|
|
"version": "3.5.3",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"anymatch": "~3.1.2",
|
|
"braces": "~3.0.2",
|
|
"glob-parent": "~5.1.2",
|
|
"is-binary-path": "~2.1.0",
|
|
"is-glob": "~4.0.1",
|
|
"normalize-path": "~3.0.0",
|
|
"readdirp": "~3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.10.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/chownr": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/chrome-trace-event": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
}
|
|
},
|
|
"node_modules/chromium-pickle-js": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ci-info": {
|
|
"version": "3.8.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/circular-dependency-plugin": {
|
|
"version": "5.2.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": ">=4.0.1"
|
|
}
|
|
},
|
|
"node_modules/cjs-module-lexer": {
|
|
"version": "1.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/clap": {
|
|
"version": "1.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/clap/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/clap/node_modules/ansi-styles": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/clap/node_modules/chalk": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"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/clap/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/clap/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/clap/node_modules/supports-color": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/clean-css": {
|
|
"version": "5.3.2",
|
|
"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-stack": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/cli-cursor": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-progress": {
|
|
"version": "3.12.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^4.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/cli-spinners": {
|
|
"version": "2.6.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cli-truncate": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"slice-ansi": "^3.0.0",
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cli-width": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/cliui": {
|
|
"version": "7.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/clone": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/clone-deep": {
|
|
"version": "4.0.1",
|
|
"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",
|
|
"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/clsx": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/cmd-shim": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mkdirp-infer-owner": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/co": {
|
|
"version": "4.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">= 1.0.0",
|
|
"node": ">= 0.12.0"
|
|
}
|
|
},
|
|
"node_modules/coffee-script": {
|
|
"version": "1.12.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"cake": "bin/cake",
|
|
"coffee": "bin/coffee"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/collect-v8-coverage": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/color": {
|
|
"version": "3.2.1",
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "^1.0.0",
|
|
"simple-swizzle": "^0.2.2"
|
|
}
|
|
},
|
|
"node_modules/color-support": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"color-support": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/color/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/color/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colorette": {
|
|
"version": "2.0.19",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colors": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/colorspace": {
|
|
"version": "1.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color": "^3.1.3",
|
|
"text-hex": "1.0.x"
|
|
}
|
|
},
|
|
"node_modules/columnify": {
|
|
"version": "1.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strip-ansi": "^6.0.1",
|
|
"wcwidth": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/combined-stream": {
|
|
"version": "1.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"delayed-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/command-line-args": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-back": "^3.1.0",
|
|
"find-replace": "^3.0.0",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"typical": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/common-ancestor-path": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/common-path-prefix": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/compare-func": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-ify": "^1.0.0",
|
|
"dot-prop": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/compare-func/node_modules/dot-prop": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/compare-version": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/compressible": {
|
|
"version": "2.0.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": ">= 1.43.0 < 2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/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/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/concat-map": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-stream": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >= 6.0"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.0.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/concat-with-sourcemaps": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"source-map": "^0.6.1"
|
|
}
|
|
},
|
|
"node_modules/concat-with-sourcemaps/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/concurrently": {
|
|
"version": "7.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"date-fns": "^2.29.1",
|
|
"lodash": "^4.17.21",
|
|
"rxjs": "^7.0.0",
|
|
"shell-quote": "^1.7.3",
|
|
"spawn-command": "^0.0.2-1",
|
|
"supports-color": "^8.1.0",
|
|
"tree-kill": "^1.2.2",
|
|
"yargs": "^17.3.1"
|
|
},
|
|
"bin": {
|
|
"conc": "dist/bin/concurrently.js",
|
|
"concurrently": "dist/bin/concurrently.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/open-cli-tools/concurrently?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/concurrently/node_modules/supports-color": {
|
|
"version": "8.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/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/config-chain": {
|
|
"version": "1.1.12",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"ini": "^1.3.4",
|
|
"proto-list": "~1.2.1"
|
|
}
|
|
},
|
|
"node_modules/confusing-browser-globals": {
|
|
"version": "1.0.11",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/connect-history-api-fallback": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/content-disposition": {
|
|
"version": "0.5.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "5.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/content-disposition/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/content-type": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-angular": {
|
|
"version": "5.0.12",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"compare-func": "^2.0.0",
|
|
"q": "^1.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-core": {
|
|
"version": "4.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"add-stream": "^1.0.0",
|
|
"conventional-changelog-writer": "^5.0.0",
|
|
"conventional-commits-parser": "^3.2.0",
|
|
"dateformat": "^3.0.0",
|
|
"get-pkg-repo": "^4.0.0",
|
|
"git-raw-commits": "^2.0.8",
|
|
"git-remote-origin-url": "^2.0.0",
|
|
"git-semver-tags": "^4.1.1",
|
|
"lodash": "^4.17.15",
|
|
"normalize-package-data": "^3.0.0",
|
|
"q": "^1.5.1",
|
|
"read-pkg": "^3.0.0",
|
|
"read-pkg-up": "^3.0.0",
|
|
"through2": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-core/node_modules/through2": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "3"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-preset-loader": {
|
|
"version": "2.3.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"conventional-commits-filter": "^2.0.7",
|
|
"dateformat": "^3.0.0",
|
|
"handlebars": "^4.7.7",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"lodash": "^4.17.15",
|
|
"meow": "^8.0.0",
|
|
"semver": "^6.0.0",
|
|
"split": "^1.0.0",
|
|
"through2": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"conventional-changelog-writer": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/through2": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "3"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-filter": {
|
|
"version": "2.0.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.ismatch": "^4.4.0",
|
|
"modify-values": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser": {
|
|
"version": "3.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-text-path": "^1.0.1",
|
|
"JSONStream": "^1.0.4",
|
|
"lodash": "^4.17.15",
|
|
"meow": "^8.0.0",
|
|
"split2": "^3.0.0",
|
|
"through2": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"conventional-commits-parser": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/through2": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "3"
|
|
}
|
|
},
|
|
"node_modules/conventional-recommended-bump": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"concat-stream": "^2.0.0",
|
|
"conventional-changelog-preset-loader": "^2.3.4",
|
|
"conventional-commits-filter": "^2.0.7",
|
|
"conventional-commits-parser": "^3.2.0",
|
|
"git-raw-commits": "^2.0.8",
|
|
"git-semver-tags": "^4.1.1",
|
|
"meow": "^8.0.0",
|
|
"q": "^1.5.1"
|
|
},
|
|
"bin": {
|
|
"conventional-recommended-bump": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/convert-source-map": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cookie": {
|
|
"version": "0.4.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/cookie-signature": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/copy-anything": {
|
|
"version": "2.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-what": "^3.14.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mesqueeb"
|
|
}
|
|
},
|
|
"node_modules/copy-webpack-plugin": {
|
|
"version": "11.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-glob": "^3.2.11",
|
|
"glob-parent": "^6.0.1",
|
|
"globby": "^13.1.1",
|
|
"normalize-path": "^3.0.0",
|
|
"schema-utils": "^4.0.0",
|
|
"serialize-javascript": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.15.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/copy-webpack-plugin/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/copy-webpack-plugin/node_modules/globby": {
|
|
"version": "13.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.11",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/copy-webpack-plugin/node_modules/schema-utils": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.9",
|
|
"ajv": "^8.8.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"ajv-keywords": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
}
|
|
},
|
|
"node_modules/copy-webpack-plugin/node_modules/slash": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/core-js-compat": {
|
|
"version": "3.30.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"browserslist": "^4.21.5"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/core-js"
|
|
}
|
|
},
|
|
"node_modules/core-js-pure": {
|
|
"version": "3.30.0",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/core-js"
|
|
}
|
|
},
|
|
"node_modules/core-util-is": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cosmiconfig": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/parse-json": "^4.0.0",
|
|
"import-fresh": "^3.2.1",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/crc": {
|
|
"version": "3.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/create-require": {
|
|
"version": "1.1.1",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cross-env": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"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-js": {
|
|
"version": "4.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/crypto-random-string": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/css": {
|
|
"version": "2.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"source-map": "^0.6.1",
|
|
"source-map-resolve": "^0.5.2",
|
|
"urix": "^0.1.0"
|
|
}
|
|
},
|
|
"node_modules/css-box-model": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tiny-invariant": "^1.0.6"
|
|
}
|
|
},
|
|
"node_modules/css-loader": {
|
|
"version": "6.7.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"icss-utils": "^5.1.0",
|
|
"postcss": "^8.4.19",
|
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
"postcss-modules-local-by-default": "^4.0.0",
|
|
"postcss-modules-scope": "^3.0.0",
|
|
"postcss-modules-values": "^4.0.0",
|
|
"postcss-value-parser": "^4.2.0",
|
|
"semver": "^7.3.8"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/css-parse": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css": "^2.0.0"
|
|
}
|
|
},
|
|
"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-selector-tokenizer": {
|
|
"version": "0.7.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"fastparse": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/css-vendor": {
|
|
"version": "2.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.3",
|
|
"is-in-browser": "^1.0.2"
|
|
}
|
|
},
|
|
"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/css.escape": {
|
|
"version": "1.5.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/css/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/cssesc": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"cssesc": "bin/cssesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/cssfontparser": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cssom": {
|
|
"version": "0.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cssstyle": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rrweb-cssom": "^0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/csstype": {
|
|
"version": "2.6.21",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/damerau-levenshtein": {
|
|
"version": "1.0.8",
|
|
"license": "BSD-2-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/dargs": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dashdash": {
|
|
"version": "1.14.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/data-uri-to-buffer": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/data-urls": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abab": "^2.0.6",
|
|
"whatwg-mimetype": "^3.0.0",
|
|
"whatwg-url": "^12.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/date-fns": {
|
|
"version": "2.29.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.11"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/date-fns"
|
|
}
|
|
},
|
|
"node_modules/dateformat": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"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/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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/decamelize-keys": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"decamelize": "^1.1.0",
|
|
"map-obj": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/decamelize-keys/node_modules/map-obj": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/decimal.js": {
|
|
"version": "10.4.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/decode-uri-component": {
|
|
"version": "0.2.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/decompress-response": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-response": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/decompress-response/node_modules/mimic-response": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/dedent": {
|
|
"version": "0.7.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/deep-equal": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"es-get-iterator": "^1.1.2",
|
|
"get-intrinsic": "^1.1.3",
|
|
"is-arguments": "^1.1.1",
|
|
"is-array-buffer": "^3.0.1",
|
|
"is-date-object": "^1.0.5",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.2",
|
|
"isarray": "^2.0.5",
|
|
"object-is": "^1.1.5",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.4",
|
|
"regexp.prototype.flags": "^1.4.3",
|
|
"side-channel": "^1.0.4",
|
|
"which-boxed-primitive": "^1.0.2",
|
|
"which-collection": "^1.0.1",
|
|
"which-typed-array": "^1.1.9"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/deep-extend": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/deep-is": {
|
|
"version": "0.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/deepdash": {
|
|
"version": "5.3.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21"
|
|
}
|
|
},
|
|
"node_modules/deepmerge": {
|
|
"version": "4.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/define-lazy-prop": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/define-properties": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-property-descriptors": "^1.0.0",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/del": {
|
|
"version": "6.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"globby": "^11.0.1",
|
|
"graceful-fs": "^4.2.4",
|
|
"is-glob": "^4.0.1",
|
|
"is-path-cwd": "^2.2.0",
|
|
"is-path-inside": "^3.0.2",
|
|
"p-map": "^4.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/del/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/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/delegates": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/depd": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/deprecation": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/destroy": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/detect-indent": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/detect-libc": {
|
|
"version": "2.0.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/detect-newline": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/detect-node": {
|
|
"version": "2.1.0",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/diacritics-map": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/didyoumean": {
|
|
"version": "1.2.2",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/diff": {
|
|
"version": "4.0.2",
|
|
"devOptional": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/diff-sequences": {
|
|
"version": "29.4.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/dir-compare": {
|
|
"version": "2.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-equal": "1.0.0",
|
|
"colors": "1.0.3",
|
|
"commander": "2.9.0",
|
|
"minimatch": "3.0.4"
|
|
},
|
|
"bin": {
|
|
"dircompare": "src/cli/dircompare.js"
|
|
}
|
|
},
|
|
"node_modules/dir-compare/node_modules/colors": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/dir-compare/node_modules/commander": {
|
|
"version": "2.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-readlink": ">= 1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6.x"
|
|
}
|
|
},
|
|
"node_modules/dir-compare/node_modules/minimatch": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/dir-glob": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dlv": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dmg-builder": {
|
|
"version": "23.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"app-builder-lib": "23.6.0",
|
|
"builder-util": "23.6.0",
|
|
"builder-util-runtime": "9.1.1",
|
|
"fs-extra": "^10.0.0",
|
|
"iconv-lite": "^0.6.2",
|
|
"js-yaml": "^4.1.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"dmg-license": "^1.0.11"
|
|
}
|
|
},
|
|
"node_modules/dmg-builder/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/dmg-license": {
|
|
"version": "1.0.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"dependencies": {
|
|
"@types/plist": "^3.0.1",
|
|
"@types/verror": "^1.10.3",
|
|
"ajv": "^6.10.0",
|
|
"crc": "^3.8.0",
|
|
"iconv-corefoundation": "^1.1.7",
|
|
"plist": "^3.0.4",
|
|
"smart-buffer": "^4.0.2",
|
|
"verror": "^1.10.0"
|
|
},
|
|
"bin": {
|
|
"dmg-license": "bin/dmg-license.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dmg-license/node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"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/dmg-license/node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/dns-equal": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dns-packet": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@leichtgewicht/ip-codec": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/doctrine": {
|
|
"version": "3.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/dom-accessibility-api": {
|
|
"version": "0.5.16",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dom-converter": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"utila": "~0.4"
|
|
}
|
|
},
|
|
"node_modules/dom-helpers": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.7",
|
|
"csstype": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/dom-helpers/node_modules/csstype": {
|
|
"version": "3.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"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/domelementtype": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/fb55"
|
|
}
|
|
],
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/domexception": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"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/dompurify": {
|
|
"version": "2.4.5",
|
|
"dev": true,
|
|
"license": "(MPL-2.0 OR Apache-2.0)"
|
|
},
|
|
"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-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/dotenv": {
|
|
"version": "10.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/dotenv-expand": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/duplexer": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/duplexify": {
|
|
"version": "3.7.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.0.0",
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0",
|
|
"stream-shift": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/duplexify/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/duplexify/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/duplexify/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ejs": {
|
|
"version": "3.1.9",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"jake": "^10.8.5"
|
|
},
|
|
"bin": {
|
|
"ejs": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/electron": {
|
|
"version": "22.3.5",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@electron/get": "^2.0.0",
|
|
"@types/node": "^16.11.26",
|
|
"extract-zip": "^2.0.1"
|
|
},
|
|
"bin": {
|
|
"electron": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.20.55"
|
|
}
|
|
},
|
|
"node_modules/electron-builder": {
|
|
"version": "23.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs": "^17.0.1",
|
|
"app-builder-lib": "23.6.0",
|
|
"builder-util": "23.6.0",
|
|
"builder-util-runtime": "9.1.1",
|
|
"chalk": "^4.1.1",
|
|
"dmg-builder": "23.6.0",
|
|
"fs-extra": "^10.0.0",
|
|
"is-ci": "^3.0.0",
|
|
"lazy-val": "^1.0.5",
|
|
"read-config-file": "6.2.0",
|
|
"simple-update-notifier": "^1.0.7",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"bin": {
|
|
"electron-builder": "cli.js",
|
|
"install-app-deps": "install-app-deps.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-builder/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/electron-devtools-installer": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.2.1",
|
|
"tslib": "^2.1.0",
|
|
"unzip-crx-3": "^0.2.0"
|
|
}
|
|
},
|
|
"node_modules/electron-devtools-installer/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/electron-notarize": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"fs-extra": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/electron-notarize/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/electron-notarize/node_modules/jsonfile": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/electron-notarize/node_modules/universalify": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-osx-sign": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.0",
|
|
"compare-version": "^0.1.2",
|
|
"debug": "^2.6.8",
|
|
"isbinaryfile": "^3.0.2",
|
|
"minimist": "^1.2.0",
|
|
"plist": "^3.0.1"
|
|
},
|
|
"bin": {
|
|
"electron-osx-flat": "bin/electron-osx-flat.js",
|
|
"electron-osx-sign": "bin/electron-osx-sign.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-osx-sign/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-osx-sign/node_modules/isbinaryfile": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-alloc": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/electron-osx-sign/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/electron-publish": {
|
|
"version": "23.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/fs-extra": "^9.0.11",
|
|
"builder-util": "23.6.0",
|
|
"builder-util-runtime": "9.1.1",
|
|
"chalk": "^4.1.1",
|
|
"fs-extra": "^10.0.0",
|
|
"lazy-val": "^1.0.5",
|
|
"mime": "^2.5.2"
|
|
}
|
|
},
|
|
"node_modules/electron-publish/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.4.350",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/electron-updater": {
|
|
"version": "4.6.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/semver": "^7.3.6",
|
|
"builder-util-runtime": "8.9.2",
|
|
"fs-extra": "^10.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"lazy-val": "^1.0.5",
|
|
"lodash.escaperegexp": "^4.1.2",
|
|
"lodash.isequal": "^4.5.0",
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"node_modules/electron-updater/node_modules/builder-util-runtime": {
|
|
"version": "8.9.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.2",
|
|
"sax": "^1.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-updater/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/electron-window-state": {
|
|
"version": "5.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonfile": "^4.0.0",
|
|
"mkdirp": "^0.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-window-state/node_modules/jsonfile": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/electron-window-state/node_modules/mkdirp": {
|
|
"version": "0.5.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/electron/node_modules/@types/node": {
|
|
"version": "16.18.23",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/emittery": {
|
|
"version": "0.13.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"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/enabled": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/encodeurl": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/encoding": {
|
|
"version": "0.1.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.2"
|
|
}
|
|
},
|
|
"node_modules/end-of-stream": {
|
|
"version": "1.4.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/enhanced-resolve": {
|
|
"version": "5.12.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.4",
|
|
"tapable": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/enquirer": {
|
|
"version": "2.3.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-colors": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/ensure-posix-path": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "4.4.0",
|
|
"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/envinfo": {
|
|
"version": "7.8.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"envinfo": "dist/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/err-code": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/errno": {
|
|
"version": "0.1.8",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"prr": "~1.0.1"
|
|
},
|
|
"bin": {
|
|
"errno": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/error-ex": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"node_modules/error-stack-parser": {
|
|
"version": "2.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"stackframe": "^1.3.4"
|
|
}
|
|
},
|
|
"node_modules/es-abstract": {
|
|
"version": "1.21.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.0",
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"es-set-tostringtag": "^2.0.1",
|
|
"es-to-primitive": "^1.2.1",
|
|
"function.prototype.name": "^1.1.5",
|
|
"get-intrinsic": "^1.2.0",
|
|
"get-symbol-description": "^1.0.0",
|
|
"globalthis": "^1.0.3",
|
|
"gopd": "^1.0.1",
|
|
"has": "^1.0.3",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.5",
|
|
"is-array-buffer": "^3.0.2",
|
|
"is-callable": "^1.2.7",
|
|
"is-negative-zero": "^2.0.2",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.2",
|
|
"is-string": "^1.0.7",
|
|
"is-typed-array": "^1.1.10",
|
|
"is-weakref": "^1.0.2",
|
|
"object-inspect": "^1.12.3",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.4",
|
|
"regexp.prototype.flags": "^1.4.3",
|
|
"safe-regex-test": "^1.0.0",
|
|
"string.prototype.trim": "^1.2.7",
|
|
"string.prototype.trimend": "^1.0.6",
|
|
"string.prototype.trimstart": "^1.0.6",
|
|
"typed-array-length": "^1.0.4",
|
|
"unbox-primitive": "^1.0.2",
|
|
"which-typed-array": "^1.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-get-iterator": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.3",
|
|
"has-symbols": "^1.0.3",
|
|
"is-arguments": "^1.1.1",
|
|
"is-map": "^2.0.2",
|
|
"is-set": "^2.0.2",
|
|
"is-string": "^1.0.7",
|
|
"isarray": "^2.0.5",
|
|
"stop-iteration-iterator": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-module-lexer": {
|
|
"version": "0.9.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/es-set-tostringtag": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.3",
|
|
"has": "^1.0.3",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/es-shim-unscopables": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/es-to-primitive": {
|
|
"version": "1.2.1",
|
|
"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/es6-error": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/esbuild": {
|
|
"version": "0.17.15",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/android-arm": "0.17.15",
|
|
"@esbuild/android-arm64": "0.17.15",
|
|
"@esbuild/android-x64": "0.17.15",
|
|
"@esbuild/darwin-arm64": "0.17.15",
|
|
"@esbuild/darwin-x64": "0.17.15",
|
|
"@esbuild/freebsd-arm64": "0.17.15",
|
|
"@esbuild/freebsd-x64": "0.17.15",
|
|
"@esbuild/linux-arm": "0.17.15",
|
|
"@esbuild/linux-arm64": "0.17.15",
|
|
"@esbuild/linux-ia32": "0.17.15",
|
|
"@esbuild/linux-loong64": "0.17.15",
|
|
"@esbuild/linux-mips64el": "0.17.15",
|
|
"@esbuild/linux-ppc64": "0.17.15",
|
|
"@esbuild/linux-riscv64": "0.17.15",
|
|
"@esbuild/linux-s390x": "0.17.15",
|
|
"@esbuild/linux-x64": "0.17.15",
|
|
"@esbuild/netbsd-x64": "0.17.15",
|
|
"@esbuild/openbsd-x64": "0.17.15",
|
|
"@esbuild/sunos-x64": "0.17.15",
|
|
"@esbuild/win32-arm64": "0.17.15",
|
|
"@esbuild/win32-ia32": "0.17.15",
|
|
"@esbuild/win32-x64": "0.17.15"
|
|
}
|
|
},
|
|
"node_modules/esbuild-loader": {
|
|
"version": "2.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "^0.16.17",
|
|
"joycon": "^3.0.1",
|
|
"json5": "^2.2.0",
|
|
"loader-utils": "^2.0.0",
|
|
"tapable": "^2.2.0",
|
|
"webpack-sources": "^1.4.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/esbuild-loader?sponsor=1"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^4.40.0 || ^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/esbuild-loader/node_modules/@esbuild/darwin-x64": {
|
|
"version": "0.16.17",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/esbuild-loader/node_modules/esbuild": {
|
|
"version": "0.16.17",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/android-arm": "0.16.17",
|
|
"@esbuild/android-arm64": "0.16.17",
|
|
"@esbuild/android-x64": "0.16.17",
|
|
"@esbuild/darwin-arm64": "0.16.17",
|
|
"@esbuild/darwin-x64": "0.16.17",
|
|
"@esbuild/freebsd-arm64": "0.16.17",
|
|
"@esbuild/freebsd-x64": "0.16.17",
|
|
"@esbuild/linux-arm": "0.16.17",
|
|
"@esbuild/linux-arm64": "0.16.17",
|
|
"@esbuild/linux-ia32": "0.16.17",
|
|
"@esbuild/linux-loong64": "0.16.17",
|
|
"@esbuild/linux-mips64el": "0.16.17",
|
|
"@esbuild/linux-ppc64": "0.16.17",
|
|
"@esbuild/linux-riscv64": "0.16.17",
|
|
"@esbuild/linux-s390x": "0.16.17",
|
|
"@esbuild/linux-x64": "0.16.17",
|
|
"@esbuild/netbsd-x64": "0.16.17",
|
|
"@esbuild/openbsd-x64": "0.16.17",
|
|
"@esbuild/sunos-x64": "0.16.17",
|
|
"@esbuild/win32-arm64": "0.16.17",
|
|
"@esbuild/win32-ia32": "0.16.17",
|
|
"@esbuild/win32-x64": "0.16.17"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escape-html": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/escodegen": {
|
|
"version": "2.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^5.2.0",
|
|
"esutils": "^2.0.2",
|
|
"optionator": "^0.8.1"
|
|
},
|
|
"bin": {
|
|
"escodegen": "bin/escodegen.js",
|
|
"esgenerate": "bin/esgenerate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/escodegen/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/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.37.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.4.0",
|
|
"@eslint/eslintrc": "^2.0.2",
|
|
"@eslint/js": "8.37.0",
|
|
"@humanwhocodes/config-array": "^0.11.8",
|
|
"@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.1.1",
|
|
"eslint-visitor-keys": "^3.4.0",
|
|
"espree": "^9.5.1",
|
|
"esquery": "^1.4.2",
|
|
"esutils": "^2.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-entry-cache": "^6.0.1",
|
|
"find-up": "^5.0.0",
|
|
"glob-parent": "^6.0.2",
|
|
"globals": "^13.19.0",
|
|
"grapheme-splitter": "^1.0.4",
|
|
"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-sdsl": "^4.1.4",
|
|
"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-airbnb-base": {
|
|
"version": "15.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"confusing-browser-globals": "^1.0.10",
|
|
"object.assign": "^4.1.2",
|
|
"object.entries": "^1.1.5",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.32.0 || ^8.2.0",
|
|
"eslint-plugin-import": "^2.25.2"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-airbnb-base/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"peer": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-airbnb-typescript": {
|
|
"version": "17.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"eslint-config-airbnb-base": "^15.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
"eslint": "^7.32.0 || ^8.2.0",
|
|
"eslint-plugin-import": "^2.25.3"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-prettier": {
|
|
"version": "8.8.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"bin": {
|
|
"eslint-config-prettier": "bin/cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-react-app": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/eslint-parser": "^7.16.3",
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
|
"@typescript-eslint/parser": "^5.5.0",
|
|
"babel-preset-react-app": "^10.0.1",
|
|
"confusing-browser-globals": "^1.0.11",
|
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-jest": "^25.3.0",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-react": "^7.27.1",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"eslint-plugin-testing-library": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-react-app/node_modules/eslint-plugin-jest": {
|
|
"version": "25.7.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@typescript-eslint/experimental-utils": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^4.0.0 || ^5.0.0",
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"optional": true
|
|
},
|
|
"jest": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node": {
|
|
"version": "0.3.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"is-core-module": "^2.11.0",
|
|
"resolve": "^1.22.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-typescript": {
|
|
"version": "3.5.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"enhanced-resolve": "^5.12.0",
|
|
"get-tsconfig": "^4.5.0",
|
|
"globby": "^13.1.3",
|
|
"is-core-module": "^2.11.0",
|
|
"is-glob": "^4.0.3",
|
|
"synckit": "^0.8.5"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "*",
|
|
"eslint-plugin-import": "*"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-typescript/node_modules/globby": {
|
|
"version": "13.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.11",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-typescript/node_modules/slash": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils": {
|
|
"version": "2.7.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-flowtype": {
|
|
"version": "8.0.3",
|
|
"license": "BSD-3-Clause",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"string-natural-compare": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/plugin-syntax-flow": "^7.14.5",
|
|
"@babel/plugin-transform-react-jsx": "^7.14.9",
|
|
"eslint": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-header": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"eslint": ">=7.7.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import": {
|
|
"version": "2.27.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.flat": "^1.3.1",
|
|
"array.prototype.flatmap": "^1.3.1",
|
|
"debug": "^3.2.7",
|
|
"doctrine": "^2.1.0",
|
|
"eslint-import-resolver-node": "^0.3.7",
|
|
"eslint-module-utils": "^2.7.4",
|
|
"has": "^1.0.3",
|
|
"is-core-module": "^2.11.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^3.1.2",
|
|
"object.values": "^1.1.6",
|
|
"resolve": "^1.22.1",
|
|
"semver": "^6.3.0",
|
|
"tsconfig-paths": "^3.14.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jest": {
|
|
"version": "27.2.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@typescript-eslint/utils": "^5.10.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"eslint": "^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"optional": true
|
|
},
|
|
"jest": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsx-a11y": {
|
|
"version": "6.7.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.7",
|
|
"aria-query": "^5.1.3",
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.flatmap": "^1.3.1",
|
|
"ast-types-flow": "^0.0.7",
|
|
"axe-core": "^4.6.2",
|
|
"axobject-query": "^3.1.1",
|
|
"damerau-levenshtein": "^1.0.8",
|
|
"emoji-regex": "^9.2.2",
|
|
"has": "^1.0.3",
|
|
"jsx-ast-utils": "^3.3.3",
|
|
"language-tags": "=1.0.5",
|
|
"minimatch": "^3.1.2",
|
|
"object.entries": "^1.1.6",
|
|
"object.fromentries": "^2.0.6",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsx-a11y/node_modules/aria-query": {
|
|
"version": "5.1.3",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.5"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsx-a11y/node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/eslint-plugin-jsx-a11y/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"peer": true,
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-no-unsanitized": {
|
|
"version": "4.0.2",
|
|
"license": "MPL-2.0",
|
|
"peer": true,
|
|
"peerDependencies": {
|
|
"eslint": "^6 || ^7 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-prettier": {
|
|
"version": "4.2.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"prettier-linter-helpers": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.28.0",
|
|
"prettier": ">=2.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint-config-prettier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react": {
|
|
"version": "7.32.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.flatmap": "^1.3.1",
|
|
"array.prototype.tosorted": "^1.1.1",
|
|
"doctrine": "^2.1.0",
|
|
"estraverse": "^5.3.0",
|
|
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
|
|
"minimatch": "^3.1.2",
|
|
"object.entries": "^1.1.6",
|
|
"object.fromentries": "^2.0.6",
|
|
"object.hasown": "^1.1.2",
|
|
"object.values": "^1.1.6",
|
|
"prop-types": "^15.8.1",
|
|
"resolve": "^2.0.0-next.4",
|
|
"semver": "^6.3.0",
|
|
"string.prototype.matchall": "^4.0.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react-hooks": {
|
|
"version": "4.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/doctrine": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/resolve": {
|
|
"version": "2.0.0-next.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.9.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-react/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-security": {
|
|
"version": "1.7.1",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"safe-regex": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-simple-import-sort": {
|
|
"version": "10.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"peerDependencies": {
|
|
"eslint": ">=5.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-testing-library": {
|
|
"version": "5.10.2",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@typescript-eslint/utils": "^5.43.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0",
|
|
"npm": ">=6"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.5.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-unused-imports": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-rule-composer": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"eslint": "^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-xss": {
|
|
"version": "0.1.12",
|
|
"license": "ISC",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"requireindex": "~1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-rule-composer": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-scope": {
|
|
"version": "5.1.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-scope/node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.0",
|
|
"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/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/eslint/node_modules/eslint-scope": {
|
|
"version": "7.1.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/glob-parent": {
|
|
"version": "6.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/globals": {
|
|
"version": "13.20.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/eslint/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/espree": {
|
|
"version": "9.5.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^8.8.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"eslint-visitor-keys": "^3.4.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/esprima": {
|
|
"version": "1.2.2",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/esquery": {
|
|
"version": "1.5.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/esrecurse": {
|
|
"version": "4.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esutils": {
|
|
"version": "2.0.3",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/etag": {
|
|
"version": "1.8.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/event-target-shim": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/eventemitter3": {
|
|
"version": "4.0.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/events": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.x"
|
|
}
|
|
},
|
|
"node_modules/execa": {
|
|
"version": "0.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^5.0.1",
|
|
"get-stream": "^3.0.0",
|
|
"is-stream": "^1.1.0",
|
|
"npm-run-path": "^2.0.0",
|
|
"p-finally": "^1.0.0",
|
|
"signal-exit": "^3.0.0",
|
|
"strip-eof": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/execa/node_modules/cross-spawn": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lru-cache": "^4.0.1",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
}
|
|
},
|
|
"node_modules/execa/node_modules/lru-cache": {
|
|
"version": "4.1.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"pseudomap": "^1.0.2",
|
|
"yallist": "^2.1.2"
|
|
}
|
|
},
|
|
"node_modules/execa/node_modules/shebang-command": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/execa/node_modules/shebang-regex": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/execa/node_modules/which": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"which": "bin/which"
|
|
}
|
|
},
|
|
"node_modules/execa/node_modules/yallist": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/executable": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/exit": {
|
|
"version": "0.1.2",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/expand-range": {
|
|
"version": "1.8.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/expand-range/node_modules/fill-range": {
|
|
"version": "2.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^2.1.0",
|
|
"isobject": "^2.0.0",
|
|
"randomatic": "^3.0.0",
|
|
"repeat-element": "^1.1.2",
|
|
"repeat-string": "^1.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/expand-range/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/expand-range/node_modules/isobject": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isarray": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/expand-template": {
|
|
"version": "2.0.3",
|
|
"license": "(MIT OR WTFPL)",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/expect": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/expect-utils": "^29.5.0",
|
|
"jest-get-type": "^29.4.3",
|
|
"jest-matcher-utils": "^29.5.0",
|
|
"jest-message-util": "^29.5.0",
|
|
"jest-util": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/express": {
|
|
"version": "4.18.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.8",
|
|
"array-flatten": "1.1.1",
|
|
"body-parser": "1.20.1",
|
|
"content-disposition": "0.5.4",
|
|
"content-type": "~1.0.4",
|
|
"cookie": "0.5.0",
|
|
"cookie-signature": "1.0.6",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"finalhandler": "1.2.0",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "2.0.0",
|
|
"merge-descriptors": "1.0.1",
|
|
"methods": "~1.1.2",
|
|
"on-finished": "2.4.1",
|
|
"parseurl": "~1.3.3",
|
|
"path-to-regexp": "0.1.7",
|
|
"proxy-addr": "~2.0.7",
|
|
"qs": "6.11.0",
|
|
"range-parser": "~1.2.1",
|
|
"safe-buffer": "5.2.1",
|
|
"send": "0.18.0",
|
|
"serve-static": "1.15.0",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"type-is": "~1.6.18",
|
|
"utils-merge": "1.0.1",
|
|
"vary": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/array-flatten": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/express/node_modules/cookie": {
|
|
"version": "0.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/express/node_modules/path-to-regexp": {
|
|
"version": "0.1.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/express/node_modules/qs": {
|
|
"version": "6.11.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/express/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ext-list": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "^1.28.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ext-name": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ext-list": "^2.0.0",
|
|
"sort-keys-length": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/extend": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/extend-shallow": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extendable": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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/external-editor/node_modules/iconv-lite": {
|
|
"version": "0.4.24",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/extract-zip": {
|
|
"version": "2.0.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"get-stream": "^5.1.0",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"bin": {
|
|
"extract-zip": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.17.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@types/yauzl": "^2.9.1"
|
|
}
|
|
},
|
|
"node_modules/extract-zip/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/extract-zip/node_modules/pump": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/extsprintf": {
|
|
"version": "1.3.0",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-diff": {
|
|
"version": "1.2.0",
|
|
"license": "Apache-2.0",
|
|
"peer": true
|
|
},
|
|
"node_modules/fast-fifo": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.2.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
"glob-parent": "^5.1.2",
|
|
"merge2": "^1.3.0",
|
|
"micromatch": "^4.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-levenshtein": {
|
|
"version": "2.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fastest-levenshtein": {
|
|
"version": "1.0.16",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.9.1"
|
|
}
|
|
},
|
|
"node_modules/fastparse": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fastq": {
|
|
"version": "1.15.0",
|
|
"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/fb-watchman": {
|
|
"version": "2.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"bser": "2.1.1"
|
|
}
|
|
},
|
|
"node_modules/fd-slicer": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pend": "~1.2.0"
|
|
}
|
|
},
|
|
"node_modules/fecha": {
|
|
"version": "4.2.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fetch-blob": {
|
|
"version": "3.2.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-domexception": "^1.0.0",
|
|
"web-streams-polyfill": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20 || >= 14.13"
|
|
}
|
|
},
|
|
"node_modules/figures": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/file-js": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bluebird": "^3.4.7",
|
|
"minimatch": "^3.0.3",
|
|
"proper-lockfile": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/file-js/node_modules/err-code": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/file-js/node_modules/proper-lockfile": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^1.0.0",
|
|
"extend": "^3.0.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"retry": "^0.10.0"
|
|
}
|
|
},
|
|
"node_modules/file-js/node_modules/retry": {
|
|
"version": "0.10.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/file-type": {
|
|
"version": "17.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-web-to-node-stream": "^3.0.2",
|
|
"strtok3": "^7.0.0-alpha.9",
|
|
"token-types": "^5.0.0-alpha.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/file-url": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/filehound": {
|
|
"version": "1.17.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bluebird": "^3.7.2",
|
|
"file-js": "0.3.0",
|
|
"lodash": "^4.17.21",
|
|
"minimatch": "^5.0.0",
|
|
"moment": "^2.29.1",
|
|
"unit-compare": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/filehound/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/filehound/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/filelist": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"minimatch": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/filelist/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/filelist/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/filename-reserved-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/filenamify": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"filename-reserved-regex": "^3.0.0",
|
|
"strip-outer": "^2.0.0",
|
|
"trim-repeated": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/filter-obj": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/finalhandler": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"on-finished": "2.4.1",
|
|
"parseurl": "~1.3.3",
|
|
"statuses": "2.0.1",
|
|
"unpipe": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/find": {
|
|
"version": "0.1.7",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"traverse-chain": "~0.1.0"
|
|
}
|
|
},
|
|
"node_modules/find-in-files": {
|
|
"version": "0.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find": "^0.1.5",
|
|
"q": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/find-replace": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-back": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/find-root": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/find-up": {
|
|
"version": "5.0.0",
|
|
"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/find-versions": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver-regex": "^4.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.1.0",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/flat-cache/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/flatted": {
|
|
"version": "3.2.7",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/fn.name": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.15.2",
|
|
"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/for-in": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/foreachasync": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "Apache2"
|
|
},
|
|
"node_modules/forever-agent": {
|
|
"version": "0.6.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/fork-ts-checker-webpack-plugin": {
|
|
"version": "7.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.16.7",
|
|
"chalk": "^4.1.2",
|
|
"chokidar": "^3.5.3",
|
|
"cosmiconfig": "^7.0.1",
|
|
"deepmerge": "^4.2.2",
|
|
"fs-extra": "^10.0.0",
|
|
"memfs": "^3.4.1",
|
|
"minimatch": "^3.0.4",
|
|
"node-abort-controller": "^3.0.1",
|
|
"schema-utils": "^3.1.1",
|
|
"semver": "^7.3.5",
|
|
"tapable": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0",
|
|
"yarn": ">=1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">3.6.0",
|
|
"vue-template-compiler": "*",
|
|
"webpack": "^5.11.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"vue-template-compiler": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/fork-ts-checker-webpack-plugin/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/form-data": {
|
|
"version": "2.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.6",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12"
|
|
}
|
|
},
|
|
"node_modules/formdata-polyfill": {
|
|
"version": "4.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fetch-blob": "^3.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/forwarded": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/fraction.js": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/infusion"
|
|
}
|
|
},
|
|
"node_modules/fresh": {
|
|
"version": "0.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/fs-constants": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fs-extra": {
|
|
"version": "9.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"at-least-node": "^1.0.0",
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/fs-minipass": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/fs-monkey": {
|
|
"version": "1.0.3",
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/fsevents": {
|
|
"version": "2.3.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
}
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/function.prototype.name": {
|
|
"version": "1.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.0",
|
|
"functions-have-names": "^1.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/functions-have-names": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/gauge": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.3",
|
|
"console-control-strings": "^1.1.0",
|
|
"has-unicode": "^2.0.1",
|
|
"signal-exit": "^3.0.7",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/generic-names": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loader-utils": "^0.2.16"
|
|
}
|
|
},
|
|
"node_modules/generic-names/node_modules/big.js": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/generic-names/node_modules/emojis-list": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/generic-names/node_modules/json5": {
|
|
"version": "0.5.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
}
|
|
},
|
|
"node_modules/generic-names/node_modules/loader-utils": {
|
|
"version": "0.2.17",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"big.js": "^3.1.3",
|
|
"emojis-list": "^2.0.0",
|
|
"json5": "^0.5.0",
|
|
"object-assign": "^4.0.1"
|
|
}
|
|
},
|
|
"node_modules/gensync": {
|
|
"version": "1.0.0-beta.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/get-caller-file": {
|
|
"version": "2.0.5",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1",
|
|
"has": "^1.0.3",
|
|
"has-symbols": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-package-type": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/get-pkg-repo": {
|
|
"version": "4.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@hutson/parse-repository-url": "^3.0.0",
|
|
"hosted-git-info": "^4.0.0",
|
|
"through2": "^2.0.0",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"bin": {
|
|
"get-pkg-repo": "src/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/get-pkg-repo/node_modules/yargs": {
|
|
"version": "16.2.0",
|
|
"dev": true,
|
|
"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/get-port": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/get-stream": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/get-symbol-description": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-tsconfig": {
|
|
"version": "4.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/getpass": {
|
|
"version": "0.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/git-raw-commits": {
|
|
"version": "2.0.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dargs": "^7.0.0",
|
|
"lodash": "^4.17.15",
|
|
"meow": "^8.0.0",
|
|
"split2": "^3.0.0",
|
|
"through2": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"git-raw-commits": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/git-raw-commits/node_modules/through2": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "3"
|
|
}
|
|
},
|
|
"node_modules/git-remote-origin-url": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gitconfiglocal": "^1.0.0",
|
|
"pify": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/git-semver-tags": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"meow": "^8.0.0",
|
|
"semver": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"git-semver-tags": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/git-semver-tags/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/git-up": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-ssh": "^1.4.0",
|
|
"parse-url": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/git-url-parse": {
|
|
"version": "13.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"git-up": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/gitconfiglocal": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"ini": "^1.3.2"
|
|
}
|
|
},
|
|
"node_modules/github-from-package": {
|
|
"version": "0.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"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": "5.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/glob-to-regexp": {
|
|
"version": "0.4.1",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/global-agent": {
|
|
"version": "3.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"boolean": "^3.0.1",
|
|
"es6-error": "^4.1.1",
|
|
"matcher": "^3.0.0",
|
|
"roarr": "^2.15.3",
|
|
"semver": "^7.3.2",
|
|
"serialize-error": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0"
|
|
}
|
|
},
|
|
"node_modules/globals": {
|
|
"version": "11.12.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/globalthis": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/globalyzer": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/globby": {
|
|
"version": "11.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.9",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/globrex": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/gopd": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/got": {
|
|
"version": "11.8.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/is": "^4.0.0",
|
|
"@szmarczak/http-timer": "^4.0.5",
|
|
"@types/cacheable-request": "^6.0.1",
|
|
"@types/responselike": "^1.0.0",
|
|
"cacheable-lookup": "^5.0.3",
|
|
"cacheable-request": "^7.0.2",
|
|
"decompress-response": "^6.0.0",
|
|
"http2-wrapper": "^1.0.0-beta.5.2",
|
|
"lowercase-keys": "^2.0.0",
|
|
"p-cancelable": "^2.0.0",
|
|
"responselike": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/graceful-readlink": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/grapheme-splitter": {
|
|
"version": "1.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/gray-matter": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-red": "^0.1.1",
|
|
"coffee-script": "^1.12.4",
|
|
"extend-shallow": "^2.0.1",
|
|
"js-yaml": "^3.8.1",
|
|
"toml": "^2.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gray-matter/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/gray-matter/node_modules/esprima": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/gray-matter/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/gray-matter/node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/gulp-header": {
|
|
"version": "1.8.12",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"concat-with-sourcemaps": "*",
|
|
"lodash.template": "^4.4.0",
|
|
"through2": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/gunzip-maybe": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserify-zlib": "^0.1.4",
|
|
"is-deflate": "^1.0.0",
|
|
"is-gzip": "^1.0.0",
|
|
"peek-stream": "^1.1.0",
|
|
"pumpify": "^1.3.3",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"bin": {
|
|
"gunzip-maybe": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/handle-thing": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/handlebars": {
|
|
"version": "4.7.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.5",
|
|
"neo-async": "^2.6.0",
|
|
"source-map": "^0.6.1",
|
|
"wordwrap": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"handlebars": "bin/handlebars"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.7"
|
|
},
|
|
"optionalDependencies": {
|
|
"uglify-js": "^3.1.4"
|
|
}
|
|
},
|
|
"node_modules/handlebars/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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/har-validator/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/har-validator/node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hard-rejection": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/harmony-reflect": {
|
|
"version": "1.6.2",
|
|
"license": "(Apache-2.0 OR MPL-1.1)"
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-bigints": {
|
|
"version": "1.0.2",
|
|
"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.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-proto": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-symbols": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-tostringtag": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/he": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"he": "bin/he"
|
|
}
|
|
},
|
|
"node_modules/history": {
|
|
"version": "4.10.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.1.2",
|
|
"loose-envify": "^1.2.0",
|
|
"resolve-pathname": "^3.0.0",
|
|
"tiny-invariant": "^1.0.2",
|
|
"tiny-warning": "^1.0.0",
|
|
"value-equal": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/hoist-non-react-statics": {
|
|
"version": "3.3.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"react-is": "^16.7.0"
|
|
}
|
|
},
|
|
"node_modules/hoist-non-react-statics/node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hosted-git-info": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/hosted-git-info/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/hosted-git-info/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"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/hpack.js/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hpack.js/node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/hpack.js/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/hpagent": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/html-encoding-sniffer": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-encoding": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/html-entities": {
|
|
"version": "2.3.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/html-escaper": {
|
|
"version": "2.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"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/html-minifier-terser/node_modules/commander": {
|
|
"version": "8.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/html-webpack-plugin": {
|
|
"version": "5.5.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": {
|
|
"webpack": "^5.20.0"
|
|
}
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "2.0.0",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/http-parser-js": {
|
|
"version": "0.5.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/http-proxy": {
|
|
"version": "1.18.1",
|
|
"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-agent": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/once": "2",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"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-proxy-middleware/node_modules/is-plain-obj": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/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/http2-wrapper": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"quick-lru": "^5.1.1",
|
|
"resolve-alpn": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19.0"
|
|
}
|
|
},
|
|
"node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/human-signals": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
}
|
|
},
|
|
"node_modules/humanize-ms": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/hyphenate-style-name": {
|
|
"version": "1.0.4",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/iconv-corefoundation": {
|
|
"version": "1.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"dependencies": {
|
|
"cli-truncate": "^2.1.0",
|
|
"node-addon-api": "^1.6.3"
|
|
},
|
|
"engines": {
|
|
"node": "^8.11.2 || >=10"
|
|
}
|
|
},
|
|
"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/icss-utils": {
|
|
"version": "5.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/identity-obj-proxy": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"harmony-reflect": "^1.4.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"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",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/ignore-by-default": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ignore-loader": {
|
|
"version": "0.1.2",
|
|
"dev": true
|
|
},
|
|
"node_modules/ignore-walk": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minimatch": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/ignore-walk/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/image-size": {
|
|
"version": "0.5.5",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"bin": {
|
|
"image-size": "bin/image-size.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/immediate": {
|
|
"version": "3.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/immer": {
|
|
"version": "9.0.21",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/immer"
|
|
}
|
|
},
|
|
"node_modules/immutable": {
|
|
"version": "4.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/import-fresh": {
|
|
"version": "3.3.0",
|
|
"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-fresh/node_modules/resolve-from": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/import-local": {
|
|
"version": "3.1.0",
|
|
"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/include-media": {
|
|
"version": "1.4.10",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/indent-string": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/infer-owner": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"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/init-package-json": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-package-arg": "^9.0.1",
|
|
"promzard": "^0.3.0",
|
|
"read": "^1.0.7",
|
|
"read-package-json": "^5.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4",
|
|
"validate-npm-package-name": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/init-package-json/node_modules/hosted-git-info": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/init-package-json/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/init-package-json/node_modules/npm-package-arg": {
|
|
"version": "9.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"proc-log": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/init-package-json/node_modules/proc-log": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/inquirer": {
|
|
"version": "7.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^4.2.1",
|
|
"chalk": "^4.1.0",
|
|
"cli-cursor": "^3.1.0",
|
|
"cli-width": "^3.0.0",
|
|
"external-editor": "^3.0.3",
|
|
"figures": "^3.0.0",
|
|
"lodash": "^4.17.19",
|
|
"mute-stream": "0.0.8",
|
|
"run-async": "^2.4.0",
|
|
"rxjs": "^6.6.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"through": "^2.3.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/rxjs": {
|
|
"version": "6.6.7",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"npm": ">=2.0.0"
|
|
}
|
|
},
|
|
"node_modules/inquirer/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/internal-slot": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.0",
|
|
"has": "^1.0.3",
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/interpret": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/ip": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ip-regex": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ipaddr.js": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"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.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.0",
|
|
"is-typed-array": "^1.1.10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-arrayish": {
|
|
"version": "0.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-bigint": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-bigints": "^1.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-binary-path": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"binary-extensions": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-boolean-object": {
|
|
"version": "1.1.2",
|
|
"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",
|
|
"dev": true,
|
|
"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": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ci-info": "^3.2.0"
|
|
},
|
|
"bin": {
|
|
"is-ci": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/is-core-module": {
|
|
"version": "2.11.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-date-object": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-deflate": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-docker": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-electron": {
|
|
"version": "2.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-extendable": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-generator-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-gzip": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-in-browser": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-interactive": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-lambda": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-map": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-negative-zero": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-number-object": {
|
|
"version": "1.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-number/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-obj": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-path-cwd": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/is-path-inside": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-plain-obj": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-plain-object": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-potential-custom-element-name": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-regex": {
|
|
"version": "1.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-set": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-shared-array-buffer": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-ssh": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"protocols": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/is-stream": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-string": {
|
|
"version": "1.0.7",
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-text-path": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"text-extensions": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-typed-array": {
|
|
"version": "1.1.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-typedarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-url": {
|
|
"version": "1.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-weakmap": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakref": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakset": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-what": {
|
|
"version": "3.14.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-wsl": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is2": {
|
|
"version": "2.0.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deep-is": "^0.1.3",
|
|
"ip-regex": "^4.1.0",
|
|
"is-url": "^1.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=v0.10.0"
|
|
}
|
|
},
|
|
"node_modules/isarray": {
|
|
"version": "2.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/isbinaryfile": {
|
|
"version": "4.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/gjtorikian/"
|
|
}
|
|
},
|
|
"node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/isobject": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/isomorphic-ws": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ws": "*"
|
|
}
|
|
},
|
|
"node_modules/isstream": {
|
|
"version": "0.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/istanbul-lib-coverage": {
|
|
"version": "3.2.0",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-instrument": {
|
|
"version": "5.2.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/parser": "^7.14.7",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-instrument/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-report": {
|
|
"version": "3.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"make-dir": "^3.0.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-source-maps": {
|
|
"version": "4.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"source-map": "^0.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-source-maps/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/istanbul-reports": {
|
|
"version": "3.1.5",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"html-escaper": "^2.0.0",
|
|
"istanbul-lib-report": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jake": {
|
|
"version": "10.8.5",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"async": "^3.2.3",
|
|
"chalk": "^4.0.2",
|
|
"filelist": "^1.0.1",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"bin": {
|
|
"jake": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/jest": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/core": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"import-local": "^3.0.2",
|
|
"jest-cli": "^29.5.0"
|
|
},
|
|
"bin": {
|
|
"jest": "bin/jest.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"node-notifier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-canvas-mock": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssfontparser": "^1.2.1",
|
|
"moo-color": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/jest-changed-files": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^5.0.0",
|
|
"p-limit": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-changed-files/node_modules/execa": {
|
|
"version": "5.1.1",
|
|
"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/jest-changed-files/node_modules/get-stream": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/jest-changed-files/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/jest-changed-files/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-circus": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.5.0",
|
|
"@jest/expect": "^29.5.0",
|
|
"@jest/test-result": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"co": "^4.6.0",
|
|
"dedent": "^0.7.0",
|
|
"is-generator-fn": "^2.0.0",
|
|
"jest-each": "^29.5.0",
|
|
"jest-matcher-utils": "^29.5.0",
|
|
"jest-message-util": "^29.5.0",
|
|
"jest-runtime": "^29.5.0",
|
|
"jest-snapshot": "^29.5.0",
|
|
"jest-util": "^29.5.0",
|
|
"p-limit": "^3.1.0",
|
|
"pretty-format": "^29.5.0",
|
|
"pure-rand": "^6.0.0",
|
|
"slash": "^3.0.0",
|
|
"stack-utils": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-circus/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-circus/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-circus/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-cli": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/core": "^29.5.0",
|
|
"@jest/test-result": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"chalk": "^4.0.0",
|
|
"exit": "^0.1.2",
|
|
"graceful-fs": "^4.2.9",
|
|
"import-local": "^3.0.2",
|
|
"jest-config": "^29.5.0",
|
|
"jest-util": "^29.5.0",
|
|
"jest-validate": "^29.5.0",
|
|
"prompts": "^2.0.1",
|
|
"yargs": "^17.3.1"
|
|
},
|
|
"bin": {
|
|
"jest": "bin/jest.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"node-notifier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-config": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@jest/test-sequencer": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"babel-jest": "^29.5.0",
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^3.2.0",
|
|
"deepmerge": "^4.2.2",
|
|
"glob": "^7.1.3",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-circus": "^29.5.0",
|
|
"jest-environment-node": "^29.5.0",
|
|
"jest-get-type": "^29.4.3",
|
|
"jest-regex-util": "^29.4.3",
|
|
"jest-resolve": "^29.5.0",
|
|
"jest-runner": "^29.5.0",
|
|
"jest-util": "^29.5.0",
|
|
"jest-validate": "^29.5.0",
|
|
"micromatch": "^4.0.4",
|
|
"parse-json": "^5.2.0",
|
|
"pretty-format": "^29.5.0",
|
|
"slash": "^3.0.0",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/node": "*",
|
|
"ts-node": ">=9.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/node": {
|
|
"optional": true
|
|
},
|
|
"ts-node": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-config/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-diff": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"diff-sequences": "^29.4.3",
|
|
"jest-get-type": "^29.4.3",
|
|
"pretty-format": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-diff/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-docblock": {
|
|
"version": "29.4.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-each": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.5.0",
|
|
"chalk": "^4.0.0",
|
|
"jest-get-type": "^29.4.3",
|
|
"jest-util": "^29.5.0",
|
|
"pretty-format": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-each/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-each/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-each/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-environment-jsdom": {
|
|
"version": "28.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^28.1.3",
|
|
"@jest/fake-timers": "^28.1.3",
|
|
"@jest/types": "^28.1.3",
|
|
"@types/jsdom": "^16.2.4",
|
|
"@types/node": "*",
|
|
"jest-mock": "^28.1.3",
|
|
"jest-util": "^28.1.3",
|
|
"jsdom": "^19.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/@jest/environment": {
|
|
"version": "28.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/fake-timers": "^28.1.3",
|
|
"@jest/types": "^28.1.3",
|
|
"@types/node": "*",
|
|
"jest-mock": "^28.1.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/@jest/fake-timers": {
|
|
"version": "28.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^28.1.3",
|
|
"@sinonjs/fake-timers": "^9.1.2",
|
|
"@types/node": "*",
|
|
"jest-message-util": "^28.1.3",
|
|
"jest-mock": "^28.1.3",
|
|
"jest-util": "^28.1.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/@jest/schemas": {
|
|
"version": "28.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "^0.24.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/@jest/types": {
|
|
"version": "28.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^28.1.3",
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
"@types/node": "*",
|
|
"@types/yargs": "^17.0.8",
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/@sinclair/typebox": {
|
|
"version": "0.24.51",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/@sinonjs/commons": {
|
|
"version": "1.8.6",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/@sinonjs/fake-timers": {
|
|
"version": "9.1.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^1.7.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/@types/jsdom": {
|
|
"version": "16.2.15",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/parse5": "^6.0.3",
|
|
"@types/tough-cookie": "*"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/acorn-globals": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^7.1.1",
|
|
"acorn-walk": "^7.1.1"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/acorn-globals/node_modules/acorn": {
|
|
"version": "7.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/acorn-walk": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/cssstyle": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssom": "~0.3.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/cssstyle/node_modules/cssom": {
|
|
"version": "0.3.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/data-urls": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abab": "^2.0.6",
|
|
"whatwg-mimetype": "^3.0.0",
|
|
"whatwg-url": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/data-urls/node_modules/whatwg-url": {
|
|
"version": "11.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "^3.0.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/form-data": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/jest-message-util": {
|
|
"version": "28.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.12.13",
|
|
"@jest/types": "^28.1.3",
|
|
"@types/stack-utils": "^2.0.0",
|
|
"chalk": "^4.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"micromatch": "^4.0.4",
|
|
"pretty-format": "^28.1.3",
|
|
"slash": "^3.0.0",
|
|
"stack-utils": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/jest-mock": {
|
|
"version": "28.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^28.1.3",
|
|
"@types/node": "*"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/jest-util": {
|
|
"version": "28.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^28.1.3",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^3.2.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"picomatch": "^2.2.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/jsdom": {
|
|
"version": "19.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abab": "^2.0.5",
|
|
"acorn": "^8.5.0",
|
|
"acorn-globals": "^6.0.0",
|
|
"cssom": "^0.5.0",
|
|
"cssstyle": "^2.3.0",
|
|
"data-urls": "^3.0.1",
|
|
"decimal.js": "^10.3.1",
|
|
"domexception": "^4.0.0",
|
|
"escodegen": "^2.0.0",
|
|
"form-data": "^4.0.0",
|
|
"html-encoding-sniffer": "^3.0.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-potential-custom-element-name": "^1.0.1",
|
|
"nwsapi": "^2.2.0",
|
|
"parse5": "6.0.1",
|
|
"saxes": "^5.0.1",
|
|
"symbol-tree": "^3.2.4",
|
|
"tough-cookie": "^4.0.0",
|
|
"w3c-hr-time": "^1.0.2",
|
|
"w3c-xmlserializer": "^3.0.0",
|
|
"webidl-conversions": "^7.0.0",
|
|
"whatwg-encoding": "^2.0.0",
|
|
"whatwg-mimetype": "^3.0.0",
|
|
"whatwg-url": "^10.0.0",
|
|
"ws": "^8.2.3",
|
|
"xml-name-validator": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"peerDependencies": {
|
|
"canvas": "^2.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"canvas": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/parse5": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/pretty-format": {
|
|
"version": "28.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^28.1.3",
|
|
"ansi-regex": "^5.0.1",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/saxes": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"xmlchars": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/tr46": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/w3c-xmlserializer": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xml-name-validator": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-jsdom/node_modules/whatwg-url": {
|
|
"version": "10.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "^3.0.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/jest-environment-node": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.5.0",
|
|
"@jest/fake-timers": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/node": "*",
|
|
"jest-mock": "^29.5.0",
|
|
"jest-util": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-get-type": {
|
|
"version": "29.4.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-haste-map": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.5.0",
|
|
"@types/graceful-fs": "^4.1.3",
|
|
"@types/node": "*",
|
|
"anymatch": "^3.0.3",
|
|
"fb-watchman": "^2.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-regex-util": "^29.4.3",
|
|
"jest-util": "^29.5.0",
|
|
"jest-worker": "^29.5.0",
|
|
"micromatch": "^4.0.4",
|
|
"walker": "^1.0.8"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
}
|
|
},
|
|
"node_modules/jest-leak-detector": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jest-get-type": "^29.4.3",
|
|
"pretty-format": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-leak-detector/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-leak-detector/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-leak-detector/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-matcher-utils": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"jest-diff": "^29.5.0",
|
|
"jest-get-type": "^29.4.3",
|
|
"pretty-format": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-matcher-utils/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-message-util": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.12.13",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/stack-utils": "^2.0.0",
|
|
"chalk": "^4.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"micromatch": "^4.0.4",
|
|
"pretty-format": "^29.5.0",
|
|
"slash": "^3.0.0",
|
|
"stack-utils": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-message-util/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-mock": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.5.0",
|
|
"@types/node": "*",
|
|
"jest-util": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-mock-extended": {
|
|
"version": "2.0.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ts-essentials": "^7.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"jest": "^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0",
|
|
"typescript": "^3.0.0 || ^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-pnp-resolver": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"peerDependencies": {
|
|
"jest-resolve": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"jest-resolve": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jest-regex-util": {
|
|
"version": "29.4.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-haste-map": "^29.5.0",
|
|
"jest-pnp-resolver": "^1.2.2",
|
|
"jest-util": "^29.5.0",
|
|
"jest-validate": "^29.5.0",
|
|
"resolve": "^1.20.0",
|
|
"resolve.exports": "^2.0.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-resolve-dependencies": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jest-regex-util": "^29.4.3",
|
|
"jest-snapshot": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-runner": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/console": "^29.5.0",
|
|
"@jest/environment": "^29.5.0",
|
|
"@jest/test-result": "^29.5.0",
|
|
"@jest/transform": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"emittery": "^0.13.1",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-docblock": "^29.4.3",
|
|
"jest-environment-node": "^29.5.0",
|
|
"jest-haste-map": "^29.5.0",
|
|
"jest-leak-detector": "^29.5.0",
|
|
"jest-message-util": "^29.5.0",
|
|
"jest-resolve": "^29.5.0",
|
|
"jest-runtime": "^29.5.0",
|
|
"jest-util": "^29.5.0",
|
|
"jest-watcher": "^29.5.0",
|
|
"jest-worker": "^29.5.0",
|
|
"p-limit": "^3.1.0",
|
|
"source-map-support": "0.5.13"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-runner/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/jest-runner/node_modules/source-map-support": {
|
|
"version": "0.5.13",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/jest-runtime": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.5.0",
|
|
"@jest/fake-timers": "^29.5.0",
|
|
"@jest/globals": "^29.5.0",
|
|
"@jest/source-map": "^29.4.3",
|
|
"@jest/test-result": "^29.5.0",
|
|
"@jest/transform": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"cjs-module-lexer": "^1.0.0",
|
|
"collect-v8-coverage": "^1.0.0",
|
|
"glob": "^7.1.3",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-haste-map": "^29.5.0",
|
|
"jest-message-util": "^29.5.0",
|
|
"jest-mock": "^29.5.0",
|
|
"jest-regex-util": "^29.4.3",
|
|
"jest-resolve": "^29.5.0",
|
|
"jest-snapshot": "^29.5.0",
|
|
"jest-util": "^29.5.0",
|
|
"slash": "^3.0.0",
|
|
"strip-bom": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@babel/generator": "^7.7.2",
|
|
"@babel/plugin-syntax-jsx": "^7.7.2",
|
|
"@babel/plugin-syntax-typescript": "^7.7.2",
|
|
"@babel/traverse": "^7.7.2",
|
|
"@babel/types": "^7.3.3",
|
|
"@jest/expect-utils": "^29.5.0",
|
|
"@jest/transform": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/babel__traverse": "^7.0.6",
|
|
"@types/prettier": "^2.1.5",
|
|
"babel-preset-current-node-syntax": "^1.0.0",
|
|
"chalk": "^4.0.0",
|
|
"expect": "^29.5.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"jest-diff": "^29.5.0",
|
|
"jest-get-type": "^29.4.3",
|
|
"jest-matcher-utils": "^29.5.0",
|
|
"jest-message-util": "^29.5.0",
|
|
"jest-util": "^29.5.0",
|
|
"natural-compare": "^1.4.0",
|
|
"pretty-format": "^29.5.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-snapshot/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-util": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.5.0",
|
|
"@types/node": "*",
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^3.2.0",
|
|
"graceful-fs": "^4.2.9",
|
|
"picomatch": "^2.2.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-validate": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^29.5.0",
|
|
"camelcase": "^6.2.0",
|
|
"chalk": "^4.0.0",
|
|
"jest-get-type": "^29.4.3",
|
|
"leven": "^3.1.0",
|
|
"pretty-format": "^29.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/camelcase": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/pretty-format": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/schemas": "^29.4.3",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-validate/node_modules/react-is": {
|
|
"version": "18.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jest-watch-select-projects": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^4.3.0",
|
|
"chalk": "^3.0.0",
|
|
"prompts": "^2.2.1"
|
|
}
|
|
},
|
|
"node_modules/jest-watch-select-projects/node_modules/chalk": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jest-watch-typeahead": {
|
|
"version": "2.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^6.0.0",
|
|
"chalk": "^5.2.0",
|
|
"jest-regex-util": "^29.0.0",
|
|
"jest-watcher": "^29.0.0",
|
|
"slash": "^5.0.0",
|
|
"string-length": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"jest": "^27.0.0 || ^28.0.0 || ^29.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-watch-typeahead/node_modules/ansi-escapes": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/jest-watch-typeahead/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/jest-watch-typeahead/node_modules/chalk": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-watch-typeahead/node_modules/char-regex": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
}
|
|
},
|
|
"node_modules/jest-watch-typeahead/node_modules/slash": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/jest-watch-typeahead/node_modules/string-length": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"char-regex": "^2.0.0",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/jest-watch-typeahead/node_modules/strip-ansi": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/jest-watch-typeahead/node_modules/type-fest": {
|
|
"version": "3.7.2",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/jest-watcher": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/test-result": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/node": "*",
|
|
"ansi-escapes": "^4.2.1",
|
|
"chalk": "^4.0.0",
|
|
"emittery": "^0.13.1",
|
|
"jest-util": "^29.5.0",
|
|
"string-length": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-worker": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"jest-util": "^29.5.0",
|
|
"merge-stream": "^2.0.0",
|
|
"supports-color": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/jest-worker/node_modules/supports-color": {
|
|
"version": "8.1.1",
|
|
"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.18.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jiti": "bin/jiti.js"
|
|
}
|
|
},
|
|
"node_modules/joi": {
|
|
"version": "17.9.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0",
|
|
"@hapi/topo": "^5.0.0",
|
|
"@sideway/address": "^4.1.3",
|
|
"@sideway/formula": "^3.0.1",
|
|
"@sideway/pinpoint": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/joi/node_modules/@hapi/hoek": {
|
|
"version": "9.3.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/jose": {
|
|
"version": "4.13.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"node_modules/joycon": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/js-sdsl": {
|
|
"version": "4.4.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/js-sdsl"
|
|
}
|
|
},
|
|
"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/jsdom": {
|
|
"version": "21.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abab": "^2.0.6",
|
|
"acorn": "^8.8.2",
|
|
"acorn-globals": "^7.0.0",
|
|
"cssstyle": "^3.0.0",
|
|
"data-urls": "^4.0.0",
|
|
"decimal.js": "^10.4.3",
|
|
"domexception": "^4.0.0",
|
|
"escodegen": "^2.0.0",
|
|
"form-data": "^4.0.0",
|
|
"html-encoding-sniffer": "^3.0.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"is-potential-custom-element-name": "^1.0.1",
|
|
"nwsapi": "^2.2.2",
|
|
"parse5": "^7.1.2",
|
|
"rrweb-cssom": "^0.6.0",
|
|
"saxes": "^6.0.0",
|
|
"symbol-tree": "^3.2.4",
|
|
"tough-cookie": "^4.1.2",
|
|
"w3c-xmlserializer": "^4.0.0",
|
|
"webidl-conversions": "^7.0.0",
|
|
"whatwg-encoding": "^2.0.0",
|
|
"whatwg-mimetype": "^3.0.0",
|
|
"whatwg-url": "^12.0.1",
|
|
"ws": "^8.13.0",
|
|
"xml-name-validator": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"canvas": "^2.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"canvas": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/jsdom/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/jsesc": {
|
|
"version": "2.5.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/json-buffer": {
|
|
"version": "3.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-better-errors": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-even-better-errors": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/json-schema": {
|
|
"version": "0.4.0",
|
|
"license": "(AFL-2.1 OR BSD-3-Clause)"
|
|
},
|
|
"node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"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",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stringify-nice": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/json-stringify-safe": {
|
|
"version": "5.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/json5": {
|
|
"version": "2.2.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/jsonc-parser": {
|
|
"version": "3.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >= 0.2.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsonpath-plus": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/JSONStream": {
|
|
"version": "1.3.5",
|
|
"dev": true,
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"jsonparse": "^1.2.0",
|
|
"through": ">=2.2.7 <3"
|
|
},
|
|
"bin": {
|
|
"JSONStream": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/jsprim": {
|
|
"version": "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/jsprim/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/jss": {
|
|
"version": "10.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"csstype": "^3.0.2",
|
|
"is-in-browser": "^1.1.3",
|
|
"tiny-warning": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/jss"
|
|
}
|
|
},
|
|
"node_modules/jss-plugin-camel-case": {
|
|
"version": "10.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"hyphenate-style-name": "^1.0.3",
|
|
"jss": "10.10.0"
|
|
}
|
|
},
|
|
"node_modules/jss-plugin-default-unit": {
|
|
"version": "10.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"jss": "10.10.0"
|
|
}
|
|
},
|
|
"node_modules/jss-plugin-global": {
|
|
"version": "10.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"jss": "10.10.0"
|
|
}
|
|
},
|
|
"node_modules/jss-plugin-nested": {
|
|
"version": "10.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"jss": "10.10.0",
|
|
"tiny-warning": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/jss-plugin-props-sort": {
|
|
"version": "10.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"jss": "10.10.0"
|
|
}
|
|
},
|
|
"node_modules/jss-plugin-rule-value-function": {
|
|
"version": "10.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"jss": "10.10.0",
|
|
"tiny-warning": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/jss-plugin-vendor-prefixer": {
|
|
"version": "10.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"css-vendor": "^2.0.8",
|
|
"jss": "10.10.0"
|
|
}
|
|
},
|
|
"node_modules/jss/node_modules/csstype": {
|
|
"version": "3.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsx-ast-utils": {
|
|
"version": "3.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.5",
|
|
"object.assign": "^4.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/jszip": {
|
|
"version": "3.10.1",
|
|
"license": "(MIT OR GPL-3.0-or-later)",
|
|
"dependencies": {
|
|
"lie": "~3.3.0",
|
|
"pako": "~1.0.2",
|
|
"readable-stream": "~2.3.6",
|
|
"setimmediate": "^1.0.5"
|
|
}
|
|
},
|
|
"node_modules/jszip/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jszip/node_modules/lie": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"immediate": "~3.0.5"
|
|
}
|
|
},
|
|
"node_modules/jszip/node_modules/pako": {
|
|
"version": "1.0.11",
|
|
"license": "(MIT AND Zlib)"
|
|
},
|
|
"node_modules/jszip/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/jszip/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/just-diff": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/just-diff-apply": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/keyv": {
|
|
"version": "4.5.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/kind-of": {
|
|
"version": "6.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/kleur": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/klona": {
|
|
"version": "2.0.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/kuler": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/language-subtag-registry": {
|
|
"version": "0.3.22",
|
|
"license": "CC0-1.0",
|
|
"peer": true
|
|
},
|
|
"node_modules/language-tags": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"language-subtag-registry": "~0.3.2"
|
|
}
|
|
},
|
|
"node_modules/launch-editor": {
|
|
"version": "2.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picocolors": "^1.0.0",
|
|
"shell-quote": "^1.7.3"
|
|
}
|
|
},
|
|
"node_modules/lazy-cache": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"set-getter": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/lazy-val": {
|
|
"version": "1.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lerna": {
|
|
"version": "6.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@lerna/child-process": "6.6.1",
|
|
"@lerna/create": "6.6.1",
|
|
"@lerna/legacy-package-management": "6.6.1",
|
|
"@npmcli/arborist": "6.2.3",
|
|
"@npmcli/run-script": "4.1.7",
|
|
"@nrwl/devkit": ">=15.5.2 < 16",
|
|
"@octokit/plugin-enterprise-rest": "6.0.1",
|
|
"@octokit/rest": "19.0.3",
|
|
"byte-size": "7.0.0",
|
|
"chalk": "4.1.0",
|
|
"clone-deep": "4.0.1",
|
|
"cmd-shim": "5.0.0",
|
|
"columnify": "1.6.0",
|
|
"config-chain": "1.1.12",
|
|
"conventional-changelog-angular": "5.0.12",
|
|
"conventional-changelog-core": "4.2.4",
|
|
"conventional-recommended-bump": "6.1.0",
|
|
"cosmiconfig": "7.0.0",
|
|
"dedent": "0.7.0",
|
|
"dot-prop": "6.0.1",
|
|
"envinfo": "^7.7.4",
|
|
"execa": "5.0.0",
|
|
"fs-extra": "9.1.0",
|
|
"get-port": "5.1.1",
|
|
"get-stream": "6.0.0",
|
|
"git-url-parse": "13.1.0",
|
|
"glob-parent": "5.1.2",
|
|
"globby": "11.1.0",
|
|
"graceful-fs": "4.2.10",
|
|
"has-unicode": "2.0.1",
|
|
"import-local": "^3.0.2",
|
|
"init-package-json": "3.0.2",
|
|
"inquirer": "^8.2.4",
|
|
"is-ci": "2.0.0",
|
|
"is-stream": "2.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"libnpmaccess": "6.0.3",
|
|
"libnpmpublish": "6.0.4",
|
|
"load-json-file": "6.2.0",
|
|
"make-dir": "3.1.0",
|
|
"minimatch": "3.0.5",
|
|
"multimatch": "5.0.0",
|
|
"node-fetch": "2.6.7",
|
|
"npm-package-arg": "8.1.1",
|
|
"npm-packlist": "5.1.1",
|
|
"npm-registry-fetch": "^14.0.3",
|
|
"npmlog": "^6.0.2",
|
|
"nx": ">=15.5.2 < 16",
|
|
"p-map": "4.0.0",
|
|
"p-map-series": "2.1.0",
|
|
"p-pipe": "3.1.0",
|
|
"p-queue": "6.6.2",
|
|
"p-reduce": "2.1.0",
|
|
"p-waterfall": "2.1.1",
|
|
"pacote": "13.6.2",
|
|
"pify": "5.0.0",
|
|
"read-cmd-shim": "3.0.0",
|
|
"read-package-json": "5.0.1",
|
|
"resolve-from": "5.0.0",
|
|
"rimraf": "^4.4.1",
|
|
"semver": "^7.3.8",
|
|
"signal-exit": "3.0.7",
|
|
"slash": "3.0.0",
|
|
"ssri": "9.0.1",
|
|
"strong-log-transformer": "2.1.0",
|
|
"tar": "6.1.11",
|
|
"temp-dir": "1.0.0",
|
|
"typescript": "^3 || ^4",
|
|
"upath": "^2.0.1",
|
|
"uuid": "8.3.2",
|
|
"validate-npm-package-license": "3.0.4",
|
|
"validate-npm-package-name": "4.0.0",
|
|
"write-file-atomic": "4.0.1",
|
|
"write-pkg": "4.0.0",
|
|
"yargs": "16.2.0",
|
|
"yargs-parser": "20.2.4"
|
|
},
|
|
"bin": {
|
|
"lerna": "dist/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/chalk": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/ci-info": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lerna/node_modules/cosmiconfig": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/parse-json": "^4.0.0",
|
|
"import-fresh": "^3.2.1",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/execa": {
|
|
"version": "5.0.0",
|
|
"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/lerna/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/get-stream": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/graceful-fs": {
|
|
"version": "4.2.10",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/lerna/node_modules/inquirer": {
|
|
"version": "8.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^4.2.1",
|
|
"chalk": "^4.1.1",
|
|
"cli-cursor": "^3.1.0",
|
|
"cli-width": "^3.0.0",
|
|
"external-editor": "^3.0.3",
|
|
"figures": "^3.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mute-stream": "0.0.8",
|
|
"ora": "^5.4.1",
|
|
"run-async": "^2.4.0",
|
|
"rxjs": "^7.5.5",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"through": "^2.3.6",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/inquirer/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/is-ci": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ci-info": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"is-ci": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/is-stream": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/minimatch": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/node-fetch": {
|
|
"version": "2.6.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/pify": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/tar": {
|
|
"version": "6.1.11",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^3.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lerna/node_modules/webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/lerna/node_modules/whatwg-url": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/write-file-atomic": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16"
|
|
}
|
|
},
|
|
"node_modules/lerna/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/lerna/node_modules/yargs": {
|
|
"version": "16.2.0",
|
|
"dev": true,
|
|
"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/less": {
|
|
"version": "4.1.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"copy-anything": "^2.0.1",
|
|
"parse-node-version": "^1.0.1",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"bin": {
|
|
"lessc": "bin/lessc"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"optionalDependencies": {
|
|
"errno": "^0.1.1",
|
|
"graceful-fs": "^4.1.2",
|
|
"image-size": "~0.5.0",
|
|
"make-dir": "^2.1.0",
|
|
"mime": "^1.4.1",
|
|
"needle": "^3.1.0",
|
|
"source-map": "~0.6.0"
|
|
}
|
|
},
|
|
"node_modules/less/node_modules/make-dir": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"pify": "^4.0.1",
|
|
"semver": "^5.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/less/node_modules/mime": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/less/node_modules/pify": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/less/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/less/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/leven": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/levn": {
|
|
"version": "0.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "~0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"minipass": "^3.1.1",
|
|
"npm-package-arg": "^9.0.1",
|
|
"npm-registry-fetch": "^13.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/@npmcli/fs": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.1.3",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/cacache": {
|
|
"version": "16.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^2.1.0",
|
|
"@npmcli/move-file": "^2.0.0",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"glob": "^8.0.1",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^9.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/hosted-git-info": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/make-fetch-happen": {
|
|
"version": "10.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^16.1.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/minipass-fetch": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.1.6",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/npm-package-arg": {
|
|
"version": "9.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"proc-log": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/npm-registry-fetch": {
|
|
"version": "13.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"make-fetch-happen": "^10.0.6",
|
|
"minipass": "^3.1.6",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.1.2",
|
|
"npm-package-arg": "^9.0.1",
|
|
"proc-log": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/proc-log": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/rimraf/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/rimraf/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/rimraf/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/unique-filename": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/unique-slug": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmaccess/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/libnpmpublish": {
|
|
"version": "6.0.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-package-data": "^4.0.0",
|
|
"npm-package-arg": "^9.0.1",
|
|
"npm-registry-fetch": "^13.0.0",
|
|
"semver": "^7.3.7",
|
|
"ssri": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/@npmcli/fs": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.1.3",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/cacache": {
|
|
"version": "16.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^2.1.0",
|
|
"@npmcli/move-file": "^2.0.0",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"glob": "^8.0.1",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^9.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/hosted-git-info": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/make-fetch-happen": {
|
|
"version": "10.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^16.1.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/minipass-fetch": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.1.6",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/normalize-package-data": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/npm-package-arg": {
|
|
"version": "9.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"proc-log": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/npm-registry-fetch": {
|
|
"version": "13.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"make-fetch-happen": "^10.0.6",
|
|
"minipass": "^3.1.6",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.1.2",
|
|
"npm-package-arg": "^9.0.1",
|
|
"proc-log": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/proc-log": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/rimraf/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/rimraf/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/rimraf/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/unique-filename": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/unique-slug": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/libnpmpublish/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/lie": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"immediate": "~3.0.5"
|
|
}
|
|
},
|
|
"node_modules/lilconfig": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lines-and-columns": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/list-item": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"expand-range": "^1.8.1",
|
|
"extend-shallow": "^2.0.1",
|
|
"is-number": "^2.1.0",
|
|
"repeat-string": "^1.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/load-json-file": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.15",
|
|
"parse-json": "^5.0.0",
|
|
"strip-bom": "^4.0.0",
|
|
"type-fest": "^0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/load-json-file/node_modules/type-fest": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/loader-runner": {
|
|
"version": "4.3.0",
|
|
"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/localforage": {
|
|
"version": "1.10.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"lie": "3.1.1"
|
|
}
|
|
},
|
|
"node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash._reinterpolate": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.camelcase": {
|
|
"version": "4.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.debounce": {
|
|
"version": "4.0.8",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/lodash.escaperegexp": {
|
|
"version": "4.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isequal": {
|
|
"version": "4.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.ismatch": {
|
|
"version": "4.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.memoize": {
|
|
"version": "4.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.merge": {
|
|
"version": "4.6.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.template": {
|
|
"version": "4.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash._reinterpolate": "^3.0.0",
|
|
"lodash.templatesettings": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/lodash.templatesettings": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash._reinterpolate": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/log-symbols": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/logform": {
|
|
"version": "2.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@colors/colors": "1.5.0",
|
|
"@types/triple-beam": "^1.3.2",
|
|
"fecha": "^4.2.0",
|
|
"ms": "^2.1.1",
|
|
"safe-stable-stringify": "^2.3.1",
|
|
"triple-beam": "^1.3.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/lowercase-keys": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/lru_map": {
|
|
"version": "0.3.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "5.1.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/lunr": {
|
|
"version": "2.3.9",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lz-string": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"lz-string": "bin/bin.js"
|
|
}
|
|
},
|
|
"node_modules/lzma-native": {
|
|
"version": "8.0.6",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-addon-api": "^3.1.0",
|
|
"node-gyp-build": "^4.2.1",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"bin": {
|
|
"lzmajs": "bin/lzmajs"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/lzma-native/node_modules/node-addon-api": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/make-error": {
|
|
"version": "1.3.6",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/make-fetch-happen": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.1.3",
|
|
"cacache": "^15.2.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^4.0.1",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^6.0.0",
|
|
"minipass": "^3.1.3",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^1.3.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.2",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^6.0.0",
|
|
"ssri": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/@npmcli/fs": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.0.1",
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/@npmcli/move-file": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mkdirp": "^1.0.4",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/@tootallnate/once": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/cacache": {
|
|
"version": "15.3.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^1.0.0",
|
|
"@npmcli/move-file": "^1.0.1",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"glob": "^7.1.4",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^6.0.0",
|
|
"minipass": "^3.1.1",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.2",
|
|
"mkdirp": "^1.0.3",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^8.0.1",
|
|
"tar": "^6.0.2",
|
|
"unique-filename": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/http-proxy-agent": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/once": "1",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/ssri": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/unique-filename": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/unique-slug": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
}
|
|
},
|
|
"node_modules/make-fetch-happen/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/make-plural": {
|
|
"version": "6.2.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/makeerror": {
|
|
"version": "1.0.12",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"tmpl": "1.0.5"
|
|
}
|
|
},
|
|
"node_modules/map-obj": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/markdown": {
|
|
"version": "0.5.0",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"nopt": "~2.1.1"
|
|
},
|
|
"bin": {
|
|
"md2html": "bin/md2html.js"
|
|
}
|
|
},
|
|
"node_modules/markdown-link": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/markdown-toc": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"concat-stream": "^1.5.2",
|
|
"diacritics-map": "^0.1.0",
|
|
"gray-matter": "^2.1.0",
|
|
"lazy-cache": "^2.0.2",
|
|
"list-item": "^1.1.1",
|
|
"markdown-link": "^0.1.1",
|
|
"minimist": "^1.2.0",
|
|
"mixin-deep": "^1.1.3",
|
|
"object.pick": "^1.2.0",
|
|
"remarkable": "^1.7.1",
|
|
"repeat-string": "^1.6.1",
|
|
"strip-color": "^0.1.0"
|
|
},
|
|
"bin": {
|
|
"markdown-toc": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/markdown-toc/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/markdown-toc/node_modules/autolinker": {
|
|
"version": "0.28.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gulp-header": "^1.7.1"
|
|
}
|
|
},
|
|
"node_modules/markdown-toc/node_modules/concat-stream": {
|
|
"version": "1.6.2",
|
|
"dev": true,
|
|
"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/markdown-toc/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/markdown-toc/node_modules/readable-stream": {
|
|
"version": "2.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/markdown-toc/node_modules/remarkable": {
|
|
"version": "1.7.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.10",
|
|
"autolinker": "~0.28.0"
|
|
},
|
|
"bin": {
|
|
"remarkable": "bin/remarkable.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/markdown-toc/node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/markdown-toc/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/markdown/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/markdown/node_modules/nopt": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
}
|
|
},
|
|
"node_modules/marked": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"marked": "bin/marked.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/matcher": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"escape-string-regexp": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/matcher-collection": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/minimatch": "^3.0.3",
|
|
"minimatch": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/matcher-collection/node_modules/@types/minimatch": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/math-random": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/md5-file": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"md5-file": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/media-typer": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/memfs": {
|
|
"version": "3.4.13",
|
|
"license": "Unlicense",
|
|
"dependencies": {
|
|
"fs-monkey": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/memoize-one": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/memorystream": {
|
|
"version": "0.3.1",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/meow": {
|
|
"version": "8.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/minimist": "^1.2.0",
|
|
"camelcase-keys": "^6.2.2",
|
|
"decamelize-keys": "^1.1.0",
|
|
"hard-rejection": "^2.1.0",
|
|
"minimist-options": "4.1.0",
|
|
"normalize-package-data": "^3.0.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"redent": "^3.0.0",
|
|
"trim-newlines": "^3.0.0",
|
|
"type-fest": "^0.18.0",
|
|
"yargs-parser": "^20.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/meow/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/meow/node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/meow/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/meow/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/meow/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/read-pkg": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/normalize-package-data": "^2.4.0",
|
|
"normalize-package-data": "^2.5.0",
|
|
"parse-json": "^5.0.0",
|
|
"type-fest": "^0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/read-pkg-up": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^4.1.0",
|
|
"read-pkg": "^5.2.0",
|
|
"type-fest": "^0.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/read-pkg-up/node_modules/type-fest": {
|
|
"version": "0.8.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"resolve": "^1.10.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/read-pkg/node_modules/type-fest": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/type-fest": {
|
|
"version": "0.18.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/merge-descriptors": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/merge-stream": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/merge2": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/mergee": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/methods": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/micromatch": {
|
|
"version": "4.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"braces": "^3.0.2",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/mime": {
|
|
"version": "2.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"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": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/mimic-response": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/min-indent": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/mini-css-extract-plugin": {
|
|
"version": "2.7.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"schema-utils": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/mini-css-extract-plugin/node_modules/schema-utils": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.9",
|
|
"ajv": "^8.8.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"ajv-keywords": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
}
|
|
},
|
|
"node_modules/minimalistic-assert": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"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/minimist-options": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arrify": "^1.0.1",
|
|
"is-plain-obj": "^1.1.0",
|
|
"kind-of": "^6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/minipass": {
|
|
"version": "4.2.5",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-collect": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/minipass-collect/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-collect/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/minipass-fetch": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.1.0",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.12"
|
|
}
|
|
},
|
|
"node_modules/minipass-fetch/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-fetch/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/minipass-flush": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/minipass-flush/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-flush/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/minipass-json-stream": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonparse": "^1.3.1",
|
|
"minipass": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/minipass-json-stream/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-json-stream/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/minipass-pipeline": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-pipeline/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-pipeline/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/minipass-sized": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-sized/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass-sized/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/minizlib": {
|
|
"version": "2.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/minizlib/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minizlib/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/mixin-deep": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"for-in": "^1.0.2",
|
|
"is-extendable": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/mixin-deep/node_modules/is-extendable": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-object": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/mixin-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/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/mkdirp-infer-owner": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"infer-owner": "^1.0.4",
|
|
"mkdirp": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/mobx": {
|
|
"version": "6.9.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mobx"
|
|
}
|
|
},
|
|
"node_modules/mobx-observable-history": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/history": "^4.7.8",
|
|
"history": "^4.10.1",
|
|
"mobx": "^6.3.0"
|
|
}
|
|
},
|
|
"node_modules/mobx-react": {
|
|
"version": "7.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mobx-react-lite": "^3.4.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mobx"
|
|
},
|
|
"peerDependencies": {
|
|
"mobx": "^6.1.0",
|
|
"react": "^16.8.0 || ^17 || ^18"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-dom": {
|
|
"optional": true
|
|
},
|
|
"react-native": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/mobx-react-lite": {
|
|
"version": "3.4.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mobx"
|
|
},
|
|
"peerDependencies": {
|
|
"mobx": "^6.1.0",
|
|
"react": "^16.8.0 || ^17 || ^18"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-dom": {
|
|
"optional": true
|
|
},
|
|
"react-native": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/mobx-utils": {
|
|
"version": "6.0.6",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"mobx": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/mock-http": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mergee": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/modify-values": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/moment": {
|
|
"version": "2.29.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/moment-timezone": {
|
|
"version": "0.5.43",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"moment": "^2.29.4"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/monaco-editor": {
|
|
"version": "0.29.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/monaco-editor-webpack-plugin": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loader-utils": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"monaco-editor": "0.29.x",
|
|
"webpack": "^4.5.0 || 5.x"
|
|
}
|
|
},
|
|
"node_modules/moo-color": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "^1.1.4"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"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/multimatch": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/minimatch": "^3.0.3",
|
|
"array-differ": "^3.0.0",
|
|
"array-union": "^2.1.0",
|
|
"arrify": "^2.0.1",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/multimatch/node_modules/@types/minimatch": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/multimatch/node_modules/arrify": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/mute-stream": {
|
|
"version": "0.0.8",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"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/nan": {
|
|
"version": "2.17.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "3.3.6",
|
|
"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/napi-build-utils": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/natural-compare": {
|
|
"version": "1.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/natural-compare-lite": {
|
|
"version": "1.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/needle": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"debug": "^3.2.6",
|
|
"iconv-lite": "^0.6.3",
|
|
"sax": "^1.2.4"
|
|
},
|
|
"bin": {
|
|
"needle": "bin/needle"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.4.x"
|
|
}
|
|
},
|
|
"node_modules/needle/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/negotiator": {
|
|
"version": "0.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/neo-async": {
|
|
"version": "2.6.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/no-case": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lower-case": "^2.0.2",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/node-abi": {
|
|
"version": "3.34.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/node-abort-controller": {
|
|
"version": "3.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-addon-api": {
|
|
"version": "1.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/node-api-version": {
|
|
"version": "0.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"node_modules/node-domexception": {
|
|
"version": "1.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.5.0"
|
|
}
|
|
},
|
|
"node_modules/node-fetch": {
|
|
"version": "3.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"data-uri-to-buffer": "^4.0.0",
|
|
"fetch-blob": "^3.1.4",
|
|
"formdata-polyfill": "^4.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/node-fetch"
|
|
}
|
|
},
|
|
"node_modules/node-forge": {
|
|
"version": "1.3.1",
|
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
"engines": {
|
|
"node": ">= 6.13.0"
|
|
}
|
|
},
|
|
"node_modules/node-gyp": {
|
|
"version": "8.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.0",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^9.1.0",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^6.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.12.0"
|
|
}
|
|
},
|
|
"node_modules/node-gyp-build": {
|
|
"version": "4.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"node-gyp-build": "bin.js",
|
|
"node-gyp-build-optional": "optional.js",
|
|
"node-gyp-build-test": "build-test.js"
|
|
}
|
|
},
|
|
"node_modules/node-gyp/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/node-gyp/node_modules/nopt": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/node-gyp/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/node-int64": {
|
|
"version": "0.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-loader": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loader-utils": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-pty": {
|
|
"version": "0.10.1",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nan": "^2.14.0"
|
|
}
|
|
},
|
|
"node_modules/node-releases": {
|
|
"version": "2.0.10",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nodemon": {
|
|
"version": "2.0.22",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chokidar": "^3.5.2",
|
|
"debug": "^3.2.7",
|
|
"ignore-by-default": "^1.0.1",
|
|
"minimatch": "^3.1.2",
|
|
"pstree.remy": "^1.1.8",
|
|
"semver": "^5.7.1",
|
|
"simple-update-notifier": "^1.0.7",
|
|
"supports-color": "^5.5.0",
|
|
"touch": "^3.1.0",
|
|
"undefsafe": "^2.0.5"
|
|
},
|
|
"bin": {
|
|
"nodemon": "bin/nodemon.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nodemon"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/nopt": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"is-core-module": "^2.5.0",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/normalize-range": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/normalize-url": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm": {
|
|
"version": "8.19.4",
|
|
"bundleDependencies": [
|
|
"@isaacs/string-locale-compare",
|
|
"@npmcli/arborist",
|
|
"@npmcli/ci-detect",
|
|
"@npmcli/config",
|
|
"@npmcli/fs",
|
|
"@npmcli/map-workspaces",
|
|
"@npmcli/package-json",
|
|
"@npmcli/run-script",
|
|
"abbrev",
|
|
"archy",
|
|
"cacache",
|
|
"chalk",
|
|
"chownr",
|
|
"cli-columns",
|
|
"cli-table3",
|
|
"columnify",
|
|
"fastest-levenshtein",
|
|
"fs-minipass",
|
|
"glob",
|
|
"graceful-fs",
|
|
"hosted-git-info",
|
|
"ini",
|
|
"init-package-json",
|
|
"is-cidr",
|
|
"json-parse-even-better-errors",
|
|
"libnpmaccess",
|
|
"libnpmdiff",
|
|
"libnpmexec",
|
|
"libnpmfund",
|
|
"libnpmhook",
|
|
"libnpmorg",
|
|
"libnpmpack",
|
|
"libnpmpublish",
|
|
"libnpmsearch",
|
|
"libnpmteam",
|
|
"libnpmversion",
|
|
"make-fetch-happen",
|
|
"minimatch",
|
|
"minipass",
|
|
"minipass-pipeline",
|
|
"mkdirp",
|
|
"mkdirp-infer-owner",
|
|
"ms",
|
|
"node-gyp",
|
|
"nopt",
|
|
"npm-audit-report",
|
|
"npm-install-checks",
|
|
"npm-package-arg",
|
|
"npm-pick-manifest",
|
|
"npm-profile",
|
|
"npm-registry-fetch",
|
|
"npm-user-validate",
|
|
"npmlog",
|
|
"opener",
|
|
"p-map",
|
|
"pacote",
|
|
"parse-conflict-json",
|
|
"proc-log",
|
|
"qrcode-terminal",
|
|
"read",
|
|
"read-package-json",
|
|
"read-package-json-fast",
|
|
"readdir-scoped-modules",
|
|
"rimraf",
|
|
"semver",
|
|
"ssri",
|
|
"tar",
|
|
"text-table",
|
|
"tiny-relative-date",
|
|
"treeverse",
|
|
"validate-npm-package-name",
|
|
"which",
|
|
"write-file-atomic"
|
|
],
|
|
"license": "Artistic-2.0",
|
|
"workspaces": [
|
|
"docs",
|
|
"smoke-tests",
|
|
"workspaces/*"
|
|
],
|
|
"dependencies": {
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
"@npmcli/arborist": "^5.6.3",
|
|
"@npmcli/ci-detect": "^2.0.0",
|
|
"@npmcli/config": "^4.2.1",
|
|
"@npmcli/fs": "^2.1.0",
|
|
"@npmcli/map-workspaces": "^2.0.3",
|
|
"@npmcli/package-json": "^2.0.0",
|
|
"@npmcli/run-script": "^4.2.1",
|
|
"abbrev": "~1.1.1",
|
|
"archy": "~1.0.0",
|
|
"cacache": "^16.1.3",
|
|
"chalk": "^4.1.2",
|
|
"chownr": "^2.0.0",
|
|
"cli-columns": "^4.0.0",
|
|
"cli-table3": "^0.6.2",
|
|
"columnify": "^1.6.0",
|
|
"fastest-levenshtein": "^1.0.12",
|
|
"fs-minipass": "^2.1.0",
|
|
"glob": "^8.0.1",
|
|
"graceful-fs": "^4.2.10",
|
|
"hosted-git-info": "^5.2.1",
|
|
"ini": "^3.0.1",
|
|
"init-package-json": "^3.0.2",
|
|
"is-cidr": "^4.0.2",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"libnpmaccess": "^6.0.4",
|
|
"libnpmdiff": "^4.0.5",
|
|
"libnpmexec": "^4.0.14",
|
|
"libnpmfund": "^3.0.5",
|
|
"libnpmhook": "^8.0.4",
|
|
"libnpmorg": "^4.0.4",
|
|
"libnpmpack": "^4.1.3",
|
|
"libnpmpublish": "^6.0.5",
|
|
"libnpmsearch": "^5.0.4",
|
|
"libnpmteam": "^4.0.4",
|
|
"libnpmversion": "^3.0.7",
|
|
"make-fetch-happen": "^10.2.0",
|
|
"minimatch": "^5.1.0",
|
|
"minipass": "^3.1.6",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"ms": "^2.1.2",
|
|
"node-gyp": "^9.1.0",
|
|
"nopt": "^6.0.0",
|
|
"npm-audit-report": "^3.0.0",
|
|
"npm-install-checks": "^5.0.0",
|
|
"npm-package-arg": "^9.1.0",
|
|
"npm-pick-manifest": "^7.0.2",
|
|
"npm-profile": "^6.2.0",
|
|
"npm-registry-fetch": "^13.3.1",
|
|
"npm-user-validate": "^1.0.1",
|
|
"npmlog": "^6.0.2",
|
|
"opener": "^1.5.2",
|
|
"p-map": "^4.0.0",
|
|
"pacote": "^13.6.2",
|
|
"parse-conflict-json": "^2.0.2",
|
|
"proc-log": "^2.0.1",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"read": "~1.0.7",
|
|
"read-package-json": "^5.0.2",
|
|
"read-package-json-fast": "^2.0.3",
|
|
"readdir-scoped-modules": "^1.1.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.7",
|
|
"ssri": "^9.0.1",
|
|
"tar": "^6.1.11",
|
|
"text-table": "~0.2.0",
|
|
"tiny-relative-date": "^1.3.0",
|
|
"treeverse": "^2.0.0",
|
|
"validate-npm-package-name": "^4.0.0",
|
|
"which": "^2.0.2",
|
|
"write-file-atomic": "^4.0.1"
|
|
},
|
|
"bin": {
|
|
"npm": "bin/npm-cli.js",
|
|
"npx": "bin/npx-cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-bundled": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-install-checks": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"semver": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-normalize-package-bin": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-package-arg": {
|
|
"version": "8.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^3.0.6",
|
|
"semver": "^7.0.0",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm-package-arg/node_modules/builtins": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm-package-arg/node_modules/hosted-git-info": {
|
|
"version": "3.0.8",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm-package-arg/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm-package-arg/node_modules/validate-npm-package-name": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/npm-package-arg/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm-packlist": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^8.0.1",
|
|
"ignore-walk": "^5.0.1",
|
|
"npm-bundled": "^1.1.2",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"bin": {
|
|
"npm-packlist": "bin/index.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-packlist/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-packlist/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm-packlist/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm-packlist/node_modules/npm-bundled": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/npm-packlist/node_modules/npm-normalize-package-bin": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm-pick-manifest": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-install-checks": "^6.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0",
|
|
"npm-package-arg": "^10.0.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-pick-manifest/node_modules/hosted-git-info": {
|
|
"version": "6.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-pick-manifest/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/npm-pick-manifest/node_modules/npm-package-arg": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-pick-manifest/node_modules/validate-npm-package-name": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-registry-fetch": {
|
|
"version": "14.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"make-fetch-happen": "^11.0.0",
|
|
"minipass": "^4.0.0",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.1.2",
|
|
"npm-package-arg": "^10.0.0",
|
|
"proc-log": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-registry-fetch/node_modules/hosted-git-info": {
|
|
"version": "6.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-registry-fetch/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/npm-registry-fetch/node_modules/make-fetch-happen": {
|
|
"version": "11.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^17.0.0",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^4.0.0",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-registry-fetch/node_modules/minipass-fetch": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^4.0.0",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/npm-registry-fetch/node_modules/npm-package-arg": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-registry-fetch/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm-registry-fetch/node_modules/ssri": {
|
|
"version": "10.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-registry-fetch/node_modules/validate-npm-package-name": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-run-path": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm-run-path/node_modules/path-key": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@colors/colors": {
|
|
"version": "1.5.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@gar/promisify": {
|
|
"version": "1.1.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
|
"version": "5.6.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
"@npmcli/installed-package-contents": "^1.0.7",
|
|
"@npmcli/map-workspaces": "^2.0.3",
|
|
"@npmcli/metavuln-calculator": "^3.0.1",
|
|
"@npmcli/move-file": "^2.0.0",
|
|
"@npmcli/name-from-folder": "^1.0.1",
|
|
"@npmcli/node-gyp": "^2.0.0",
|
|
"@npmcli/package-json": "^2.0.0",
|
|
"@npmcli/query": "^1.2.0",
|
|
"@npmcli/run-script": "^4.1.3",
|
|
"bin-links": "^3.0.3",
|
|
"cacache": "^16.1.3",
|
|
"common-ancestor-path": "^1.0.1",
|
|
"hosted-git-info": "^5.2.1",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"json-stringify-nice": "^1.1.4",
|
|
"minimatch": "^5.1.0",
|
|
"mkdirp": "^1.0.4",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"nopt": "^6.0.0",
|
|
"npm-install-checks": "^5.0.0",
|
|
"npm-package-arg": "^9.0.0",
|
|
"npm-pick-manifest": "^7.0.2",
|
|
"npm-registry-fetch": "^13.0.0",
|
|
"npmlog": "^6.0.2",
|
|
"pacote": "^13.6.1",
|
|
"parse-conflict-json": "^2.0.1",
|
|
"proc-log": "^2.0.0",
|
|
"promise-all-reject-late": "^1.0.0",
|
|
"promise-call-limit": "^1.0.1",
|
|
"read-package-json-fast": "^2.0.2",
|
|
"readdir-scoped-modules": "^1.1.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.7",
|
|
"ssri": "^9.0.0",
|
|
"treeverse": "^2.0.0",
|
|
"walk-up-path": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"arborist": "bin/index.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/ci-detect": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/config": {
|
|
"version": "4.2.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/map-workspaces": "^2.0.2",
|
|
"ini": "^3.0.0",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"nopt": "^6.0.0",
|
|
"proc-log": "^2.0.0",
|
|
"read-package-json-fast": "^2.0.3",
|
|
"semver": "^7.3.5",
|
|
"walk-up-path": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/disparity-colors": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/fs": {
|
|
"version": "2.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.1.3",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/git": {
|
|
"version": "3.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/promise-spawn": "^3.0.0",
|
|
"lru-cache": "^7.4.4",
|
|
"mkdirp": "^1.0.4",
|
|
"npm-pick-manifest": "^7.0.0",
|
|
"proc-log": "^2.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/installed-package-contents": {
|
|
"version": "1.0.7",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-bundled": "^1.1.1",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"bin": {
|
|
"installed-package-contents": "index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/installed-package-contents/node_modules/npm-bundled": {
|
|
"version": "1.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/map-workspaces": {
|
|
"version": "2.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/name-from-folder": "^1.0.1",
|
|
"glob": "^8.0.1",
|
|
"minimatch": "^5.0.1",
|
|
"read-package-json-fast": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
|
|
"version": "3.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cacache": "^16.0.0",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"pacote": "^13.0.3",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/move-file": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mkdirp": "^1.0.4",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/name-from-folder": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/node-gyp": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/package-json": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"infer-owner": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/query": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-package-arg": "^9.1.0",
|
|
"postcss-selector-parser": "^6.0.10",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/run-script": {
|
|
"version": "4.2.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/node-gyp": "^2.0.0",
|
|
"@npmcli/promise-spawn": "^3.0.0",
|
|
"node-gyp": "^9.0.0",
|
|
"read-package-json-fast": "^2.0.3",
|
|
"which": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@tootallnate/once": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/agentkeepalive": {
|
|
"version": "4.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.0",
|
|
"depd": "^1.1.2",
|
|
"humanize-ms": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/aggregate-error": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/aproba": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/archy": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/are-we-there-yet": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/asap": {
|
|
"version": "2.0.6",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/bin-links": {
|
|
"version": "3.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cmd-shim": "^5.0.0",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"npm-normalize-package-bin": "^2.0.0",
|
|
"read-cmd-shim": "^3.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"write-file-atomic": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/bin-links/node_modules/npm-normalize-package-bin": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/binary-extensions": {
|
|
"version": "2.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/builtins": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cacache": {
|
|
"version": "16.1.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^2.1.0",
|
|
"@npmcli/move-file": "^2.0.0",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"glob": "^8.0.1",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^9.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/chownr": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cidr-regex": {
|
|
"version": "3.1.1",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"ip-regex": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/clean-stack": {
|
|
"version": "2.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-columns": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-table3": {
|
|
"version": "0.6.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "10.* || >= 12.*"
|
|
},
|
|
"optionalDependencies": {
|
|
"@colors/colors": "1.5.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/clone": {
|
|
"version": "1.0.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cmd-shim": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mkdirp-infer-owner": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/color-support": {
|
|
"version": "1.1.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"color-support": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/columnify": {
|
|
"version": "1.6.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strip-ansi": "^6.0.1",
|
|
"wcwidth": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/common-ancestor-path": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/cssesc": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"cssesc": "bin/cssesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/debug": {
|
|
"version": "4.3.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/debug/node_modules/ms": {
|
|
"version": "2.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/debuglog": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/defaults": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/delegates": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/depd": {
|
|
"version": "1.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/dezalgo": {
|
|
"version": "1.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"asap": "^2.0.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/diff": {
|
|
"version": "5.1.0",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/encoding": {
|
|
"version": "0.1.13",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.2"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/env-paths": {
|
|
"version": "2.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/err-code": {
|
|
"version": "2.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/fastest-levenshtein": {
|
|
"version": "1.0.12",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/function-bind": {
|
|
"version": "1.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/gauge": {
|
|
"version": "4.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.3",
|
|
"console-control-strings": "^1.1.0",
|
|
"has-unicode": "^2.0.1",
|
|
"signal-exit": "^3.0.7",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/glob": {
|
|
"version": "8.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/graceful-fs": {
|
|
"version": "4.2.10",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/has": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/hosted-git-info": {
|
|
"version": "5.2.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/http-cache-semantics": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/npm/node_modules/http-proxy-agent": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/once": "2",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/humanize-ms": {
|
|
"version": "1.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ignore-walk": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minimatch": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/imurmurhash": {
|
|
"version": "0.1.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.19"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/indent-string": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/infer-owner": {
|
|
"version": "1.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/ini": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/init-package-json": {
|
|
"version": "3.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-package-arg": "^9.0.1",
|
|
"promzard": "^0.3.0",
|
|
"read": "^1.0.7",
|
|
"read-package-json": "^5.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4",
|
|
"validate-npm-package-name": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ip": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/ip-regex": {
|
|
"version": "4.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-cidr": {
|
|
"version": "4.0.2",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"cidr-regex": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-core-module": {
|
|
"version": "2.10.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-lambda": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/json-stringify-nice": {
|
|
"version": "1.1.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/jsonparse": {
|
|
"version": "1.3.1",
|
|
"engines": [
|
|
"node >= 0.2.0"
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/just-diff": {
|
|
"version": "5.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/just-diff-apply": {
|
|
"version": "5.4.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/libnpmaccess": {
|
|
"version": "6.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"minipass": "^3.1.1",
|
|
"npm-package-arg": "^9.0.1",
|
|
"npm-registry-fetch": "^13.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmdiff": {
|
|
"version": "4.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/disparity-colors": "^2.0.0",
|
|
"@npmcli/installed-package-contents": "^1.0.7",
|
|
"binary-extensions": "^2.2.0",
|
|
"diff": "^5.1.0",
|
|
"minimatch": "^5.0.1",
|
|
"npm-package-arg": "^9.0.1",
|
|
"pacote": "^13.6.1",
|
|
"tar": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmexec": {
|
|
"version": "4.0.14",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^5.6.3",
|
|
"@npmcli/ci-detect": "^2.0.0",
|
|
"@npmcli/fs": "^2.1.1",
|
|
"@npmcli/run-script": "^4.2.0",
|
|
"chalk": "^4.1.0",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"npm-package-arg": "^9.0.1",
|
|
"npmlog": "^6.0.2",
|
|
"pacote": "^13.6.1",
|
|
"proc-log": "^2.0.0",
|
|
"read": "^1.0.7",
|
|
"read-package-json-fast": "^2.0.2",
|
|
"semver": "^7.3.7",
|
|
"walk-up-path": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmfund": {
|
|
"version": "3.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^5.6.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmhook": {
|
|
"version": "8.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^13.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmorg": {
|
|
"version": "4.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^13.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmpack": {
|
|
"version": "4.1.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/run-script": "^4.1.3",
|
|
"npm-package-arg": "^9.0.1",
|
|
"pacote": "^13.6.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmpublish": {
|
|
"version": "6.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-package-data": "^4.0.0",
|
|
"npm-package-arg": "^9.0.1",
|
|
"npm-registry-fetch": "^13.0.0",
|
|
"semver": "^7.3.7",
|
|
"ssri": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmsearch": {
|
|
"version": "5.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-registry-fetch": "^13.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmteam": {
|
|
"version": "4.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^13.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmversion": {
|
|
"version": "3.0.7",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^3.0.0",
|
|
"@npmcli/run-script": "^4.1.3",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"proc-log": "^2.0.0",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/lru-cache": {
|
|
"version": "7.13.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/make-fetch-happen": {
|
|
"version": "10.2.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^16.1.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minimatch": {
|
|
"version": "5.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass": {
|
|
"version": "3.3.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-collect": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-fetch": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.1.6",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-flush": {
|
|
"version": "1.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-json-stream": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonparse": "^1.3.1",
|
|
"minipass": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-pipeline": {
|
|
"version": "1.2.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-sized": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minizlib": {
|
|
"version": "2.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/mkdirp-infer-owner": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"infer-owner": "^1.0.4",
|
|
"mkdirp": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/mute-stream": {
|
|
"version": "0.0.8",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/negotiator": {
|
|
"version": "0.6.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp": {
|
|
"version": "9.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.0",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^10.0.3",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^6.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22 || ^14.13 || >=16"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/nopt": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/nopt": {
|
|
"version": "6.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/normalize-package-data": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-audit-report": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-bundled": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-normalize-package-bin": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-bundled/node_modules/npm-normalize-package-bin": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-install-checks": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"semver": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-normalize-package-bin": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/npm-package-arg": {
|
|
"version": "9.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"proc-log": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-packlist": {
|
|
"version": "5.1.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^8.0.1",
|
|
"ignore-walk": "^5.0.1",
|
|
"npm-bundled": "^2.0.0",
|
|
"npm-normalize-package-bin": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"npm-packlist": "bin/index.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-packlist/node_modules/npm-normalize-package-bin": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-pick-manifest": {
|
|
"version": "7.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-install-checks": "^5.0.0",
|
|
"npm-normalize-package-bin": "^2.0.0",
|
|
"npm-package-arg": "^9.0.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-profile": {
|
|
"version": "6.2.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-registry-fetch": "^13.0.1",
|
|
"proc-log": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-registry-fetch": {
|
|
"version": "13.3.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"make-fetch-happen": "^10.0.6",
|
|
"minipass": "^3.1.6",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.1.2",
|
|
"npm-package-arg": "^9.0.1",
|
|
"proc-log": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-user-validate": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/npm/node_modules/npmlog": {
|
|
"version": "6.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "^3.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^4.0.3",
|
|
"set-blocking": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/once": {
|
|
"version": "1.4.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/opener": {
|
|
"version": "1.5.2",
|
|
"inBundle": true,
|
|
"license": "(WTFPL OR MIT)",
|
|
"bin": {
|
|
"opener": "bin/opener-bin.js"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/p-map": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/pacote": {
|
|
"version": "13.6.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^3.0.0",
|
|
"@npmcli/installed-package-contents": "^1.0.7",
|
|
"@npmcli/promise-spawn": "^3.0.0",
|
|
"@npmcli/run-script": "^4.1.0",
|
|
"cacache": "^16.0.0",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"infer-owner": "^1.0.4",
|
|
"minipass": "^3.1.6",
|
|
"mkdirp": "^1.0.4",
|
|
"npm-package-arg": "^9.0.0",
|
|
"npm-packlist": "^5.1.0",
|
|
"npm-pick-manifest": "^7.0.0",
|
|
"npm-registry-fetch": "^13.0.1",
|
|
"proc-log": "^2.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"read-package-json": "^5.0.0",
|
|
"read-package-json-fast": "^2.0.3",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^9.0.0",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": {
|
|
"pacote": "lib/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/parse-conflict-json": {
|
|
"version": "2.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"just-diff": "^5.0.1",
|
|
"just-diff-apply": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/postcss-selector-parser": {
|
|
"version": "6.0.10",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/proc-log": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/promise-all-reject-late": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/promise-call-limit": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/promise-inflight": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/promise-retry": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^2.0.2",
|
|
"retry": "^0.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/promzard": {
|
|
"version": "0.3.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"read": "1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/qrcode-terminal": {
|
|
"version": "0.12.0",
|
|
"inBundle": true,
|
|
"bin": {
|
|
"qrcode-terminal": "bin/qrcode-terminal.js"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read": {
|
|
"version": "1.0.7",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mute-stream": "~0.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read-cmd-shim": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read-package-json": {
|
|
"version": "5.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^8.0.1",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"normalize-package-data": "^4.0.0",
|
|
"npm-normalize-package-bin": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read-package-json-fast": {
|
|
"version": "2.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read-package-json/node_modules/npm-normalize-package-bin": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/readdir-scoped-modules": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"debuglog": "^1.0.1",
|
|
"dezalgo": "^1.0.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"once": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/retry": {
|
|
"version": "0.12.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/rimraf/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/rimraf/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/rimraf/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/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"
|
|
}
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/npm/node_modules/semver": {
|
|
"version": "7.3.7",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/semver/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/signal-exit": {
|
|
"version": "3.0.7",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/smart-buffer": {
|
|
"version": "4.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/socks": {
|
|
"version": "2.7.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip": "^2.0.0",
|
|
"smart-buffer": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/spdx-correct": {
|
|
"version": "3.1.1",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-expression-parse": "^3.0.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/spdx-exceptions": {
|
|
"version": "2.3.0",
|
|
"inBundle": true,
|
|
"license": "CC-BY-3.0"
|
|
},
|
|
"node_modules/npm/node_modules/spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/spdx-license-ids": {
|
|
"version": "3.0.11",
|
|
"inBundle": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/npm/node_modules/ssri": {
|
|
"version": "9.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/tar": {
|
|
"version": "6.1.11",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^3.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/text-table": {
|
|
"version": "0.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/tiny-relative-date": {
|
|
"version": "1.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/treeverse": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/unique-filename": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/unique-slug": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/validate-npm-package-name": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/walk-up-path": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/wcwidth": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defaults": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/which": {
|
|
"version": "2.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/wide-align": {
|
|
"version": "1.1.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/write-file-atomic": {
|
|
"version": "4.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npmlog": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "^3.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^4.0.3",
|
|
"set-blocking": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"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/nwsapi": {
|
|
"version": "2.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nx": {
|
|
"version": "15.9.2",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nrwl/cli": "15.9.2",
|
|
"@nrwl/tao": "15.9.2",
|
|
"@parcel/watcher": "2.0.4",
|
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
"@yarnpkg/parsers": "^3.0.0-rc.18",
|
|
"@zkochan/js-yaml": "0.0.6",
|
|
"axios": "^1.0.0",
|
|
"chalk": "^4.1.0",
|
|
"cli-cursor": "3.1.0",
|
|
"cli-spinners": "2.6.1",
|
|
"cliui": "^7.0.2",
|
|
"dotenv": "~10.0.0",
|
|
"enquirer": "~2.3.6",
|
|
"fast-glob": "3.2.7",
|
|
"figures": "3.2.0",
|
|
"flat": "^5.0.2",
|
|
"fs-extra": "^11.1.0",
|
|
"glob": "7.1.4",
|
|
"ignore": "^5.0.4",
|
|
"js-yaml": "4.1.0",
|
|
"jsonc-parser": "3.2.0",
|
|
"lines-and-columns": "~2.0.3",
|
|
"minimatch": "3.0.5",
|
|
"npm-run-path": "^4.0.1",
|
|
"open": "^8.4.0",
|
|
"semver": "7.3.4",
|
|
"string-width": "^4.2.3",
|
|
"strong-log-transformer": "^2.1.0",
|
|
"tar-stream": "~2.2.0",
|
|
"tmp": "~0.2.1",
|
|
"tsconfig-paths": "^4.1.2",
|
|
"tslib": "^2.3.0",
|
|
"v8-compile-cache": "2.3.0",
|
|
"yargs": "^17.6.2",
|
|
"yargs-parser": "21.1.1"
|
|
},
|
|
"bin": {
|
|
"nx": "bin/nx.js"
|
|
},
|
|
"optionalDependencies": {
|
|
"@nrwl/nx-darwin-arm64": "15.9.2",
|
|
"@nrwl/nx-darwin-x64": "15.9.2",
|
|
"@nrwl/nx-linux-arm-gnueabihf": "15.9.2",
|
|
"@nrwl/nx-linux-arm64-gnu": "15.9.2",
|
|
"@nrwl/nx-linux-arm64-musl": "15.9.2",
|
|
"@nrwl/nx-linux-x64-gnu": "15.9.2",
|
|
"@nrwl/nx-linux-x64-musl": "15.9.2",
|
|
"@nrwl/nx-win32-arm64-msvc": "15.9.2",
|
|
"@nrwl/nx-win32-x64-msvc": "15.9.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@swc-node/register": "^1.4.2",
|
|
"@swc/core": "^1.2.173"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@swc-node/register": {
|
|
"optional": true
|
|
},
|
|
"@swc/core": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/fast-glob": {
|
|
"version": "3.2.7",
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/fs-extra": {
|
|
"version": "11.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.14"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/glob": {
|
|
"version": "7.1.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/minimatch": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/semver": {
|
|
"version": "7.3.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/tar-stream": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^4.0.3",
|
|
"end-of-stream": "^1.4.1",
|
|
"fs-constants": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/tmp": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rimraf": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.17.0"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/tsconfig-paths": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json5": "^2.2.2",
|
|
"minimist": "^1.2.6",
|
|
"strip-bom": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/nx/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/nx/node_modules/yargs-parser": {
|
|
"version": "21.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"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",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/object-inspect": {
|
|
"version": "1.12.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object-is": {
|
|
"version": "1.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object-keys": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.assign": {
|
|
"version": "4.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"has-symbols": "^1.0.3",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.entries": {
|
|
"version": "1.1.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.fromentries": {
|
|
"version": "2.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.hasown": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.pick": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isobject": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object.values": {
|
|
"version": "1.1.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/obuf": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/oidc-token-hash": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": "^10.13.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/on-finished": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/on-headers": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/once": {
|
|
"version": "1.4.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/one-time": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fn.name": "1.x.x"
|
|
}
|
|
},
|
|
"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/onetime/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"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/open-in-editor": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clap": "^1.1.3",
|
|
"os-homedir": "~1.0.2"
|
|
},
|
|
"bin": {
|
|
"oe": "bin/oe"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/open-lens": {
|
|
"resolved": "packages/open-lens",
|
|
"link": true
|
|
},
|
|
"node_modules/openid-client": {
|
|
"version": "5.4.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"jose": "^4.10.0",
|
|
"lru-cache": "^6.0.0",
|
|
"object-hash": "^2.0.1",
|
|
"oidc-token-hash": "^5.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/panva"
|
|
}
|
|
},
|
|
"node_modules/openid-client/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/openid-client/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/optionator": {
|
|
"version": "0.9.1",
|
|
"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",
|
|
"dev": true,
|
|
"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/os-filter-obj": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arch": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/os-homedir": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/os-tmpdir": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/p-cancelable": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-finally": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-limit": {
|
|
"version": "3.1.0",
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-map": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-map-series": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-pipe": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-queue": {
|
|
"version": "6.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eventemitter3": "^4.0.4",
|
|
"p-timeout": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-reduce": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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-retry/node_modules/@types/retry": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/p-retry/node_modules/retry": {
|
|
"version": "0.13.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/p-timeout": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-finally": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-try": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/p-waterfall": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-reduce": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/pacote": {
|
|
"version": "13.6.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^3.0.0",
|
|
"@npmcli/installed-package-contents": "^1.0.7",
|
|
"@npmcli/promise-spawn": "^3.0.0",
|
|
"@npmcli/run-script": "^4.1.0",
|
|
"cacache": "^16.0.0",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"infer-owner": "^1.0.4",
|
|
"minipass": "^3.1.6",
|
|
"mkdirp": "^1.0.4",
|
|
"npm-package-arg": "^9.0.0",
|
|
"npm-packlist": "^5.1.0",
|
|
"npm-pick-manifest": "^7.0.0",
|
|
"npm-registry-fetch": "^13.0.1",
|
|
"proc-log": "^2.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"read-package-json": "^5.0.0",
|
|
"read-package-json-fast": "^2.0.3",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^9.0.0",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": {
|
|
"pacote": "lib/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/@npmcli/fs": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.1.3",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/@npmcli/installed-package-contents": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-bundled": "^1.1.1",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"bin": {
|
|
"installed-package-contents": "index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/cacache": {
|
|
"version": "16.1.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^2.1.0",
|
|
"@npmcli/move-file": "^2.0.0",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"glob": "^8.0.1",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^9.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/cacache/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/hosted-git-info": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pacote/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/make-fetch-happen": {
|
|
"version": "10.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^16.1.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^3.1.6",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/minipass-fetch": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.1.6",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/npm-bundled": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/npm-install-checks": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"semver": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/npm-normalize-package-bin": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/pacote/node_modules/npm-package-arg": {
|
|
"version": "9.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"proc-log": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/npm-pick-manifest": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-install-checks": "^5.0.0",
|
|
"npm-normalize-package-bin": "^2.0.0",
|
|
"npm-package-arg": "^9.0.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/npm-pick-manifest/node_modules/npm-normalize-package-bin": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/npm-registry-fetch": {
|
|
"version": "13.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"make-fetch-happen": "^10.0.6",
|
|
"minipass": "^3.1.6",
|
|
"minipass-fetch": "^2.0.3",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.1.2",
|
|
"npm-package-arg": "^9.0.1",
|
|
"proc-log": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/proc-log": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/read-package-json-fast": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/unique-filename": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/unique-slug": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/pacote/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/pako": {
|
|
"version": "0.2.9",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/param-case": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dot-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/parent-module": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/parse-conflict-json": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"just-diff": "^6.0.0",
|
|
"just-diff-apply": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/parse-json": {
|
|
"version": "5.2.0",
|
|
"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/parse-json/node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/parse-json/node_modules/lines-and-columns": {
|
|
"version": "1.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/parse-node-version": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/parse-path": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"protocols": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/parse-url": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parse-path": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/parse5": {
|
|
"version": "7.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"entities": "^4.4.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/parseurl": {
|
|
"version": "1.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/pascal-case": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"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-scurry": {
|
|
"version": "1.6.3",
|
|
"dev": true,
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"lru-cache": "^7.14.1",
|
|
"minipass": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/path-to-regexp": {
|
|
"version": "6.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-type": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/peek-readable": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/peek-stream": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"duplexify": "^3.5.0",
|
|
"through2": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/pend": {
|
|
"version": "1.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/performance-now": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/pify": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/pirates": {
|
|
"version": "4.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir": {
|
|
"version": "4.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir/node_modules/find-up": {
|
|
"version": "4.1.0",
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir/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-dir/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"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/playwright": {
|
|
"version": "1.32.2",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"playwright-core": "1.32.2"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/playwright-core": {
|
|
"version": "1.32.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/plist": {
|
|
"version": "3.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.5.1",
|
|
"xmlbuilder": "^15.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/popper.js": {
|
|
"version": "1.16.1-lts",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss": {
|
|
"version": "8.4.21",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.4",
|
|
"picocolors": "^1.0.0",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/postcss-filter-plugins": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss": "^6.0.14"
|
|
}
|
|
},
|
|
"node_modules/postcss-filter-plugins/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-filter-plugins/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/postcss-filter-plugins/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/postcss-filter-plugins/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-filter-plugins/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-filter-plugins/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-filter-plugins/node_modules/postcss": {
|
|
"version": "6.0.23",
|
|
"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-filter-plugins/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-filter-plugins/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-keyframes": {
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"icss-utils": "^3.0.1",
|
|
"postcss": "^6.0.2",
|
|
"postcss-value-parser": "^3.3.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-keyframes/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-keyframes/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/postcss-icss-keyframes/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-keyframes/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-icss-keyframes/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-keyframes/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-keyframes/node_modules/icss-utils": {
|
|
"version": "3.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"postcss": "^6.0.2"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-keyframes/node_modules/postcss": {
|
|
"version": "6.0.23",
|
|
"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-icss-keyframes/node_modules/postcss-value-parser": {
|
|
"version": "3.3.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-icss-keyframes/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-keyframes/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-selectors": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-selector-tokenizer": "^0.7.0",
|
|
"generic-names": "^1.0.2",
|
|
"icss-utils": "^3.0.1",
|
|
"lodash": "^4.17.4",
|
|
"postcss": "^6.0.2"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-selectors/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-selectors/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/postcss-icss-selectors/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-selectors/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/postcss-icss-selectors/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-selectors/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-selectors/node_modules/icss-utils": {
|
|
"version": "3.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"postcss": "^6.0.2"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-selectors/node_modules/postcss": {
|
|
"version": "6.0.23",
|
|
"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-icss-selectors/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-icss-selectors/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-import": {
|
|
"version": "14.1.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/postcss-js": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase-css": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12 || ^14 || >= 16"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4.21"
|
|
}
|
|
},
|
|
"node_modules/postcss-load-config": {
|
|
"version": "3.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lilconfig": "^2.0.5",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": ">=8.0.9",
|
|
"ts-node": ">=9.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"postcss": {
|
|
"optional": true
|
|
},
|
|
"ts-node": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/postcss-loader": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cosmiconfig": "^7.0.0",
|
|
"klona": "^2.0.5",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^7.0.0 || ^8.0.1",
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-extract-imports": {
|
|
"version": "3.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-modules-local-by-default": {
|
|
"version": "4.0.0",
|
|
"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.0.0",
|
|
"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",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"icss-utils": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.1.0"
|
|
}
|
|
},
|
|
"node_modules/postcss-nested": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.14"
|
|
}
|
|
},
|
|
"node_modules/postcss-selector-parser": {
|
|
"version": "6.0.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/postcss-value-parser": {
|
|
"version": "4.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/prebuild-install": {
|
|
"version": "7.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-libc": "^2.0.0",
|
|
"expand-template": "^2.0.3",
|
|
"github-from-package": "0.0.0",
|
|
"minimist": "^1.2.3",
|
|
"mkdirp-classic": "^0.5.3",
|
|
"napi-build-utils": "^1.0.1",
|
|
"node-abi": "^3.3.0",
|
|
"pump": "^3.0.0",
|
|
"rc": "^1.2.7",
|
|
"simple-get": "^4.0.0",
|
|
"tar-fs": "^2.0.0",
|
|
"tunnel-agent": "^0.6.0"
|
|
},
|
|
"bin": {
|
|
"prebuild-install": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/prebuild-install/node_modules/pump": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/prelude-ls": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "2.8.7",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"bin": {
|
|
"prettier": "bin-prettier.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/prettier-linter-helpers": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"fast-diff": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"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": "26.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/types": "^26.6.2",
|
|
"ansi-regex": "^5.0.0",
|
|
"ansi-styles": "^4.0.0",
|
|
"react-is": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/pretty-format/node_modules/@jest/types": {
|
|
"version": "26.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
"@types/istanbul-reports": "^3.0.0",
|
|
"@types/node": "*",
|
|
"@types/yargs": "^15.0.0",
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.14.2"
|
|
}
|
|
},
|
|
"node_modules/pretty-format/node_modules/@types/yargs": {
|
|
"version": "15.0.15",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/proc-log": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/process": {
|
|
"version": "0.11.10",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/process-nextick-args": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/progress": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/promise-all-reject-late": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/promise-call-limit": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/promise-inflight": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/promise-retry": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^2.0.2",
|
|
"retry": "^0.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/prompts": {
|
|
"version": "2.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kleur": "^3.0.3",
|
|
"sisteransi": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/promzard": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"read": "1"
|
|
}
|
|
},
|
|
"node_modules/prop-types": {
|
|
"version": "15.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.4.0",
|
|
"object-assign": "^4.1.1",
|
|
"react-is": "^16.13.1"
|
|
}
|
|
},
|
|
"node_modules/prop-types/node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/proper-lockfile": {
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.4",
|
|
"retry": "^0.12.0",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/proto-list": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/protocols": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/proxy-addr": {
|
|
"version": "2.0.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"forwarded": "0.2.0",
|
|
"ipaddr.js": "1.9.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/proxy-addr/node_modules/ipaddr.js": {
|
|
"version": "1.9.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/proxy-from-env": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/prr": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/pseudomap": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/psl": {
|
|
"version": "1.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pstree.remy": {
|
|
"version": "1.1.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pump": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/pumpify": {
|
|
"version": "1.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexify": "^3.6.0",
|
|
"inherits": "^2.0.3",
|
|
"pump": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pure-rand": {
|
|
"version": "6.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/dubzzz"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fast-check"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"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.5.3",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/query-string": {
|
|
"version": "7.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"decode-uri-component": "^0.2.2",
|
|
"filter-obj": "^1.1.0",
|
|
"split-on-first": "^1.0.0",
|
|
"strict-uri-encode": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/querystringify": {
|
|
"version": "2.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/queue-microtask": {
|
|
"version": "1.2.3",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/queue-tick": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/quick-lru": {
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/raf-schd": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/randomatic": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^4.0.0",
|
|
"kind-of": "^6.0.0",
|
|
"math-random": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/randomatic/node_modules/is-number": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/randombytes": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/randomcolor": {
|
|
"version": "0.6.2",
|
|
"dev": true,
|
|
"license": "CC0"
|
|
},
|
|
"node_modules/range-parser": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/raw-body": {
|
|
"version": "2.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/raw-body/node_modules/bytes": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
"version": "0.4.24",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/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": {
|
|
"version": "17.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0",
|
|
"object-assign": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-beautiful-dnd": {
|
|
"version": "13.1.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.9.2",
|
|
"css-box-model": "^1.2.0",
|
|
"memoize-one": "^5.1.1",
|
|
"raf-schd": "^4.0.2",
|
|
"react-redux": "^7.2.0",
|
|
"redux": "^4.0.4",
|
|
"use-memo-one": "^1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.5 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.5 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-dom": {
|
|
"version": "17.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0",
|
|
"object-assign": "^4.1.1",
|
|
"scheduler": "^0.20.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "17.0.2"
|
|
}
|
|
},
|
|
"node_modules/react-is": {
|
|
"version": "17.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-material-ui-carousel": {
|
|
"version": "2.3.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"auto-bind": "^2.1.1",
|
|
"react-swipeable": "^6.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@material-ui/core": "^4.11.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"react": "^16.13.1 || ^17.0.1",
|
|
"react-dom": "^16.13.1 || ^17.0.1"
|
|
}
|
|
},
|
|
"node_modules/react-material-ui-carousel/node_modules/auto-bind": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "^16.8.12"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/react-redux": {
|
|
"version": "7.2.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.15.4",
|
|
"@types/react-redux": "^7.1.20",
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"loose-envify": "^1.4.0",
|
|
"prop-types": "^15.7.2",
|
|
"react-is": "^17.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.3 || ^17 || ^18"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"react-dom": {
|
|
"optional": true
|
|
},
|
|
"react-native": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/react-refresh": {
|
|
"version": "0.14.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-refresh-typescript": {
|
|
"version": "2.0.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react-refresh": "0.10.x || 0.11.x || 0.12.x || 0.13.x || 0.14.x",
|
|
"typescript": "^4.8 || ^5.0"
|
|
}
|
|
},
|
|
"node_modules/react-router": {
|
|
"version": "5.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.13",
|
|
"history": "^4.9.0",
|
|
"hoist-non-react-statics": "^3.1.0",
|
|
"loose-envify": "^1.3.1",
|
|
"path-to-regexp": "^1.7.0",
|
|
"prop-types": "^15.6.2",
|
|
"react-is": "^16.6.0",
|
|
"tiny-invariant": "^1.0.2",
|
|
"tiny-warning": "^1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=15"
|
|
}
|
|
},
|
|
"node_modules/react-router-dom": {
|
|
"version": "5.3.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.13",
|
|
"history": "^4.9.0",
|
|
"loose-envify": "^1.3.1",
|
|
"prop-types": "^15.6.2",
|
|
"react-router": "5.3.4",
|
|
"tiny-invariant": "^1.0.2",
|
|
"tiny-warning": "^1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=15"
|
|
}
|
|
},
|
|
"node_modules/react-router/node_modules/isarray": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-router/node_modules/path-to-regexp": {
|
|
"version": "1.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isarray": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/react-router/node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-select": {
|
|
"version": "5.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.0",
|
|
"@emotion/cache": "^11.4.0",
|
|
"@emotion/react": "^11.8.1",
|
|
"@floating-ui/dom": "^1.0.1",
|
|
"@types/react-transition-group": "^4.4.0",
|
|
"memoize-one": "^6.0.0",
|
|
"prop-types": "^15.6.0",
|
|
"react-transition-group": "^4.3.0",
|
|
"use-isomorphic-layout-effect": "^1.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-select-event": {
|
|
"version": "5.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@testing-library/dom": ">=7"
|
|
}
|
|
},
|
|
"node_modules/react-select/node_modules/memoize-one": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-swipeable": {
|
|
"version": "6.2.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8.3 || ^17 || ^18"
|
|
}
|
|
},
|
|
"node_modules/react-table": {
|
|
"version": "7.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/tannerlinsley"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.3 || ^17.0.0-0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-transition-group": {
|
|
"version": "4.4.5",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"dom-helpers": "^5.0.1",
|
|
"loose-envify": "^1.4.0",
|
|
"prop-types": "^15.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.6.0",
|
|
"react-dom": ">=16.6.0"
|
|
}
|
|
},
|
|
"node_modules/react-virtualized-auto-sizer": {
|
|
"version": "1.0.11",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0-rc",
|
|
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0-rc"
|
|
}
|
|
},
|
|
"node_modules/react-window": {
|
|
"version": "1.8.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0",
|
|
"memoize-one": ">=3.1.1 <6"
|
|
},
|
|
"engines": {
|
|
"node": ">8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/read": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mute-stream": "~0.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/read-cache": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^2.3.0"
|
|
}
|
|
},
|
|
"node_modules/read-cmd-shim": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-config-file": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "^9.0.2",
|
|
"dotenv-expand": "^5.1.0",
|
|
"js-yaml": "^4.1.0",
|
|
"json5": "^2.2.0",
|
|
"lazy-val": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-config-file/node_modules/dotenv": {
|
|
"version": "9.0.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/read-package-json": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^8.0.1",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"normalize-package-data": "^4.0.0",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-package-json-fast": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-package-json/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-package-json/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/read-package-json/node_modules/hosted-git-info": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-package-json/node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/read-package-json/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/read-package-json/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/read-package-json/node_modules/normalize-package-data": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-package-json/node_modules/npm-normalize-package-bin": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/read-pkg": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"load-json-file": "^4.0.0",
|
|
"normalize-package-data": "^2.3.2",
|
|
"path-type": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^2.0.0",
|
|
"read-pkg": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/find-up": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/locate-path": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^2.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/p-limit": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/p-locate": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/p-try": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/read-pkg/node_modules/load-json-file": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"parse-json": "^4.0.0",
|
|
"pify": "^3.0.0",
|
|
"strip-bom": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"resolve": "^1.10.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/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/read-pkg/node_modules/path-type": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/pify": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"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/readable-web-to-node-stream": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/readdirp": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picomatch": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
},
|
|
"node_modules/rechoir": {
|
|
"version": "0.7.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/redent": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"indent-string": "^4.0.0",
|
|
"strip-indent": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/redux": {
|
|
"version": "4.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.9.2"
|
|
}
|
|
},
|
|
"node_modules/regenerate": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/regenerate-unicode-properties": {
|
|
"version": "10.1.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"regenerate": "^1.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/regenerator-runtime": {
|
|
"version": "0.13.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regenerator-transform": {
|
|
"version": "0.15.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.4"
|
|
}
|
|
},
|
|
"node_modules/regexp-tree": {
|
|
"version": "0.1.24",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"bin": {
|
|
"regexp-tree": "bin/regexp-tree"
|
|
}
|
|
},
|
|
"node_modules/regexp.prototype.flags": {
|
|
"version": "1.4.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"functions-have-names": "^1.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/regexpu-core": {
|
|
"version": "5.3.2",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"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/regjsparser": {
|
|
"version": "0.9.1",
|
|
"license": "BSD-2-Clause",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"jsesc": "~0.5.0"
|
|
},
|
|
"bin": {
|
|
"regjsparser": "bin/parser"
|
|
}
|
|
},
|
|
"node_modules/regjsparser/node_modules/jsesc": {
|
|
"version": "0.5.0",
|
|
"peer": true,
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
}
|
|
},
|
|
"node_modules/relateurl": {
|
|
"version": "0.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/remarkable": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.10",
|
|
"autolinker": "^3.11.0"
|
|
},
|
|
"bin": {
|
|
"remarkable": "bin/remarkable.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/remarkable/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/remarkable/node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"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/repeat-element": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/repeat-string": {
|
|
"version": "1.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"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/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/requireindex": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=0.10.5"
|
|
}
|
|
},
|
|
"node_modules/requires-port": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/reserved-words": {
|
|
"version": "0.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/resolve": {
|
|
"version": "1.22.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.9.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/resolve-alpn": {
|
|
"version": "1.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/resolve-cwd": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/resolve-pathname": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/resolve-url": {
|
|
"version": "0.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/resolve.exports": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/responselike": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lowercase-keys": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/restore-cursor": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/retry": {
|
|
"version": "0.12.0",
|
|
"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/rfc4648": {
|
|
"version": "1.5.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rfc6902": {
|
|
"version": "5.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rimraf": {
|
|
"version": "4.4.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^9.2.0"
|
|
},
|
|
"bin": {
|
|
"rimraf": "dist/cjs/src/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/rimraf/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/rimraf/node_modules/glob": {
|
|
"version": "9.3.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"minimatch": "^8.0.2",
|
|
"minipass": "^4.2.4",
|
|
"path-scurry": "^1.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/rimraf/node_modules/minimatch": {
|
|
"version": "8.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/roarr": {
|
|
"version": "2.15.4",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"boolean": "^3.0.1",
|
|
"detect-node": "^2.0.4",
|
|
"globalthis": "^1.0.1",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"semver-compare": "^1.0.0",
|
|
"sprintf-js": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/rrweb-cssom": {
|
|
"version": "0.6.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/run-async": {
|
|
"version": "2.4.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/run-parallel": {
|
|
"version": "1.2.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/run-script-os": {
|
|
"version": "1.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"run-os": "index.js",
|
|
"run-script-os": "index.js"
|
|
}
|
|
},
|
|
"node_modules/rxjs": {
|
|
"version": "7.8.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safe-regex": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"regexp-tree": "~0.1.1"
|
|
}
|
|
},
|
|
"node_modules/safe-regex-test": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.3",
|
|
"is-regex": "^1.1.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safe-stable-stringify": {
|
|
"version": "2.4.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/sanitize-filename": {
|
|
"version": "1.6.3",
|
|
"dev": true,
|
|
"license": "WTFPL OR ISC",
|
|
"dependencies": {
|
|
"truncate-utf8-bytes": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/sass": {
|
|
"version": "1.60.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chokidar": ">=3.0.0 <4.0.0",
|
|
"immutable": "^4.0.0",
|
|
"source-map-js": ">=0.6.2 <2.0.0"
|
|
},
|
|
"bin": {
|
|
"sass": "sass.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/sass-loader": {
|
|
"version": "12.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"klona": "^2.0.4",
|
|
"neo-async": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"fibers": ">= 3.1.0",
|
|
"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
|
|
"sass": "^1.3.0",
|
|
"sass-embedded": "*",
|
|
"webpack": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"fibers": {
|
|
"optional": true
|
|
},
|
|
"node-sass": {
|
|
"optional": true
|
|
},
|
|
"sass": {
|
|
"optional": true
|
|
},
|
|
"sass-embedded": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/sax": {
|
|
"version": "1.2.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/saxes": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"xmlchars": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=v12.22.7"
|
|
}
|
|
},
|
|
"node_modules/scheduler": {
|
|
"version": "0.20.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0",
|
|
"object-assign": "^4.1.1"
|
|
}
|
|
},
|
|
"node_modules/schema-utils": {
|
|
"version": "3.1.1",
|
|
"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/schema-utils/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/schema-utils/node_modules/ajv-keywords": {
|
|
"version": "3.5.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ajv": "^6.9.1"
|
|
}
|
|
},
|
|
"node_modules/schema-utils/node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/select-hose": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/selfsigned": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-forge": "^1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.3.8",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver-compare": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/semver-regex": {
|
|
"version": "4.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semver-truncate": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/semver-truncate/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/semver/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/send": {
|
|
"version": "0.18.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"etag": "~1.8.1",
|
|
"fresh": "0.5.2",
|
|
"http-errors": "2.0.0",
|
|
"mime": "1.6.0",
|
|
"ms": "2.1.3",
|
|
"on-finished": "2.4.1",
|
|
"range-parser": "~1.2.1",
|
|
"statuses": "2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/debug/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/send/node_modules/mime": {
|
|
"version": "1.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/send/node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/serialize-error": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"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",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"optional": true,
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/serialize-javascript": {
|
|
"version": "6.0.1",
|
|
"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.15.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"parseurl": "~1.3.3",
|
|
"send": "0.18.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/set-getter": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-object-path": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/setimmediate": {
|
|
"version": "1.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/setprototypeof": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/shallow-clone": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^6.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/sharp": {
|
|
"version": "0.30.7",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"color": "^4.2.3",
|
|
"detect-libc": "^2.0.1",
|
|
"node-addon-api": "^5.0.0",
|
|
"prebuild-install": "^7.1.1",
|
|
"semver": "^7.3.7",
|
|
"simple-get": "^4.0.1",
|
|
"tar-fs": "^2.1.1",
|
|
"tunnel-agent": "^0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"node_modules/sharp/node_modules/color": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1",
|
|
"color-string": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.5.0"
|
|
}
|
|
},
|
|
"node_modules/sharp/node_modules/node-addon-api": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/shiki": {
|
|
"version": "0.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-sequence-parser": "^1.1.0",
|
|
"jsonc-parser": "^3.2.0",
|
|
"vscode-oniguruma": "^1.7.0",
|
|
"vscode-textmate": "^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/side-channel": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.0",
|
|
"get-intrinsic": "^1.0.2",
|
|
"object-inspect": "^1.9.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/signal-exit": {
|
|
"version": "3.0.7",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/sigstore": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@sigstore/protobuf-specs": "^0.1.0",
|
|
"make-fetch-happen": "^11.0.1",
|
|
"tuf-js": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"sigstore": "bin/sigstore.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/sigstore/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/sigstore/node_modules/make-fetch-happen": {
|
|
"version": "11.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^17.0.0",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^4.0.0",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/sigstore/node_modules/minipass-fetch": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^4.0.0",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/sigstore/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/sigstore/node_modules/ssri": {
|
|
"version": "10.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.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-get": {
|
|
"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",
|
|
"dependencies": {
|
|
"decompress-response": "^6.0.0",
|
|
"once": "^1.3.1",
|
|
"simple-concat": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/simple-swizzle": {
|
|
"version": "0.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.3.1"
|
|
}
|
|
},
|
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
"version": "0.3.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/simple-update-notifier": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "~7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
},
|
|
"node_modules/simple-update-notifier/node_modules/semver": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/sisteransi": {
|
|
"version": "1.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/slash": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/slice-ansi": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"astral-regex": "^2.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/smart-buffer": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"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/socks": {
|
|
"version": "2.7.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip": "^2.0.0",
|
|
"smart-buffer": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/socks-proxy-agent": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/sort-keys": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-obj": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/sort-keys-length": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sort-keys": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-list-map": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.7.4",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-resolve": {
|
|
"version": "0.5.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"atob": "^2.1.2",
|
|
"decode-uri-component": "^0.2.0",
|
|
"resolve-url": "^0.2.1",
|
|
"source-map-url": "^0.4.0",
|
|
"urix": "^0.1.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/source-map-url": {
|
|
"version": "0.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/spawn-command": {
|
|
"version": "0.0.2-1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/spdx-correct": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-expression-parse": "^3.0.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/spdx-exceptions": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "CC-BY-3.0"
|
|
},
|
|
"node_modules/spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/spdx-license-ids": {
|
|
"version": "3.0.13",
|
|
"dev": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"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/split": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"through": "2"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/split-on-first": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/split2": {
|
|
"version": "3.2.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"readable-stream": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.1.2",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"peer": true
|
|
},
|
|
"node_modules/sshpk": {
|
|
"version": "1.17.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/ssri": {
|
|
"version": "9.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/ssri/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ssri/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/stack-trace": {
|
|
"version": "0.0.10",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/stack-utils": {
|
|
"version": "2.0.6",
|
|
"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",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/stackframe": {
|
|
"version": "1.3.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stat-mode": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/static-eval": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escodegen": "^1.8.1"
|
|
}
|
|
},
|
|
"node_modules/static-eval/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/static-eval/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/static-eval/node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/static-eval/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/static-eval/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/static-eval/node_modules/prelude-ls": {
|
|
"version": "1.1.2",
|
|
"engines": {
|
|
"node": ">= 0.8.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-eval/node_modules/type-check": {
|
|
"version": "0.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/stdin-discarder": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/stdin-discarder/node_modules/bl": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"node_modules/stdin-discarder/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/stop-iteration-iterator": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"internal-slot": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/stoppable": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/stoppable/-/stoppable-1.1.0.tgz",
|
|
"integrity": "sha512-KXDYZ9dszj6bzvnEMRYvxgeTHU74QBFL54XKtP3nyMuJ81CFYtABZ3bAzL2EdFUaEwJOBOgENyFj3R7oTzDyyw==",
|
|
"engines": {
|
|
"node": ">=4",
|
|
"npm": ">=6"
|
|
}
|
|
},
|
|
"node_modules/stream-buffers": {
|
|
"version": "3.0.2",
|
|
"license": "Unlicense",
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/stream-shift": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/streamx": {
|
|
"version": "2.13.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-fifo": "^1.1.0",
|
|
"queue-tick": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/strict-uri-encode": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/string_decoder/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/string-length": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"char-regex": "^1.0.2",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/string-natural-compare": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"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/string.prototype.matchall": {
|
|
"version": "4.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"get-intrinsic": "^1.1.3",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.3",
|
|
"regexp.prototype.flags": "^1.4.3",
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trim": {
|
|
"version": "1.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimend": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimstart": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"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-bom": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-color": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/strip-eof": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/strip-indent": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"min-indent": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-json-comments": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/strip-outer": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/strong-log-transformer": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"duplexer": "^0.1.1",
|
|
"minimist": "^1.2.0",
|
|
"through": "^2.3.4"
|
|
},
|
|
"bin": {
|
|
"sl-log-transformer": "bin/sl-log-transformer.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/strtok3": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"peek-readable": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/style-loader": {
|
|
"version": "3.3.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/stylis": {
|
|
"version": "4.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stylus": {
|
|
"version": "0.54.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"css-parse": "~2.0.0",
|
|
"debug": "~3.1.0",
|
|
"glob": "^7.1.6",
|
|
"mkdirp": "~1.0.4",
|
|
"safer-buffer": "^2.1.2",
|
|
"sax": "~1.2.4",
|
|
"semver": "^6.3.0",
|
|
"source-map": "^0.7.3"
|
|
},
|
|
"bin": {
|
|
"stylus": "bin/stylus"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/stylus/node_modules/debug": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/stylus/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stylus/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/sucrase": {
|
|
"version": "3.31.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^4.0.0",
|
|
"glob": "7.1.6",
|
|
"lines-and-columns": "^1.1.6",
|
|
"mz": "^2.7.0",
|
|
"pirates": "^4.0.1",
|
|
"ts-interface-checker": "^0.1.9"
|
|
},
|
|
"bin": {
|
|
"sucrase": "bin/sucrase",
|
|
"sucrase-node": "bin/sucrase-node"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/sucrase/node_modules/commander": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/sucrase/node_modules/glob": {
|
|
"version": "7.1.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/sucrase/node_modules/lines-and-columns": {
|
|
"version": "1.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/sumchecker": {
|
|
"version": "3.0.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"debug": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0"
|
|
}
|
|
},
|
|
"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/symbol-tree": {
|
|
"version": "3.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/synckit": {
|
|
"version": "0.8.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pkgr/utils": "^2.3.1",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts"
|
|
}
|
|
},
|
|
"node_modules/table": {
|
|
"version": "5.4.6",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"ajv": "^6.10.2",
|
|
"lodash": "^4.17.14",
|
|
"slice-ansi": "^2.1.0",
|
|
"string-width": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/ansi-regex": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/astral-regex": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/table/node_modules/emoji-regex": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/table/node_modules/is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/table/node_modules/slice-ansi": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.0",
|
|
"astral-regex": "^1.0.0",
|
|
"is-fullwidth-code-point": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/string-width": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"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/table/node_modules/strip-ansi": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss": {
|
|
"version": "3.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arg": "^5.0.2",
|
|
"chokidar": "^3.5.3",
|
|
"color-name": "^1.1.4",
|
|
"didyoumean": "^1.2.2",
|
|
"dlv": "^1.1.3",
|
|
"fast-glob": "^3.2.12",
|
|
"glob-parent": "^6.0.2",
|
|
"is-glob": "^4.0.3",
|
|
"jiti": "^1.17.2",
|
|
"lilconfig": "^2.0.6",
|
|
"micromatch": "^4.0.5",
|
|
"normalize-path": "^3.0.0",
|
|
"object-hash": "^3.0.0",
|
|
"picocolors": "^1.0.0",
|
|
"postcss": "^8.0.9",
|
|
"postcss-import": "^14.1.0",
|
|
"postcss-js": "^4.0.0",
|
|
"postcss-load-config": "^3.1.4",
|
|
"postcss-nested": "6.0.0",
|
|
"postcss-selector-parser": "^6.0.11",
|
|
"postcss-value-parser": "^4.2.0",
|
|
"quick-lru": "^5.1.1",
|
|
"resolve": "^1.22.1",
|
|
"sucrase": "^3.29.0"
|
|
},
|
|
"bin": {
|
|
"tailwind": "lib/cli.js",
|
|
"tailwindcss": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.9"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/glob-parent": {
|
|
"version": "6.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/tailwindcss/node_modules/object-hash": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/tapable": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tar": {
|
|
"version": "6.1.13",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^4.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/tar-fs": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.1.4"
|
|
}
|
|
},
|
|
"node_modules/tar-fs/node_modules/chownr": {
|
|
"version": "1.1.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/tar-fs/node_modules/pump": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/tar-fs/node_modules/tar-stream": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^4.0.3",
|
|
"end-of-stream": "^1.4.1",
|
|
"fs-constants": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tar-stream": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"b4a": "^1.6.1",
|
|
"bl": "^6.0.0",
|
|
"streamx": "^2.12.5"
|
|
}
|
|
},
|
|
"node_modules/tar-stream/node_modules/bl": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^4.2.0"
|
|
}
|
|
},
|
|
"node_modules/tar-stream/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/tar-stream/node_modules/readable-stream": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/tar/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/tar/node_modules/fs-minipass/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/tar/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/tcp-port-used": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "4.3.1",
|
|
"is2": "^2.0.6"
|
|
}
|
|
},
|
|
"node_modules/tcp-port-used/node_modules/debug": {
|
|
"version": "4.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/temp-dir": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/temp-file": {
|
|
"version": "3.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async-exit-hook": "^2.0.1",
|
|
"fs-extra": "^10.0.0"
|
|
}
|
|
},
|
|
"node_modules/temp-file/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/tempy": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"del": "^6.0.0",
|
|
"is-stream": "^2.0.0",
|
|
"temp-dir": "^2.0.0",
|
|
"type-fest": "^0.16.0",
|
|
"unique-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/tempy/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/tempy/node_modules/temp-dir": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/tempy/node_modules/type-fest": {
|
|
"version": "0.16.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/terser": {
|
|
"version": "5.16.8",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@jridgewell/source-map": "^0.3.2",
|
|
"acorn": "^8.5.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.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
"jest-worker": "^27.4.5",
|
|
"schema-utils": "^3.1.1",
|
|
"serialize-javascript": "^6.0.1",
|
|
"terser": "^5.16.5"
|
|
},
|
|
"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/terser-webpack-plugin/node_modules/jest-worker": {
|
|
"version": "27.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"merge-stream": "^2.0.0",
|
|
"supports-color": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
},
|
|
"node_modules/terser-webpack-plugin/node_modules/supports-color": {
|
|
"version": "8.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/terser/node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/test-exclude": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"glob": "^7.1.4",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/text-extensions": {
|
|
"version": "1.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/text-hex": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/text-table": {
|
|
"version": "0.2.0",
|
|
"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/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/through2/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/through2/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/through2/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/thunky": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tiny-glob": {
|
|
"version": "0.2.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"globalyzer": "0.1.0",
|
|
"globrex": "^0.1.2"
|
|
}
|
|
},
|
|
"node_modules/tiny-invariant": {
|
|
"version": "1.3.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tiny-warning": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tmp": {
|
|
"version": "0.0.33",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"os-tmpdir": "~1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/tmp-promise": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tmp": "^0.2.0"
|
|
}
|
|
},
|
|
"node_modules/tmp-promise/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/tmp-promise/node_modules/tmp": {
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rimraf": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.17.0"
|
|
}
|
|
},
|
|
"node_modules/tmpl": {
|
|
"version": "1.0.5",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/to-fast-properties": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/to-object-path": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"kind-of": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/to-object-path/node_modules/kind-of": {
|
|
"version": "3.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-buffer": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/to-regex-range/node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/toidentifier": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/token-types": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"ieee754": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/toml": {
|
|
"version": "2.3.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/touch": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nopt": "~1.0.10"
|
|
},
|
|
"bin": {
|
|
"nodetouch": "bin/nodetouch.js"
|
|
}
|
|
},
|
|
"node_modules/touch/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/touch/node_modules/nopt": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
}
|
|
},
|
|
"node_modules/tough-cookie": {
|
|
"version": "4.1.2",
|
|
"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": "4.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/traverse-chain": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tree-kill": {
|
|
"version": "1.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"tree-kill": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/treeverse": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/trim-newlines": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/trim-repeated": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/trim-repeated/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/triple-beam": {
|
|
"version": "1.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/truncate-utf8-bytes": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"utf8-byte-length": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/ts-essentials": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"typescript": ">=3.7.0"
|
|
}
|
|
},
|
|
"node_modules/ts-interface-checker": {
|
|
"version": "0.1.13",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/ts-jest": {
|
|
"version": "29.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bs-logger": "0.x",
|
|
"fast-json-stable-stringify": "2.x",
|
|
"jest-util": "^29.0.0",
|
|
"json5": "^2.2.3",
|
|
"lodash.memoize": "4.x",
|
|
"make-error": "1.x",
|
|
"semver": "7.x",
|
|
"yargs-parser": "^21.0.1"
|
|
},
|
|
"bin": {
|
|
"ts-jest": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": ">=7.0.0-beta.0 <8",
|
|
"@jest/types": "^29.0.0",
|
|
"babel-jest": "^29.0.0",
|
|
"jest": "^29.0.0",
|
|
"typescript": ">=4.3 <6"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@babel/core": {
|
|
"optional": true
|
|
},
|
|
"@jest/types": {
|
|
"optional": true
|
|
},
|
|
"babel-jest": {
|
|
"optional": true
|
|
},
|
|
"esbuild": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ts-jest/node_modules/yargs-parser": {
|
|
"version": "21.1.1",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/ts-loader": {
|
|
"version": "9.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"enhanced-resolve": "^5.0.0",
|
|
"micromatch": "^4.0.0",
|
|
"semver": "^7.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*",
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/ts-node": {
|
|
"version": "10.9.1",
|
|
"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-node/node_modules/arg": {
|
|
"version": "4.1.3",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tsconfig-paths": {
|
|
"version": "3.14.2",
|
|
"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/tsconfig-paths/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.5.0",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/tsutils": {
|
|
"version": "3.21.0",
|
|
"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/tsutils/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/tuf-js": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tufjs/models": "1.0.1",
|
|
"make-fetch-happen": "^11.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/tuf-js/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/tuf-js/node_modules/make-fetch-happen": {
|
|
"version": "11.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^17.0.0",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^4.0.0",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/tuf-js/node_modules/minipass-fetch": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^4.0.0",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/tuf-js/node_modules/socks-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/tuf-js/node_modules/ssri": {
|
|
"version": "10.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/tunnel-agent": {
|
|
"version": "0.6.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/tweetnacl": {
|
|
"version": "0.14.5",
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/type-check": {
|
|
"version": "0.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/type-detect": {
|
|
"version": "4.0.8",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/type-fest": {
|
|
"version": "2.19.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/type-is": {
|
|
"version": "1.6.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.24"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/typed-array-length": {
|
|
"version": "1.0.4",
|
|
"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/typed-emitter": {
|
|
"version": "1.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typed-regex": {
|
|
"version": "0.0.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typedarray": {
|
|
"version": "0.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typedoc": {
|
|
"version": "0.23.25",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"lunr": "^2.3.9",
|
|
"marked": "^4.2.12",
|
|
"minimatch": "^6.1.6",
|
|
"shiki": "^0.14.1"
|
|
},
|
|
"bin": {
|
|
"typedoc": "bin/typedoc"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.14"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x"
|
|
}
|
|
},
|
|
"node_modules/typedoc-plugin-markdown": {
|
|
"version": "3.14.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"handlebars": "^4.7.7"
|
|
},
|
|
"peerDependencies": {
|
|
"typedoc": ">=0.23.0"
|
|
}
|
|
},
|
|
"node_modules/typedoc/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "4.9.5",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.2.0"
|
|
}
|
|
},
|
|
"node_modules/typescript-plugin-css-modules": {
|
|
"version": "3.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "^10.0.0",
|
|
"icss-utils": "^5.1.0",
|
|
"less": "^4.1.1",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"postcss": "^8.3.0",
|
|
"postcss-filter-plugins": "^3.0.1",
|
|
"postcss-icss-keyframes": "^0.2.1",
|
|
"postcss-icss-selectors": "^2.0.3",
|
|
"postcss-load-config": "^3.0.1",
|
|
"reserved-words": "^0.1.2",
|
|
"sass": "^1.32.13",
|
|
"stylus": "^0.54.8",
|
|
"tsconfig-paths": "^3.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=3.0.0"
|
|
}
|
|
},
|
|
"node_modules/typical": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/uglify-js": {
|
|
"version": "3.17.4",
|
|
"license": "BSD-2-Clause",
|
|
"optional": true,
|
|
"bin": {
|
|
"uglifyjs": "bin/uglifyjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/unbox-primitive": {
|
|
"version": "1.0.2",
|
|
"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/undefsafe": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/underscore": {
|
|
"version": "1.13.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-match-property-ecmascript": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"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",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-property-aliases-ecmascript": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unique-filename": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/unique-slug": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/unique-string": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crypto-random-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/unit-compare": {
|
|
"version": "1.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"moment": "^2.14.1"
|
|
}
|
|
},
|
|
"node_modules/universal-user-agent": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/universalify": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/unpipe": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/unzip-crx-3": {
|
|
"version": "0.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jszip": "^3.1.0",
|
|
"mkdirp": "^0.5.1",
|
|
"yaku": "^0.16.6"
|
|
}
|
|
},
|
|
"node_modules/unzip-crx-3/node_modules/mkdirp": {
|
|
"version": "0.5.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/upath": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4",
|
|
"yarn": "*"
|
|
}
|
|
},
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.0.10",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escalade": "^3.1.1",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"browserslist-lint": "cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"browserslist": ">= 4.21.0"
|
|
}
|
|
},
|
|
"node_modules/uri-js": {
|
|
"version": "4.4.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/urix": {
|
|
"version": "0.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/url-parse": {
|
|
"version": "1.5.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"querystringify": "^2.1.1",
|
|
"requires-port": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/use-isomorphic-layout-effect": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/use-memo-one": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
},
|
|
"node_modules/utf8-byte-length": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "WTFPL"
|
|
},
|
|
"node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utila": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utils-merge": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "8.3.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/v8-compile-cache": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/v8-compile-cache-lib": {
|
|
"version": "3.0.1",
|
|
"devOptional": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/v8-to-istanbul": {
|
|
"version": "9.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.12",
|
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
"convert-source-map": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
}
|
|
},
|
|
"node_modules/v8-to-istanbul/node_modules/convert-source-map": {
|
|
"version": "1.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/validate-npm-package-name": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/value-equal": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vary": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/verror": {
|
|
"version": "1.10.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"core-util-is": "1.0.2",
|
|
"extsprintf": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/vscode-oniguruma": {
|
|
"version": "1.7.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vscode-textmate": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/w3c-hr-time": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browser-process-hrtime": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/w3c-xmlserializer": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xml-name-validator": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/walk": {
|
|
"version": "2.3.15",
|
|
"dev": true,
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"foreachasync": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/walk-sync": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/minimatch": "^3.0.3",
|
|
"ensure-posix-path": "^1.1.0",
|
|
"matcher-collection": "^2.0.0",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/walk-sync/node_modules/@types/minimatch": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/walk-up-path": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/walker": {
|
|
"version": "1.0.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"makeerror": "1.0.12"
|
|
}
|
|
},
|
|
"node_modules/watchpack": {
|
|
"version": "2.4.0",
|
|
"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/web-streams-polyfill": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/webpack": {
|
|
"version": "5.77.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/eslint-scope": "^3.7.3",
|
|
"@types/estree": "^0.0.51",
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/wasm-edit": "1.11.1",
|
|
"@webassemblyjs/wasm-parser": "1.11.1",
|
|
"acorn": "^8.7.1",
|
|
"acorn-import-assertions": "^1.7.6",
|
|
"browserslist": "^4.14.5",
|
|
"chrome-trace-event": "^1.0.2",
|
|
"enhanced-resolve": "^5.10.0",
|
|
"es-module-lexer": "^0.9.0",
|
|
"eslint-scope": "5.1.1",
|
|
"events": "^3.2.0",
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.2.9",
|
|
"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": "^3.1.0",
|
|
"tapable": "^2.1.1",
|
|
"terser-webpack-plugin": "^5.1.3",
|
|
"watchpack": "^2.4.0",
|
|
"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": "4.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@discoveryjs/json-ext": "^0.5.0",
|
|
"@webpack-cli/configtest": "^1.2.0",
|
|
"@webpack-cli/info": "^1.5.0",
|
|
"@webpack-cli/serve": "^1.7.0",
|
|
"colorette": "^2.0.14",
|
|
"commander": "^7.0.0",
|
|
"cross-spawn": "^7.0.3",
|
|
"fastest-levenshtein": "^1.0.12",
|
|
"import-local": "^3.0.2",
|
|
"interpret": "^2.2.0",
|
|
"rechoir": "^0.7.0",
|
|
"webpack-merge": "^5.7.3"
|
|
},
|
|
"bin": {
|
|
"webpack-cli": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "4.x.x || 5.x.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@webpack-cli/generators": {
|
|
"optional": true
|
|
},
|
|
"@webpack-cli/migrate": {
|
|
"optional": true
|
|
},
|
|
"webpack-bundle-analyzer": {
|
|
"optional": true
|
|
},
|
|
"webpack-dev-server": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/webpack-cli/node_modules/commander": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/webpack-dev-middleware": {
|
|
"version": "5.3.3",
|
|
"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-middleware/node_modules/schema-utils": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.9",
|
|
"ajv": "^8.8.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"ajv-keywords": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
}
|
|
},
|
|
"node_modules/webpack-dev-server": {
|
|
"version": "4.13.2",
|
|
"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.1",
|
|
"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/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/webpack-dev-server/node_modules/schema-utils": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.9",
|
|
"ajv": "^8.8.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"ajv-keywords": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
}
|
|
},
|
|
"node_modules/webpack-merge": {
|
|
"version": "5.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone-deep": "^4.0.1",
|
|
"wildcard": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/webpack-node-externals": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/webpack-sources": {
|
|
"version": "1.4.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"source-list-map": "^2.0.0",
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/webpack-sources/node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/webpack/node_modules/@types/estree": {
|
|
"version": "0.0.51",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/webpack/node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/webpack/node_modules/webpack-sources": {
|
|
"version": "3.2.3",
|
|
"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/whatwg-encoding": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/whatwg-mimetype": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/whatwg-url": {
|
|
"version": "12.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "^4.1.1",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"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",
|
|
"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-collection": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-map": "^2.0.1",
|
|
"is-set": "^2.0.1",
|
|
"is-weakmap": "^2.0.1",
|
|
"is-weakset": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-typed-array": {
|
|
"version": "1.1.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"has-tostringtag": "^1.0.0",
|
|
"is-typed-array": "^1.1.10"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/wide-align": {
|
|
"version": "1.1.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
}
|
|
},
|
|
"node_modules/wildcard": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/win-ca": {
|
|
"version": "3.5.0",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-electron": "^2.2.0",
|
|
"make-dir": "^1.3.0",
|
|
"node-forge": "^1.2.1",
|
|
"split": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/win-ca/node_modules/make-dir": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/win-ca/node_modules/pify": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/winston": {
|
|
"version": "3.8.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@colors/colors": "1.5.0",
|
|
"@dabh/diagnostics": "^2.0.2",
|
|
"async": "^3.2.3",
|
|
"is-stream": "^2.0.0",
|
|
"logform": "^2.4.0",
|
|
"one-time": "^1.0.0",
|
|
"readable-stream": "^3.4.0",
|
|
"safe-stable-stringify": "^2.3.1",
|
|
"stack-trace": "0.0.x",
|
|
"triple-beam": "^1.3.0",
|
|
"winston-transport": "^4.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
}
|
|
},
|
|
"node_modules/winston-transport": {
|
|
"version": "4.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"logform": "^2.3.2",
|
|
"readable-stream": "^3.6.0",
|
|
"triple-beam": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.4.0"
|
|
}
|
|
},
|
|
"node_modules/winston-transport-browserconsole": {
|
|
"version": "1.0.5",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"winston": "^3.2.1",
|
|
"winston-transport": "^4.3.0"
|
|
}
|
|
},
|
|
"node_modules/winston/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/word-wrap": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/wordwrap": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"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/wrappy": {
|
|
"version": "1.0.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/write-file-atomic": {
|
|
"version": "4.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/write-json-file": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-indent": "^5.0.0",
|
|
"graceful-fs": "^4.1.15",
|
|
"make-dir": "^2.1.0",
|
|
"pify": "^4.0.1",
|
|
"sort-keys": "^2.0.0",
|
|
"write-file-atomic": "^2.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/write-json-file/node_modules/make-dir": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^4.0.1",
|
|
"semver": "^5.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/write-json-file/node_modules/pify": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/write-json-file/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/write-json-file/node_modules/sort-keys": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-obj": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/write-json-file/node_modules/write-file-atomic": {
|
|
"version": "2.4.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.11",
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/write-pkg": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sort-keys": "^2.0.0",
|
|
"type-fest": "^0.4.1",
|
|
"write-json-file": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/write-pkg/node_modules/sort-keys": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-obj": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/write-pkg/node_modules/type-fest": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.13.0",
|
|
"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/xml-name-validator": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/xmlbuilder": {
|
|
"version": "15.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/xmlchars": {
|
|
"version": "2.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/xtend": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/xterm": {
|
|
"version": "4.19.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/xterm-addon-fit": {
|
|
"version": "0.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"xterm": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/xterm-link-provider": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xterm": "^4.6.0"
|
|
}
|
|
},
|
|
"node_modules/y18n": {
|
|
"version": "5.0.8",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yaku": {
|
|
"version": "0.16.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/yallist": {
|
|
"version": "3.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "1.10.2",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/yargs": {
|
|
"version": "17.7.1",
|
|
"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": "20.2.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yargs/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/yargs/node_modules/yargs-parser": {
|
|
"version": "21.1.1",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yauzl": {
|
|
"version": "2.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-crc32": "~0.2.3",
|
|
"fd-slicer": "~1.1.0"
|
|
}
|
|
},
|
|
"node_modules/yn": {
|
|
"version": "3.1.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/yocto-queue": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/zod": {
|
|
"version": "3.21.4",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/colinhacks"
|
|
}
|
|
},
|
|
"packages/bump-version-for-cron": {
|
|
"name": "@k8slens/bump-version-for-cron",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arg": "^5.0.2",
|
|
"semver": "^7.3.8"
|
|
},
|
|
"bin": {
|
|
"bump-version-for-cron": "dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.61",
|
|
"@swc/core": "^1.3.44",
|
|
"@types/node": "^16.18.11",
|
|
"@types/semver": "^7.3.13",
|
|
"rimraf": "^4.4.1",
|
|
"run-script-os": "^1.1.6"
|
|
}
|
|
},
|
|
"packages/bump-version-for-cron/node_modules/@types/node": {
|
|
"version": "16.18.23",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"packages/business-features/keyboard-shortcuts": {
|
|
"name": "@k8slens/keyboard-shortcuts",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@async-fn/jest": "^1.6.4",
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
|
"@k8slens/react-application": "^1.0.0-alpha.0",
|
|
"@ogre-tools/fp": "^15.3.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
|
"@ogre-tools/injectable-react": "^15.1.2",
|
|
"lodash": "^4.17.21",
|
|
"react": "^17"
|
|
}
|
|
},
|
|
"packages/cluster-settings": {
|
|
"name": "@k8slens/cluster-settings",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.61",
|
|
"@swc/core": "^1.3.44",
|
|
"@types/node": "^16.18.11",
|
|
"@types/semver": "^7.3.13",
|
|
"rimraf": "^4.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@ogre-tools/injectable": "^15.3.1"
|
|
}
|
|
},
|
|
"packages/cluster-settings/node_modules/@types/node": {
|
|
"version": "16.18.23",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"packages/core": {
|
|
"name": "@k8slens/core",
|
|
"version": "6.5.0-alpha.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@astronautlabs/jsonpath": "^1.1.0",
|
|
"@hapi/call": "^9.0.1",
|
|
"@hapi/subtext": "^7.1.0",
|
|
"@k8slens/metrics": "^6.5.0-alpha.2",
|
|
"@k8slens/node-fetch": "^6.5.0-alpha.2",
|
|
"@k8slens/react-application": "^1.0.0-alpha.1",
|
|
"@kubernetes/client-node": "^0.18.1",
|
|
"@material-ui/styles": "^4.11.5",
|
|
"@sentry/electron": "^3.0.8",
|
|
"@sentry/integrations": "^6.19.3",
|
|
"@side/jest-runtime": "^1.1.0",
|
|
"auto-bind": "^4.0.0",
|
|
"await-lock": "^2.2.2",
|
|
"byline": "^5.0.0",
|
|
"chokidar": "^3.5.3",
|
|
"conf": "^10.2.0",
|
|
"crypto-js": "^4.1.1",
|
|
"electron-devtools-installer": "^3.2.0",
|
|
"electron-updater": "^4.6.5",
|
|
"electron-window-state": "^5.0.3",
|
|
"filehound": "^1.17.6",
|
|
"fs-extra": "^9.0.1",
|
|
"glob-to-regexp": "^0.4.1",
|
|
"grapheme-splitter": "^1.0.4",
|
|
"handlebars": "^4.7.7",
|
|
"history": "^4.10.1",
|
|
"hpagent": "^1.2.0",
|
|
"http-proxy": "^1.18.1",
|
|
"immer": "^9.0.21",
|
|
"joi": "^17.9.1",
|
|
"js-yaml": "^4.1.0",
|
|
"lodash": "^4.17.15",
|
|
"marked": "^4.2.12",
|
|
"md5-file": "^5.0.0",
|
|
"mobx": "^6.8.0",
|
|
"mobx-observable-history": "^2.0.3",
|
|
"mobx-react": "^7.6.0",
|
|
"mobx-utils": "^6.0.4",
|
|
"moment": "^2.29.4",
|
|
"moment-timezone": "^0.5.40",
|
|
"node-pty": "0.10.1",
|
|
"npm": "^8.19.3",
|
|
"p-limit": "^3.1.0",
|
|
"path-to-regexp": "^6.2.0",
|
|
"proper-lockfile": "^4.1.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-material-ui-carousel": "^2.3.11",
|
|
"react-router": "^5.3.4",
|
|
"react-virtualized-auto-sizer": "^1.0.7",
|
|
"readable-stream": "^3.6.0",
|
|
"rfc6902": "^5.0.1",
|
|
"selfsigned": "^2.1.1",
|
|
"semver": "^7.3.8",
|
|
"stoppable": "^1.1.0",
|
|
"tar": "^6.1.13",
|
|
"tcp-port-used": "^1.0.2",
|
|
"tempy": "1.0.1",
|
|
"typed-regex": "^0.0.8",
|
|
"url-parse": "^1.5.10",
|
|
"uuid": "^8.3.2",
|
|
"win-ca": "^3.5.0",
|
|
"winston": "^3.8.2",
|
|
"winston-transport-browserconsole": "^1.0.5",
|
|
"ws": "^8.12.1",
|
|
"xterm-link-provider": "^1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@async-fn/jest": "1.6.4",
|
|
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.2",
|
|
"@k8slens/react-testing-library-discovery": "^1.0.0-alpha.2",
|
|
"@material-ui/core": "^4.12.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
"@sentry/types": "^6.19.7",
|
|
"@swc/cli": "^0.1.61",
|
|
"@swc/core": "^1.3.44",
|
|
"@swc/jest": "^0.2.24",
|
|
"@testing-library/dom": "^7.31.2",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^12.1.5",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/byline": "^4.2.33",
|
|
"@types/chart.js": "^2.9.36",
|
|
"@types/circular-dependency-plugin": "5.0.5",
|
|
"@types/color": "^3.0.3",
|
|
"@types/command-line-args": "^5.2.0",
|
|
"@types/crypto-js": "^3.1.47",
|
|
"@types/dompurify": "^2.4.0",
|
|
"@types/electron-devtools-installer": "^2.2.1",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/glob-to-regexp": "^0.4.1",
|
|
"@types/hapi__call": "^9.0.0",
|
|
"@types/hapi__subtext": "^7.0.0",
|
|
"@types/http-proxy": "^1.17.9",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/js-yaml": "^4.0.5",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/marked": "^4.0.8",
|
|
"@types/md5-file": "^4.0.2",
|
|
"@types/memorystream": "^0.3.0",
|
|
"@types/mock-fs": "^4.13.1",
|
|
"@types/node": "^16.18.11",
|
|
"@types/proper-lockfile": "^4.1.2",
|
|
"@types/randomcolor": "^0.5.7",
|
|
"@types/react": "^17.0.45",
|
|
"@types/react-beautiful-dnd": "^13.1.4",
|
|
"@types/react-dom": "^17.0.16",
|
|
"@types/react-router": "^5.1.19",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-table": "^7.7.14",
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/readable-stream": "^2.3.13",
|
|
"@types/semver": "^7.3.13",
|
|
"@types/stoppable": "^1.1.1",
|
|
"@types/tar": "^6.1.4",
|
|
"@types/tcp-port-used": "^1.0.1",
|
|
"@types/triple-beam": "^1.3.2",
|
|
"@types/url-parse": "^1.4.8",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/webpack": "^5.28.1",
|
|
"@types/webpack-dev-server": "^4.7.2",
|
|
"@types/webpack-env": "^1.18.0",
|
|
"@types/webpack-node-externals": "^2.5.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.57.1",
|
|
"adr": "^1.4.3",
|
|
"ansi_up": "^5.2.1",
|
|
"chalk": "^4.1.2",
|
|
"chart.js": "^2.9.4",
|
|
"circular-dependency-plugin": "^5.2.2",
|
|
"color": "^3.2.1",
|
|
"command-line-args": "^5.2.1",
|
|
"concurrently": "^7.6.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.3",
|
|
"deepdash": "^5.3.9",
|
|
"dompurify": "^2.4.4",
|
|
"electron": "^22.3.3",
|
|
"electron-builder": "^23.6.0",
|
|
"esbuild": "^0.17.8",
|
|
"esbuild-loader": "^2.21.0",
|
|
"eslint": "^8.33.0",
|
|
"eslint-import-resolver-typescript": "^3.5.3",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
"fork-ts-checker-webpack-plugin": "^7.3.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"ignore-loader": "^0.1.2",
|
|
"include-media": "^1.4.9",
|
|
"jest": "^29.5.0",
|
|
"jest-canvas-mock": "^2.3.1",
|
|
"jest-environment-jsdom": "^28.1.3",
|
|
"jest-mock-extended": "^2.0.9",
|
|
"make-plural": "^6.2.2",
|
|
"memfs": "^3.4.13",
|
|
"memorystream": "^0.3.1",
|
|
"mini-css-extract-plugin": "^2.7.2",
|
|
"mock-http": "^1.1.0",
|
|
"monaco-editor": "^0.29.1",
|
|
"monaco-editor-webpack-plugin": "^5.0.0",
|
|
"node-gyp": "^8.3.0",
|
|
"node-loader": "^2.0.0",
|
|
"nodemon": "^2.0.20",
|
|
"postcss": "^8.4.21",
|
|
"postcss-loader": "^6.2.1",
|
|
"query-string": "^7.1.3",
|
|
"randomcolor": "^0.6.2",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-refresh": "^0.14.0",
|
|
"react-refresh-typescript": "^2.0.7",
|
|
"react-router-dom": "^5.3.4",
|
|
"react-select": "^5.7.0",
|
|
"react-select-event": "^5.5.1",
|
|
"react-table": "^7.8.0",
|
|
"react-window": "^1.8.8",
|
|
"rimraf": "^4.4.1",
|
|
"sass": "^1.58.2",
|
|
"sass-loader": "^12.6.0",
|
|
"style-loader": "^3.3.1",
|
|
"tailwindcss": "^3.3.1",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"type-fest": "^2.14.0",
|
|
"typed-emitter": "^1.4.0",
|
|
"typedoc": "0.23.25",
|
|
"typedoc-plugin-markdown": "^3.13.6",
|
|
"typescript": "^4.9.5",
|
|
"typescript-plugin-css-modules": "^3.4.0",
|
|
"webpack": "^5.77.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.13.2",
|
|
"webpack-node-externals": "^3.0.0",
|
|
"xterm": "^4.19.0",
|
|
"xterm-addon-fit": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 <17"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/application": "^6.5.0-alpha.0",
|
|
"@k8slens/application-for-electron-main": "^6.5.0-alpha.0",
|
|
"@k8slens/cluster-settings": "^6.5.0-alpha.1",
|
|
"@k8slens/legacy-extensions": "^1.0.0-alpha.0",
|
|
"@k8slens/messaging": "^1.0.0-alpha.1",
|
|
"@k8slens/messaging-for-main": "^1.0.0-alpha.1",
|
|
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.1",
|
|
"@k8slens/run-many": "^1.0.0-alpha.1",
|
|
"@k8slens/startable-stoppable": "^1.0.0-alpha.1",
|
|
"@k8slens/test-utils": "^1.0.0-alpha.1",
|
|
"@k8slens/utilities": "^1.0.0-alpha.1",
|
|
"@ogre-tools/fp": "^15.3.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
|
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
|
"@ogre-tools/injectable-react": "^15.3.0",
|
|
"@types/byline": "^4.2.33",
|
|
"@types/chart.js": "^2.9.36",
|
|
"@types/color": "^3.0.3",
|
|
"@types/crypto-js": "^3.1.47",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/proper-lockfile": "^4.1.2",
|
|
"@types/react-dom": "^17.0.16",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/tar": "^6.1.4",
|
|
"@types/tcp-port-used": "^1.0.1",
|
|
"@types/url-parse": "^1.4.8",
|
|
"@types/uuid": "^8.3.4",
|
|
"monaco-editor": "^0.29.1",
|
|
"react-select": "^5.7.0",
|
|
"typed-emitter": "^1.4.0",
|
|
"xterm-addon-fit": "^0.5.0"
|
|
}
|
|
},
|
|
"packages/core/node_modules/@types/node": {
|
|
"version": "16.18.23",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"packages/ensure-binaries": {
|
|
"name": "@k8slens/ensure-binaries",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arg": "^5.0.2",
|
|
"cli-progress": "^3.11.2",
|
|
"gunzip-maybe": "^1.4.2",
|
|
"node-fetch": "^3.3.0",
|
|
"tar-stream": "^3.0.0",
|
|
"zod": "^3.20.6"
|
|
},
|
|
"bin": {
|
|
"ensure-binaries": "dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.61",
|
|
"@swc/core": "^1.3.44",
|
|
"@types/cli-progress": "^3.11.0",
|
|
"@types/gunzip-maybe": "^1.4.0",
|
|
"@types/node": "^16.18.11",
|
|
"@types/semver": "^7.3.13",
|
|
"@types/tar-stream": "^2.2.2",
|
|
"rimraf": "^4.4.1",
|
|
"run-script-os": "^1.1.6"
|
|
}
|
|
},
|
|
"packages/ensure-binaries/node_modules/@types/node": {
|
|
"version": "16.18.23",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"packages/extension-api": {
|
|
"name": "@k8slens/extensions",
|
|
"version": "6.5.0-alpha.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@k8slens/core": "^6.5.0-alpha.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.18.6",
|
|
"@types/webpack": "^5.28.1",
|
|
"@types/webpack-env": "^1.18.0",
|
|
"@types/webpack-node-externals": "2.5.3",
|
|
"css-loader": "^6.7.2",
|
|
"node-loader": "^2.0.0",
|
|
"rimraf": "^4.4.1",
|
|
"style-loader": "^3.3.1",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typed-emitter": "^2.1.0",
|
|
"typedoc": "0.23.25",
|
|
"typedoc-plugin-markdown": "^3.13.6",
|
|
"typescript": "^4.9.5",
|
|
"typescript-plugin-css-modules": "^4.1.1",
|
|
"webpack": "^5.77.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/@types/node": {
|
|
"version": "16.18.23",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"packages/extension-api/node_modules/@webpack-cli/configtest": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "5.x.x",
|
|
"webpack-cli": "5.x.x"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/@webpack-cli/info": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "5.x.x",
|
|
"webpack-cli": "5.x.x"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/@webpack-cli/serve": {
|
|
"version": "2.0.1",
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/commander": {
|
|
"version": "9.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || >=14"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/dotenv": {
|
|
"version": "16.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/interpret": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/rechoir": {
|
|
"version": "0.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve": "^1.20.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/stylus": {
|
|
"version": "0.59.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@adobe/css-tools": "^4.0.1",
|
|
"debug": "^4.3.2",
|
|
"glob": "^7.1.6",
|
|
"sax": "~1.2.4",
|
|
"source-map": "^0.7.3"
|
|
},
|
|
"bin": {
|
|
"stylus": "bin/stylus"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/stylus"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/tsconfig-paths": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json5": "^2.2.2",
|
|
"minimist": "^1.2.6",
|
|
"strip-bom": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/typed-emitter": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"rxjs": "*"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/typescript-plugin-css-modules": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/postcss-modules-local-by-default": "^4.0.0",
|
|
"@types/postcss-modules-scope": "^3.0.1",
|
|
"dotenv": "^16.0.3",
|
|
"icss-utils": "^5.1.0",
|
|
"less": "^4.1.3",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"postcss": "^8.4.21",
|
|
"postcss-load-config": "^3.1.4",
|
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
"postcss-modules-local-by-default": "^4.0.0",
|
|
"postcss-modules-scope": "^3.0.0",
|
|
"reserved-words": "^0.1.2",
|
|
"sass": "^1.58.3",
|
|
"source-map-js": "^1.0.2",
|
|
"stylus": "^0.59.0",
|
|
"tsconfig-paths": "^4.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=3.9.0"
|
|
}
|
|
},
|
|
"packages/extension-api/node_modules/webpack-cli": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@discoveryjs/json-ext": "^0.5.0",
|
|
"@webpack-cli/configtest": "^2.0.1",
|
|
"@webpack-cli/info": "^2.0.1",
|
|
"@webpack-cli/serve": "^2.0.1",
|
|
"colorette": "^2.0.14",
|
|
"commander": "^9.4.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
|
|
}
|
|
}
|
|
},
|
|
"packages/generate-tray-icons": {
|
|
"name": "@k8slens/generate-tray-icons",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arg": "^5.0.2",
|
|
"jsdom": "^21.1.0",
|
|
"rimraf": "^4.4.1",
|
|
"sharp": "^0.31.3"
|
|
},
|
|
"bin": {
|
|
"generate-tray-icons": "dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.61",
|
|
"@swc/core": "^1.3.44",
|
|
"@types/jsdom": "^20.0.1",
|
|
"@types/node": "^18.11.18",
|
|
"@types/sharp": "^0.31.1",
|
|
"rimraf": "^4.4.1",
|
|
"run-script-os": "^1.1.6"
|
|
}
|
|
},
|
|
"packages/generate-tray-icons/node_modules/color": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1",
|
|
"color-string": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.5.0"
|
|
}
|
|
},
|
|
"packages/generate-tray-icons/node_modules/node-addon-api": {
|
|
"version": "5.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"packages/generate-tray-icons/node_modules/sharp": {
|
|
"version": "0.31.3",
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"color": "^4.2.3",
|
|
"detect-libc": "^2.0.1",
|
|
"node-addon-api": "^5.0.0",
|
|
"prebuild-install": "^7.1.1",
|
|
"semver": "^7.3.8",
|
|
"simple-get": "^4.0.1",
|
|
"tar-fs": "^2.1.1",
|
|
"tunnel-agent": "^0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
}
|
|
},
|
|
"packages/infrastructure/eslint-config": {
|
|
"name": "@k8slens/eslint-config",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"lens-lint": "bin/lint"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": ">= 5",
|
|
"@typescript-eslint/parser": ">= 5",
|
|
"eslint": ">= 7",
|
|
"eslint-config-airbnb-typescript": ">= 17",
|
|
"eslint-config-prettier": ">= 8",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-import": ">= 2",
|
|
"eslint-plugin-jest": ">= 27",
|
|
"eslint-plugin-jsx-a11y": ">= 6",
|
|
"eslint-plugin-no-unsanitized": ">= 4.0.2",
|
|
"eslint-plugin-prettier": ">= 4",
|
|
"eslint-plugin-react-hooks": ">= 4",
|
|
"eslint-plugin-security": ">= 1.6.0",
|
|
"eslint-plugin-simple-import-sort": ">= 7",
|
|
"eslint-plugin-unused-imports": ">= 2",
|
|
"eslint-plugin-xss": ">= 0.1.12",
|
|
"prettier": ">= 2"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest": {
|
|
"name": "@k8slens/jest",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@swc/core": "^1.3.44",
|
|
"@swc/jest": "^0.2.23",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@types/jest": "^29.2.2",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"jest-watch-select-projects": "^2.0.0",
|
|
"jest-watch-typeahead": "^2.2.1",
|
|
"lodash": "^4.17.21",
|
|
"ts-jest": "^29.0.3"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/@testing-library/dom": {
|
|
"version": "8.20.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@types/aria-query": "^5.0.1",
|
|
"aria-query": "^5.0.0",
|
|
"chalk": "^4.1.0",
|
|
"dom-accessibility-api": "^0.5.9",
|
|
"lz-string": "^1.4.4",
|
|
"pretty-format": "^27.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/@testing-library/react": {
|
|
"version": "13.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@testing-library/dom": "^8.5.0",
|
|
"@types/react-dom": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/@types/aria-query": {
|
|
"version": "5.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"packages/infrastructure/jest/node_modules/@types/react-dom": {
|
|
"version": "18.0.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/aria-query": {
|
|
"version": "5.1.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.5"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/cssstyle": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cssom": "~0.3.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/cssstyle/node_modules/cssom": {
|
|
"version": "0.3.8",
|
|
"license": "MIT"
|
|
},
|
|
"packages/infrastructure/jest/node_modules/data-urls": {
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abab": "^2.0.6",
|
|
"whatwg-mimetype": "^3.0.0",
|
|
"whatwg-url": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/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"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/jest-environment-jsdom": {
|
|
"version": "29.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jest/environment": "^29.5.0",
|
|
"@jest/fake-timers": "^29.5.0",
|
|
"@jest/types": "^29.5.0",
|
|
"@types/jsdom": "^20.0.0",
|
|
"@types/node": "*",
|
|
"jest-mock": "^29.5.0",
|
|
"jest-util": "^29.5.0",
|
|
"jsdom": "^20.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"canvas": "^2.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"canvas": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/jsdom": {
|
|
"version": "20.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abab": "^2.0.6",
|
|
"acorn": "^8.8.1",
|
|
"acorn-globals": "^7.0.0",
|
|
"cssom": "^0.5.0",
|
|
"cssstyle": "^2.3.0",
|
|
"data-urls": "^3.0.2",
|
|
"decimal.js": "^10.4.2",
|
|
"domexception": "^4.0.0",
|
|
"escodegen": "^2.0.0",
|
|
"form-data": "^4.0.0",
|
|
"html-encoding-sniffer": "^3.0.0",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.1",
|
|
"is-potential-custom-element-name": "^1.0.1",
|
|
"nwsapi": "^2.2.2",
|
|
"parse5": "^7.1.1",
|
|
"saxes": "^6.0.0",
|
|
"symbol-tree": "^3.2.4",
|
|
"tough-cookie": "^4.1.2",
|
|
"w3c-xmlserializer": "^4.0.0",
|
|
"webidl-conversions": "^7.0.0",
|
|
"whatwg-encoding": "^2.0.0",
|
|
"whatwg-mimetype": "^3.0.0",
|
|
"whatwg-url": "^11.0.0",
|
|
"ws": "^8.11.0",
|
|
"xml-name-validator": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"canvas": "^2.5.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"canvas": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/pretty-format": {
|
|
"version": "27.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/react-dom": {
|
|
"version": "18.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0",
|
|
"scheduler": "^0.23.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/scheduler": {
|
|
"version": "0.23.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/tr46": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/infrastructure/jest/node_modules/whatwg-url": {
|
|
"version": "11.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "^3.0.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/infrastructure/typescript": {
|
|
"name": "@k8slens/typescript",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"typescript": "^4.9.3",
|
|
"typescript-plugin-css-modules": "^3.4.0"
|
|
}
|
|
},
|
|
"packages/infrastructure/webpack": {
|
|
"name": "@k8slens/webpack",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/webpack-env": "^1.18.0",
|
|
"css-loader": "^6.7.2",
|
|
"fork-ts-checker-webpack-plugin": "^7.3.0",
|
|
"mini-css-extract-plugin": "^2.7.3",
|
|
"sass": "^1.58.2",
|
|
"sass-loader": "^13.2.0",
|
|
"style-loader": "^3.3.1",
|
|
"tailwindcss": "^3.3.1",
|
|
"ts-loader": "^9.4.1",
|
|
"webpack": "^5.77.0",
|
|
"webpack-cli": "^4.10.0"
|
|
}
|
|
},
|
|
"packages/infrastructure/webpack/node_modules/sass-loader": {
|
|
"version": "13.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"klona": "^2.0.6",
|
|
"neo-async": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.15.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"fibers": ">= 3.1.0",
|
|
"node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
"sass": "^1.3.0",
|
|
"sass-embedded": "*",
|
|
"webpack": "^5.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"fibers": {
|
|
"optional": true
|
|
},
|
|
"node-sass": {
|
|
"optional": true
|
|
},
|
|
"sass": {
|
|
"optional": true
|
|
},
|
|
"sass-embedded": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/legacy-extension-example": {
|
|
"name": "@k8slens/legacy-extension-example",
|
|
"version": "1.0.0-alpha.4",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@k8slens/extensions": "^6.5.0-alpha.6",
|
|
"@types/node": "^16.18.16",
|
|
"typescript": "^4.9.5",
|
|
"webpack": "^5.77.0",
|
|
"webpack-cli": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"lens": "6.5"
|
|
}
|
|
},
|
|
"packages/legacy-extension-example/node_modules/@types/node": {
|
|
"version": "16.18.23",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"packages/legacy-extension-example/node_modules/@webpack-cli/configtest": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "5.x.x",
|
|
"webpack-cli": "5.x.x"
|
|
}
|
|
},
|
|
"packages/legacy-extension-example/node_modules/@webpack-cli/info": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "5.x.x",
|
|
"webpack-cli": "5.x.x"
|
|
}
|
|
},
|
|
"packages/legacy-extension-example/node_modules/@webpack-cli/serve": {
|
|
"version": "2.0.1",
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"packages/legacy-extension-example/node_modules/commander": {
|
|
"version": "9.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || >=14"
|
|
}
|
|
},
|
|
"packages/legacy-extension-example/node_modules/interpret": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"packages/legacy-extension-example/node_modules/rechoir": {
|
|
"version": "0.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve": "^1.20.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
},
|
|
"packages/legacy-extension-example/node_modules/webpack-cli": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@discoveryjs/json-ext": "^0.5.0",
|
|
"@webpack-cli/configtest": "^2.0.1",
|
|
"@webpack-cli/info": "^2.0.1",
|
|
"@webpack-cli/serve": "^2.0.1",
|
|
"colorette": "^2.0.14",
|
|
"commander": "^9.4.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
|
|
}
|
|
}
|
|
},
|
|
"packages/metrics": {
|
|
"name": "@k8slens/metrics",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
|
"@k8slens/jest": "^6.5.0-alpha.2",
|
|
"@k8slens/typescript": "^6.5.0-alpha.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@ogre-tools/injectable": "^15.1.2",
|
|
"react": "^17.0.2"
|
|
}
|
|
},
|
|
"packages/node-fetch": {
|
|
"name": "@k8slens/node-fetch",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^3.3.0",
|
|
"rimraf": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^4.4.1",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.5",
|
|
"webpack": "^5.77.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
},
|
|
"packages/node-fetch/node_modules/@webpack-cli/configtest": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "5.x.x",
|
|
"webpack-cli": "5.x.x"
|
|
}
|
|
},
|
|
"packages/node-fetch/node_modules/@webpack-cli/info": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "5.x.x",
|
|
"webpack-cli": "5.x.x"
|
|
}
|
|
},
|
|
"packages/node-fetch/node_modules/@webpack-cli/serve": {
|
|
"version": "2.0.1",
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"packages/node-fetch/node_modules/commander": {
|
|
"version": "9.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || >=14"
|
|
}
|
|
},
|
|
"packages/node-fetch/node_modules/interpret": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"packages/node-fetch/node_modules/rechoir": {
|
|
"version": "0.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve": "^1.20.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
},
|
|
"packages/node-fetch/node_modules/webpack-cli": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@discoveryjs/json-ext": "^0.5.0",
|
|
"@webpack-cli/configtest": "^2.0.1",
|
|
"@webpack-cli/info": "^2.0.1",
|
|
"@webpack-cli/serve": "^2.0.1",
|
|
"colorette": "^2.0.14",
|
|
"commander": "^9.4.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
|
|
}
|
|
}
|
|
},
|
|
"packages/open-lens": {
|
|
"version": "6.5.0-alpha.6",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@k8slens/application": "^6.5.0-alpha.3",
|
|
"@k8slens/application-for-electron-main": "^6.5.0-alpha.2",
|
|
"@k8slens/core": "^6.5.0-alpha.6",
|
|
"@k8slens/ensure-binaries": "^6.5.0-alpha.2",
|
|
"@k8slens/feature-core": "^6.5.0-alpha.2",
|
|
"@k8slens/keyboard-shortcuts": "^1.0.0-alpha.2",
|
|
"@k8slens/legacy-extension-example": "^1.0.0-alpha.4",
|
|
"@k8slens/legacy-extensions": "^1.0.0-alpha.2",
|
|
"@k8slens/messaging": "^1.0.0-alpha.2",
|
|
"@k8slens/messaging-for-main": "^1.0.0-alpha.2",
|
|
"@k8slens/messaging-for-renderer": "^1.0.0-alpha.2",
|
|
"@k8slens/node-fetch": "^6.5.0-alpha.2",
|
|
"@k8slens/react-application": "^1.0.0-alpha.1",
|
|
"@k8slens/run-many": "^1.0.0-alpha.2",
|
|
"@k8slens/startable-stoppable": "^1.0.0-alpha.2",
|
|
"@k8slens/utilities": "^1.0.0-alpha.2",
|
|
"@ogre-tools/fp": "^15.3.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
|
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
|
"@ogre-tools/injectable-react": "^15.3.0",
|
|
"mobx": "^6.8.0",
|
|
"rimraf": "^4.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@electron/rebuild": "^3.2.10",
|
|
"@k8slens/generate-tray-icons": "^6.5.0-alpha.2",
|
|
"@k8slens/test-utils": "^1.0.0-alpha.2",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
"@swc/cli": "^0.1.61",
|
|
"@swc/core": "^1.3.44",
|
|
"@swc/jest": "^0.2.24",
|
|
"@types/byline": "^4.2.33",
|
|
"@types/chart.js": "^2.9.36",
|
|
"@types/color": "^3.0.3",
|
|
"@types/crypto-js": "^3.1.47",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/node": "^16.18.6",
|
|
"@types/proper-lockfile": "^4.1.2",
|
|
"@types/react-dom": "^17.0.16",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-virtualized-auto-sizer": "^1.0.1",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/request-promise-native": "^1.0.18",
|
|
"@types/tar": "^6.1.4",
|
|
"@types/tcp-port-used": "^1.0.1",
|
|
"@types/url-parse": "^1.4.8",
|
|
"@types/uuid": "^8.3.4",
|
|
"@types/webpack": "^5.28.1",
|
|
"@types/webpack-dev-server": "^4.7.2",
|
|
"@types/webpack-env": "^1.18.0",
|
|
"@types/webpack-node-externals": "2.5.3",
|
|
"autoprefixer": "^10.4.13",
|
|
"circular-dependency-plugin": "^5.2.2",
|
|
"concurrently": "^7.6.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^6.7.2",
|
|
"electron": "^22.3.3",
|
|
"electron-builder": "^23.6.0",
|
|
"electron-notarize": "^0.3.0",
|
|
"esbuild-loader": "^2.20.0",
|
|
"fork-ts-checker-webpack-plugin": "^7.3.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^28.1.3",
|
|
"jsonfile": "^6.1.0",
|
|
"mini-css-extract-plugin": "^2.7.1",
|
|
"monaco-editor": "^0.29.1",
|
|
"monaco-editor-webpack-plugin": "^5.0.0",
|
|
"node-loader": "^2.0.0",
|
|
"nodemon": "^2.0.20",
|
|
"playwright": "^1.32.1",
|
|
"react-refresh": "^0.14.0",
|
|
"react-refresh-typescript": "^2.0.7",
|
|
"react-select": "^5.7.0",
|
|
"rimraf": "^4.4.1",
|
|
"run-script-os": "^1.1.6",
|
|
"style-loader": "^3.3.1",
|
|
"tailwindcss": "^3.3.1",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"type-fest": "^2.14.0",
|
|
"typed-emitter": "^1.4.0",
|
|
"typescript": "^4.9.5",
|
|
"typescript-plugin-css-modules": "^4.1.1",
|
|
"webpack": "^5.77.0",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "^4.13.2",
|
|
"webpack-node-externals": "^3.0.0",
|
|
"xterm-addon-fit": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 <17"
|
|
}
|
|
},
|
|
"packages/open-lens/node_modules/@types/node": {
|
|
"version": "16.18.23",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"packages/open-lens/node_modules/dotenv": {
|
|
"version": "16.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/open-lens/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"packages/open-lens/node_modules/stylus": {
|
|
"version": "0.59.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@adobe/css-tools": "^4.0.1",
|
|
"debug": "^4.3.2",
|
|
"glob": "^7.1.6",
|
|
"sax": "~1.2.4",
|
|
"source-map": "^0.7.3"
|
|
},
|
|
"bin": {
|
|
"stylus": "bin/stylus"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/stylus"
|
|
}
|
|
},
|
|
"packages/open-lens/node_modules/tsconfig-paths": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json5": "^2.2.2",
|
|
"minimist": "^1.2.6",
|
|
"strip-bom": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"packages/open-lens/node_modules/typescript-plugin-css-modules": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/postcss-modules-local-by-default": "^4.0.0",
|
|
"@types/postcss-modules-scope": "^3.0.1",
|
|
"dotenv": "^16.0.3",
|
|
"icss-utils": "^5.1.0",
|
|
"less": "^4.1.3",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"postcss": "^8.4.21",
|
|
"postcss-load-config": "^3.1.4",
|
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
"postcss-modules-local-by-default": "^4.0.0",
|
|
"postcss-modules-scope": "^3.0.0",
|
|
"reserved-words": "^0.1.2",
|
|
"sass": "^1.58.3",
|
|
"source-map-js": "^1.0.2",
|
|
"stylus": "^0.59.0",
|
|
"tsconfig-paths": "^4.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=3.9.0"
|
|
}
|
|
},
|
|
"packages/release-tool": {
|
|
"name": "@k8slens/release-tool",
|
|
"version": "6.5.0-alpha.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.2.0",
|
|
"inquirer": "^9.1.4",
|
|
"semver": "^7.3.8"
|
|
},
|
|
"bin": {
|
|
"create-release-pr": "dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.61",
|
|
"@swc/core": "^1.3.44",
|
|
"@types/inquirer": "^9.0.3",
|
|
"@types/node": "^16.18.11",
|
|
"@types/semver": "^7.3.13",
|
|
"rimraf": "^4.4.1",
|
|
"run-script-os": "^1.1.6"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/@types/node": {
|
|
"version": "16.18.23",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"packages/release-tool/node_modules/ansi-escapes": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/ansi-regex": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/chalk": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/cli-cursor": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/cli-width": {
|
|
"version": "4.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"packages/release-tool/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/figures": {
|
|
"version": "5.0.0",
|
|
"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"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/inquirer": {
|
|
"version": "9.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^6.0.0",
|
|
"chalk": "^5.2.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"cli-width": "^4.0.0",
|
|
"external-editor": "^3.0.3",
|
|
"figures": "^5.0.0",
|
|
"lodash": "^4.17.21",
|
|
"mute-stream": "1.0.0",
|
|
"ora": "^6.1.2",
|
|
"run-async": "^2.4.0",
|
|
"rxjs": "^7.8.0",
|
|
"string-width": "^5.1.2",
|
|
"strip-ansi": "^7.0.1",
|
|
"through": "^2.3.6",
|
|
"wrap-ansi": "^8.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/is-interactive": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/is-unicode-supported": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/log-symbols": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.0.0",
|
|
"is-unicode-supported": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/mute-stream": {
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/ora": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.0.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"cli-spinners": "^2.6.1",
|
|
"is-interactive": "^2.0.0",
|
|
"is-unicode-supported": "^1.1.0",
|
|
"log-symbols": "^5.1.0",
|
|
"stdin-discarder": "^0.1.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"wcwidth": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/restore-cursor": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/release-tool/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"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/strip-ansi": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"packages/release-tool/node_modules/type-fest": {
|
|
"version": "3.7.2",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/release-tool/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"
|
|
}
|
|
},
|
|
"packages/semver": {
|
|
"name": "@k8slens/semver",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"command-line-args": "^5.2.1",
|
|
"semver": "^7.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/cli": "^0.1.61",
|
|
"@swc/core": "^1.3.44",
|
|
"@types/command-line-args": "^5.2.0",
|
|
"@types/node": "^16.18.11",
|
|
"@types/semver": "^7.3.13",
|
|
"rimraf": "^4.4.1"
|
|
}
|
|
},
|
|
"packages/semver/node_modules/@types/node": {
|
|
"version": "16.18.23",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"packages/technical-features/application/agnostic": {
|
|
"name": "@k8slens/application",
|
|
"version": "6.5.0-alpha.3",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@async-fn/jest": "^1.6.4",
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
|
"@k8slens/run-many": "^1.0.0-alpha.1",
|
|
"@ogre-tools/fp": "^15.3.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
|
"lodash": "^4.17.15"
|
|
}
|
|
},
|
|
"packages/technical-features/application/electron-main": {
|
|
"name": "@k8slens/application-for-electron-main",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@async-fn/jest": "^1.6.4",
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
|
"@ogre-tools/test-utils": "^15.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/application": "^6.5.0-alpha.0",
|
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
|
"@k8slens/run-many": "^1.0.0-alpha.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
|
"electron": "^22.3.3",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"packages/technical-features/application/legacy-extensions": {
|
|
"name": "@k8slens/legacy-extensions",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@ogre-tools/injectable": "^15.3.1"
|
|
}
|
|
},
|
|
"packages/technical-features/feature-core": {
|
|
"name": "@k8slens/feature-core",
|
|
"version": "6.5.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@ogre-tools/injectable": "^15.3.1"
|
|
}
|
|
},
|
|
"packages/technical-features/messaging/agnostic": {
|
|
"name": "@k8slens/messaging",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/application": "^6.5.0-alpha.0",
|
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
|
"@k8slens/startable-stoppable": "^1.0.0-alpha.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
|
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
|
"lodash": "^4.17.21",
|
|
"mobx": "^6.7.0"
|
|
}
|
|
},
|
|
"packages/technical-features/messaging/computed-channel": {
|
|
"name": "@k8slens/computed-channel",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
|
"@k8slens/messaging-fake-bridge": "^1.0.0-alpha.2",
|
|
"type-fest": "^2.14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/application": "^6.5.0-alpha.0",
|
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
|
"@k8slens/messaging": "^1.0.0-alpha.1",
|
|
"@ogre-tools/fp": "^15.3.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
|
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
|
"lodash": "^4.17.21",
|
|
"mobx": "^6.8.0"
|
|
}
|
|
},
|
|
"packages/technical-features/messaging/electron/main": {
|
|
"name": "@k8slens/messaging-for-main",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/application": "^6.5.0-alpha.0",
|
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
|
"@k8slens/messaging": "^1.0.0-alpha.1",
|
|
"@ogre-tools/fp": "^15.1.2",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
|
"electron": "^22.3.3",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"packages/technical-features/messaging/electron/renderer": {
|
|
"name": "@k8slens/messaging-for-renderer",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/application": "^6.5.0-alpha.0",
|
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
|
"@k8slens/messaging": "^1.0.0-alpha.1",
|
|
"@k8slens/run-many": "^1.0.0-alpha.1",
|
|
"@k8slens/startable-stoppable": "^1.0.0-alpha.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
|
"electron": "^22.3.3",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"packages/technical-features/messaging/message-bridge-fake": {
|
|
"name": "@k8slens/messaging-fake-bridge",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@async-fn/jest": "^1.6.4",
|
|
"@k8slens/feature-core": "^6.5.0-alpha.2",
|
|
"@k8slens/messaging": "^1.0.0-alpha.1",
|
|
"@ogre-tools/fp": "^15.3.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
|
"lodash": "^4.17.21",
|
|
"mobx": "^6.9.0"
|
|
}
|
|
},
|
|
"packages/technical-features/react-application": {
|
|
"name": "@k8slens/react-application",
|
|
"version": "1.0.0-alpha.1",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@async-fn/jest": "^1.6.4",
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2",
|
|
"@k8slens/react-testing-library-discovery": "*",
|
|
"@testing-library/react": "^12.1.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/application": "^6.5.0-alpha.2",
|
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
|
"@ogre-tools/fp": "^15.3.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-extension-for-auto-registration": "^15.3.0",
|
|
"@ogre-tools/injectable-extension-for-mobx": "^15.3.0",
|
|
"@ogre-tools/injectable-react": "^15.3.0",
|
|
"lodash": "^4.17.15",
|
|
"mobx": "^6.8.0",
|
|
"mobx-react": "^7.6.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
},
|
|
"packages/utility-features/react-testing-library-discovery": {
|
|
"name": "@k8slens/react-testing-library-discovery",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@testing-library/dom": "^8.19.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0"
|
|
}
|
|
},
|
|
"packages/utility-features/react-testing-library-discovery/node_modules/@testing-library/dom": {
|
|
"version": "8.20.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@types/aria-query": "^5.0.1",
|
|
"aria-query": "^5.0.0",
|
|
"chalk": "^4.1.0",
|
|
"dom-accessibility-api": "^0.5.9",
|
|
"lz-string": "^1.4.4",
|
|
"pretty-format": "^27.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/utility-features/react-testing-library-discovery/node_modules/@testing-library/react": {
|
|
"version": "13.4.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@testing-library/dom": "^8.5.0",
|
|
"@types/react-dom": "^18.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
}
|
|
},
|
|
"packages/utility-features/react-testing-library-discovery/node_modules/@types/aria-query": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"packages/utility-features/react-testing-library-discovery/node_modules/@types/react-dom": {
|
|
"version": "18.0.11",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
},
|
|
"packages/utility-features/react-testing-library-discovery/node_modules/ansi-styles": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"packages/utility-features/react-testing-library-discovery/node_modules/aria-query": {
|
|
"version": "5.1.3",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"deep-equal": "^2.0.5"
|
|
}
|
|
},
|
|
"packages/utility-features/react-testing-library-discovery/node_modules/pretty-format": {
|
|
"version": "27.5.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1",
|
|
"ansi-styles": "^5.0.0",
|
|
"react-is": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
|
|
}
|
|
},
|
|
"packages/utility-features/react-testing-library-discovery/node_modules/react-dom": {
|
|
"version": "18.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0",
|
|
"scheduler": "^0.23.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0"
|
|
}
|
|
},
|
|
"packages/utility-features/react-testing-library-discovery/node_modules/scheduler": {
|
|
"version": "0.23.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0"
|
|
}
|
|
},
|
|
"packages/utility-features/run-many": {
|
|
"name": "@k8slens/run-many",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/uuid": "^9.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/test-utils": "^1.0.0-alpha.1",
|
|
"@k8slens/utilities": "^1.0.0-alpha.1",
|
|
"@ogre-tools/fp": "^15.3.1",
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"type-fest": "^2.19.0",
|
|
"typed-emitter": "^1.4.0",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
},
|
|
"packages/utility-features/run-many/node_modules/@types/uuid": {
|
|
"version": "9.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"packages/utility-features/startable-stoppable": {
|
|
"name": "@k8slens/startable-stoppable",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@k8slens/eslint-config": "^6.5.0-alpha.2"
|
|
}
|
|
},
|
|
"packages/utility-features/test-utils": {
|
|
"name": "@k8slens/test-utils",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.191"
|
|
},
|
|
"peerDependencies": {
|
|
"@ogre-tools/injectable": "^15.3.1",
|
|
"@ogre-tools/injectable-react": "^15.3.0",
|
|
"@testing-library/react": "^12.1.5",
|
|
"lodash": "^4.17.21",
|
|
"mobx": "^6.8.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
}
|
|
},
|
|
"packages/utility-features/utilities": {
|
|
"name": "@k8slens/utilities",
|
|
"version": "1.0.0-alpha.2",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-router": "^5.1.20",
|
|
"@types/readable-stream": "^2.3.15",
|
|
"@types/semver": "^7.3.13",
|
|
"@types/tar": "^6.1.4",
|
|
"type-fest": "^2.14.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@astronautlabs/jsonpath": "^1.1.0",
|
|
"crypto-js": "^4.1.1",
|
|
"lodash": "^4.17.21",
|
|
"mobx": "^6.8.0",
|
|
"moment": "^2.29.4",
|
|
"p-limit": "^3.1.0",
|
|
"path-to-regexp": "^6.2.1",
|
|
"react": "^17.0.2",
|
|
"react-router": "^5.3.4",
|
|
"readable-stream": "^3.6.2",
|
|
"semver": "^7.3.8",
|
|
"tar": "^6.1.13",
|
|
"type-fest": "^2.19.0",
|
|
"typed-regex": "^0.0.8"
|
|
}
|
|
},
|
|
"packages/utility-features/utilities/node_modules/@types/crypto-js": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
}
|
|
}
|
|
}
|