mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-03-21 14:23:10 +00:00
47373 lines
1.2 MiB
47373 lines
1.2 MiB
{
|
|
"name": "@waku/root",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@waku/root",
|
|
"workspaces": [
|
|
"packages/interfaces",
|
|
"packages/utils",
|
|
"packages/message-hash",
|
|
"packages/proto",
|
|
"packages/enr",
|
|
"packages/core",
|
|
"packages/relay",
|
|
"packages/discovery",
|
|
"packages/message-encryption",
|
|
"packages/rln",
|
|
"packages/sdk",
|
|
"packages/tests",
|
|
"packages/browser-tests",
|
|
"packages/build-utils"
|
|
],
|
|
"devDependencies": {
|
|
"@size-limit/preset-big-lib": "^11.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-functional": "^6.0.1",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"gh-pages": "^6.1.0",
|
|
"husky": "^8.0.3",
|
|
"karma": "^6.4.2",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-firefox-launcher": "^2.1.2",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webkit-launcher": "^2.4.0",
|
|
"karma-webpack": "github:codymikol/karma-webpack#2337a82beb078c0d8e25ae8333a06249b8e72828",
|
|
"lint-staged": "^15.2.2",
|
|
"playwright": "^1.40.1",
|
|
"size-limit": "^11.0.1",
|
|
"ts-loader": "^9.5.1",
|
|
"ts-node": "^10.9.2",
|
|
"typedoc": "^0.25.9",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
},
|
|
"node_modules/@aashutoshrathi/word-wrap": {
|
|
"version": "1.2.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@ampproject/remapping": {
|
|
"version": "2.2.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@anolilab/multi-semantic-release": {
|
|
"version": "1.0.3",
|
|
"license": "0BSD",
|
|
"dependencies": {
|
|
"@semrel-extra/topo": "^1.14.0",
|
|
"blork": "^9.3.0",
|
|
"cosmiconfig": "^9.0.0",
|
|
"debug": "^4.3.4",
|
|
"detect-indent": "^7.0.1",
|
|
"detect-newline": "^4.0.1",
|
|
"execa": "^8.0.1",
|
|
"git-log-parser": "^1.2.0",
|
|
"lodash-es": "^4.17.21",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.5.4",
|
|
"signale": "^1.4.0",
|
|
"stream-buffers": "^3.0.2",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"bin": {
|
|
"multi-semantic-release": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18 || >=20.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": "^20.0 || ^21.0 || >=22.0.3"
|
|
}
|
|
},
|
|
"node_modules/@anolilab/multi-semantic-release/node_modules/cosmiconfig": {
|
|
"version": "9.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.1",
|
|
"import-fresh": "^3.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/d-fischer"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.9.5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@anolilab/multi-semantic-release/node_modules/env-paths": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@anolilab/multi-semantic-release/node_modules/execa": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@anolilab/multi-semantic-release/node_modules/get-stream": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@anolilab/multi-semantic-release/node_modules/human-signals": {
|
|
"version": "5.0.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.17.0"
|
|
}
|
|
},
|
|
"node_modules/@anolilab/multi-semantic-release/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@arr/every": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.23.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/highlight": "^7.23.4",
|
|
"chalk": "^2.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/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/code-frame/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/compat-data": {
|
|
"version": "7.23.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"version": "7.23.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.23.5",
|
|
"@babel/generator": "^7.23.6",
|
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helpers": "^7.23.7",
|
|
"@babel/parser": "^7.23.6",
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/traverse": "^7.23.7",
|
|
"@babel/types": "^7.23.6",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
}
|
|
},
|
|
"node_modules/@babel/core/node_modules/convert-source-map": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/core/node_modules/json5": {
|
|
"version": "2.2.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@babel/core/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator": {
|
|
"version": "7.23.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.23.6",
|
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
"jsesc": "^2.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator/node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.21",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
|
|
"version": "7.22.15",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"version": "7.23.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.23.5",
|
|
"@babel/helper-validator-option": "^7.23.5",
|
|
"browserslist": "^4.22.2",
|
|
"lru-cache": "^5.1.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
|
|
"version": "5.1.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
|
|
"version": "3.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
"version": "7.23.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-member-expression-to-functions": "^7.23.0",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.20",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
"version": "7.22.15",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"regexpu-core": "^5.3.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
"version": "0.4.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.22.6",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"debug": "^4.1.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"resolve": "^1.14.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-environment-visitor": {
|
|
"version": "7.22.20",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-function-name": {
|
|
"version": "7.23.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/types": "^7.23.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-hoist-variables": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
"version": "7.23.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.23.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-imports": {
|
|
"version": "7.22.15",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-simple-access": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/helper-validator-identifier": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-plugin-utils": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-remap-async-to-generator": {
|
|
"version": "7.22.20",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-wrap-function": "^7.22.20"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
"version": "7.22.20",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-member-expression-to-functions": "^7.22.15",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-simple-access": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-split-export-declaration": {
|
|
"version": "7.22.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-string-parser": {
|
|
"version": "7.23.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.22.20",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-option": {
|
|
"version": "7.23.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-wrap-function": {
|
|
"version": "7.22.20",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/types": "^7.22.19"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helpers": {
|
|
"version": "7.23.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/traverse": "^7.23.7",
|
|
"@babel/types": "^7.23.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight": {
|
|
"version": "7.23.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
"chalk": "^2.4.2",
|
|
"js-tokens": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/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/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.23.6",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-proposal-async-generator-functions": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"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",
|
|
"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-export-default-from": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-export-default-from": "^7.23.3"
|
|
},
|
|
"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",
|
|
"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-object-rest-spread": {
|
|
"version": "7.20.7",
|
|
"license": "MIT",
|
|
"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",
|
|
"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",
|
|
"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-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-dynamic-import": {
|
|
"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-export-default-from": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-flow": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-jsx": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-syntax-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-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-typescript": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-arrow-functions": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
"version": "7.23.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-classes": {
|
|
"version": "7.23.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.20",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-classes/node_modules/globals": {
|
|
"version": "11.12.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/template": "^7.22.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-flow-strip-types": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-flow": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
"version": "7.23.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-function-name": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.22.15",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-literals": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-simple-access": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-object-assign": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-parameters": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-display-name": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx": {
|
|
"version": "7.23.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-jsx": "^7.23.3",
|
|
"@babel/types": "^7.23.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-source": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"regenerator-transform": "^0.15.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
"version": "7.23.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.7",
|
|
"babel-plugin-polyfill-corejs3": "^0.8.7",
|
|
"babel-plugin-polyfill-regenerator": "^0.5.4",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-runtime/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-shorthand-properties": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-spread": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-sticky-regex": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-template-literals": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
"version": "7.23.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-create-class-features-plugin": "^7.23.6",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-typescript": "^7.23.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-regex": {
|
|
"version": "7.23.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/regjsgen": {
|
|
"version": "0.8.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.23.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerator-runtime": "^0.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template": {
|
|
"version": "7.22.15",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.22.13",
|
|
"@babel/parser": "^7.22.15",
|
|
"@babel/types": "^7.22.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse": {
|
|
"version": "7.23.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.23.5",
|
|
"@babel/generator": "^7.23.6",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/parser": "^7.23.6",
|
|
"@babel/types": "^7.23.6",
|
|
"debug": "^4.3.1",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse/node_modules/globals": {
|
|
"version": "11.12.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.23.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.23.4",
|
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
"to-fast-properties": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@balena/dockerignore": {
|
|
"version": "1.0.2",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@bcoe/v8-coverage": {
|
|
"version": "0.2.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@chainsafe/as-chacha20poly1305": {
|
|
"version": "0.1.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@chainsafe/as-sha256": {
|
|
"version": "0.4.1",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@chainsafe/bls-keystore": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@chainsafe/bls-keystore/-/bls-keystore-3.0.1.tgz",
|
|
"integrity": "sha512-U6m/tMgdEUq60RhcIj7xUD5n6zuavSbThR+szuAglmUa9gY8QfInxXpGAT4hyc2QjbLy9115vJVyhyu7TDl+DQ==",
|
|
"dependencies": {
|
|
"ethereum-cryptography": "^2.0.0",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/is-ip": {
|
|
"version": "2.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@chainsafe/libp2p-gossipsub": {
|
|
"version": "12.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^4.0.1",
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/interface-internal": "^1.0.7",
|
|
"@libp2p/peer-id": "^4.0.5",
|
|
"@libp2p/pubsub": "^9.0.8",
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"denque": "^2.1.0",
|
|
"it-length-prefixed": "^9.0.4",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.3",
|
|
"multiformats": "^13.0.1",
|
|
"protons-runtime": "5.4.0",
|
|
"uint8arraylist": "^2.4.8",
|
|
"uint8arrays": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"npm": ">=8.7.0"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-gossipsub/node_modules/multiformats": {
|
|
"version": "13.1.0",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/@chainsafe/libp2p-noise": {
|
|
"version": "14.1.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@chainsafe/as-chacha20poly1305": "^0.1.0",
|
|
"@chainsafe/as-sha256": "^0.4.1",
|
|
"@libp2p/crypto": "^3.0.0",
|
|
"@libp2p/interface": "^1.0.0",
|
|
"@libp2p/peer-id": "^4.0.0",
|
|
"@noble/ciphers": "^0.4.0",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"it-byte-stream": "^1.0.0",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-length-prefixed-stream": "^1.0.0",
|
|
"it-pair": "^2.0.6",
|
|
"it-pipe": "^3.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^5.0.0",
|
|
"wherearewe": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-noise/node_modules/@libp2p/crypto": {
|
|
"version": "3.0.4",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.1",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"multiformats": "^13.0.0",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-noise/node_modules/multiformats": {
|
|
"version": "13.0.1",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/@chainsafe/netmask": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@chainsafe/is-ip": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/@colors/colors": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-bundled-dicts": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspell/dict-ada": "^4.0.2",
|
|
"@cspell/dict-aws": "^4.0.1",
|
|
"@cspell/dict-bash": "^4.1.3",
|
|
"@cspell/dict-companies": "^3.0.29",
|
|
"@cspell/dict-cpp": "^5.0.10",
|
|
"@cspell/dict-cryptocurrencies": "^5.0.0",
|
|
"@cspell/dict-csharp": "^4.0.2",
|
|
"@cspell/dict-css": "^4.0.12",
|
|
"@cspell/dict-dart": "^2.0.3",
|
|
"@cspell/dict-django": "^4.1.0",
|
|
"@cspell/dict-docker": "^1.1.7",
|
|
"@cspell/dict-dotnet": "^5.0.0",
|
|
"@cspell/dict-elixir": "^4.0.3",
|
|
"@cspell/dict-en_us": "^4.3.13",
|
|
"@cspell/dict-en-common-misspellings": "^2.0.0",
|
|
"@cspell/dict-en-gb": "1.1.33",
|
|
"@cspell/dict-filetypes": "^3.0.3",
|
|
"@cspell/dict-fonts": "^4.0.0",
|
|
"@cspell/dict-fsharp": "^1.0.1",
|
|
"@cspell/dict-fullstack": "^3.1.5",
|
|
"@cspell/dict-gaming-terms": "^1.0.4",
|
|
"@cspell/dict-git": "^3.0.0",
|
|
"@cspell/dict-golang": "^6.0.5",
|
|
"@cspell/dict-haskell": "^4.0.1",
|
|
"@cspell/dict-html": "^4.0.5",
|
|
"@cspell/dict-html-symbol-entities": "^4.0.0",
|
|
"@cspell/dict-java": "^5.0.6",
|
|
"@cspell/dict-k8s": "^1.0.2",
|
|
"@cspell/dict-latex": "^4.0.0",
|
|
"@cspell/dict-lorem-ipsum": "^4.0.0",
|
|
"@cspell/dict-lua": "^4.0.3",
|
|
"@cspell/dict-makefile": "^1.0.0",
|
|
"@cspell/dict-node": "^4.0.3",
|
|
"@cspell/dict-npm": "^5.0.14",
|
|
"@cspell/dict-php": "^4.0.5",
|
|
"@cspell/dict-powershell": "^5.0.3",
|
|
"@cspell/dict-public-licenses": "^2.0.5",
|
|
"@cspell/dict-python": "^4.1.11",
|
|
"@cspell/dict-r": "^2.0.1",
|
|
"@cspell/dict-ruby": "^5.0.2",
|
|
"@cspell/dict-rust": "^4.0.1",
|
|
"@cspell/dict-scala": "^5.0.0",
|
|
"@cspell/dict-software-terms": "^3.3.15",
|
|
"@cspell/dict-sql": "^2.1.3",
|
|
"@cspell/dict-svelte": "^1.0.2",
|
|
"@cspell/dict-swift": "^2.0.1",
|
|
"@cspell/dict-typescript": "^3.1.2",
|
|
"@cspell/dict-vue": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-json-reporter": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspell/cspell-types": "8.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-pipe": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-resolver": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"global-directory": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-service-bus": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-types": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@cspell/dict-ada": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-aws": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-bash": {
|
|
"version": "4.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-companies": {
|
|
"version": "3.0.31",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-cpp": {
|
|
"version": "5.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-cryptocurrencies": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-csharp": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-css": {
|
|
"version": "4.0.12",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-dart": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-data-science": {
|
|
"version": "1.0.11",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-django": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-docker": {
|
|
"version": "1.1.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-dotnet": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-elixir": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-en_us": {
|
|
"version": "4.3.15",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-en-common-misspellings": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "CC BY-SA 4.0"
|
|
},
|
|
"node_modules/@cspell/dict-en-gb": {
|
|
"version": "1.1.33",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-filetypes": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-fonts": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-fsharp": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-fullstack": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-gaming-terms": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-git": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-golang": {
|
|
"version": "6.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-haskell": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-html": {
|
|
"version": "4.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-html-symbol-entities": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-java": {
|
|
"version": "5.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-k8s": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-latex": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-lorem-ipsum": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-lua": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-makefile": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-node": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-npm": {
|
|
"version": "5.0.15",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-php": {
|
|
"version": "4.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-powershell": {
|
|
"version": "5.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-public-licenses": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-python": {
|
|
"version": "4.1.11",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspell/dict-data-science": "^1.0.11"
|
|
}
|
|
},
|
|
"node_modules/@cspell/dict-r": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-ruby": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-rust": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-scala": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-software-terms": {
|
|
"version": "3.3.17",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-sql": {
|
|
"version": "2.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-svelte": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-swift": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-typescript": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dict-vue": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@cspell/dynamic-import": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"import-meta-resolve": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0"
|
|
}
|
|
},
|
|
"node_modules/@cspell/strong-weak-map": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@cspotcode/source-map-support": {
|
|
"version": "0.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@electron/get": {
|
|
"version": "3.0.0",
|
|
"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": ">=14"
|
|
},
|
|
"optionalDependencies": {
|
|
"global-agent": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/get/node_modules/env-paths": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@electron/get/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@es-joy/jsdoccomment": {
|
|
"version": "0.41.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"comment-parser": "1.4.1",
|
|
"esquery": "^1.5.0",
|
|
"jsdoc-type-pratt-parser": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/darwin-arm64": {
|
|
"version": "0.19.11",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"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.8.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc": {
|
|
"version": "2.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.3.2",
|
|
"espree": "^9.6.0",
|
|
"globals": "^13.19.0",
|
|
"ignore": "^5.2.0",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^3.1.2",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/@eslint/js": {
|
|
"version": "8.56.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/abi": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.7.0.tgz",
|
|
"integrity": "sha512-351ktp42TiRcYB3H1OP8yajPeAQstMW/yCFokj/AthP9bLHzQFPlOrxOcwYEDkUAICmOHljvN4K39OMTMUa9RA==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/hash": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/abstract-provider": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.7.0.tgz",
|
|
"integrity": "sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/networks": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"@ethersproject/web": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/abstract-signer": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.7.0.tgz",
|
|
"integrity": "sha512-a16V8bq1/Cz+TGCkE2OPMTOUDLS3grCpdjoJCYNnVBbdYEMSgKrU0+B90s8b6H+ByYTBZN7a3g76jdIJi7UfKQ==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/address": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.7.0.tgz",
|
|
"integrity": "sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/rlp": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/base64": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.7.0.tgz",
|
|
"integrity": "sha512-Dr8tcHt2mEbsZr/mwTPIQAf3Ai0Bks/7gTw9dSqk1mQvhW3XvRlmDJr/4n+wg1JmCl16NZue17CDh8xb/vZ0sQ==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/basex": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.7.0.tgz",
|
|
"integrity": "sha512-ywlh43GwZLv2Voc2gQVTKBoVQ1mti3d8HK5aMxsfu/nRDnMmNqaSJ3r3n85HBByT8OpoY96SXM1FogC533T4zw==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/bignumber": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.7.0.tgz",
|
|
"integrity": "sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"bn.js": "^5.2.1"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/bytes": {
|
|
"version": "5.7.0",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/constants": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.7.0.tgz",
|
|
"integrity": "sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/contracts": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/contracts/-/contracts-5.7.0.tgz",
|
|
"integrity": "sha512-5GJbzEU3X+d33CdfPhcyS+z8MzsTrBGk/sc+G+59+tPa9yFkl6HQ9D6L0QMgNTA9q8dT0XKxxkyp883XsQvbbg==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/abi": "^5.7.0",
|
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/hash": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.7.0.tgz",
|
|
"integrity": "sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/base64": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/hdnode": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.7.0.tgz",
|
|
"integrity": "sha512-OmyYo9EENBPPf4ERhR7oj6uAtUAhYGqOnIS+jE5pTXvdKBS99ikzq1E7Iv0ZQZ5V36Lqx1qZLeak0Ra16qpeOg==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/basex": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/pbkdf2": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/sha2": "^5.7.0",
|
|
"@ethersproject/signing-key": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"@ethersproject/wordlists": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/json-wallets": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.7.0.tgz",
|
|
"integrity": "sha512-8oee5Xgu6+RKgJTkvEMl2wDgSPSAQ9MB/3JYjFV9jlKvcYHUXZC+cQp0njgmxdHkYWn8s6/IqIZYm0YWCjO/0g==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/hdnode": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/pbkdf2": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/random": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"aes-js": "3.0.0",
|
|
"scrypt-js": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/keccak256": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.7.0.tgz",
|
|
"integrity": "sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"js-sha3": "0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/keccak256/node_modules/js-sha3": {
|
|
"version": "0.8.0",
|
|
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz",
|
|
"integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q=="
|
|
},
|
|
"node_modules/@ethersproject/logger": {
|
|
"version": "5.7.0",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@ethersproject/networks": {
|
|
"version": "5.7.1",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.7.1.tgz",
|
|
"integrity": "sha512-n/MufjFYv3yFcUyfhnXotyDlNdFb7onmkSy8aQERi2PjNcnWQ66xXxa3XlS8nCcA8aJKJjIIMNJTC7tu80GwpQ==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/pbkdf2": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.7.0.tgz",
|
|
"integrity": "sha512-oR/dBRZR6GTyaofd86DehG72hY6NpAjhabkhxgr3X2FpJtJuodEl2auADWBZfhDHgVCbu3/H/Ocq2uC6dpNjjw==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/sha2": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/properties": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.7.0.tgz",
|
|
"integrity": "sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/providers": {
|
|
"version": "5.7.2",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.7.2.tgz",
|
|
"integrity": "sha512-g34EWZ1WWAVgr4aptGlVBF8mhl3VWjv+8hoAnzStu8Ah22VHBsuGzP17eb6xDVRzw895G4W7vvx60lFFur/1Rg==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/base64": "^5.7.0",
|
|
"@ethersproject/basex": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/hash": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/networks": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/random": "^5.7.0",
|
|
"@ethersproject/rlp": "^5.7.0",
|
|
"@ethersproject/sha2": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"@ethersproject/web": "^5.7.0",
|
|
"bech32": "1.1.4",
|
|
"ws": "7.4.6"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/providers/node_modules/ws": {
|
|
"version": "7.4.6",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
|
|
"integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",
|
|
"engines": {
|
|
"node": ">=8.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/random": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/random/-/random-5.7.0.tgz",
|
|
"integrity": "sha512-19WjScqRA8IIeWclFme75VMXSBvi4e6InrUNuaR4s5pTF2qNhcGdCUwdxUVGtDDqC00sDLCO93jPQoDUH4HVmQ==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/rlp": {
|
|
"version": "5.7.0",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/sha2": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.7.0.tgz",
|
|
"integrity": "sha512-gKlH42riwb3KYp0reLsFTokByAKoJdgFCwI+CCiX/k+Jm2mbNs6oOaCjYQSlI1+XBVejwH2KrmCbMAT/GnRDQw==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"hash.js": "1.1.7"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/signing-key": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.7.0.tgz",
|
|
"integrity": "sha512-MZdy2nL3wO0u7gkB4nA/pEf8lu1TlFswPNmy8AiYkfKTdO6eXBJyUdmHO/ehm/htHw9K/qF8ujnTyUAD+Ry54Q==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"bn.js": "^5.2.1",
|
|
"elliptic": "6.5.4",
|
|
"hash.js": "1.1.7"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/solidity": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.7.0.tgz",
|
|
"integrity": "sha512-HmabMd2Dt/raavyaGukF4XxizWKhKQ24DoLtdNbBmNKUOPqwjsKQSdV9GQtj9CBEea9DlzETlVER1gYeXXBGaA==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/sha2": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/strings": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.7.0.tgz",
|
|
"integrity": "sha512-/9nu+lj0YswRNSH0NXYqrh8775XNyEdUQAuf3f+SmOrnVewcJ5SBNAjF7lpgehKi4abvNNXyf+HX86czCdJ8Mg==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/transactions": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.7.0.tgz",
|
|
"integrity": "sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/rlp": "^5.7.0",
|
|
"@ethersproject/signing-key": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/units": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.7.0.tgz",
|
|
"integrity": "sha512-pD3xLMy3SJu9kG5xDGI7+xhTEmGXlEqXU4OfNapmfnxLVY4EMSSRp7j1k7eezutBPH7RBN/7QPnwR7hzNlEFeg==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/wallet": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.7.0.tgz",
|
|
"integrity": "sha512-MhmXlJXEJFBFVKrDLB4ZdDzxcBxQ3rLyCkhNqVu3CDYvR97E+8r01UgrI+TI99Le+aYm/in/0vp86guJuM7FCA==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/hash": "^5.7.0",
|
|
"@ethersproject/hdnode": "^5.7.0",
|
|
"@ethersproject/json-wallets": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/random": "^5.7.0",
|
|
"@ethersproject/signing-key": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"@ethersproject/wordlists": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/web": {
|
|
"version": "5.7.1",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.7.1.tgz",
|
|
"integrity": "sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/base64": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/wordlists": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/wordlists/-/wordlists-5.7.0.tgz",
|
|
"integrity": "sha512-S2TFNJNfHWVHNE6cNDjbVlZ6MgE17MIxMbMg2zv3wn+3XSJGosL1m9ZVv3GXCf/2ymSsQ+hRI5IzoMJTG6aoVA==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/hash": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/config-array": {
|
|
"version": "0.11.14",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@humanwhocodes/object-schema": "^2.0.2",
|
|
"debug": "^4.3.1",
|
|
"minimatch": "^3.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.10.0"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/module-importer": {
|
|
"version": "1.0.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.22"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/object-schema": {
|
|
"version": "2.0.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@isaacs/cliui": {
|
|
"version": "8.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^5.1.2",
|
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
"wrap-ansi": "^8.1.0",
|
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@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/camelcase": {
|
|
"version": "5.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"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/@jridgewell/gen-mapping": {
|
|
"version": "0.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/set-array": "^1.0.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.1",
|
|
"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.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.15",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
}
|
|
},
|
|
"node_modules/@jsdoc/salty": {
|
|
"version": "0.2.5",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"engines": {
|
|
"node": ">=v12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@leichtgewicht/base64-codec": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@leichtgewicht/dns-packet": {
|
|
"version": "6.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@leichtgewicht/ip-codec": "^2.0.4",
|
|
"bytes.js": "^0.0.2",
|
|
"utf8-bytes": "^0.0.1",
|
|
"utf8-codec": "^1.0.0",
|
|
"utf8-length": "^0.0.1",
|
|
"utf8-string-bytes": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@leichtgewicht/dns-socket": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@leichtgewicht/dns-packet": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@leichtgewicht/ip-codec": {
|
|
"version": "2.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@libp2p/bootstrap": {
|
|
"version": "10.0.11",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.1",
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@multiformats/mafmt": "^12.1.6",
|
|
"@multiformats/multiaddr": "^12.1.10"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/crypto": {
|
|
"version": "4.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.4",
|
|
"@noble/curves": "^1.3.0",
|
|
"@noble/hashes": "^1.3.3",
|
|
"asn1js": "^3.0.5",
|
|
"multiformats": "^13.1.0",
|
|
"protons-runtime": "^5.4.0",
|
|
"uint8arraylist": "^2.4.8",
|
|
"uint8arrays": "^5.0.2"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/crypto/node_modules/multiformats": {
|
|
"version": "13.1.0",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/@libp2p/identify": {
|
|
"version": "1.0.11",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/interface-internal": "^1.0.7",
|
|
"@libp2p/peer-id": "^4.0.5",
|
|
"@libp2p/peer-record": "^7.0.6",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"@multiformats/multiaddr-matcher": "^1.1.0",
|
|
"it-protobuf-stream": "^1.1.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0",
|
|
"wherearewe": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface": {
|
|
"version": "1.1.4",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"it-pushable": "^3.2.3",
|
|
"it-stream-types": "^2.0.1",
|
|
"multiformats": "^13.1.0",
|
|
"progress-events": "^1.0.0",
|
|
"uint8arraylist": "^2.4.8"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-compliance-tests": {
|
|
"version": "5.2.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/interface-internal": "^1.0.7",
|
|
"@libp2p/logger": "^4.0.5",
|
|
"@libp2p/multistream-select": "^5.1.2",
|
|
"@libp2p/peer-collections": "^5.1.5",
|
|
"@libp2p/peer-id": "^4.0.5",
|
|
"@libp2p/peer-id-factory": "^4.0.5",
|
|
"@libp2p/utils": "^5.2.3",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"abortable-iterator": "^5.0.1",
|
|
"aegir": "^42.0.0",
|
|
"delay": "^6.0.0",
|
|
"it-all": "^3.0.2",
|
|
"it-drain": "^3.0.2",
|
|
"it-map": "^3.0.4",
|
|
"it-ndjson": "^1.0.3",
|
|
"it-pair": "^2.0.6",
|
|
"it-pipe": "^3.0.1",
|
|
"it-protobuf-stream": "^1.1.1",
|
|
"it-pushable": "^3.2.3",
|
|
"it-stream-types": "^2.0.1",
|
|
"it-to-buffer": "^4.0.2",
|
|
"merge-options": "^3.0.4",
|
|
"p-defer": "^4.0.0",
|
|
"p-event": "^6.0.0",
|
|
"p-limit": "^5.0.0",
|
|
"p-wait-for": "^5.0.2",
|
|
"protons-runtime": "^5.0.0",
|
|
"sinon": "^17.0.0",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-compliance-tests/node_modules/p-limit": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-compliance-tests/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-internal": {
|
|
"version": "1.0.9",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.4",
|
|
"@libp2p/peer-collections": "^5.1.7",
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"uint8arraylist": "^2.4.8"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface/node_modules/multiformats": {
|
|
"version": "13.1.0",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/@libp2p/interfaces": {
|
|
"version": "3.3.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/logger": {
|
|
"version": "4.0.6",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.3",
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.10",
|
|
"multiformats": "^13.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/logger/node_modules/multiformats": {
|
|
"version": "13.0.1",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/@libp2p/mplex": {
|
|
"version": "10.0.12",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/utils": "^5.2.2",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.3",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8-varint": "^2.0.2",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/multistream-select": {
|
|
"version": "5.1.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"it-length-prefixed": "^9.0.3",
|
|
"it-length-prefixed-stream": "^1.1.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"p-defer": "^4.0.0",
|
|
"race-signal": "^1.0.2",
|
|
"uint8-varint": "^2.0.2",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-collections": {
|
|
"version": "5.1.7",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.4",
|
|
"@libp2p/peer-id": "^4.0.7"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-id": {
|
|
"version": "4.0.7",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.4",
|
|
"multiformats": "^13.1.0",
|
|
"uint8arrays": "^5.0.2"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-id-factory": {
|
|
"version": "4.0.5",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^4.0.1",
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/peer-id": "^4.0.5",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-id/node_modules/multiformats": {
|
|
"version": "13.1.0",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/@libp2p/peer-record": {
|
|
"version": "7.0.6",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^4.0.1",
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/peer-id": "^4.0.5",
|
|
"@libp2p/utils": "^5.2.2",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8-varint": "^2.0.2",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-store": {
|
|
"version": "10.0.6",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.1",
|
|
"@libp2p/peer-collections": "^5.1.4",
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@libp2p/peer-record": "^7.0.5",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"interface-datastore": "^8.2.0",
|
|
"it-all": "^3.0.2",
|
|
"mortice": "^3.0.1",
|
|
"multiformats": "^13.0.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-store/node_modules/multiformats": {
|
|
"version": "13.0.1",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/@libp2p/ping": {
|
|
"version": "1.0.12",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^4.0.3",
|
|
"@libp2p/interface": "^1.1.4",
|
|
"@libp2p/interface-internal": "^1.0.9",
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"it-first": "^3.0.4",
|
|
"it-pipe": "^3.0.1",
|
|
"uint8arrays": "^5.0.2"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/pubsub": {
|
|
"version": "9.0.10",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^4.0.2",
|
|
"@libp2p/interface": "^1.1.3",
|
|
"@libp2p/interface-internal": "^1.0.8",
|
|
"@libp2p/peer-collections": "^5.1.6",
|
|
"@libp2p/peer-id": "^4.0.6",
|
|
"@libp2p/utils": "^5.2.5",
|
|
"it-length-prefixed": "^9.0.4",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.3",
|
|
"multiformats": "^13.0.1",
|
|
"p-queue": "^8.0.1",
|
|
"uint8arraylist": "^2.4.8",
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/pubsub/node_modules/multiformats": {
|
|
"version": "13.1.0",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/@libp2p/utils": {
|
|
"version": "5.2.5",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@chainsafe/is-ip": "^2.0.2",
|
|
"@libp2p/interface": "^1.1.3",
|
|
"@libp2p/logger": "^4.0.6",
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"@multiformats/multiaddr-matcher": "^1.1.2",
|
|
"delay": "^6.0.0",
|
|
"get-iterator": "^2.0.1",
|
|
"is-loopback-addr": "^2.0.2",
|
|
"it-pushable": "^3.2.3",
|
|
"it-stream-types": "^2.0.1",
|
|
"netmask": "^2.0.2",
|
|
"p-defer": "^4.0.0",
|
|
"race-event": "^1.1.0",
|
|
"race-signal": "^1.0.2",
|
|
"uint8arraylist": "^2.4.8"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/websockets": {
|
|
"version": "8.0.11",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.1",
|
|
"@libp2p/utils": "^5.2.1",
|
|
"@multiformats/mafmt": "^12.1.6",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"@multiformats/multiaddr-to-uri": "^9.0.2",
|
|
"@types/ws": "^8.5.4",
|
|
"it-ws": "^6.1.0",
|
|
"p-defer": "^4.0.0",
|
|
"wherearewe": "^2.0.1",
|
|
"ws": "^8.12.1"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/mafmt": {
|
|
"version": "12.1.6",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@multiformats/multiaddr": "^12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/multiaddr": {
|
|
"version": "12.1.14",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"@chainsafe/netmask": "^2.0.0",
|
|
"@libp2p/interface": "^1.0.0",
|
|
"dns-over-http-resolver": "^3.0.2",
|
|
"multiformats": "^13.0.0",
|
|
"uint8-varint": "^2.0.1",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/multiaddr-matcher": {
|
|
"version": "1.1.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"multiformats": "^13.0.0"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/multiaddr-matcher/node_modules/multiformats": {
|
|
"version": "13.0.1",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/@multiformats/multiaddr-to-uri": {
|
|
"version": "9.0.7",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@multiformats/multiaddr": "^12.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/multiaddr/node_modules/multiformats": {
|
|
"version": "13.1.0",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/@noble/ciphers": {
|
|
"version": "0.4.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@noble/curves": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/hashes": "1.3.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@noble/hashes": {
|
|
"version": "1.3.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@noble/secp256k1": {
|
|
"version": "1.7.1",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"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/@octokit/auth-token": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/core": {
|
|
"version": "5.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/auth-token": "^4.0.0",
|
|
"@octokit/graphql": "^7.0.0",
|
|
"@octokit/request": "^8.0.2",
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^12.0.0",
|
|
"before-after-hook": "^2.2.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/endpoint": {
|
|
"version": "9.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^12.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/graphql": {
|
|
"version": "7.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/request": "^8.0.1",
|
|
"@octokit/types": "^12.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/openapi-types": {
|
|
"version": "19.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@octokit/plugin-paginate-rest": {
|
|
"version": "9.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^12.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=5"
|
|
}
|
|
},
|
|
"node_modules/@octokit/plugin-retry": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^12.0.0",
|
|
"bottleneck": "^2.15.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=5"
|
|
}
|
|
},
|
|
"node_modules/@octokit/plugin-throttling": {
|
|
"version": "8.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^12.2.0",
|
|
"bottleneck": "^2.15.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/request": {
|
|
"version": "8.1.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/endpoint": "^9.0.0",
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^12.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/request-error": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^12.0.0",
|
|
"deprecation": "^2.0.0",
|
|
"once": "^1.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/types": {
|
|
"version": "12.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/openapi-types": "^19.1.0"
|
|
}
|
|
},
|
|
"node_modules/@phenomnomnominal/tsquery": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esquery": "^1.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^3 || ^4 || ^5"
|
|
}
|
|
},
|
|
"node_modules/@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/@pkgr/core": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts"
|
|
}
|
|
},
|
|
"node_modules/@playwright/test": {
|
|
"version": "1.40.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"playwright": "1.40.1"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@pnpm/config.env-replace": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.22.0"
|
|
}
|
|
},
|
|
"node_modules/@pnpm/network.ca-file": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "4.2.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.22.0"
|
|
}
|
|
},
|
|
"node_modules/@pnpm/network.ca-file/node_modules/graceful-fs": {
|
|
"version": "4.2.10",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@pnpm/npm-conf": {
|
|
"version": "2.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pnpm/config.env-replace": "^1.1.0",
|
|
"@pnpm/network.ca-file": "^1.0.1",
|
|
"config-chain": "^1.1.11"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@polka/send-type": {
|
|
"version": "0.5.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@polka/url": {
|
|
"version": "0.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@protobufjs/aspromise": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/@protobufjs/base64": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/@protobufjs/codegen": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/@protobufjs/eventemitter": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/@protobufjs/fetch": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@protobufjs/aspromise": "^1.1.1",
|
|
"@protobufjs/inquire": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/@protobufjs/float": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/@protobufjs/inquire": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/@protobufjs/path": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/@protobufjs/pool": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/@protobufjs/utf8": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true
|
|
},
|
|
"node_modules/@puppeteer/browsers": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"debug": "4.3.4",
|
|
"extract-zip": "2.0.1",
|
|
"progress": "2.0.3",
|
|
"proxy-agent": "6.4.0",
|
|
"semver": "7.6.0",
|
|
"tar-fs": "3.0.5",
|
|
"unbzip2-stream": "1.4.3",
|
|
"yargs": "17.7.2"
|
|
},
|
|
"bin": {
|
|
"browsers": "lib/cjs/main-cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-commonjs": {
|
|
"version": "25.0.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.0.1",
|
|
"commondir": "^1.0.1",
|
|
"estree-walker": "^2.0.2",
|
|
"glob": "^8.0.3",
|
|
"is-reference": "1.2.1",
|
|
"magic-string": "^0.30.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^2.68.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-json": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-node-resolve": {
|
|
"version": "15.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.0.1",
|
|
"@types/resolve": "1.20.2",
|
|
"deepmerge": "^4.2.2",
|
|
"is-builtin-module": "^3.2.1",
|
|
"is-module": "^1.0.0",
|
|
"resolve": "^1.22.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^2.78.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/pluginutils": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "^1.0.0",
|
|
"estree-walker": "^2.0.2",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
"version": "4.12.0",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
]
|
|
},
|
|
"node_modules/@samverschueren/stream-to-observable": {
|
|
"version": "0.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-observable": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rxjs": {
|
|
"optional": true
|
|
},
|
|
"zen-observable": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@scure/base": {
|
|
"version": "1.1.5",
|
|
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.5.tgz",
|
|
"integrity": "sha512-Brj9FiG2W1MRQSTB212YVPRrcbjkv48FoZi/u4l/zds/ieRrqsh7aUf6CLwkAq61oKXr/ZlTzlY66gLIj3TFTQ==",
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@scure/bip32": {
|
|
"version": "1.3.3",
|
|
"resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.3.3.tgz",
|
|
"integrity": "sha512-LJaN3HwRbfQK0X1xFSi0Q9amqOgzQnnDngIt+ZlsBC3Bm7/nE7K0kwshZHyaru79yIVRv/e1mQAjZyuZG6jOFQ==",
|
|
"dependencies": {
|
|
"@noble/curves": "~1.3.0",
|
|
"@noble/hashes": "~1.3.2",
|
|
"@scure/base": "~1.1.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@scure/bip39": {
|
|
"version": "1.2.2",
|
|
"resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.2.2.tgz",
|
|
"integrity": "sha512-HYf9TUXG80beW+hGAt3TRM8wU6pQoYur9iNypTROm42dorCGmLnFe3eWjz3gOq6G62H2WRh0FCzAR1PI+29zIA==",
|
|
"dependencies": {
|
|
"@noble/hashes": "~1.3.2",
|
|
"@scure/base": "~1.1.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/changelog": {
|
|
"version": "6.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@semantic-release/error": "^3.0.0",
|
|
"aggregate-error": "^3.0.0",
|
|
"fs-extra": "^11.0.0",
|
|
"lodash": "^4.17.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/changelog/node_modules/fs-extra": {
|
|
"version": "11.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.14"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/changelog/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/changelog/node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/commit-analyzer": {
|
|
"version": "11.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"conventional-changelog-angular": "^7.0.0",
|
|
"conventional-commits-filter": "^4.0.0",
|
|
"conventional-commits-parser": "^5.0.0",
|
|
"debug": "^4.0.0",
|
|
"import-from-esm": "^1.0.3",
|
|
"lodash-es": "^4.17.21",
|
|
"micromatch": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17 || >=20.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=20.1.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/error": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/git": {
|
|
"version": "10.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@semantic-release/error": "^3.0.0",
|
|
"aggregate-error": "^3.0.0",
|
|
"debug": "^4.0.0",
|
|
"dir-glob": "^3.0.0",
|
|
"execa": "^5.0.0",
|
|
"lodash": "^4.17.4",
|
|
"micromatch": "^4.0.0",
|
|
"p-reduce": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/git/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/@semantic-release/git/node_modules/human-signals": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/git/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/git/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/git/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/git/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/@semantic-release/git/node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/github": {
|
|
"version": "9.2.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/core": "^5.0.0",
|
|
"@octokit/plugin-paginate-rest": "^9.0.0",
|
|
"@octokit/plugin-retry": "^6.0.0",
|
|
"@octokit/plugin-throttling": "^8.0.0",
|
|
"@semantic-release/error": "^4.0.0",
|
|
"aggregate-error": "^5.0.0",
|
|
"debug": "^4.3.4",
|
|
"dir-glob": "^3.0.1",
|
|
"globby": "^14.0.0",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.0",
|
|
"issue-parser": "^6.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mime": "^4.0.0",
|
|
"p-filter": "^4.0.0",
|
|
"url-join": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=20.1.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/github/node_modules/@semantic-release/error": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/github/node_modules/aggregate-error": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-stack": "^5.2.0",
|
|
"indent-string": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/github/node_modules/clean-stack": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/github/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/github/node_modules/globby": {
|
|
"version": "14.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/merge-streams": "^1.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"ignore": "^5.2.4",
|
|
"path-type": "^5.0.0",
|
|
"slash": "^5.1.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/github/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/github/node_modules/path-type": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/github/node_modules/slash": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm": {
|
|
"version": "11.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@semantic-release/error": "^4.0.0",
|
|
"aggregate-error": "^5.0.0",
|
|
"execa": "^8.0.0",
|
|
"fs-extra": "^11.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nerf-dart": "^1.0.0",
|
|
"normalize-url": "^8.0.0",
|
|
"npm": "^10.0.0",
|
|
"rc": "^1.2.8",
|
|
"read-pkg": "^9.0.0",
|
|
"registry-auth-token": "^5.0.0",
|
|
"semver": "^7.1.2",
|
|
"tempy": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17 || >=20"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=20.1.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/@semantic-release/error": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/aggregate-error": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-stack": "^5.2.0",
|
|
"indent-string": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/clean-stack": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/execa": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/fs-extra": {
|
|
"version": "11.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.14"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/get-stream": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/hosted-git-info": {
|
|
"version": "7.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^10.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/human-signals": {
|
|
"version": "5.0.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.17.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/lru-cache": {
|
|
"version": "10.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/normalize-package-data": {
|
|
"version": "6.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^7.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/parse-json": {
|
|
"version": "8.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.22.13",
|
|
"index-to-position": "^0.1.2",
|
|
"type-fest": "^4.7.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/read-pkg": {
|
|
"version": "9.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/normalize-package-data": "^2.4.3",
|
|
"normalize-package-data": "^6.0.0",
|
|
"parse-json": "^8.0.0",
|
|
"type-fest": "^4.6.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/type-fest": {
|
|
"version": "4.9.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm/node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/release-notes-generator": {
|
|
"version": "12.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"conventional-changelog-angular": "^7.0.0",
|
|
"conventional-changelog-writer": "^7.0.0",
|
|
"conventional-commits-filter": "^4.0.0",
|
|
"conventional-commits-parser": "^5.0.0",
|
|
"debug": "^4.0.0",
|
|
"get-stream": "^7.0.0",
|
|
"import-from-esm": "^1.0.3",
|
|
"into-stream": "^7.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"read-pkg-up": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17 || >=20.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=20.1.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/release-notes-generator/node_modules/get-stream": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semrel-extra/topo": {
|
|
"version": "1.14.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-glob": "^3.3.2",
|
|
"js-yaml": "^4.1.0",
|
|
"toposource": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/@sindresorhus/is": {
|
|
"version": "4.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@sindresorhus/merge-streams": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/commons": {
|
|
"version": "3.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/fake-timers": {
|
|
"version": "11.2.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/samsam": {
|
|
"version": "8.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^2.0.0",
|
|
"lodash.get": "^4.4.2",
|
|
"type-detect": "^4.0.8"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/samsam/node_modules/@sinonjs/commons": {
|
|
"version": "2.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/text-encoding": {
|
|
"version": "0.7.2",
|
|
"license": "(Unlicense OR Apache-2.0)"
|
|
},
|
|
"node_modules/@sitespeed.io/tracium": {
|
|
"version": "0.3.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"debug": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@size-limit/file": {
|
|
"version": "11.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "11.0.2"
|
|
}
|
|
},
|
|
"node_modules/@size-limit/preset-big-lib": {
|
|
"version": "11.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@size-limit/file": "11.0.2",
|
|
"@size-limit/time": "11.0.2",
|
|
"@size-limit/webpack": "11.0.2",
|
|
"size-limit": "11.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "11.0.2"
|
|
}
|
|
},
|
|
"node_modules/@size-limit/time": {
|
|
"version": "11.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"estimo": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "11.0.2"
|
|
}
|
|
},
|
|
"node_modules/@size-limit/webpack": {
|
|
"version": "11.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^5.0.4",
|
|
"webpack": "^5.89.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "11.0.2"
|
|
}
|
|
},
|
|
"node_modules/@socket.io/component-emitter": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@szmarczak/http-timer": {
|
|
"version": "4.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defer-to-connect": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@tootallnate/once": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
|
|
"integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/@tootallnate/quickjs-emscripten": {
|
|
"version": "0.23.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node10": {
|
|
"version": "1.0.9",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node12": {
|
|
"version": "1.0.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node14": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tsconfig/node16": {
|
|
"version": "1.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/app-root-path": {
|
|
"version": "1.2.8",
|
|
"resolved": "https://registry.npmjs.org/@types/app-root-path/-/app-root-path-1.2.8.tgz",
|
|
"integrity": "sha512-l12miuN6JXAi3yuADZNhRKbyN7IIyaUP9hFVZ/BbHhWYpBkHLbOaX2WkQoXGJyAgMcP9iZ0S9+tz/FN40VrwWQ==",
|
|
"dev": true
|
|
},
|
|
"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/chai": {
|
|
"version": "4.3.11",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/chai-as-promised": {
|
|
"version": "7.1.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/chai-spies": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/@types/chai-spies/-/chai-spies-1.0.6.tgz",
|
|
"integrity": "sha512-xkk4HmhBB9OQeTAifa9MJ+6R5/Rq9+ungDe4JidZD+vqZVeiWZwc2i7/pd1ZKjyGlSBIQePoWdyUyFUGT0rv5w==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/chai-string": {
|
|
"version": "1.4.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/chai-subset": {
|
|
"version": "1.3.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/cookie": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/cors": {
|
|
"version": "2.8.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/debug": {
|
|
"version": "4.1.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/ms": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/deep-equal-in-any-order": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/@types/deep-equal-in-any-order/-/deep-equal-in-any-order-1.0.3.tgz",
|
|
"integrity": "sha512-jT0O3hAILDKeKbdWJ9FZLD0Xdfhz7hMvfyFlRWpirjiEVr8G+GZ4kVIzPIqM6x6Rpp93TNPgOAed4XmvcuV6Qg==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@types/docker-modem": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"@types/ssh2": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/dockerode": {
|
|
"version": "3.3.19",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/docker-modem": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/eslint": {
|
|
"version": "8.44.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*",
|
|
"@types/json-schema": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/eslint-scope": {
|
|
"version": "3.7.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/eslint": "*",
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/estree": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/fs-extra": {
|
|
"version": "8.1.5",
|
|
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.5.tgz",
|
|
"integrity": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/glob": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
|
|
"integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@types/minimatch": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/http-cache-semantics": {
|
|
"version": "4.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
"version": "2.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/json-schema": {
|
|
"version": "7.0.13",
|
|
"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/linkify-it": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/lodash": {
|
|
"version": "4.17.0",
|
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
|
|
"integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@types/markdown-it": {
|
|
"version": "12.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/linkify-it": "*",
|
|
"@types/mdurl": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/mdast": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/mdurl": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/minimatch": {
|
|
"version": "3.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/minimist": {
|
|
"version": "1.2.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/mocha": {
|
|
"version": "10.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/ms": {
|
|
"version": "0.7.31",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "20.6.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/node-localstorage": {
|
|
"version": "1.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/normalize-package-data": {
|
|
"version": "2.4.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/parse-json": {
|
|
"version": "4.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/resolve": {
|
|
"version": "1.20.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/responselike": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/retry": {
|
|
"version": "0.12.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/semver": {
|
|
"version": "7.5.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/sinon": {
|
|
"version": "17.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/sinonjs__fake-timers": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/sinonjs__fake-timers": {
|
|
"version": "8.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/ssh2": {
|
|
"version": "1.11.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "^18.11.18"
|
|
}
|
|
},
|
|
"node_modules/@types/ssh2/node_modules/@types/node": {
|
|
"version": "18.17.18",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/strip-bom": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/strip-json-comments": {
|
|
"version": "0.0.30",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/tail": {
|
|
"version": "2.2.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/unist": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/uuid": {
|
|
"version": "9.0.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/ws": {
|
|
"version": "8.5.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs": {
|
|
"version": "17.0.32",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs-parser": {
|
|
"version": "21.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/yauzl": {
|
|
"version": "2.10.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/regexpp": "^4.5.1",
|
|
"@typescript-eslint/scope-manager": "6.7.2",
|
|
"@typescript-eslint/type-utils": "6.7.2",
|
|
"@typescript-eslint/utils": "6.7.2",
|
|
"@typescript-eslint/visitor-keys": "6.7.2",
|
|
"debug": "^4.3.4",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.4",
|
|
"natural-compare": "^1.4.0",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
|
|
"eslint": "^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/experimental-utils": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/utils": "5.62.0"
|
|
},
|
|
"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/experimental-utils/node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.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/node_modules/@typescript-eslint/types": {
|
|
"version": "5.62.0",
|
|
"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/experimental-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "5.62.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/utils": {
|
|
"version": "5.62.0",
|
|
"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.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"eslint-scope": "^5.1.1",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/experimental-utils/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/@typescript-eslint/experimental-utils/node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "9.0.3",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/parser/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.7.2",
|
|
"@typescript-eslint/visitor-keys": "6.7.2"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/type-utils": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "6.7.2",
|
|
"@typescript-eslint/utils": "6.7.2",
|
|
"debug": "^4.3.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/types": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.7.2",
|
|
"@typescript-eslint/visitor-keys": "6.7.2",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/utils": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
"@types/json-schema": "^7.0.12",
|
|
"@types/semver": "^7.5.0",
|
|
"@typescript-eslint/scope-manager": "6.7.2",
|
|
"@typescript-eslint/types": "6.7.2",
|
|
"@typescript-eslint/typescript-estree": "6.7.2",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.7.2",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@ungap/promise-all-settled": {
|
|
"version": "1.1.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@ungap/structured-clone": {
|
|
"version": "1.2.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@vue/compiler-core": {
|
|
"version": "3.4.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.23.6",
|
|
"@vue/shared": "3.4.14",
|
|
"entities": "^4.5.0",
|
|
"estree-walker": "^2.0.2",
|
|
"source-map-js": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-core/node_modules/entities": {
|
|
"version": "4.5.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-dom": {
|
|
"version": "3.4.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/compiler-core": "3.4.14",
|
|
"@vue/shared": "3.4.14"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-sfc": {
|
|
"version": "3.4.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.23.6",
|
|
"@vue/compiler-core": "3.4.14",
|
|
"@vue/compiler-dom": "3.4.14",
|
|
"@vue/compiler-ssr": "3.4.14",
|
|
"@vue/shared": "3.4.14",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.5",
|
|
"postcss": "^8.4.33",
|
|
"source-map-js": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-ssr": {
|
|
"version": "3.4.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/compiler-dom": "3.4.14",
|
|
"@vue/shared": "3.4.14"
|
|
}
|
|
},
|
|
"node_modules/@vue/shared": {
|
|
"version": "3.4.14",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@waku/browser-tests": {
|
|
"resolved": "packages/browser-tests",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/build-utils": {
|
|
"resolved": "packages/build-utils",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/core": {
|
|
"resolved": "packages/core",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/create-app": {
|
|
"version": "0.1.1-504bcd4",
|
|
"dev": true,
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"commander": "^9.4.1",
|
|
"enquirer": "^2.3.6",
|
|
"fs-extra": "^11.1.0",
|
|
"semver": "^7.3.8",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"bin": {
|
|
"create-app": "index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@waku/create-app/node_modules/commander": {
|
|
"version": "9.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || >=14"
|
|
}
|
|
},
|
|
"node_modules/@waku/create-app/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/@waku/create-app/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/@waku/create-app/node_modules/universalify": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@waku/discovery": {
|
|
"resolved": "packages/discovery",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/dns-discovery": {
|
|
"version": "0.0.21",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@waku/enr": "0.0.21",
|
|
"@waku/utils": "0.0.15",
|
|
"debug": "^4.3.4",
|
|
"dns-query": "^0.11.2",
|
|
"hi-base32": "^0.5.1",
|
|
"uint8arrays": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@waku/enr": {
|
|
"resolved": "packages/enr",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/interfaces": {
|
|
"resolved": "packages/interfaces",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/local-peer-cache-discovery": {
|
|
"version": "1.0.0",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@waku/interfaces": "^0.0.22",
|
|
"@waku/utils": "^0.0.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@waku/message-encryption": {
|
|
"resolved": "packages/message-encryption",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/message-hash": {
|
|
"resolved": "packages/message-hash",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/peer-exchange": {
|
|
"version": "0.0.20",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@libp2p/interfaces": "^3.3.2",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/enr": "0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"debug": "^4.3.4",
|
|
"it-all": "^3.0.4",
|
|
"it-length-prefixed": "^9.0.4",
|
|
"it-pipe": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@waku/proto": {
|
|
"resolved": "packages/proto",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/relay": {
|
|
"resolved": "packages/relay",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/rln": {
|
|
"resolved": "packages/rln",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/sdk": {
|
|
"resolved": "packages/sdk",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/tests": {
|
|
"resolved": "packages/tests",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/utils": {
|
|
"resolved": "packages/utils",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/zerokit-rln-wasm": {
|
|
"version": "0.0.13",
|
|
"resolved": "https://registry.npmjs.org/@waku/zerokit-rln-wasm/-/zerokit-rln-wasm-0.0.13.tgz",
|
|
"integrity": "sha512-x7CRIIslmfCmTZc7yVp3dhLlKeLUs8ILIm9kv7+wVJ23H4pPw0Z+uH0ueLIYYfwODI6fDiwJj3S1vdFzM8D1zA=="
|
|
},
|
|
"node_modules/@web/rollup-plugin-import-meta-assets": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/@web/rollup-plugin-import-meta-assets/-/rollup-plugin-import-meta-assets-1.0.8.tgz",
|
|
"integrity": "sha512-lLIzsd94SwQv/z4eOhOECCTzQBZRT20wmmAQaP/wFJZfRgQNWaf3SxMClRlmw1Kuo2x6LdSXocnocUyKcmKNOg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.0.2",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/ast": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/helper-numbers": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.6"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/floating-point-hex-parser": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-api-error": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-buffer": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-numbers": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/floating-point-hex-parser": "1.11.6",
|
|
"@webassemblyjs/helper-api-error": "1.11.6",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/helper-wasm-bytecode": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-wasm-section": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@webassemblyjs/helper-buffer": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
|
|
"@webassemblyjs/wasm-gen": "1.11.6"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/ieee754": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xtuc/ieee754": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/leb128": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/utf8": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-edit": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@webassemblyjs/helper-buffer": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-section": "1.11.6",
|
|
"@webassemblyjs/wasm-gen": "1.11.6",
|
|
"@webassemblyjs/wasm-opt": "1.11.6",
|
|
"@webassemblyjs/wasm-parser": "1.11.6",
|
|
"@webassemblyjs/wast-printer": "1.11.6"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-gen": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
|
|
"@webassemblyjs/ieee754": "1.11.6",
|
|
"@webassemblyjs/leb128": "1.11.6",
|
|
"@webassemblyjs/utf8": "1.11.6"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-opt": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@webassemblyjs/helper-buffer": "1.11.6",
|
|
"@webassemblyjs/wasm-gen": "1.11.6",
|
|
"@webassemblyjs/wasm-parser": "1.11.6"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-parser": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@webassemblyjs/helper-api-error": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
|
|
"@webassemblyjs/ieee754": "1.11.6",
|
|
"@webassemblyjs/leb128": "1.11.6",
|
|
"@webassemblyjs/utf8": "1.11.6"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wast-printer": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@xtuc/ieee754": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@xtuc/long": {
|
|
"version": "4.2.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@yarnpkg/lockfile": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/@zeit/schemas": {
|
|
"version": "2.29.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/abab": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
|
|
"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
|
|
"deprecated": "Use your platform's native atob() and btoa() methods instead",
|
|
"dev": true
|
|
},
|
|
"node_modules/abortable-iterator": {
|
|
"version": "5.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"get-iterator": "^2.0.0",
|
|
"it-stream-types": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/accepts": {
|
|
"version": "1.3.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "~2.1.34",
|
|
"negotiator": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "8.11.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-globals": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
|
|
"integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"acorn": "^7.1.1",
|
|
"acorn-walk": "^7.1.1"
|
|
}
|
|
},
|
|
"node_modules/acorn-globals/node_modules/acorn": {
|
|
"version": "7.4.1",
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
|
|
"integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
|
|
"dev": true,
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-globals/node_modules/acorn-walk": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
|
|
"integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-import-assertions": {
|
|
"version": "1.9.0",
|
|
"dev": true,
|
|
"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-loose": {
|
|
"version": "8.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-walk": {
|
|
"version": "8.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/aegir": {
|
|
"version": "42.2.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@anolilab/multi-semantic-release": "^1.0.3",
|
|
"@electron/get": "^3.0.0",
|
|
"@polka/send-type": "^0.5.2",
|
|
"@semantic-release/changelog": "^6.0.1",
|
|
"@semantic-release/commit-analyzer": "^11.1.0",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^9.0.3",
|
|
"@semantic-release/npm": "^11.0.2",
|
|
"@semantic-release/release-notes-generator": "^12.1.0",
|
|
"@types/chai": "^4.2.16",
|
|
"@types/chai-as-promised": "^7.1.3",
|
|
"@types/chai-string": "^1.4.2",
|
|
"@types/chai-subset": "^1.3.3",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/node": "^20.4.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
"buffer": "^6.0.3",
|
|
"bytes": "^3.1.0",
|
|
"c8": "^9.0.0",
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-bites": "^0.1.2",
|
|
"chai-parentheses": "^0.0.2",
|
|
"chai-string": "^1.5.0",
|
|
"chai-subset": "^1.6.0",
|
|
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
"cors": "^2.8.5",
|
|
"depcheck": "^1.4.3",
|
|
"diff": "^5.1.0",
|
|
"electron-mocha-main": "^11.0.3",
|
|
"env-paths": "^3.0.0",
|
|
"esbuild": "^0.19.2",
|
|
"eslint": "^8.31.0",
|
|
"eslint-config-ipfs": "^6.0.0",
|
|
"eslint-plugin-etc": "^2.0.2",
|
|
"eslint-plugin-import": "^2.18.0",
|
|
"eslint-plugin-jsdoc": "^48.0.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"execa": "^8.0.1",
|
|
"extract-zip": "^2.0.1",
|
|
"fs-extra": "^11.1.0",
|
|
"gh-pages": "^6.0.0",
|
|
"globby": "^14.0.0",
|
|
"is-plain-obj": "^4.1.0",
|
|
"kleur": "^4.1.4",
|
|
"lilconfig": "^3.0.0",
|
|
"listr": "~0.14.2",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-gfm": "^3.0.0",
|
|
"mdast-util-gfm-footnote": "^2.0.0",
|
|
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
"mdast-util-gfm-table": "^2.0.0",
|
|
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
"micromark-extension-gfm": "^3.0.0",
|
|
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
"micromark-extension-gfm-table": "^2.0.0",
|
|
"micromark-extension-gfm-task-list-item": "^2.0.1",
|
|
"minimatch": "^9.0.0",
|
|
"mocha": "^10.0.0",
|
|
"npm-package-json-lint": "^7.0.0",
|
|
"nyc": "^15.1.0",
|
|
"p-map": "^7.0.1",
|
|
"p-queue": "^8.0.1",
|
|
"p-retry": "^6.0.0",
|
|
"pascalcase": "^2.0.0",
|
|
"path": "^0.12.7",
|
|
"playwright-test": "^14.0.0",
|
|
"polka": "^0.5.2",
|
|
"prompt": "^1.2.2",
|
|
"proper-lockfile": "^4.1.2",
|
|
"react-native-test-runner": "^5.0.0",
|
|
"read-pkg-up": "^11.0.0",
|
|
"rimraf": "^5.0.0",
|
|
"semantic-release": "^23.0.0",
|
|
"semver": "^7.3.8",
|
|
"source-map-support": "^0.5.20",
|
|
"strip-bom": "^5.0.0",
|
|
"strip-json-comments": "^5.0.0",
|
|
"strong-log-transformer": "^2.1.0",
|
|
"tempy": "^3.1.0",
|
|
"typedoc": "^0.25.0",
|
|
"typedoc-plugin-mdn-links": "^3.0.3",
|
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
"typescript": "^5.1.6",
|
|
"typescript-docs-verifier": "^2.5.0",
|
|
"update-notifier": "^7.0.0",
|
|
"wherearewe": "^2.0.1",
|
|
"yargs": "^17.1.1",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"bin": {
|
|
"aegir": "src/index.js"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/regexpp": "^4.4.0",
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/type-utils": "5.62.0",
|
|
"@typescript-eslint/utils": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"graphemer": "^1.4.0",
|
|
"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/aegir/node_modules/@typescript-eslint/parser": {
|
|
"version": "5.62.0",
|
|
"license": "BSD-2-Clause",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/@typescript-eslint/type-utils": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"@typescript-eslint/utils": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"tsutils": "^3.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/@typescript-eslint/types": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "5.62.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/@typescript-eslint/typescript-estree/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/aegir/node_modules/@typescript-eslint/utils": {
|
|
"version": "5.62.0",
|
|
"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.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"eslint-scope": "^5.1.1",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/aegir/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/aegir/node_modules/diff": {
|
|
"version": "5.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/aegir/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/aegir/node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/execa": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/fs-extra": {
|
|
"version": "11.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.14"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/get-stream": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/glob": {
|
|
"version": "10.3.10",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.3.5",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/globby": {
|
|
"version": "14.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/merge-streams": "^1.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"ignore": "^5.2.4",
|
|
"path-type": "^5.0.0",
|
|
"slash": "^5.1.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/globby/node_modules/slash": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/human-signals": {
|
|
"version": "5.0.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.17.0"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/is-plain-obj": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/lilconfig": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/path-type": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/rimraf": {
|
|
"version": "5.0.5",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^10.3.7"
|
|
},
|
|
"bin": {
|
|
"rimraf": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/strip-bom": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/strip-json-comments": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/aes-js": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz",
|
|
"integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw=="
|
|
},
|
|
"node_modules/agent-base": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"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": "6.12.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/ajv-errors": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ajv": ">=5.0.0"
|
|
}
|
|
},
|
|
"node_modules/ajv-formats": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
|
|
"integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ajv": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ajv-formats/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/ajv-formats/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
"dev": true
|
|
},
|
|
"node_modules/ajv-keywords": {
|
|
"version": "3.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ajv": "^6.9.1"
|
|
}
|
|
},
|
|
"node_modules/allure-commandline": {
|
|
"version": "2.27.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"allure": "bin/allure"
|
|
}
|
|
},
|
|
"node_modules/allure-js-commons": {
|
|
"version": "2.9.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"properties": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/allure-mocha": {
|
|
"version": "2.9.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"allure-js-commons": "2.9.2"
|
|
},
|
|
"peerDependencies": {
|
|
"mocha": ">=6.2.x"
|
|
}
|
|
},
|
|
"node_modules/ansi-align": {
|
|
"version": "3.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.1.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-align/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-align/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ansi-align/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-align/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-align/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-colors": {
|
|
"version": "4.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ansi-escapes": {
|
|
"version": "6.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ansi-escapes/node_modules/type-fest": {
|
|
"version": "3.13.1",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/ansi-sequence-parser": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/ansicolors": {
|
|
"version": "0.3.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/any-observable": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/any-signal": {
|
|
"version": "4.1.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"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-root-path": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/append-transform": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"default-require-extensions": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/arch": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/archy": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/are-docs-informative": {
|
|
"version": "0.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/arg": {
|
|
"version": "4.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "2.0.1",
|
|
"license": "Python-2.0"
|
|
},
|
|
"node_modules/argv-formatter": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"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",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/array-ify": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/array-includes": {
|
|
"version": "3.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"get-intrinsic": "^1.2.1",
|
|
"is-string": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-timsort": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/array-uniq": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.findlastindex": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"es-shim-unscopables": "^1.0.0",
|
|
"get-intrinsic": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flat": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"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.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/arraybuffer.prototype.slice": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.0",
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"get-intrinsic": "^1.2.1",
|
|
"is-array-buffer": "^3.0.2",
|
|
"is-shared-array-buffer": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/arrify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/asn1": {
|
|
"version": "0.2.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"node_modules/asn1js": {
|
|
"version": "3.0.5",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"pvtsutils": "^1.3.2",
|
|
"pvutils": "^1.1.3",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/assert": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"is-nan": "^1.3.2",
|
|
"object-is": "^1.1.5",
|
|
"object.assign": "^4.1.4",
|
|
"util": "^0.12.5"
|
|
}
|
|
},
|
|
"node_modules/assert/node_modules/util": {
|
|
"version": "0.12.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"is-arguments": "^1.0.4",
|
|
"is-generator-function": "^1.0.7",
|
|
"is-typed-array": "^1.1.3",
|
|
"which-typed-array": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/assertion-error": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/ast-types": {
|
|
"version": "0.13.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/async": {
|
|
"version": "3.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/asynckit": {
|
|
"version": "0.4.0",
|
|
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
"dev": true
|
|
},
|
|
"node_modules/at-least-node": {
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 4.0.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/b4a": {
|
|
"version": "1.6.6",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
"version": "0.4.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.22.6",
|
|
"@babel/helper-define-polyfill-provider": "^0.4.4",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
"version": "0.8.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.4.4",
|
|
"core-js-compat": "^3.33.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
"version": "0.5.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.4.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-transform-inline-environment-variables": {
|
|
"version": "0.4.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bare-events": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"optional": true
|
|
},
|
|
"node_modules/bare-fs": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bare-events": "^2.0.0",
|
|
"bare-os": "^2.0.0",
|
|
"bare-path": "^2.0.0",
|
|
"streamx": "^2.13.0"
|
|
}
|
|
},
|
|
"node_modules/bare-os": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"optional": true
|
|
},
|
|
"node_modules/bare-path": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bare-os": "^2.1.0"
|
|
}
|
|
},
|
|
"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/base64id": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^4.5.0 || >= 5.9"
|
|
}
|
|
},
|
|
"node_modules/basic-ftp": {
|
|
"version": "5.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/bcrypt-pbkdf": {
|
|
"version": "1.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"tweetnacl": "^0.14.3"
|
|
}
|
|
},
|
|
"node_modules/bech32": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz",
|
|
"integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ=="
|
|
},
|
|
"node_modules/before-after-hook": {
|
|
"version": "2.2.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"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/blork": {
|
|
"version": "9.3.0",
|
|
"license": "0BSD",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/bluebird": {
|
|
"version": "3.7.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bn.js": {
|
|
"version": "5.2.1",
|
|
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz",
|
|
"integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ=="
|
|
},
|
|
"node_modules/body-parser": {
|
|
"version": "1.20.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"content-type": "~1.0.5",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"on-finished": "2.4.1",
|
|
"qs": "6.11.0",
|
|
"raw-body": "2.5.2",
|
|
"type-is": "~1.6.18",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/boolean": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/bottleneck": {
|
|
"version": "2.19.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/boxen": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-align": "^3.0.1",
|
|
"camelcase": "^7.0.0",
|
|
"chalk": "^5.0.1",
|
|
"cli-boxes": "^3.0.0",
|
|
"string-width": "^5.1.2",
|
|
"type-fest": "^2.13.0",
|
|
"widest-line": "^4.0.1",
|
|
"wrap-ansi": "^8.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/boxen/node_modules/camelcase": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/boxen/node_modules/type-fest": {
|
|
"version": "2.19.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/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/brorand": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
|
|
"integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w=="
|
|
},
|
|
"node_modules/browser-process-hrtime": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
|
|
"integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
|
|
"dev": true
|
|
},
|
|
"node_modules/browser-stdout": {
|
|
"version": "1.3.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.22.2",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caniuse-lite": "^1.0.30001565",
|
|
"electron-to-chromium": "^1.4.601",
|
|
"node-releases": "^2.0.14",
|
|
"update-browserslist-db": "^1.0.13"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"node_modules/buffer": {
|
|
"version": "5.7.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"node_modules/buffer-crc32": {
|
|
"version": "0.2.13",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/buffer-from": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/buildcheck": {
|
|
"version": "0.0.6",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/builtin-modules": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/builtins": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/bytes": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/bytes-iec": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/bytes.js": {
|
|
"version": "0.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/c8": {
|
|
"version": "9.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@bcoe/v8-coverage": "^0.2.3",
|
|
"@istanbuljs/schema": "^0.1.3",
|
|
"find-up": "^5.0.0",
|
|
"foreground-child": "^3.1.1",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"istanbul-lib-report": "^3.0.1",
|
|
"istanbul-reports": "^3.1.6",
|
|
"test-exclude": "^6.0.0",
|
|
"v8-to-istanbul": "^9.0.0",
|
|
"yargs": "^17.7.2",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"bin": {
|
|
"c8": "bin/c8.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.14.0"
|
|
}
|
|
},
|
|
"node_modules/cacheable-lookup": {
|
|
"version": "5.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.6.0"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request": {
|
|
"version": "7.0.4",
|
|
"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/normalize-url": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/caching-transform": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hasha": "^5.0.0",
|
|
"make-dir": "^3.0.0",
|
|
"package-hash": "^4.0.0",
|
|
"write-file-atomic": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/callsite": {
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/callsites": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/camelcase": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/camelcase-keys": {
|
|
"version": "6.2.2",
|
|
"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/camelcase": {
|
|
"version": "5.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/camelcase-keys/node_modules/quick-lru": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/caniuse-lite": {
|
|
"version": "1.0.30001576",
|
|
"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/cardinal": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansicolors": "~0.3.2",
|
|
"redeyed": "~2.1.0"
|
|
},
|
|
"bin": {
|
|
"cdl": "bin/cdl.js"
|
|
}
|
|
},
|
|
"node_modules/catharsis": {
|
|
"version": "0.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.15"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/ccount": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/chai": {
|
|
"version": "4.3.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assertion-error": "^1.1.0",
|
|
"check-error": "^1.0.3",
|
|
"deep-eql": "^4.1.3",
|
|
"get-func-name": "^2.0.2",
|
|
"loupe": "^2.3.6",
|
|
"pathval": "^1.1.1",
|
|
"type-detect": "^4.0.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/chai-as-promised": {
|
|
"version": "7.1.1",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"check-error": "^1.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"chai": ">= 2.1.2 < 5"
|
|
}
|
|
},
|
|
"node_modules/chai-bites": {
|
|
"version": "0.1.2",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"peerDependencies": {
|
|
"chai": ">=2 <5"
|
|
}
|
|
},
|
|
"node_modules/chai-parentheses": {
|
|
"version": "0.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/chai-spies": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/chai-spies/-/chai-spies-1.1.0.tgz",
|
|
"integrity": "sha512-ikaUhQvQWchRYj2K54itFp3nrcxaFRpSDQxDlRzSn9aWgu9Pi7lD8yFxTso4WnQ39+WZ69oB/qOvqp+isJIIWA==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"chai": "*"
|
|
}
|
|
},
|
|
"node_modules/chai-string": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"chai": "^4.1.2"
|
|
}
|
|
},
|
|
"node_modules/chai-subset": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/chalk": {
|
|
"version": "5.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/chalk-template": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk-template?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/char-regex": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/character-entities": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/check-error": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-func-name": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"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/chokidar/node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/chownr": {
|
|
"version": "1.1.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/chrome-trace-event": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
}
|
|
},
|
|
"node_modules/chromium-bidi": {
|
|
"version": "0.5.9",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"mitt": "3.0.1",
|
|
"urlpattern-polyfill": "10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"devtools-protocol": "*"
|
|
}
|
|
},
|
|
"node_modules/ci-info": {
|
|
"version": "3.8.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/clean-stack": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/clear-module": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parent-module": "^2.0.0",
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cli-boxes": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/cli-spinners": {
|
|
"version": "2.9.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cli-table3": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "10.* || >= 12.*"
|
|
},
|
|
"optionalDependencies": {
|
|
"@colors/colors": "1.5.0"
|
|
}
|
|
},
|
|
"node_modules/cli-table3/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-table3/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cli-table3/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-table3/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-table3/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-truncate": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"slice-ansi": "^5.0.0",
|
|
"string-width": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cli-truncate/node_modules/emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cli-truncate/node_modules/string-width": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/clipboardy": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arch": "^2.2.0",
|
|
"execa": "^5.1.1",
|
|
"is-wsl": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/clipboardy/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/clipboardy/node_modules/human-signals": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
}
|
|
},
|
|
"node_modules/clipboardy/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/clipboardy/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/clipboardy/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/clipboardy/node_modules/onetime": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/clipboardy/node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/cliui": {
|
|
"version": "8.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cliui/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/cliui/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cliui/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cliui/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/clone": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/clone-response": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-response": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/code-point-at": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colorette": {
|
|
"version": "2.0.20",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colors": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/combined-stream": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"delayed-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "11.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/comment-json": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-timsort": "^1.0.3",
|
|
"core-util-is": "^1.0.3",
|
|
"esprima": "^4.0.1",
|
|
"has-own-prop": "^2.0.0",
|
|
"repeat-string": "^1.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/comment-parser": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
}
|
|
},
|
|
"node_modules/commondir": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/compare-func": {
|
|
"version": "2.0.0",
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/compressible": {
|
|
"version": "2.0.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": ">= 1.43.0 < 2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/compression": {
|
|
"version": "1.7.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.5",
|
|
"bytes": "3.0.0",
|
|
"compressible": "~2.0.16",
|
|
"debug": "2.6.9",
|
|
"on-headers": "~1.0.2",
|
|
"safe-buffer": "5.1.2",
|
|
"vary": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/compression/node_modules/bytes": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/compression/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/compression/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/compression/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/config-chain": {
|
|
"version": "1.1.13",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ini": "^1.3.4",
|
|
"proto-list": "~1.2.1"
|
|
}
|
|
},
|
|
"node_modules/config-chain/node_modules/ini": {
|
|
"version": "1.3.8",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/configstore": {
|
|
"version": "6.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dot-prop": "^6.0.1",
|
|
"graceful-fs": "^4.2.6",
|
|
"unique-string": "^3.0.0",
|
|
"write-file-atomic": "^3.0.3",
|
|
"xdg-basedir": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/yeoman/configstore?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/connect": {
|
|
"version": "3.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"finalhandler": "1.1.2",
|
|
"parseurl": "~1.3.3",
|
|
"utils-merge": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/connect/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/connect/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/content-disposition": {
|
|
"version": "0.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/content-type": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-angular": {
|
|
"version": "7.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"compare-func": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-conventionalcommits": {
|
|
"version": "7.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"compare-func": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"conventional-commits-filter": "^4.0.0",
|
|
"handlebars": "^4.7.7",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"meow": "^12.0.1",
|
|
"semver": "^7.5.2",
|
|
"split2": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"conventional-changelog-writer": "cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-filter": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-text-path": "^2.0.0",
|
|
"JSONStream": "^1.3.5",
|
|
"meow": "^12.0.1",
|
|
"split2": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"conventional-commits-parser": "cli.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/convert-source-map": {
|
|
"version": "1.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cookie": {
|
|
"version": "0.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/copy-file": {
|
|
"version": "11.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.11",
|
|
"p-event": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/core-js-compat": {
|
|
"version": "3.35.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.22.2"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/core-js"
|
|
}
|
|
},
|
|
"node_modules/core-util-is": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cors": {
|
|
"version": "2.8.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object-assign": "^4",
|
|
"vary": "^1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/cosmiconfig": {
|
|
"version": "7.1.0",
|
|
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
|
|
"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/cosmiconfig/node_modules/yaml": {
|
|
"version": "1.10.2",
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/cpu-features": {
|
|
"version": "0.0.9",
|
|
"hasInstallScript": true,
|
|
"optional": true,
|
|
"dependencies": {
|
|
"buildcheck": "~0.0.6",
|
|
"nan": "^2.17.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/cpy": {
|
|
"version": "11.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"copy-file": "^11.0.0",
|
|
"globby": "^13.2.2",
|
|
"junk": "^4.0.1",
|
|
"micromatch": "^4.0.5",
|
|
"p-filter": "^3.0.0",
|
|
"p-map": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpy/node_modules/aggregate-error": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-stack": "^4.0.0",
|
|
"indent-string": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpy/node_modules/clean-stack": {
|
|
"version": "4.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpy/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpy/node_modules/globby": {
|
|
"version": "13.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.3.0",
|
|
"ignore": "^5.2.4",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpy/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpy/node_modules/p-filter": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-map": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpy/node_modules/p-filter/node_modules/p-map": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpy/node_modules/p-map": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpy/node_modules/slash": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/create-require": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cross-fetch": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.12"
|
|
}
|
|
},
|
|
"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-random-string": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/crypto-random-string/node_modules/type-fest": {
|
|
"version": "1.4.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cspell": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspell/cspell-json-reporter": "8.3.2",
|
|
"@cspell/cspell-pipe": "8.3.2",
|
|
"@cspell/cspell-types": "8.3.2",
|
|
"@cspell/dynamic-import": "8.3.2",
|
|
"chalk": "^5.3.0",
|
|
"chalk-template": "^1.1.0",
|
|
"commander": "^11.1.0",
|
|
"cspell-gitignore": "8.3.2",
|
|
"cspell-glob": "8.3.2",
|
|
"cspell-io": "8.3.2",
|
|
"cspell-lib": "8.3.2",
|
|
"fast-glob": "^3.3.2",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"file-entry-cache": "^8.0.0",
|
|
"get-stdin": "^9.0.0",
|
|
"semver": "^7.5.4",
|
|
"strip-ansi": "^7.1.0",
|
|
"vscode-uri": "^3.0.8"
|
|
},
|
|
"bin": {
|
|
"cspell": "bin.mjs",
|
|
"cspell-esm": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/streetsidesoftware/cspell?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/cspell-config-lib": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspell/cspell-types": "8.3.2",
|
|
"comment-json": "^4.2.3",
|
|
"yaml": "^2.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/cspell-dictionary": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspell/cspell-pipe": "8.3.2",
|
|
"@cspell/cspell-types": "8.3.2",
|
|
"cspell-trie-lib": "8.3.2",
|
|
"fast-equals": "^5.0.1",
|
|
"gensequence": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/cspell-gitignore": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cspell-glob": "8.3.2",
|
|
"find-up-simple": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"cspell-gitignore": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/cspell-glob": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromatch": "^4.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/cspell-grammar": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspell/cspell-pipe": "8.3.2",
|
|
"@cspell/cspell-types": "8.3.2"
|
|
},
|
|
"bin": {
|
|
"cspell-grammar": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/cspell-io": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspell/cspell-service-bus": "8.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/cspell-lib": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspell/cspell-bundled-dicts": "8.3.2",
|
|
"@cspell/cspell-pipe": "8.3.2",
|
|
"@cspell/cspell-resolver": "8.3.2",
|
|
"@cspell/cspell-types": "8.3.2",
|
|
"@cspell/dynamic-import": "8.3.2",
|
|
"@cspell/strong-weak-map": "8.3.2",
|
|
"clear-module": "^4.1.2",
|
|
"comment-json": "^4.2.3",
|
|
"configstore": "^6.0.0",
|
|
"cspell-config-lib": "8.3.2",
|
|
"cspell-dictionary": "8.3.2",
|
|
"cspell-glob": "8.3.2",
|
|
"cspell-grammar": "8.3.2",
|
|
"cspell-io": "8.3.2",
|
|
"cspell-trie-lib": "8.3.2",
|
|
"fast-equals": "^5.0.1",
|
|
"gensequence": "^6.0.0",
|
|
"import-fresh": "^3.3.0",
|
|
"resolve-from": "^5.0.0",
|
|
"vscode-languageserver-textdocument": "^1.0.11",
|
|
"vscode-uri": "^3.0.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/cspell-trie-lib": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspell/cspell-pipe": "8.3.2",
|
|
"@cspell/cspell-types": "8.3.2",
|
|
"gensequence": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/cssom": {
|
|
"version": "0.5.0",
|
|
"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz",
|
|
"integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/cssstyle": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
|
|
"integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"cssom": "~0.3.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cssstyle/node_modules/cssom": {
|
|
"version": "0.3.8",
|
|
"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
|
|
"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
|
|
"dev": true
|
|
},
|
|
"node_modules/custom-event": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cycle": {
|
|
"version": "1.0.3",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/data-uri-to-buffer": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/data-urls": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
|
|
"integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"abab": "^2.0.6",
|
|
"whatwg-mimetype": "^3.0.0",
|
|
"whatwg-url": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/data-urls/node_modules/tr46": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
|
|
"integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"punycode": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/data-urls/node_modules/webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/data-urls/node_modules/whatwg-url": {
|
|
"version": "11.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
|
|
"integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"tr46": "^3.0.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/datastore-core": {
|
|
"version": "9.2.7",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/logger": "^4.0.1",
|
|
"err-code": "^3.0.1",
|
|
"interface-store": "^5.0.0",
|
|
"it-all": "^3.0.1",
|
|
"it-drain": "^3.0.1",
|
|
"it-filter": "^3.0.0",
|
|
"it-map": "^3.0.1",
|
|
"it-merge": "^3.0.1",
|
|
"it-pipe": "^3.0.0",
|
|
"it-pushable": "^3.0.0",
|
|
"it-sort": "^3.0.1",
|
|
"it-take": "^3.0.1",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/date-fns": {
|
|
"version": "1.30.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/date-format": {
|
|
"version": "4.0.14",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/decamelize": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/decamelize-keys": {
|
|
"version": "1.1.1",
|
|
"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",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/decimal.js": {
|
|
"version": "10.4.3",
|
|
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
|
|
"integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
|
|
"dev": true
|
|
},
|
|
"node_modules/decode-named-character-reference": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"character-entities": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/decompress-response": {
|
|
"version": "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/deep-eql": {
|
|
"version": "4.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-detect": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/deep-equal-in-any-order": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/deep-equal-in-any-order/-/deep-equal-in-any-order-2.0.6.tgz",
|
|
"integrity": "sha512-RfnWHQzph10YrUjvWwhd15Dne8ciSJcZ3U6OD7owPwiVwsdE5IFSoZGg8rlwJD11ES+9H5y8j3fCofviRHOqLQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"lodash.mapvalues": "^4.6.0",
|
|
"sort-any": "^2.0.0"
|
|
}
|
|
},
|
|
"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/deepmerge": {
|
|
"version": "4.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/deepmerge-ts": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/default-require-extensions": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strip-bom": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/default-require-extensions/node_modules/strip-bom": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"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-data-property": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.2.1",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/define-properties": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/degenerator": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ast-types": "^0.13.4",
|
|
"escodegen": "^2.1.0",
|
|
"esprima": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/degenerator/node_modules/escodegen": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^5.2.0",
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"escodegen": "bin/escodegen.js",
|
|
"esgenerate": "bin/esgenerate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/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/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/delay": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/denque": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/depcheck": {
|
|
"version": "1.4.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.23.0",
|
|
"@babel/traverse": "^7.23.2",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"callsite": "^1.0.0",
|
|
"camelcase": "^6.3.0",
|
|
"cosmiconfig": "^7.1.0",
|
|
"debug": "^4.3.4",
|
|
"deps-regex": "^0.2.0",
|
|
"findup-sync": "^5.0.0",
|
|
"ignore": "^5.2.4",
|
|
"is-core-module": "^2.12.0",
|
|
"js-yaml": "^3.14.1",
|
|
"json5": "^2.2.3",
|
|
"lodash": "^4.17.21",
|
|
"minimatch": "^7.4.6",
|
|
"multimatch": "^5.0.0",
|
|
"please-upgrade-node": "^3.2.0",
|
|
"readdirp": "^3.6.0",
|
|
"require-package-name": "^2.0.1",
|
|
"resolve": "^1.22.3",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.5.4",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"bin": {
|
|
"depcheck": "bin/depcheck.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/depcheck/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/depcheck/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/depcheck/node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/depcheck/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/depcheck/node_modules/cliui": {
|
|
"version": "7.0.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/depcheck/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/depcheck/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/depcheck/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/depcheck/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/depcheck/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/depcheck/node_modules/json5": {
|
|
"version": "2.2.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/depcheck/node_modules/minimatch": {
|
|
"version": "7.4.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/depcheck/node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/depcheck/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/depcheck/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/depcheck/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/depcheck/node_modules/yargs": {
|
|
"version": "16.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^7.0.2",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.0",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^20.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/depcheck/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/depd": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/deprecation": {
|
|
"version": "2.3.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/deps-regex": {
|
|
"version": "0.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dequal": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/destroy": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/detect-file": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/detect-indent": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
}
|
|
},
|
|
"node_modules/detect-newline": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/detect-node": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/devlop": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dequal": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/devtools-protocol": {
|
|
"version": "0.0.1249869",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/di": {
|
|
"version": "0.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/diff": {
|
|
"version": "4.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/dir-glob": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dns-over-http-resolver": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"receptacle": "^1.3.2"
|
|
}
|
|
},
|
|
"node_modules/dns-query": {
|
|
"version": "0.11.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@leichtgewicht/base64-codec": "^1.0.0",
|
|
"@leichtgewicht/dns-packet": "^6.0.2",
|
|
"@leichtgewicht/dns-socket": "^5.0.0",
|
|
"@leichtgewicht/ip-codec": "^2.0.4",
|
|
"utf8-codec": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"dns-query": "bin/dns-query"
|
|
}
|
|
},
|
|
"node_modules/docker-modem": {
|
|
"version": "3.0.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"readable-stream": "^3.5.0",
|
|
"split-ca": "^1.0.1",
|
|
"ssh2": "^1.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0"
|
|
}
|
|
},
|
|
"node_modules/dockerode": {
|
|
"version": "3.3.5",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@balena/dockerignore": "^1.0.2",
|
|
"docker-modem": "^3.0.0",
|
|
"tar-fs": "~2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0"
|
|
}
|
|
},
|
|
"node_modules/dockerode/node_modules/tar-fs": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/doctrine": {
|
|
"version": "3.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/dom-serialize": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"custom-event": "~1.0.0",
|
|
"ent": "~2.2.0",
|
|
"extend": "^3.0.0",
|
|
"void-elements": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/domexception": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz",
|
|
"integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==",
|
|
"deprecated": "Use your platform's native DOMException instead",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/domexception/node_modules/webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"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": "16.4.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/motdotla/dotenv?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/dotenv-flow": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dotenv": "^16.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
}
|
|
},
|
|
"node_modules/duplexer": {
|
|
"version": "0.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/duplexer2": {
|
|
"version": "0.1.4",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/duplexer2/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/duplexer2/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/duplexer2/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/duplexer2/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/ee-first": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/electron-mocha-main": {
|
|
"version": "11.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-colors": "^4.1.1",
|
|
"electron-window": "^0.8.0",
|
|
"fs-extra": "^10.0.0",
|
|
"mocha": "^9.1.1",
|
|
"wherearewe": "^1.0.0",
|
|
"which": "^2.0.2",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"bin": {
|
|
"electron-mocha": "bin/electron-mocha"
|
|
},
|
|
"engines": {
|
|
"node": ">= 7.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/ansi-colors": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/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/electron-mocha-main/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/electron-mocha-main/node_modules/chalk/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/cliui": {
|
|
"version": "7.0.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/debug": {
|
|
"version": "4.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/diff": {
|
|
"version": "5.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/electron-mocha-main/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-mocha-main/node_modules/glob": {
|
|
"version": "7.2.0",
|
|
"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/electron-mocha-main/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/log-symbols": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/mocha": {
|
|
"version": "9.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ungap/promise-all-settled": "1.1.2",
|
|
"ansi-colors": "4.1.1",
|
|
"browser-stdout": "1.3.1",
|
|
"chokidar": "3.5.3",
|
|
"debug": "4.3.3",
|
|
"diff": "5.0.0",
|
|
"escape-string-regexp": "4.0.0",
|
|
"find-up": "5.0.0",
|
|
"glob": "7.2.0",
|
|
"growl": "1.10.5",
|
|
"he": "1.2.0",
|
|
"js-yaml": "4.1.0",
|
|
"log-symbols": "4.1.0",
|
|
"minimatch": "4.2.1",
|
|
"ms": "2.1.3",
|
|
"nanoid": "3.3.1",
|
|
"serialize-javascript": "6.0.0",
|
|
"strip-json-comments": "3.1.1",
|
|
"supports-color": "8.1.1",
|
|
"which": "2.0.2",
|
|
"workerpool": "6.2.0",
|
|
"yargs": "16.2.0",
|
|
"yargs-parser": "20.2.4",
|
|
"yargs-unparser": "2.0.0"
|
|
},
|
|
"bin": {
|
|
"_mocha": "bin/_mocha",
|
|
"mocha": "bin/mocha"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mochajs"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/mocha/node_modules/minimatch": {
|
|
"version": "4.2.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/mocha/node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/nanoid": {
|
|
"version": "3.3.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/serialize-javascript": {
|
|
"version": "6.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/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/electron-mocha-main/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/wherearewe": {
|
|
"version": "1.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"is-electron": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/workerpool": {
|
|
"version": "6.2.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/electron-mocha-main/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/electron-mocha-main/node_modules/yargs": {
|
|
"version": "16.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^7.0.2",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.0",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^20.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/node_modules/yargs-parser": {
|
|
"version": "20.2.4",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.4.630",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/electron-window": {
|
|
"version": "0.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-electron-renderer": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/elegant-spinner": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/elliptic": {
|
|
"version": "6.5.4",
|
|
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
|
|
"integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
|
|
"dependencies": {
|
|
"bn.js": "^4.11.9",
|
|
"brorand": "^1.1.0",
|
|
"hash.js": "^1.0.0",
|
|
"hmac-drbg": "^1.0.1",
|
|
"inherits": "^2.0.4",
|
|
"minimalistic-assert": "^1.0.1",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/elliptic/node_modules/bn.js": {
|
|
"version": "4.12.0",
|
|
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
|
|
"integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
|
|
},
|
|
"node_modules/email-addresses": {
|
|
"version": "5.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/emojilib": {
|
|
"version": "2.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/encodeurl": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/end-of-stream": {
|
|
"version": "1.4.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/engine.io": {
|
|
"version": "6.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/cookie": "^0.4.1",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/node": ">=10.0.0",
|
|
"accepts": "~1.3.4",
|
|
"base64id": "2.0.0",
|
|
"cookie": "~0.4.1",
|
|
"cors": "~2.8.5",
|
|
"debug": "~4.3.1",
|
|
"engine.io-parser": "~5.2.1",
|
|
"ws": "~8.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.2.0"
|
|
}
|
|
},
|
|
"node_modules/engine.io-parser": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/engine.io/node_modules/ws": {
|
|
"version": "8.11.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/enhanced-resolve": {
|
|
"version": "5.15.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.4",
|
|
"tapable": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/enquirer": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-colors": "^4.1.1",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/enquirer/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/enquirer/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ent": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"funding": {
|
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/env-ci": {
|
|
"version": "11.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^8.0.0",
|
|
"java-properties": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17 || >=20.6.1"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/execa": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/get-stream": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/human-signals": {
|
|
"version": "5.0.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.17.0"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/env-paths": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/err-code": {
|
|
"version": "3.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/error-ex": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"node_modules/es-abstract": {
|
|
"version": "1.22.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.0",
|
|
"arraybuffer.prototype.slice": "^1.0.2",
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"es-set-tostringtag": "^2.0.1",
|
|
"es-to-primitive": "^1.2.1",
|
|
"function.prototype.name": "^1.1.6",
|
|
"get-intrinsic": "^1.2.1",
|
|
"get-symbol-description": "^1.0.0",
|
|
"globalthis": "^1.0.3",
|
|
"gopd": "^1.0.1",
|
|
"has": "^1.0.3",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.5",
|
|
"is-array-buffer": "^3.0.2",
|
|
"is-callable": "^1.2.7",
|
|
"is-negative-zero": "^2.0.2",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.2",
|
|
"is-string": "^1.0.7",
|
|
"is-typed-array": "^1.1.12",
|
|
"is-weakref": "^1.0.2",
|
|
"object-inspect": "^1.12.3",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.4",
|
|
"regexp.prototype.flags": "^1.5.1",
|
|
"safe-array-concat": "^1.0.1",
|
|
"safe-regex-test": "^1.0.0",
|
|
"string.prototype.trim": "^1.2.8",
|
|
"string.prototype.trimend": "^1.0.7",
|
|
"string.prototype.trimstart": "^1.0.7",
|
|
"typed-array-buffer": "^1.0.0",
|
|
"typed-array-byte-length": "^1.0.0",
|
|
"typed-array-byte-offset": "^1.0.0",
|
|
"typed-array-length": "^1.0.4",
|
|
"unbox-primitive": "^1.0.2",
|
|
"which-typed-array": "^1.1.11"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-module-lexer": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"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"
|
|
},
|
|
"node_modules/esbuild": {
|
|
"version": "0.19.11",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/aix-ppc64": "0.19.11",
|
|
"@esbuild/android-arm": "0.19.11",
|
|
"@esbuild/android-arm64": "0.19.11",
|
|
"@esbuild/android-x64": "0.19.11",
|
|
"@esbuild/darwin-arm64": "0.19.11",
|
|
"@esbuild/darwin-x64": "0.19.11",
|
|
"@esbuild/freebsd-arm64": "0.19.11",
|
|
"@esbuild/freebsd-x64": "0.19.11",
|
|
"@esbuild/linux-arm": "0.19.11",
|
|
"@esbuild/linux-arm64": "0.19.11",
|
|
"@esbuild/linux-ia32": "0.19.11",
|
|
"@esbuild/linux-loong64": "0.19.11",
|
|
"@esbuild/linux-mips64el": "0.19.11",
|
|
"@esbuild/linux-ppc64": "0.19.11",
|
|
"@esbuild/linux-riscv64": "0.19.11",
|
|
"@esbuild/linux-s390x": "0.19.11",
|
|
"@esbuild/linux-x64": "0.19.11",
|
|
"@esbuild/netbsd-x64": "0.19.11",
|
|
"@esbuild/openbsd-x64": "0.19.11",
|
|
"@esbuild/sunos-x64": "0.19.11",
|
|
"@esbuild/win32-arm64": "0.19.11",
|
|
"@esbuild/win32-ia32": "0.19.11",
|
|
"@esbuild/win32-x64": "0.19.11"
|
|
}
|
|
},
|
|
"node_modules/esbuild-plugin-wasm": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://ko-fi.com/tschrock"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escape-goat": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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": "1.14.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^4.2.0",
|
|
"esutils": "^2.0.2",
|
|
"optionator": "^0.8.1"
|
|
},
|
|
"bin": {
|
|
"escodegen": "bin/escodegen.js",
|
|
"esgenerate": "bin/esgenerate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/escodegen/node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/escodegen/node_modules/levn": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/escodegen/node_modules/type-check": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "~1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/eslint": {
|
|
"version": "8.56.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.6.1",
|
|
"@eslint/eslintrc": "^2.1.4",
|
|
"@eslint/js": "8.56.0",
|
|
"@humanwhocodes/config-array": "^0.11.13",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
"@ungap/structured-clone": "^1.2.0",
|
|
"ajv": "^6.12.4",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.3.2",
|
|
"doctrine": "^3.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"eslint-scope": "^7.2.2",
|
|
"eslint-visitor-keys": "^3.4.3",
|
|
"espree": "^9.6.1",
|
|
"esquery": "^1.4.2",
|
|
"esutils": "^2.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-entry-cache": "^6.0.1",
|
|
"find-up": "^5.0.0",
|
|
"glob-parent": "^6.0.2",
|
|
"globals": "^13.19.0",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"is-path-inside": "^3.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"minimatch": "^3.1.2",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"text-table": "^0.2.0"
|
|
},
|
|
"bin": {
|
|
"eslint": "bin/eslint.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-compat-utils": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs": {
|
|
"version": "6.0.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
"@typescript-eslint/parser": "^5.23.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-config-standard-with-typescript": "^37.0.0",
|
|
"eslint-plugin-etc": "^2.0.2",
|
|
"eslint-plugin-import": "^2.18.0",
|
|
"eslint-plugin-jsdoc": "^46.4.4",
|
|
"eslint-plugin-no-only-tests": "^3.0.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/regexpp": "^4.4.0",
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/type-utils": "5.62.0",
|
|
"@typescript-eslint/utils": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"graphemer": "^1.4.0",
|
|
"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/eslint-config-ipfs/node_modules/@typescript-eslint/parser": {
|
|
"version": "5.62.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/node_modules/@typescript-eslint/type-utils": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"@typescript-eslint/utils": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"tsutils": "^3.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/node_modules/@typescript-eslint/types": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "5.62.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/node_modules/@typescript-eslint/utils": {
|
|
"version": "5.62.0",
|
|
"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.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"eslint-scope": "^5.1.1",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "5.62.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/node_modules/eslint-config-standard-with-typescript": {
|
|
"version": "37.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": "^5.52.0",
|
|
"eslint-config-standard": "17.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
|
"eslint": "^8.0.1",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
|
|
"eslint-plugin-promise": "^6.0.0",
|
|
"typescript": "*"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/node_modules/eslint-plugin-jsdoc": {
|
|
"version": "46.10.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@es-joy/jsdoccomment": "~0.41.0",
|
|
"are-docs-informative": "^0.0.2",
|
|
"comment-parser": "1.4.1",
|
|
"debug": "^4.3.4",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"esquery": "^1.5.0",
|
|
"is-builtin-module": "^3.2.1",
|
|
"semver": "^7.5.4",
|
|
"spdx-expression-parse": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/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-config-ipfs/node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs/node_modules/spdx-expression-parse": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-prettier": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"eslint-config-prettier": "bin/cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-standard": {
|
|
"version": "17.1.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",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.0.1",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
|
|
"eslint-plugin-promise": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-etc": {
|
|
"version": "5.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/experimental-utils": "^5.0.0",
|
|
"tsutils": "^3.17.1",
|
|
"tsutils-etc": "^1.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.0.0",
|
|
"typescript": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node": {
|
|
"version": "0.3.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"is-core-module": "^2.13.0",
|
|
"resolve": "^1.22.4"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils": {
|
|
"version": "2.8.0",
|
|
"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-es": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-utils": "^2.0.0",
|
|
"regexpp": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mysticatea"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=4.19.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-es-x": {
|
|
"version": "7.5.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.1.2",
|
|
"@eslint-community/regexpp": "^4.6.0",
|
|
"eslint-compat-utils": "^0.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ota-meshi"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-eslint-comments": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5",
|
|
"ignore": "^5.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mysticatea"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=4.19.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-eslint-comments/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-etc": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@phenomnomnominal/tsquery": "^5.0.0",
|
|
"@typescript-eslint/experimental-utils": "^5.0.0",
|
|
"eslint-etc": "^5.1.0",
|
|
"requireindex": "~1.2.0",
|
|
"tslib": "^2.0.0",
|
|
"tsutils": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.0.0",
|
|
"typescript": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-functional": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "ko-fi",
|
|
"url": "https://ko-fi.com/rebeccastevens"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/utils": "^6.2.0",
|
|
"deepmerge-ts": "^5.1.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"is-immutable-type": "^2.0.1",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.0.0",
|
|
"typescript": ">=4.3.5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import": {
|
|
"version": "2.28.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.findlastindex": "^1.2.2",
|
|
"array.prototype.flat": "^1.3.1",
|
|
"array.prototype.flatmap": "^1.3.1",
|
|
"debug": "^3.2.7",
|
|
"doctrine": "^2.1.0",
|
|
"eslint-import-resolver-node": "^0.3.7",
|
|
"eslint-module-utils": "^2.8.0",
|
|
"has": "^1.0.3",
|
|
"is-core-module": "^2.13.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^3.1.2",
|
|
"object.fromentries": "^2.0.6",
|
|
"object.groupby": "^1.0.0",
|
|
"object.values": "^1.1.6",
|
|
"semver": "^6.3.1",
|
|
"tsconfig-paths": "^3.14.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"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.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsdoc": {
|
|
"version": "48.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@es-joy/jsdoccomment": "~0.41.0",
|
|
"are-docs-informative": "^0.0.2",
|
|
"comment-parser": "1.4.1",
|
|
"debug": "^4.3.4",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"esquery": "^1.5.0",
|
|
"is-builtin-module": "^3.2.1",
|
|
"semver": "^7.5.4",
|
|
"spdx-expression-parse": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsdoc/node_modules/spdx-expression-parse": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-n": {
|
|
"version": "16.6.2",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
"builtins": "^5.0.1",
|
|
"eslint-plugin-es-x": "^7.5.0",
|
|
"get-tsconfig": "^4.7.0",
|
|
"globals": "^13.24.0",
|
|
"ignore": "^5.2.4",
|
|
"is-builtin-module": "^3.2.1",
|
|
"is-core-module": "^2.12.1",
|
|
"minimatch": "^3.1.2",
|
|
"resolve": "^1.22.2",
|
|
"semver": "^7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mysticatea"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-no-only-tests": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=5.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-node": {
|
|
"version": "11.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-plugin-es": "^3.0.0",
|
|
"eslint-utils": "^2.0.0",
|
|
"ignore": "^5.1.1",
|
|
"minimatch": "^3.0.4",
|
|
"resolve": "^1.10.1",
|
|
"semver": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=5.16.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-node/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-prettier": {
|
|
"version": "5.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prettier-linter-helpers": "^1.0.0",
|
|
"synckit": "^0.8.6"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint-plugin-prettier"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/eslint": ">=8.0.0",
|
|
"eslint": ">=8.0.0",
|
|
"eslint-config-prettier": "*",
|
|
"prettier": ">=3.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/eslint": {
|
|
"optional": true
|
|
},
|
|
"eslint-config-prettier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-promise": {
|
|
"version": "6.1.1",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-scope": {
|
|
"version": "7.2.2",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-utils": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint-visitor-keys": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mysticatea"
|
|
}
|
|
},
|
|
"node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
"version": "1.3.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/eslint-visitor-keys": {
|
|
"version": "3.4.3",
|
|
"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/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/eslint/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/eslint/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/eslint/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/eslint/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/eslint/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/espree": {
|
|
"version": "9.6.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^8.9.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/esprima": {
|
|
"version": "4.0.1",
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/esquery": {
|
|
"version": "1.5.0",
|
|
"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/estimo": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sitespeed.io/tracium": "^0.3.3",
|
|
"commander": "^12.0.0",
|
|
"find-chrome-bin": "2.0.2",
|
|
"nanoid": "5.0.6",
|
|
"puppeteer-core": "22.2.0"
|
|
},
|
|
"bin": {
|
|
"estimo": "scripts/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/estimo/node_modules/commander": {
|
|
"version": "12.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estree-walker": {
|
|
"version": "2.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/esutils": {
|
|
"version": "2.0.3",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ethereum-cryptography": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-2.1.3.tgz",
|
|
"integrity": "sha512-BlwbIL7/P45W8FGW2r7LGuvoEZ+7PWsniMvQ4p5s2xCyw9tmaDlpfsN9HjAucbF+t/qpVHwZUisgfK24TCW8aA==",
|
|
"dependencies": {
|
|
"@noble/curves": "1.3.0",
|
|
"@noble/hashes": "1.3.3",
|
|
"@scure/bip32": "1.3.3",
|
|
"@scure/bip39": "1.2.2"
|
|
}
|
|
},
|
|
"node_modules/ethers": {
|
|
"version": "5.7.2",
|
|
"resolved": "https://registry.npmjs.org/ethers/-/ethers-5.7.2.tgz",
|
|
"integrity": "sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@ethersproject/abi": "5.7.0",
|
|
"@ethersproject/abstract-provider": "5.7.0",
|
|
"@ethersproject/abstract-signer": "5.7.0",
|
|
"@ethersproject/address": "5.7.0",
|
|
"@ethersproject/base64": "5.7.0",
|
|
"@ethersproject/basex": "5.7.0",
|
|
"@ethersproject/bignumber": "5.7.0",
|
|
"@ethersproject/bytes": "5.7.0",
|
|
"@ethersproject/constants": "5.7.0",
|
|
"@ethersproject/contracts": "5.7.0",
|
|
"@ethersproject/hash": "5.7.0",
|
|
"@ethersproject/hdnode": "5.7.0",
|
|
"@ethersproject/json-wallets": "5.7.0",
|
|
"@ethersproject/keccak256": "5.7.0",
|
|
"@ethersproject/logger": "5.7.0",
|
|
"@ethersproject/networks": "5.7.1",
|
|
"@ethersproject/pbkdf2": "5.7.0",
|
|
"@ethersproject/properties": "5.7.0",
|
|
"@ethersproject/providers": "5.7.2",
|
|
"@ethersproject/random": "5.7.0",
|
|
"@ethersproject/rlp": "5.7.0",
|
|
"@ethersproject/sha2": "5.7.0",
|
|
"@ethersproject/signing-key": "5.7.0",
|
|
"@ethersproject/solidity": "5.7.0",
|
|
"@ethersproject/strings": "5.7.0",
|
|
"@ethersproject/transactions": "5.7.0",
|
|
"@ethersproject/units": "5.7.0",
|
|
"@ethersproject/wallet": "5.7.0",
|
|
"@ethersproject/web": "5.7.1",
|
|
"@ethersproject/wordlists": "5.7.0"
|
|
}
|
|
},
|
|
"node_modules/event-iterator": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/eventemitter3": {
|
|
"version": "5.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/events": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.x"
|
|
}
|
|
},
|
|
"node_modules/exit-hook": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/expand-tilde": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"homedir-polyfill": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/extend": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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/eyes": {
|
|
"version": "0.1.8",
|
|
"engines": {
|
|
"node": "> 0.1.90"
|
|
}
|
|
},
|
|
"node_modules/fast-check": {
|
|
"version": "3.15.1",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/dubzzz"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fast-check"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pure-rand": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-diff": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/fast-equals": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/fast-fifo": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
"glob-parent": "^5.1.2",
|
|
"merge2": "^1.3.0",
|
|
"micromatch": "^4.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/fast-glob/node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-levenshtein": {
|
|
"version": "2.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-url-parser": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"punycode": "^1.3.2"
|
|
}
|
|
},
|
|
"node_modules/fast-url-parser/node_modules/punycode": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fastq": {
|
|
"version": "1.15.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/fd-slicer": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pend": "~1.2.0"
|
|
}
|
|
},
|
|
"node_modules/figures": {
|
|
"version": "1.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5",
|
|
"object-assign": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache/node_modules/flat-cache": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.2.9",
|
|
"keyv": "^4.5.4",
|
|
"rimraf": "^5.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache/node_modules/glob": {
|
|
"version": "10.3.10",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.3.5",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache/node_modules/rimraf": {
|
|
"version": "5.0.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^10.3.7"
|
|
},
|
|
"bin": {
|
|
"rimraf": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/filename-reserved-regex": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/filenamify": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"filename-reserved-regex": "^2.0.0",
|
|
"strip-outer": "^1.0.1",
|
|
"trim-repeated": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"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/finalhandler": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "2.6.9",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"on-finished": "~2.3.0",
|
|
"parseurl": "~1.3.3",
|
|
"statuses": "~1.5.0",
|
|
"unpipe": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/finalhandler/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/finalhandler/node_modules/on-finished": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ee-first": "1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir": {
|
|
"version": "3.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commondir": "^1.0.1",
|
|
"make-dir": "^3.0.2",
|
|
"pkg-dir": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/avajs/find-cache-dir?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/find-chrome-bin": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@puppeteer/browsers": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"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-up-simple": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/find-versions": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver-regex": "^4.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/find-yarn-workspace-root": {
|
|
"version": "2.0.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"micromatch": "^4.0.2"
|
|
}
|
|
},
|
|
"node_modules/findup-sync": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"detect-file": "^1.0.0",
|
|
"is-glob": "^4.0.3",
|
|
"micromatch": "^4.0.4",
|
|
"resolve-dir": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
},
|
|
"node_modules/flat": {
|
|
"version": "5.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"bin": {
|
|
"flat": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/flat-cache": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.2.9",
|
|
"keyv": "^4.5.3",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/flatted": {
|
|
"version": "3.2.9",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.15.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"debug": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/for-each": {
|
|
"version": "0.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-callable": "^1.1.3"
|
|
}
|
|
},
|
|
"node_modules/foreground-child": {
|
|
"version": "3.1.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/form-data": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/form-data-encoder": {
|
|
"version": "2.1.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14.17"
|
|
}
|
|
},
|
|
"node_modules/from2": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/from2/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/from2/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/from2/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/from2/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/fromentries": {
|
|
"version": "1.3.2",
|
|
"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/fs-constants": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"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/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/fsevents": {
|
|
"version": "2.3.3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
}
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/function.prototype.name": {
|
|
"version": "1.1.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"functions-have-names": "^1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/functions-have-names": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/gensequence": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"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-east-asian-width": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/get-func-name": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1",
|
|
"has": "^1.0.3",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-iterator": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/get-package-type": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/get-stdin": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/get-stream": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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.7.2",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"resolve-pkg-maps": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/get-uri": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"basic-ftp": "^5.0.2",
|
|
"data-uri-to-buffer": "^6.0.2",
|
|
"debug": "^4.3.4",
|
|
"fs-extra": "^11.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/get-uri/node_modules/fs-extra": {
|
|
"version": "11.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.14"
|
|
}
|
|
},
|
|
"node_modules/get-uri/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/get-uri/node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/gh-pages": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^3.2.4",
|
|
"commander": "^11.0.0",
|
|
"email-addresses": "^5.0.0",
|
|
"filenamify": "^4.3.0",
|
|
"find-cache-dir": "^3.3.1",
|
|
"fs-extra": "^11.1.1",
|
|
"globby": "^6.1.0"
|
|
},
|
|
"bin": {
|
|
"gh-pages": "bin/gh-pages.js",
|
|
"gh-pages-clean": "bin/gh-pages-clean.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/gh-pages/node_modules/array-union": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-uniq": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gh-pages/node_modules/fs-extra": {
|
|
"version": "11.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.14"
|
|
}
|
|
},
|
|
"node_modules/gh-pages/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/gh-pages/node_modules/globby": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^1.0.1",
|
|
"glob": "^7.0.3",
|
|
"object-assign": "^4.0.1",
|
|
"pify": "^2.0.0",
|
|
"pinkie-promise": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gh-pages/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/gh-pages/node_modules/pify": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gh-pages/node_modules/universalify": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/git-log-parser": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argv-formatter": "~1.0.0",
|
|
"spawn-error-forwarder": "~1.0.0",
|
|
"split2": "~1.0.0",
|
|
"stream-combiner2": "~1.1.1",
|
|
"through2": "~2.0.0",
|
|
"traverse": "~0.6.6"
|
|
}
|
|
},
|
|
"node_modules/git-log-parser/node_modules/split2": {
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"through2": "~2.0.0"
|
|
}
|
|
},
|
|
"node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"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/glob-parent": {
|
|
"version": "6.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/glob-to-regexp": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/glob/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/global-agent": {
|
|
"version": "3.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"optional": 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/global-directory": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ini": "4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/global-directory/node_modules/ini": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/global-dirs": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ini": "2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/global-modules": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"global-prefix": "^1.0.1",
|
|
"is-windows": "^1.0.1",
|
|
"resolve-dir": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/global-prefix": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"expand-tilde": "^2.0.2",
|
|
"homedir-polyfill": "^1.0.1",
|
|
"ini": "^1.3.4",
|
|
"is-windows": "^1.0.1",
|
|
"which": "^1.2.14"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/global-prefix/node_modules/ini": {
|
|
"version": "1.3.8",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/global-prefix/node_modules/which": {
|
|
"version": "1.3.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"which": "bin/which"
|
|
}
|
|
},
|
|
"node_modules/globals": {
|
|
"version": "13.24.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/globalthis": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-properties": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/globby": {
|
|
"version": "11.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.9",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/gopd": {
|
|
"version": "1.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/graphemer": {
|
|
"version": "1.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/growl": {
|
|
"version": "1.10.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.x"
|
|
}
|
|
},
|
|
"node_modules/handlebars": {
|
|
"version": "4.7.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.5",
|
|
"neo-async": "^2.6.2",
|
|
"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/hard-rejection": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/has": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/has-ansi": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-ansi/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/has-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-own-prop": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"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/hash.js": {
|
|
"version": "1.1.7",
|
|
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
|
|
"integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"minimalistic-assert": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/hasha": {
|
|
"version": "5.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-stream": "^2.0.0",
|
|
"type-fest": "^0.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/hasha/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/hasha/node_modules/type-fest": {
|
|
"version": "0.8.1",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/he": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"he": "bin/he"
|
|
}
|
|
},
|
|
"node_modules/hi-base32": {
|
|
"version": "0.5.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hmac-drbg": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
|
|
"integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
|
|
"dependencies": {
|
|
"hash.js": "^1.0.3",
|
|
"minimalistic-assert": "^1.0.0",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/homedir-polyfill": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parse-passwd": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/hook-std": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/html-encoding-sniffer": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz",
|
|
"integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"whatwg-encoding": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/html-escaper": {
|
|
"version": "2.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/http-cache-semantics": {
|
|
"version": "4.1.1",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"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-errors/node_modules/statuses": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/http-proxy": {
|
|
"version": "1.18.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eventemitter3": "^4.0.0",
|
|
"follow-redirects": "^1.0.0",
|
|
"requires-port": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/http-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/http-proxy/node_modules/eventemitter3": {
|
|
"version": "4.0.7",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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": "7.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/husky": {
|
|
"version": "8.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"husky": "lib/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/typicode"
|
|
}
|
|
},
|
|
"node_modules/iconv-lite": {
|
|
"version": "0.4.24",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ieee754": {
|
|
"version": "1.2.1",
|
|
"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-loader": {
|
|
"version": "0.1.2",
|
|
"dev": true
|
|
},
|
|
"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/parent-module": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/import-fresh/node_modules/resolve-from": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/import-from-esm": {
|
|
"version": "1.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"import-meta-resolve": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.20"
|
|
}
|
|
},
|
|
"node_modules/import-lazy": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/import-meta-resolve": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/imurmurhash": {
|
|
"version": "0.1.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.19"
|
|
}
|
|
},
|
|
"node_modules/indent-string": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/index-to-position": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ini": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/interface-datastore": {
|
|
"version": "8.2.10",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"interface-store": "^5.0.0",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/interface-store": {
|
|
"version": "5.1.4",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"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/into-stream": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"from2": "^2.3.0",
|
|
"p-is-promise": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ip-address": {
|
|
"version": "9.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsbn": "1.1.0",
|
|
"sprintf-js": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/ip-regex": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ipaddr.js": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/irregular-plurals": {
|
|
"version": "3.5.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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-builtin-module": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"builtin-modules": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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.13.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-date-object": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-electron": {
|
|
"version": "2.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-electron-renderer": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-fullwidth-code-point": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-generator-function": {
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-immutable-type": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/type-utils": "^6.0.0",
|
|
"ts-api-utils": "^1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "*",
|
|
"typescript": ">=4.7.4"
|
|
}
|
|
},
|
|
"node_modules/is-in-ci": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-in-ci": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-installed-globally": {
|
|
"version": "0.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"global-dirs": "^3.0.0",
|
|
"is-path-inside": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-interactive": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-loopback-addr": {
|
|
"version": "2.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-module": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-nan": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.0",
|
|
"define-properties": "^1.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"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-network-error": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-npm": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.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-obj": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-observable": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"symbol-observable": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"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": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-plain-object": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz",
|
|
"integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-port-reachable": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-potential-custom-element-name": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
|
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/is-promise": {
|
|
"version": "2.2.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-reference": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"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-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-stream": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"text-extensions": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-typed-array": {
|
|
"version": "1.1.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"which-typed-array": "^1.1.11"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-typedarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-unicode-supported": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-uuid": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"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-windows": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-wsl": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-wsl/node_modules/is-docker": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/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/isomorphic-fetch": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.1",
|
|
"whatwg-fetch": "^3.4.1"
|
|
}
|
|
},
|
|
"node_modules/isstream": {
|
|
"version": "0.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/issue-parser": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.capitalize": "^4.2.1",
|
|
"lodash.escaperegexp": "^4.1.2",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.isstring": "^4.0.1",
|
|
"lodash.uniqby": "^4.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-coverage": {
|
|
"version": "3.2.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-hook": {
|
|
"version": "3.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"append-transform": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-instrument": {
|
|
"version": "4.0.3",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@babel/core": "^7.7.5",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-instrument/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-processinfo": {
|
|
"version": "2.0.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"archy": "^1.0.0",
|
|
"cross-spawn": "^7.0.3",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"p-map": "^3.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-processinfo/node_modules/p-map": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-processinfo/node_modules/uuid": {
|
|
"version": "8.3.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-report": {
|
|
"version": "3.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"make-dir": "^4.0.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-report/node_modules/make-dir": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-report/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.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-reports": {
|
|
"version": "3.1.6",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"html-escaper": "^2.0.0",
|
|
"istanbul-lib-report": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/it-all": {
|
|
"version": "3.0.4",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/it-byte-stream": {
|
|
"version": "1.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-pushable": "^3.2.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arraylist": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/it-drain": {
|
|
"version": "3.0.3",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/it-filter": {
|
|
"version": "3.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-peekable": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-first": {
|
|
"version": "3.0.4",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/it-length-prefixed": {
|
|
"version": "9.0.4",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"it-reader": "^6.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8-varint": "^2.0.1",
|
|
"uint8arraylist": "^2.0.0",
|
|
"uint8arrays": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-length-prefixed-stream": {
|
|
"version": "1.1.5",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-byte-stream": "^1.0.0",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8-varint": "^2.0.1",
|
|
"uint8arraylist": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/it-map": {
|
|
"version": "3.0.4",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-peekable": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-merge": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-pushable": "^3.2.0"
|
|
}
|
|
},
|
|
"node_modules/it-ndjson": {
|
|
"version": "1.0.4",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/it-pair": {
|
|
"version": "2.0.6",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-stream-types": "^2.0.1",
|
|
"p-defer": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-parallel": {
|
|
"version": "3.0.6",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"p-defer": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-peekable": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/it-pipe": {
|
|
"version": "3.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-merge": "^3.0.0",
|
|
"it-pushable": "^3.1.2",
|
|
"it-stream-types": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-protobuf-stream": {
|
|
"version": "1.1.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-length-prefixed-stream": "^1.0.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/it-pushable": {
|
|
"version": "3.2.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"p-defer": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-reader": {
|
|
"version": "6.0.4",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arraylist": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-sort": {
|
|
"version": "3.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-all": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-stream-types": {
|
|
"version": "2.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-take": {
|
|
"version": "3.0.3",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/it-to-buffer": {
|
|
"version": "4.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"uint8arrays": "^4.0.2"
|
|
}
|
|
},
|
|
"node_modules/it-to-buffer/node_modules/uint8arrays": {
|
|
"version": "4.0.10",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/it-ws": {
|
|
"version": "6.1.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@types/ws": "^8.2.2",
|
|
"event-iterator": "^2.0.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arrays": "^5.0.0",
|
|
"ws": "^8.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/jackspeak": {
|
|
"version": "2.3.6",
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"@isaacs/cliui": "^8.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
},
|
|
"optionalDependencies": {
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
}
|
|
},
|
|
"node_modules/java-properties": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/jest-worker": {
|
|
"version": "27.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*",
|
|
"merge-stream": "^2.0.0",
|
|
"supports-color": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
}
|
|
},
|
|
"node_modules/js-sha3": {
|
|
"version": "0.9.2",
|
|
"license": "MIT"
|
|
},
|
|
"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/js2xmlparser": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"xmlcreate": "^2.0.4"
|
|
}
|
|
},
|
|
"node_modules/jsbn": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsdoc": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.15",
|
|
"@jsdoc/salty": "^0.2.1",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"bluebird": "^3.7.2",
|
|
"catharsis": "^0.9.0",
|
|
"escape-string-regexp": "^2.0.0",
|
|
"js2xmlparser": "^4.0.2",
|
|
"klaw": "^3.0.0",
|
|
"markdown-it": "^12.3.2",
|
|
"markdown-it-anchor": "^8.4.1",
|
|
"marked": "^4.0.10",
|
|
"mkdirp": "^1.0.4",
|
|
"requizzle": "^0.2.3",
|
|
"strip-json-comments": "^3.1.0",
|
|
"underscore": "~1.13.2"
|
|
},
|
|
"bin": {
|
|
"jsdoc": "jsdoc.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/jsdoc-type-pratt-parser": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/jsdoc/node_modules/escape-string-regexp": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/jsdoc/node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/jsdom": {
|
|
"version": "19.0.0",
|
|
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz",
|
|
"integrity": "sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==",
|
|
"dev": true,
|
|
"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/jsdom-global": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/jsdom-global/-/jsdom-global-3.0.2.tgz",
|
|
"integrity": "sha512-t1KMcBkz/pT5JrvcJbpUR2u/w1kO9jXctaaGJ0vZDzwFnIvGWw9IDSRciT83kIs8Bnw4qpOl8bQK08V01YgMPg==",
|
|
"dev": true,
|
|
"peerDependencies": {
|
|
"jsdom": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/escodegen": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
|
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^5.2.0",
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"escodegen": "bin/escodegen.js",
|
|
"esgenerate": "bin/esgenerate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/http-proxy-agent": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
|
"integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@tootallnate/once": "2",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/tr46": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
|
|
"integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"punycode": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/jsdom/node_modules/whatwg-url": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz",
|
|
"integrity": "sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"tr46": "^3.0.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"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",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stringify-safe": {
|
|
"version": "5.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/json5": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
}
|
|
},
|
|
"node_modules/jsonc-parser": {
|
|
"version": "3.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsonfile": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/jsonparse": {
|
|
"version": "1.3.1",
|
|
"engines": [
|
|
"node >= 0.2.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/JSONStream": {
|
|
"version": "1.3.5",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"jsonparse": "^1.2.0",
|
|
"through": ">=2.2.7 <3"
|
|
},
|
|
"bin": {
|
|
"JSONStream": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/junk": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/just-extend": {
|
|
"version": "4.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/karma": {
|
|
"version": "6.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@colors/colors": "1.5.0",
|
|
"body-parser": "^1.19.0",
|
|
"braces": "^3.0.2",
|
|
"chokidar": "^3.5.1",
|
|
"connect": "^3.7.0",
|
|
"di": "^0.0.1",
|
|
"dom-serialize": "^2.2.1",
|
|
"glob": "^7.1.7",
|
|
"graceful-fs": "^4.2.6",
|
|
"http-proxy": "^1.18.1",
|
|
"isbinaryfile": "^4.0.8",
|
|
"lodash": "^4.17.21",
|
|
"log4js": "^6.4.1",
|
|
"mime": "^2.5.2",
|
|
"minimatch": "^3.0.4",
|
|
"mkdirp": "^0.5.5",
|
|
"qjobs": "^1.2.0",
|
|
"range-parser": "^1.2.1",
|
|
"rimraf": "^3.0.2",
|
|
"socket.io": "^4.4.1",
|
|
"source-map": "^0.6.1",
|
|
"tmp": "^0.2.1",
|
|
"ua-parser-js": "^0.7.30",
|
|
"yargs": "^16.1.1"
|
|
},
|
|
"bin": {
|
|
"karma": "bin/karma"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/karma-chrome-launcher": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"which": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/karma-chrome-launcher/node_modules/which": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"which": "bin/which"
|
|
}
|
|
},
|
|
"node_modules/karma-firefox-launcher": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-wsl": "^2.2.0",
|
|
"which": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/karma-mocha": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.3"
|
|
}
|
|
},
|
|
"node_modules/karma-webkit-launcher": {
|
|
"version": "2.4.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"is-ci": "^3.0.1",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"playwright": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/karma-webpack": {
|
|
"version": "5.0.0",
|
|
"resolved": "git+ssh://git@github.com/codymikol/karma-webpack.git#2337a82beb078c0d8e25ae8333a06249b8e72828",
|
|
"integrity": "sha512-UBHuEnrcPRKo+8YQjvGZyinVQbvJ3Ib078ToIB5uEGoK5iSuOQrOTZFNQdNiodSbWFO3aX0LcerQVK0T81hXmg==",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"glob": "^7.1.3",
|
|
"minimatch": "^9.0.3",
|
|
"webpack-merge": "^4.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/karma-webpack/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/karma-webpack/node_modules/glob/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/karma-webpack/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/karma-webpack/node_modules/minimatch/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/karma/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/karma/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/karma/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/karma/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/karma/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/karma/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/karma/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/karma/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/karma/node_modules/mime": {
|
|
"version": "2.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/karma/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/karma/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/karma/node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/karma/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/karma/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/keyv": {
|
|
"version": "4.5.4",
|
|
"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/klaw": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.9"
|
|
}
|
|
},
|
|
"node_modules/klaw-sync": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.11"
|
|
}
|
|
},
|
|
"node_modules/kleur": {
|
|
"version": "4.1.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/latest-version": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"package-json": "^8.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/libp2p": {
|
|
"version": "1.1.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^4.0.0",
|
|
"@libp2p/interface": "^1.1.1",
|
|
"@libp2p/interface-internal": "^1.0.6",
|
|
"@libp2p/logger": "^4.0.4",
|
|
"@libp2p/multistream-select": "^5.1.1",
|
|
"@libp2p/peer-collections": "^5.1.4",
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@libp2p/peer-id-factory": "^4.0.4",
|
|
"@libp2p/peer-store": "^10.0.6",
|
|
"@libp2p/utils": "^5.2.1",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"any-signal": "^4.1.1",
|
|
"datastore-core": "^9.0.1",
|
|
"interface-datastore": "^8.2.0",
|
|
"it-merge": "^3.0.0",
|
|
"it-parallel": "^3.0.6",
|
|
"merge-options": "^3.0.4",
|
|
"multiformats": "^13.0.0",
|
|
"private-ip": "^3.0.1",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p/node_modules/multiformats": {
|
|
"version": "13.0.1",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/lilconfig": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lines-and-columns": {
|
|
"version": "1.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/linkify-it": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uc.micro": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/lint-staged": {
|
|
"version": "15.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "5.3.0",
|
|
"commander": "11.1.0",
|
|
"debug": "4.3.4",
|
|
"execa": "8.0.1",
|
|
"lilconfig": "3.0.0",
|
|
"listr2": "8.0.1",
|
|
"micromatch": "4.0.5",
|
|
"pidtree": "0.6.0",
|
|
"string-argv": "0.3.2",
|
|
"yaml": "2.3.4"
|
|
},
|
|
"bin": {
|
|
"lint-staged": "bin/lint-staged.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.12.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/lint-staged"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/execa": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/get-stream": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/human-signals": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.17.0"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/lilconfig": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/listr": {
|
|
"version": "0.14.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@samverschueren/stream-to-observable": "^0.3.0",
|
|
"is-observable": "^1.1.0",
|
|
"is-promise": "^2.1.0",
|
|
"is-stream": "^1.1.0",
|
|
"listr-silent-renderer": "^1.1.1",
|
|
"listr-update-renderer": "^0.5.0",
|
|
"listr-verbose-renderer": "^0.5.0",
|
|
"p-map": "^2.0.0",
|
|
"rxjs": "^6.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/listr-silent-renderer": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer": {
|
|
"version": "0.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^1.1.3",
|
|
"cli-truncate": "^0.2.1",
|
|
"elegant-spinner": "^1.0.1",
|
|
"figures": "^1.7.0",
|
|
"indent-string": "^3.0.0",
|
|
"log-symbols": "^1.0.2",
|
|
"log-update": "^2.3.0",
|
|
"strip-ansi": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"peerDependencies": {
|
|
"listr": "^0.14.2"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/ansi-escapes": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/ansi-styles": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/chalk": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^2.2.1",
|
|
"escape-string-regexp": "^1.0.2",
|
|
"has-ansi": "^2.0.0",
|
|
"strip-ansi": "^3.0.0",
|
|
"supports-color": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/cli-cursor": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/cli-truncate": {
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"slice-ansi": "0.0.4",
|
|
"string-width": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/indent-string": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"number-is-nan": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/log-update": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^3.0.0",
|
|
"cli-cursor": "^2.0.0",
|
|
"wrap-ansi": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/mimic-fn": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/onetime": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/restore-cursor": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^2.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/slice-ansi": {
|
|
"version": "0.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/string-width": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"code-point-at": "^1.0.0",
|
|
"is-fullwidth-code-point": "^1.0.0",
|
|
"strip-ansi": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/supports-color": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/wrap-ansi": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^2.1.1",
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/wrap-ansi/node_modules/string-width": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-update-renderer/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-verbose-renderer": {
|
|
"version": "0.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.4.1",
|
|
"cli-cursor": "^2.1.0",
|
|
"date-fns": "^1.27.2",
|
|
"figures": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-verbose-renderer/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/listr-verbose-renderer/node_modules/cli-cursor": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-verbose-renderer/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/listr-verbose-renderer/node_modules/figures": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-verbose-renderer/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-verbose-renderer/node_modules/mimic-fn": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-verbose-renderer/node_modules/onetime": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-verbose-renderer/node_modules/restore-cursor": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^2.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr-verbose-renderer/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/listr/node_modules/is-stream": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/listr/node_modules/p-map": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/listr2": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cli-truncate": "^4.0.0",
|
|
"colorette": "^2.0.20",
|
|
"eventemitter3": "^5.0.1",
|
|
"log-update": "^6.0.0",
|
|
"rfdc": "^1.3.0",
|
|
"wrap-ansi": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/listr2/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/listr2/node_modules/emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/listr2/node_modules/string-width": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/listr2/node_modules/wrap-ansi": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.2.1",
|
|
"string-width": "^7.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/load-json-file": {
|
|
"version": "4.0.0",
|
|
"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/load-json-file/node_modules/parse-json": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-better-errors": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/loader-runner": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.11.5"
|
|
}
|
|
},
|
|
"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",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.capitalize": {
|
|
"version": "4.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.debounce": {
|
|
"version": "4.0.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.escaperegexp": {
|
|
"version": "4.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.flattendeep": {
|
|
"version": "4.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.get": {
|
|
"version": "4.4.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isplainobject": {
|
|
"version": "4.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isstring": {
|
|
"version": "4.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.mapvalues": {
|
|
"version": "4.6.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz",
|
|
"integrity": "sha512-JPFqXFeZQ7BfS00H58kClY7SPVeHertPE0lNuCyZ26/XlN8TvakYD7b9bGyNmXbT/D3BbtPAAmq90gPWqLkxlQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/lodash.merge": {
|
|
"version": "4.6.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.uniqby": {
|
|
"version": "4.7.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/log-symbols": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/ansi-styles": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/chalk": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^2.2.1",
|
|
"escape-string-regexp": "^1.0.2",
|
|
"has-ansi": "^2.0.0",
|
|
"strip-ansi": "^3.0.0",
|
|
"supports-color": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/log-symbols/node_modules/supports-color": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/log-update": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^6.2.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"slice-ansi": "^7.0.0",
|
|
"strip-ansi": "^7.1.0",
|
|
"wrap-ansi": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/log-update/node_modules/is-fullwidth-code-point": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-east-asian-width": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/slice-ansi": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.2.1",
|
|
"is-fullwidth-code-point": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/string-width": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/wrap-ansi": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.2.1",
|
|
"string-width": "^7.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/log4js": {
|
|
"version": "6.9.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"date-format": "^4.0.14",
|
|
"debug": "^4.3.4",
|
|
"flatted": "^3.2.7",
|
|
"rfdc": "^1.3.0",
|
|
"streamroller": "^3.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/long": {
|
|
"version": "5.2.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"peer": true
|
|
},
|
|
"node_modules/longest-streak": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/loose-envify": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"bin": {
|
|
"loose-envify": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/loupe": {
|
|
"version": "2.3.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-func-name": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/lowercase-keys": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/lunr": {
|
|
"version": "2.3.9",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/magic-string": {
|
|
"version": "0.30.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.4.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/make-dir": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/make-dir/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/make-error": {
|
|
"version": "1.3.6",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/map-obj": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/markdown-it": {
|
|
"version": "12.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^2.0.1",
|
|
"entities": "~2.1.0",
|
|
"linkify-it": "^3.0.1",
|
|
"mdurl": "^1.0.1",
|
|
"uc.micro": "^1.0.5"
|
|
},
|
|
"bin": {
|
|
"markdown-it": "bin/markdown-it.js"
|
|
}
|
|
},
|
|
"node_modules/markdown-it-anchor": {
|
|
"version": "8.6.7",
|
|
"dev": true,
|
|
"license": "Unlicense",
|
|
"peerDependencies": {
|
|
"@types/markdown-it": "*",
|
|
"markdown-it": "*"
|
|
}
|
|
},
|
|
"node_modules/markdown-table": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/marked": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"marked": "bin/marked.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/marked-terminal": {
|
|
"version": "6.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^6.2.0",
|
|
"cardinal": "^2.1.1",
|
|
"chalk": "^5.3.0",
|
|
"cli-table3": "^0.6.3",
|
|
"node-emoji": "^2.1.3",
|
|
"supports-hyperlinks": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"marked": ">=1 <12"
|
|
}
|
|
},
|
|
"node_modules/matcher": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"escape-string-regexp": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/matchit": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@arr/every": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-find-and-replace": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-find-and-replace/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
"mdast-util-gfm-footnote": "^2.0.0",
|
|
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
"mdast-util-gfm-table": "^2.0.0",
|
|
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-autolink-literal": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"ccount": "^2.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-find-and-replace": "^3.0.0",
|
|
"micromark-util-character": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-footnote": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.1.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-strikethrough": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-table": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"markdown-table": "^3.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-gfm-task-list-item": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-phrasing": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"unist-util-is": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-markdown": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"longest-streak": "^3.0.0",
|
|
"mdast-util-phrasing": "^4.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"zwitch": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/mdurl": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/media-typer": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/memorystream": {
|
|
"version": "0.3.1",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/meow": {
|
|
"version": "12.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/merge-options": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-obj": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/merge-stream": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/merge2": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/metro-react-native-babel-preset": {
|
|
"version": "0.64.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-syntax-export-default-from": "^7.0.0",
|
|
"@babel/plugin-syntax-flow": "^7.2.0",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.0.0",
|
|
"@babel/plugin-transform-arrow-functions": "^7.0.0",
|
|
"@babel/plugin-transform-block-scoping": "^7.0.0",
|
|
"@babel/plugin-transform-classes": "^7.0.0",
|
|
"@babel/plugin-transform-computed-properties": "^7.0.0",
|
|
"@babel/plugin-transform-destructuring": "^7.0.0",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.0.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
|
|
"@babel/plugin-transform-for-of": "^7.0.0",
|
|
"@babel/plugin-transform-function-name": "^7.0.0",
|
|
"@babel/plugin-transform-literals": "^7.0.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
|
|
"@babel/plugin-transform-object-assign": "^7.0.0",
|
|
"@babel/plugin-transform-parameters": "^7.0.0",
|
|
"@babel/plugin-transform-react-display-name": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
|
|
"@babel/plugin-transform-regenerator": "^7.0.0",
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
|
|
"@babel/plugin-transform-spread": "^7.0.0",
|
|
"@babel/plugin-transform-sticky-regex": "^7.0.0",
|
|
"@babel/plugin-transform-template-literals": "^7.0.0",
|
|
"@babel/plugin-transform-typescript": "^7.5.0",
|
|
"@babel/plugin-transform-unicode-regex": "^7.0.0",
|
|
"@babel/template": "^7.0.0",
|
|
"react-refresh": "^0.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*"
|
|
}
|
|
},
|
|
"node_modules/micromark": {
|
|
"version": "4.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-core-commonmark": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-destination": "^2.0.0",
|
|
"micromark-factory-label": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-factory-title": "^2.0.0",
|
|
"micromark-factory-whitespace": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
"micromark-util-html-tag-name": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
"micromark-extension-gfm-table": "^2.0.0",
|
|
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-autolink-literal": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-footnote": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-strikethrough": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-table": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-tagfilter": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-extension-gfm-task-list-item": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-destination": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-label": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-space": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-title": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-factory-whitespace": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-character": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-chunked": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-classify-character": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-combine-extensions": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-decode-numeric-character-reference": {
|
|
"version": "2.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-decode-string": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-encode": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromark-util-html-tag-name": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromark-util-normalize-identifier": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-resolve-all": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-sanitize-uri": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-subtokenize": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/micromark-util-symbol": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromark-util-types": {
|
|
"version": "2.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "GitHub Sponsors",
|
|
"url": "https://github.com/sponsors/unifiedjs"
|
|
},
|
|
{
|
|
"type": "OpenCollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/micromatch": {
|
|
"version": "4.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"braces": "^3.0.2",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/mime": {
|
|
"version": "4.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/mime-db": {
|
|
"version": "1.52.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mime-types": {
|
|
"version": "2.1.35",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "1.52.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mimic-fn": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/minimalistic-assert": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
|
|
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
|
|
},
|
|
"node_modules/minimalistic-crypto-utils": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
|
|
"integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg=="
|
|
},
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arrify": "^1.0.1",
|
|
"is-plain-obj": "^1.1.0",
|
|
"kind-of": "^6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/minimist-options/node_modules/arrify": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/minimist-options/node_modules/is-plain-obj": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/minipass": {
|
|
"version": "7.0.4",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/mitt": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mkdirp": {
|
|
"version": "0.5.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.6"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/mkdirp-classic": {
|
|
"version": "0.5.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mocha": {
|
|
"version": "10.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-colors": "4.1.1",
|
|
"browser-stdout": "1.3.1",
|
|
"chokidar": "3.5.3",
|
|
"debug": "4.3.4",
|
|
"diff": "5.0.0",
|
|
"escape-string-regexp": "4.0.0",
|
|
"find-up": "5.0.0",
|
|
"glob": "8.1.0",
|
|
"he": "1.2.0",
|
|
"js-yaml": "4.1.0",
|
|
"log-symbols": "4.1.0",
|
|
"minimatch": "5.0.1",
|
|
"ms": "2.1.3",
|
|
"serialize-javascript": "6.0.0",
|
|
"strip-json-comments": "3.1.1",
|
|
"supports-color": "8.1.1",
|
|
"workerpool": "6.2.1",
|
|
"yargs": "16.2.0",
|
|
"yargs-parser": "20.2.4",
|
|
"yargs-unparser": "2.0.0"
|
|
},
|
|
"bin": {
|
|
"_mocha": "bin/_mocha",
|
|
"mocha": "bin/mocha.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.0.0"
|
|
}
|
|
},
|
|
"node_modules/mocha-multi-reporters": {
|
|
"version": "1.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"lodash": "^4.17.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"mocha": ">=3.1.2"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/ansi-colors": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/mocha/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/mocha/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/mocha/node_modules/chalk/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/cliui": {
|
|
"version": "7.0.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mocha/node_modules/diff": {
|
|
"version": "5.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mocha/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/log-symbols": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/minimatch": {
|
|
"version": "5.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/minimatch/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mocha/node_modules/serialize-javascript": {
|
|
"version": "6.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/mocha/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/mocha/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/mocha/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/mocha/node_modules/yargs": {
|
|
"version": "16.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^7.0.2",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.0",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^20.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/yargs-parser": {
|
|
"version": "20.2.4",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/mortice": {
|
|
"version": "3.0.4",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"observable-webworkers": "^2.0.1",
|
|
"p-queue": "^8.0.1",
|
|
"p-timeout": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/mri": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/mrmime": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/multiformats": {
|
|
"version": "12.1.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/multimatch": {
|
|
"version": "5.0.0",
|
|
"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/mute-stream": {
|
|
"version": "0.0.8",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/nan": {
|
|
"version": "2.18.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "5.0.6",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.js"
|
|
},
|
|
"engines": {
|
|
"node": "^18 || >=20"
|
|
}
|
|
},
|
|
"node_modules/nanospinner": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"picocolors": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/natural-compare": {
|
|
"version": "1.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/natural-compare-lite": {
|
|
"version": "1.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"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/nerf-dart": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netmask": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/nice-try": {
|
|
"version": "1.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nise": {
|
|
"version": "5.1.5",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^2.0.0",
|
|
"@sinonjs/fake-timers": "^10.0.2",
|
|
"@sinonjs/text-encoding": "^0.7.1",
|
|
"just-extend": "^4.0.2",
|
|
"path-to-regexp": "^1.7.0"
|
|
}
|
|
},
|
|
"node_modules/nise/node_modules/@sinonjs/commons": {
|
|
"version": "2.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"node_modules/nise/node_modules/@sinonjs/fake-timers": {
|
|
"version": "10.3.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/nise/node_modules/@sinonjs/fake-timers/node_modules/@sinonjs/commons": {
|
|
"version": "3.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"node_modules/nise/node_modules/isarray": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nise/node_modules/path-to-regexp": {
|
|
"version": "1.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isarray": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/node-emoji": {
|
|
"version": "2.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/is": "^4.6.0",
|
|
"char-regex": "^1.0.2",
|
|
"emojilib": "^2.4.0",
|
|
"skin-tone": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/node-fetch": {
|
|
"version": "2.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/node-forge": {
|
|
"version": "1.3.1",
|
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
"engines": {
|
|
"node": ">= 6.13.0"
|
|
}
|
|
},
|
|
"node_modules/node-localstorage": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"write-file-atomic": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/node-localstorage/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/node-localstorage/node_modules/write-file-atomic": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-preload": {
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"process-on-spawn": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/node-releases": {
|
|
"version": "2.0.14",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"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/normalize-package-data/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/normalize-url": {
|
|
"version": "8.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm": {
|
|
"version": "10.3.0",
|
|
"bundleDependencies": [
|
|
"@isaacs/string-locale-compare",
|
|
"@npmcli/arborist",
|
|
"@npmcli/config",
|
|
"@npmcli/fs",
|
|
"@npmcli/map-workspaces",
|
|
"@npmcli/package-json",
|
|
"@npmcli/promise-spawn",
|
|
"@npmcli/run-script",
|
|
"@sigstore/tuf",
|
|
"abbrev",
|
|
"archy",
|
|
"cacache",
|
|
"chalk",
|
|
"ci-info",
|
|
"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",
|
|
"ms",
|
|
"node-gyp",
|
|
"nopt",
|
|
"normalize-package-data",
|
|
"npm-audit-report",
|
|
"npm-install-checks",
|
|
"npm-package-arg",
|
|
"npm-pick-manifest",
|
|
"npm-profile",
|
|
"npm-registry-fetch",
|
|
"npm-user-validate",
|
|
"npmlog",
|
|
"p-map",
|
|
"pacote",
|
|
"parse-conflict-json",
|
|
"proc-log",
|
|
"qrcode-terminal",
|
|
"read",
|
|
"semver",
|
|
"spdx-expression-parse",
|
|
"ssri",
|
|
"strip-ansi",
|
|
"supports-color",
|
|
"tar",
|
|
"text-table",
|
|
"tiny-relative-date",
|
|
"treeverse",
|
|
"validate-npm-package-name",
|
|
"which",
|
|
"write-file-atomic"
|
|
],
|
|
"license": "Artistic-2.0",
|
|
"workspaces": [
|
|
"docs",
|
|
"smoke-tests",
|
|
"mock-globals",
|
|
"mock-registry",
|
|
"workspaces/*"
|
|
],
|
|
"dependencies": {
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
"@npmcli/arborist": "^7.2.1",
|
|
"@npmcli/config": "^8.0.2",
|
|
"@npmcli/fs": "^3.1.0",
|
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
"@npmcli/package-json": "^5.0.0",
|
|
"@npmcli/promise-spawn": "^7.0.1",
|
|
"@npmcli/run-script": "^7.0.3",
|
|
"@sigstore/tuf": "^2.2.0",
|
|
"abbrev": "^2.0.0",
|
|
"archy": "~1.0.0",
|
|
"cacache": "^18.0.2",
|
|
"chalk": "^5.3.0",
|
|
"ci-info": "^4.0.0",
|
|
"cli-columns": "^4.0.0",
|
|
"cli-table3": "^0.6.3",
|
|
"columnify": "^1.6.0",
|
|
"fastest-levenshtein": "^1.0.16",
|
|
"fs-minipass": "^3.0.3",
|
|
"glob": "^10.3.10",
|
|
"graceful-fs": "^4.2.11",
|
|
"hosted-git-info": "^7.0.1",
|
|
"ini": "^4.1.1",
|
|
"init-package-json": "^6.0.0",
|
|
"is-cidr": "^5.0.3",
|
|
"json-parse-even-better-errors": "^3.0.1",
|
|
"libnpmaccess": "^8.0.1",
|
|
"libnpmdiff": "^6.0.3",
|
|
"libnpmexec": "^7.0.4",
|
|
"libnpmfund": "^5.0.1",
|
|
"libnpmhook": "^10.0.0",
|
|
"libnpmorg": "^6.0.1",
|
|
"libnpmpack": "^6.0.3",
|
|
"libnpmpublish": "^9.0.2",
|
|
"libnpmsearch": "^7.0.0",
|
|
"libnpmteam": "^6.0.0",
|
|
"libnpmversion": "^5.0.1",
|
|
"make-fetch-happen": "^13.0.0",
|
|
"minimatch": "^9.0.3",
|
|
"minipass": "^7.0.4",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"ms": "^2.1.2",
|
|
"node-gyp": "^10.0.1",
|
|
"nopt": "^7.2.0",
|
|
"normalize-package-data": "^6.0.0",
|
|
"npm-audit-report": "^5.0.0",
|
|
"npm-install-checks": "^6.3.0",
|
|
"npm-package-arg": "^11.0.1",
|
|
"npm-pick-manifest": "^9.0.0",
|
|
"npm-profile": "^9.0.0",
|
|
"npm-registry-fetch": "^16.1.0",
|
|
"npm-user-validate": "^2.0.0",
|
|
"npmlog": "^7.0.1",
|
|
"p-map": "^4.0.0",
|
|
"pacote": "^17.0.5",
|
|
"parse-conflict-json": "^3.0.1",
|
|
"proc-log": "^3.0.0",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"read": "^2.1.0",
|
|
"semver": "^7.5.4",
|
|
"spdx-expression-parse": "^3.0.1",
|
|
"ssri": "^10.0.5",
|
|
"strip-ansi": "^7.1.0",
|
|
"supports-color": "^9.4.0",
|
|
"tar": "^6.2.0",
|
|
"text-table": "~0.2.0",
|
|
"tiny-relative-date": "^1.3.0",
|
|
"treeverse": "^3.0.0",
|
|
"validate-npm-package-name": "^5.0.0",
|
|
"which": "^4.0.0",
|
|
"write-file-atomic": "^5.0.1"
|
|
},
|
|
"bin": {
|
|
"npm": "bin/npm-cli.js",
|
|
"npx": "bin/npx-cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17.0 || >=20.5.0"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.6",
|
|
"ajv-errors": "^1.0.1",
|
|
"chalk": "^4.1.2",
|
|
"cosmiconfig": "^8.2.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"ignore": "^5.2.4",
|
|
"is-plain-obj": "^3.0.0",
|
|
"jsonc-parser": "^3.2.0",
|
|
"log-symbols": "^4.1.0",
|
|
"meow": "^9.0.0",
|
|
"plur": "^4.0.0",
|
|
"semver": "^7.5.4",
|
|
"slash": "^3.0.0",
|
|
"strip-json-comments": "^3.1.1",
|
|
"type-fest": "^4.3.3",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"bin": {
|
|
"npmPkgJsonLint": "dist/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/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/npm-package-json-lint/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/npm-package-json-lint/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/cosmiconfig": {
|
|
"version": "8.3.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"import-fresh": "^3.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.2.0",
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/d-fischer"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.9.5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/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/npm-package-json-lint/node_modules/hosted-git-info": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/is-plain-obj": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/log-symbols": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/meow": {
|
|
"version": "9.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/minimist": "^1.2.0",
|
|
"camelcase-keys": "^6.2.2",
|
|
"decamelize": "^1.2.0",
|
|
"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/npm-package-json-lint/node_modules/meow/node_modules/type-fest": {
|
|
"version": "0.18.1",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"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/npm-package-json-lint/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/npm-package-json-lint/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/read-pkg": {
|
|
"version": "5.2.0",
|
|
"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/npm-package-json-lint/node_modules/read-pkg-up": {
|
|
"version": "7.0.1",
|
|
"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/npm-package-json-lint/node_modules/read-pkg-up/node_modules/type-fest": {
|
|
"version": "0.8.1",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/read-pkg/node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/read-pkg/node_modules/normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"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/npm-package-json-lint/node_modules/read-pkg/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/read-pkg/node_modules/type-fest": {
|
|
"version": "0.6.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/type-fest": {
|
|
"version": "4.9.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all": {
|
|
"version": "4.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"chalk": "^2.4.1",
|
|
"cross-spawn": "^6.0.5",
|
|
"memorystream": "^0.3.1",
|
|
"minimatch": "^3.0.4",
|
|
"pidtree": "^0.3.0",
|
|
"read-pkg": "^3.0.0",
|
|
"shell-quote": "^1.6.1",
|
|
"string.prototype.padend": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"npm-run-all": "bin/npm-run-all/index.js",
|
|
"run-p": "bin/run-p/index.js",
|
|
"run-s": "bin/run-s/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/cross-spawn": {
|
|
"version": "6.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nice-try": "^1.0.4",
|
|
"path-key": "^2.0.1",
|
|
"semver": "^5.5.0",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.8"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/path-key": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/pidtree": {
|
|
"version": "0.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"pidtree": "bin/pidtree.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/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/npm-run-all/node_modules/shebang-regex": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/which": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"which": "bin/which"
|
|
}
|
|
},
|
|
"node_modules/npm-run-path": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm-run-path/node_modules/path-key": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/@isaacs/cliui": {
|
|
"version": "8.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^5.1.2",
|
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
"wrap-ansi": "^8.1.0",
|
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
"version": "5.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/agent": {
|
|
"version": "2.2.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.0",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.1",
|
|
"lru-cache": "^10.0.1",
|
|
"socks-proxy-agent": "^8.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
|
"version": "7.3.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
"@npmcli/fs": "^3.1.0",
|
|
"@npmcli/installed-package-contents": "^2.0.2",
|
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
"@npmcli/metavuln-calculator": "^7.0.0",
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/package-json": "^5.0.0",
|
|
"@npmcli/query": "^3.0.1",
|
|
"@npmcli/run-script": "^7.0.2",
|
|
"bin-links": "^4.0.1",
|
|
"cacache": "^18.0.0",
|
|
"common-ancestor-path": "^1.0.1",
|
|
"hosted-git-info": "^7.0.1",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"json-stringify-nice": "^1.1.4",
|
|
"minimatch": "^9.0.0",
|
|
"nopt": "^7.0.0",
|
|
"npm-install-checks": "^6.2.0",
|
|
"npm-package-arg": "^11.0.1",
|
|
"npm-pick-manifest": "^9.0.0",
|
|
"npm-registry-fetch": "^16.0.0",
|
|
"npmlog": "^7.0.1",
|
|
"pacote": "^17.0.4",
|
|
"parse-conflict-json": "^3.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-all-reject-late": "^1.0.0",
|
|
"promise-call-limit": "^1.0.2",
|
|
"read-package-json-fast": "^3.0.2",
|
|
"semver": "^7.3.7",
|
|
"ssri": "^10.0.5",
|
|
"treeverse": "^3.0.0",
|
|
"walk-up-path": "^3.0.1"
|
|
},
|
|
"bin": {
|
|
"arborist": "bin/index.js"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/config": {
|
|
"version": "8.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
"ci-info": "^4.0.0",
|
|
"ini": "^4.1.0",
|
|
"nopt": "^7.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"read-package-json-fast": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"walk-up-path": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/disparity-colors": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/disparity-colors/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/@npmcli/fs": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/git": {
|
|
"version": "5.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
"lru-cache": "^10.0.1",
|
|
"npm-pick-manifest": "^9.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/installed-package-contents": {
|
|
"version": "2.0.2",
|
|
"inBundle": 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/npm/node_modules/@npmcli/map-workspaces": {
|
|
"version": "3.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
"glob": "^10.2.2",
|
|
"minimatch": "^9.0.0",
|
|
"read-package-json-fast": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
|
|
"version": "7.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cacache": "^18.0.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"pacote": "^17.0.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/name-from-folder": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/node-gyp": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/package-json": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^5.0.0",
|
|
"glob": "^10.2.2",
|
|
"hosted-git-info": "^7.0.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"normalize-package-data": "^6.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
"version": "7.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"which": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/query": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/run-script": {
|
|
"version": "7.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
"node-gyp": "^10.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"which": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@sigstore/bundle": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@sigstore/protobuf-specs": "^0.2.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
"version": "0.2.1",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@sigstore/sign": {
|
|
"version": "2.2.0",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@sigstore/bundle": "^2.1.0",
|
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
"make-fetch-happen": "^13.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@sigstore/tuf": {
|
|
"version": "2.2.0",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
"tuf-js": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@tufjs/canonical-json": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@tufjs/models": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tufjs/canonical-json": "2.0.0",
|
|
"minimatch": "^9.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/abbrev": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/agent-base": {
|
|
"version": "7.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"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": "6.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"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": "4.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/bin-links": {
|
|
"version": "4.0.3",
|
|
"inBundle": 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/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": "18.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^3.1.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"glob": "^10.2.2",
|
|
"lru-cache": "^10.0.1",
|
|
"minipass": "^7.0.3",
|
|
"minipass-collect": "^2.0.1",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"p-map": "^4.0.0",
|
|
"ssri": "^10.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/chalk": {
|
|
"version": "5.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"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/ci-info": {
|
|
"version": "4.0.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
}
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cidr-regex": {
|
|
"version": "4.0.3",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"ip-regex": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"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-columns/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-columns/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/cli-table3": {
|
|
"version": "0.6.3",
|
|
"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": "6.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.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/columnify/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/columnify/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/common-ancestor-path": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/cross-spawn": {
|
|
"version": "7.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cross-spawn/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/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/defaults": {
|
|
"version": "1.0.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/eastasianwidth": {
|
|
"version": "0.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"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/exponential-backoff": {
|
|
"version": "3.1.1",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/npm/node_modules/fastest-levenshtein": {
|
|
"version": "1.0.16",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.9.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/foreground-child": {
|
|
"version": "3.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/fs-minipass": {
|
|
"version": "3.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^7.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/function-bind": {
|
|
"version": "1.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/gauge": {
|
|
"version": "5.0.1",
|
|
"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": "^4.0.1",
|
|
"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/npm/node_modules/gauge/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/gauge/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/glob": {
|
|
"version": "10.3.10",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.3.5",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/esm/bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/graceful-fs": {
|
|
"version": "4.2.11",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/hasown": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/hosted-git-info": {
|
|
"version": "7.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^10.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.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": "7.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/https-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"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": "6.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minimatch": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.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/ini": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/init-package-json": {
|
|
"version": "6.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-package-arg": "^11.0.0",
|
|
"promzard": "^1.0.0",
|
|
"read": "^2.0.0",
|
|
"read-package-json": "^7.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ip": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/ip-regex": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-cidr": {
|
|
"version": "5.0.3",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"cidr-regex": "4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-core-module": {
|
|
"version": "2.13.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hasown": "^2.0.0"
|
|
},
|
|
"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/jackspeak": {
|
|
"version": "2.3.6",
|
|
"inBundle": true,
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"@isaacs/cliui": "^8.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
},
|
|
"optionalDependencies": {
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"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": "6.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/just-diff-apply": {
|
|
"version": "5.5.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/libnpmaccess": {
|
|
"version": "8.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-package-arg": "^11.0.1",
|
|
"npm-registry-fetch": "^16.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmdiff": {
|
|
"version": "6.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^7.2.1",
|
|
"@npmcli/disparity-colors": "^3.0.0",
|
|
"@npmcli/installed-package-contents": "^2.0.2",
|
|
"binary-extensions": "^2.2.0",
|
|
"diff": "^5.1.0",
|
|
"minimatch": "^9.0.0",
|
|
"npm-package-arg": "^11.0.1",
|
|
"pacote": "^17.0.4",
|
|
"tar": "^6.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmexec": {
|
|
"version": "7.0.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^7.2.1",
|
|
"@npmcli/run-script": "^7.0.2",
|
|
"ci-info": "^4.0.0",
|
|
"npm-package-arg": "^11.0.1",
|
|
"npmlog": "^7.0.1",
|
|
"pacote": "^17.0.4",
|
|
"proc-log": "^3.0.0",
|
|
"read": "^2.0.0",
|
|
"read-package-json-fast": "^3.0.2",
|
|
"semver": "^7.3.7",
|
|
"walk-up-path": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmfund": {
|
|
"version": "5.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^7.2.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmhook": {
|
|
"version": "10.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^16.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmorg": {
|
|
"version": "6.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^16.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmpack": {
|
|
"version": "6.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^7.2.1",
|
|
"@npmcli/run-script": "^7.0.2",
|
|
"npm-package-arg": "^11.0.1",
|
|
"pacote": "^17.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmpublish": {
|
|
"version": "9.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ci-info": "^4.0.0",
|
|
"normalize-package-data": "^6.0.0",
|
|
"npm-package-arg": "^11.0.1",
|
|
"npm-registry-fetch": "^16.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.7",
|
|
"sigstore": "^2.1.0",
|
|
"ssri": "^10.0.5"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmsearch": {
|
|
"version": "7.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-registry-fetch": "^16.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmteam": {
|
|
"version": "6.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^16.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmversion": {
|
|
"version": "5.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^5.0.3",
|
|
"@npmcli/run-script": "^7.0.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/lru-cache": {
|
|
"version": "10.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/make-fetch-happen": {
|
|
"version": "13.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/agent": "^2.0.0",
|
|
"cacache": "^18.0.0",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"is-lambda": "^1.0.1",
|
|
"minipass": "^7.0.2",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"ssri": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass": {
|
|
"version": "7.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-collect": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^7.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-fetch": {
|
|
"version": "3.0.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^7.0.3",
|
|
"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/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-flush/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.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-json-stream/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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-pipeline/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.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/minipass-sized/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.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/minizlib/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"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/ms": {
|
|
"version": "2.1.3",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/mute-stream": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"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": "10.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.0",
|
|
"exponential-backoff": "^3.1.1",
|
|
"glob": "^10.3.10",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^13.0.0",
|
|
"nopt": "^7.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/nopt": {
|
|
"version": "7.2.0",
|
|
"inBundle": 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/npm/node_modules/normalize-package-data": {
|
|
"version": "6.0.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^7.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-audit-report": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-bundled": {
|
|
"version": "3.0.0",
|
|
"inBundle": 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/node_modules/npm-install-checks": {
|
|
"version": "6.3.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"semver": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-normalize-package-bin": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-package-arg": {
|
|
"version": "11.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^7.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-packlist": {
|
|
"version": "8.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ignore-walk": "^6.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-pick-manifest": {
|
|
"version": "9.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-install-checks": "^6.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0",
|
|
"npm-package-arg": "^11.0.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-profile": {
|
|
"version": "9.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-registry-fetch": "^16.0.0",
|
|
"proc-log": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-registry-fetch": {
|
|
"version": "16.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"make-fetch-happen": "^13.0.0",
|
|
"minipass": "^7.0.2",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.1.2",
|
|
"npm-package-arg": "^11.0.0",
|
|
"proc-log": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-user-validate": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npmlog": {
|
|
"version": "7.0.1",
|
|
"inBundle": 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/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": "17.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^5.0.0",
|
|
"@npmcli/installed-package-contents": "^2.0.1",
|
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
"@npmcli/run-script": "^7.0.0",
|
|
"cacache": "^18.0.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"minipass": "^7.0.2",
|
|
"npm-package-arg": "^11.0.0",
|
|
"npm-packlist": "^8.0.0",
|
|
"npm-pick-manifest": "^9.0.0",
|
|
"npm-registry-fetch": "^16.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"read-package-json": "^7.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"sigstore": "^2.0.0",
|
|
"ssri": "^10.0.0",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": {
|
|
"pacote": "lib/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/parse-conflict-json": {
|
|
"version": "3.0.1",
|
|
"inBundle": 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/npm/node_modules/path-key": {
|
|
"version": "3.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/path-scurry": {
|
|
"version": "1.10.1",
|
|
"inBundle": true,
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"lru-cache": "^9.1.1 || ^10.0.0",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/postcss-selector-parser": {
|
|
"version": "6.0.15",
|
|
"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": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.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.2",
|
|
"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": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"read": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"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": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mute-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read-cmd-shim": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read-package-json": {
|
|
"version": "7.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^10.2.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"normalize-package-data": "^6.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read-package-json-fast": {
|
|
"version": "3.0.2",
|
|
"inBundle": 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/npm/node_modules/retry": {
|
|
"version": "0.12.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"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.5.4",
|
|
"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/shebang-command": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/sigstore": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@sigstore/bundle": "^2.1.0",
|
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
"@sigstore/sign": "^2.1.0",
|
|
"@sigstore/tuf": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"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.1",
|
|
"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": "8.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"socks": "^2.7.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/spdx-correct": {
|
|
"version": "3.2.0",
|
|
"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.16",
|
|
"inBundle": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/npm/node_modules/ssri": {
|
|
"version": "10.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^7.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.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/string-width-cjs": {
|
|
"name": "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/string-width-cjs/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/string-width-cjs/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/string-width/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/string-width/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/strip-ansi": {
|
|
"version": "7.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/strip-ansi-cjs": {
|
|
"name": "strip-ansi",
|
|
"version": "6.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/supports-color": {
|
|
"version": "9.4.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/tar": {
|
|
"version": "6.2.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^5.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/tar/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/tar/node_modules/fs-minipass/node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/tar/node_modules/minipass": {
|
|
"version": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/tuf-js": {
|
|
"version": "2.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tufjs/models": "2.0.0",
|
|
"debug": "^4.3.4",
|
|
"make-fetch-happen": "^13.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/unique-filename": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/unique-slug": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.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": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/walk-up-path": {
|
|
"version": "3.0.1",
|
|
"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": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^3.1.1"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/which.js"
|
|
},
|
|
"engines": {
|
|
"node": "^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/which/node_modules/isexe": {
|
|
"version": "3.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"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/wrap-ansi": {
|
|
"version": "8.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.1.0",
|
|
"string-width": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/wrap-ansi-cjs": {
|
|
"name": "wrap-ansi",
|
|
"version": "7.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/wrap-ansi-cjs/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/wrap-ansi-cjs/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/wrap-ansi/node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/wrap-ansi/node_modules/string-width": {
|
|
"version": "5.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/write-file-atomic": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/number-is-nan": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nwsapi": {
|
|
"version": "2.2.7",
|
|
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz",
|
|
"integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/nyc": {
|
|
"version": "15.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@istanbuljs/load-nyc-config": "^1.0.0",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"caching-transform": "^4.0.0",
|
|
"convert-source-map": "^1.7.0",
|
|
"decamelize": "^1.2.0",
|
|
"find-cache-dir": "^3.2.0",
|
|
"find-up": "^4.1.0",
|
|
"foreground-child": "^2.0.0",
|
|
"get-package-type": "^0.1.0",
|
|
"glob": "^7.1.6",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"istanbul-lib-hook": "^3.0.0",
|
|
"istanbul-lib-instrument": "^4.0.0",
|
|
"istanbul-lib-processinfo": "^2.0.2",
|
|
"istanbul-lib-report": "^3.0.0",
|
|
"istanbul-lib-source-maps": "^4.0.0",
|
|
"istanbul-reports": "^3.0.2",
|
|
"make-dir": "^3.0.0",
|
|
"node-preload": "^0.2.1",
|
|
"p-map": "^3.0.0",
|
|
"process-on-spawn": "^1.0.0",
|
|
"resolve-from": "^5.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"spawn-wrap": "^2.0.0",
|
|
"test-exclude": "^6.0.0",
|
|
"yargs": "^15.0.2"
|
|
},
|
|
"bin": {
|
|
"nyc": "bin/nyc.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.9"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/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/nyc/node_modules/camelcase": {
|
|
"version": "5.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/cliui": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^6.2.0"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nyc/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nyc/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/nyc/node_modules/foreground-child": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/nyc/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/nyc/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/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/nyc/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/p-map": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/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/nyc/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/wrap-ansi": {
|
|
"version": "6.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/y18n": {
|
|
"version": "4.0.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/nyc/node_modules/yargs": {
|
|
"version": "15.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^6.0.0",
|
|
"decamelize": "^1.2.0",
|
|
"find-up": "^4.1.0",
|
|
"get-caller-file": "^2.0.1",
|
|
"require-directory": "^2.1.1",
|
|
"require-main-filename": "^2.0.0",
|
|
"set-blocking": "^2.0.0",
|
|
"string-width": "^4.2.0",
|
|
"which-module": "^2.0.0",
|
|
"y18n": "^4.0.0",
|
|
"yargs-parser": "^18.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/yargs-parser": {
|
|
"version": "18.1.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"camelcase": "^5.0.0",
|
|
"decamelize": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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.fromentries": {
|
|
"version": "2.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.groupby": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"get-intrinsic": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/object.values": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/observable-webworkers": {
|
|
"version": "2.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.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/onetime": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/optionator": {
|
|
"version": "0.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@aashutoshrathi/word-wrap": "^1.2.3",
|
|
"deep-is": "^0.1.3",
|
|
"fast-levenshtein": "^2.0.6",
|
|
"levn": "^0.4.1",
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "^0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/ora": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"cli-spinners": "^2.9.0",
|
|
"is-interactive": "^2.0.0",
|
|
"is-unicode-supported": "^1.3.0",
|
|
"log-symbols": "^5.1.0",
|
|
"stdin-discarder": "^0.1.0",
|
|
"string-width": "^6.1.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/emoji-regex": {
|
|
"version": "10.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ora/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"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/string-width": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^10.2.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/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-defer": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-each-series": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-event": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-timeout": "^6.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-filter": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-map": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-is-promise": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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": "7.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-queue": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eventemitter3": "^5.0.1",
|
|
"p-timeout": "^6.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-reduce": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-retry": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/retry": "0.12.2",
|
|
"is-network-error": "^1.0.0",
|
|
"retry": "^0.13.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-tap": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-timeout": {
|
|
"version": "6.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-try": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/p-wait-for": {
|
|
"version": "5.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-timeout": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/pac-proxy-agent": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/quickjs-emscripten": "^0.23.0",
|
|
"agent-base": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"get-uri": "^6.0.1",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.2",
|
|
"pac-resolver": "^7.0.0",
|
|
"socks-proxy-agent": "^8.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/pac-resolver": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"degenerator": "^5.0.0",
|
|
"netmask": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/package-hash": {
|
|
"version": "4.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.15",
|
|
"hasha": "^5.0.0",
|
|
"lodash.flattendeep": "^4.4.0",
|
|
"release-zalgo": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/package-json": {
|
|
"version": "8.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"got": "^12.1.0",
|
|
"registry-auth-token": "^5.0.1",
|
|
"registry-url": "^6.0.0",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/@sindresorhus/is": {
|
|
"version": "5.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/@szmarczak/http-timer": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defer-to-connect": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/cacheable-lookup": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/cacheable-request": {
|
|
"version": "10.2.14",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/http-cache-semantics": "^4.0.2",
|
|
"get-stream": "^6.0.1",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"keyv": "^4.5.3",
|
|
"mimic-response": "^4.0.0",
|
|
"normalize-url": "^8.0.0",
|
|
"responselike": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/got": {
|
|
"version": "12.6.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/is": "^5.2.0",
|
|
"@szmarczak/http-timer": "^5.0.1",
|
|
"cacheable-lookup": "^7.0.0",
|
|
"cacheable-request": "^10.2.8",
|
|
"decompress-response": "^6.0.0",
|
|
"form-data-encoder": "^2.1.2",
|
|
"get-stream": "^6.0.1",
|
|
"http2-wrapper": "^2.1.10",
|
|
"lowercase-keys": "^3.0.0",
|
|
"p-cancelable": "^3.0.0",
|
|
"responselike": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/http2-wrapper": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"quick-lru": "^5.1.1",
|
|
"resolve-alpn": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19.0"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/lowercase-keys": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/mimic-response": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/p-cancelable": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/registry-url": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "1.2.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/responselike": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lowercase-keys": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/parent-module": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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-passwd": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/parse5": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
|
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/parseurl": {
|
|
"version": "1.3.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/pascalcase": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase": "^6.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/patch-package": {
|
|
"version": "6.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
"chalk": "^4.1.2",
|
|
"cross-spawn": "^6.0.5",
|
|
"find-yarn-workspace-root": "^2.0.0",
|
|
"fs-extra": "^9.0.0",
|
|
"is-ci": "^2.0.0",
|
|
"klaw-sync": "^6.0.0",
|
|
"minimist": "^1.2.6",
|
|
"open": "^7.4.2",
|
|
"rimraf": "^2.6.3",
|
|
"semver": "^5.6.0",
|
|
"slash": "^2.0.0",
|
|
"tmp": "^0.0.33",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"bin": {
|
|
"patch-package": "index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">5"
|
|
}
|
|
},
|
|
"node_modules/patch-package/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/patch-package/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/patch-package/node_modules/ci-info": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/patch-package/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/patch-package/node_modules/cross-spawn": {
|
|
"version": "6.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nice-try": "^1.0.4",
|
|
"path-key": "^2.0.1",
|
|
"semver": "^5.5.0",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.8"
|
|
}
|
|
},
|
|
"node_modules/patch-package/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/patch-package/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/patch-package/node_modules/is-ci": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ci-info": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"is-ci": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/is-docker": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/open": {
|
|
"version": "7.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^2.0.0",
|
|
"is-wsl": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/path-key": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/rimraf": {
|
|
"version": "2.7.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/shebang-command": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/shebang-regex": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/slash": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/tmp": {
|
|
"version": "0.0.33",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"os-tmpdir": "~1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/which": {
|
|
"version": "1.3.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"which": "bin/which"
|
|
}
|
|
},
|
|
"node_modules/patch-package/node_modules/yaml": {
|
|
"version": "1.10.2",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/path": {
|
|
"version": "0.12.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"process": "^0.11.1",
|
|
"util": "^0.10.3"
|
|
}
|
|
},
|
|
"node_modules/path-browserify": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"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-is-inside": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "(WTFPL OR MIT)"
|
|
},
|
|
"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.10.1",
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"lru-cache": "^9.1.1 || ^10.0.0",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
"version": "10.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/path-to-regexp": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-type": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pathval": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/pend": {
|
|
"version": "1.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pico-signals": {
|
|
"version": "1.0.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/pidtree": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"pidtree": "bin/pidtree.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/pify": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pinkie": {
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/pinkie-promise": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pinkie": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/pkg-conf": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^2.0.0",
|
|
"load-json-file": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-conf/node_modules/find-up": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-conf/node_modules/locate-path": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^2.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-conf/node_modules/p-limit": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-conf/node_modules/p-locate": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-conf/node_modules/p-try": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-conf/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"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/playwright": {
|
|
"version": "1.40.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"playwright-core": "1.40.1"
|
|
},
|
|
"bin": {
|
|
"playwright": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "2.3.2"
|
|
}
|
|
},
|
|
"node_modules/playwright-core": {
|
|
"version": "1.40.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"playwright-core": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/playwright-test": {
|
|
"version": "14.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn-loose": "^8.3.0",
|
|
"assert": "^2.1.0",
|
|
"buffer": "^6.0.3",
|
|
"c8": "^8.0.1",
|
|
"camelcase": "^8.0.0",
|
|
"chokidar": "^3.5.3",
|
|
"cpy": "^11.0.0",
|
|
"esbuild": "0.19.7",
|
|
"esbuild-plugin-wasm": "^1.1.0",
|
|
"events": "^3.3.0",
|
|
"execa": "^8.0.1",
|
|
"exit-hook": "^4.0.0",
|
|
"globby": "^14.0.0",
|
|
"kleur": "^4.1.5",
|
|
"lilconfig": "^3.0.0",
|
|
"lodash": "^4.17.21",
|
|
"merge-options": "^3.0.4",
|
|
"nanoid": "^5.0.2",
|
|
"ora": "^7.0.1",
|
|
"p-timeout": "^6.1.2",
|
|
"path-browserify": "^1.0.1",
|
|
"playwright-core": "1.40.0",
|
|
"polka": "^0.5.2",
|
|
"premove": "^4.0.0",
|
|
"process": "^0.11.10",
|
|
"sade": "^1.8.1",
|
|
"sirv": "^2.0.3",
|
|
"source-map": "0.6.1",
|
|
"source-map-support": "^0.5.21",
|
|
"stream-browserify": "^3.0.0",
|
|
"tempy": "^3.1.0",
|
|
"test-exclude": "^6.0.0",
|
|
"util": "^0.12.5",
|
|
"v8-to-istanbul": "^9.2.0"
|
|
},
|
|
"bin": {
|
|
"playwright-test": "cli.js",
|
|
"pw-test": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/@esbuild/darwin-arm64": {
|
|
"version": "0.19.7",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/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/playwright-test/node_modules/c8": {
|
|
"version": "8.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@bcoe/v8-coverage": "^0.2.3",
|
|
"@istanbuljs/schema": "^0.1.3",
|
|
"find-up": "^5.0.0",
|
|
"foreground-child": "^2.0.0",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"istanbul-lib-report": "^3.0.1",
|
|
"istanbul-reports": "^3.1.6",
|
|
"rimraf": "^3.0.2",
|
|
"test-exclude": "^6.0.0",
|
|
"v8-to-istanbul": "^9.0.0",
|
|
"yargs": "^17.7.2",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"bin": {
|
|
"c8": "bin/c8.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/camelcase": {
|
|
"version": "8.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/esbuild": {
|
|
"version": "0.19.7",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/android-arm": "0.19.7",
|
|
"@esbuild/android-arm64": "0.19.7",
|
|
"@esbuild/android-x64": "0.19.7",
|
|
"@esbuild/darwin-arm64": "0.19.7",
|
|
"@esbuild/darwin-x64": "0.19.7",
|
|
"@esbuild/freebsd-arm64": "0.19.7",
|
|
"@esbuild/freebsd-x64": "0.19.7",
|
|
"@esbuild/linux-arm": "0.19.7",
|
|
"@esbuild/linux-arm64": "0.19.7",
|
|
"@esbuild/linux-ia32": "0.19.7",
|
|
"@esbuild/linux-loong64": "0.19.7",
|
|
"@esbuild/linux-mips64el": "0.19.7",
|
|
"@esbuild/linux-ppc64": "0.19.7",
|
|
"@esbuild/linux-riscv64": "0.19.7",
|
|
"@esbuild/linux-s390x": "0.19.7",
|
|
"@esbuild/linux-x64": "0.19.7",
|
|
"@esbuild/netbsd-x64": "0.19.7",
|
|
"@esbuild/openbsd-x64": "0.19.7",
|
|
"@esbuild/sunos-x64": "0.19.7",
|
|
"@esbuild/win32-arm64": "0.19.7",
|
|
"@esbuild/win32-ia32": "0.19.7",
|
|
"@esbuild/win32-x64": "0.19.7"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/execa": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/execa/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/foreground-child": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/get-stream": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/globby": {
|
|
"version": "14.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/merge-streams": "^1.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"ignore": "^5.2.4",
|
|
"path-type": "^5.0.0",
|
|
"slash": "^5.1.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/human-signals": {
|
|
"version": "5.0.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.17.0"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/lilconfig": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/path-type": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/playwright-core": {
|
|
"version": "1.40.0",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"playwright-core": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/slash": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/util": {
|
|
"version": "0.12.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"is-arguments": "^1.0.4",
|
|
"is-generator-function": "^1.0.7",
|
|
"is-typed-array": "^1.1.3",
|
|
"which-typed-array": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/playwright/node_modules/fsevents": {
|
|
"version": "2.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
}
|
|
},
|
|
"node_modules/please-upgrade-node": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver-compare": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/plur": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"irregular-plurals": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/polka": {
|
|
"version": "0.5.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@polka/url": "^0.5.0",
|
|
"trouter": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/portfinder": {
|
|
"version": "1.0.32",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^2.6.4",
|
|
"debug": "^3.2.7",
|
|
"mkdirp": "^0.5.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12.0"
|
|
}
|
|
},
|
|
"node_modules/portfinder/node_modules/async": {
|
|
"version": "2.6.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
},
|
|
"node_modules/portfinder/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/postcss": {
|
|
"version": "8.4.33",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.7",
|
|
"picocolors": "^1.0.0",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/postcss/node_modules/nanoid": {
|
|
"version": "3.3.7",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/prelude-ls": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/premove": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"premove": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"bin": {
|
|
"prettier": "bin/prettier.cjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/prettier-linter-helpers": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-diff": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/private-ip": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"ip-regex": "^5.0.0",
|
|
"ipaddr.js": "^2.1.0",
|
|
"netmask": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
}
|
|
},
|
|
"node_modules/process": {
|
|
"version": "0.11.10",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/process-nextick-args": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/process-on-spawn": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fromentries": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/progress": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/progress-events": {
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/prompt": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@colors/colors": "1.5.0",
|
|
"async": "3.2.3",
|
|
"read": "1.0.x",
|
|
"revalidator": "0.1.x",
|
|
"winston": "2.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/prompt/node_modules/async": {
|
|
"version": "3.2.3",
|
|
"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/proper-lockfile/node_modules/retry": {
|
|
"version": "0.12.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/properties": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/proto-list": {
|
|
"version": "1.2.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/protobufjs": {
|
|
"version": "7.2.5",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "BSD-3-Clause",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@protobufjs/aspromise": "^1.1.2",
|
|
"@protobufjs/base64": "^1.1.2",
|
|
"@protobufjs/codegen": "^2.0.4",
|
|
"@protobufjs/eventemitter": "^1.1.0",
|
|
"@protobufjs/fetch": "^1.1.0",
|
|
"@protobufjs/float": "^1.0.2",
|
|
"@protobufjs/inquire": "^1.1.0",
|
|
"@protobufjs/path": "^1.1.2",
|
|
"@protobufjs/pool": "^1.1.0",
|
|
"@protobufjs/utf8": "^1.1.0",
|
|
"@types/node": ">=13.7.0",
|
|
"long": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/protobufjs-cli": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"escodegen": "^1.13.0",
|
|
"espree": "^9.0.0",
|
|
"estraverse": "^5.1.0",
|
|
"glob": "^8.0.0",
|
|
"jsdoc": "^4.0.0",
|
|
"minimist": "^1.2.0",
|
|
"semver": "^7.1.2",
|
|
"tmp": "^0.2.1",
|
|
"uglify-js": "^3.7.7"
|
|
},
|
|
"bin": {
|
|
"pbjs": "bin/pbjs",
|
|
"pbts": "bin/pbts"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"protobufjs": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/protobufjs-cli/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/protobufjs-cli/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/protobufjs-cli/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/protobufjs-cli/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/protobufjs-cli/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/protons": {
|
|
"version": "7.0.5",
|
|
"dev": true,
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"meow": "^12.0.1",
|
|
"protobufjs-cli": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"protons": "dist/bin/protons.js"
|
|
}
|
|
},
|
|
"node_modules/protons-runtime": {
|
|
"version": "5.4.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"uint8-varint": "^2.0.2",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/proxy-agent": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"http-proxy-agent": "^7.0.1",
|
|
"https-proxy-agent": "^7.0.3",
|
|
"lru-cache": "^7.14.1",
|
|
"pac-proxy-agent": "^7.0.1",
|
|
"proxy-from-env": "^1.1.0",
|
|
"socks-proxy-agent": "^8.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/proxy-agent/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/proxy-from-env": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/psl": {
|
|
"version": "1.9.0",
|
|
"resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
|
|
"integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
|
|
"dev": true
|
|
},
|
|
"node_modules/pump": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pupa": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-goat": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/puppeteer-core": {
|
|
"version": "22.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@puppeteer/browsers": "2.1.0",
|
|
"chromium-bidi": "0.5.9",
|
|
"cross-fetch": "4.0.0",
|
|
"debug": "4.3.4",
|
|
"devtools-protocol": "0.0.1249869",
|
|
"ws": "8.16.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/pure-rand": {
|
|
"version": "6.0.3",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/dubzzz"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fast-check"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pvtsutils": {
|
|
"version": "1.3.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.6.1"
|
|
}
|
|
},
|
|
"node_modules/pvutils": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/qjobs": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.9"
|
|
}
|
|
},
|
|
"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/querystringify": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
|
|
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
|
|
"dev": true
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/quick-lru": {
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/race-event": {
|
|
"version": "1.1.0",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/race-signal": {
|
|
"version": "1.0.2",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/randombytes": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/range-parser": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/raw-body": {
|
|
"version": "2.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/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/ini": {
|
|
"version": "1.3.8",
|
|
"license": "ISC"
|
|
},
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
|
|
"integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"loose-envify": "^1.1.0",
|
|
"object-assign": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.12.12",
|
|
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
"chai": "^4.2.0",
|
|
"execa": "^4.1.0",
|
|
"find-up": "^5.0.0",
|
|
"fs-extra": "^9.0.1",
|
|
"globby": "^11.0.1",
|
|
"is-ci": "^2.0.0",
|
|
"is-uuid": "^1.0.2",
|
|
"lilconfig": "^2.0.2",
|
|
"meow": "^8.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"metro-react-native-babel-preset": "^0.64.0",
|
|
"ora": "^5.1.0",
|
|
"p-retry": "^4.2.0",
|
|
"p-tap": "^3.1.0",
|
|
"patch-package": "^6.2.2",
|
|
"pico-signals": "^1.0.0",
|
|
"read-pkg": "^5.2.0",
|
|
"semver": "^7.3.4",
|
|
"tempy": "^1.0.0",
|
|
"yn": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"rn-test": "cli/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/@types/retry": {
|
|
"version": "0.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/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/react-native-test-runner/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/react-native-test-runner/node_modules/ci-info": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/cli-cursor": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/crypto-random-string": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/execa": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"get-stream": "^5.0.0",
|
|
"human-signals": "^1.1.1",
|
|
"is-stream": "^2.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^4.0.0",
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-final-newline": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/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/react-native-test-runner/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/react-native-test-runner/node_modules/hosted-git-info": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/human-signals": {
|
|
"version": "1.1.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8.12.0"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/is-ci": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ci-info": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"is-ci": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/is-interactive": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/log-symbols": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/meow": {
|
|
"version": "8.1.2",
|
|
"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/react-native-test-runner/node_modules/meow/node_modules/normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"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/react-native-test-runner/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/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/react-native-test-runner/node_modules/ora": {
|
|
"version": "5.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^4.1.0",
|
|
"chalk": "^4.1.0",
|
|
"cli-cursor": "^3.1.0",
|
|
"cli-spinners": "^2.5.0",
|
|
"is-interactive": "^1.0.0",
|
|
"is-unicode-supported": "^0.1.0",
|
|
"log-symbols": "^4.1.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wcwidth": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/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/react-native-test-runner/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/p-retry": {
|
|
"version": "4.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/retry": "0.12.0",
|
|
"retry": "^0.13.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/read-pkg": {
|
|
"version": "5.2.0",
|
|
"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/react-native-test-runner/node_modules/read-pkg-up": {
|
|
"version": "7.0.1",
|
|
"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/react-native-test-runner/node_modules/read-pkg-up/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/react-native-test-runner/node_modules/read-pkg-up/node_modules/type-fest": {
|
|
"version": "0.8.1",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/read-pkg/node_modules/type-fest": {
|
|
"version": "0.6.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/restore-cursor": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/temp-dir": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/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/react-native-test-runner/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/react-native-test-runner/node_modules/type-fest": {
|
|
"version": "0.18.1",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/unique-string": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crypto-random-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/node_modules/yn": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/react-refresh": {
|
|
"version": "0.4.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/read": {
|
|
"version": "1.0.7",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mute-stream": "~0.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"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": "11.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up-simple": "^1.0.0",
|
|
"read-pkg": "^9.0.0",
|
|
"type-fest": "^4.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/hosted-git-info": {
|
|
"version": "7.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^10.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/lru-cache": {
|
|
"version": "10.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/normalize-package-data": {
|
|
"version": "6.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^7.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/parse-json": {
|
|
"version": "8.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.22.13",
|
|
"index-to-position": "^0.1.2",
|
|
"type-fest": "^4.7.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/read-pkg": {
|
|
"version": "9.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/normalize-package-data": "^2.4.3",
|
|
"normalize-package-data": "^6.0.0",
|
|
"parse-json": "^8.0.0",
|
|
"type-fest": "^4.6.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/type-fest": {
|
|
"version": "4.9.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/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/readdirp": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"picomatch": "^2.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
}
|
|
},
|
|
"node_modules/receptacle": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"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/redeyed": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esprima": "~4.0.0"
|
|
}
|
|
},
|
|
"node_modules/regenerate": {
|
|
"version": "1.4.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regenerate-unicode-properties": {
|
|
"version": "10.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerate": "^1.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/regenerator-runtime": {
|
|
"version": "0.14.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regenerator-transform": {
|
|
"version": "0.15.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.8.4"
|
|
}
|
|
},
|
|
"node_modules/regexp.prototype.flags": {
|
|
"version": "1.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"set-function-name": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/regexpp": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mysticatea"
|
|
}
|
|
},
|
|
"node_modules/regexpu-core": {
|
|
"version": "5.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/regjsgen": "^0.8.0",
|
|
"regenerate": "^1.4.2",
|
|
"regenerate-unicode-properties": "^10.1.0",
|
|
"regjsparser": "^0.9.1",
|
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
"unicode-match-property-value-ecmascript": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/registry-auth-token": {
|
|
"version": "5.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pnpm/npm-conf": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/registry-url": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/regjsparser": {
|
|
"version": "0.9.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"jsesc": "~0.5.0"
|
|
},
|
|
"bin": {
|
|
"regjsparser": "bin/parser"
|
|
}
|
|
},
|
|
"node_modules/regjsparser/node_modules/jsesc": {
|
|
"version": "0.5.0",
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
}
|
|
},
|
|
"node_modules/release-zalgo": {
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"es6-error": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/repeat-string": {
|
|
"version": "1.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-from-string": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-main-filename": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/require-package-name": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/requireindex": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.5"
|
|
}
|
|
},
|
|
"node_modules/requires-port": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/requizzle": {
|
|
"version": "0.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node_modules/resolve": {
|
|
"version": "1.22.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.13.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"resolve": "bin/resolve"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/resolve-alpn": {
|
|
"version": "1.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/resolve-dir": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"expand-tilde": "^2.0.0",
|
|
"global-modules": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/resolve-global": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz",
|
|
"integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"global-dirs": "^0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/resolve-global/node_modules/global-dirs": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
|
|
"integrity": "sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"ini": "^1.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/resolve-global/node_modules/ini": {
|
|
"version": "1.3.8",
|
|
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
"dev": true
|
|
},
|
|
"node_modules/resolve-pkg-maps": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"funding": {
|
|
"url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
|
|
}
|
|
},
|
|
"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": "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"
|
|
}
|
|
},
|
|
"node_modules/restore-cursor/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/restore-cursor/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/retry": {
|
|
"version": "0.13.1",
|
|
"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/revalidator": {
|
|
"version": "0.1.8",
|
|
"license": "Apache 2.0",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/rfdc": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/rimraf/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/roarr": {
|
|
"version": "2.15.4",
|
|
"license": "BSD-3-Clause",
|
|
"optional": 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/rollup": {
|
|
"version": "4.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/estree": "1.0.5"
|
|
},
|
|
"bin": {
|
|
"rollup": "dist/bin/rollup"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-android-arm-eabi": "4.12.0",
|
|
"@rollup/rollup-android-arm64": "4.12.0",
|
|
"@rollup/rollup-darwin-arm64": "4.12.0",
|
|
"@rollup/rollup-darwin-x64": "4.12.0",
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.12.0",
|
|
"@rollup/rollup-linux-arm64-gnu": "4.12.0",
|
|
"@rollup/rollup-linux-arm64-musl": "4.12.0",
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.12.0",
|
|
"@rollup/rollup-linux-x64-gnu": "4.12.0",
|
|
"@rollup/rollup-linux-x64-musl": "4.12.0",
|
|
"@rollup/rollup-win32-arm64-msvc": "4.12.0",
|
|
"@rollup/rollup-win32-ia32-msvc": "4.12.0",
|
|
"@rollup/rollup-win32-x64-msvc": "4.12.0",
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/rollup-plugin-copy": {
|
|
"version": "3.5.0",
|
|
"resolved": "https://registry.npmjs.org/rollup-plugin-copy/-/rollup-plugin-copy-3.5.0.tgz",
|
|
"integrity": "sha512-wI8D5dvYovRMx/YYKtUNt3Yxaw4ORC9xo6Gt9t22kveWz1enG9QrhVlagzwrxSC455xD1dHMKhIJkbsQ7d48BA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@types/fs-extra": "^8.0.1",
|
|
"colorette": "^1.1.0",
|
|
"fs-extra": "^8.1.0",
|
|
"globby": "10.0.1",
|
|
"is-plain-object": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.3"
|
|
}
|
|
},
|
|
"node_modules/rollup-plugin-copy/node_modules/colorette": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
|
|
"integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==",
|
|
"dev": true
|
|
},
|
|
"node_modules/rollup-plugin-copy/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
"dev": true,
|
|
"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/rollup-plugin-copy/node_modules/globby": {
|
|
"version": "10.0.1",
|
|
"resolved": "https://registry.npmjs.org/globby/-/globby-10.0.1.tgz",
|
|
"integrity": "sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@types/glob": "^7.1.1",
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.0.3",
|
|
"glob": "^7.1.3",
|
|
"ignore": "^5.1.1",
|
|
"merge2": "^1.2.3",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/run-parallel": {
|
|
"version": "1.2.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/rxjs": {
|
|
"version": "6.6.7",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"npm": ">=2.0.0"
|
|
}
|
|
},
|
|
"node_modules/rxjs/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/sade": {
|
|
"version": "1.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mri": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/safe-array-concat": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.1",
|
|
"has-symbols": "^1.0.3",
|
|
"isarray": "^2.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safe-regex-test": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.3",
|
|
"is-regex": "^1.1.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/saxes": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
|
|
"integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"xmlchars": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/schema-utils": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.8",
|
|
"ajv": "^6.12.5",
|
|
"ajv-keywords": "^3.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
}
|
|
},
|
|
"node_modules/scrypt-js": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
|
|
"integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA=="
|
|
},
|
|
"node_modules/semantic-release": {
|
|
"version": "23.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@semantic-release/commit-analyzer": "^11.0.0",
|
|
"@semantic-release/error": "^4.0.0",
|
|
"@semantic-release/github": "^9.0.0",
|
|
"@semantic-release/npm": "^11.0.0",
|
|
"@semantic-release/release-notes-generator": "^12.0.0",
|
|
"aggregate-error": "^5.0.0",
|
|
"cosmiconfig": "^9.0.0",
|
|
"debug": "^4.0.0",
|
|
"env-ci": "^11.0.0",
|
|
"execa": "^8.0.0",
|
|
"figures": "^6.0.0",
|
|
"find-versions": "^5.1.0",
|
|
"get-stream": "^6.0.0",
|
|
"git-log-parser": "^1.2.0",
|
|
"hook-std": "^3.0.0",
|
|
"hosted-git-info": "^7.0.0",
|
|
"import-from-esm": "^1.3.1",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^11.0.0",
|
|
"marked-terminal": "^6.0.0",
|
|
"micromatch": "^4.0.2",
|
|
"p-each-series": "^3.0.0",
|
|
"p-reduce": "^3.0.0",
|
|
"read-pkg-up": "^11.0.0",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.3.2",
|
|
"semver-diff": "^4.0.0",
|
|
"signale": "^1.2.1",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"bin": {
|
|
"semantic-release": "bin/semantic-release.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.8.1"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/@semantic-release/error": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/aggregate-error": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-stack": "^5.2.0",
|
|
"indent-string": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/clean-stack": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/cosmiconfig": {
|
|
"version": "9.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.1",
|
|
"import-fresh": "^3.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/d-fischer"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.9.5"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/env-paths": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/execa": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/execa/node_modules/get-stream": {
|
|
"version": "8.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/figures": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-unicode-supported": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/hosted-git-info": {
|
|
"version": "7.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^10.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/human-signals": {
|
|
"version": "5.0.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16.17.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/is-unicode-supported": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/lru-cache": {
|
|
"version": "10.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/marked": {
|
|
"version": "11.1.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"marked": "bin/marked.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/p-reduce": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/signal-exit": {
|
|
"version": "4.1.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.6.0",
|
|
"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"
|
|
},
|
|
"node_modules/semver-diff": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semver-regex": {
|
|
"version": "4.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/serialize-error": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"optional": 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,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/serialize-javascript": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/serve": {
|
|
"version": "14.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@zeit/schemas": "2.29.0",
|
|
"ajv": "8.11.0",
|
|
"arg": "5.0.2",
|
|
"boxen": "7.0.0",
|
|
"chalk": "5.0.1",
|
|
"chalk-template": "0.4.0",
|
|
"clipboardy": "3.0.0",
|
|
"compression": "1.7.4",
|
|
"is-port-reachable": "4.0.0",
|
|
"serve-handler": "6.1.5",
|
|
"update-check": "1.5.4"
|
|
},
|
|
"bin": {
|
|
"serve": "build/main.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/serve-handler": {
|
|
"version": "6.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.0.0",
|
|
"content-disposition": "0.5.2",
|
|
"fast-url-parser": "1.1.3",
|
|
"mime-types": "2.1.18",
|
|
"minimatch": "3.1.2",
|
|
"path-is-inside": "1.0.2",
|
|
"path-to-regexp": "2.2.1",
|
|
"range-parser": "1.2.0"
|
|
}
|
|
},
|
|
"node_modules/serve-handler/node_modules/bytes": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/serve-handler/node_modules/mime-db": {
|
|
"version": "1.33.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/serve-handler/node_modules/mime-types": {
|
|
"version": "2.1.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "~1.33.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/serve-handler/node_modules/range-parser": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/serve/node_modules/ajv": {
|
|
"version": "8.11.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/serve/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/serve/node_modules/arg": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/serve/node_modules/chalk": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/serve/node_modules/chalk-template": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk-template?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/serve/node_modules/chalk-template/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/serve/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/serve/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/serve/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/serve/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/set-function-name": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"define-data-property": "^1.0.1",
|
|
"functions-have-names": "^1.2.3",
|
|
"has-property-descriptors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/setprototypeof": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/shell-quote": {
|
|
"version": "1.8.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/shiki": {
|
|
"version": "0.14.7",
|
|
"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/signale": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.3.2",
|
|
"figures": "^2.0.0",
|
|
"pkg-conf": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/signale/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/signale/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/signale/node_modules/figures": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/signale/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/signale/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/sinon": {
|
|
"version": "17.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^3.0.0",
|
|
"@sinonjs/fake-timers": "^11.2.2",
|
|
"@sinonjs/samsam": "^8.0.0",
|
|
"diff": "^5.1.0",
|
|
"nise": "^5.1.5",
|
|
"supports-color": "^7.2.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/sinon"
|
|
}
|
|
},
|
|
"node_modules/sinon/node_modules/diff": {
|
|
"version": "5.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/sinon/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/sirv": {
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@polka/url": "^1.0.0-next.24",
|
|
"mrmime": "^2.0.0",
|
|
"totalist": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/sirv/node_modules/@polka/url": {
|
|
"version": "1.0.0-next.24",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/size-limit": {
|
|
"version": "11.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes-iec": "^3.1.1",
|
|
"chokidar": "^3.5.3",
|
|
"globby": "^14.0.0",
|
|
"lilconfig": "^3.0.0",
|
|
"nanospinner": "^1.1.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"size-limit": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^18.0.0 || >=20.0.0"
|
|
}
|
|
},
|
|
"node_modules/size-limit/node_modules/globby": {
|
|
"version": "14.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/merge-streams": "^1.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"ignore": "^5.2.4",
|
|
"path-type": "^5.0.0",
|
|
"slash": "^5.1.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/size-limit/node_modules/lilconfig": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/size-limit/node_modules/path-type": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/size-limit/node_modules/slash": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/skin-tone": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"unicode-emoji-modifier-base": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/slash": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/slice-ansi": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.0.0",
|
|
"is-fullwidth-code-point": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/slice-ansi/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/smart-buffer": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/socket.io": {
|
|
"version": "4.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.4",
|
|
"base64id": "~2.0.0",
|
|
"cors": "~2.8.5",
|
|
"debug": "~4.3.2",
|
|
"engine.io": "~6.5.2",
|
|
"socket.io-adapter": "~2.5.2",
|
|
"socket.io-parser": "~4.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.2.0"
|
|
}
|
|
},
|
|
"node_modules/socket.io-adapter": {
|
|
"version": "2.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ws": "~8.11.0"
|
|
}
|
|
},
|
|
"node_modules/socket.io-adapter/node_modules/ws": {
|
|
"version": "8.11.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/socket.io-parser": {
|
|
"version": "4.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
"debug": "~4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/socks": {
|
|
"version": "2.8.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip-address": "^9.0.5",
|
|
"smart-buffer": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/socks-proxy-agent": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"socks": "^2.7.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/sort-any": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/sort-any/-/sort-any-2.0.0.tgz",
|
|
"integrity": "sha512-T9JoiDewQEmWcnmPn/s9h/PH9t3d/LSWi0RgVmXSuDYeZXTZOZ1/wrK2PHaptuR1VXe3clLLt0pD6sgVOwjNEA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-js": {
|
|
"version": "1.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/source-map-support": {
|
|
"version": "0.5.21",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"node_modules/sourcemap-codec": {
|
|
"version": "1.4.8",
|
|
"resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
|
|
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
|
|
"deprecated": "Please use @jridgewell/sourcemap-codec instead",
|
|
"dev": true
|
|
},
|
|
"node_modules/spawn-error-forwarder": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/spawn-wrap": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^2.0.0",
|
|
"is-windows": "^1.0.2",
|
|
"make-dir": "^3.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/spawn-wrap/node_modules/foreground-child": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/spdx-correct": {
|
|
"version": "3.2.0",
|
|
"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",
|
|
"license": "CC-BY-3.0"
|
|
},
|
|
"node_modules/spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/spdx-license-ids": {
|
|
"version": "3.0.15",
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/split-ca": {
|
|
"version": "1.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/split2": {
|
|
"version": "4.2.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 10.x"
|
|
}
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.1.3",
|
|
"devOptional": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/ssh2": {
|
|
"version": "1.14.0",
|
|
"hasInstallScript": true,
|
|
"dependencies": {
|
|
"asn1": "^0.2.6",
|
|
"bcrypt-pbkdf": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.16.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"cpu-features": "~0.0.8",
|
|
"nan": "^2.17.0"
|
|
}
|
|
},
|
|
"node_modules/stack-trace": {
|
|
"version": "0.0.10",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/statuses": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"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/stream-browserify": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "~2.0.4",
|
|
"readable-stream": "^3.5.0"
|
|
}
|
|
},
|
|
"node_modules/stream-buffers": {
|
|
"version": "3.0.2",
|
|
"license": "Unlicense",
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/stream-combiner2": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexer2": "~0.1.0",
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/stream-combiner2/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stream-combiner2/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/stream-combiner2/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stream-combiner2/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/streamroller": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"date-format": "^4.0.14",
|
|
"debug": "^4.3.4",
|
|
"fs-extra": "^8.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/streamx": {
|
|
"version": "2.16.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-fifo": "^1.1.0",
|
|
"queue-tick": "^1.0.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"bare-events": "^2.2.0"
|
|
}
|
|
},
|
|
"node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/string-argv": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.19"
|
|
}
|
|
},
|
|
"node_modules/string-width": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/string-width-cjs": {
|
|
"name": "string-width",
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string-width-cjs/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string-width-cjs/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string-width-cjs/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.padend": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trim": {
|
|
"version": "1.2.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimend": {
|
|
"version": "1.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimstart": {
|
|
"version": "1.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi-cjs": {
|
|
"name": "strip-ansi",
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/strip-final-newline": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/strip-outer/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/strong-log-transformer": {
|
|
"version": "2.1.0",
|
|
"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/sumchecker": {
|
|
"version": "3.0.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"debug": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0"
|
|
}
|
|
},
|
|
"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/supports-hyperlinks": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0",
|
|
"supports-color": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18"
|
|
}
|
|
},
|
|
"node_modules/supports-hyperlinks/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-observable": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/symbol-tree": {
|
|
"version": "3.2.4",
|
|
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/synckit": {
|
|
"version": "0.8.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pkgr/core": "^0.1.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts"
|
|
}
|
|
},
|
|
"node_modules/tail": {
|
|
"version": "2.2.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/tapable": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tar-fs": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^3.1.5"
|
|
},
|
|
"optionalDependencies": {
|
|
"bare-fs": "^2.1.1",
|
|
"bare-path": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/tar-fs/node_modules/tar-stream": {
|
|
"version": "3.1.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"b4a": "^1.6.4",
|
|
"fast-fifo": "^1.2.0",
|
|
"streamx": "^2.15.0"
|
|
}
|
|
},
|
|
"node_modules/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/temp-dir": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
}
|
|
},
|
|
"node_modules/tempy": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-stream": "^3.0.0",
|
|
"temp-dir": "^3.0.0",
|
|
"type-fest": "^2.12.2",
|
|
"unique-string": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/tempy/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/terser": {
|
|
"version": "5.28.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@jridgewell/source-map": "^0.3.3",
|
|
"acorn": "^8.8.2",
|
|
"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.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.20",
|
|
"jest-worker": "^27.4.5",
|
|
"schema-utils": "^3.1.1",
|
|
"serialize-javascript": "^6.0.1",
|
|
"terser": "^5.26.0"
|
|
},
|
|
"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/@jridgewell/trace-mapping": {
|
|
"version": "0.3.23",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"node_modules/terser/node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"dev": true,
|
|
"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/test-exclude/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/text-extensions": {
|
|
"version": "2.4.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/text-table": {
|
|
"version": "0.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"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/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/through2/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/tmp": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rimraf": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.17.0"
|
|
}
|
|
},
|
|
"node_modules/to-fast-properties": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/toidentifier": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/toposource": {
|
|
"version": "1.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/totalist": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tough-cookie": {
|
|
"version": "4.1.3",
|
|
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
|
|
"integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==",
|
|
"dev": true,
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
|
|
"integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/traverse": {
|
|
"version": "0.6.8",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/trim-newlines": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/trim-repeated": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/trim-repeated/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/trouter": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"matchit": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ts-api-utils": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.13.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.2.0"
|
|
}
|
|
},
|
|
"node_modules/ts-loader": {
|
|
"version": "9.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"enhanced-resolve": "^5.0.0",
|
|
"micromatch": "^4.0.0",
|
|
"semver": "^7.3.4",
|
|
"source-map": "^0.7.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*",
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/ts-loader/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/ts-loader/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/ts-loader/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/ts-loader/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ts-loader/node_modules/source-map": {
|
|
"version": "0.7.4",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/ts-loader/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ts-node": {
|
|
"version": "10.9.2",
|
|
"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/tsconfig": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/strip-bom": "^3.0.0",
|
|
"@types/strip-json-comments": "0.0.30",
|
|
"strip-bom": "^3.0.0",
|
|
"strip-json-comments": "^2.0.0"
|
|
}
|
|
},
|
|
"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/node_modules/strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.6.2",
|
|
"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-etc": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs": "^17.0.0",
|
|
"yargs": "^17.0.0"
|
|
},
|
|
"bin": {
|
|
"ts-flags": "bin/ts-flags",
|
|
"ts-kind": "bin/ts-kind"
|
|
},
|
|
"peerDependencies": {
|
|
"tsutils": "^3.0.0",
|
|
"typescript": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/tsutils/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"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": "0.20.2",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/type-is": {
|
|
"version": "1.6.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.24"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/typed-array-buffer": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.1",
|
|
"is-typed-array": "^1.1.10"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/typed-array-byte-length": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"has-proto": "^1.0.1",
|
|
"is-typed-array": "^1.1.10"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typed-array-byte-offset": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"has-proto": "^1.0.1",
|
|
"is-typed-array": "^1.1.10"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typed-array-length": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"is-typed-array": "^1.1.9"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/typedarray-to-buffer": {
|
|
"version": "3.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-typedarray": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/typedoc": {
|
|
"version": "0.25.9",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"lunr": "^2.3.9",
|
|
"marked": "^4.3.0",
|
|
"minimatch": "^9.0.3",
|
|
"shiki": "^0.14.7"
|
|
},
|
|
"bin": {
|
|
"typedoc": "bin/typedoc"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x"
|
|
}
|
|
},
|
|
"node_modules/typedoc-plugin-mdn-links": {
|
|
"version": "3.1.12",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"typedoc": ">= 0.23.14 || 0.24.x || 0.25.x"
|
|
}
|
|
},
|
|
"node_modules/typedoc-plugin-missing-exports": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"typedoc": "0.24.x || 0.25.x"
|
|
}
|
|
},
|
|
"node_modules/typedoc/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/typedoc/node_modules/minimatch": {
|
|
"version": "9.0.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.3.3",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier": {
|
|
"version": "2.5.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"fs-extra": "^10.0.0",
|
|
"ora": "^5.4.1",
|
|
"strip-ansi": "^7.0.1",
|
|
"ts-node": "^10.8.1",
|
|
"tsconfig": "^7.0.0",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"bin": {
|
|
"typescript-docs-verifier": "dist/bin/compile-typescript-docs.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">3.8.3"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/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/typescript-docs-verifier/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/typescript-docs-verifier/node_modules/cli-cursor": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/typescript-docs-verifier/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/typescript-docs-verifier/node_modules/is-interactive": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/log-symbols": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/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/typescript-docs-verifier/node_modules/ora": {
|
|
"version": "5.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^4.1.0",
|
|
"chalk": "^4.1.0",
|
|
"cli-cursor": "^3.1.0",
|
|
"cli-spinners": "^2.5.0",
|
|
"is-interactive": "^1.0.0",
|
|
"is-unicode-supported": "^0.1.0",
|
|
"log-symbols": "^4.1.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wcwidth": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/ora/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/restore-cursor": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/typescript-docs-verifier/node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/ua-parser-js": {
|
|
"version": "0.7.36",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/ua-parser-js"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/faisalman"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/faisalman"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/uc.micro": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/uglify-js": {
|
|
"version": "3.17.4",
|
|
"devOptional": true,
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"uglifyjs": "bin/uglifyjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/uint8-varint": {
|
|
"version": "2.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"uint8arraylist": "^2.0.0",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/uint8arraylist": {
|
|
"version": "2.4.8",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/uint8arrays": {
|
|
"version": "5.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"multiformats": "^13.0.0"
|
|
}
|
|
},
|
|
"node_modules/uint8arrays/node_modules/multiformats": {
|
|
"version": "13.0.1",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"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/unbzip2-stream": {
|
|
"version": "1.4.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.2.1",
|
|
"through": "^2.3.8"
|
|
}
|
|
},
|
|
"node_modules/underscore": {
|
|
"version": "1.13.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-emoji-modifier-base": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-match-property-ecmascript": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"unicode-canonical-property-names-ecmascript": "^2.0.0",
|
|
"unicode-property-aliases-ecmascript": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-match-property-value-ecmascript": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicode-property-aliases-ecmascript": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/unicorn-magic": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/unique-string": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crypto-random-string": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/unist-util-is": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-visit": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/unist-util-visit-parents": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/unified"
|
|
}
|
|
},
|
|
"node_modules/universal-user-agent": {
|
|
"version": "6.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/universalify": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/unpipe": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.0.13",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escalade": "^3.1.1",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"update-browserslist-db": "cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"browserslist": ">= 4.21.0"
|
|
}
|
|
},
|
|
"node_modules/update-check": {
|
|
"version": "1.5.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"registry-auth-token": "3.3.2",
|
|
"registry-url": "3.1.0"
|
|
}
|
|
},
|
|
"node_modules/update-check/node_modules/registry-auth-token": {
|
|
"version": "3.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "^1.1.6",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/update-notifier": {
|
|
"version": "7.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boxen": "^7.1.1",
|
|
"chalk": "^5.3.0",
|
|
"configstore": "^6.0.0",
|
|
"import-lazy": "^4.0.0",
|
|
"is-in-ci": "^0.1.0",
|
|
"is-installed-globally": "^0.4.0",
|
|
"is-npm": "^6.0.0",
|
|
"latest-version": "^7.0.0",
|
|
"pupa": "^3.1.0",
|
|
"semver": "^7.5.4",
|
|
"semver-diff": "^4.0.0",
|
|
"xdg-basedir": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/yeoman/update-notifier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/update-notifier/node_modules/boxen": {
|
|
"version": "7.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-align": "^3.0.1",
|
|
"camelcase": "^7.0.1",
|
|
"chalk": "^5.2.0",
|
|
"cli-boxes": "^3.0.0",
|
|
"string-width": "^5.1.2",
|
|
"type-fest": "^2.13.0",
|
|
"widest-line": "^4.0.1",
|
|
"wrap-ansi": "^8.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/update-notifier/node_modules/camelcase": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/update-notifier/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/uri-js": {
|
|
"version": "4.4.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/url-join": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/url-parse": {
|
|
"version": "1.5.10",
|
|
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
|
|
"integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"querystringify": "^2.1.1",
|
|
"requires-port": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/urlpattern-polyfill": {
|
|
"version": "10.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utf8-bytes": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utf8-codec": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utf8-length": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/utf8-string-bytes": {
|
|
"version": "1.0.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/util": {
|
|
"version": "0.10.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "2.0.3"
|
|
}
|
|
},
|
|
"node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/util/node_modules/inherits": {
|
|
"version": "2.0.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/utils-merge": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "9.0.1",
|
|
"funding": [
|
|
"https://github.com/sponsors/broofa",
|
|
"https://github.com/sponsors/ctavan"
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/v8-compile-cache-lib": {
|
|
"version": "3.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/v8-to-istanbul": {
|
|
"version": "9.2.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.12",
|
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
"convert-source-map": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
}
|
|
},
|
|
"node_modules/v8-to-istanbul/node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.21",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"node_modules/v8-to-istanbul/node_modules/convert-source-map": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/validate-npm-package-name": {
|
|
"version": "5.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/vary": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/void-elements": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/vscode-languageserver-textdocument": {
|
|
"version": "1.0.11",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vscode-oniguruma": {
|
|
"version": "1.7.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vscode-textmate": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/vscode-uri": {
|
|
"version": "3.0.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/w3c-hr-time": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
|
|
"integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
|
|
"deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"browser-process-hrtime": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/w3c-xmlserializer": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz",
|
|
"integrity": "sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"xml-name-validator": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/watchpack": {
|
|
"version": "2.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/wcwidth": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defaults": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/webpack": {
|
|
"version": "5.90.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/eslint-scope": "^3.7.3",
|
|
"@types/estree": "^1.0.5",
|
|
"@webassemblyjs/ast": "^1.11.5",
|
|
"@webassemblyjs/wasm-edit": "^1.11.5",
|
|
"@webassemblyjs/wasm-parser": "^1.11.5",
|
|
"acorn": "^8.7.1",
|
|
"acorn-import-assertions": "^1.9.0",
|
|
"browserslist": "^4.21.10",
|
|
"chrome-trace-event": "^1.0.2",
|
|
"enhanced-resolve": "^5.15.0",
|
|
"es-module-lexer": "^1.2.1",
|
|
"eslint-scope": "5.1.1",
|
|
"events": "^3.2.0",
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.2.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.2.0",
|
|
"tapable": "^2.1.1",
|
|
"terser-webpack-plugin": "^5.3.10",
|
|
"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-merge": {
|
|
"version": "4.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.15"
|
|
}
|
|
},
|
|
"node_modules/webpack-sources": {
|
|
"version": "3.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/webpack/node_modules/eslint-scope": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/webpack/node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/whatwg-encoding": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz",
|
|
"integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"iconv-lite": "0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/whatwg-encoding/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/whatwg-fetch": {
|
|
"version": "3.6.19",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/whatwg-mimetype": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
|
|
"integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/whatwg-url": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/wherearewe": {
|
|
"version": "2.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"is-electron": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/which": {
|
|
"version": "2.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/which-boxed-primitive": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-bigint": "^1.0.1",
|
|
"is-boolean-object": "^1.1.0",
|
|
"is-number-object": "^1.0.4",
|
|
"is-string": "^1.0.5",
|
|
"is-symbol": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-module": {
|
|
"version": "2.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/which-typed-array": {
|
|
"version": "1.1.11",
|
|
"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/widest-line": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/winston": {
|
|
"version": "2.4.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^2.6.4",
|
|
"colors": "1.0.x",
|
|
"cycle": "1.0.x",
|
|
"eyes": "0.1.x",
|
|
"isstream": "0.1.x",
|
|
"stack-trace": "0.0.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/winston/node_modules/async": {
|
|
"version": "2.6.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
},
|
|
"node_modules/word-wrap": {
|
|
"version": "1.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/wordwrap": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/workerpool": {
|
|
"version": "6.2.1",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/wrap-ansi": {
|
|
"version": "8.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^6.1.0",
|
|
"string-width": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs": {
|
|
"name": "wrap-ansi",
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs/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/wrap-ansi-cjs/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi/node_modules/ansi-styles": {
|
|
"version": "6.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/write-file-atomic": {
|
|
"version": "3.0.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"is-typedarray": "^1.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"typedarray-to-buffer": "^3.1.5"
|
|
}
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.16.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/xdg-basedir": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/xml-name-validator": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
|
|
"integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/xmlchars": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/xmlcreate": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/xtend": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/y18n": {
|
|
"version": "5.0.8",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "2.3.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/yargs": {
|
|
"version": "17.7.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^8.0.1",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.3",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs-parser": {
|
|
"version": "21.1.1",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs-unparser": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase": "^6.0.0",
|
|
"decamelize": "^4.0.0",
|
|
"flat": "^5.0.2",
|
|
"is-plain-obj": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yargs-unparser/node_modules/decamelize": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/yargs/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/yargs/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/yargs/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/yargs/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/yargs/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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",
|
|
"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/zwitch": {
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"packages/browser-tests": {
|
|
"name": "@waku/browser-tests",
|
|
"version": "0.1.0",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.40.1",
|
|
"@waku/create-app": "^0.1.1-504bcd4",
|
|
"dotenv-flow": "^4.1.0",
|
|
"serve": "^14.2.1"
|
|
}
|
|
},
|
|
"packages/build-utils": {
|
|
"name": "@waku/build-utils",
|
|
"version": "1.0.0",
|
|
"license": "MIT OR Apache-2.0"
|
|
},
|
|
"packages/core": {
|
|
"name": "@waku/core",
|
|
"version": "0.0.27",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@libp2p/ping": "^1.0.12",
|
|
"@noble/hashes": "^1.3.2",
|
|
"@waku/enr": "^0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/message-hash": "^0.1.11",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"debug": "^4.3.4",
|
|
"it-all": "^3.0.4",
|
|
"it-length-prefixed": "^9.0.4",
|
|
"it-pipe": "^3.0.1",
|
|
"p-event": "^6.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/uuid": "^9.0.8",
|
|
"@waku/build-utils": "*",
|
|
"chai": "^4.3.10",
|
|
"cspell": "^8.3.2",
|
|
"fast-check": "^3.15.1",
|
|
"ignore-loader": "^0.1.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"mocha": "^10.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"rollup": "^4.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@waku/enr": "^0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/message-hash": "^0.1.11",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"libp2p": "^1.1.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@multiformats/multiaddr": {
|
|
"optional": true
|
|
},
|
|
"@waku/interfaces": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/discovery": {
|
|
"name": "@waku/discovery",
|
|
"version": "0.0.1",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@waku/enr": "0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "^0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"debug": "^4.3.4",
|
|
"dns-query": "^0.11.2",
|
|
"hi-base32": "^0.5.1",
|
|
"uint8arrays": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@libp2p/peer-id-factory": "^4.0.5",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/node-localstorage": "^1.3.3",
|
|
"@waku/build-utils": "*",
|
|
"chai": "^4.3.10",
|
|
"chai-as-promised": "^7.1.1",
|
|
"cspell": "^8.3.2",
|
|
"mocha": "^10.3.0",
|
|
"node-localstorage": "^3.0.5",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^4.12.0",
|
|
"sinon": "^17.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/enr": "0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@libp2p/interface": {
|
|
"optional": true
|
|
},
|
|
"@waku/interfaces": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/enr": {
|
|
"name": "@waku/enr",
|
|
"version": "0.0.21",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@ethersproject/rlp": "^5.7.0",
|
|
"@libp2p/crypto": "^4.0.0",
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@noble/secp256k1": "^1.7.1",
|
|
"@waku/utils": "0.0.15",
|
|
"debug": "^4.3.4",
|
|
"js-sha3": "^0.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"@libp2p/peer-id-factory": "^4.0.5",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/mocha": "^10.0.6",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.22",
|
|
"chai": "^4.3.10",
|
|
"cspell": "^8.3.2",
|
|
"fast-check": "^3.15.1",
|
|
"mocha": "^10.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"rollup": "^4.12.0",
|
|
"uint8arrays": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/utils": "0.0.15"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@multiformats/multiaddr": {
|
|
"optional": true
|
|
},
|
|
"@waku/interfaces": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/interfaces": {
|
|
"name": "@waku/interfaces",
|
|
"version": "0.0.22",
|
|
"license": "MIT OR Apache-2.0",
|
|
"devDependencies": {
|
|
"@chainsafe/libp2p-gossipsub": "^12.0.0",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"cspell": "^8.3.2",
|
|
"libp2p": "^1.1.2",
|
|
"npm-run-all": "^4.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"packages/message-encryption": {
|
|
"name": "@waku/message-encryption",
|
|
"version": "0.0.25",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@noble/secp256k1": "^1.7.1",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"debug": "^4.3.4",
|
|
"js-sha3": "^0.9.2",
|
|
"uint8arrays": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/mocha": "^10.0.6",
|
|
"@waku/build-utils": "*",
|
|
"chai": "^4.3.10",
|
|
"cspell": "^8.3.2",
|
|
"fast-check": "^3.15.1",
|
|
"mocha": "^10.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"rollup": "^4.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@waku/core": "0.0.27",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@waku/interfaces": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/message-hash": {
|
|
"name": "@waku/message-hash",
|
|
"version": "0.1.11",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.3.2",
|
|
"@waku/utils": "0.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/mocha": "^10.0.6",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.22",
|
|
"chai": "^4.3.10",
|
|
"cspell": "^8.3.2",
|
|
"fast-check": "^3.15.1",
|
|
"ignore-loader": "^0.1.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"mocha": "^10.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"rollup": "^4.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/utils": "0.0.15"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@waku/interfaces": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/proto": {
|
|
"name": "@waku/proto",
|
|
"version": "0.0.6",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"protons-runtime": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@waku/build-utils": "*",
|
|
"cspell": "^8.3.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"protons": "^7.0.2",
|
|
"rollup": "^4.12.0",
|
|
"uint8arraylist": "^2.4.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"packages/relay": {
|
|
"name": "@waku/relay",
|
|
"version": "0.0.10",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-gossipsub": "^12.0.0",
|
|
"@noble/hashes": "^1.3.2",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"chai": "^4.3.10",
|
|
"debug": "^4.3.4",
|
|
"fast-check": "^3.15.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@waku/build-utils": "*",
|
|
"rollup": "^4.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@chainsafe/libp2p-gossipsub": "^12.0.0",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@chainsafe/libp2p-gossipsub": {
|
|
"optional": true
|
|
},
|
|
"@waku/interfaces": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/rln": {
|
|
"name": "@waku/rln",
|
|
"version": "0.1.2",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@chainsafe/bls-keystore": "^3.0.0",
|
|
"@waku/core": "^0.0.27",
|
|
"@waku/utils": "^0.0.15",
|
|
"@waku/zerokit-rln-wasm": "^0.0.13",
|
|
"ethereum-cryptography": "^2.1.2",
|
|
"ethers": "^5.7.2",
|
|
"lodash": "^4.17.21",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@rollup/plugin-wasm": "^5.2.0",
|
|
"@size-limit/preset-big-lib": "^8.0.0",
|
|
"@types/app-root-path": "^1.2.4",
|
|
"@types/chai": "^4.2.15",
|
|
"@types/chai-as-promised": "^7.1.6",
|
|
"@types/chai-spies": "^1.0.3",
|
|
"@types/chai-subset": "^1.3.3",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/deep-equal-in-any-order": "^1.0.1",
|
|
"@types/lodash": "^4.14.199",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/node": "^17.0.6",
|
|
"@types/tail": "^2.0.0",
|
|
"@types/uuid": "^8.3.0",
|
|
"@waku/interfaces": "^0.0.22",
|
|
"@waku/message-encryption": "^0.0.25",
|
|
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
|
|
"ajv": "^8.12.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"app-root-path": "^3.0.0",
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-spies": "^1.0.0",
|
|
"chai-subset": "^1.6.0",
|
|
"cspell": "^5.14.0",
|
|
"deep-equal-in-any-order": "^2.0.6",
|
|
"fast-check": "^2.25.0",
|
|
"gh-pages": "^3.2.3",
|
|
"husky": "^7.0.4",
|
|
"ignore-loader": "^0.1.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"jsdom": "^19.0.0",
|
|
"jsdom-global": "^3.0.2",
|
|
"mocha": "10.1.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"p-timeout": "^4.1.0",
|
|
"process": "^0.11.10",
|
|
"rollup": "^2.75.0",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"tail": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@cspell/cspell-bundled-dicts": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.21.2.tgz",
|
|
"integrity": "sha512-Y5TU6wV/H+RV1VOB32MowiKofBsEZId4x4ReWCyw4KUtJegeljajCfhHwiQaZuvA69E13cJnOMDwi9qozj4kjw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/dict-ada": "^2.0.0",
|
|
"@cspell/dict-aws": "^2.0.0",
|
|
"@cspell/dict-bash": "^2.0.2",
|
|
"@cspell/dict-companies": "^2.0.4",
|
|
"@cspell/dict-cpp": "^3.1.0",
|
|
"@cspell/dict-cryptocurrencies": "^2.0.0",
|
|
"@cspell/dict-csharp": "^3.0.1",
|
|
"@cspell/dict-css": "^2.0.0",
|
|
"@cspell/dict-dart": "^1.1.0",
|
|
"@cspell/dict-django": "^2.0.0",
|
|
"@cspell/dict-dotnet": "^2.0.1",
|
|
"@cspell/dict-elixir": "^2.0.1",
|
|
"@cspell/dict-en_us": "^2.2.5",
|
|
"@cspell/dict-en-gb": "^1.1.33",
|
|
"@cspell/dict-filetypes": "^2.0.1",
|
|
"@cspell/dict-fonts": "^2.0.0",
|
|
"@cspell/dict-fullstack": "^2.0.5",
|
|
"@cspell/dict-git": "^1.0.1",
|
|
"@cspell/dict-golang": "^3.0.1",
|
|
"@cspell/dict-haskell": "^2.0.0",
|
|
"@cspell/dict-html": "^3.0.1",
|
|
"@cspell/dict-html-symbol-entities": "^3.0.0",
|
|
"@cspell/dict-java": "^2.0.0",
|
|
"@cspell/dict-latex": "^2.0.3",
|
|
"@cspell/dict-lorem-ipsum": "^2.0.0",
|
|
"@cspell/dict-lua": "^2.0.0",
|
|
"@cspell/dict-node": "^2.0.1",
|
|
"@cspell/dict-npm": "^2.0.3",
|
|
"@cspell/dict-php": "^2.0.0",
|
|
"@cspell/dict-powershell": "^2.0.0",
|
|
"@cspell/dict-public-licenses": "^1.0.4",
|
|
"@cspell/dict-python": "^3.0.5",
|
|
"@cspell/dict-r": "^1.0.2",
|
|
"@cspell/dict-ruby": "^2.0.1",
|
|
"@cspell/dict-rust": "^2.0.0",
|
|
"@cspell/dict-scala": "^2.0.0",
|
|
"@cspell/dict-software-terms": "^2.1.7",
|
|
"@cspell/dict-swift": "^1.0.2",
|
|
"@cspell/dict-typescript": "^2.0.0",
|
|
"@cspell/dict-vue": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@cspell/cspell-pipe": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-5.21.2.tgz",
|
|
"integrity": "sha512-MN1SXeqqurWYNknbUMPHRFyTvURbO53/1Aw3zEoCeVUSiGbD5rrb1N+t0YDbOphWrkkrJAZk82/2ZBJ2USE/vg==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@cspell/cspell-types": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.21.2.tgz",
|
|
"integrity": "sha512-g2h4qNR6C53IcSM3KR0DZ9gsqp+2FyKD371htJOmSJGmWb4s45QY0hsPr12A2J8/bT+E3uMtHn9KxJeQ7t0SzA==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-ada": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-2.0.1.tgz",
|
|
"integrity": "sha512-vopTJ1oHrrFYV5GU55Sr+AzItR78Uj5YbCaspYABmYKlq4NRrcUAUsr4bWgymDcspMIHO7e7IFcj48OKs1fndA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-aws": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-2.0.0.tgz",
|
|
"integrity": "sha512-NKz7pDZ7pwj/b33i3f4WLpC1rOOUMmENwYgftxU+giU2YBeKM2wZbMTSEIzsrel56r0UlQYmdIVlP/B4nnVaoQ==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-bash": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-2.0.4.tgz",
|
|
"integrity": "sha512-uK/ehmp5LYrmRH2Gv3nbvdPswpkybJUn34WYKLpeuYHQktmi+pOI1A9uPdBPnSbMDffSvwQlQohIyKawz+X8Ag==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-companies": {
|
|
"version": "2.0.14",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.14.tgz",
|
|
"integrity": "sha512-Sq1X29Z05OZ/UNqTwVhf3/WaqvJQy4/S6gS8qYI5AQRX45gVe8CPhNBLmZOTC6z8m716bfQCxa5rRT9YNSdTZg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-cpp": {
|
|
"version": "3.2.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-3.2.1.tgz",
|
|
"integrity": "sha512-XcmzrKIghqFfrYLLaHtWKOp9rupiuGdc5ODONk+emsq0W5CIc3Abn27IQHwUzxzF+Cm5IfKAIJ5Kpe6hkzm0HQ==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-cryptocurrencies": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-2.0.0.tgz",
|
|
"integrity": "sha512-nREysmmfOp7L2YCRAUufQahwD5/Punzb5AZ6eyg4zUamdRWHgBFphb5/9h2flt1vgdUfhc6hZcML21Ci7iXjaA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-csharp": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-3.0.1.tgz",
|
|
"integrity": "sha512-xkfQu03F388w4sdVQSSjrVMkxAxpTYB2yW7nw0XYtTjl3L/jBgvTr/j1BTjdFbQhdNf10Lg0Ak1kXOjmHodVqA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-css": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-2.1.0.tgz",
|
|
"integrity": "sha512-glASAELcGhh4Ru0rTQ4G9mTQxSyPwsZOON/5BYflB6Kks8YC8nUvKrtMCoo5W7CPKPfSEa8zUNctFQ1+IUYDHA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-dart": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-1.1.1.tgz",
|
|
"integrity": "sha512-XBOCpezXrgFN18kGEwqMpTUGZdw4BjCoJrNOo6qBdcdZySCrEHLwELraLOkcSba2kM4stmTp0t59FkwtP8TKOA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-django": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-2.0.0.tgz",
|
|
"integrity": "sha512-GkJdJv6cmzrKcmq2/oxTXjKF5uv71r4eTqnFmgPbNBW1t+G4VYpzOf0QrVQrhx2RC4DdW5XfcTf+iS0FxHOTmw==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-dotnet": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-2.0.1.tgz",
|
|
"integrity": "sha512-b1n4crJRW0WZVf9Gp/52j/tDtjYiZ3N81fIyfqPlBrjsh/5AivfA697DYwQ2mr8ngNX7RsqRtYNQjealA1rEnQ==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-elixir": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-2.0.1.tgz",
|
|
"integrity": "sha512-eTTTxZt1FqGkM780yFDxsGHvTbWqvlK8YISSccK8FyrB6ULW+uflQlNS5AnWg3uWKC48b7pQott+odYCsPJ+Ow==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-en_us": {
|
|
"version": "2.3.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-2.3.3.tgz",
|
|
"integrity": "sha512-csyKeaNktfpvMkmE2GOPTwsrQm3wWhLKVaDRaGU0qTcIjDiCvqv/iYgrVrKRkoddA3kdNTZ8YNCcix7lb6VkOg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-filetypes": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-2.1.1.tgz",
|
|
"integrity": "sha512-Oo0/mUbFHzsaATqRLdkV1RMoYns3aGzeKFIpVJg415GYtJ8EABXtEArYTXeMwlboyGTPvEk+PR2hBSTSfQTqmg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-fonts": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-2.1.0.tgz",
|
|
"integrity": "sha512-hk7xsbfWEUhc136Xj7I2TD7ouKAfWwzCVAQaHBxcVXAsVxu7bDOGj4FvE2jBzlkSUY8A9Ww8qS0GOFvowJshVg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-fullstack": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-2.0.6.tgz",
|
|
"integrity": "sha512-R2E2xvbHvvRwwurxfpBJDRIJjXBMfEPF5WNV3LTOEMRqkZtoYCeJK9aqc8LHlmJMtAbnN1cx//BCDIyTJ0rO0A==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-git": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-1.0.1.tgz",
|
|
"integrity": "sha512-Rk+eTof/9inF11lvxmkCRK+gODatA3qai8kSASv6OG/JfPvpj7fTHErx/rdgPw/LOTDUafnoTjTYmj7B2MOQXg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-golang": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-3.0.1.tgz",
|
|
"integrity": "sha512-0KNfXTbxHW2l8iVjxeOf+KFv9Qrw3z5cyKnkuYJWlBTSB5KcUBfeKCb4fsds26VdANqiy6U91b4gDx5kNEmBjQ==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-haskell": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-2.0.1.tgz",
|
|
"integrity": "sha512-ooA23qIG7InOOxlLm67CNH5O2J85QsPHEAzEU9KEqVfYG5ovFs5tx6n9pHekDVk3MpQULpqfNUYDR0KigPLg5g==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-html": {
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-3.3.2.tgz",
|
|
"integrity": "sha512-cM5pQSEiqjrdk6cRFLrlLdWNT/J8399f/A6DjwjfYhHrGy0e/Rsjv76HZT0GlE1OqMoq9eG9jdQsfoYYgWTIpQ==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-html-symbol-entities": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-3.0.0.tgz",
|
|
"integrity": "sha512-04K7cPTcbYXmHICfiob4gZA1yaj4hpfM+Nl5WIJ1EAZsSGHdqmGEF28GuCjyQ8ZeKiJAsPt/vXuLBbjxkHqZyQ==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-java": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-2.0.0.tgz",
|
|
"integrity": "sha512-9f5LDATlAiXRGqxLxgqbOLlQxuMW2zcN7tBgxwtN+4u90vM03ZUOR/gKIuDV/y0ZuAiWBIjA73cjk8DJ13Q1eA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-latex": {
|
|
"version": "2.0.9",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-2.0.9.tgz",
|
|
"integrity": "sha512-d1kTK6dJb5z6UcfASQWjqQlsjZvnoVOvMWxYtLpGksYf6gM4IgqoPVNMLYYK6xBS4T/uAnLIj975A6YuAeyZpg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-lorem-ipsum": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-2.0.1.tgz",
|
|
"integrity": "sha512-s7Ft8UiloUJwgz4z8uLeFvCkeTcZ43HQl7mSAlZd76eW+keLSsdeGmLDx2zaciqo+MftPGyzygVCwaJjTGxiew==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-lua": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-2.0.0.tgz",
|
|
"integrity": "sha512-7WUEBEspSKtsq104WdIys1+DLqAxpJPzw74Py1TuE3fI5GvlzeSZkRFP2ya54GB2lCO4C3mq4M8EnitpibVDfw==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-node": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-2.0.1.tgz",
|
|
"integrity": "sha512-ztBWzhvI+YaMehICSJ65cohhjQqoztxf9vrS3YckOiVGBFvUMaFVNdX9klQkvrLcS/O4+2PzoGeIEkmf99amLA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-npm": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-2.0.5.tgz",
|
|
"integrity": "sha512-KuPL5fKaqyG9ACrrinNt84FhVdh23VRtxDLO8MtGUdStca9tjfjPdmP2YF/5VkEKmpKYkfFKVcBUk9RgVkx5bw==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-php": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-2.0.0.tgz",
|
|
"integrity": "sha512-29WgU77eTO985LvMHwPi1pcpfopfCWfTdffDyqya0JIfOSaFUrlYKzGPkE4mRxcz2G3hXsaM0SRvBNdIRwEdUg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-powershell": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-2.0.0.tgz",
|
|
"integrity": "sha512-6uvEhLiGmG3u9TFkM1TYcky6aL9Yk7Sk3KJwoTYBaQJY2KqrprgyQtW6yxIw9oU52VRHlq3KKvSAA9Q26+SIkQ==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-public-licenses": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-1.0.6.tgz",
|
|
"integrity": "sha512-Z9IUFPkkOpOsEdgPUfQOJNQ+qU6+iBAZWS/CR5sUqTX+s5VkPNVwQyVC2kdmgmE2U5qwzAPewG6nVKr2MVogwg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-python": {
|
|
"version": "3.0.6",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-3.0.6.tgz",
|
|
"integrity": "sha512-tzxJ4sd9ZGhAUKg/WJJpQGDNtoHvM8Wn+iS2+PnQj2/LTHBW4mnaCogsGsBtYu8C4b2+BEQs+tc5808AeEfLug==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-r": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-1.0.3.tgz",
|
|
"integrity": "sha512-u2qeXd4cx/TvTVcmkvA+sK6f4K1uMAMO6QPMSr1pSvqGElPRP1mIBXmuiSuBzLO3LbsJuUEHw5Cp3/bxIB6rNA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-ruby": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-2.0.2.tgz",
|
|
"integrity": "sha512-vVnUpSmGDbPjs7MHq741DsLHhQcoA4CnUCM9wsTorQ9AQRDAkDTbK/LcY8nM19MoXCb3eF8PFku5Jq+gqH0u7w==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-rust": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-2.0.1.tgz",
|
|
"integrity": "sha512-ATDpIh0VWpQdUIZa8zqqJY4wQz3q00BTXlQCodeOmObYSb23+L6KWWzJ8mKLgpbc1lqTkogWrqxiCxlrCmqNmg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-scala": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-2.0.0.tgz",
|
|
"integrity": "sha512-MUwA2YKpqaQOSR4V1/CVGRNk8Ii5kf6I8Ch+4/BhRZRQXuwWbi21rDRYWPqdQWps7VNzAbbMA+PQDWsD5YY38g==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-software-terms": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.3.0.tgz",
|
|
"integrity": "sha512-rl+quUw68IxjWgeX/QDMgQsImZ1DaKzFyYMSGrCNcNPp4b4SMLwHCKoJ97/uOnUnw0jaBxueXoqp2iyN/QiOVw==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-swift": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-1.0.3.tgz",
|
|
"integrity": "sha512-yOBLSaRD0AnkkkndJ8PuB82Evp6lA2xItf2AWsnPfCCgxp5Ojk6uUBC/WQBSkzkCAOGbXyHsu9D97tsOx2c6cw==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-typescript": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-2.0.2.tgz",
|
|
"integrity": "sha512-OIoSJsCw9WHX4eDikoF5/0QbptMPZjElOcMYdYCyV03nqV5n4ot72ysTexW95yW4+fQU6uDPNQvnrUnhXXEkTA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@cspell/dict-vue": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-2.0.2.tgz",
|
|
"integrity": "sha512-/MB0RS0Gn01s4pgmjy0FvsLfr3RRMrRphEuvTRserNcM8XVtoIVAtrjig/Gg0DPwDrN8Clm0L1j7iQay6S8D0g==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@rollup/plugin-commonjs": {
|
|
"version": "22.0.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz",
|
|
"integrity": "sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^3.1.0",
|
|
"commondir": "^1.0.1",
|
|
"estree-walker": "^2.0.1",
|
|
"glob": "^7.1.6",
|
|
"is-reference": "^1.2.1",
|
|
"magic-string": "^0.25.7",
|
|
"resolve": "^1.17.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^2.68.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@rollup/plugin-commonjs/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@rollup/plugin-json": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz",
|
|
"integrity": "sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^3.0.8"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0 || ^2.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@rollup/plugin-node-resolve": {
|
|
"version": "13.3.0",
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz",
|
|
"integrity": "sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^3.1.0",
|
|
"@types/resolve": "1.17.1",
|
|
"deepmerge": "^4.2.2",
|
|
"is-builtin-module": "^3.1.0",
|
|
"is-module": "^1.0.0",
|
|
"resolve": "^1.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^2.42.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@rollup/plugin-wasm": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-wasm/-/plugin-wasm-5.2.0.tgz",
|
|
"integrity": "sha512-PR3ff67ls2Kr9H04pZ24wJYPZq0YV+UHySpk7OuAJxyc7o5Q8NHFdwi4pfMtJkJkqfN1/QY/nq46SoRDoDvK2w==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0 || ^2.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@rollup/pluginutils": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
|
|
"integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@types/estree": "0.0.39",
|
|
"estree-walker": "^1.0.1",
|
|
"picomatch": "^2.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0||^2.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@rollup/pluginutils/node_modules/estree-walker": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
|
|
"integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@size-limit/file": {
|
|
"version": "8.2.6",
|
|
"resolved": "https://registry.npmjs.org/@size-limit/file/-/file-8.2.6.tgz",
|
|
"integrity": "sha512-B7ayjxiJsbtXdIIWazJkB5gezi5WBMecdHTFPMDhI3NwEML1RVvUjAkrb1mPAAkIpt2LVHPnhdCUHjqDdjugwg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"semver": "7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "8.2.6"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@size-limit/preset-big-lib": {
|
|
"version": "8.2.6",
|
|
"resolved": "https://registry.npmjs.org/@size-limit/preset-big-lib/-/preset-big-lib-8.2.6.tgz",
|
|
"integrity": "sha512-63a+yos0QNMVCfx1OWnxBrdQVTlBVGzW5fDXwpWq/hKfP3B89XXHYGeL2Z2f8IXSVeGkAHXnDcTZyIPRaXffVg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@size-limit/file": "8.2.6",
|
|
"@size-limit/time": "8.2.6",
|
|
"@size-limit/webpack": "8.2.6",
|
|
"size-limit": "8.2.6"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "8.2.6"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@size-limit/time": {
|
|
"version": "8.2.6",
|
|
"resolved": "https://registry.npmjs.org/@size-limit/time/-/time-8.2.6.tgz",
|
|
"integrity": "sha512-fUEPvz7Uq6+oUQxSYbNlJt3tTgQBl1VY21USi/B7ebdnVKLnUx1JyPI9v7imN6XEkB2VpJtnYgjFeLgNrirzMA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"estimo": "^2.3.6",
|
|
"react": "^17.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "8.2.6"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@size-limit/webpack": {
|
|
"version": "8.2.6",
|
|
"resolved": "https://registry.npmjs.org/@size-limit/webpack/-/webpack-8.2.6.tgz",
|
|
"integrity": "sha512-y2sB66m5sJxIjZ8SEAzpWbiw3/+bnQHDHfk9cSbV5ChKklq02AlYg8BS5KxGWmMpdyUo4TzpjSCP9oEudY+hxQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"nanoid": "^3.3.6",
|
|
"webpack": "^5.88.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "8.2.6"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@types/estree": {
|
|
"version": "0.0.39",
|
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
|
|
"integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@types/mocha": {
|
|
"version": "9.1.1",
|
|
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz",
|
|
"integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@types/node": {
|
|
"version": "17.0.45",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz",
|
|
"integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/@types/resolve": {
|
|
"version": "1.17.1",
|
|
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
|
|
"integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/@types/uuid": {
|
|
"version": "8.3.4",
|
|
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz",
|
|
"integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/ajv": {
|
|
"version": "8.12.0",
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/ansi-colors": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
|
|
"integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/array-union": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
|
|
"integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"array-uniq": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/async": {
|
|
"version": "2.6.4",
|
|
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
|
|
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/chalk/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cliui": {
|
|
"version": "7.0.4",
|
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
|
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/commander": {
|
|
"version": "9.5.0",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
|
|
"integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": "^12.20.0 || >=14"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/configstore": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
|
|
"integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"dot-prop": "^5.2.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"make-dir": "^3.0.0",
|
|
"unique-string": "^2.0.0",
|
|
"write-file-atomic": "^3.0.0",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cross-fetch": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
|
|
"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"node-fetch": "2.6.7"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/crypto-random-string": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
|
|
"integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cspell": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell/-/cspell-5.21.2.tgz",
|
|
"integrity": "sha512-yG14BUumeIcsuSEcM//+9XpbUR6a6FlAxfaVI4e5t6ZZE5tPgDE0PNIVr/jAiLPVm9qUfnq+oNdZE8wmVUbMzw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/cspell-pipe": "^5.21.2",
|
|
"chalk": "^4.1.2",
|
|
"commander": "^9.2.0",
|
|
"cspell-gitignore": "^5.21.2",
|
|
"cspell-glob": "^5.21.2",
|
|
"cspell-lib": "^5.21.2",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"file-entry-cache": "^6.0.1",
|
|
"fs-extra": "^10.1.0",
|
|
"get-stdin": "^8.0.0",
|
|
"glob": "^8.0.3",
|
|
"imurmurhash": "^0.1.4",
|
|
"semver": "^7.3.7",
|
|
"strip-ansi": "^6.0.1",
|
|
"vscode-uri": "^3.0.3"
|
|
},
|
|
"bin": {
|
|
"cspell": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/streetsidesoftware/cspell?sponsor=1"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cspell-gitignore": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-5.21.2.tgz",
|
|
"integrity": "sha512-MdNmRRbglmCi20LU7ORZM1gyPSe1gL+4A8Pn+Jm+W5ropSbotzCqiO8BcyhRMNb3lAdMGGrj7gmYtiQ5C/fXIQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"cspell-glob": "^5.21.2",
|
|
"find-up": "^5.0.0"
|
|
},
|
|
"bin": {
|
|
"cspell-gitignore": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cspell-glob": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.21.2.tgz",
|
|
"integrity": "sha512-AabqzG31UWy4CSz1xJIK4qzXcarxuRFP9OD2EX8iDtEo0tQJLGoTHE+UpNDBPWTHearE0BZPhpMDF/radtZAgw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"micromatch": "^4.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cspell-io": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.21.2.tgz",
|
|
"integrity": "sha512-3J4cLuN59R7ARiRZ8ke5QwlC5uPfzHLVELOtEAmsTIjuUMvr7BpbrdCuTsUvLkAqYE9NA5eqolqQm3GLXnECNw==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cspell-lib": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.21.2.tgz",
|
|
"integrity": "sha512-emAFXtDfs84FoMlhOxZYxYVvbCoCN0LxN0obIRvCsvFCLUPj9y7vHv/Tu/01ZyAPeo2r6gkqhanJpQyoIDA1yg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/cspell-bundled-dicts": "^5.21.2",
|
|
"@cspell/cspell-pipe": "^5.21.2",
|
|
"@cspell/cspell-types": "^5.21.2",
|
|
"clear-module": "^4.1.2",
|
|
"comment-json": "^4.2.2",
|
|
"configstore": "^5.0.1",
|
|
"cosmiconfig": "^7.0.1",
|
|
"cspell-glob": "^5.21.2",
|
|
"cspell-io": "^5.21.2",
|
|
"cspell-trie-lib": "^5.21.2",
|
|
"fast-equals": "^3.0.2",
|
|
"find-up": "^5.0.0",
|
|
"fs-extra": "^10.1.0",
|
|
"gensequence": "^3.1.1",
|
|
"import-fresh": "^3.3.0",
|
|
"resolve-from": "^5.0.0",
|
|
"resolve-global": "^1.0.0",
|
|
"vscode-languageserver-textdocument": "^1.0.4",
|
|
"vscode-uri": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cspell-lib/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
|
|
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cspell-trie-lib": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.21.2.tgz",
|
|
"integrity": "sha512-iux2F+85jDlBEJZgikfPT5SUZMwuFjNqEJiO1SO+xfQG+2MFV9CaHTsoRJIGNy3udMm1mw0GMY5UIVAodwlnhg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/cspell-pipe": "^5.21.2",
|
|
"fs-extra": "^10.1.0",
|
|
"gensequence": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cspell-trie-lib/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
|
|
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/cspell/node_modules/fs-extra": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
|
|
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/devtools-protocol": {
|
|
"version": "0.0.981744",
|
|
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.981744.tgz",
|
|
"integrity": "sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/diff": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
"integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/dot-prop": {
|
|
"version": "5.3.0",
|
|
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
|
|
"integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/email-addresses": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz",
|
|
"integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/estimo": {
|
|
"version": "2.3.6",
|
|
"resolved": "https://registry.npmjs.org/estimo/-/estimo-2.3.6.tgz",
|
|
"integrity": "sha512-aPd3VTQAL1TyDyhFfn6fqBTJ9WvbRZVN4Z29Buk6+P6xsI0DuF5Mh3dGv6kYCUxWnZkB4Jt3aYglUxOtuwtxoA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@sitespeed.io/tracium": "^0.3.3",
|
|
"commander": "^9.1.0",
|
|
"find-chrome-bin": "0.1.0",
|
|
"nanoid": "^3.3.2",
|
|
"puppeteer-core": "^13.5.1"
|
|
},
|
|
"bin": {
|
|
"estimo": "scripts/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/fast-check": {
|
|
"version": "2.25.0",
|
|
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-2.25.0.tgz",
|
|
"integrity": "sha512-wRUT2KD2lAmT75WNIJIHECawoUUMHM0I5jrlLXGtGeqmPL8jl/EldUDjY1VCp6fDY8yflyfUeIOsOBrIbIiArg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"pure-rand": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fast-check"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/fast-equals": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-3.0.3.tgz",
|
|
"integrity": "sha512-NCe8qxnZFARSHGztGMZOO/PC1qa5MIFB5Hp66WdzbCRAz8U8US3bx1UTgLS49efBQPcUtO9gf5oVEY8o7y/7Kg==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
"integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"flat-cache": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/find-chrome-bin": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/find-chrome-bin/-/find-chrome-bin-0.1.0.tgz",
|
|
"integrity": "sha512-XoFZwaEn1R3pE6zNG8kH64l2e093hgB9+78eEKPmJK0o1EXEou+25cEWdtu2qq4DBQPDSe90VJAWVI2Sz9pX6Q==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/gensequence": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/gensequence/-/gensequence-3.1.1.tgz",
|
|
"integrity": "sha512-ys3h0hiteRwmY6BsvSttPmkhC0vEQHPJduANBRtH/dlDPZ0UBIb/dXy80IcckXyuQ6LKg+PloRqvGER9IS7F7g==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/get-stdin": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
|
|
"integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/gh-pages": {
|
|
"version": "3.2.3",
|
|
"resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.3.tgz",
|
|
"integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"async": "^2.6.1",
|
|
"commander": "^2.18.0",
|
|
"email-addresses": "^3.0.1",
|
|
"filenamify": "^4.3.0",
|
|
"find-cache-dir": "^3.3.1",
|
|
"fs-extra": "^8.1.0",
|
|
"globby": "^6.1.0"
|
|
},
|
|
"bin": {
|
|
"gh-pages": "bin/gh-pages.js",
|
|
"gh-pages-clean": "bin/gh-pages-clean.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/gh-pages/node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/gh-pages/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/gh-pages/node_modules/globby": {
|
|
"version": "6.1.0",
|
|
"resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
|
|
"integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"array-union": "^1.0.1",
|
|
"glob": "^7.0.3",
|
|
"object-assign": "^4.0.1",
|
|
"pify": "^2.0.0",
|
|
"pinkie-promise": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/husky": {
|
|
"version": "7.0.4",
|
|
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
|
|
"integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
|
|
"dev": true,
|
|
"bin": {
|
|
"husky": "lib/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/typicode"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/log-symbols": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
|
|
"integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/magic-string": {
|
|
"version": "0.25.9",
|
|
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
|
|
"integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"sourcemap-codec": "^1.4.8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/mocha": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.1.0.tgz",
|
|
"integrity": "sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"ansi-colors": "4.1.1",
|
|
"browser-stdout": "1.3.1",
|
|
"chokidar": "3.5.3",
|
|
"debug": "4.3.4",
|
|
"diff": "5.0.0",
|
|
"escape-string-regexp": "4.0.0",
|
|
"find-up": "5.0.0",
|
|
"glob": "7.2.0",
|
|
"he": "1.2.0",
|
|
"js-yaml": "4.1.0",
|
|
"log-symbols": "4.1.0",
|
|
"minimatch": "5.0.1",
|
|
"ms": "2.1.3",
|
|
"nanoid": "3.3.3",
|
|
"serialize-javascript": "6.0.0",
|
|
"strip-json-comments": "3.1.1",
|
|
"supports-color": "8.1.1",
|
|
"workerpool": "6.2.1",
|
|
"yargs": "16.2.0",
|
|
"yargs-parser": "20.2.4",
|
|
"yargs-unparser": "2.0.0"
|
|
},
|
|
"bin": {
|
|
"_mocha": "bin/_mocha",
|
|
"mocha": "bin/mocha.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mochajs"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/mocha/node_modules/glob": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
|
|
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/mocha/node_modules/glob/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/mocha/node_modules/minimatch": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
|
|
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/mocha/node_modules/minimatch/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/mocha/node_modules/nanoid": {
|
|
"version": "3.3.3",
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
|
|
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==",
|
|
"dev": true,
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
"dev": true
|
|
},
|
|
"packages/rln/node_modules/nanoid": {
|
|
"version": "3.3.7",
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
|
|
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/node-fetch": {
|
|
"version": "2.6.7",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
|
|
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/rln/node_modules/p-timeout": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-4.1.0.tgz",
|
|
"integrity": "sha512-+/wmHtzJuWii1sXn3HCuH/FTwGhrp4tmJTxSKJbfS+vkipci6osxXM5mY0jUiRzWKMTgUT8l7HFbeSwZAynqHw==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/pify": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
|
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/puppeteer-core": {
|
|
"version": "13.7.0",
|
|
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-13.7.0.tgz",
|
|
"integrity": "sha512-rXja4vcnAzFAP1OVLq/5dWNfwBGuzcOARJ6qGV7oAZhnLmVRU8G5MsdeQEAOy332ZhkIOnn9jp15R89LKHyp2Q==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"cross-fetch": "3.1.5",
|
|
"debug": "4.3.4",
|
|
"devtools-protocol": "0.0.981744",
|
|
"extract-zip": "2.0.1",
|
|
"https-proxy-agent": "5.0.1",
|
|
"pkg-dir": "4.2.0",
|
|
"progress": "2.0.3",
|
|
"proxy-from-env": "1.1.0",
|
|
"rimraf": "3.0.2",
|
|
"tar-fs": "2.1.1",
|
|
"unbzip2-stream": "1.4.3",
|
|
"ws": "8.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.18.1"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/pure-rand": {
|
|
"version": "5.0.5",
|
|
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-5.0.5.tgz",
|
|
"integrity": "sha512-BwQpbqxSCBJVpamI6ydzcKqyFmnd5msMWUGvzXLm1aXvusbbgkbOto/EUPM00hjveJEaJtdbhUjKSzWRhQVkaw==",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/dubzzz"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fast-check"
|
|
}
|
|
]
|
|
},
|
|
"packages/rln/node_modules/rollup": {
|
|
"version": "2.79.1",
|
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
|
|
"integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
|
|
"dev": true,
|
|
"bin": {
|
|
"rollup": "dist/bin/rollup"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/semver": {
|
|
"version": "7.5.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
|
|
"integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/serialize-javascript": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
|
|
"integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/size-limit": {
|
|
"version": "8.2.6",
|
|
"resolved": "https://registry.npmjs.org/size-limit/-/size-limit-8.2.6.tgz",
|
|
"integrity": "sha512-zpznim/tX/NegjoQuRKgWTF4XiB0cn2qt90uJzxYNTFAqexk4b94DOAkBD3TwhC6c3kw2r0KcnA5upziVMZqDg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"bytes-iec": "^3.1.1",
|
|
"chokidar": "^3.5.3",
|
|
"globby": "^11.1.0",
|
|
"lilconfig": "^2.1.0",
|
|
"nanospinner": "^1.1.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"size-limit": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/tar-fs": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
|
|
"integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.1.4"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/unique-string": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
|
|
"integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"crypto-random-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/universalify": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
|
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/ws": {
|
|
"version": "8.5.0",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
|
|
"integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
|
|
"dev": true,
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"packages/rln/node_modules/xdg-basedir": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
|
|
"integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/yargs": {
|
|
"version": "16.2.0",
|
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"packages/rln/node_modules/yargs-parser": {
|
|
"version": "20.2.4",
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
|
|
"integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"packages/sdk": {
|
|
"name": "@waku/sdk",
|
|
"version": "0.0.23",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-noise": "^14.1.0",
|
|
"@libp2p/bootstrap": "^10.0.11",
|
|
"@libp2p/identify": "^1.0.11",
|
|
"@libp2p/mplex": "^10.0.12",
|
|
"@libp2p/ping": "^1.0.12",
|
|
"@libp2p/websockets": "^8.0.11",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/discovery": "0.0.1",
|
|
"@waku/dns-discovery": "0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/local-peer-cache-discovery": "^1.0.0",
|
|
"@waku/peer-exchange": "^0.0.20",
|
|
"@waku/relay": "0.0.10",
|
|
"@waku/utils": "0.0.15",
|
|
"libp2p": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@chainsafe/libp2p-gossipsub": "^12.0.0",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@waku/build-utils": "*",
|
|
"cspell": "^8.3.2",
|
|
"interface-datastore": "^8.2.10",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^4.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@libp2p/bootstrap": "^10",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/dns-discovery": "0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/local-peer-cache-discovery": "^1.0.0",
|
|
"@waku/peer-exchange": "^0.0.20",
|
|
"@waku/relay": "0.0.10",
|
|
"@waku/utils": "0.0.15"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@libp2p/bootstrap": {
|
|
"optional": true
|
|
},
|
|
"@waku/interfaces": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/tests": {
|
|
"name": "@waku/tests",
|
|
"version": "0.0.1",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@libp2p/interface-compliance-tests": "^5.2.0",
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@waku/core": "*",
|
|
"@waku/enr": "*",
|
|
"@waku/interfaces": "*",
|
|
"@waku/utils": "*",
|
|
"app-root-path": "^3.1.0",
|
|
"chai-as-promised": "^7.1.1",
|
|
"debug": "^4.3.4",
|
|
"dockerode": "^3.3.5",
|
|
"fast-check": "^3.15.1",
|
|
"p-retry": "^6.1.0",
|
|
"p-timeout": "^6.1.0",
|
|
"portfinder": "^1.0.32",
|
|
"sinon": "^17.0.1",
|
|
"tail": "^2.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@libp2p/bootstrap": "^10.0.11",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/dockerode": "^3.3.19",
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/sinon": "^17.0.3",
|
|
"@types/tail": "^2.2.3",
|
|
"@waku/discovery": "*",
|
|
"@waku/message-encryption": "*",
|
|
"@waku/sdk": "*",
|
|
"allure-commandline": "^2.27.0",
|
|
"allure-mocha": "^2.9.2",
|
|
"chai": "^4.3.10",
|
|
"cspell": "^8.3.2",
|
|
"datastore-core": "^9.2.7",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.10",
|
|
"libp2p": "^1.1.2",
|
|
"mocha": "^10.3.0",
|
|
"mocha-multi-reporters": "^1.5.1",
|
|
"npm-run-all": "^4.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"packages/utils": {
|
|
"name": "@waku/utils",
|
|
"version": "0.0.15",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.3.2",
|
|
"@waku/interfaces": "0.0.22",
|
|
"chai": "^4.3.10",
|
|
"debug": "^4.3.4",
|
|
"uint8arrays": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@waku/build-utils": "*",
|
|
"cspell": "^8.3.2",
|
|
"fast-check": "^3.15.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^4.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@waku/interfaces": "0.0.22"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@waku/interfaces": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@aashutoshrathi/word-wrap": {
|
|
"version": "1.2.6"
|
|
},
|
|
"@ampproject/remapping": {
|
|
"version": "2.2.1",
|
|
"requires": {
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
}
|
|
},
|
|
"@anolilab/multi-semantic-release": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"@semrel-extra/topo": "^1.14.0",
|
|
"blork": "^9.3.0",
|
|
"cosmiconfig": "^9.0.0",
|
|
"debug": "^4.3.4",
|
|
"detect-indent": "^7.0.1",
|
|
"detect-newline": "^4.0.1",
|
|
"execa": "^8.0.1",
|
|
"git-log-parser": "^1.2.0",
|
|
"lodash-es": "^4.17.21",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.5.4",
|
|
"signale": "^1.4.0",
|
|
"stream-buffers": "^3.0.2",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"dependencies": {
|
|
"cosmiconfig": {
|
|
"version": "9.0.0",
|
|
"requires": {
|
|
"env-paths": "^2.2.1",
|
|
"import-fresh": "^3.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.2.0"
|
|
}
|
|
},
|
|
"env-paths": {
|
|
"version": "2.2.1"
|
|
},
|
|
"execa": {
|
|
"version": "8.0.1",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
}
|
|
},
|
|
"get-stream": {
|
|
"version": "8.0.1"
|
|
},
|
|
"human-signals": {
|
|
"version": "5.0.0"
|
|
},
|
|
"signal-exit": {
|
|
"version": "4.1.0"
|
|
}
|
|
}
|
|
},
|
|
"@arr/every": {
|
|
"version": "1.0.1"
|
|
},
|
|
"@babel/code-frame": {
|
|
"version": "7.23.5",
|
|
"requires": {
|
|
"@babel/highlight": "^7.23.4",
|
|
"chalk": "^2.4.2"
|
|
},
|
|
"dependencies": {
|
|
"chalk": {
|
|
"version": "2.4.2",
|
|
"requires": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@babel/compat-data": {
|
|
"version": "7.23.5"
|
|
},
|
|
"@babel/core": {
|
|
"version": "7.23.7",
|
|
"requires": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.23.5",
|
|
"@babel/generator": "^7.23.6",
|
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helpers": "^7.23.7",
|
|
"@babel/parser": "^7.23.6",
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/traverse": "^7.23.7",
|
|
"@babel/types": "^7.23.6",
|
|
"convert-source-map": "^2.0.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.3",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"convert-source-map": {
|
|
"version": "2.0.0"
|
|
},
|
|
"json5": {
|
|
"version": "2.2.3"
|
|
},
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"@babel/generator": {
|
|
"version": "7.23.6",
|
|
"requires": {
|
|
"@babel/types": "^7.23.6",
|
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
"jsesc": "^2.5.1"
|
|
},
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": {
|
|
"version": "0.3.21",
|
|
"requires": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@babel/helper-annotate-as-pure": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-builder-binary-assignment-operator-visitor": {
|
|
"version": "7.22.15",
|
|
"requires": {
|
|
"@babel/types": "^7.22.15"
|
|
}
|
|
},
|
|
"@babel/helper-compilation-targets": {
|
|
"version": "7.23.6",
|
|
"requires": {
|
|
"@babel/compat-data": "^7.23.5",
|
|
"@babel/helper-validator-option": "^7.23.5",
|
|
"browserslist": "^4.22.2",
|
|
"lru-cache": "^5.1.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"lru-cache": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
},
|
|
"yallist": {
|
|
"version": "3.1.1"
|
|
}
|
|
}
|
|
},
|
|
"@babel/helper-create-class-features-plugin": {
|
|
"version": "7.23.7",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-member-expression-to-functions": "^7.23.0",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.20",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"@babel/helper-create-regexp-features-plugin": {
|
|
"version": "7.22.15",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"regexpu-core": "^5.3.1",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"@babel/helper-define-polyfill-provider": {
|
|
"version": "0.4.4",
|
|
"requires": {
|
|
"@babel/helper-compilation-targets": "^7.22.6",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"debug": "^4.1.1",
|
|
"lodash.debounce": "^4.0.8",
|
|
"resolve": "^1.14.2"
|
|
}
|
|
},
|
|
"@babel/helper-environment-visitor": {
|
|
"version": "7.22.20"
|
|
},
|
|
"@babel/helper-function-name": {
|
|
"version": "7.23.0",
|
|
"requires": {
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/types": "^7.23.0"
|
|
}
|
|
},
|
|
"@babel/helper-hoist-variables": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-member-expression-to-functions": {
|
|
"version": "7.23.0",
|
|
"requires": {
|
|
"@babel/types": "^7.23.0"
|
|
}
|
|
},
|
|
"@babel/helper-module-imports": {
|
|
"version": "7.22.15",
|
|
"requires": {
|
|
"@babel/types": "^7.22.15"
|
|
}
|
|
},
|
|
"@babel/helper-module-transforms": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-simple-access": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/helper-validator-identifier": "^7.22.20"
|
|
}
|
|
},
|
|
"@babel/helper-optimise-call-expression": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-plugin-utils": {
|
|
"version": "7.22.5"
|
|
},
|
|
"@babel/helper-remap-async-to-generator": {
|
|
"version": "7.22.20",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-wrap-function": "^7.22.20"
|
|
}
|
|
},
|
|
"@babel/helper-replace-supers": {
|
|
"version": "7.22.20",
|
|
"requires": {
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-member-expression-to-functions": "^7.22.15",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-simple-access": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-skip-transparent-expression-wrappers": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-split-export-declaration": {
|
|
"version": "7.22.6",
|
|
"requires": {
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-string-parser": {
|
|
"version": "7.23.4"
|
|
},
|
|
"@babel/helper-validator-identifier": {
|
|
"version": "7.22.20"
|
|
},
|
|
"@babel/helper-validator-option": {
|
|
"version": "7.23.5"
|
|
},
|
|
"@babel/helper-wrap-function": {
|
|
"version": "7.22.20",
|
|
"requires": {
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/types": "^7.22.19"
|
|
}
|
|
},
|
|
"@babel/helpers": {
|
|
"version": "7.23.8",
|
|
"requires": {
|
|
"@babel/template": "^7.22.15",
|
|
"@babel/traverse": "^7.23.7",
|
|
"@babel/types": "^7.23.6"
|
|
}
|
|
},
|
|
"@babel/highlight": {
|
|
"version": "7.23.4",
|
|
"requires": {
|
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
"chalk": "^2.4.2",
|
|
"js-tokens": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"chalk": {
|
|
"version": "2.4.2",
|
|
"requires": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@babel/parser": {
|
|
"version": "7.23.6"
|
|
},
|
|
"@babel/plugin-proposal-async-generator-functions": {
|
|
"version": "7.20.7",
|
|
"requires": {
|
|
"@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"
|
|
}
|
|
},
|
|
"@babel/plugin-proposal-class-properties": {
|
|
"version": "7.18.6",
|
|
"requires": {
|
|
"@babel/helper-create-class-features-plugin": "^7.18.6",
|
|
"@babel/helper-plugin-utils": "^7.18.6"
|
|
}
|
|
},
|
|
"@babel/plugin-proposal-export-default-from": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-export-default-from": "^7.23.3"
|
|
}
|
|
},
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": {
|
|
"version": "7.18.6",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.18.6",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
|
}
|
|
},
|
|
"@babel/plugin-proposal-object-rest-spread": {
|
|
"version": "7.20.7",
|
|
"requires": {
|
|
"@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"
|
|
}
|
|
},
|
|
"@babel/plugin-proposal-optional-catch-binding": {
|
|
"version": "7.18.6",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.18.6",
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
|
|
}
|
|
},
|
|
"@babel/plugin-proposal-optional-chaining": {
|
|
"version": "7.21.0",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.20.2",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.20.0",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-async-generators": {
|
|
"version": "7.8.4",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-dynamic-import": {
|
|
"version": "7.8.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-export-default-from": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-flow": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-jsx": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": {
|
|
"version": "7.8.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-object-rest-spread": {
|
|
"version": "7.8.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-optional-catch-binding": {
|
|
"version": "7.8.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-optional-chaining": {
|
|
"version": "7.8.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.8.0"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-typescript": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-arrow-functions": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-block-scoping": {
|
|
"version": "7.23.4",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-classes": {
|
|
"version": "7.23.8",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-compilation-targets": "^7.23.6",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.20",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"dependencies": {
|
|
"globals": {
|
|
"version": "11.12.0"
|
|
}
|
|
}
|
|
},
|
|
"@babel/plugin-transform-computed-properties": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/template": "^7.22.15"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-destructuring": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-exponentiation-operator": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-flow-strip-types": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-flow": "^7.23.3"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-for-of": {
|
|
"version": "7.23.6",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-function-name": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-compilation-targets": "^7.22.15",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-literals": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-modules-commonjs": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-module-transforms": "^7.23.3",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-simple-access": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-object-assign": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-parameters": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-react-display-name": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-react-jsx": {
|
|
"version": "7.23.4",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-jsx": "^7.23.3",
|
|
"@babel/types": "^7.23.4"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-react-jsx-self": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-react-jsx-source": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-regenerator": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"regenerator-transform": "^0.15.2"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-runtime": {
|
|
"version": "7.23.7",
|
|
"requires": {
|
|
"@babel/helper-module-imports": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.7",
|
|
"babel-plugin-polyfill-corejs3": "^0.8.7",
|
|
"babel-plugin-polyfill-regenerator": "^0.5.4",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"@babel/plugin-transform-shorthand-properties": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-spread": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-sticky-regex": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-template-literals": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-typescript": {
|
|
"version": "7.23.6",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-create-class-features-plugin": "^7.23.6",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-typescript": "^7.23.3"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-unicode-regex": {
|
|
"version": "7.23.3",
|
|
"requires": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.15",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/regjsgen": {
|
|
"version": "0.8.0"
|
|
},
|
|
"@babel/runtime": {
|
|
"version": "7.23.8",
|
|
"requires": {
|
|
"regenerator-runtime": "^0.14.0"
|
|
}
|
|
},
|
|
"@babel/template": {
|
|
"version": "7.22.15",
|
|
"requires": {
|
|
"@babel/code-frame": "^7.22.13",
|
|
"@babel/parser": "^7.22.15",
|
|
"@babel/types": "^7.22.15"
|
|
}
|
|
},
|
|
"@babel/traverse": {
|
|
"version": "7.23.7",
|
|
"requires": {
|
|
"@babel/code-frame": "^7.23.5",
|
|
"@babel/generator": "^7.23.6",
|
|
"@babel/helper-environment-visitor": "^7.22.20",
|
|
"@babel/helper-function-name": "^7.23.0",
|
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/parser": "^7.23.6",
|
|
"@babel/types": "^7.23.6",
|
|
"debug": "^4.3.1",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"dependencies": {
|
|
"globals": {
|
|
"version": "11.12.0"
|
|
}
|
|
}
|
|
},
|
|
"@babel/types": {
|
|
"version": "7.23.6",
|
|
"requires": {
|
|
"@babel/helper-string-parser": "^7.23.4",
|
|
"@babel/helper-validator-identifier": "^7.22.20",
|
|
"to-fast-properties": "^2.0.0"
|
|
}
|
|
},
|
|
"@balena/dockerignore": {
|
|
"version": "1.0.2"
|
|
},
|
|
"@bcoe/v8-coverage": {
|
|
"version": "0.2.3"
|
|
},
|
|
"@chainsafe/as-chacha20poly1305": {
|
|
"version": "0.1.0"
|
|
},
|
|
"@chainsafe/as-sha256": {
|
|
"version": "0.4.1"
|
|
},
|
|
"@chainsafe/bls-keystore": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@chainsafe/bls-keystore/-/bls-keystore-3.0.1.tgz",
|
|
"integrity": "sha512-U6m/tMgdEUq60RhcIj7xUD5n6zuavSbThR+szuAglmUa9gY8QfInxXpGAT4hyc2QjbLy9115vJVyhyu7TDl+DQ==",
|
|
"requires": {
|
|
"ethereum-cryptography": "^2.0.0",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
},
|
|
"@chainsafe/is-ip": {
|
|
"version": "2.0.2"
|
|
},
|
|
"@chainsafe/libp2p-gossipsub": {
|
|
"version": "12.0.0",
|
|
"requires": {
|
|
"@libp2p/crypto": "^4.0.1",
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/interface-internal": "^1.0.7",
|
|
"@libp2p/peer-id": "^4.0.5",
|
|
"@libp2p/pubsub": "^9.0.8",
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"denque": "^2.1.0",
|
|
"it-length-prefixed": "^9.0.4",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.3",
|
|
"multiformats": "^13.0.1",
|
|
"protons-runtime": "5.4.0",
|
|
"uint8arraylist": "^2.4.8",
|
|
"uint8arrays": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.1.0"
|
|
}
|
|
}
|
|
},
|
|
"@chainsafe/libp2p-noise": {
|
|
"version": "14.1.0",
|
|
"requires": {
|
|
"@chainsafe/as-chacha20poly1305": "^0.1.0",
|
|
"@chainsafe/as-sha256": "^0.4.1",
|
|
"@libp2p/crypto": "^3.0.0",
|
|
"@libp2p/interface": "^1.0.0",
|
|
"@libp2p/peer-id": "^4.0.0",
|
|
"@noble/ciphers": "^0.4.0",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"it-byte-stream": "^1.0.0",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-length-prefixed-stream": "^1.0.0",
|
|
"it-pair": "^2.0.6",
|
|
"it-pipe": "^3.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^5.0.0",
|
|
"wherearewe": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/crypto": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.1",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"multiformats": "^13.0.0",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "13.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@chainsafe/netmask": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"@chainsafe/is-ip": "^2.0.1"
|
|
}
|
|
},
|
|
"@colors/colors": {
|
|
"version": "1.5.0"
|
|
},
|
|
"@cspell/cspell-bundled-dicts": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/dict-ada": "^4.0.2",
|
|
"@cspell/dict-aws": "^4.0.1",
|
|
"@cspell/dict-bash": "^4.1.3",
|
|
"@cspell/dict-companies": "^3.0.29",
|
|
"@cspell/dict-cpp": "^5.0.10",
|
|
"@cspell/dict-cryptocurrencies": "^5.0.0",
|
|
"@cspell/dict-csharp": "^4.0.2",
|
|
"@cspell/dict-css": "^4.0.12",
|
|
"@cspell/dict-dart": "^2.0.3",
|
|
"@cspell/dict-django": "^4.1.0",
|
|
"@cspell/dict-docker": "^1.1.7",
|
|
"@cspell/dict-dotnet": "^5.0.0",
|
|
"@cspell/dict-elixir": "^4.0.3",
|
|
"@cspell/dict-en_us": "^4.3.13",
|
|
"@cspell/dict-en-common-misspellings": "^2.0.0",
|
|
"@cspell/dict-en-gb": "1.1.33",
|
|
"@cspell/dict-filetypes": "^3.0.3",
|
|
"@cspell/dict-fonts": "^4.0.0",
|
|
"@cspell/dict-fsharp": "^1.0.1",
|
|
"@cspell/dict-fullstack": "^3.1.5",
|
|
"@cspell/dict-gaming-terms": "^1.0.4",
|
|
"@cspell/dict-git": "^3.0.0",
|
|
"@cspell/dict-golang": "^6.0.5",
|
|
"@cspell/dict-haskell": "^4.0.1",
|
|
"@cspell/dict-html": "^4.0.5",
|
|
"@cspell/dict-html-symbol-entities": "^4.0.0",
|
|
"@cspell/dict-java": "^5.0.6",
|
|
"@cspell/dict-k8s": "^1.0.2",
|
|
"@cspell/dict-latex": "^4.0.0",
|
|
"@cspell/dict-lorem-ipsum": "^4.0.0",
|
|
"@cspell/dict-lua": "^4.0.3",
|
|
"@cspell/dict-makefile": "^1.0.0",
|
|
"@cspell/dict-node": "^4.0.3",
|
|
"@cspell/dict-npm": "^5.0.14",
|
|
"@cspell/dict-php": "^4.0.5",
|
|
"@cspell/dict-powershell": "^5.0.3",
|
|
"@cspell/dict-public-licenses": "^2.0.5",
|
|
"@cspell/dict-python": "^4.1.11",
|
|
"@cspell/dict-r": "^2.0.1",
|
|
"@cspell/dict-ruby": "^5.0.2",
|
|
"@cspell/dict-rust": "^4.0.1",
|
|
"@cspell/dict-scala": "^5.0.0",
|
|
"@cspell/dict-software-terms": "^3.3.15",
|
|
"@cspell/dict-sql": "^2.1.3",
|
|
"@cspell/dict-svelte": "^1.0.2",
|
|
"@cspell/dict-swift": "^2.0.1",
|
|
"@cspell/dict-typescript": "^3.1.2",
|
|
"@cspell/dict-vue": "^3.0.0"
|
|
}
|
|
},
|
|
"@cspell/cspell-json-reporter": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-types": "8.3.2"
|
|
}
|
|
},
|
|
"@cspell/cspell-pipe": {
|
|
"version": "8.3.2",
|
|
"dev": true
|
|
},
|
|
"@cspell/cspell-resolver": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"global-directory": "^4.0.1"
|
|
}
|
|
},
|
|
"@cspell/cspell-service-bus": {
|
|
"version": "8.3.2",
|
|
"dev": true
|
|
},
|
|
"@cspell/cspell-types": {
|
|
"version": "8.3.2",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-ada": {
|
|
"version": "4.0.2",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-aws": {
|
|
"version": "4.0.1",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-bash": {
|
|
"version": "4.1.3",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-companies": {
|
|
"version": "3.0.31",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-cpp": {
|
|
"version": "5.1.3",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-cryptocurrencies": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-csharp": {
|
|
"version": "4.0.2",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-css": {
|
|
"version": "4.0.12",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-dart": {
|
|
"version": "2.0.3",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-data-science": {
|
|
"version": "1.0.11",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-django": {
|
|
"version": "4.1.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-docker": {
|
|
"version": "1.1.7",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-dotnet": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-elixir": {
|
|
"version": "4.0.3",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-en_us": {
|
|
"version": "4.3.15",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-en-common-misspellings": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-en-gb": {
|
|
"version": "1.1.33",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-filetypes": {
|
|
"version": "3.0.3",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-fonts": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-fsharp": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-fullstack": {
|
|
"version": "3.1.5",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-gaming-terms": {
|
|
"version": "1.0.5",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-git": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-golang": {
|
|
"version": "6.0.5",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-haskell": {
|
|
"version": "4.0.1",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-html": {
|
|
"version": "4.0.5",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-html-symbol-entities": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-java": {
|
|
"version": "5.0.6",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-k8s": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-latex": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-lorem-ipsum": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-lua": {
|
|
"version": "4.0.3",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-makefile": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-node": {
|
|
"version": "4.0.3",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-npm": {
|
|
"version": "5.0.15",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-php": {
|
|
"version": "4.0.5",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-powershell": {
|
|
"version": "5.0.3",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-public-licenses": {
|
|
"version": "2.0.5",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-python": {
|
|
"version": "4.1.11",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/dict-data-science": "^1.0.11"
|
|
}
|
|
},
|
|
"@cspell/dict-r": {
|
|
"version": "2.0.1",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-ruby": {
|
|
"version": "5.0.2",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-rust": {
|
|
"version": "4.0.2",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-scala": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-software-terms": {
|
|
"version": "3.3.17",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-sql": {
|
|
"version": "2.1.3",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-svelte": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-swift": {
|
|
"version": "2.0.1",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-typescript": {
|
|
"version": "3.1.2",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-vue": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"@cspell/dynamic-import": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"import-meta-resolve": "^4.0.0"
|
|
}
|
|
},
|
|
"@cspell/strong-weak-map": {
|
|
"version": "8.3.2",
|
|
"dev": true
|
|
},
|
|
"@cspotcode/source-map-support": {
|
|
"version": "0.8.1",
|
|
"requires": {
|
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
}
|
|
},
|
|
"@electron/get": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"debug": "^4.1.1",
|
|
"env-paths": "^2.2.0",
|
|
"fs-extra": "^8.1.0",
|
|
"global-agent": "^3.0.0",
|
|
"got": "^11.8.5",
|
|
"progress": "^2.0.3",
|
|
"semver": "^6.2.0",
|
|
"sumchecker": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"env-paths": {
|
|
"version": "2.2.1"
|
|
},
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"@es-joy/jsdoccomment": {
|
|
"version": "0.41.0",
|
|
"requires": {
|
|
"comment-parser": "1.4.1",
|
|
"esquery": "^1.5.0",
|
|
"jsdoc-type-pratt-parser": "~4.0.0"
|
|
}
|
|
},
|
|
"@esbuild/darwin-arm64": {
|
|
"version": "0.19.11",
|
|
"optional": true
|
|
},
|
|
"@eslint-community/eslint-utils": {
|
|
"version": "4.4.0",
|
|
"requires": {
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
}
|
|
},
|
|
"@eslint-community/regexpp": {
|
|
"version": "4.8.1"
|
|
},
|
|
"@eslint/eslintrc": {
|
|
"version": "2.1.4",
|
|
"requires": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.3.2",
|
|
"espree": "^9.6.0",
|
|
"globals": "^13.19.0",
|
|
"ignore": "^5.2.0",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"minimatch": "^3.1.2",
|
|
"strip-json-comments": "^3.1.1"
|
|
}
|
|
},
|
|
"@eslint/js": {
|
|
"version": "8.56.0"
|
|
},
|
|
"@ethersproject/abi": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/abi/-/abi-5.7.0.tgz",
|
|
"integrity": "sha512-351ktp42TiRcYB3H1OP8yajPeAQstMW/yCFokj/AthP9bLHzQFPlOrxOcwYEDkUAICmOHljvN4K39OMTMUa9RA==",
|
|
"requires": {
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/hash": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/abstract-provider": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/abstract-provider/-/abstract-provider-5.7.0.tgz",
|
|
"integrity": "sha512-R41c9UkchKCpAqStMYUpdunjo3pkEvZC3FAwZn5S5MGbXoMQOHIdHItezTETxAO5bevtMApSyEhn9+CHcDsWBw==",
|
|
"requires": {
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/networks": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"@ethersproject/web": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/abstract-signer": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/abstract-signer/-/abstract-signer-5.7.0.tgz",
|
|
"integrity": "sha512-a16V8bq1/Cz+TGCkE2OPMTOUDLS3grCpdjoJCYNnVBbdYEMSgKrU0+B90s8b6H+ByYTBZN7a3g76jdIJi7UfKQ==",
|
|
"requires": {
|
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/address": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/address/-/address-5.7.0.tgz",
|
|
"integrity": "sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA==",
|
|
"requires": {
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/rlp": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/base64": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/base64/-/base64-5.7.0.tgz",
|
|
"integrity": "sha512-Dr8tcHt2mEbsZr/mwTPIQAf3Ai0Bks/7gTw9dSqk1mQvhW3XvRlmDJr/4n+wg1JmCl16NZue17CDh8xb/vZ0sQ==",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/basex": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/basex/-/basex-5.7.0.tgz",
|
|
"integrity": "sha512-ywlh43GwZLv2Voc2gQVTKBoVQ1mti3d8HK5aMxsfu/nRDnMmNqaSJ3r3n85HBByT8OpoY96SXM1FogC533T4zw==",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/bignumber": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/bignumber/-/bignumber-5.7.0.tgz",
|
|
"integrity": "sha512-n1CAdIHRWjSucQO3MC1zPSVgV/6dy/fjL9pMrPP9peL+QxEg9wOsVqwD4+818B6LUEtaXzVHQiuivzRoxPxUGw==",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"bn.js": "^5.2.1"
|
|
}
|
|
},
|
|
"@ethersproject/bytes": {
|
|
"version": "5.7.0",
|
|
"requires": {
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/constants": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/constants/-/constants-5.7.0.tgz",
|
|
"integrity": "sha512-DHI+y5dBNvkpYUMiRQyxRBYBefZkJfo70VUkUAsRjcPs47muV9evftfZ0PJVCXYbAiCgght0DtcF9srFQmIgWA==",
|
|
"requires": {
|
|
"@ethersproject/bignumber": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/contracts": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/contracts/-/contracts-5.7.0.tgz",
|
|
"integrity": "sha512-5GJbzEU3X+d33CdfPhcyS+z8MzsTrBGk/sc+G+59+tPa9yFkl6HQ9D6L0QMgNTA9q8dT0XKxxkyp883XsQvbbg==",
|
|
"requires": {
|
|
"@ethersproject/abi": "^5.7.0",
|
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/hash": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/hash/-/hash-5.7.0.tgz",
|
|
"integrity": "sha512-qX5WrQfnah1EFnO5zJv1v46a8HW0+E5xuBBDTwMFZLuVTx0tbU2kkx15NqdjxecrLGatQN9FGQKpb1FKdHCt+g==",
|
|
"requires": {
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/base64": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/hdnode": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/hdnode/-/hdnode-5.7.0.tgz",
|
|
"integrity": "sha512-OmyYo9EENBPPf4ERhR7oj6uAtUAhYGqOnIS+jE5pTXvdKBS99ikzq1E7Iv0ZQZ5V36Lqx1qZLeak0Ra16qpeOg==",
|
|
"requires": {
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/basex": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/pbkdf2": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/sha2": "^5.7.0",
|
|
"@ethersproject/signing-key": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"@ethersproject/wordlists": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/json-wallets": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/json-wallets/-/json-wallets-5.7.0.tgz",
|
|
"integrity": "sha512-8oee5Xgu6+RKgJTkvEMl2wDgSPSAQ9MB/3JYjFV9jlKvcYHUXZC+cQp0njgmxdHkYWn8s6/IqIZYm0YWCjO/0g==",
|
|
"requires": {
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/hdnode": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/pbkdf2": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/random": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"aes-js": "3.0.0",
|
|
"scrypt-js": "3.0.1"
|
|
}
|
|
},
|
|
"@ethersproject/keccak256": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/keccak256/-/keccak256-5.7.0.tgz",
|
|
"integrity": "sha512-2UcPboeL/iW+pSg6vZ6ydF8tCnv3Iu/8tUmLLzWWGzxWKFFqOBQFLo6uLUv6BDrLgCDfN28RJ/wtByx+jZ4KBg==",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"js-sha3": "0.8.0"
|
|
},
|
|
"dependencies": {
|
|
"js-sha3": {
|
|
"version": "0.8.0",
|
|
"resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz",
|
|
"integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q=="
|
|
}
|
|
}
|
|
},
|
|
"@ethersproject/logger": {
|
|
"version": "5.7.0"
|
|
},
|
|
"@ethersproject/networks": {
|
|
"version": "5.7.1",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/networks/-/networks-5.7.1.tgz",
|
|
"integrity": "sha512-n/MufjFYv3yFcUyfhnXotyDlNdFb7onmkSy8aQERi2PjNcnWQ66xXxa3XlS8nCcA8aJKJjIIMNJTC7tu80GwpQ==",
|
|
"requires": {
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/pbkdf2": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/pbkdf2/-/pbkdf2-5.7.0.tgz",
|
|
"integrity": "sha512-oR/dBRZR6GTyaofd86DehG72hY6NpAjhabkhxgr3X2FpJtJuodEl2auADWBZfhDHgVCbu3/H/Ocq2uC6dpNjjw==",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/sha2": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/properties": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/properties/-/properties-5.7.0.tgz",
|
|
"integrity": "sha512-J87jy8suntrAkIZtecpxEPxY//szqr1mlBaYlQ0r4RCaiD2hjheqF9s1LVE8vVuJCXisjIP+JgtK/Do54ej4Sw==",
|
|
"requires": {
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/providers": {
|
|
"version": "5.7.2",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/providers/-/providers-5.7.2.tgz",
|
|
"integrity": "sha512-g34EWZ1WWAVgr4aptGlVBF8mhl3VWjv+8hoAnzStu8Ah22VHBsuGzP17eb6xDVRzw895G4W7vvx60lFFur/1Rg==",
|
|
"requires": {
|
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/base64": "^5.7.0",
|
|
"@ethersproject/basex": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/hash": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/networks": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/random": "^5.7.0",
|
|
"@ethersproject/rlp": "^5.7.0",
|
|
"@ethersproject/sha2": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"@ethersproject/web": "^5.7.0",
|
|
"bech32": "1.1.4",
|
|
"ws": "7.4.6"
|
|
},
|
|
"dependencies": {
|
|
"ws": {
|
|
"version": "7.4.6",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-7.4.6.tgz",
|
|
"integrity": "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==",
|
|
"requires": {}
|
|
}
|
|
}
|
|
},
|
|
"@ethersproject/random": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/random/-/random-5.7.0.tgz",
|
|
"integrity": "sha512-19WjScqRA8IIeWclFme75VMXSBvi4e6InrUNuaR4s5pTF2qNhcGdCUwdxUVGtDDqC00sDLCO93jPQoDUH4HVmQ==",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/rlp": {
|
|
"version": "5.7.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/sha2": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/sha2/-/sha2-5.7.0.tgz",
|
|
"integrity": "sha512-gKlH42riwb3KYp0reLsFTokByAKoJdgFCwI+CCiX/k+Jm2mbNs6oOaCjYQSlI1+XBVejwH2KrmCbMAT/GnRDQw==",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"hash.js": "1.1.7"
|
|
}
|
|
},
|
|
"@ethersproject/signing-key": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/signing-key/-/signing-key-5.7.0.tgz",
|
|
"integrity": "sha512-MZdy2nL3wO0u7gkB4nA/pEf8lu1TlFswPNmy8AiYkfKTdO6eXBJyUdmHO/ehm/htHw9K/qF8ujnTyUAD+Ry54Q==",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"bn.js": "^5.2.1",
|
|
"elliptic": "6.5.4",
|
|
"hash.js": "1.1.7"
|
|
}
|
|
},
|
|
"@ethersproject/solidity": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/solidity/-/solidity-5.7.0.tgz",
|
|
"integrity": "sha512-HmabMd2Dt/raavyaGukF4XxizWKhKQ24DoLtdNbBmNKUOPqwjsKQSdV9GQtj9CBEea9DlzETlVER1gYeXXBGaA==",
|
|
"requires": {
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/sha2": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/strings": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/strings/-/strings-5.7.0.tgz",
|
|
"integrity": "sha512-/9nu+lj0YswRNSH0NXYqrh8775XNyEdUQAuf3f+SmOrnVewcJ5SBNAjF7lpgehKi4abvNNXyf+HX86czCdJ8Mg==",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/transactions": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/transactions/-/transactions-5.7.0.tgz",
|
|
"integrity": "sha512-kmcNicCp1lp8qanMTC3RIikGgoJ80ztTyvtsFvCYpSCfkjhD0jZ2LOrnbcuxuToLIUYYf+4XwD1rP+B/erDIhQ==",
|
|
"requires": {
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/rlp": "^5.7.0",
|
|
"@ethersproject/signing-key": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/units": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/units/-/units-5.7.0.tgz",
|
|
"integrity": "sha512-pD3xLMy3SJu9kG5xDGI7+xhTEmGXlEqXU4OfNapmfnxLVY4EMSSRp7j1k7eezutBPH7RBN/7QPnwR7hzNlEFeg==",
|
|
"requires": {
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/constants": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/wallet": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/wallet/-/wallet-5.7.0.tgz",
|
|
"integrity": "sha512-MhmXlJXEJFBFVKrDLB4ZdDzxcBxQ3rLyCkhNqVu3CDYvR97E+8r01UgrI+TI99Le+aYm/in/0vp86guJuM7FCA==",
|
|
"requires": {
|
|
"@ethersproject/abstract-provider": "^5.7.0",
|
|
"@ethersproject/abstract-signer": "^5.7.0",
|
|
"@ethersproject/address": "^5.7.0",
|
|
"@ethersproject/bignumber": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/hash": "^5.7.0",
|
|
"@ethersproject/hdnode": "^5.7.0",
|
|
"@ethersproject/json-wallets": "^5.7.0",
|
|
"@ethersproject/keccak256": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/random": "^5.7.0",
|
|
"@ethersproject/signing-key": "^5.7.0",
|
|
"@ethersproject/transactions": "^5.7.0",
|
|
"@ethersproject/wordlists": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/web": {
|
|
"version": "5.7.1",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/web/-/web-5.7.1.tgz",
|
|
"integrity": "sha512-Gueu8lSvyjBWL4cYsWsjh6MtMwM0+H4HvqFPZfB6dV8ctbP9zFAO73VG1cMWae0FLPCtz0peKPpZY8/ugJJX2w==",
|
|
"requires": {
|
|
"@ethersproject/base64": "^5.7.0",
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/wordlists": {
|
|
"version": "5.7.0",
|
|
"resolved": "https://registry.npmjs.org/@ethersproject/wordlists/-/wordlists-5.7.0.tgz",
|
|
"integrity": "sha512-S2TFNJNfHWVHNE6cNDjbVlZ6MgE17MIxMbMg2zv3wn+3XSJGosL1m9ZVv3GXCf/2ymSsQ+hRI5IzoMJTG6aoVA==",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/hash": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0",
|
|
"@ethersproject/properties": "^5.7.0",
|
|
"@ethersproject/strings": "^5.7.0"
|
|
}
|
|
},
|
|
"@humanwhocodes/config-array": {
|
|
"version": "0.11.14",
|
|
"requires": {
|
|
"@humanwhocodes/object-schema": "^2.0.2",
|
|
"debug": "^4.3.1",
|
|
"minimatch": "^3.0.5"
|
|
}
|
|
},
|
|
"@humanwhocodes/module-importer": {
|
|
"version": "1.0.1"
|
|
},
|
|
"@humanwhocodes/object-schema": {
|
|
"version": "2.0.2"
|
|
},
|
|
"@isaacs/cliui": {
|
|
"version": "8.0.2",
|
|
"requires": {
|
|
"string-width": "^5.1.2",
|
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
"wrap-ansi": "^8.1.0",
|
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
}
|
|
},
|
|
"@istanbuljs/load-nyc-config": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"argparse": {
|
|
"version": "1.0.10",
|
|
"requires": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"camelcase": {
|
|
"version": "5.3.1"
|
|
},
|
|
"find-up": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"js-yaml": {
|
|
"version": "3.14.1",
|
|
"requires": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"p-locate": "^4.1.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"p-limit": "^2.2.0"
|
|
}
|
|
},
|
|
"sprintf-js": {
|
|
"version": "1.0.3"
|
|
}
|
|
}
|
|
},
|
|
"@istanbuljs/schema": {
|
|
"version": "0.1.3"
|
|
},
|
|
"@jridgewell/gen-mapping": {
|
|
"version": "0.3.3",
|
|
"requires": {
|
|
"@jridgewell/set-array": "^1.0.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
}
|
|
},
|
|
"@jridgewell/resolve-uri": {
|
|
"version": "3.1.1"
|
|
},
|
|
"@jridgewell/set-array": {
|
|
"version": "1.1.2"
|
|
},
|
|
"@jridgewell/source-map": {
|
|
"version": "0.3.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
}
|
|
},
|
|
"@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.15"
|
|
},
|
|
"@jridgewell/trace-mapping": {
|
|
"version": "0.3.9",
|
|
"requires": {
|
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
}
|
|
},
|
|
"@jsdoc/salty": {
|
|
"version": "0.2.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"@leichtgewicht/base64-codec": {
|
|
"version": "1.0.0"
|
|
},
|
|
"@leichtgewicht/dns-packet": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"@leichtgewicht/ip-codec": "^2.0.4",
|
|
"bytes.js": "^0.0.2",
|
|
"utf8-bytes": "^0.0.1",
|
|
"utf8-codec": "^1.0.0",
|
|
"utf8-length": "^0.0.1",
|
|
"utf8-string-bytes": "^1.0.3"
|
|
}
|
|
},
|
|
"@leichtgewicht/dns-socket": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"@leichtgewicht/dns-packet": "^6.0.0"
|
|
}
|
|
},
|
|
"@leichtgewicht/ip-codec": {
|
|
"version": "2.0.4"
|
|
},
|
|
"@libp2p/bootstrap": {
|
|
"version": "10.0.11",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.1",
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@multiformats/mafmt": "^12.1.6",
|
|
"@multiformats/multiaddr": "^12.1.10"
|
|
}
|
|
},
|
|
"@libp2p/crypto": {
|
|
"version": "4.0.3",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.4",
|
|
"@noble/curves": "^1.3.0",
|
|
"@noble/hashes": "^1.3.3",
|
|
"asn1js": "^3.0.5",
|
|
"multiformats": "^13.1.0",
|
|
"protons-runtime": "^5.4.0",
|
|
"uint8arraylist": "^2.4.8",
|
|
"uint8arrays": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.1.0"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/identify": {
|
|
"version": "1.0.11",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/interface-internal": "^1.0.7",
|
|
"@libp2p/peer-id": "^4.0.5",
|
|
"@libp2p/peer-record": "^7.0.6",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"@multiformats/multiaddr-matcher": "^1.1.0",
|
|
"it-protobuf-stream": "^1.1.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0",
|
|
"wherearewe": "^2.0.1"
|
|
}
|
|
},
|
|
"@libp2p/interface": {
|
|
"version": "1.1.4",
|
|
"requires": {
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"it-pushable": "^3.2.3",
|
|
"it-stream-types": "^2.0.1",
|
|
"multiformats": "^13.1.0",
|
|
"progress-events": "^1.0.0",
|
|
"uint8arraylist": "^2.4.8"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.1.0"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/interface-compliance-tests": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/interface-internal": "^1.0.7",
|
|
"@libp2p/logger": "^4.0.5",
|
|
"@libp2p/multistream-select": "^5.1.2",
|
|
"@libp2p/peer-collections": "^5.1.5",
|
|
"@libp2p/peer-id": "^4.0.5",
|
|
"@libp2p/peer-id-factory": "^4.0.5",
|
|
"@libp2p/utils": "^5.2.3",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"abortable-iterator": "^5.0.1",
|
|
"aegir": "^42.0.0",
|
|
"delay": "^6.0.0",
|
|
"it-all": "^3.0.2",
|
|
"it-drain": "^3.0.2",
|
|
"it-map": "^3.0.4",
|
|
"it-ndjson": "^1.0.3",
|
|
"it-pair": "^2.0.6",
|
|
"it-pipe": "^3.0.1",
|
|
"it-protobuf-stream": "^1.1.1",
|
|
"it-pushable": "^3.2.3",
|
|
"it-stream-types": "^2.0.1",
|
|
"it-to-buffer": "^4.0.2",
|
|
"merge-options": "^3.0.4",
|
|
"p-defer": "^4.0.0",
|
|
"p-event": "^6.0.0",
|
|
"p-limit": "^5.0.0",
|
|
"p-wait-for": "^5.0.2",
|
|
"protons-runtime": "^5.0.0",
|
|
"sinon": "^17.0.0",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"p-limit": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"yocto-queue": "^1.0.0"
|
|
}
|
|
},
|
|
"yocto-queue": {
|
|
"version": "1.0.0"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/interface-internal": {
|
|
"version": "1.0.9",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.4",
|
|
"@libp2p/peer-collections": "^5.1.7",
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"uint8arraylist": "^2.4.8"
|
|
}
|
|
},
|
|
"@libp2p/interfaces": {
|
|
"version": "3.3.2"
|
|
},
|
|
"@libp2p/logger": {
|
|
"version": "4.0.6",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.3",
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.10",
|
|
"multiformats": "^13.0.1"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/mplex": {
|
|
"version": "10.0.12",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/utils": "^5.2.2",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.3",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8-varint": "^2.0.2",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"@libp2p/multistream-select": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"it-length-prefixed": "^9.0.3",
|
|
"it-length-prefixed-stream": "^1.1.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"p-defer": "^4.0.0",
|
|
"race-signal": "^1.0.2",
|
|
"uint8-varint": "^2.0.2",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"@libp2p/peer-collections": {
|
|
"version": "5.1.7",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.4",
|
|
"@libp2p/peer-id": "^4.0.7"
|
|
}
|
|
},
|
|
"@libp2p/peer-id": {
|
|
"version": "4.0.7",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.4",
|
|
"multiformats": "^13.1.0",
|
|
"uint8arrays": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.1.0"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/peer-id-factory": {
|
|
"version": "4.0.5",
|
|
"requires": {
|
|
"@libp2p/crypto": "^4.0.1",
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/peer-id": "^4.0.5",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"@libp2p/peer-record": {
|
|
"version": "7.0.6",
|
|
"requires": {
|
|
"@libp2p/crypto": "^4.0.1",
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@libp2p/peer-id": "^4.0.5",
|
|
"@libp2p/utils": "^5.2.2",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8-varint": "^2.0.2",
|
|
"uint8arraylist": "^2.4.7",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"@libp2p/peer-store": {
|
|
"version": "10.0.6",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.1",
|
|
"@libp2p/peer-collections": "^5.1.4",
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@libp2p/peer-record": "^7.0.5",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"interface-datastore": "^8.2.0",
|
|
"it-all": "^3.0.2",
|
|
"mortice": "^3.0.1",
|
|
"multiformats": "^13.0.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/ping": {
|
|
"version": "1.0.12",
|
|
"requires": {
|
|
"@libp2p/crypto": "^4.0.3",
|
|
"@libp2p/interface": "^1.1.4",
|
|
"@libp2p/interface-internal": "^1.0.9",
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"it-first": "^3.0.4",
|
|
"it-pipe": "^3.0.1",
|
|
"uint8arrays": "^5.0.2"
|
|
}
|
|
},
|
|
"@libp2p/pubsub": {
|
|
"version": "9.0.10",
|
|
"requires": {
|
|
"@libp2p/crypto": "^4.0.2",
|
|
"@libp2p/interface": "^1.1.3",
|
|
"@libp2p/interface-internal": "^1.0.8",
|
|
"@libp2p/peer-collections": "^5.1.6",
|
|
"@libp2p/peer-id": "^4.0.6",
|
|
"@libp2p/utils": "^5.2.5",
|
|
"it-length-prefixed": "^9.0.4",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.3",
|
|
"multiformats": "^13.0.1",
|
|
"p-queue": "^8.0.1",
|
|
"uint8arraylist": "^2.4.8",
|
|
"uint8arrays": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.1.0"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/utils": {
|
|
"version": "5.2.5",
|
|
"requires": {
|
|
"@chainsafe/is-ip": "^2.0.2",
|
|
"@libp2p/interface": "^1.1.3",
|
|
"@libp2p/logger": "^4.0.6",
|
|
"@multiformats/multiaddr": "^12.1.14",
|
|
"@multiformats/multiaddr-matcher": "^1.1.2",
|
|
"delay": "^6.0.0",
|
|
"get-iterator": "^2.0.1",
|
|
"is-loopback-addr": "^2.0.2",
|
|
"it-pushable": "^3.2.3",
|
|
"it-stream-types": "^2.0.1",
|
|
"netmask": "^2.0.2",
|
|
"p-defer": "^4.0.0",
|
|
"race-event": "^1.1.0",
|
|
"race-signal": "^1.0.2",
|
|
"uint8arraylist": "^2.4.8"
|
|
}
|
|
},
|
|
"@libp2p/websockets": {
|
|
"version": "8.0.11",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.1",
|
|
"@libp2p/utils": "^5.2.1",
|
|
"@multiformats/mafmt": "^12.1.6",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"@multiformats/multiaddr-to-uri": "^9.0.2",
|
|
"@types/ws": "^8.5.4",
|
|
"it-ws": "^6.1.0",
|
|
"p-defer": "^4.0.0",
|
|
"wherearewe": "^2.0.1",
|
|
"ws": "^8.12.1"
|
|
}
|
|
},
|
|
"@multiformats/mafmt": {
|
|
"version": "12.1.6",
|
|
"requires": {
|
|
"@multiformats/multiaddr": "^12.0.0"
|
|
}
|
|
},
|
|
"@multiformats/multiaddr": {
|
|
"version": "12.1.14",
|
|
"requires": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"@chainsafe/netmask": "^2.0.0",
|
|
"@libp2p/interface": "^1.0.0",
|
|
"dns-over-http-resolver": "^3.0.2",
|
|
"multiformats": "^13.0.0",
|
|
"uint8-varint": "^2.0.1",
|
|
"uint8arrays": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.1.0"
|
|
}
|
|
}
|
|
},
|
|
"@multiformats/multiaddr-matcher": {
|
|
"version": "1.1.2",
|
|
"requires": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"multiformats": "^13.0.0"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@multiformats/multiaddr-to-uri": {
|
|
"version": "9.0.7",
|
|
"requires": {
|
|
"@multiformats/multiaddr": "^12.0.0"
|
|
}
|
|
},
|
|
"@noble/ciphers": {
|
|
"version": "0.4.0"
|
|
},
|
|
"@noble/curves": {
|
|
"version": "1.3.0",
|
|
"requires": {
|
|
"@noble/hashes": "1.3.3"
|
|
}
|
|
},
|
|
"@noble/hashes": {
|
|
"version": "1.3.3"
|
|
},
|
|
"@noble/secp256k1": {
|
|
"version": "1.7.1"
|
|
},
|
|
"@nodelib/fs.scandir": {
|
|
"version": "2.1.5",
|
|
"requires": {
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"run-parallel": "^1.1.9"
|
|
}
|
|
},
|
|
"@nodelib/fs.stat": {
|
|
"version": "2.0.5"
|
|
},
|
|
"@nodelib/fs.walk": {
|
|
"version": "1.2.8",
|
|
"requires": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
}
|
|
},
|
|
"@octokit/auth-token": {
|
|
"version": "4.0.0"
|
|
},
|
|
"@octokit/core": {
|
|
"version": "5.0.2",
|
|
"requires": {
|
|
"@octokit/auth-token": "^4.0.0",
|
|
"@octokit/graphql": "^7.0.0",
|
|
"@octokit/request": "^8.0.2",
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^12.0.0",
|
|
"before-after-hook": "^2.2.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/endpoint": {
|
|
"version": "9.0.4",
|
|
"requires": {
|
|
"@octokit/types": "^12.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/graphql": {
|
|
"version": "7.0.2",
|
|
"requires": {
|
|
"@octokit/request": "^8.0.1",
|
|
"@octokit/types": "^12.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/openapi-types": {
|
|
"version": "19.1.0"
|
|
},
|
|
"@octokit/plugin-paginate-rest": {
|
|
"version": "9.1.5",
|
|
"requires": {
|
|
"@octokit/types": "^12.4.0"
|
|
}
|
|
},
|
|
"@octokit/plugin-retry": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^12.0.0",
|
|
"bottleneck": "^2.15.3"
|
|
}
|
|
},
|
|
"@octokit/plugin-throttling": {
|
|
"version": "8.1.3",
|
|
"requires": {
|
|
"@octokit/types": "^12.2.0",
|
|
"bottleneck": "^2.15.3"
|
|
}
|
|
},
|
|
"@octokit/request": {
|
|
"version": "8.1.6",
|
|
"requires": {
|
|
"@octokit/endpoint": "^9.0.0",
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^12.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/request-error": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"@octokit/types": "^12.0.0",
|
|
"deprecation": "^2.0.0",
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"@octokit/types": {
|
|
"version": "12.4.0",
|
|
"requires": {
|
|
"@octokit/openapi-types": "^19.1.0"
|
|
}
|
|
},
|
|
"@phenomnomnominal/tsquery": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"esquery": "^1.4.0"
|
|
}
|
|
},
|
|
"@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"optional": true
|
|
},
|
|
"@pkgr/core": {
|
|
"version": "0.1.1",
|
|
"dev": true
|
|
},
|
|
"@playwright/test": {
|
|
"version": "1.40.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"playwright": "1.40.1"
|
|
}
|
|
},
|
|
"@pnpm/config.env-replace": {
|
|
"version": "1.1.0"
|
|
},
|
|
"@pnpm/network.ca-file": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"graceful-fs": "4.2.10"
|
|
},
|
|
"dependencies": {
|
|
"graceful-fs": {
|
|
"version": "4.2.10"
|
|
}
|
|
}
|
|
},
|
|
"@pnpm/npm-conf": {
|
|
"version": "2.2.2",
|
|
"requires": {
|
|
"@pnpm/config.env-replace": "^1.1.0",
|
|
"@pnpm/network.ca-file": "^1.0.1",
|
|
"config-chain": "^1.1.11"
|
|
}
|
|
},
|
|
"@polka/send-type": {
|
|
"version": "0.5.2"
|
|
},
|
|
"@polka/url": {
|
|
"version": "0.5.0"
|
|
},
|
|
"@protobufjs/aspromise": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"@protobufjs/base64": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"@protobufjs/codegen": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"@protobufjs/eventemitter": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"@protobufjs/fetch": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"peer": true,
|
|
"requires": {
|
|
"@protobufjs/aspromise": "^1.1.1",
|
|
"@protobufjs/inquire": "^1.1.0"
|
|
}
|
|
},
|
|
"@protobufjs/float": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"@protobufjs/inquire": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"@protobufjs/path": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"@protobufjs/pool": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"@protobufjs/utf8": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"@puppeteer/browsers": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "4.3.4",
|
|
"extract-zip": "2.0.1",
|
|
"progress": "2.0.3",
|
|
"proxy-agent": "6.4.0",
|
|
"semver": "7.6.0",
|
|
"tar-fs": "3.0.5",
|
|
"unbzip2-stream": "1.4.3",
|
|
"yargs": "17.7.2"
|
|
}
|
|
},
|
|
"@rollup/plugin-commonjs": {
|
|
"version": "25.0.7",
|
|
"dev": true,
|
|
"requires": {
|
|
"@rollup/pluginutils": "^5.0.1",
|
|
"commondir": "^1.0.1",
|
|
"estree-walker": "^2.0.2",
|
|
"glob": "^8.0.3",
|
|
"is-reference": "1.2.1",
|
|
"magic-string": "^0.30.3"
|
|
}
|
|
},
|
|
"@rollup/plugin-json": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@rollup/pluginutils": "^5.1.0"
|
|
}
|
|
},
|
|
"@rollup/plugin-node-resolve": {
|
|
"version": "15.2.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"@rollup/pluginutils": "^5.0.1",
|
|
"@types/resolve": "1.20.2",
|
|
"deepmerge": "^4.2.2",
|
|
"is-builtin-module": "^3.2.1",
|
|
"is-module": "^1.0.0",
|
|
"resolve": "^1.22.1"
|
|
}
|
|
},
|
|
"@rollup/pluginutils": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/estree": "^1.0.0",
|
|
"estree-walker": "^2.0.2",
|
|
"picomatch": "^2.3.1"
|
|
}
|
|
},
|
|
"@rollup/rollup-darwin-arm64": {
|
|
"version": "4.12.0",
|
|
"dev": true,
|
|
"optional": true
|
|
},
|
|
"@samverschueren/stream-to-observable": {
|
|
"version": "0.3.1",
|
|
"requires": {
|
|
"any-observable": "^0.3.0"
|
|
}
|
|
},
|
|
"@scure/base": {
|
|
"version": "1.1.5",
|
|
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.1.5.tgz",
|
|
"integrity": "sha512-Brj9FiG2W1MRQSTB212YVPRrcbjkv48FoZi/u4l/zds/ieRrqsh7aUf6CLwkAq61oKXr/ZlTzlY66gLIj3TFTQ=="
|
|
},
|
|
"@scure/bip32": {
|
|
"version": "1.3.3",
|
|
"resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.3.3.tgz",
|
|
"integrity": "sha512-LJaN3HwRbfQK0X1xFSi0Q9amqOgzQnnDngIt+ZlsBC3Bm7/nE7K0kwshZHyaru79yIVRv/e1mQAjZyuZG6jOFQ==",
|
|
"requires": {
|
|
"@noble/curves": "~1.3.0",
|
|
"@noble/hashes": "~1.3.2",
|
|
"@scure/base": "~1.1.4"
|
|
}
|
|
},
|
|
"@scure/bip39": {
|
|
"version": "1.2.2",
|
|
"resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.2.2.tgz",
|
|
"integrity": "sha512-HYf9TUXG80beW+hGAt3TRM8wU6pQoYur9iNypTROm42dorCGmLnFe3eWjz3gOq6G62H2WRh0FCzAR1PI+29zIA==",
|
|
"requires": {
|
|
"@noble/hashes": "~1.3.2",
|
|
"@scure/base": "~1.1.4"
|
|
}
|
|
},
|
|
"@semantic-release/changelog": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"@semantic-release/error": "^3.0.0",
|
|
"aggregate-error": "^3.0.0",
|
|
"fs-extra": "^11.0.0",
|
|
"lodash": "^4.17.4"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": {
|
|
"version": "11.2.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@semantic-release/commit-analyzer": {
|
|
"version": "11.1.0",
|
|
"requires": {
|
|
"conventional-changelog-angular": "^7.0.0",
|
|
"conventional-commits-filter": "^4.0.0",
|
|
"conventional-commits-parser": "^5.0.0",
|
|
"debug": "^4.0.0",
|
|
"import-from-esm": "^1.0.3",
|
|
"lodash-es": "^4.17.21",
|
|
"micromatch": "^4.0.2"
|
|
}
|
|
},
|
|
"@semantic-release/error": {
|
|
"version": "3.0.0"
|
|
},
|
|
"@semantic-release/git": {
|
|
"version": "10.0.1",
|
|
"requires": {
|
|
"@semantic-release/error": "^3.0.0",
|
|
"aggregate-error": "^3.0.0",
|
|
"debug": "^4.0.0",
|
|
"dir-glob": "^3.0.0",
|
|
"execa": "^5.0.0",
|
|
"lodash": "^4.17.4",
|
|
"micromatch": "^4.0.0",
|
|
"p-reduce": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"execa": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"human-signals": {
|
|
"version": "2.1.0"
|
|
},
|
|
"is-stream": {
|
|
"version": "2.0.1"
|
|
},
|
|
"mimic-fn": {
|
|
"version": "2.1.0"
|
|
},
|
|
"npm-run-path": {
|
|
"version": "4.0.1",
|
|
"requires": {
|
|
"path-key": "^3.0.0"
|
|
}
|
|
},
|
|
"onetime": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"mimic-fn": "^2.1.0"
|
|
}
|
|
},
|
|
"strip-final-newline": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"@semantic-release/github": {
|
|
"version": "9.2.6",
|
|
"requires": {
|
|
"@octokit/core": "^5.0.0",
|
|
"@octokit/plugin-paginate-rest": "^9.0.0",
|
|
"@octokit/plugin-retry": "^6.0.0",
|
|
"@octokit/plugin-throttling": "^8.0.0",
|
|
"@semantic-release/error": "^4.0.0",
|
|
"aggregate-error": "^5.0.0",
|
|
"debug": "^4.3.4",
|
|
"dir-glob": "^3.0.1",
|
|
"globby": "^14.0.0",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.0",
|
|
"issue-parser": "^6.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mime": "^4.0.0",
|
|
"p-filter": "^4.0.0",
|
|
"url-join": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@semantic-release/error": {
|
|
"version": "4.0.0"
|
|
},
|
|
"aggregate-error": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"clean-stack": "^5.2.0",
|
|
"indent-string": "^5.0.0"
|
|
}
|
|
},
|
|
"clean-stack": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"escape-string-regexp": "5.0.0"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "5.0.0"
|
|
},
|
|
"globby": {
|
|
"version": "14.0.0",
|
|
"requires": {
|
|
"@sindresorhus/merge-streams": "^1.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"ignore": "^5.2.4",
|
|
"path-type": "^5.0.0",
|
|
"slash": "^5.1.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
}
|
|
},
|
|
"indent-string": {
|
|
"version": "5.0.0"
|
|
},
|
|
"path-type": {
|
|
"version": "5.0.0"
|
|
},
|
|
"slash": {
|
|
"version": "5.1.0"
|
|
}
|
|
}
|
|
},
|
|
"@semantic-release/npm": {
|
|
"version": "11.0.2",
|
|
"requires": {
|
|
"@semantic-release/error": "^4.0.0",
|
|
"aggregate-error": "^5.0.0",
|
|
"execa": "^8.0.0",
|
|
"fs-extra": "^11.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nerf-dart": "^1.0.0",
|
|
"normalize-url": "^8.0.0",
|
|
"npm": "^10.0.0",
|
|
"rc": "^1.2.8",
|
|
"read-pkg": "^9.0.0",
|
|
"registry-auth-token": "^5.0.0",
|
|
"semver": "^7.1.2",
|
|
"tempy": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@semantic-release/error": {
|
|
"version": "4.0.0"
|
|
},
|
|
"aggregate-error": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"clean-stack": "^5.2.0",
|
|
"indent-string": "^5.0.0"
|
|
}
|
|
},
|
|
"clean-stack": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"escape-string-regexp": "5.0.0"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "5.0.0"
|
|
},
|
|
"execa": {
|
|
"version": "8.0.1",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
}
|
|
},
|
|
"fs-extra": {
|
|
"version": "11.2.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"get-stream": {
|
|
"version": "8.0.1"
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"lru-cache": "^10.0.1"
|
|
}
|
|
},
|
|
"human-signals": {
|
|
"version": "5.0.0"
|
|
},
|
|
"indent-string": {
|
|
"version": "5.0.0"
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"lru-cache": {
|
|
"version": "10.1.0"
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"hosted-git-info": "^7.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
}
|
|
},
|
|
"parse-json": {
|
|
"version": "8.1.0",
|
|
"requires": {
|
|
"@babel/code-frame": "^7.22.13",
|
|
"index-to-position": "^0.1.2",
|
|
"type-fest": "^4.7.1"
|
|
}
|
|
},
|
|
"read-pkg": {
|
|
"version": "9.0.1",
|
|
"requires": {
|
|
"@types/normalize-package-data": "^2.4.3",
|
|
"normalize-package-data": "^6.0.0",
|
|
"parse-json": "^8.0.0",
|
|
"type-fest": "^4.6.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
}
|
|
},
|
|
"signal-exit": {
|
|
"version": "4.1.0"
|
|
},
|
|
"type-fest": {
|
|
"version": "4.9.0"
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@semantic-release/release-notes-generator": {
|
|
"version": "12.1.0",
|
|
"requires": {
|
|
"conventional-changelog-angular": "^7.0.0",
|
|
"conventional-changelog-writer": "^7.0.0",
|
|
"conventional-commits-filter": "^4.0.0",
|
|
"conventional-commits-parser": "^5.0.0",
|
|
"debug": "^4.0.0",
|
|
"get-stream": "^7.0.0",
|
|
"import-from-esm": "^1.0.3",
|
|
"into-stream": "^7.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"read-pkg-up": "^11.0.0"
|
|
},
|
|
"dependencies": {
|
|
"get-stream": {
|
|
"version": "7.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@semrel-extra/topo": {
|
|
"version": "1.14.1",
|
|
"requires": {
|
|
"fast-glob": "^3.3.2",
|
|
"js-yaml": "^4.1.0",
|
|
"toposource": "^1.2.0"
|
|
}
|
|
},
|
|
"@sindresorhus/is": {
|
|
"version": "4.6.0"
|
|
},
|
|
"@sindresorhus/merge-streams": {
|
|
"version": "1.0.0"
|
|
},
|
|
"@sinonjs/commons": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"@sinonjs/fake-timers": {
|
|
"version": "11.2.2",
|
|
"requires": {
|
|
"@sinonjs/commons": "^3.0.0"
|
|
}
|
|
},
|
|
"@sinonjs/samsam": {
|
|
"version": "8.0.0",
|
|
"requires": {
|
|
"@sinonjs/commons": "^2.0.0",
|
|
"lodash.get": "^4.4.2",
|
|
"type-detect": "^4.0.8"
|
|
},
|
|
"dependencies": {
|
|
"@sinonjs/commons": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@sinonjs/text-encoding": {
|
|
"version": "0.7.2"
|
|
},
|
|
"@sitespeed.io/tracium": {
|
|
"version": "0.3.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "^4.1.1"
|
|
}
|
|
},
|
|
"@size-limit/file": {
|
|
"version": "11.0.2",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"@size-limit/preset-big-lib": {
|
|
"version": "11.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@size-limit/file": "11.0.2",
|
|
"@size-limit/time": "11.0.2",
|
|
"@size-limit/webpack": "11.0.2",
|
|
"size-limit": "11.0.2"
|
|
}
|
|
},
|
|
"@size-limit/time": {
|
|
"version": "11.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"estimo": "^3.0.1"
|
|
}
|
|
},
|
|
"@size-limit/webpack": {
|
|
"version": "11.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"nanoid": "^5.0.4",
|
|
"webpack": "^5.89.0"
|
|
}
|
|
},
|
|
"@socket.io/component-emitter": {
|
|
"version": "3.1.0",
|
|
"dev": true
|
|
},
|
|
"@szmarczak/http-timer": {
|
|
"version": "4.0.6",
|
|
"requires": {
|
|
"defer-to-connect": "^2.0.0"
|
|
}
|
|
},
|
|
"@tootallnate/once": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
|
|
"integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
|
|
"dev": true
|
|
},
|
|
"@tootallnate/quickjs-emscripten": {
|
|
"version": "0.23.0",
|
|
"dev": true
|
|
},
|
|
"@tsconfig/node10": {
|
|
"version": "1.0.9"
|
|
},
|
|
"@tsconfig/node12": {
|
|
"version": "1.0.11"
|
|
},
|
|
"@tsconfig/node14": {
|
|
"version": "1.0.3"
|
|
},
|
|
"@tsconfig/node16": {
|
|
"version": "1.0.4"
|
|
},
|
|
"@types/app-root-path": {
|
|
"version": "1.2.8",
|
|
"resolved": "https://registry.npmjs.org/@types/app-root-path/-/app-root-path-1.2.8.tgz",
|
|
"integrity": "sha512-l12miuN6JXAi3yuADZNhRKbyN7IIyaUP9hFVZ/BbHhWYpBkHLbOaX2WkQoXGJyAgMcP9iZ0S9+tz/FN40VrwWQ==",
|
|
"dev": true
|
|
},
|
|
"@types/cacheable-request": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"@types/http-cache-semantics": "*",
|
|
"@types/keyv": "^3.1.4",
|
|
"@types/node": "*",
|
|
"@types/responselike": "^1.0.0"
|
|
}
|
|
},
|
|
"@types/chai": {
|
|
"version": "4.3.11"
|
|
},
|
|
"@types/chai-as-promised": {
|
|
"version": "7.1.8",
|
|
"requires": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"@types/chai-spies": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/@types/chai-spies/-/chai-spies-1.0.6.tgz",
|
|
"integrity": "sha512-xkk4HmhBB9OQeTAifa9MJ+6R5/Rq9+ungDe4JidZD+vqZVeiWZwc2i7/pd1ZKjyGlSBIQePoWdyUyFUGT0rv5w==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"@types/chai-string": {
|
|
"version": "1.4.5",
|
|
"requires": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"@types/chai-subset": {
|
|
"version": "1.3.5",
|
|
"requires": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"@types/cookie": {
|
|
"version": "0.4.1",
|
|
"dev": true
|
|
},
|
|
"@types/cors": {
|
|
"version": "2.8.14",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/debug": {
|
|
"version": "4.1.12",
|
|
"requires": {
|
|
"@types/ms": "*"
|
|
}
|
|
},
|
|
"@types/deep-equal-in-any-order": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/@types/deep-equal-in-any-order/-/deep-equal-in-any-order-1.0.3.tgz",
|
|
"integrity": "sha512-jT0O3hAILDKeKbdWJ9FZLD0Xdfhz7hMvfyFlRWpirjiEVr8G+GZ4kVIzPIqM6x6Rpp93TNPgOAed4XmvcuV6Qg==",
|
|
"dev": true
|
|
},
|
|
"@types/docker-modem": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/node": "*",
|
|
"@types/ssh2": "*"
|
|
}
|
|
},
|
|
"@types/dockerode": {
|
|
"version": "3.3.19",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/docker-modem": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/eslint": {
|
|
"version": "8.44.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/estree": "*",
|
|
"@types/json-schema": "*"
|
|
}
|
|
},
|
|
"@types/eslint-scope": {
|
|
"version": "3.7.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/eslint": "*",
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"@types/estree": {
|
|
"version": "1.0.5",
|
|
"dev": true
|
|
},
|
|
"@types/fs-extra": {
|
|
"version": "8.1.5",
|
|
"resolved": "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-8.1.5.tgz",
|
|
"integrity": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/glob": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
|
|
"integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/minimatch": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/http-cache-semantics": {
|
|
"version": "4.0.4"
|
|
},
|
|
"@types/istanbul-lib-coverage": {
|
|
"version": "2.0.6"
|
|
},
|
|
"@types/json-schema": {
|
|
"version": "7.0.13"
|
|
},
|
|
"@types/json5": {
|
|
"version": "0.0.29"
|
|
},
|
|
"@types/keyv": {
|
|
"version": "3.1.4",
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/linkify-it": {
|
|
"version": "3.0.3",
|
|
"dev": true
|
|
},
|
|
"@types/lodash": {
|
|
"version": "4.17.0",
|
|
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz",
|
|
"integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==",
|
|
"dev": true
|
|
},
|
|
"@types/markdown-it": {
|
|
"version": "12.2.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/linkify-it": "*",
|
|
"@types/mdurl": "*"
|
|
}
|
|
},
|
|
"@types/mdast": {
|
|
"version": "4.0.3",
|
|
"requires": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"@types/mdurl": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"@types/minimatch": {
|
|
"version": "3.0.5"
|
|
},
|
|
"@types/minimist": {
|
|
"version": "1.2.5"
|
|
},
|
|
"@types/mocha": {
|
|
"version": "10.0.6"
|
|
},
|
|
"@types/ms": {
|
|
"version": "0.7.31"
|
|
},
|
|
"@types/node": {
|
|
"version": "20.6.3"
|
|
},
|
|
"@types/node-localstorage": {
|
|
"version": "1.3.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/normalize-package-data": {
|
|
"version": "2.4.4"
|
|
},
|
|
"@types/parse-json": {
|
|
"version": "4.0.2"
|
|
},
|
|
"@types/resolve": {
|
|
"version": "1.20.2",
|
|
"dev": true
|
|
},
|
|
"@types/responselike": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/retry": {
|
|
"version": "0.12.2"
|
|
},
|
|
"@types/semver": {
|
|
"version": "7.5.2"
|
|
},
|
|
"@types/sinon": {
|
|
"version": "17.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/sinonjs__fake-timers": "*"
|
|
}
|
|
},
|
|
"@types/sinonjs__fake-timers": {
|
|
"version": "8.1.2",
|
|
"dev": true
|
|
},
|
|
"@types/ssh2": {
|
|
"version": "1.11.13",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/node": "^18.11.18"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": {
|
|
"version": "18.17.18",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@types/strip-bom": {
|
|
"version": "3.0.0"
|
|
},
|
|
"@types/strip-json-comments": {
|
|
"version": "0.0.30"
|
|
},
|
|
"@types/tail": {
|
|
"version": "2.2.3",
|
|
"dev": true
|
|
},
|
|
"@types/unist": {
|
|
"version": "3.0.2"
|
|
},
|
|
"@types/uuid": {
|
|
"version": "9.0.8",
|
|
"dev": true
|
|
},
|
|
"@types/ws": {
|
|
"version": "8.5.10",
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/yargs": {
|
|
"version": "17.0.32",
|
|
"requires": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"@types/yargs-parser": {
|
|
"version": "21.0.3"
|
|
},
|
|
"@types/yauzl": {
|
|
"version": "2.10.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@eslint-community/regexpp": "^4.5.1",
|
|
"@typescript-eslint/scope-manager": "6.7.2",
|
|
"@typescript-eslint/type-utils": "6.7.2",
|
|
"@typescript-eslint/utils": "6.7.2",
|
|
"@typescript-eslint/visitor-keys": "6.7.2",
|
|
"debug": "^4.3.4",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.4",
|
|
"natural-compare": "^1.4.0",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"@typescript-eslint/experimental-utils": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/utils": "5.62.0"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/types": {
|
|
"version": "5.62.0"
|
|
},
|
|
"@typescript-eslint/typescript-estree": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/utils": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@types/json-schema": "^7.0.9",
|
|
"@types/semver": "^7.3.12",
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"eslint-scope": "^5.1.1",
|
|
"semver": "^7.3.7"
|
|
}
|
|
},
|
|
"@typescript-eslint/visitor-keys": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
}
|
|
},
|
|
"eslint-scope": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
}
|
|
},
|
|
"estraverse": {
|
|
"version": "4.3.0"
|
|
}
|
|
}
|
|
},
|
|
"@typescript-eslint/parser": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/types": {
|
|
"version": "6.21.0",
|
|
"dev": true
|
|
},
|
|
"@typescript-eslint/typescript-estree": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "9.0.3",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"@typescript-eslint/visitor-keys": {
|
|
"version": "6.21.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.21.0",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
}
|
|
},
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@typescript-eslint/scope-manager": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.7.2",
|
|
"@typescript-eslint/visitor-keys": "6.7.2"
|
|
}
|
|
},
|
|
"@typescript-eslint/type-utils": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/typescript-estree": "6.7.2",
|
|
"@typescript-eslint/utils": "6.7.2",
|
|
"debug": "^4.3.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"@typescript-eslint/types": {
|
|
"version": "6.7.2",
|
|
"dev": true
|
|
},
|
|
"@typescript-eslint/typescript-estree": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.7.2",
|
|
"@typescript-eslint/visitor-keys": "6.7.2",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"@typescript-eslint/utils": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
"@types/json-schema": "^7.0.12",
|
|
"@types/semver": "^7.5.0",
|
|
"@typescript-eslint/scope-manager": "6.7.2",
|
|
"@typescript-eslint/types": "6.7.2",
|
|
"@typescript-eslint/typescript-estree": "6.7.2",
|
|
"semver": "^7.5.4"
|
|
}
|
|
},
|
|
"@typescript-eslint/visitor-keys": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.7.2",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
}
|
|
},
|
|
"@ungap/promise-all-settled": {
|
|
"version": "1.1.2"
|
|
},
|
|
"@ungap/structured-clone": {
|
|
"version": "1.2.0"
|
|
},
|
|
"@vue/compiler-core": {
|
|
"version": "3.4.14",
|
|
"requires": {
|
|
"@babel/parser": "^7.23.6",
|
|
"@vue/shared": "3.4.14",
|
|
"entities": "^4.5.0",
|
|
"estree-walker": "^2.0.2",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"entities": {
|
|
"version": "4.5.0"
|
|
}
|
|
}
|
|
},
|
|
"@vue/compiler-dom": {
|
|
"version": "3.4.14",
|
|
"requires": {
|
|
"@vue/compiler-core": "3.4.14",
|
|
"@vue/shared": "3.4.14"
|
|
}
|
|
},
|
|
"@vue/compiler-sfc": {
|
|
"version": "3.4.14",
|
|
"requires": {
|
|
"@babel/parser": "^7.23.6",
|
|
"@vue/compiler-core": "3.4.14",
|
|
"@vue/compiler-dom": "3.4.14",
|
|
"@vue/compiler-ssr": "3.4.14",
|
|
"@vue/shared": "3.4.14",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.5",
|
|
"postcss": "^8.4.33",
|
|
"source-map-js": "^1.0.2"
|
|
}
|
|
},
|
|
"@vue/compiler-ssr": {
|
|
"version": "3.4.14",
|
|
"requires": {
|
|
"@vue/compiler-dom": "3.4.14",
|
|
"@vue/shared": "3.4.14"
|
|
}
|
|
},
|
|
"@vue/shared": {
|
|
"version": "3.4.14"
|
|
},
|
|
"@waku/browser-tests": {
|
|
"version": "file:packages/browser-tests",
|
|
"requires": {
|
|
"@playwright/test": "^1.40.1",
|
|
"@waku/create-app": "^0.1.1-504bcd4",
|
|
"dotenv-flow": "^4.1.0",
|
|
"serve": "^14.2.1"
|
|
}
|
|
},
|
|
"@waku/build-utils": {
|
|
"version": "file:packages/build-utils"
|
|
},
|
|
"@waku/core": {
|
|
"version": "file:packages/core",
|
|
"requires": {
|
|
"@libp2p/ping": "^1.0.12",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@noble/hashes": "^1.3.2",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/uuid": "^9.0.8",
|
|
"@waku/build-utils": "*",
|
|
"@waku/enr": "^0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/message-hash": "^0.1.11",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"chai": "^4.3.10",
|
|
"cspell": "^8.3.2",
|
|
"debug": "^4.3.4",
|
|
"fast-check": "^3.15.1",
|
|
"ignore-loader": "^0.1.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"it-all": "^3.0.4",
|
|
"it-length-prefixed": "^9.0.4",
|
|
"it-pipe": "^3.0.1",
|
|
"mocha": "^10.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"p-event": "^6.0.0",
|
|
"process": "^0.11.10",
|
|
"rollup": "^4.12.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uuid": "^9.0.0"
|
|
}
|
|
},
|
|
"@waku/create-app": {
|
|
"version": "0.1.1-504bcd4",
|
|
"dev": true,
|
|
"requires": {
|
|
"commander": "^9.4.1",
|
|
"enquirer": "^2.3.6",
|
|
"fs-extra": "^11.1.0",
|
|
"semver": "^7.3.8",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"commander": {
|
|
"version": "9.5.0",
|
|
"dev": true
|
|
},
|
|
"fs-extra": {
|
|
"version": "11.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@waku/discovery": {
|
|
"version": "file:packages/discovery",
|
|
"requires": {
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@libp2p/peer-id-factory": "^4.0.5",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/node-localstorage": "^1.3.3",
|
|
"@waku/build-utils": "*",
|
|
"@waku/enr": "0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "^0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"chai": "^4.3.10",
|
|
"chai-as-promised": "^7.1.1",
|
|
"cspell": "^8.3.2",
|
|
"debug": "^4.3.4",
|
|
"dns-query": "^0.11.2",
|
|
"hi-base32": "^0.5.1",
|
|
"mocha": "^10.3.0",
|
|
"node-localstorage": "^3.0.5",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^4.12.0",
|
|
"sinon": "^17.0.1",
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"@waku/dns-discovery": {
|
|
"version": "0.0.21",
|
|
"requires": {
|
|
"@waku/enr": "0.0.21",
|
|
"@waku/utils": "0.0.15",
|
|
"debug": "^4.3.4",
|
|
"dns-query": "^0.11.2",
|
|
"hi-base32": "^0.5.1",
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"@waku/enr": {
|
|
"version": "file:packages/enr",
|
|
"requires": {
|
|
"@ethersproject/rlp": "^5.7.0",
|
|
"@libp2p/crypto": "^4.0.0",
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@libp2p/peer-id-factory": "^4.0.5",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@noble/secp256k1": "^1.7.1",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/mocha": "^10.0.6",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/utils": "0.0.15",
|
|
"chai": "^4.3.10",
|
|
"cspell": "^8.3.2",
|
|
"debug": "^4.3.4",
|
|
"fast-check": "^3.15.1",
|
|
"js-sha3": "^0.9.2",
|
|
"mocha": "^10.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"rollup": "^4.12.0",
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"@waku/interfaces": {
|
|
"version": "file:packages/interfaces",
|
|
"requires": {
|
|
"@chainsafe/libp2p-gossipsub": "^12.0.0",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"cspell": "^8.3.2",
|
|
"libp2p": "^1.1.2",
|
|
"npm-run-all": "^4.1.5"
|
|
}
|
|
},
|
|
"@waku/local-peer-cache-discovery": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"@libp2p/interface": "^1.1.2",
|
|
"@waku/interfaces": "^0.0.22",
|
|
"@waku/utils": "^0.0.15"
|
|
}
|
|
},
|
|
"@waku/message-encryption": {
|
|
"version": "file:packages/message-encryption",
|
|
"requires": {
|
|
"@noble/secp256k1": "^1.7.1",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/mocha": "^10.0.6",
|
|
"@waku/build-utils": "*",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"chai": "^4.3.10",
|
|
"cspell": "^8.3.2",
|
|
"debug": "^4.3.4",
|
|
"fast-check": "^3.15.1",
|
|
"js-sha3": "^0.9.2",
|
|
"mocha": "^10.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"rollup": "^4.12.0",
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"@waku/message-hash": {
|
|
"version": "file:packages/message-hash",
|
|
"requires": {
|
|
"@noble/hashes": "^1.3.2",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/mocha": "^10.0.6",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/utils": "0.0.15",
|
|
"chai": "^4.3.10",
|
|
"cspell": "^8.3.2",
|
|
"fast-check": "^3.15.1",
|
|
"ignore-loader": "^0.1.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"mocha": "^10.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"rollup": "^4.12.0"
|
|
}
|
|
},
|
|
"@waku/peer-exchange": {
|
|
"version": "0.0.20",
|
|
"requires": {
|
|
"@libp2p/interfaces": "^3.3.2",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/enr": "0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"debug": "^4.3.4",
|
|
"it-all": "^3.0.4",
|
|
"it-length-prefixed": "^9.0.4",
|
|
"it-pipe": "^3.0.1"
|
|
}
|
|
},
|
|
"@waku/proto": {
|
|
"version": "file:packages/proto",
|
|
"requires": {
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@waku/build-utils": "*",
|
|
"cspell": "^8.3.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"protons": "^7.0.2",
|
|
"protons-runtime": "^5.0.2",
|
|
"rollup": "^4.12.0",
|
|
"uint8arraylist": "^2.4.3"
|
|
}
|
|
},
|
|
"@waku/relay": {
|
|
"version": "file:packages/relay",
|
|
"requires": {
|
|
"@chainsafe/libp2p-gossipsub": "^12.0.0",
|
|
"@noble/hashes": "^1.3.2",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@waku/build-utils": "*",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/proto": "0.0.6",
|
|
"@waku/utils": "0.0.15",
|
|
"chai": "^4.3.10",
|
|
"debug": "^4.3.4",
|
|
"fast-check": "^3.15.1",
|
|
"rollup": "^4.12.0"
|
|
}
|
|
},
|
|
"@waku/rln": {
|
|
"version": "file:packages/rln",
|
|
"requires": {
|
|
"@chainsafe/bls-keystore": "^3.0.0",
|
|
"@rollup/plugin-commonjs": "^22.0.2",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@rollup/plugin-wasm": "^5.2.0",
|
|
"@size-limit/preset-big-lib": "^8.0.0",
|
|
"@types/app-root-path": "^1.2.4",
|
|
"@types/chai": "^4.2.15",
|
|
"@types/chai-as-promised": "^7.1.6",
|
|
"@types/chai-spies": "^1.0.3",
|
|
"@types/chai-subset": "^1.3.3",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/deep-equal-in-any-order": "^1.0.1",
|
|
"@types/lodash": "^4.14.199",
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/node": "^17.0.6",
|
|
"@types/tail": "^2.0.0",
|
|
"@types/uuid": "^8.3.0",
|
|
"@waku/core": "^0.0.27",
|
|
"@waku/interfaces": "^0.0.22",
|
|
"@waku/message-encryption": "^0.0.25",
|
|
"@waku/utils": "^0.0.15",
|
|
"@waku/zerokit-rln-wasm": "^0.0.13",
|
|
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
|
|
"ajv": "^8.12.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"app-root-path": "^3.0.0",
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-spies": "^1.0.0",
|
|
"chai-subset": "^1.6.0",
|
|
"cspell": "^5.14.0",
|
|
"deep-equal-in-any-order": "^2.0.6",
|
|
"ethereum-cryptography": "^2.1.2",
|
|
"ethers": "^5.7.2",
|
|
"fast-check": "^2.25.0",
|
|
"gh-pages": "^3.2.3",
|
|
"husky": "^7.0.4",
|
|
"ignore-loader": "^0.1.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"jsdom": "^19.0.0",
|
|
"jsdom-global": "^3.0.2",
|
|
"lodash": "^4.17.21",
|
|
"mocha": "10.1.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"p-timeout": "^4.1.0",
|
|
"process": "^0.11.10",
|
|
"rollup": "^2.75.0",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"tail": "^2.2.0",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@cspell/cspell-bundled-dicts": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-5.21.2.tgz",
|
|
"integrity": "sha512-Y5TU6wV/H+RV1VOB32MowiKofBsEZId4x4ReWCyw4KUtJegeljajCfhHwiQaZuvA69E13cJnOMDwi9qozj4kjw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/dict-ada": "^2.0.0",
|
|
"@cspell/dict-aws": "^2.0.0",
|
|
"@cspell/dict-bash": "^2.0.2",
|
|
"@cspell/dict-companies": "^2.0.4",
|
|
"@cspell/dict-cpp": "^3.1.0",
|
|
"@cspell/dict-cryptocurrencies": "^2.0.0",
|
|
"@cspell/dict-csharp": "^3.0.1",
|
|
"@cspell/dict-css": "^2.0.0",
|
|
"@cspell/dict-dart": "^1.1.0",
|
|
"@cspell/dict-django": "^2.0.0",
|
|
"@cspell/dict-dotnet": "^2.0.1",
|
|
"@cspell/dict-elixir": "^2.0.1",
|
|
"@cspell/dict-en_us": "^2.2.5",
|
|
"@cspell/dict-en-gb": "^1.1.33",
|
|
"@cspell/dict-filetypes": "^2.0.1",
|
|
"@cspell/dict-fonts": "^2.0.0",
|
|
"@cspell/dict-fullstack": "^2.0.5",
|
|
"@cspell/dict-git": "^1.0.1",
|
|
"@cspell/dict-golang": "^3.0.1",
|
|
"@cspell/dict-haskell": "^2.0.0",
|
|
"@cspell/dict-html": "^3.0.1",
|
|
"@cspell/dict-html-symbol-entities": "^3.0.0",
|
|
"@cspell/dict-java": "^2.0.0",
|
|
"@cspell/dict-latex": "^2.0.3",
|
|
"@cspell/dict-lorem-ipsum": "^2.0.0",
|
|
"@cspell/dict-lua": "^2.0.0",
|
|
"@cspell/dict-node": "^2.0.1",
|
|
"@cspell/dict-npm": "^2.0.3",
|
|
"@cspell/dict-php": "^2.0.0",
|
|
"@cspell/dict-powershell": "^2.0.0",
|
|
"@cspell/dict-public-licenses": "^1.0.4",
|
|
"@cspell/dict-python": "^3.0.5",
|
|
"@cspell/dict-r": "^1.0.2",
|
|
"@cspell/dict-ruby": "^2.0.1",
|
|
"@cspell/dict-rust": "^2.0.0",
|
|
"@cspell/dict-scala": "^2.0.0",
|
|
"@cspell/dict-software-terms": "^2.1.7",
|
|
"@cspell/dict-swift": "^1.0.2",
|
|
"@cspell/dict-typescript": "^2.0.0",
|
|
"@cspell/dict-vue": "^2.0.2"
|
|
}
|
|
},
|
|
"@cspell/cspell-pipe": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-5.21.2.tgz",
|
|
"integrity": "sha512-MN1SXeqqurWYNknbUMPHRFyTvURbO53/1Aw3zEoCeVUSiGbD5rrb1N+t0YDbOphWrkkrJAZk82/2ZBJ2USE/vg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/cspell-types": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.21.2.tgz",
|
|
"integrity": "sha512-g2h4qNR6C53IcSM3KR0DZ9gsqp+2FyKD371htJOmSJGmWb4s45QY0hsPr12A2J8/bT+E3uMtHn9KxJeQ7t0SzA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-ada": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-2.0.1.tgz",
|
|
"integrity": "sha512-vopTJ1oHrrFYV5GU55Sr+AzItR78Uj5YbCaspYABmYKlq4NRrcUAUsr4bWgymDcspMIHO7e7IFcj48OKs1fndA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-aws": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-2.0.0.tgz",
|
|
"integrity": "sha512-NKz7pDZ7pwj/b33i3f4WLpC1rOOUMmENwYgftxU+giU2YBeKM2wZbMTSEIzsrel56r0UlQYmdIVlP/B4nnVaoQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-bash": {
|
|
"version": "2.0.4",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-2.0.4.tgz",
|
|
"integrity": "sha512-uK/ehmp5LYrmRH2Gv3nbvdPswpkybJUn34WYKLpeuYHQktmi+pOI1A9uPdBPnSbMDffSvwQlQohIyKawz+X8Ag==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-companies": {
|
|
"version": "2.0.14",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.14.tgz",
|
|
"integrity": "sha512-Sq1X29Z05OZ/UNqTwVhf3/WaqvJQy4/S6gS8qYI5AQRX45gVe8CPhNBLmZOTC6z8m716bfQCxa5rRT9YNSdTZg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-cpp": {
|
|
"version": "3.2.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-3.2.1.tgz",
|
|
"integrity": "sha512-XcmzrKIghqFfrYLLaHtWKOp9rupiuGdc5ODONk+emsq0W5CIc3Abn27IQHwUzxzF+Cm5IfKAIJ5Kpe6hkzm0HQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-cryptocurrencies": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-2.0.0.tgz",
|
|
"integrity": "sha512-nREysmmfOp7L2YCRAUufQahwD5/Punzb5AZ6eyg4zUamdRWHgBFphb5/9h2flt1vgdUfhc6hZcML21Ci7iXjaA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-csharp": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-3.0.1.tgz",
|
|
"integrity": "sha512-xkfQu03F388w4sdVQSSjrVMkxAxpTYB2yW7nw0XYtTjl3L/jBgvTr/j1BTjdFbQhdNf10Lg0Ak1kXOjmHodVqA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-css": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-2.1.0.tgz",
|
|
"integrity": "sha512-glASAELcGhh4Ru0rTQ4G9mTQxSyPwsZOON/5BYflB6Kks8YC8nUvKrtMCoo5W7CPKPfSEa8zUNctFQ1+IUYDHA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-dart": {
|
|
"version": "1.1.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-1.1.1.tgz",
|
|
"integrity": "sha512-XBOCpezXrgFN18kGEwqMpTUGZdw4BjCoJrNOo6qBdcdZySCrEHLwELraLOkcSba2kM4stmTp0t59FkwtP8TKOA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-django": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-2.0.0.tgz",
|
|
"integrity": "sha512-GkJdJv6cmzrKcmq2/oxTXjKF5uv71r4eTqnFmgPbNBW1t+G4VYpzOf0QrVQrhx2RC4DdW5XfcTf+iS0FxHOTmw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-dotnet": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-2.0.1.tgz",
|
|
"integrity": "sha512-b1n4crJRW0WZVf9Gp/52j/tDtjYiZ3N81fIyfqPlBrjsh/5AivfA697DYwQ2mr8ngNX7RsqRtYNQjealA1rEnQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-elixir": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-2.0.1.tgz",
|
|
"integrity": "sha512-eTTTxZt1FqGkM780yFDxsGHvTbWqvlK8YISSccK8FyrB6ULW+uflQlNS5AnWg3uWKC48b7pQott+odYCsPJ+Ow==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-en_us": {
|
|
"version": "2.3.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-2.3.3.tgz",
|
|
"integrity": "sha512-csyKeaNktfpvMkmE2GOPTwsrQm3wWhLKVaDRaGU0qTcIjDiCvqv/iYgrVrKRkoddA3kdNTZ8YNCcix7lb6VkOg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-filetypes": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-2.1.1.tgz",
|
|
"integrity": "sha512-Oo0/mUbFHzsaATqRLdkV1RMoYns3aGzeKFIpVJg415GYtJ8EABXtEArYTXeMwlboyGTPvEk+PR2hBSTSfQTqmg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-fonts": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-2.1.0.tgz",
|
|
"integrity": "sha512-hk7xsbfWEUhc136Xj7I2TD7ouKAfWwzCVAQaHBxcVXAsVxu7bDOGj4FvE2jBzlkSUY8A9Ww8qS0GOFvowJshVg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-fullstack": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-2.0.6.tgz",
|
|
"integrity": "sha512-R2E2xvbHvvRwwurxfpBJDRIJjXBMfEPF5WNV3LTOEMRqkZtoYCeJK9aqc8LHlmJMtAbnN1cx//BCDIyTJ0rO0A==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-git": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-1.0.1.tgz",
|
|
"integrity": "sha512-Rk+eTof/9inF11lvxmkCRK+gODatA3qai8kSASv6OG/JfPvpj7fTHErx/rdgPw/LOTDUafnoTjTYmj7B2MOQXg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-golang": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-3.0.1.tgz",
|
|
"integrity": "sha512-0KNfXTbxHW2l8iVjxeOf+KFv9Qrw3z5cyKnkuYJWlBTSB5KcUBfeKCb4fsds26VdANqiy6U91b4gDx5kNEmBjQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-haskell": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-2.0.1.tgz",
|
|
"integrity": "sha512-ooA23qIG7InOOxlLm67CNH5O2J85QsPHEAzEU9KEqVfYG5ovFs5tx6n9pHekDVk3MpQULpqfNUYDR0KigPLg5g==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-html": {
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-3.3.2.tgz",
|
|
"integrity": "sha512-cM5pQSEiqjrdk6cRFLrlLdWNT/J8399f/A6DjwjfYhHrGy0e/Rsjv76HZT0GlE1OqMoq9eG9jdQsfoYYgWTIpQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-html-symbol-entities": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-3.0.0.tgz",
|
|
"integrity": "sha512-04K7cPTcbYXmHICfiob4gZA1yaj4hpfM+Nl5WIJ1EAZsSGHdqmGEF28GuCjyQ8ZeKiJAsPt/vXuLBbjxkHqZyQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-java": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-2.0.0.tgz",
|
|
"integrity": "sha512-9f5LDATlAiXRGqxLxgqbOLlQxuMW2zcN7tBgxwtN+4u90vM03ZUOR/gKIuDV/y0ZuAiWBIjA73cjk8DJ13Q1eA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-latex": {
|
|
"version": "2.0.9",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-2.0.9.tgz",
|
|
"integrity": "sha512-d1kTK6dJb5z6UcfASQWjqQlsjZvnoVOvMWxYtLpGksYf6gM4IgqoPVNMLYYK6xBS4T/uAnLIj975A6YuAeyZpg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-lorem-ipsum": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-2.0.1.tgz",
|
|
"integrity": "sha512-s7Ft8UiloUJwgz4z8uLeFvCkeTcZ43HQl7mSAlZd76eW+keLSsdeGmLDx2zaciqo+MftPGyzygVCwaJjTGxiew==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-lua": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-2.0.0.tgz",
|
|
"integrity": "sha512-7WUEBEspSKtsq104WdIys1+DLqAxpJPzw74Py1TuE3fI5GvlzeSZkRFP2ya54GB2lCO4C3mq4M8EnitpibVDfw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-node": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-2.0.1.tgz",
|
|
"integrity": "sha512-ztBWzhvI+YaMehICSJ65cohhjQqoztxf9vrS3YckOiVGBFvUMaFVNdX9klQkvrLcS/O4+2PzoGeIEkmf99amLA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-npm": {
|
|
"version": "2.0.5",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-2.0.5.tgz",
|
|
"integrity": "sha512-KuPL5fKaqyG9ACrrinNt84FhVdh23VRtxDLO8MtGUdStca9tjfjPdmP2YF/5VkEKmpKYkfFKVcBUk9RgVkx5bw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-php": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-2.0.0.tgz",
|
|
"integrity": "sha512-29WgU77eTO985LvMHwPi1pcpfopfCWfTdffDyqya0JIfOSaFUrlYKzGPkE4mRxcz2G3hXsaM0SRvBNdIRwEdUg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-powershell": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-2.0.0.tgz",
|
|
"integrity": "sha512-6uvEhLiGmG3u9TFkM1TYcky6aL9Yk7Sk3KJwoTYBaQJY2KqrprgyQtW6yxIw9oU52VRHlq3KKvSAA9Q26+SIkQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-public-licenses": {
|
|
"version": "1.0.6",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-1.0.6.tgz",
|
|
"integrity": "sha512-Z9IUFPkkOpOsEdgPUfQOJNQ+qU6+iBAZWS/CR5sUqTX+s5VkPNVwQyVC2kdmgmE2U5qwzAPewG6nVKr2MVogwg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-python": {
|
|
"version": "3.0.6",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-3.0.6.tgz",
|
|
"integrity": "sha512-tzxJ4sd9ZGhAUKg/WJJpQGDNtoHvM8Wn+iS2+PnQj2/LTHBW4mnaCogsGsBtYu8C4b2+BEQs+tc5808AeEfLug==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-r": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-1.0.3.tgz",
|
|
"integrity": "sha512-u2qeXd4cx/TvTVcmkvA+sK6f4K1uMAMO6QPMSr1pSvqGElPRP1mIBXmuiSuBzLO3LbsJuUEHw5Cp3/bxIB6rNA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-ruby": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-2.0.2.tgz",
|
|
"integrity": "sha512-vVnUpSmGDbPjs7MHq741DsLHhQcoA4CnUCM9wsTorQ9AQRDAkDTbK/LcY8nM19MoXCb3eF8PFku5Jq+gqH0u7w==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-rust": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-2.0.1.tgz",
|
|
"integrity": "sha512-ATDpIh0VWpQdUIZa8zqqJY4wQz3q00BTXlQCodeOmObYSb23+L6KWWzJ8mKLgpbc1lqTkogWrqxiCxlrCmqNmg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-scala": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-2.0.0.tgz",
|
|
"integrity": "sha512-MUwA2YKpqaQOSR4V1/CVGRNk8Ii5kf6I8Ch+4/BhRZRQXuwWbi21rDRYWPqdQWps7VNzAbbMA+PQDWsD5YY38g==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-software-terms": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.3.0.tgz",
|
|
"integrity": "sha512-rl+quUw68IxjWgeX/QDMgQsImZ1DaKzFyYMSGrCNcNPp4b4SMLwHCKoJ97/uOnUnw0jaBxueXoqp2iyN/QiOVw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-swift": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-1.0.3.tgz",
|
|
"integrity": "sha512-yOBLSaRD0AnkkkndJ8PuB82Evp6lA2xItf2AWsnPfCCgxp5Ojk6uUBC/WQBSkzkCAOGbXyHsu9D97tsOx2c6cw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-typescript": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-2.0.2.tgz",
|
|
"integrity": "sha512-OIoSJsCw9WHX4eDikoF5/0QbptMPZjElOcMYdYCyV03nqV5n4ot72ysTexW95yW4+fQU6uDPNQvnrUnhXXEkTA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-vue": {
|
|
"version": "2.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-2.0.2.tgz",
|
|
"integrity": "sha512-/MB0RS0Gn01s4pgmjy0FvsLfr3RRMrRphEuvTRserNcM8XVtoIVAtrjig/Gg0DPwDrN8Clm0L1j7iQay6S8D0g==",
|
|
"dev": true
|
|
},
|
|
"@rollup/plugin-commonjs": {
|
|
"version": "22.0.2",
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-22.0.2.tgz",
|
|
"integrity": "sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@rollup/pluginutils": "^3.1.0",
|
|
"commondir": "^1.0.1",
|
|
"estree-walker": "^2.0.1",
|
|
"glob": "^7.1.6",
|
|
"is-reference": "^1.2.1",
|
|
"magic-string": "^0.25.7",
|
|
"resolve": "^1.17.0"
|
|
},
|
|
"dependencies": {
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@rollup/plugin-json": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz",
|
|
"integrity": "sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@rollup/pluginutils": "^3.0.8"
|
|
}
|
|
},
|
|
"@rollup/plugin-node-resolve": {
|
|
"version": "13.3.0",
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz",
|
|
"integrity": "sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@rollup/pluginutils": "^3.1.0",
|
|
"@types/resolve": "1.17.1",
|
|
"deepmerge": "^4.2.2",
|
|
"is-builtin-module": "^3.1.0",
|
|
"is-module": "^1.0.0",
|
|
"resolve": "^1.19.0"
|
|
}
|
|
},
|
|
"@rollup/plugin-wasm": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-wasm/-/plugin-wasm-5.2.0.tgz",
|
|
"integrity": "sha512-PR3ff67ls2Kr9H04pZ24wJYPZq0YV+UHySpk7OuAJxyc7o5Q8NHFdwi4pfMtJkJkqfN1/QY/nq46SoRDoDvK2w==",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"@rollup/pluginutils": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
|
|
"integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/estree": "0.0.39",
|
|
"estree-walker": "^1.0.1",
|
|
"picomatch": "^2.2.2"
|
|
},
|
|
"dependencies": {
|
|
"estree-walker": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
|
|
"integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@size-limit/file": {
|
|
"version": "8.2.6",
|
|
"resolved": "https://registry.npmjs.org/@size-limit/file/-/file-8.2.6.tgz",
|
|
"integrity": "sha512-B7ayjxiJsbtXdIIWazJkB5gezi5WBMecdHTFPMDhI3NwEML1RVvUjAkrb1mPAAkIpt2LVHPnhdCUHjqDdjugwg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"semver": "7.5.3"
|
|
}
|
|
},
|
|
"@size-limit/preset-big-lib": {
|
|
"version": "8.2.6",
|
|
"resolved": "https://registry.npmjs.org/@size-limit/preset-big-lib/-/preset-big-lib-8.2.6.tgz",
|
|
"integrity": "sha512-63a+yos0QNMVCfx1OWnxBrdQVTlBVGzW5fDXwpWq/hKfP3B89XXHYGeL2Z2f8IXSVeGkAHXnDcTZyIPRaXffVg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@size-limit/file": "8.2.6",
|
|
"@size-limit/time": "8.2.6",
|
|
"@size-limit/webpack": "8.2.6",
|
|
"size-limit": "8.2.6"
|
|
}
|
|
},
|
|
"@size-limit/time": {
|
|
"version": "8.2.6",
|
|
"resolved": "https://registry.npmjs.org/@size-limit/time/-/time-8.2.6.tgz",
|
|
"integrity": "sha512-fUEPvz7Uq6+oUQxSYbNlJt3tTgQBl1VY21USi/B7ebdnVKLnUx1JyPI9v7imN6XEkB2VpJtnYgjFeLgNrirzMA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"estimo": "^2.3.6",
|
|
"react": "^17.0.2"
|
|
}
|
|
},
|
|
"@size-limit/webpack": {
|
|
"version": "8.2.6",
|
|
"resolved": "https://registry.npmjs.org/@size-limit/webpack/-/webpack-8.2.6.tgz",
|
|
"integrity": "sha512-y2sB66m5sJxIjZ8SEAzpWbiw3/+bnQHDHfk9cSbV5ChKklq02AlYg8BS5KxGWmMpdyUo4TzpjSCP9oEudY+hxQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"nanoid": "^3.3.6",
|
|
"webpack": "^5.88.0"
|
|
}
|
|
},
|
|
"@types/estree": {
|
|
"version": "0.0.39",
|
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
|
|
"integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==",
|
|
"dev": true
|
|
},
|
|
"@types/mocha": {
|
|
"version": "9.1.1",
|
|
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-9.1.1.tgz",
|
|
"integrity": "sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==",
|
|
"dev": true
|
|
},
|
|
"@types/node": {
|
|
"version": "17.0.45",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz",
|
|
"integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==",
|
|
"dev": true
|
|
},
|
|
"@types/resolve": {
|
|
"version": "1.17.1",
|
|
"resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz",
|
|
"integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/uuid": {
|
|
"version": "8.3.4",
|
|
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz",
|
|
"integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==",
|
|
"dev": true
|
|
},
|
|
"agent-base": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"ajv": {
|
|
"version": "8.12.0",
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
}
|
|
},
|
|
"ansi-colors": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
|
|
"integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
|
|
"dev": true
|
|
},
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
"dev": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"array-union": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
|
|
"integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
|
|
"dev": true,
|
|
"requires": {
|
|
"array-uniq": "^1.0.1"
|
|
}
|
|
},
|
|
"async": {
|
|
"version": "2.6.4",
|
|
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
|
|
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"dependencies": {
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cliui": {
|
|
"version": "7.0.4",
|
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
|
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
"dev": true
|
|
},
|
|
"commander": {
|
|
"version": "9.5.0",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
|
|
"integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
|
|
"dev": true
|
|
},
|
|
"configstore": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz",
|
|
"integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"dot-prop": "^5.2.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"make-dir": "^3.0.0",
|
|
"unique-string": "^2.0.0",
|
|
"write-file-atomic": "^3.0.0",
|
|
"xdg-basedir": "^4.0.0"
|
|
}
|
|
},
|
|
"cross-fetch": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz",
|
|
"integrity": "sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"node-fetch": "2.6.7"
|
|
}
|
|
},
|
|
"crypto-random-string": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
|
|
"integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
|
|
"dev": true
|
|
},
|
|
"cspell": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell/-/cspell-5.21.2.tgz",
|
|
"integrity": "sha512-yG14BUumeIcsuSEcM//+9XpbUR6a6FlAxfaVI4e5t6ZZE5tPgDE0PNIVr/jAiLPVm9qUfnq+oNdZE8wmVUbMzw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-pipe": "^5.21.2",
|
|
"chalk": "^4.1.2",
|
|
"commander": "^9.2.0",
|
|
"cspell-gitignore": "^5.21.2",
|
|
"cspell-glob": "^5.21.2",
|
|
"cspell-lib": "^5.21.2",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"file-entry-cache": "^6.0.1",
|
|
"fs-extra": "^10.1.0",
|
|
"get-stdin": "^8.0.0",
|
|
"glob": "^8.0.3",
|
|
"imurmurhash": "^0.1.4",
|
|
"semver": "^7.3.7",
|
|
"strip-ansi": "^6.0.1",
|
|
"vscode-uri": "^3.0.3"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
|
|
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cspell-gitignore": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-5.21.2.tgz",
|
|
"integrity": "sha512-MdNmRRbglmCi20LU7ORZM1gyPSe1gL+4A8Pn+Jm+W5ropSbotzCqiO8BcyhRMNb3lAdMGGrj7gmYtiQ5C/fXIQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"cspell-glob": "^5.21.2",
|
|
"find-up": "^5.0.0"
|
|
}
|
|
},
|
|
"cspell-glob": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-5.21.2.tgz",
|
|
"integrity": "sha512-AabqzG31UWy4CSz1xJIK4qzXcarxuRFP9OD2EX8iDtEo0tQJLGoTHE+UpNDBPWTHearE0BZPhpMDF/radtZAgw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"micromatch": "^4.0.5"
|
|
}
|
|
},
|
|
"cspell-io": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-5.21.2.tgz",
|
|
"integrity": "sha512-3J4cLuN59R7ARiRZ8ke5QwlC5uPfzHLVELOtEAmsTIjuUMvr7BpbrdCuTsUvLkAqYE9NA5eqolqQm3GLXnECNw==",
|
|
"dev": true
|
|
},
|
|
"cspell-lib": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-5.21.2.tgz",
|
|
"integrity": "sha512-emAFXtDfs84FoMlhOxZYxYVvbCoCN0LxN0obIRvCsvFCLUPj9y7vHv/Tu/01ZyAPeo2r6gkqhanJpQyoIDA1yg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-bundled-dicts": "^5.21.2",
|
|
"@cspell/cspell-pipe": "^5.21.2",
|
|
"@cspell/cspell-types": "^5.21.2",
|
|
"clear-module": "^4.1.2",
|
|
"comment-json": "^4.2.2",
|
|
"configstore": "^5.0.1",
|
|
"cosmiconfig": "^7.0.1",
|
|
"cspell-glob": "^5.21.2",
|
|
"cspell-io": "^5.21.2",
|
|
"cspell-trie-lib": "^5.21.2",
|
|
"fast-equals": "^3.0.2",
|
|
"find-up": "^5.0.0",
|
|
"fs-extra": "^10.1.0",
|
|
"gensequence": "^3.1.1",
|
|
"import-fresh": "^3.3.0",
|
|
"resolve-from": "^5.0.0",
|
|
"resolve-global": "^1.0.0",
|
|
"vscode-languageserver-textdocument": "^1.0.4",
|
|
"vscode-uri": "^3.0.3"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
|
|
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cspell-trie-lib": {
|
|
"version": "5.21.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-5.21.2.tgz",
|
|
"integrity": "sha512-iux2F+85jDlBEJZgikfPT5SUZMwuFjNqEJiO1SO+xfQG+2MFV9CaHTsoRJIGNy3udMm1mw0GMY5UIVAodwlnhg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-pipe": "^5.21.2",
|
|
"fs-extra": "^10.1.0",
|
|
"gensequence": "^3.1.1"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz",
|
|
"integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"devtools-protocol": {
|
|
"version": "0.0.981744",
|
|
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.981744.tgz",
|
|
"integrity": "sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==",
|
|
"dev": true
|
|
},
|
|
"diff": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
"integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==",
|
|
"dev": true
|
|
},
|
|
"dot-prop": {
|
|
"version": "5.3.0",
|
|
"resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
|
|
"integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
|
|
"dev": true,
|
|
"requires": {
|
|
"is-obj": "^2.0.0"
|
|
}
|
|
},
|
|
"email-addresses": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz",
|
|
"integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==",
|
|
"dev": true
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
"dev": true
|
|
},
|
|
"estimo": {
|
|
"version": "2.3.6",
|
|
"resolved": "https://registry.npmjs.org/estimo/-/estimo-2.3.6.tgz",
|
|
"integrity": "sha512-aPd3VTQAL1TyDyhFfn6fqBTJ9WvbRZVN4Z29Buk6+P6xsI0DuF5Mh3dGv6kYCUxWnZkB4Jt3aYglUxOtuwtxoA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@sitespeed.io/tracium": "^0.3.3",
|
|
"commander": "^9.1.0",
|
|
"find-chrome-bin": "0.1.0",
|
|
"nanoid": "^3.3.2",
|
|
"puppeteer-core": "^13.5.1"
|
|
}
|
|
},
|
|
"fast-check": {
|
|
"version": "2.25.0",
|
|
"resolved": "https://registry.npmjs.org/fast-check/-/fast-check-2.25.0.tgz",
|
|
"integrity": "sha512-wRUT2KD2lAmT75WNIJIHECawoUUMHM0I5jrlLXGtGeqmPL8jl/EldUDjY1VCp6fDY8yflyfUeIOsOBrIbIiArg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"pure-rand": "^5.0.1"
|
|
}
|
|
},
|
|
"fast-equals": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-3.0.3.tgz",
|
|
"integrity": "sha512-NCe8qxnZFARSHGztGMZOO/PC1qa5MIFB5Hp66WdzbCRAz8U8US3bx1UTgLS49efBQPcUtO9gf5oVEY8o7y/7Kg==",
|
|
"dev": true
|
|
},
|
|
"file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
"integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"flat-cache": "^3.0.4"
|
|
}
|
|
},
|
|
"find-chrome-bin": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/find-chrome-bin/-/find-chrome-bin-0.1.0.tgz",
|
|
"integrity": "sha512-XoFZwaEn1R3pE6zNG8kH64l2e093hgB9+78eEKPmJK0o1EXEou+25cEWdtu2qq4DBQPDSe90VJAWVI2Sz9pX6Q==",
|
|
"dev": true
|
|
},
|
|
"gensequence": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/gensequence/-/gensequence-3.1.1.tgz",
|
|
"integrity": "sha512-ys3h0hiteRwmY6BsvSttPmkhC0vEQHPJduANBRtH/dlDPZ0UBIb/dXy80IcckXyuQ6LKg+PloRqvGER9IS7F7g==",
|
|
"dev": true
|
|
},
|
|
"get-stdin": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
|
|
"integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
|
|
"dev": true
|
|
},
|
|
"gh-pages": {
|
|
"version": "3.2.3",
|
|
"resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.3.tgz",
|
|
"integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"async": "^2.6.1",
|
|
"commander": "^2.18.0",
|
|
"email-addresses": "^3.0.1",
|
|
"filenamify": "^4.3.0",
|
|
"find-cache-dir": "^3.3.1",
|
|
"fs-extra": "^8.1.0",
|
|
"globby": "^6.1.0"
|
|
},
|
|
"dependencies": {
|
|
"commander": {
|
|
"version": "2.20.3",
|
|
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
|
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
"dev": true
|
|
},
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"globby": {
|
|
"version": "6.1.0",
|
|
"resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
|
|
"integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"array-union": "^1.0.1",
|
|
"glob": "^7.0.3",
|
|
"object-assign": "^4.0.1",
|
|
"pify": "^2.0.0",
|
|
"pinkie-promise": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"husky": {
|
|
"version": "7.0.4",
|
|
"resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
|
|
"integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==",
|
|
"dev": true
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
"dev": true
|
|
},
|
|
"is-unicode-supported": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
|
|
"dev": true
|
|
},
|
|
"json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
"dev": true
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"log-symbols": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
|
|
"integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
}
|
|
},
|
|
"magic-string": {
|
|
"version": "0.25.9",
|
|
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
|
|
"integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"sourcemap-codec": "^1.4.8"
|
|
}
|
|
},
|
|
"mocha": {
|
|
"version": "10.1.0",
|
|
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.1.0.tgz",
|
|
"integrity": "sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-colors": "4.1.1",
|
|
"browser-stdout": "1.3.1",
|
|
"chokidar": "3.5.3",
|
|
"debug": "4.3.4",
|
|
"diff": "5.0.0",
|
|
"escape-string-regexp": "4.0.0",
|
|
"find-up": "5.0.0",
|
|
"glob": "7.2.0",
|
|
"he": "1.2.0",
|
|
"js-yaml": "4.1.0",
|
|
"log-symbols": "4.1.0",
|
|
"minimatch": "5.0.1",
|
|
"ms": "2.1.3",
|
|
"nanoid": "3.3.3",
|
|
"serialize-javascript": "6.0.0",
|
|
"strip-json-comments": "3.1.1",
|
|
"supports-color": "8.1.1",
|
|
"workerpool": "6.2.1",
|
|
"yargs": "16.2.0",
|
|
"yargs-parser": "20.2.4",
|
|
"yargs-unparser": "2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"glob": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
|
|
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"minimatch": {
|
|
"version": "3.1.2",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
|
|
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
|
|
"dev": true,
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"nanoid": {
|
|
"version": "3.3.3",
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
|
|
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
"dev": true
|
|
},
|
|
"nanoid": {
|
|
"version": "3.3.7",
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
|
|
"integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
|
"dev": true
|
|
},
|
|
"node-fetch": {
|
|
"version": "2.6.7",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
|
|
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"whatwg-url": "^5.0.0"
|
|
}
|
|
},
|
|
"p-timeout": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-4.1.0.tgz",
|
|
"integrity": "sha512-+/wmHtzJuWii1sXn3HCuH/FTwGhrp4tmJTxSKJbfS+vkipci6osxXM5mY0jUiRzWKMTgUT8l7HFbeSwZAynqHw==",
|
|
"dev": true
|
|
},
|
|
"pify": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
|
"integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
|
"dev": true
|
|
},
|
|
"puppeteer-core": {
|
|
"version": "13.7.0",
|
|
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-13.7.0.tgz",
|
|
"integrity": "sha512-rXja4vcnAzFAP1OVLq/5dWNfwBGuzcOARJ6qGV7oAZhnLmVRU8G5MsdeQEAOy332ZhkIOnn9jp15R89LKHyp2Q==",
|
|
"dev": true,
|
|
"requires": {
|
|
"cross-fetch": "3.1.5",
|
|
"debug": "4.3.4",
|
|
"devtools-protocol": "0.0.981744",
|
|
"extract-zip": "2.0.1",
|
|
"https-proxy-agent": "5.0.1",
|
|
"pkg-dir": "4.2.0",
|
|
"progress": "2.0.3",
|
|
"proxy-from-env": "1.1.0",
|
|
"rimraf": "3.0.2",
|
|
"tar-fs": "2.1.1",
|
|
"unbzip2-stream": "1.4.3",
|
|
"ws": "8.5.0"
|
|
}
|
|
},
|
|
"pure-rand": {
|
|
"version": "5.0.5",
|
|
"resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-5.0.5.tgz",
|
|
"integrity": "sha512-BwQpbqxSCBJVpamI6ydzcKqyFmnd5msMWUGvzXLm1aXvusbbgkbOto/EUPM00hjveJEaJtdbhUjKSzWRhQVkaw==",
|
|
"dev": true
|
|
},
|
|
"rollup": {
|
|
"version": "2.79.1",
|
|
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
|
|
"integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.5.3",
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz",
|
|
"integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
},
|
|
"serialize-javascript": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
|
|
"integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
|
|
"dev": true,
|
|
"requires": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"size-limit": {
|
|
"version": "8.2.6",
|
|
"resolved": "https://registry.npmjs.org/size-limit/-/size-limit-8.2.6.tgz",
|
|
"integrity": "sha512-zpznim/tX/NegjoQuRKgWTF4XiB0cn2qt90uJzxYNTFAqexk4b94DOAkBD3TwhC6c3kw2r0KcnA5upziVMZqDg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"bytes-iec": "^3.1.1",
|
|
"chokidar": "^3.5.3",
|
|
"globby": "^11.1.0",
|
|
"lilconfig": "^2.1.0",
|
|
"nanospinner": "^1.1.0",
|
|
"picocolors": "^1.0.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
"dev": true,
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"tar-fs": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
|
|
"integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
|
|
"dev": true,
|
|
"requires": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.1.4"
|
|
}
|
|
},
|
|
"unique-string": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
|
|
"integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"crypto-random-string": "^2.0.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
|
|
"integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
"dev": true
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
},
|
|
"ws": {
|
|
"version": "8.5.0",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz",
|
|
"integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"xdg-basedir": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz",
|
|
"integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==",
|
|
"dev": true
|
|
},
|
|
"yargs": {
|
|
"version": "16.2.0",
|
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|
|
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.4",
|
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
|
|
"integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@waku/sdk": {
|
|
"version": "file:packages/sdk",
|
|
"requires": {
|
|
"@chainsafe/libp2p-gossipsub": "^12.0.0",
|
|
"@chainsafe/libp2p-noise": "^14.1.0",
|
|
"@libp2p/bootstrap": "^10.0.11",
|
|
"@libp2p/identify": "^1.0.11",
|
|
"@libp2p/mplex": "^10.0.12",
|
|
"@libp2p/ping": "^1.0.12",
|
|
"@libp2p/websockets": "^8.0.11",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@waku/build-utils": "*",
|
|
"@waku/core": "0.0.27",
|
|
"@waku/discovery": "0.0.1",
|
|
"@waku/dns-discovery": "0.0.21",
|
|
"@waku/interfaces": "0.0.22",
|
|
"@waku/local-peer-cache-discovery": "^1.0.0",
|
|
"@waku/peer-exchange": "^0.0.20",
|
|
"@waku/relay": "0.0.10",
|
|
"@waku/utils": "0.0.15",
|
|
"cspell": "^8.3.2",
|
|
"interface-datastore": "^8.2.10",
|
|
"libp2p": "^1.1.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^4.12.0"
|
|
}
|
|
},
|
|
"@waku/tests": {
|
|
"version": "file:packages/tests",
|
|
"requires": {
|
|
"@libp2p/bootstrap": "^10.0.11",
|
|
"@libp2p/interface-compliance-tests": "^5.2.0",
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@types/chai": "^4.3.11",
|
|
"@types/dockerode": "^3.3.19",
|
|
"@types/mocha": "^10.0.6",
|
|
"@types/sinon": "^17.0.3",
|
|
"@types/tail": "^2.2.3",
|
|
"@waku/core": "*",
|
|
"@waku/discovery": "*",
|
|
"@waku/enr": "*",
|
|
"@waku/interfaces": "*",
|
|
"@waku/message-encryption": "*",
|
|
"@waku/sdk": "*",
|
|
"@waku/utils": "*",
|
|
"allure-commandline": "^2.27.0",
|
|
"allure-mocha": "^2.9.2",
|
|
"app-root-path": "^3.1.0",
|
|
"chai": "^4.3.10",
|
|
"chai-as-promised": "^7.1.1",
|
|
"cspell": "^8.3.2",
|
|
"datastore-core": "^9.2.7",
|
|
"debug": "^4.3.4",
|
|
"dockerode": "^3.3.5",
|
|
"fast-check": "^3.15.1",
|
|
"interface-datastore": "^8.2.10",
|
|
"libp2p": "^1.1.2",
|
|
"mocha": "^10.3.0",
|
|
"mocha-multi-reporters": "^1.5.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"p-retry": "^6.1.0",
|
|
"p-timeout": "^6.1.0",
|
|
"portfinder": "^1.0.32",
|
|
"sinon": "^17.0.1",
|
|
"tail": "^2.2.6"
|
|
}
|
|
},
|
|
"@waku/utils": {
|
|
"version": "file:packages/utils",
|
|
"requires": {
|
|
"@noble/hashes": "^1.3.2",
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.22",
|
|
"chai": "^4.3.10",
|
|
"cspell": "^8.3.2",
|
|
"debug": "^4.3.4",
|
|
"fast-check": "^3.15.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^4.12.0",
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"@waku/zerokit-rln-wasm": {
|
|
"version": "0.0.13",
|
|
"resolved": "https://registry.npmjs.org/@waku/zerokit-rln-wasm/-/zerokit-rln-wasm-0.0.13.tgz",
|
|
"integrity": "sha512-x7CRIIslmfCmTZc7yVp3dhLlKeLUs8ILIm9kv7+wVJ23H4pPw0Z+uH0ueLIYYfwODI6fDiwJj3S1vdFzM8D1zA=="
|
|
},
|
|
"@web/rollup-plugin-import-meta-assets": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/@web/rollup-plugin-import-meta-assets/-/rollup-plugin-import-meta-assets-1.0.8.tgz",
|
|
"integrity": "sha512-lLIzsd94SwQv/z4eOhOECCTzQBZRT20wmmAQaP/wFJZfRgQNWaf3SxMClRlmw1Kuo2x6LdSXocnocUyKcmKNOg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@rollup/pluginutils": "^5.0.2",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.0"
|
|
}
|
|
},
|
|
"@webassemblyjs/ast": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/helper-numbers": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.6"
|
|
}
|
|
},
|
|
"@webassemblyjs/floating-point-hex-parser": {
|
|
"version": "1.11.6",
|
|
"dev": true
|
|
},
|
|
"@webassemblyjs/helper-api-error": {
|
|
"version": "1.11.6",
|
|
"dev": true
|
|
},
|
|
"@webassemblyjs/helper-buffer": {
|
|
"version": "1.11.6",
|
|
"dev": true
|
|
},
|
|
"@webassemblyjs/helper-numbers": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/floating-point-hex-parser": "1.11.6",
|
|
"@webassemblyjs/helper-api-error": "1.11.6",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"@webassemblyjs/helper-wasm-bytecode": {
|
|
"version": "1.11.6",
|
|
"dev": true
|
|
},
|
|
"@webassemblyjs/helper-wasm-section": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@webassemblyjs/helper-buffer": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
|
|
"@webassemblyjs/wasm-gen": "1.11.6"
|
|
}
|
|
},
|
|
"@webassemblyjs/ieee754": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@xtuc/ieee754": "^1.2.0"
|
|
}
|
|
},
|
|
"@webassemblyjs/leb128": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"@webassemblyjs/utf8": {
|
|
"version": "1.11.6",
|
|
"dev": true
|
|
},
|
|
"@webassemblyjs/wasm-edit": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@webassemblyjs/helper-buffer": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-section": "1.11.6",
|
|
"@webassemblyjs/wasm-gen": "1.11.6",
|
|
"@webassemblyjs/wasm-opt": "1.11.6",
|
|
"@webassemblyjs/wasm-parser": "1.11.6",
|
|
"@webassemblyjs/wast-printer": "1.11.6"
|
|
}
|
|
},
|
|
"@webassemblyjs/wasm-gen": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
|
|
"@webassemblyjs/ieee754": "1.11.6",
|
|
"@webassemblyjs/leb128": "1.11.6",
|
|
"@webassemblyjs/utf8": "1.11.6"
|
|
}
|
|
},
|
|
"@webassemblyjs/wasm-opt": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@webassemblyjs/helper-buffer": "1.11.6",
|
|
"@webassemblyjs/wasm-gen": "1.11.6",
|
|
"@webassemblyjs/wasm-parser": "1.11.6"
|
|
}
|
|
},
|
|
"@webassemblyjs/wasm-parser": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@webassemblyjs/helper-api-error": "1.11.6",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.6",
|
|
"@webassemblyjs/ieee754": "1.11.6",
|
|
"@webassemblyjs/leb128": "1.11.6",
|
|
"@webassemblyjs/utf8": "1.11.6"
|
|
}
|
|
},
|
|
"@webassemblyjs/wast-printer": {
|
|
"version": "1.11.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.6",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"@xtuc/ieee754": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"@xtuc/long": {
|
|
"version": "4.2.2",
|
|
"dev": true
|
|
},
|
|
"@yarnpkg/lockfile": {
|
|
"version": "1.1.0"
|
|
},
|
|
"@zeit/schemas": {
|
|
"version": "2.29.0",
|
|
"dev": true
|
|
},
|
|
"abab": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
|
|
"integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
|
|
"dev": true
|
|
},
|
|
"abortable-iterator": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"get-iterator": "^2.0.0",
|
|
"it-stream-types": "^2.0.1"
|
|
}
|
|
},
|
|
"accepts": {
|
|
"version": "1.3.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"mime-types": "~2.1.34",
|
|
"negotiator": "0.6.3"
|
|
}
|
|
},
|
|
"acorn": {
|
|
"version": "8.11.3"
|
|
},
|
|
"acorn-globals": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
|
|
"integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"acorn": "^7.1.1",
|
|
"acorn-walk": "^7.1.1"
|
|
},
|
|
"dependencies": {
|
|
"acorn": {
|
|
"version": "7.4.1",
|
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
|
|
"integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
|
|
"dev": true
|
|
},
|
|
"acorn-walk": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
|
|
"integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"acorn-import-assertions": {
|
|
"version": "1.9.0",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"acorn-jsx": {
|
|
"version": "5.3.2",
|
|
"requires": {}
|
|
},
|
|
"acorn-loose": {
|
|
"version": "8.4.0",
|
|
"requires": {
|
|
"acorn": "^8.11.0"
|
|
}
|
|
},
|
|
"acorn-walk": {
|
|
"version": "8.2.0"
|
|
},
|
|
"aegir": {
|
|
"version": "42.2.0",
|
|
"requires": {
|
|
"@anolilab/multi-semantic-release": "^1.0.3",
|
|
"@electron/get": "^3.0.0",
|
|
"@polka/send-type": "^0.5.2",
|
|
"@semantic-release/changelog": "^6.0.1",
|
|
"@semantic-release/commit-analyzer": "^11.1.0",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^9.0.3",
|
|
"@semantic-release/npm": "^11.0.2",
|
|
"@semantic-release/release-notes-generator": "^12.1.0",
|
|
"@types/chai": "^4.2.16",
|
|
"@types/chai-as-promised": "^7.1.3",
|
|
"@types/chai-string": "^1.4.2",
|
|
"@types/chai-subset": "^1.3.3",
|
|
"@types/mocha": "^10.0.0",
|
|
"@types/node": "^20.4.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
"buffer": "^6.0.3",
|
|
"bytes": "^3.1.0",
|
|
"c8": "^9.0.0",
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-bites": "^0.1.2",
|
|
"chai-parentheses": "^0.0.2",
|
|
"chai-string": "^1.5.0",
|
|
"chai-subset": "^1.6.0",
|
|
"conventional-changelog-conventionalcommits": "^7.0.2",
|
|
"cors": "^2.8.5",
|
|
"depcheck": "^1.4.3",
|
|
"diff": "^5.1.0",
|
|
"electron-mocha-main": "^11.0.3",
|
|
"env-paths": "^3.0.0",
|
|
"esbuild": "^0.19.2",
|
|
"eslint": "^8.31.0",
|
|
"eslint-config-ipfs": "^6.0.0",
|
|
"eslint-plugin-etc": "^2.0.2",
|
|
"eslint-plugin-import": "^2.18.0",
|
|
"eslint-plugin-jsdoc": "^48.0.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"execa": "^8.0.1",
|
|
"extract-zip": "^2.0.1",
|
|
"fs-extra": "^11.1.0",
|
|
"gh-pages": "^6.0.0",
|
|
"globby": "^14.0.0",
|
|
"is-plain-obj": "^4.1.0",
|
|
"kleur": "^4.1.4",
|
|
"lilconfig": "^3.0.0",
|
|
"listr": "~0.14.2",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-gfm": "^3.0.0",
|
|
"mdast-util-gfm-footnote": "^2.0.0",
|
|
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
"mdast-util-gfm-table": "^2.0.0",
|
|
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
"micromark-extension-gfm": "^3.0.0",
|
|
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
"micromark-extension-gfm-table": "^2.0.0",
|
|
"micromark-extension-gfm-task-list-item": "^2.0.1",
|
|
"minimatch": "^9.0.0",
|
|
"mocha": "^10.0.0",
|
|
"npm-package-json-lint": "^7.0.0",
|
|
"nyc": "^15.1.0",
|
|
"p-map": "^7.0.1",
|
|
"p-queue": "^8.0.1",
|
|
"p-retry": "^6.0.0",
|
|
"pascalcase": "^2.0.0",
|
|
"path": "^0.12.7",
|
|
"playwright-test": "^14.0.0",
|
|
"polka": "^0.5.2",
|
|
"prompt": "^1.2.2",
|
|
"proper-lockfile": "^4.1.2",
|
|
"react-native-test-runner": "^5.0.0",
|
|
"read-pkg-up": "^11.0.0",
|
|
"rimraf": "^5.0.0",
|
|
"semantic-release": "^23.0.0",
|
|
"semver": "^7.3.8",
|
|
"source-map-support": "^0.5.20",
|
|
"strip-bom": "^5.0.0",
|
|
"strip-json-comments": "^5.0.0",
|
|
"strong-log-transformer": "^2.1.0",
|
|
"tempy": "^3.1.0",
|
|
"typedoc": "^0.25.0",
|
|
"typedoc-plugin-mdn-links": "^3.0.3",
|
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
"typescript": "^5.1.6",
|
|
"typescript-docs-verifier": "^2.5.0",
|
|
"update-notifier": "^7.0.0",
|
|
"wherearewe": "^2.0.1",
|
|
"yargs": "^17.1.1",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@eslint-community/regexpp": "^4.4.0",
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/type-utils": "5.62.0",
|
|
"@typescript-eslint/utils": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.0",
|
|
"natural-compare-lite": "^1.4.0",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/parser": {
|
|
"version": "5.62.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"@typescript-eslint/scope-manager": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/type-utils": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"@typescript-eslint/utils": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"tsutils": "^3.21.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/types": {
|
|
"version": "5.62.0"
|
|
},
|
|
"@typescript-eslint/typescript-estree": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
},
|
|
"dependencies": {
|
|
"globby": {
|
|
"version": "11.1.0",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@typescript-eslint/utils": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@types/json-schema": "^7.0.9",
|
|
"@types/semver": "^7.3.12",
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"eslint-scope": "^5.1.1",
|
|
"semver": "^7.3.7"
|
|
}
|
|
},
|
|
"@typescript-eslint/visitor-keys": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
}
|
|
},
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"buffer": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"diff": {
|
|
"version": "5.1.0"
|
|
},
|
|
"eslint-scope": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
}
|
|
},
|
|
"estraverse": {
|
|
"version": "4.3.0"
|
|
},
|
|
"execa": {
|
|
"version": "8.0.1",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
}
|
|
},
|
|
"fs-extra": {
|
|
"version": "11.2.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"get-stream": {
|
|
"version": "8.0.1"
|
|
},
|
|
"glob": {
|
|
"version": "10.3.10",
|
|
"requires": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.3.5",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
}
|
|
},
|
|
"globby": {
|
|
"version": "14.0.0",
|
|
"requires": {
|
|
"@sindresorhus/merge-streams": "^1.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"ignore": "^5.2.4",
|
|
"path-type": "^5.0.0",
|
|
"slash": "^5.1.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
},
|
|
"dependencies": {
|
|
"slash": {
|
|
"version": "5.1.0"
|
|
}
|
|
}
|
|
},
|
|
"human-signals": {
|
|
"version": "5.0.0"
|
|
},
|
|
"is-plain-obj": {
|
|
"version": "4.1.0"
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"lilconfig": {
|
|
"version": "3.0.0"
|
|
},
|
|
"minimatch": {
|
|
"version": "9.0.3",
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
},
|
|
"path-type": {
|
|
"version": "5.0.0"
|
|
},
|
|
"rimraf": {
|
|
"version": "5.0.5",
|
|
"requires": {
|
|
"glob": "^10.3.7"
|
|
}
|
|
},
|
|
"signal-exit": {
|
|
"version": "4.1.0"
|
|
},
|
|
"strip-bom": {
|
|
"version": "5.0.0"
|
|
},
|
|
"strip-json-comments": {
|
|
"version": "5.0.1"
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"aes-js": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/aes-js/-/aes-js-3.0.0.tgz",
|
|
"integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw=="
|
|
},
|
|
"agent-base": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"aggregate-error": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
}
|
|
},
|
|
"ajv": {
|
|
"version": "6.12.6",
|
|
"requires": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
}
|
|
},
|
|
"ajv-errors": {
|
|
"version": "1.0.1",
|
|
"requires": {}
|
|
},
|
|
"ajv-formats": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz",
|
|
"integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"ajv": "^8.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ajv": {
|
|
"version": "8.12.0",
|
|
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
}
|
|
},
|
|
"json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"ajv-keywords": {
|
|
"version": "3.5.2",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"allure-commandline": {
|
|
"version": "2.27.0",
|
|
"dev": true
|
|
},
|
|
"allure-js-commons": {
|
|
"version": "2.9.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"properties": "^1.2.1"
|
|
}
|
|
},
|
|
"allure-mocha": {
|
|
"version": "2.9.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"allure-js-commons": "2.9.2"
|
|
}
|
|
},
|
|
"ansi-align": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"string-width": "^4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ansi-colors": {
|
|
"version": "4.1.3",
|
|
"dev": true
|
|
},
|
|
"ansi-escapes": {
|
|
"version": "6.2.0",
|
|
"requires": {
|
|
"type-fest": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "3.13.1"
|
|
}
|
|
}
|
|
},
|
|
"ansi-regex": {
|
|
"version": "6.0.1"
|
|
},
|
|
"ansi-sequence-parser": {
|
|
"version": "1.1.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"color-convert": "^1.9.0"
|
|
}
|
|
},
|
|
"ansicolors": {
|
|
"version": "0.3.2"
|
|
},
|
|
"any-observable": {
|
|
"version": "0.3.0"
|
|
},
|
|
"any-signal": {
|
|
"version": "4.1.1"
|
|
},
|
|
"anymatch": {
|
|
"version": "3.1.3",
|
|
"requires": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
}
|
|
},
|
|
"app-root-path": {
|
|
"version": "3.1.0"
|
|
},
|
|
"append-transform": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"default-require-extensions": "^3.0.0"
|
|
}
|
|
},
|
|
"arch": {
|
|
"version": "2.2.0",
|
|
"dev": true
|
|
},
|
|
"archy": {
|
|
"version": "1.0.0"
|
|
},
|
|
"are-docs-informative": {
|
|
"version": "0.0.2"
|
|
},
|
|
"arg": {
|
|
"version": "4.1.3"
|
|
},
|
|
"argparse": {
|
|
"version": "2.0.1"
|
|
},
|
|
"argv-formatter": {
|
|
"version": "1.0.0"
|
|
},
|
|
"array-buffer-byte-length": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"is-array-buffer": "^3.0.1"
|
|
}
|
|
},
|
|
"array-differ": {
|
|
"version": "3.0.0"
|
|
},
|
|
"array-ify": {
|
|
"version": "1.0.0"
|
|
},
|
|
"array-includes": {
|
|
"version": "3.1.7",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"get-intrinsic": "^1.2.1",
|
|
"is-string": "^1.0.7"
|
|
}
|
|
},
|
|
"array-timsort": {
|
|
"version": "1.0.3",
|
|
"dev": true
|
|
},
|
|
"array-union": {
|
|
"version": "2.1.0"
|
|
},
|
|
"array-uniq": {
|
|
"version": "1.0.3"
|
|
},
|
|
"array.prototype.findlastindex": {
|
|
"version": "1.2.3",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"es-shim-unscopables": "^1.0.0",
|
|
"get-intrinsic": "^1.2.1"
|
|
}
|
|
},
|
|
"array.prototype.flat": {
|
|
"version": "1.3.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
}
|
|
},
|
|
"array.prototype.flatmap": {
|
|
"version": "1.3.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
}
|
|
},
|
|
"arraybuffer.prototype.slice": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"array-buffer-byte-length": "^1.0.0",
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"get-intrinsic": "^1.2.1",
|
|
"is-array-buffer": "^3.0.2",
|
|
"is-shared-array-buffer": "^1.0.2"
|
|
}
|
|
},
|
|
"arrify": {
|
|
"version": "2.0.1"
|
|
},
|
|
"asn1": {
|
|
"version": "0.2.6",
|
|
"requires": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"asn1js": {
|
|
"version": "3.0.5",
|
|
"requires": {
|
|
"pvtsutils": "^1.3.2",
|
|
"pvutils": "^1.1.3",
|
|
"tslib": "^2.4.0"
|
|
}
|
|
},
|
|
"assert": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"is-nan": "^1.3.2",
|
|
"object-is": "^1.1.5",
|
|
"object.assign": "^4.1.4",
|
|
"util": "^0.12.5"
|
|
},
|
|
"dependencies": {
|
|
"util": {
|
|
"version": "0.12.5",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"is-arguments": "^1.0.4",
|
|
"is-generator-function": "^1.0.7",
|
|
"is-typed-array": "^1.1.3",
|
|
"which-typed-array": "^1.1.2"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"assertion-error": {
|
|
"version": "1.1.0"
|
|
},
|
|
"ast-types": {
|
|
"version": "0.13.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"tslib": "^2.0.1"
|
|
}
|
|
},
|
|
"async": {
|
|
"version": "3.2.4"
|
|
},
|
|
"asynckit": {
|
|
"version": "0.4.0",
|
|
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
"dev": true
|
|
},
|
|
"at-least-node": {
|
|
"version": "1.0.0"
|
|
},
|
|
"available-typed-arrays": {
|
|
"version": "1.0.5"
|
|
},
|
|
"b4a": {
|
|
"version": "1.6.6",
|
|
"dev": true
|
|
},
|
|
"babel-plugin-polyfill-corejs2": {
|
|
"version": "0.4.7",
|
|
"requires": {
|
|
"@babel/compat-data": "^7.22.6",
|
|
"@babel/helper-define-polyfill-provider": "^0.4.4",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"babel-plugin-polyfill-corejs3": {
|
|
"version": "0.8.7",
|
|
"requires": {
|
|
"@babel/helper-define-polyfill-provider": "^0.4.4",
|
|
"core-js-compat": "^3.33.1"
|
|
}
|
|
},
|
|
"babel-plugin-polyfill-regenerator": {
|
|
"version": "0.5.4",
|
|
"requires": {
|
|
"@babel/helper-define-polyfill-provider": "^0.4.4"
|
|
}
|
|
},
|
|
"babel-plugin-transform-inline-environment-variables": {
|
|
"version": "0.4.4"
|
|
},
|
|
"balanced-match": {
|
|
"version": "1.0.2"
|
|
},
|
|
"bare-events": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"optional": true
|
|
},
|
|
"bare-fs": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"bare-events": "^2.0.0",
|
|
"bare-os": "^2.0.0",
|
|
"bare-path": "^2.0.0",
|
|
"streamx": "^2.13.0"
|
|
}
|
|
},
|
|
"bare-os": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"optional": true
|
|
},
|
|
"bare-path": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"bare-os": "^2.1.0"
|
|
}
|
|
},
|
|
"base64-js": {
|
|
"version": "1.5.1"
|
|
},
|
|
"base64id": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"basic-ftp": {
|
|
"version": "5.0.5",
|
|
"dev": true
|
|
},
|
|
"bcrypt-pbkdf": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"tweetnacl": "^0.14.3"
|
|
}
|
|
},
|
|
"bech32": {
|
|
"version": "1.1.4",
|
|
"resolved": "https://registry.npmjs.org/bech32/-/bech32-1.1.4.tgz",
|
|
"integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ=="
|
|
},
|
|
"before-after-hook": {
|
|
"version": "2.2.3"
|
|
},
|
|
"binary-extensions": {
|
|
"version": "2.2.0"
|
|
},
|
|
"bl": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"buffer": "^5.5.0",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"blork": {
|
|
"version": "9.3.0"
|
|
},
|
|
"bluebird": {
|
|
"version": "3.7.2",
|
|
"dev": true
|
|
},
|
|
"bn.js": {
|
|
"version": "5.2.1",
|
|
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz",
|
|
"integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ=="
|
|
},
|
|
"body-parser": {
|
|
"version": "1.20.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"bytes": "3.1.2",
|
|
"content-type": "~1.0.5",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"on-finished": "2.4.1",
|
|
"qs": "6.11.0",
|
|
"raw-body": "2.5.2",
|
|
"type-is": "~1.6.18",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"boolean": {
|
|
"version": "3.2.0",
|
|
"optional": true
|
|
},
|
|
"bottleneck": {
|
|
"version": "2.19.5"
|
|
},
|
|
"boxen": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-align": "^3.0.1",
|
|
"camelcase": "^7.0.0",
|
|
"chalk": "^5.0.1",
|
|
"cli-boxes": "^3.0.0",
|
|
"string-width": "^5.1.2",
|
|
"type-fest": "^2.13.0",
|
|
"widest-line": "^4.0.1",
|
|
"wrap-ansi": "^8.0.1"
|
|
},
|
|
"dependencies": {
|
|
"camelcase": {
|
|
"version": "7.0.1",
|
|
"dev": true
|
|
},
|
|
"type-fest": {
|
|
"version": "2.19.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"brace-expansion": {
|
|
"version": "1.1.11",
|
|
"requires": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"braces": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"fill-range": "^7.0.1"
|
|
}
|
|
},
|
|
"brorand": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
|
|
"integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w=="
|
|
},
|
|
"browser-process-hrtime": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
|
|
"integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
|
|
"dev": true
|
|
},
|
|
"browser-stdout": {
|
|
"version": "1.3.1"
|
|
},
|
|
"browserslist": {
|
|
"version": "4.22.2",
|
|
"requires": {
|
|
"caniuse-lite": "^1.0.30001565",
|
|
"electron-to-chromium": "^1.4.601",
|
|
"node-releases": "^2.0.14",
|
|
"update-browserslist-db": "^1.0.13"
|
|
}
|
|
},
|
|
"buffer": {
|
|
"version": "5.7.1",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"buffer-crc32": {
|
|
"version": "0.2.13"
|
|
},
|
|
"buffer-from": {
|
|
"version": "1.1.2"
|
|
},
|
|
"buildcheck": {
|
|
"version": "0.0.6",
|
|
"optional": true
|
|
},
|
|
"builtin-modules": {
|
|
"version": "3.3.0"
|
|
},
|
|
"builtins": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"semver": "^7.0.0"
|
|
}
|
|
},
|
|
"bytes": {
|
|
"version": "3.1.2"
|
|
},
|
|
"bytes-iec": {
|
|
"version": "3.1.1",
|
|
"dev": true
|
|
},
|
|
"bytes.js": {
|
|
"version": "0.0.2"
|
|
},
|
|
"c8": {
|
|
"version": "9.1.0",
|
|
"requires": {
|
|
"@bcoe/v8-coverage": "^0.2.3",
|
|
"@istanbuljs/schema": "^0.1.3",
|
|
"find-up": "^5.0.0",
|
|
"foreground-child": "^3.1.1",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"istanbul-lib-report": "^3.0.1",
|
|
"istanbul-reports": "^3.1.6",
|
|
"test-exclude": "^6.0.0",
|
|
"v8-to-istanbul": "^9.0.0",
|
|
"yargs": "^17.7.2",
|
|
"yargs-parser": "^21.1.1"
|
|
}
|
|
},
|
|
"cacheable-lookup": {
|
|
"version": "5.0.4"
|
|
},
|
|
"cacheable-request": {
|
|
"version": "7.0.4",
|
|
"requires": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"get-stream": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"pump": "^3.0.0"
|
|
}
|
|
},
|
|
"normalize-url": {
|
|
"version": "6.1.0"
|
|
}
|
|
}
|
|
},
|
|
"caching-transform": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"hasha": "^5.0.0",
|
|
"make-dir": "^3.0.0",
|
|
"package-hash": "^4.0.0",
|
|
"write-file-atomic": "^3.0.0"
|
|
}
|
|
},
|
|
"call-bind": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"function-bind": "^1.1.1",
|
|
"get-intrinsic": "^1.0.2"
|
|
}
|
|
},
|
|
"callsite": {
|
|
"version": "1.0.0"
|
|
},
|
|
"callsites": {
|
|
"version": "3.1.0"
|
|
},
|
|
"camelcase": {
|
|
"version": "6.3.0"
|
|
},
|
|
"camelcase-keys": {
|
|
"version": "6.2.2",
|
|
"requires": {
|
|
"camelcase": "^5.3.1",
|
|
"map-obj": "^4.0.0",
|
|
"quick-lru": "^4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"camelcase": {
|
|
"version": "5.3.1"
|
|
},
|
|
"quick-lru": {
|
|
"version": "4.0.1"
|
|
}
|
|
}
|
|
},
|
|
"caniuse-lite": {
|
|
"version": "1.0.30001576"
|
|
},
|
|
"cardinal": {
|
|
"version": "2.1.1",
|
|
"requires": {
|
|
"ansicolors": "~0.3.2",
|
|
"redeyed": "~2.1.0"
|
|
}
|
|
},
|
|
"catharsis": {
|
|
"version": "0.9.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"lodash": "^4.17.15"
|
|
}
|
|
},
|
|
"ccount": {
|
|
"version": "2.0.1"
|
|
},
|
|
"chai": {
|
|
"version": "4.3.10",
|
|
"requires": {
|
|
"assertion-error": "^1.1.0",
|
|
"check-error": "^1.0.3",
|
|
"deep-eql": "^4.1.3",
|
|
"get-func-name": "^2.0.2",
|
|
"loupe": "^2.3.6",
|
|
"pathval": "^1.1.1",
|
|
"type-detect": "^4.0.8"
|
|
}
|
|
},
|
|
"chai-as-promised": {
|
|
"version": "7.1.1",
|
|
"requires": {
|
|
"check-error": "^1.0.2"
|
|
}
|
|
},
|
|
"chai-bites": {
|
|
"version": "0.1.2",
|
|
"requires": {}
|
|
},
|
|
"chai-parentheses": {
|
|
"version": "0.0.2"
|
|
},
|
|
"chai-spies": {
|
|
"version": "1.1.0",
|
|
"resolved": "https://registry.npmjs.org/chai-spies/-/chai-spies-1.1.0.tgz",
|
|
"integrity": "sha512-ikaUhQvQWchRYj2K54itFp3nrcxaFRpSDQxDlRzSn9aWgu9Pi7lD8yFxTso4WnQ39+WZ69oB/qOvqp+isJIIWA==",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"chai-string": {
|
|
"version": "1.5.0",
|
|
"requires": {}
|
|
},
|
|
"chai-subset": {
|
|
"version": "1.6.0"
|
|
},
|
|
"chalk": {
|
|
"version": "5.3.0"
|
|
},
|
|
"chalk-template": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^5.2.0"
|
|
}
|
|
},
|
|
"char-regex": {
|
|
"version": "1.0.2"
|
|
},
|
|
"character-entities": {
|
|
"version": "2.0.2"
|
|
},
|
|
"check-error": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"get-func-name": "^2.0.2"
|
|
}
|
|
},
|
|
"chokidar": {
|
|
"version": "3.5.3",
|
|
"requires": {
|
|
"anymatch": "~3.1.2",
|
|
"braces": "~3.0.2",
|
|
"fsevents": "~2.3.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"
|
|
},
|
|
"dependencies": {
|
|
"glob-parent": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"is-glob": "^4.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"chownr": {
|
|
"version": "1.1.4"
|
|
},
|
|
"chrome-trace-event": {
|
|
"version": "1.0.3",
|
|
"dev": true
|
|
},
|
|
"chromium-bidi": {
|
|
"version": "0.5.9",
|
|
"dev": true,
|
|
"requires": {
|
|
"mitt": "3.0.1",
|
|
"urlpattern-polyfill": "10.0.0"
|
|
}
|
|
},
|
|
"ci-info": {
|
|
"version": "3.8.0",
|
|
"dev": true
|
|
},
|
|
"clean-stack": {
|
|
"version": "2.2.0"
|
|
},
|
|
"clear-module": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"parent-module": "^2.0.0",
|
|
"resolve-from": "^5.0.0"
|
|
}
|
|
},
|
|
"cli-boxes": {
|
|
"version": "3.0.0"
|
|
},
|
|
"cli-cursor": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"restore-cursor": "^4.0.0"
|
|
}
|
|
},
|
|
"cli-spinners": {
|
|
"version": "2.9.2"
|
|
},
|
|
"cli-table3": {
|
|
"version": "0.6.3",
|
|
"requires": {
|
|
"@colors/colors": "1.5.0",
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli-truncate": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"slice-ansi": "^5.0.0",
|
|
"string-width": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true
|
|
},
|
|
"string-width": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"clipboardy": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"arch": "^2.2.0",
|
|
"execa": "^5.1.1",
|
|
"is-wsl": "^2.2.0"
|
|
},
|
|
"dependencies": {
|
|
"execa": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"human-signals": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true
|
|
},
|
|
"mimic-fn": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"path-key": "^3.0.0"
|
|
}
|
|
},
|
|
"onetime": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"mimic-fn": "^2.1.0"
|
|
}
|
|
},
|
|
"strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"cliui": {
|
|
"version": "8.0.1",
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.1",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"clone": {
|
|
"version": "1.0.4"
|
|
},
|
|
"clone-response": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"mimic-response": "^1.0.0"
|
|
}
|
|
},
|
|
"code-point-at": {
|
|
"version": "1.1.0"
|
|
},
|
|
"color-convert": {
|
|
"version": "1.9.3",
|
|
"requires": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.3"
|
|
},
|
|
"colorette": {
|
|
"version": "2.0.20",
|
|
"dev": true
|
|
},
|
|
"colors": {
|
|
"version": "1.0.3"
|
|
},
|
|
"combined-stream": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"delayed-stream": "~1.0.0"
|
|
}
|
|
},
|
|
"commander": {
|
|
"version": "11.1.0"
|
|
},
|
|
"comment-json": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"array-timsort": "^1.0.3",
|
|
"core-util-is": "^1.0.3",
|
|
"esprima": "^4.0.1",
|
|
"has-own-prop": "^2.0.0",
|
|
"repeat-string": "^1.6.1"
|
|
}
|
|
},
|
|
"comment-parser": {
|
|
"version": "1.4.1"
|
|
},
|
|
"commondir": {
|
|
"version": "1.0.1"
|
|
},
|
|
"compare-func": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"array-ify": "^1.0.0",
|
|
"dot-prop": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"dot-prop": {
|
|
"version": "5.3.0",
|
|
"requires": {
|
|
"is-obj": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"compressible": {
|
|
"version": "2.0.18",
|
|
"dev": true,
|
|
"requires": {
|
|
"mime-db": ">= 1.43.0 < 2"
|
|
}
|
|
},
|
|
"compression": {
|
|
"version": "1.7.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"bytes": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"concat-map": {
|
|
"version": "0.0.1"
|
|
},
|
|
"config-chain": {
|
|
"version": "1.1.13",
|
|
"requires": {
|
|
"ini": "^1.3.4",
|
|
"proto-list": "~1.2.1"
|
|
},
|
|
"dependencies": {
|
|
"ini": {
|
|
"version": "1.3.8"
|
|
}
|
|
}
|
|
},
|
|
"configstore": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"dot-prop": "^6.0.1",
|
|
"graceful-fs": "^4.2.6",
|
|
"unique-string": "^3.0.0",
|
|
"write-file-atomic": "^3.0.3",
|
|
"xdg-basedir": "^5.0.1"
|
|
}
|
|
},
|
|
"connect": {
|
|
"version": "3.7.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "2.6.9",
|
|
"finalhandler": "1.1.2",
|
|
"parseurl": "~1.3.3",
|
|
"utils-merge": "1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"content-disposition": {
|
|
"version": "0.5.2",
|
|
"dev": true
|
|
},
|
|
"content-type": {
|
|
"version": "1.0.5",
|
|
"dev": true
|
|
},
|
|
"conventional-changelog-angular": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"compare-func": "^2.0.0"
|
|
}
|
|
},
|
|
"conventional-changelog-conventionalcommits": {
|
|
"version": "7.0.2",
|
|
"requires": {
|
|
"compare-func": "^2.0.0"
|
|
}
|
|
},
|
|
"conventional-changelog-writer": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"conventional-commits-filter": "^4.0.0",
|
|
"handlebars": "^4.7.7",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"meow": "^12.0.1",
|
|
"semver": "^7.5.2",
|
|
"split2": "^4.0.0"
|
|
}
|
|
},
|
|
"conventional-commits-filter": {
|
|
"version": "4.0.0"
|
|
},
|
|
"conventional-commits-parser": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"is-text-path": "^2.0.0",
|
|
"JSONStream": "^1.3.5",
|
|
"meow": "^12.0.1",
|
|
"split2": "^4.0.0"
|
|
}
|
|
},
|
|
"convert-source-map": {
|
|
"version": "1.9.0"
|
|
},
|
|
"cookie": {
|
|
"version": "0.4.2",
|
|
"dev": true
|
|
},
|
|
"copy-file": {
|
|
"version": "11.0.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.11",
|
|
"p-event": "^6.0.0"
|
|
}
|
|
},
|
|
"core-js-compat": {
|
|
"version": "3.35.0",
|
|
"requires": {
|
|
"browserslist": "^4.22.2"
|
|
}
|
|
},
|
|
"core-util-is": {
|
|
"version": "1.0.3"
|
|
},
|
|
"cors": {
|
|
"version": "2.8.5",
|
|
"requires": {
|
|
"object-assign": "^4",
|
|
"vary": "^1"
|
|
}
|
|
},
|
|
"cosmiconfig": {
|
|
"version": "7.1.0",
|
|
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
|
|
"requires": {
|
|
"@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"
|
|
},
|
|
"dependencies": {
|
|
"yaml": {
|
|
"version": "1.10.2",
|
|
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg=="
|
|
}
|
|
}
|
|
},
|
|
"cpu-features": {
|
|
"version": "0.0.9",
|
|
"optional": true,
|
|
"requires": {
|
|
"buildcheck": "~0.0.6",
|
|
"nan": "^2.17.0"
|
|
}
|
|
},
|
|
"cpy": {
|
|
"version": "11.0.0",
|
|
"requires": {
|
|
"copy-file": "^11.0.0",
|
|
"globby": "^13.2.2",
|
|
"junk": "^4.0.1",
|
|
"micromatch": "^4.0.5",
|
|
"p-filter": "^3.0.0",
|
|
"p-map": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"aggregate-error": {
|
|
"version": "4.0.1",
|
|
"requires": {
|
|
"clean-stack": "^4.0.0",
|
|
"indent-string": "^5.0.0"
|
|
}
|
|
},
|
|
"clean-stack": {
|
|
"version": "4.2.0",
|
|
"requires": {
|
|
"escape-string-regexp": "5.0.0"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "5.0.0"
|
|
},
|
|
"globby": {
|
|
"version": "13.2.2",
|
|
"requires": {
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.3.0",
|
|
"ignore": "^5.2.4",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^4.0.0"
|
|
}
|
|
},
|
|
"indent-string": {
|
|
"version": "5.0.0"
|
|
},
|
|
"p-filter": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"p-map": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"p-map": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"aggregate-error": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"p-map": {
|
|
"version": "6.0.0"
|
|
},
|
|
"slash": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"create-require": {
|
|
"version": "1.1.1"
|
|
},
|
|
"cross-fetch": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"node-fetch": "^2.6.12"
|
|
}
|
|
},
|
|
"cross-spawn": {
|
|
"version": "7.0.3",
|
|
"requires": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
}
|
|
},
|
|
"crypto-random-string": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"type-fest": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "1.4.0"
|
|
}
|
|
}
|
|
},
|
|
"cspell": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-json-reporter": "8.3.2",
|
|
"@cspell/cspell-pipe": "8.3.2",
|
|
"@cspell/cspell-types": "8.3.2",
|
|
"@cspell/dynamic-import": "8.3.2",
|
|
"chalk": "^5.3.0",
|
|
"chalk-template": "^1.1.0",
|
|
"commander": "^11.1.0",
|
|
"cspell-gitignore": "8.3.2",
|
|
"cspell-glob": "8.3.2",
|
|
"cspell-io": "8.3.2",
|
|
"cspell-lib": "8.3.2",
|
|
"fast-glob": "^3.3.2",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"file-entry-cache": "^8.0.0",
|
|
"get-stdin": "^9.0.0",
|
|
"semver": "^7.5.4",
|
|
"strip-ansi": "^7.1.0",
|
|
"vscode-uri": "^3.0.8"
|
|
}
|
|
},
|
|
"cspell-config-lib": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-types": "8.3.2",
|
|
"comment-json": "^4.2.3",
|
|
"yaml": "^2.3.4"
|
|
}
|
|
},
|
|
"cspell-dictionary": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-pipe": "8.3.2",
|
|
"@cspell/cspell-types": "8.3.2",
|
|
"cspell-trie-lib": "8.3.2",
|
|
"fast-equals": "^5.0.1",
|
|
"gensequence": "^6.0.0"
|
|
}
|
|
},
|
|
"cspell-gitignore": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"cspell-glob": "8.3.2",
|
|
"find-up-simple": "^1.0.0"
|
|
}
|
|
},
|
|
"cspell-glob": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"micromatch": "^4.0.5"
|
|
}
|
|
},
|
|
"cspell-grammar": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-pipe": "8.3.2",
|
|
"@cspell/cspell-types": "8.3.2"
|
|
}
|
|
},
|
|
"cspell-io": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-service-bus": "8.3.2"
|
|
}
|
|
},
|
|
"cspell-lib": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-bundled-dicts": "8.3.2",
|
|
"@cspell/cspell-pipe": "8.3.2",
|
|
"@cspell/cspell-resolver": "8.3.2",
|
|
"@cspell/cspell-types": "8.3.2",
|
|
"@cspell/dynamic-import": "8.3.2",
|
|
"@cspell/strong-weak-map": "8.3.2",
|
|
"clear-module": "^4.1.2",
|
|
"comment-json": "^4.2.3",
|
|
"configstore": "^6.0.0",
|
|
"cspell-config-lib": "8.3.2",
|
|
"cspell-dictionary": "8.3.2",
|
|
"cspell-glob": "8.3.2",
|
|
"cspell-grammar": "8.3.2",
|
|
"cspell-io": "8.3.2",
|
|
"cspell-trie-lib": "8.3.2",
|
|
"fast-equals": "^5.0.1",
|
|
"gensequence": "^6.0.0",
|
|
"import-fresh": "^3.3.0",
|
|
"resolve-from": "^5.0.0",
|
|
"vscode-languageserver-textdocument": "^1.0.11",
|
|
"vscode-uri": "^3.0.8"
|
|
}
|
|
},
|
|
"cspell-trie-lib": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-pipe": "8.3.2",
|
|
"@cspell/cspell-types": "8.3.2",
|
|
"gensequence": "^6.0.0"
|
|
}
|
|
},
|
|
"cssom": {
|
|
"version": "0.5.0",
|
|
"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz",
|
|
"integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==",
|
|
"dev": true
|
|
},
|
|
"cssstyle": {
|
|
"version": "2.3.0",
|
|
"resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
|
|
"integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
|
|
"dev": true,
|
|
"requires": {
|
|
"cssom": "~0.3.6"
|
|
},
|
|
"dependencies": {
|
|
"cssom": {
|
|
"version": "0.3.8",
|
|
"resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
|
|
"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"custom-event": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"cycle": {
|
|
"version": "1.0.3"
|
|
},
|
|
"data-uri-to-buffer": {
|
|
"version": "6.0.2",
|
|
"dev": true
|
|
},
|
|
"data-urls": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
|
|
"integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"abab": "^2.0.6",
|
|
"whatwg-mimetype": "^3.0.0",
|
|
"whatwg-url": "^11.0.0"
|
|
},
|
|
"dependencies": {
|
|
"tr46": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
|
|
"integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"punycode": "^2.1.1"
|
|
}
|
|
},
|
|
"webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
"dev": true
|
|
},
|
|
"whatwg-url": {
|
|
"version": "11.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz",
|
|
"integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"tr46": "^3.0.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"datastore-core": {
|
|
"version": "9.2.7",
|
|
"requires": {
|
|
"@libp2p/logger": "^4.0.1",
|
|
"err-code": "^3.0.1",
|
|
"interface-store": "^5.0.0",
|
|
"it-all": "^3.0.1",
|
|
"it-drain": "^3.0.1",
|
|
"it-filter": "^3.0.0",
|
|
"it-map": "^3.0.1",
|
|
"it-merge": "^3.0.1",
|
|
"it-pipe": "^3.0.0",
|
|
"it-pushable": "^3.0.0",
|
|
"it-sort": "^3.0.1",
|
|
"it-take": "^3.0.1",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"date-fns": {
|
|
"version": "1.30.1"
|
|
},
|
|
"date-format": {
|
|
"version": "4.0.14",
|
|
"dev": true
|
|
},
|
|
"debug": {
|
|
"version": "4.3.4",
|
|
"requires": {
|
|
"ms": "2.1.2"
|
|
}
|
|
},
|
|
"decamelize": {
|
|
"version": "1.2.0"
|
|
},
|
|
"decamelize-keys": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"decamelize": "^1.1.0",
|
|
"map-obj": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"map-obj": {
|
|
"version": "1.0.1"
|
|
}
|
|
}
|
|
},
|
|
"decimal.js": {
|
|
"version": "10.4.3",
|
|
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
|
|
"integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
|
|
"dev": true
|
|
},
|
|
"decode-named-character-reference": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"character-entities": "^2.0.0"
|
|
}
|
|
},
|
|
"decompress-response": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"mimic-response": "^3.1.0"
|
|
},
|
|
"dependencies": {
|
|
"mimic-response": {
|
|
"version": "3.1.0"
|
|
}
|
|
}
|
|
},
|
|
"deep-eql": {
|
|
"version": "4.1.3",
|
|
"requires": {
|
|
"type-detect": "^4.0.0"
|
|
}
|
|
},
|
|
"deep-equal-in-any-order": {
|
|
"version": "2.0.6",
|
|
"resolved": "https://registry.npmjs.org/deep-equal-in-any-order/-/deep-equal-in-any-order-2.0.6.tgz",
|
|
"integrity": "sha512-RfnWHQzph10YrUjvWwhd15Dne8ciSJcZ3U6OD7owPwiVwsdE5IFSoZGg8rlwJD11ES+9H5y8j3fCofviRHOqLQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"lodash.mapvalues": "^4.6.0",
|
|
"sort-any": "^2.0.0"
|
|
}
|
|
},
|
|
"deep-extend": {
|
|
"version": "0.6.0"
|
|
},
|
|
"deep-is": {
|
|
"version": "0.1.4"
|
|
},
|
|
"deepmerge": {
|
|
"version": "4.3.1",
|
|
"dev": true
|
|
},
|
|
"deepmerge-ts": {
|
|
"version": "5.1.0",
|
|
"dev": true
|
|
},
|
|
"default-require-extensions": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"strip-bom": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"strip-bom": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"defaults": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"clone": "^1.0.2"
|
|
}
|
|
},
|
|
"defer-to-connect": {
|
|
"version": "2.0.1"
|
|
},
|
|
"define-data-property": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"get-intrinsic": "^1.2.1",
|
|
"gopd": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.0"
|
|
}
|
|
},
|
|
"define-properties": {
|
|
"version": "1.2.1",
|
|
"requires": {
|
|
"define-data-property": "^1.0.1",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"object-keys": "^1.1.1"
|
|
}
|
|
},
|
|
"degenerator": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ast-types": "^0.13.4",
|
|
"escodegen": "^2.1.0",
|
|
"esprima": "^4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"escodegen": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^5.2.0",
|
|
"esutils": "^2.0.2",
|
|
"source-map": "~0.6.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"del": {
|
|
"version": "6.1.1",
|
|
"requires": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"p-map": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"delay": {
|
|
"version": "6.0.0"
|
|
},
|
|
"delayed-stream": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
"dev": true
|
|
},
|
|
"denque": {
|
|
"version": "2.1.0"
|
|
},
|
|
"depcheck": {
|
|
"version": "1.4.7",
|
|
"requires": {
|
|
"@babel/parser": "^7.23.0",
|
|
"@babel/traverse": "^7.23.2",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"callsite": "^1.0.0",
|
|
"camelcase": "^6.3.0",
|
|
"cosmiconfig": "^7.1.0",
|
|
"debug": "^4.3.4",
|
|
"deps-regex": "^0.2.0",
|
|
"findup-sync": "^5.0.0",
|
|
"ignore": "^5.2.4",
|
|
"is-core-module": "^2.12.0",
|
|
"js-yaml": "^3.14.1",
|
|
"json5": "^2.2.3",
|
|
"lodash": "^4.17.21",
|
|
"minimatch": "^7.4.6",
|
|
"multimatch": "^5.0.0",
|
|
"please-upgrade-node": "^3.2.0",
|
|
"readdirp": "^3.6.0",
|
|
"require-package-name": "^2.0.1",
|
|
"resolve": "^1.22.3",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.5.4",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"argparse": {
|
|
"version": "1.0.10",
|
|
"requires": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"cliui": {
|
|
"version": "7.0.4",
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"js-yaml": {
|
|
"version": "3.14.1",
|
|
"requires": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
}
|
|
},
|
|
"json5": {
|
|
"version": "2.2.3"
|
|
},
|
|
"minimatch": {
|
|
"version": "7.4.6",
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
},
|
|
"sprintf-js": {
|
|
"version": "1.0.3"
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
},
|
|
"yargs": {
|
|
"version": "16.2.0",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.9"
|
|
}
|
|
}
|
|
},
|
|
"depd": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"deprecation": {
|
|
"version": "2.3.1"
|
|
},
|
|
"deps-regex": {
|
|
"version": "0.2.0"
|
|
},
|
|
"dequal": {
|
|
"version": "2.0.3"
|
|
},
|
|
"destroy": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"detect-file": {
|
|
"version": "1.0.0"
|
|
},
|
|
"detect-indent": {
|
|
"version": "7.0.1"
|
|
},
|
|
"detect-newline": {
|
|
"version": "4.0.1"
|
|
},
|
|
"detect-node": {
|
|
"version": "2.1.0",
|
|
"optional": true
|
|
},
|
|
"devlop": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"dequal": "^2.0.0"
|
|
}
|
|
},
|
|
"devtools-protocol": {
|
|
"version": "0.0.1249869",
|
|
"dev": true
|
|
},
|
|
"di": {
|
|
"version": "0.0.1",
|
|
"dev": true
|
|
},
|
|
"diff": {
|
|
"version": "4.0.2"
|
|
},
|
|
"dir-glob": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"path-type": "^4.0.0"
|
|
}
|
|
},
|
|
"dns-over-http-resolver": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"debug": "^4.3.4",
|
|
"receptacle": "^1.3.2"
|
|
}
|
|
},
|
|
"dns-query": {
|
|
"version": "0.11.2",
|
|
"requires": {
|
|
"@leichtgewicht/base64-codec": "^1.0.0",
|
|
"@leichtgewicht/dns-packet": "^6.0.2",
|
|
"@leichtgewicht/dns-socket": "^5.0.0",
|
|
"@leichtgewicht/ip-codec": "^2.0.4",
|
|
"utf8-codec": "^1.0.0"
|
|
}
|
|
},
|
|
"docker-modem": {
|
|
"version": "3.0.8",
|
|
"requires": {
|
|
"debug": "^4.1.1",
|
|
"readable-stream": "^3.5.0",
|
|
"split-ca": "^1.0.1",
|
|
"ssh2": "^1.11.0"
|
|
}
|
|
},
|
|
"dockerode": {
|
|
"version": "3.3.5",
|
|
"requires": {
|
|
"@balena/dockerignore": "^1.0.2",
|
|
"docker-modem": "^3.0.0",
|
|
"tar-fs": "~2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"tar-fs": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"doctrine": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"esutils": "^2.0.2"
|
|
}
|
|
},
|
|
"dom-serialize": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"custom-event": "~1.0.0",
|
|
"ent": "~2.2.0",
|
|
"extend": "^3.0.0",
|
|
"void-elements": "^2.0.0"
|
|
}
|
|
},
|
|
"domexception": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz",
|
|
"integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"webidl-conversions": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"dot-prop": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"is-obj": "^2.0.0"
|
|
}
|
|
},
|
|
"dotenv": {
|
|
"version": "16.4.1",
|
|
"dev": true
|
|
},
|
|
"dotenv-flow": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"dotenv": "^16.0.0"
|
|
}
|
|
},
|
|
"duplexer": {
|
|
"version": "0.1.2"
|
|
},
|
|
"duplexer2": {
|
|
"version": "0.1.4",
|
|
"requires": {
|
|
"readable-stream": "^2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"isarray": {
|
|
"version": "1.0.0"
|
|
},
|
|
"readable-stream": {
|
|
"version": "2.3.8",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.1.2"
|
|
},
|
|
"string_decoder": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eastasianwidth": {
|
|
"version": "0.2.0"
|
|
},
|
|
"ee-first": {
|
|
"version": "1.1.1",
|
|
"dev": true
|
|
},
|
|
"electron-mocha-main": {
|
|
"version": "11.0.3",
|
|
"requires": {
|
|
"ansi-colors": "^4.1.1",
|
|
"electron-window": "^0.8.0",
|
|
"fs-extra": "^10.0.0",
|
|
"mocha": "^9.1.1",
|
|
"wherearewe": "^1.0.0",
|
|
"which": "^2.0.2",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-colors": {
|
|
"version": "4.1.1"
|
|
},
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"dependencies": {
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cliui": {
|
|
"version": "7.0.4",
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"debug": {
|
|
"version": "4.3.3",
|
|
"requires": {
|
|
"ms": "2.1.2"
|
|
}
|
|
},
|
|
"diff": {
|
|
"version": "5.0.0"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"fs-extra": {
|
|
"version": "10.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"is-unicode-supported": {
|
|
"version": "0.1.0"
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"log-symbols": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
}
|
|
},
|
|
"mocha": {
|
|
"version": "9.2.2",
|
|
"requires": {
|
|
"@ungap/promise-all-settled": "1.1.2",
|
|
"ansi-colors": "4.1.1",
|
|
"browser-stdout": "1.3.1",
|
|
"chokidar": "3.5.3",
|
|
"debug": "4.3.3",
|
|
"diff": "5.0.0",
|
|
"escape-string-regexp": "4.0.0",
|
|
"find-up": "5.0.0",
|
|
"glob": "7.2.0",
|
|
"growl": "1.10.5",
|
|
"he": "1.2.0",
|
|
"js-yaml": "4.1.0",
|
|
"log-symbols": "4.1.0",
|
|
"minimatch": "4.2.1",
|
|
"ms": "2.1.3",
|
|
"nanoid": "3.3.1",
|
|
"serialize-javascript": "6.0.0",
|
|
"strip-json-comments": "3.1.1",
|
|
"supports-color": "8.1.1",
|
|
"which": "2.0.2",
|
|
"workerpool": "6.2.0",
|
|
"yargs": "16.2.0",
|
|
"yargs-parser": "20.2.4",
|
|
"yargs-unparser": "2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minimatch": {
|
|
"version": "4.2.1",
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.1.3"
|
|
}
|
|
}
|
|
},
|
|
"nanoid": {
|
|
"version": "3.3.1"
|
|
},
|
|
"serialize-javascript": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.1"
|
|
},
|
|
"wherearewe": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"is-electron": "^2.2.0"
|
|
}
|
|
},
|
|
"workerpool": {
|
|
"version": "6.2.0"
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
},
|
|
"yargs": {
|
|
"version": "16.2.0",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.4"
|
|
}
|
|
}
|
|
},
|
|
"electron-to-chromium": {
|
|
"version": "1.4.630"
|
|
},
|
|
"electron-window": {
|
|
"version": "0.8.1",
|
|
"requires": {
|
|
"is-electron-renderer": "^2.0.0"
|
|
}
|
|
},
|
|
"elegant-spinner": {
|
|
"version": "1.0.1"
|
|
},
|
|
"elliptic": {
|
|
"version": "6.5.4",
|
|
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
|
|
"integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
|
|
"requires": {
|
|
"bn.js": "^4.11.9",
|
|
"brorand": "^1.1.0",
|
|
"hash.js": "^1.0.0",
|
|
"hmac-drbg": "^1.0.1",
|
|
"inherits": "^2.0.4",
|
|
"minimalistic-assert": "^1.0.1",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"bn.js": {
|
|
"version": "4.12.0",
|
|
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz",
|
|
"integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA=="
|
|
}
|
|
}
|
|
},
|
|
"email-addresses": {
|
|
"version": "5.0.0"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "9.2.2"
|
|
},
|
|
"emojilib": {
|
|
"version": "2.4.0"
|
|
},
|
|
"encodeurl": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"end-of-stream": {
|
|
"version": "1.4.4",
|
|
"requires": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"engine.io": {
|
|
"version": "6.5.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/cookie": "^0.4.1",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/node": ">=10.0.0",
|
|
"accepts": "~1.3.4",
|
|
"base64id": "2.0.0",
|
|
"cookie": "~0.4.1",
|
|
"cors": "~2.8.5",
|
|
"debug": "~4.3.1",
|
|
"engine.io-parser": "~5.2.1",
|
|
"ws": "~8.11.0"
|
|
},
|
|
"dependencies": {
|
|
"ws": {
|
|
"version": "8.11.0",
|
|
"dev": true,
|
|
"requires": {}
|
|
}
|
|
}
|
|
},
|
|
"engine.io-parser": {
|
|
"version": "5.2.1",
|
|
"dev": true
|
|
},
|
|
"enhanced-resolve": {
|
|
"version": "5.15.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.2.4",
|
|
"tapable": "^2.2.0"
|
|
}
|
|
},
|
|
"enquirer": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-colors": "^4.1.1",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"dev": true
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ent": {
|
|
"version": "2.2.0",
|
|
"dev": true
|
|
},
|
|
"entities": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"env-ci": {
|
|
"version": "11.0.0",
|
|
"requires": {
|
|
"execa": "^8.0.0",
|
|
"java-properties": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"execa": {
|
|
"version": "8.0.1",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
}
|
|
},
|
|
"get-stream": {
|
|
"version": "8.0.1"
|
|
},
|
|
"human-signals": {
|
|
"version": "5.0.0"
|
|
},
|
|
"signal-exit": {
|
|
"version": "4.1.0"
|
|
}
|
|
}
|
|
},
|
|
"env-paths": {
|
|
"version": "3.0.0"
|
|
},
|
|
"err-code": {
|
|
"version": "3.0.1"
|
|
},
|
|
"error-ex": {
|
|
"version": "1.3.2",
|
|
"requires": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"es-abstract": {
|
|
"version": "1.22.2",
|
|
"requires": {
|
|
"array-buffer-byte-length": "^1.0.0",
|
|
"arraybuffer.prototype.slice": "^1.0.2",
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"es-set-tostringtag": "^2.0.1",
|
|
"es-to-primitive": "^1.2.1",
|
|
"function.prototype.name": "^1.1.6",
|
|
"get-intrinsic": "^1.2.1",
|
|
"get-symbol-description": "^1.0.0",
|
|
"globalthis": "^1.0.3",
|
|
"gopd": "^1.0.1",
|
|
"has": "^1.0.3",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.5",
|
|
"is-array-buffer": "^3.0.2",
|
|
"is-callable": "^1.2.7",
|
|
"is-negative-zero": "^2.0.2",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.2",
|
|
"is-string": "^1.0.7",
|
|
"is-typed-array": "^1.1.12",
|
|
"is-weakref": "^1.0.2",
|
|
"object-inspect": "^1.12.3",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.4",
|
|
"regexp.prototype.flags": "^1.5.1",
|
|
"safe-array-concat": "^1.0.1",
|
|
"safe-regex-test": "^1.0.0",
|
|
"string.prototype.trim": "^1.2.8",
|
|
"string.prototype.trimend": "^1.0.7",
|
|
"string.prototype.trimstart": "^1.0.7",
|
|
"typed-array-buffer": "^1.0.0",
|
|
"typed-array-byte-length": "^1.0.0",
|
|
"typed-array-byte-offset": "^1.0.0",
|
|
"typed-array-length": "^1.0.4",
|
|
"unbox-primitive": "^1.0.2",
|
|
"which-typed-array": "^1.1.11"
|
|
}
|
|
},
|
|
"es-module-lexer": {
|
|
"version": "1.3.1",
|
|
"dev": true
|
|
},
|
|
"es-set-tostringtag": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"get-intrinsic": "^1.1.3",
|
|
"has": "^1.0.3",
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"es-shim-unscopables": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"has": "^1.0.3"
|
|
}
|
|
},
|
|
"es-to-primitive": {
|
|
"version": "1.2.1",
|
|
"requires": {
|
|
"is-callable": "^1.1.4",
|
|
"is-date-object": "^1.0.1",
|
|
"is-symbol": "^1.0.2"
|
|
}
|
|
},
|
|
"es6-error": {
|
|
"version": "4.1.1"
|
|
},
|
|
"esbuild": {
|
|
"version": "0.19.11",
|
|
"requires": {
|
|
"@esbuild/aix-ppc64": "0.19.11",
|
|
"@esbuild/android-arm": "0.19.11",
|
|
"@esbuild/android-arm64": "0.19.11",
|
|
"@esbuild/android-x64": "0.19.11",
|
|
"@esbuild/darwin-arm64": "0.19.11",
|
|
"@esbuild/darwin-x64": "0.19.11",
|
|
"@esbuild/freebsd-arm64": "0.19.11",
|
|
"@esbuild/freebsd-x64": "0.19.11",
|
|
"@esbuild/linux-arm": "0.19.11",
|
|
"@esbuild/linux-arm64": "0.19.11",
|
|
"@esbuild/linux-ia32": "0.19.11",
|
|
"@esbuild/linux-loong64": "0.19.11",
|
|
"@esbuild/linux-mips64el": "0.19.11",
|
|
"@esbuild/linux-ppc64": "0.19.11",
|
|
"@esbuild/linux-riscv64": "0.19.11",
|
|
"@esbuild/linux-s390x": "0.19.11",
|
|
"@esbuild/linux-x64": "0.19.11",
|
|
"@esbuild/netbsd-x64": "0.19.11",
|
|
"@esbuild/openbsd-x64": "0.19.11",
|
|
"@esbuild/sunos-x64": "0.19.11",
|
|
"@esbuild/win32-arm64": "0.19.11",
|
|
"@esbuild/win32-ia32": "0.19.11",
|
|
"@esbuild/win32-x64": "0.19.11"
|
|
}
|
|
},
|
|
"esbuild-plugin-wasm": {
|
|
"version": "1.1.0"
|
|
},
|
|
"escalade": {
|
|
"version": "3.1.1"
|
|
},
|
|
"escape-goat": {
|
|
"version": "4.0.0"
|
|
},
|
|
"escape-html": {
|
|
"version": "1.0.3",
|
|
"dev": true
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "4.0.0"
|
|
},
|
|
"escodegen": {
|
|
"version": "1.14.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^4.2.0",
|
|
"esutils": "^2.0.2",
|
|
"optionator": "^0.8.1",
|
|
"source-map": "~0.6.1"
|
|
},
|
|
"dependencies": {
|
|
"estraverse": {
|
|
"version": "4.3.0",
|
|
"dev": true
|
|
},
|
|
"levn": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"prelude-ls": "~1.1.2",
|
|
"type-check": "~0.3.2"
|
|
}
|
|
},
|
|
"optionator": {
|
|
"version": "0.8.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"prelude-ls": {
|
|
"version": "1.1.2",
|
|
"dev": true
|
|
},
|
|
"type-check": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"prelude-ls": "~1.1.2"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint": {
|
|
"version": "8.56.0",
|
|
"requires": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.6.1",
|
|
"@eslint/eslintrc": "^2.1.4",
|
|
"@eslint/js": "8.56.0",
|
|
"@humanwhocodes/config-array": "^0.11.13",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
"@ungap/structured-clone": "^1.2.0",
|
|
"ajv": "^6.12.4",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.3.2",
|
|
"doctrine": "^3.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"eslint-scope": "^7.2.2",
|
|
"eslint-visitor-keys": "^3.4.3",
|
|
"espree": "^9.6.1",
|
|
"esquery": "^1.4.2",
|
|
"esutils": "^2.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-entry-cache": "^6.0.1",
|
|
"find-up": "^5.0.0",
|
|
"glob-parent": "^6.0.2",
|
|
"globals": "^13.19.0",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"is-path-inside": "^3.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"minimatch": "^3.1.2",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"text-table": "^0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"flat-cache": "^3.0.4"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-compat-utils": {
|
|
"version": "0.1.2",
|
|
"peer": true,
|
|
"requires": {}
|
|
},
|
|
"eslint-config-ipfs": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"@typescript-eslint/eslint-plugin": "^5.23.0",
|
|
"@typescript-eslint/parser": "^5.23.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-config-standard-with-typescript": "^37.0.0",
|
|
"eslint-plugin-etc": "^2.0.2",
|
|
"eslint-plugin-import": "^2.18.0",
|
|
"eslint-plugin-jsdoc": "^46.4.4",
|
|
"eslint-plugin-no-only-tests": "^3.0.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@eslint-community/regexpp": "^4.4.0",
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/type-utils": "5.62.0",
|
|
"@typescript-eslint/utils": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.0",
|
|
"natural-compare-lite": "^1.4.0",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/parser": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"@typescript-eslint/scope-manager": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/type-utils": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"@typescript-eslint/utils": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"tsutils": "^3.21.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/types": {
|
|
"version": "5.62.0"
|
|
},
|
|
"@typescript-eslint/typescript-estree": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/utils": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@types/json-schema": "^7.0.9",
|
|
"@types/semver": "^7.3.12",
|
|
"@typescript-eslint/scope-manager": "5.62.0",
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
"eslint-scope": "^5.1.1",
|
|
"semver": "^7.3.7"
|
|
}
|
|
},
|
|
"@typescript-eslint/visitor-keys": {
|
|
"version": "5.62.0",
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
}
|
|
},
|
|
"eslint-config-standard-with-typescript": {
|
|
"version": "37.0.0",
|
|
"requires": {
|
|
"@typescript-eslint/parser": "^5.52.0",
|
|
"eslint-config-standard": "17.1.0"
|
|
}
|
|
},
|
|
"eslint-plugin-jsdoc": {
|
|
"version": "46.10.1",
|
|
"requires": {
|
|
"@es-joy/jsdoccomment": "~0.41.0",
|
|
"are-docs-informative": "^0.0.2",
|
|
"comment-parser": "1.4.1",
|
|
"debug": "^4.3.4",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"esquery": "^1.5.0",
|
|
"is-builtin-module": "^3.2.1",
|
|
"semver": "^7.5.4",
|
|
"spdx-expression-parse": "^4.0.0"
|
|
}
|
|
},
|
|
"eslint-scope": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
}
|
|
},
|
|
"estraverse": {
|
|
"version": "4.3.0"
|
|
},
|
|
"spdx-expression-parse": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-config-prettier": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"eslint-config-standard": {
|
|
"version": "17.1.0",
|
|
"requires": {}
|
|
},
|
|
"eslint-etc": {
|
|
"version": "5.2.1",
|
|
"requires": {
|
|
"@typescript-eslint/experimental-utils": "^5.0.0",
|
|
"tsutils": "^3.17.1",
|
|
"tsutils-etc": "^1.4.1"
|
|
}
|
|
},
|
|
"eslint-import-resolver-node": {
|
|
"version": "0.3.9",
|
|
"requires": {
|
|
"debug": "^3.2.7",
|
|
"is-core-module": "^2.13.0",
|
|
"resolve": "^1.22.4"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.2.7",
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-module-utils": {
|
|
"version": "2.8.0",
|
|
"requires": {
|
|
"debug": "^3.2.7"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.2.7",
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-es": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"eslint-utils": "^2.0.0",
|
|
"regexpp": "^3.0.0"
|
|
}
|
|
},
|
|
"eslint-plugin-es-x": {
|
|
"version": "7.5.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"@eslint-community/eslint-utils": "^4.1.2",
|
|
"@eslint-community/regexpp": "^4.6.0",
|
|
"eslint-compat-utils": "^0.1.2"
|
|
}
|
|
},
|
|
"eslint-plugin-eslint-comments": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"escape-string-regexp": "^1.0.5",
|
|
"ignore": "^5.0.5"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-etc": {
|
|
"version": "2.0.3",
|
|
"requires": {
|
|
"@phenomnomnominal/tsquery": "^5.0.0",
|
|
"@typescript-eslint/experimental-utils": "^5.0.0",
|
|
"eslint-etc": "^5.1.0",
|
|
"requireindex": "~1.2.0",
|
|
"tslib": "^2.0.0",
|
|
"tsutils": "^3.0.0"
|
|
}
|
|
},
|
|
"eslint-plugin-functional": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/utils": "^6.2.0",
|
|
"deepmerge-ts": "^5.1.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"is-immutable-type": "^2.0.1",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"eslint-plugin-import": {
|
|
"version": "2.28.1",
|
|
"requires": {
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.findlastindex": "^1.2.2",
|
|
"array.prototype.flat": "^1.3.1",
|
|
"array.prototype.flatmap": "^1.3.1",
|
|
"debug": "^3.2.7",
|
|
"doctrine": "^2.1.0",
|
|
"eslint-import-resolver-node": "^0.3.7",
|
|
"eslint-module-utils": "^2.8.0",
|
|
"has": "^1.0.3",
|
|
"is-core-module": "^2.13.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^3.1.2",
|
|
"object.fromentries": "^2.0.6",
|
|
"object.groupby": "^1.0.0",
|
|
"object.values": "^1.1.6",
|
|
"semver": "^6.3.1",
|
|
"tsconfig-paths": "^3.14.2"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.2.7",
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"doctrine": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"esutils": "^2.0.2"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-jsdoc": {
|
|
"version": "48.0.2",
|
|
"requires": {
|
|
"@es-joy/jsdoccomment": "~0.41.0",
|
|
"are-docs-informative": "^0.0.2",
|
|
"comment-parser": "1.4.1",
|
|
"debug": "^4.3.4",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"esquery": "^1.5.0",
|
|
"is-builtin-module": "^3.2.1",
|
|
"semver": "^7.5.4",
|
|
"spdx-expression-parse": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"spdx-expression-parse": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-n": {
|
|
"version": "16.6.2",
|
|
"peer": true,
|
|
"requires": {
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
"builtins": "^5.0.1",
|
|
"eslint-plugin-es-x": "^7.5.0",
|
|
"get-tsconfig": "^4.7.0",
|
|
"globals": "^13.24.0",
|
|
"ignore": "^5.2.4",
|
|
"is-builtin-module": "^3.2.1",
|
|
"is-core-module": "^2.12.1",
|
|
"minimatch": "^3.1.2",
|
|
"resolve": "^1.22.2",
|
|
"semver": "^7.5.3"
|
|
}
|
|
},
|
|
"eslint-plugin-no-only-tests": {
|
|
"version": "3.1.0"
|
|
},
|
|
"eslint-plugin-node": {
|
|
"version": "11.1.0",
|
|
"requires": {
|
|
"eslint-plugin-es": "^3.0.0",
|
|
"eslint-utils": "^2.0.0",
|
|
"ignore": "^5.1.1",
|
|
"minimatch": "^3.0.4",
|
|
"resolve": "^1.10.1",
|
|
"semver": "^6.1.0"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-prettier": {
|
|
"version": "5.1.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"prettier-linter-helpers": "^1.0.0",
|
|
"synckit": "^0.8.6"
|
|
}
|
|
},
|
|
"eslint-plugin-promise": {
|
|
"version": "6.1.1",
|
|
"requires": {}
|
|
},
|
|
"eslint-scope": {
|
|
"version": "7.2.2",
|
|
"requires": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
}
|
|
},
|
|
"eslint-utils": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"eslint-visitor-keys": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"eslint-visitor-keys": {
|
|
"version": "1.3.0"
|
|
}
|
|
}
|
|
},
|
|
"eslint-visitor-keys": {
|
|
"version": "3.4.3"
|
|
},
|
|
"espree": {
|
|
"version": "9.6.1",
|
|
"requires": {
|
|
"acorn": "^8.9.0",
|
|
"acorn-jsx": "^5.3.2",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
}
|
|
},
|
|
"esprima": {
|
|
"version": "4.0.1"
|
|
},
|
|
"esquery": {
|
|
"version": "1.5.0",
|
|
"requires": {
|
|
"estraverse": "^5.1.0"
|
|
}
|
|
},
|
|
"esrecurse": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"estraverse": "^5.2.0"
|
|
}
|
|
},
|
|
"estimo": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@sitespeed.io/tracium": "^0.3.3",
|
|
"commander": "^12.0.0",
|
|
"find-chrome-bin": "2.0.2",
|
|
"nanoid": "5.0.6",
|
|
"puppeteer-core": "22.2.0"
|
|
},
|
|
"dependencies": {
|
|
"commander": {
|
|
"version": "12.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"estraverse": {
|
|
"version": "5.3.0"
|
|
},
|
|
"estree-walker": {
|
|
"version": "2.0.2"
|
|
},
|
|
"esutils": {
|
|
"version": "2.0.3"
|
|
},
|
|
"ethereum-cryptography": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-2.1.3.tgz",
|
|
"integrity": "sha512-BlwbIL7/P45W8FGW2r7LGuvoEZ+7PWsniMvQ4p5s2xCyw9tmaDlpfsN9HjAucbF+t/qpVHwZUisgfK24TCW8aA==",
|
|
"requires": {
|
|
"@noble/curves": "1.3.0",
|
|
"@noble/hashes": "1.3.3",
|
|
"@scure/bip32": "1.3.3",
|
|
"@scure/bip39": "1.2.2"
|
|
}
|
|
},
|
|
"ethers": {
|
|
"version": "5.7.2",
|
|
"resolved": "https://registry.npmjs.org/ethers/-/ethers-5.7.2.tgz",
|
|
"integrity": "sha512-wswUsmWo1aOK8rR7DIKiWSw9DbLWe6x98Jrn8wcTflTVvaXhAMaB5zGAXy0GYQEQp9iO1iSHWVyARQm11zUtyg==",
|
|
"requires": {
|
|
"@ethersproject/abi": "5.7.0",
|
|
"@ethersproject/abstract-provider": "5.7.0",
|
|
"@ethersproject/abstract-signer": "5.7.0",
|
|
"@ethersproject/address": "5.7.0",
|
|
"@ethersproject/base64": "5.7.0",
|
|
"@ethersproject/basex": "5.7.0",
|
|
"@ethersproject/bignumber": "5.7.0",
|
|
"@ethersproject/bytes": "5.7.0",
|
|
"@ethersproject/constants": "5.7.0",
|
|
"@ethersproject/contracts": "5.7.0",
|
|
"@ethersproject/hash": "5.7.0",
|
|
"@ethersproject/hdnode": "5.7.0",
|
|
"@ethersproject/json-wallets": "5.7.0",
|
|
"@ethersproject/keccak256": "5.7.0",
|
|
"@ethersproject/logger": "5.7.0",
|
|
"@ethersproject/networks": "5.7.1",
|
|
"@ethersproject/pbkdf2": "5.7.0",
|
|
"@ethersproject/properties": "5.7.0",
|
|
"@ethersproject/providers": "5.7.2",
|
|
"@ethersproject/random": "5.7.0",
|
|
"@ethersproject/rlp": "5.7.0",
|
|
"@ethersproject/sha2": "5.7.0",
|
|
"@ethersproject/signing-key": "5.7.0",
|
|
"@ethersproject/solidity": "5.7.0",
|
|
"@ethersproject/strings": "5.7.0",
|
|
"@ethersproject/transactions": "5.7.0",
|
|
"@ethersproject/units": "5.7.0",
|
|
"@ethersproject/wallet": "5.7.0",
|
|
"@ethersproject/web": "5.7.1",
|
|
"@ethersproject/wordlists": "5.7.0"
|
|
}
|
|
},
|
|
"event-iterator": {
|
|
"version": "2.0.0"
|
|
},
|
|
"eventemitter3": {
|
|
"version": "5.0.1"
|
|
},
|
|
"events": {
|
|
"version": "3.3.0"
|
|
},
|
|
"exit-hook": {
|
|
"version": "4.0.0"
|
|
},
|
|
"expand-tilde": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"homedir-polyfill": "^1.0.1"
|
|
}
|
|
},
|
|
"extend": {
|
|
"version": "3.0.2",
|
|
"dev": true
|
|
},
|
|
"extract-zip": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"@types/yauzl": "^2.9.1",
|
|
"debug": "^4.1.1",
|
|
"get-stream": "^5.1.0",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"dependencies": {
|
|
"get-stream": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"pump": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eyes": {
|
|
"version": "0.1.8"
|
|
},
|
|
"fast-check": {
|
|
"version": "3.15.1",
|
|
"requires": {
|
|
"pure-rand": "^6.0.0"
|
|
}
|
|
},
|
|
"fast-deep-equal": {
|
|
"version": "3.1.3"
|
|
},
|
|
"fast-diff": {
|
|
"version": "1.3.0",
|
|
"dev": true
|
|
},
|
|
"fast-equals": {
|
|
"version": "5.0.1",
|
|
"dev": true
|
|
},
|
|
"fast-fifo": {
|
|
"version": "1.3.2",
|
|
"dev": true
|
|
},
|
|
"fast-glob": {
|
|
"version": "3.3.2",
|
|
"requires": {
|
|
"@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"
|
|
},
|
|
"dependencies": {
|
|
"glob-parent": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"is-glob": "^4.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"fast-json-stable-stringify": {
|
|
"version": "2.1.0"
|
|
},
|
|
"fast-levenshtein": {
|
|
"version": "2.0.6"
|
|
},
|
|
"fast-url-parser": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"punycode": "^1.3.2"
|
|
},
|
|
"dependencies": {
|
|
"punycode": {
|
|
"version": "1.4.1",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"fastq": {
|
|
"version": "1.15.0",
|
|
"requires": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"fd-slicer": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"pend": "~1.2.0"
|
|
}
|
|
},
|
|
"figures": {
|
|
"version": "1.7.0",
|
|
"requires": {
|
|
"escape-string-regexp": "^1.0.5",
|
|
"object-assign": "^4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
}
|
|
}
|
|
},
|
|
"file-entry-cache": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"flat-cache": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"flat-cache": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"flatted": "^3.2.9",
|
|
"keyv": "^4.5.4",
|
|
"rimraf": "^5.0.5"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "10.3.10",
|
|
"dev": true,
|
|
"requires": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.3.5",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
},
|
|
"rimraf": {
|
|
"version": "5.0.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"glob": "^10.3.7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"filename-reserved-regex": {
|
|
"version": "2.0.0"
|
|
},
|
|
"filenamify": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"filename-reserved-regex": "^2.0.0",
|
|
"strip-outer": "^1.0.1",
|
|
"trim-repeated": "^1.0.0"
|
|
}
|
|
},
|
|
"fill-range": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"to-regex-range": "^5.0.1"
|
|
}
|
|
},
|
|
"finalhandler": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "2.6.9",
|
|
"encodeurl": "~1.0.2",
|
|
"escape-html": "~1.0.3",
|
|
"on-finished": "~2.3.0",
|
|
"parseurl": "~1.3.3",
|
|
"statuses": "~1.5.0",
|
|
"unpipe": "~1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"on-finished": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ee-first": "1.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"find-cache-dir": {
|
|
"version": "3.3.2",
|
|
"requires": {
|
|
"commondir": "^1.0.1",
|
|
"make-dir": "^3.0.2",
|
|
"pkg-dir": "^4.1.0"
|
|
}
|
|
},
|
|
"find-chrome-bin": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@puppeteer/browsers": "^2.1.0"
|
|
}
|
|
},
|
|
"find-up": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"find-up-simple": {
|
|
"version": "1.0.0"
|
|
},
|
|
"find-versions": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"semver-regex": "^4.0.5"
|
|
}
|
|
},
|
|
"find-yarn-workspace-root": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromatch": "^4.0.2"
|
|
}
|
|
},
|
|
"findup-sync": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"detect-file": "^1.0.0",
|
|
"is-glob": "^4.0.3",
|
|
"micromatch": "^4.0.4",
|
|
"resolve-dir": "^1.0.1"
|
|
}
|
|
},
|
|
"flat": {
|
|
"version": "5.0.2"
|
|
},
|
|
"flat-cache": {
|
|
"version": "3.2.0",
|
|
"requires": {
|
|
"flatted": "^3.2.9",
|
|
"keyv": "^4.5.3",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
},
|
|
"flatted": {
|
|
"version": "3.2.9"
|
|
},
|
|
"follow-redirects": {
|
|
"version": "1.15.3",
|
|
"dev": true
|
|
},
|
|
"for-each": {
|
|
"version": "0.3.3",
|
|
"requires": {
|
|
"is-callable": "^1.1.3"
|
|
}
|
|
},
|
|
"foreground-child": {
|
|
"version": "3.1.1",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"signal-exit": {
|
|
"version": "4.1.0"
|
|
}
|
|
}
|
|
},
|
|
"form-data": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
|
|
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
"dev": true,
|
|
"requires": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.8",
|
|
"mime-types": "^2.1.12"
|
|
}
|
|
},
|
|
"form-data-encoder": {
|
|
"version": "2.1.4"
|
|
},
|
|
"from2": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"isarray": {
|
|
"version": "1.0.0"
|
|
},
|
|
"readable-stream": {
|
|
"version": "2.3.8",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.1.2"
|
|
},
|
|
"string_decoder": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"fromentries": {
|
|
"version": "1.3.2"
|
|
},
|
|
"fs-constants": {
|
|
"version": "1.0.0"
|
|
},
|
|
"fs-extra": {
|
|
"version": "8.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^4.0.0",
|
|
"universalify": "^0.1.0"
|
|
}
|
|
},
|
|
"fs.realpath": {
|
|
"version": "1.0.0"
|
|
},
|
|
"fsevents": {
|
|
"version": "2.3.3",
|
|
"optional": true
|
|
},
|
|
"function-bind": {
|
|
"version": "1.1.1"
|
|
},
|
|
"function.prototype.name": {
|
|
"version": "1.1.6",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"functions-have-names": "^1.2.3"
|
|
}
|
|
},
|
|
"functions-have-names": {
|
|
"version": "1.2.3"
|
|
},
|
|
"gensequence": {
|
|
"version": "6.0.0",
|
|
"dev": true
|
|
},
|
|
"gensync": {
|
|
"version": "1.0.0-beta.2"
|
|
},
|
|
"get-caller-file": {
|
|
"version": "2.0.5"
|
|
},
|
|
"get-east-asian-width": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"get-func-name": {
|
|
"version": "2.0.2"
|
|
},
|
|
"get-intrinsic": {
|
|
"version": "1.2.1",
|
|
"requires": {
|
|
"function-bind": "^1.1.1",
|
|
"has": "^1.0.3",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3"
|
|
}
|
|
},
|
|
"get-iterator": {
|
|
"version": "2.0.1"
|
|
},
|
|
"get-package-type": {
|
|
"version": "0.1.0"
|
|
},
|
|
"get-stdin": {
|
|
"version": "9.0.0",
|
|
"dev": true
|
|
},
|
|
"get-stream": {
|
|
"version": "6.0.1"
|
|
},
|
|
"get-symbol-description": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.1"
|
|
}
|
|
},
|
|
"get-tsconfig": {
|
|
"version": "4.7.2",
|
|
"peer": true,
|
|
"requires": {
|
|
"resolve-pkg-maps": "^1.0.0"
|
|
}
|
|
},
|
|
"get-uri": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"basic-ftp": "^5.0.2",
|
|
"data-uri-to-buffer": "^6.0.2",
|
|
"debug": "^4.3.4",
|
|
"fs-extra": "^11.2.0"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": {
|
|
"version": "11.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.1",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"gh-pages": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"async": "^3.2.4",
|
|
"commander": "^11.0.0",
|
|
"email-addresses": "^5.0.0",
|
|
"filenamify": "^4.3.0",
|
|
"find-cache-dir": "^3.3.1",
|
|
"fs-extra": "^11.1.1",
|
|
"globby": "^6.1.0"
|
|
},
|
|
"dependencies": {
|
|
"array-union": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"array-uniq": "^1.0.1"
|
|
}
|
|
},
|
|
"fs-extra": {
|
|
"version": "11.1.1",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"globby": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"array-union": "^1.0.1",
|
|
"glob": "^7.0.3",
|
|
"object-assign": "^4.0.1",
|
|
"pify": "^2.0.0",
|
|
"pinkie-promise": "^2.0.0"
|
|
}
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"pify": {
|
|
"version": "2.3.0"
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"git-log-parser": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"argv-formatter": "~1.0.0",
|
|
"spawn-error-forwarder": "~1.0.0",
|
|
"split2": "~1.0.0",
|
|
"stream-combiner2": "~1.1.1",
|
|
"through2": "~2.0.0",
|
|
"traverse": "~0.6.6"
|
|
},
|
|
"dependencies": {
|
|
"split2": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"through2": "~2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "8.1.0",
|
|
"requires": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "5.1.6",
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"glob-parent": {
|
|
"version": "6.0.2",
|
|
"requires": {
|
|
"is-glob": "^4.0.3"
|
|
}
|
|
},
|
|
"glob-to-regexp": {
|
|
"version": "0.4.1",
|
|
"dev": true
|
|
},
|
|
"global-agent": {
|
|
"version": "3.0.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"global-directory": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ini": "4.1.1"
|
|
},
|
|
"dependencies": {
|
|
"ini": {
|
|
"version": "4.1.1",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"global-dirs": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"ini": "2.0.0"
|
|
}
|
|
},
|
|
"global-modules": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"global-prefix": "^1.0.1",
|
|
"is-windows": "^1.0.1",
|
|
"resolve-dir": "^1.0.0"
|
|
}
|
|
},
|
|
"global-prefix": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"expand-tilde": "^2.0.2",
|
|
"homedir-polyfill": "^1.0.1",
|
|
"ini": "^1.3.4",
|
|
"is-windows": "^1.0.1",
|
|
"which": "^1.2.14"
|
|
},
|
|
"dependencies": {
|
|
"ini": {
|
|
"version": "1.3.8"
|
|
},
|
|
"which": {
|
|
"version": "1.3.1",
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"globals": {
|
|
"version": "13.24.0",
|
|
"requires": {
|
|
"type-fest": "^0.20.2"
|
|
}
|
|
},
|
|
"globalthis": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"define-properties": "^1.1.3"
|
|
}
|
|
},
|
|
"globby": {
|
|
"version": "11.1.0",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"gopd": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"get-intrinsic": "^1.1.3"
|
|
}
|
|
},
|
|
"got": {
|
|
"version": "11.8.6",
|
|
"requires": {
|
|
"@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"
|
|
}
|
|
},
|
|
"graceful-fs": {
|
|
"version": "4.2.11"
|
|
},
|
|
"graphemer": {
|
|
"version": "1.4.0"
|
|
},
|
|
"growl": {
|
|
"version": "1.10.5"
|
|
},
|
|
"handlebars": {
|
|
"version": "4.7.8",
|
|
"requires": {
|
|
"minimist": "^1.2.5",
|
|
"neo-async": "^2.6.2",
|
|
"source-map": "^0.6.1",
|
|
"uglify-js": "^3.1.4",
|
|
"wordwrap": "^1.0.0"
|
|
}
|
|
},
|
|
"hard-rejection": {
|
|
"version": "2.1.0"
|
|
},
|
|
"has": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"function-bind": "^1.1.1"
|
|
}
|
|
},
|
|
"has-ansi": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "2.1.1"
|
|
}
|
|
}
|
|
},
|
|
"has-bigints": {
|
|
"version": "1.0.2"
|
|
},
|
|
"has-flag": {
|
|
"version": "4.0.0"
|
|
},
|
|
"has-own-prop": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"has-property-descriptors": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"get-intrinsic": "^1.1.1"
|
|
}
|
|
},
|
|
"has-proto": {
|
|
"version": "1.0.1"
|
|
},
|
|
"has-symbols": {
|
|
"version": "1.0.3"
|
|
},
|
|
"has-tostringtag": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"has-symbols": "^1.0.2"
|
|
}
|
|
},
|
|
"hash.js": {
|
|
"version": "1.1.7",
|
|
"resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz",
|
|
"integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"minimalistic-assert": "^1.0.1"
|
|
}
|
|
},
|
|
"hasha": {
|
|
"version": "5.2.2",
|
|
"requires": {
|
|
"is-stream": "^2.0.0",
|
|
"type-fest": "^0.8.0"
|
|
},
|
|
"dependencies": {
|
|
"is-stream": {
|
|
"version": "2.0.1"
|
|
},
|
|
"type-fest": {
|
|
"version": "0.8.1"
|
|
}
|
|
}
|
|
},
|
|
"he": {
|
|
"version": "1.2.0"
|
|
},
|
|
"hi-base32": {
|
|
"version": "0.5.1"
|
|
},
|
|
"hmac-drbg": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
|
|
"integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
|
|
"requires": {
|
|
"hash.js": "^1.0.3",
|
|
"minimalistic-assert": "^1.0.0",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"homedir-polyfill": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"parse-passwd": "^1.0.0"
|
|
}
|
|
},
|
|
"hook-std": {
|
|
"version": "3.0.0"
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "2.8.9"
|
|
},
|
|
"html-encoding-sniffer": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz",
|
|
"integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"whatwg-encoding": "^2.0.0"
|
|
}
|
|
},
|
|
"html-escaper": {
|
|
"version": "2.0.2"
|
|
},
|
|
"http-cache-semantics": {
|
|
"version": "4.1.1"
|
|
},
|
|
"http-errors": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"depd": "2.0.0",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": "2.0.1",
|
|
"toidentifier": "1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"statuses": {
|
|
"version": "2.0.1",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"http-proxy": {
|
|
"version": "1.18.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"eventemitter3": "^4.0.0",
|
|
"follow-redirects": "^1.0.0",
|
|
"requires-port": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"eventemitter3": {
|
|
"version": "4.0.7",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"http-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"requires": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"http2-wrapper": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"quick-lru": "^5.1.1",
|
|
"resolve-alpn": "^1.0.0"
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "7.0.4",
|
|
"requires": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"husky": {
|
|
"version": "8.0.3",
|
|
"dev": true
|
|
},
|
|
"iconv-lite": {
|
|
"version": "0.4.24",
|
|
"dev": true,
|
|
"requires": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
}
|
|
},
|
|
"ieee754": {
|
|
"version": "1.2.1"
|
|
},
|
|
"ignore": {
|
|
"version": "5.2.4"
|
|
},
|
|
"ignore-loader": {
|
|
"version": "0.1.2",
|
|
"dev": true
|
|
},
|
|
"import-fresh": {
|
|
"version": "3.3.0",
|
|
"requires": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"parent-module": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"callsites": "^3.0.0"
|
|
}
|
|
},
|
|
"resolve-from": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"import-from-esm": {
|
|
"version": "1.3.3",
|
|
"requires": {
|
|
"debug": "^4.3.4",
|
|
"import-meta-resolve": "^4.0.0"
|
|
}
|
|
},
|
|
"import-lazy": {
|
|
"version": "4.0.0"
|
|
},
|
|
"import-meta-resolve": {
|
|
"version": "4.0.0"
|
|
},
|
|
"imurmurhash": {
|
|
"version": "0.1.4"
|
|
},
|
|
"indent-string": {
|
|
"version": "4.0.0"
|
|
},
|
|
"index-to-position": {
|
|
"version": "0.1.2"
|
|
},
|
|
"inflight": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"inherits": {
|
|
"version": "2.0.4"
|
|
},
|
|
"ini": {
|
|
"version": "2.0.0"
|
|
},
|
|
"interface-datastore": {
|
|
"version": "8.2.10",
|
|
"requires": {
|
|
"interface-store": "^5.0.0",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"interface-store": {
|
|
"version": "5.1.4"
|
|
},
|
|
"internal-slot": {
|
|
"version": "1.0.5",
|
|
"requires": {
|
|
"get-intrinsic": "^1.2.0",
|
|
"has": "^1.0.3",
|
|
"side-channel": "^1.0.4"
|
|
}
|
|
},
|
|
"into-stream": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"from2": "^2.3.0",
|
|
"p-is-promise": "^3.0.0"
|
|
}
|
|
},
|
|
"ip-address": {
|
|
"version": "9.0.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"jsbn": "1.1.0",
|
|
"sprintf-js": "^1.1.3"
|
|
}
|
|
},
|
|
"ip-regex": {
|
|
"version": "5.0.0"
|
|
},
|
|
"ipaddr.js": {
|
|
"version": "2.1.0"
|
|
},
|
|
"irregular-plurals": {
|
|
"version": "3.5.0"
|
|
},
|
|
"is-arguments": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-array-buffer": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.0",
|
|
"is-typed-array": "^1.1.10"
|
|
}
|
|
},
|
|
"is-arrayish": {
|
|
"version": "0.2.1"
|
|
},
|
|
"is-bigint": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"has-bigints": "^1.0.1"
|
|
}
|
|
},
|
|
"is-binary-path": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"binary-extensions": "^2.0.0"
|
|
}
|
|
},
|
|
"is-boolean-object": {
|
|
"version": "1.1.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-builtin-module": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"builtin-modules": "^3.3.0"
|
|
}
|
|
},
|
|
"is-callable": {
|
|
"version": "1.2.7"
|
|
},
|
|
"is-ci": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ci-info": "^3.2.0"
|
|
}
|
|
},
|
|
"is-core-module": {
|
|
"version": "2.13.0",
|
|
"requires": {
|
|
"has": "^1.0.3"
|
|
}
|
|
},
|
|
"is-date-object": {
|
|
"version": "1.0.5",
|
|
"requires": {
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-electron": {
|
|
"version": "2.2.2"
|
|
},
|
|
"is-electron-renderer": {
|
|
"version": "2.0.1"
|
|
},
|
|
"is-extglob": {
|
|
"version": "2.1.1"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"is-generator-function": {
|
|
"version": "1.0.10",
|
|
"requires": {
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-glob": {
|
|
"version": "4.0.3",
|
|
"requires": {
|
|
"is-extglob": "^2.1.1"
|
|
}
|
|
},
|
|
"is-immutable-type": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/type-utils": "^6.0.0",
|
|
"ts-api-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"is-in-ci": {
|
|
"version": "0.1.0"
|
|
},
|
|
"is-installed-globally": {
|
|
"version": "0.4.0",
|
|
"requires": {
|
|
"global-dirs": "^3.0.0",
|
|
"is-path-inside": "^3.0.2"
|
|
}
|
|
},
|
|
"is-interactive": {
|
|
"version": "2.0.0"
|
|
},
|
|
"is-loopback-addr": {
|
|
"version": "2.0.2"
|
|
},
|
|
"is-module": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"is-nan": {
|
|
"version": "1.3.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.0",
|
|
"define-properties": "^1.1.3"
|
|
}
|
|
},
|
|
"is-negative-zero": {
|
|
"version": "2.0.2"
|
|
},
|
|
"is-network-error": {
|
|
"version": "1.0.0"
|
|
},
|
|
"is-npm": {
|
|
"version": "6.0.0"
|
|
},
|
|
"is-number": {
|
|
"version": "7.0.0"
|
|
},
|
|
"is-number-object": {
|
|
"version": "1.0.7",
|
|
"requires": {
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-obj": {
|
|
"version": "2.0.0"
|
|
},
|
|
"is-observable": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"symbol-observable": "^1.1.0"
|
|
}
|
|
},
|
|
"is-path-cwd": {
|
|
"version": "2.2.0"
|
|
},
|
|
"is-path-inside": {
|
|
"version": "3.0.3"
|
|
},
|
|
"is-plain-obj": {
|
|
"version": "2.1.0"
|
|
},
|
|
"is-plain-object": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz",
|
|
"integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
|
|
"dev": true
|
|
},
|
|
"is-port-reachable": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"is-potential-custom-element-name": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
|
|
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
|
|
"dev": true
|
|
},
|
|
"is-promise": {
|
|
"version": "2.2.2"
|
|
},
|
|
"is-reference": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/estree": "*"
|
|
}
|
|
},
|
|
"is-regex": {
|
|
"version": "1.1.4",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-shared-array-buffer": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.2"
|
|
}
|
|
},
|
|
"is-stream": {
|
|
"version": "3.0.0"
|
|
},
|
|
"is-string": {
|
|
"version": "1.0.7",
|
|
"requires": {
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-symbol": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"has-symbols": "^1.0.2"
|
|
}
|
|
},
|
|
"is-text-path": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"text-extensions": "^2.0.0"
|
|
}
|
|
},
|
|
"is-typed-array": {
|
|
"version": "1.1.12",
|
|
"requires": {
|
|
"which-typed-array": "^1.1.11"
|
|
}
|
|
},
|
|
"is-typedarray": {
|
|
"version": "1.0.0"
|
|
},
|
|
"is-unicode-supported": {
|
|
"version": "1.3.0"
|
|
},
|
|
"is-uuid": {
|
|
"version": "1.0.2"
|
|
},
|
|
"is-weakref": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.2"
|
|
}
|
|
},
|
|
"is-windows": {
|
|
"version": "1.0.2"
|
|
},
|
|
"is-wsl": {
|
|
"version": "2.2.0",
|
|
"requires": {
|
|
"is-docker": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"is-docker": {
|
|
"version": "2.2.1"
|
|
}
|
|
}
|
|
},
|
|
"isarray": {
|
|
"version": "2.0.5"
|
|
},
|
|
"isbinaryfile": {
|
|
"version": "4.0.10",
|
|
"dev": true
|
|
},
|
|
"isexe": {
|
|
"version": "2.0.0"
|
|
},
|
|
"isomorphic-fetch": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"node-fetch": "^2.6.1",
|
|
"whatwg-fetch": "^3.4.1"
|
|
}
|
|
},
|
|
"isstream": {
|
|
"version": "0.1.2"
|
|
},
|
|
"issue-parser": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"lodash.capitalize": "^4.2.1",
|
|
"lodash.escaperegexp": "^4.1.2",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.isstring": "^4.0.1",
|
|
"lodash.uniqby": "^4.7.0"
|
|
}
|
|
},
|
|
"istanbul-lib-coverage": {
|
|
"version": "3.2.2"
|
|
},
|
|
"istanbul-lib-hook": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"append-transform": "^2.0.0"
|
|
}
|
|
},
|
|
"istanbul-lib-instrument": {
|
|
"version": "4.0.3",
|
|
"requires": {
|
|
"@babel/core": "^7.7.5",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"istanbul-lib-processinfo": {
|
|
"version": "2.0.3",
|
|
"requires": {
|
|
"archy": "^1.0.0",
|
|
"cross-spawn": "^7.0.3",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"p-map": "^3.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"dependencies": {
|
|
"p-map": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0"
|
|
}
|
|
},
|
|
"uuid": {
|
|
"version": "8.3.2"
|
|
}
|
|
}
|
|
},
|
|
"istanbul-lib-report": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"make-dir": "^4.0.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"dependencies": {
|
|
"make-dir": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"semver": "^7.5.3"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"istanbul-lib-source-maps": {
|
|
"version": "4.0.1",
|
|
"requires": {
|
|
"debug": "^4.1.1",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"source-map": "^0.6.1"
|
|
}
|
|
},
|
|
"istanbul-reports": {
|
|
"version": "3.1.6",
|
|
"requires": {
|
|
"html-escaper": "^2.0.0",
|
|
"istanbul-lib-report": "^3.0.0"
|
|
}
|
|
},
|
|
"it-all": {
|
|
"version": "3.0.4"
|
|
},
|
|
"it-byte-stream": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"it-pushable": "^3.2.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arraylist": "^2.4.1"
|
|
}
|
|
},
|
|
"it-drain": {
|
|
"version": "3.0.3"
|
|
},
|
|
"it-filter": {
|
|
"version": "3.0.3",
|
|
"requires": {
|
|
"it-peekable": "^3.0.0"
|
|
}
|
|
},
|
|
"it-first": {
|
|
"version": "3.0.4"
|
|
},
|
|
"it-length-prefixed": {
|
|
"version": "9.0.4",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"it-reader": "^6.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8-varint": "^2.0.1",
|
|
"uint8arraylist": "^2.0.0",
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"it-length-prefixed-stream": {
|
|
"version": "1.1.5",
|
|
"requires": {
|
|
"it-byte-stream": "^1.0.0",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8-varint": "^2.0.1",
|
|
"uint8arraylist": "^2.4.1"
|
|
}
|
|
},
|
|
"it-map": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"it-peekable": "^3.0.0"
|
|
}
|
|
},
|
|
"it-merge": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"it-pushable": "^3.2.0"
|
|
}
|
|
},
|
|
"it-ndjson": {
|
|
"version": "1.0.4"
|
|
},
|
|
"it-pair": {
|
|
"version": "2.0.6",
|
|
"requires": {
|
|
"it-stream-types": "^2.0.1",
|
|
"p-defer": "^4.0.0"
|
|
}
|
|
},
|
|
"it-parallel": {
|
|
"version": "3.0.6",
|
|
"requires": {
|
|
"p-defer": "^4.0.0"
|
|
}
|
|
},
|
|
"it-peekable": {
|
|
"version": "3.0.2"
|
|
},
|
|
"it-pipe": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"it-merge": "^3.0.0",
|
|
"it-pushable": "^3.1.2",
|
|
"it-stream-types": "^2.0.1"
|
|
}
|
|
},
|
|
"it-protobuf-stream": {
|
|
"version": "1.1.2",
|
|
"requires": {
|
|
"it-length-prefixed-stream": "^1.0.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.1"
|
|
}
|
|
},
|
|
"it-pushable": {
|
|
"version": "3.2.3",
|
|
"requires": {
|
|
"p-defer": "^4.0.0"
|
|
}
|
|
},
|
|
"it-reader": {
|
|
"version": "6.0.4",
|
|
"requires": {
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arraylist": "^2.0.0"
|
|
}
|
|
},
|
|
"it-sort": {
|
|
"version": "3.0.3",
|
|
"requires": {
|
|
"it-all": "^3.0.0"
|
|
}
|
|
},
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
},
|
|
"it-take": {
|
|
"version": "3.0.3"
|
|
},
|
|
"it-to-buffer": {
|
|
"version": "4.0.3",
|
|
"requires": {
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"uint8arrays": {
|
|
"version": "4.0.10",
|
|
"requires": {
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"it-ws": {
|
|
"version": "6.1.1",
|
|
"requires": {
|
|
"@types/ws": "^8.2.2",
|
|
"event-iterator": "^2.0.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arrays": "^5.0.0",
|
|
"ws": "^8.4.0"
|
|
}
|
|
},
|
|
"jackspeak": {
|
|
"version": "2.3.6",
|
|
"requires": {
|
|
"@isaacs/cliui": "^8.0.2",
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
}
|
|
},
|
|
"java-properties": {
|
|
"version": "1.0.2"
|
|
},
|
|
"jest-worker": {
|
|
"version": "27.5.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/node": "*",
|
|
"merge-stream": "^2.0.0",
|
|
"supports-color": "^8.0.0"
|
|
}
|
|
},
|
|
"js-sha3": {
|
|
"version": "0.9.2"
|
|
},
|
|
"js-tokens": {
|
|
"version": "4.0.0"
|
|
},
|
|
"js-yaml": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"argparse": "^2.0.1"
|
|
}
|
|
},
|
|
"js2xmlparser": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"xmlcreate": "^2.0.4"
|
|
}
|
|
},
|
|
"jsbn": {
|
|
"version": "1.1.0",
|
|
"dev": true
|
|
},
|
|
"jsdoc": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/parser": "^7.20.15",
|
|
"@jsdoc/salty": "^0.2.1",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"bluebird": "^3.7.2",
|
|
"catharsis": "^0.9.0",
|
|
"escape-string-regexp": "^2.0.0",
|
|
"js2xmlparser": "^4.0.2",
|
|
"klaw": "^3.0.0",
|
|
"markdown-it": "^12.3.2",
|
|
"markdown-it-anchor": "^8.4.1",
|
|
"marked": "^4.0.10",
|
|
"mkdirp": "^1.0.4",
|
|
"requizzle": "^0.2.3",
|
|
"strip-json-comments": "^3.1.0",
|
|
"underscore": "~1.13.2"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"mkdirp": {
|
|
"version": "1.0.4",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"jsdoc-type-pratt-parser": {
|
|
"version": "4.0.0"
|
|
},
|
|
"jsdom": {
|
|
"version": "19.0.0",
|
|
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz",
|
|
"integrity": "sha512-RYAyjCbxy/vri/CfnjUWJQQtZ3LKlLnDqj+9XLNnJPgEGeirZs3hllKR20re8LUZ6o1b1X4Jat+Qd26zmP41+A==",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"agent-base": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"escodegen": {
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
|
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
|
"dev": true,
|
|
"requires": {
|
|
"esprima": "^4.0.1",
|
|
"estraverse": "^5.2.0",
|
|
"esutils": "^2.0.2",
|
|
"source-map": "~0.6.1"
|
|
}
|
|
},
|
|
"http-proxy-agent": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
|
"integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@tootallnate/once": "2",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"tr46": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
|
|
"integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"punycode": "^2.1.1"
|
|
}
|
|
},
|
|
"webidl-conversions": {
|
|
"version": "7.0.0",
|
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
"dev": true
|
|
},
|
|
"whatwg-url": {
|
|
"version": "10.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz",
|
|
"integrity": "sha512-CLxxCmdUby142H5FZzn4D8ikO1cmypvXVQktsgosNy4a4BHrDHeciBBGZhb0bNoR5/MltoCatso+vFjjGx8t0w==",
|
|
"dev": true,
|
|
"requires": {
|
|
"tr46": "^3.0.0",
|
|
"webidl-conversions": "^7.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"jsdom-global": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/jsdom-global/-/jsdom-global-3.0.2.tgz",
|
|
"integrity": "sha512-t1KMcBkz/pT5JrvcJbpUR2u/w1kO9jXctaaGJ0vZDzwFnIvGWw9IDSRciT83kIs8Bnw4qpOl8bQK08V01YgMPg==",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"jsesc": {
|
|
"version": "2.5.2"
|
|
},
|
|
"json-buffer": {
|
|
"version": "3.0.1"
|
|
},
|
|
"json-parse-better-errors": {
|
|
"version": "1.0.2"
|
|
},
|
|
"json-parse-even-better-errors": {
|
|
"version": "2.3.1"
|
|
},
|
|
"json-schema-traverse": {
|
|
"version": "0.4.1"
|
|
},
|
|
"json-stable-stringify-without-jsonify": {
|
|
"version": "1.0.1"
|
|
},
|
|
"json-stringify-safe": {
|
|
"version": "5.0.1"
|
|
},
|
|
"json5": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"minimist": "^1.2.0"
|
|
}
|
|
},
|
|
"jsonc-parser": {
|
|
"version": "3.2.0"
|
|
},
|
|
"jsonfile": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"jsonparse": {
|
|
"version": "1.3.1"
|
|
},
|
|
"JSONStream": {
|
|
"version": "1.3.5",
|
|
"requires": {
|
|
"jsonparse": "^1.2.0",
|
|
"through": ">=2.2.7 <3"
|
|
}
|
|
},
|
|
"junk": {
|
|
"version": "4.0.1"
|
|
},
|
|
"just-extend": {
|
|
"version": "4.2.1"
|
|
},
|
|
"karma": {
|
|
"version": "6.4.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@colors/colors": "1.5.0",
|
|
"body-parser": "^1.19.0",
|
|
"braces": "^3.0.2",
|
|
"chokidar": "^3.5.1",
|
|
"connect": "^3.7.0",
|
|
"di": "^0.0.1",
|
|
"dom-serialize": "^2.2.1",
|
|
"glob": "^7.1.7",
|
|
"graceful-fs": "^4.2.6",
|
|
"http-proxy": "^1.18.1",
|
|
"isbinaryfile": "^4.0.8",
|
|
"lodash": "^4.17.21",
|
|
"log4js": "^6.4.1",
|
|
"mime": "^2.5.2",
|
|
"minimatch": "^3.0.4",
|
|
"mkdirp": "^0.5.5",
|
|
"qjobs": "^1.2.0",
|
|
"range-parser": "^1.2.1",
|
|
"rimraf": "^3.0.2",
|
|
"socket.io": "^4.4.1",
|
|
"source-map": "^0.6.1",
|
|
"tmp": "^0.2.1",
|
|
"ua-parser-js": "^0.7.30",
|
|
"yargs": "^16.1.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"dev": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"cliui": {
|
|
"version": "7.0.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true
|
|
},
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"mime": {
|
|
"version": "2.6.0",
|
|
"dev": true
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
},
|
|
"yargs": {
|
|
"version": "16.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.9",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"karma-chrome-launcher": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"which": "^1.2.1"
|
|
},
|
|
"dependencies": {
|
|
"which": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"karma-firefox-launcher": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"is-wsl": "^2.2.0",
|
|
"which": "^2.0.1"
|
|
}
|
|
},
|
|
"karma-mocha": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"minimist": "^1.2.3"
|
|
}
|
|
},
|
|
"karma-webkit-launcher": {
|
|
"version": "2.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"is-ci": "^3.0.1",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
},
|
|
"karma-webpack": {
|
|
"version": "git+ssh://git@github.com/codymikol/karma-webpack.git#2337a82beb078c0d8e25ae8333a06249b8e72828",
|
|
"integrity": "sha512-UBHuEnrcPRKo+8YQjvGZyinVQbvJ3Ib078ToIB5uEGoK5iSuOQrOTZFNQdNiodSbWFO3aX0LcerQVK0T81hXmg==",
|
|
"dev": true,
|
|
"from": "karma-webpack@github:codymikol/karma-webpack#2337a82beb078c0d8e25ae8333a06249b8e72828",
|
|
"requires": {
|
|
"glob": "^7.1.3",
|
|
"minimatch": "^9.0.3",
|
|
"webpack-merge": "^4.1.5"
|
|
},
|
|
"dependencies": {
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"minimatch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"keyv": {
|
|
"version": "4.5.4",
|
|
"requires": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"kind-of": {
|
|
"version": "6.0.3"
|
|
},
|
|
"klaw": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.9"
|
|
}
|
|
},
|
|
"klaw-sync": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.11"
|
|
}
|
|
},
|
|
"kleur": {
|
|
"version": "4.1.5"
|
|
},
|
|
"latest-version": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"package-json": "^8.1.0"
|
|
}
|
|
},
|
|
"levn": {
|
|
"version": "0.4.1",
|
|
"requires": {
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "~0.4.0"
|
|
}
|
|
},
|
|
"libp2p": {
|
|
"version": "1.1.2",
|
|
"requires": {
|
|
"@libp2p/crypto": "^4.0.0",
|
|
"@libp2p/interface": "^1.1.1",
|
|
"@libp2p/interface-internal": "^1.0.6",
|
|
"@libp2p/logger": "^4.0.4",
|
|
"@libp2p/multistream-select": "^5.1.1",
|
|
"@libp2p/peer-collections": "^5.1.4",
|
|
"@libp2p/peer-id": "^4.0.4",
|
|
"@libp2p/peer-id-factory": "^4.0.4",
|
|
"@libp2p/peer-store": "^10.0.6",
|
|
"@libp2p/utils": "^5.2.1",
|
|
"@multiformats/multiaddr": "^12.1.10",
|
|
"any-signal": "^4.1.1",
|
|
"datastore-core": "^9.0.1",
|
|
"interface-datastore": "^8.2.0",
|
|
"it-merge": "^3.0.0",
|
|
"it-parallel": "^3.0.6",
|
|
"merge-options": "^3.0.4",
|
|
"multiformats": "^13.0.0",
|
|
"private-ip": "^3.0.1",
|
|
"uint8arrays": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.0.1"
|
|
}
|
|
}
|
|
},
|
|
"lilconfig": {
|
|
"version": "2.1.0"
|
|
},
|
|
"lines-and-columns": {
|
|
"version": "1.2.4"
|
|
},
|
|
"linkify-it": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"uc.micro": "^1.0.1"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"version": "15.2.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "5.3.0",
|
|
"commander": "11.1.0",
|
|
"debug": "4.3.4",
|
|
"execa": "8.0.1",
|
|
"lilconfig": "3.0.0",
|
|
"listr2": "8.0.1",
|
|
"micromatch": "4.0.5",
|
|
"pidtree": "0.6.0",
|
|
"string-argv": "0.3.2",
|
|
"yaml": "2.3.4"
|
|
},
|
|
"dependencies": {
|
|
"execa": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
}
|
|
},
|
|
"get-stream": {
|
|
"version": "8.0.1",
|
|
"dev": true
|
|
},
|
|
"human-signals": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
},
|
|
"lilconfig": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"signal-exit": {
|
|
"version": "4.1.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"listr": {
|
|
"version": "0.14.3",
|
|
"requires": {
|
|
"@samverschueren/stream-to-observable": "^0.3.0",
|
|
"is-observable": "^1.1.0",
|
|
"is-promise": "^2.1.0",
|
|
"is-stream": "^1.1.0",
|
|
"listr-silent-renderer": "^1.1.1",
|
|
"listr-update-renderer": "^0.5.0",
|
|
"listr-verbose-renderer": "^0.5.0",
|
|
"p-map": "^2.0.0",
|
|
"rxjs": "^6.3.3"
|
|
},
|
|
"dependencies": {
|
|
"is-stream": {
|
|
"version": "1.1.0"
|
|
},
|
|
"p-map": {
|
|
"version": "2.1.0"
|
|
}
|
|
}
|
|
},
|
|
"listr-silent-renderer": {
|
|
"version": "1.1.1"
|
|
},
|
|
"listr-update-renderer": {
|
|
"version": "0.5.0",
|
|
"requires": {
|
|
"chalk": "^1.1.3",
|
|
"cli-truncate": "^0.2.1",
|
|
"elegant-spinner": "^1.0.1",
|
|
"figures": "^1.7.0",
|
|
"indent-string": "^3.0.0",
|
|
"log-symbols": "^1.0.2",
|
|
"log-update": "^2.3.0",
|
|
"strip-ansi": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-escapes": {
|
|
"version": "3.2.0"
|
|
},
|
|
"ansi-regex": {
|
|
"version": "2.1.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "2.2.1"
|
|
},
|
|
"chalk": {
|
|
"version": "1.1.3",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"cli-cursor": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"restore-cursor": "^2.0.0"
|
|
}
|
|
},
|
|
"cli-truncate": {
|
|
"version": "0.2.1",
|
|
"requires": {
|
|
"slice-ansi": "0.0.4",
|
|
"string-width": "^1.0.1"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
},
|
|
"indent-string": {
|
|
"version": "3.2.0"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"number-is-nan": "^1.0.0"
|
|
}
|
|
},
|
|
"log-update": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"ansi-escapes": "^3.0.0",
|
|
"cli-cursor": "^2.0.0",
|
|
"wrap-ansi": "^3.0.1"
|
|
}
|
|
},
|
|
"mimic-fn": {
|
|
"version": "1.2.0"
|
|
},
|
|
"onetime": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"mimic-fn": "^1.0.0"
|
|
}
|
|
},
|
|
"restore-cursor": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"onetime": "^2.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"slice-ansi": {
|
|
"version": "0.0.4"
|
|
},
|
|
"string-width": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"code-point-at": "^1.0.0",
|
|
"is-fullwidth-code-point": "^1.0.0",
|
|
"strip-ansi": "^3.0.0"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^2.0.0"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "2.0.0"
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"string-width": "^2.1.1",
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "3.0.1"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "2.0.0"
|
|
},
|
|
"string-width": {
|
|
"version": "2.1.1",
|
|
"requires": {
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"ansi-regex": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"listr-verbose-renderer": {
|
|
"version": "0.5.0",
|
|
"requires": {
|
|
"chalk": "^2.4.1",
|
|
"cli-cursor": "^2.1.0",
|
|
"date-fns": "^1.27.2",
|
|
"figures": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"chalk": {
|
|
"version": "2.4.2",
|
|
"requires": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
}
|
|
},
|
|
"cli-cursor": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"restore-cursor": "^2.0.0"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
},
|
|
"figures": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
}
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0"
|
|
},
|
|
"mimic-fn": {
|
|
"version": "1.2.0"
|
|
},
|
|
"onetime": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"mimic-fn": "^1.0.0"
|
|
}
|
|
},
|
|
"restore-cursor": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"onetime": "^2.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"listr2": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"cli-truncate": "^4.0.0",
|
|
"colorette": "^2.0.20",
|
|
"eventemitter3": "^5.0.1",
|
|
"log-update": "^6.0.0",
|
|
"rfdc": "^1.3.0",
|
|
"wrap-ansi": "^9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true
|
|
},
|
|
"emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true
|
|
},
|
|
"string-width": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
}
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^6.2.1",
|
|
"string-width": "^7.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"load-json-file": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.2",
|
|
"parse-json": "^4.0.0",
|
|
"pify": "^3.0.0",
|
|
"strip-bom": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"parse-json": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-better-errors": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"loader-runner": {
|
|
"version": "4.3.0",
|
|
"dev": true
|
|
},
|
|
"locate-path": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"p-locate": "^5.0.0"
|
|
}
|
|
},
|
|
"lodash": {
|
|
"version": "4.17.21"
|
|
},
|
|
"lodash-es": {
|
|
"version": "4.17.21"
|
|
},
|
|
"lodash.capitalize": {
|
|
"version": "4.2.1"
|
|
},
|
|
"lodash.debounce": {
|
|
"version": "4.0.8"
|
|
},
|
|
"lodash.escaperegexp": {
|
|
"version": "4.1.2"
|
|
},
|
|
"lodash.flattendeep": {
|
|
"version": "4.4.0"
|
|
},
|
|
"lodash.get": {
|
|
"version": "4.4.2"
|
|
},
|
|
"lodash.isplainobject": {
|
|
"version": "4.0.6"
|
|
},
|
|
"lodash.isstring": {
|
|
"version": "4.0.1"
|
|
},
|
|
"lodash.mapvalues": {
|
|
"version": "4.6.0",
|
|
"resolved": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz",
|
|
"integrity": "sha512-JPFqXFeZQ7BfS00H58kClY7SPVeHertPE0lNuCyZ26/XlN8TvakYD7b9bGyNmXbT/D3BbtPAAmq90gPWqLkxlQ==",
|
|
"dev": true
|
|
},
|
|
"lodash.merge": {
|
|
"version": "4.6.2"
|
|
},
|
|
"lodash.uniqby": {
|
|
"version": "4.7.0"
|
|
},
|
|
"log-symbols": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"chalk": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "2.1.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "2.2.1"
|
|
},
|
|
"chalk": {
|
|
"version": "1.1.3",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
},
|
|
"strip-ansi": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^2.0.0"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"log-update": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-escapes": "^6.2.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"slice-ansi": "^7.0.0",
|
|
"strip-ansi": "^7.1.0",
|
|
"wrap-ansi": "^9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true
|
|
},
|
|
"emoji-regex": {
|
|
"version": "10.3.0",
|
|
"dev": true
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"get-east-asian-width": "^1.0.0"
|
|
}
|
|
},
|
|
"slice-ansi": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^6.2.1",
|
|
"is-fullwidth-code-point": "^5.0.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"emoji-regex": "^10.3.0",
|
|
"get-east-asian-width": "^1.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
}
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "9.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^6.2.1",
|
|
"string-width": "^7.0.0",
|
|
"strip-ansi": "^7.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"log4js": {
|
|
"version": "6.9.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"date-format": "^4.0.14",
|
|
"debug": "^4.3.4",
|
|
"flatted": "^3.2.7",
|
|
"rfdc": "^1.3.0",
|
|
"streamroller": "^3.1.5"
|
|
}
|
|
},
|
|
"long": {
|
|
"version": "5.2.3",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"longest-streak": {
|
|
"version": "3.1.0"
|
|
},
|
|
"loose-envify": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
"integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
|
|
"dev": true,
|
|
"requires": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
}
|
|
},
|
|
"loupe": {
|
|
"version": "2.3.6",
|
|
"requires": {
|
|
"get-func-name": "^2.0.0"
|
|
}
|
|
},
|
|
"lowercase-keys": {
|
|
"version": "2.0.0"
|
|
},
|
|
"lru-cache": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"lunr": {
|
|
"version": "2.3.9"
|
|
},
|
|
"magic-string": {
|
|
"version": "0.30.5",
|
|
"requires": {
|
|
"@jridgewell/sourcemap-codec": "^1.4.15"
|
|
}
|
|
},
|
|
"make-dir": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"semver": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"make-error": {
|
|
"version": "1.3.6"
|
|
},
|
|
"map-obj": {
|
|
"version": "4.3.0"
|
|
},
|
|
"markdown-it": {
|
|
"version": "12.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"argparse": "^2.0.1",
|
|
"entities": "~2.1.0",
|
|
"linkify-it": "^3.0.1",
|
|
"mdurl": "^1.0.1",
|
|
"uc.micro": "^1.0.5"
|
|
}
|
|
},
|
|
"markdown-it-anchor": {
|
|
"version": "8.6.7",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"markdown-table": {
|
|
"version": "3.0.3"
|
|
},
|
|
"marked": {
|
|
"version": "4.3.0"
|
|
},
|
|
"marked-terminal": {
|
|
"version": "6.2.0",
|
|
"requires": {
|
|
"ansi-escapes": "^6.2.0",
|
|
"cardinal": "^2.1.1",
|
|
"chalk": "^5.3.0",
|
|
"cli-table3": "^0.6.3",
|
|
"node-emoji": "^2.1.3",
|
|
"supports-hyperlinks": "^3.0.0"
|
|
}
|
|
},
|
|
"matcher": {
|
|
"version": "3.0.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"escape-string-regexp": "^4.0.0"
|
|
}
|
|
},
|
|
"matchit": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"@arr/every": "^1.0.0"
|
|
}
|
|
},
|
|
"mdast-util-find-and-replace": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": {
|
|
"version": "5.0.0"
|
|
}
|
|
}
|
|
},
|
|
"mdast-util-from-markdown": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark": "^4.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0",
|
|
"unist-util-stringify-position": "^4.0.0"
|
|
}
|
|
},
|
|
"mdast-util-gfm": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-gfm-autolink-literal": "^2.0.0",
|
|
"mdast-util-gfm-footnote": "^2.0.0",
|
|
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
"mdast-util-gfm-table": "^2.0.0",
|
|
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
}
|
|
},
|
|
"mdast-util-gfm-autolink-literal": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0",
|
|
"ccount": "^2.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-find-and-replace": "^3.0.0",
|
|
"micromark-util-character": "^2.0.0"
|
|
}
|
|
},
|
|
"mdast-util-gfm-footnote": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.1.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0"
|
|
}
|
|
},
|
|
"mdast-util-gfm-strikethrough": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
}
|
|
},
|
|
"mdast-util-gfm-table": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"markdown-table": "^3.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
}
|
|
},
|
|
"mdast-util-gfm-task-list-item": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0",
|
|
"devlop": "^1.0.0",
|
|
"mdast-util-from-markdown": "^2.0.0",
|
|
"mdast-util-to-markdown": "^2.0.0"
|
|
}
|
|
},
|
|
"mdast-util-phrasing": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0",
|
|
"unist-util-is": "^6.0.0"
|
|
}
|
|
},
|
|
"mdast-util-to-markdown": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/unist": "^3.0.0",
|
|
"longest-streak": "^3.0.0",
|
|
"mdast-util-phrasing": "^4.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"micromark-util-decode-string": "^2.0.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"zwitch": "^2.0.0"
|
|
}
|
|
},
|
|
"mdast-util-to-string": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0"
|
|
}
|
|
},
|
|
"mdurl": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"media-typer": {
|
|
"version": "0.3.0",
|
|
"dev": true
|
|
},
|
|
"memorystream": {
|
|
"version": "0.3.1",
|
|
"dev": true
|
|
},
|
|
"meow": {
|
|
"version": "12.1.1"
|
|
},
|
|
"merge-options": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"is-plain-obj": "^2.1.0"
|
|
}
|
|
},
|
|
"merge-stream": {
|
|
"version": "2.0.0"
|
|
},
|
|
"merge2": {
|
|
"version": "1.4.1"
|
|
},
|
|
"metro-react-native-babel-preset": {
|
|
"version": "0.64.0",
|
|
"requires": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.0.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-syntax-export-default-from": "^7.0.0",
|
|
"@babel/plugin-syntax-flow": "^7.2.0",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.0.0",
|
|
"@babel/plugin-transform-arrow-functions": "^7.0.0",
|
|
"@babel/plugin-transform-block-scoping": "^7.0.0",
|
|
"@babel/plugin-transform-classes": "^7.0.0",
|
|
"@babel/plugin-transform-computed-properties": "^7.0.0",
|
|
"@babel/plugin-transform-destructuring": "^7.0.0",
|
|
"@babel/plugin-transform-exponentiation-operator": "^7.0.0",
|
|
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
|
|
"@babel/plugin-transform-for-of": "^7.0.0",
|
|
"@babel/plugin-transform-function-name": "^7.0.0",
|
|
"@babel/plugin-transform-literals": "^7.0.0",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
|
|
"@babel/plugin-transform-object-assign": "^7.0.0",
|
|
"@babel/plugin-transform-parameters": "^7.0.0",
|
|
"@babel/plugin-transform-react-display-name": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
|
|
"@babel/plugin-transform-regenerator": "^7.0.0",
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
"@babel/plugin-transform-shorthand-properties": "^7.0.0",
|
|
"@babel/plugin-transform-spread": "^7.0.0",
|
|
"@babel/plugin-transform-sticky-regex": "^7.0.0",
|
|
"@babel/plugin-transform-template-literals": "^7.0.0",
|
|
"@babel/plugin-transform-typescript": "^7.5.0",
|
|
"@babel/plugin-transform-unicode-regex": "^7.0.0",
|
|
"@babel/template": "^7.0.0",
|
|
"react-refresh": "^0.4.0"
|
|
}
|
|
},
|
|
"micromark": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"@types/debug": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-core-commonmark": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-destination": "^2.0.0",
|
|
"micromark-factory-label": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-factory-title": "^2.0.0",
|
|
"micromark-factory-whitespace": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
"micromark-util-html-tag-name": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-subtokenize": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-extension-gfm": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"micromark-extension-gfm-autolink-literal": "^2.0.0",
|
|
"micromark-extension-gfm-footnote": "^2.0.0",
|
|
"micromark-extension-gfm-strikethrough": "^2.0.0",
|
|
"micromark-extension-gfm-table": "^2.0.0",
|
|
"micromark-extension-gfm-tagfilter": "^2.0.0",
|
|
"micromark-extension-gfm-task-list-item": "^2.0.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-extension-gfm-autolink-literal": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-extension-gfm-footnote": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-core-commonmark": "^2.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-normalize-identifier": "^2.0.0",
|
|
"micromark-util-sanitize-uri": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-extension-gfm-strikethrough": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-classify-character": "^2.0.0",
|
|
"micromark-util-resolve-all": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-extension-gfm-table": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-extension-gfm-tagfilter": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-extension-gfm-task-list-item": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-factory-destination": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-factory-label": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-factory-space": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-factory-title": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-factory-whitespace": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-factory-space": "^2.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-character": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-chunked": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-classify-character": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-combine-extensions": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-decode-numeric-character-reference": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-decode-string": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"decode-named-character-reference": "^1.0.0",
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-decode-numeric-character-reference": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-encode": {
|
|
"version": "2.0.0"
|
|
},
|
|
"micromark-util-html-tag-name": {
|
|
"version": "2.0.0"
|
|
},
|
|
"micromark-util-normalize-identifier": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-resolve-all": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-sanitize-uri": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"micromark-util-character": "^2.0.0",
|
|
"micromark-util-encode": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-subtokenize": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"devlop": "^1.0.0",
|
|
"micromark-util-chunked": "^2.0.0",
|
|
"micromark-util-symbol": "^2.0.0",
|
|
"micromark-util-types": "^2.0.0"
|
|
}
|
|
},
|
|
"micromark-util-symbol": {
|
|
"version": "2.0.0"
|
|
},
|
|
"micromark-util-types": {
|
|
"version": "2.0.0"
|
|
},
|
|
"micromatch": {
|
|
"version": "4.0.5",
|
|
"requires": {
|
|
"braces": "^3.0.2",
|
|
"picomatch": "^2.3.1"
|
|
}
|
|
},
|
|
"mime": {
|
|
"version": "4.0.1"
|
|
},
|
|
"mime-db": {
|
|
"version": "1.52.0",
|
|
"dev": true
|
|
},
|
|
"mime-types": {
|
|
"version": "2.1.35",
|
|
"dev": true,
|
|
"requires": {
|
|
"mime-db": "1.52.0"
|
|
}
|
|
},
|
|
"mimic-fn": {
|
|
"version": "4.0.0"
|
|
},
|
|
"mimic-response": {
|
|
"version": "1.0.1"
|
|
},
|
|
"min-indent": {
|
|
"version": "1.0.1"
|
|
},
|
|
"minimalistic-assert": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
|
|
"integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
|
|
},
|
|
"minimalistic-crypto-utils": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
|
|
"integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg=="
|
|
},
|
|
"minimatch": {
|
|
"version": "3.1.2",
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
},
|
|
"minimist": {
|
|
"version": "1.2.8"
|
|
},
|
|
"minimist-options": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"arrify": "^1.0.1",
|
|
"is-plain-obj": "^1.1.0",
|
|
"kind-of": "^6.0.3"
|
|
},
|
|
"dependencies": {
|
|
"arrify": {
|
|
"version": "1.0.1"
|
|
},
|
|
"is-plain-obj": {
|
|
"version": "1.1.0"
|
|
}
|
|
}
|
|
},
|
|
"minipass": {
|
|
"version": "7.0.4"
|
|
},
|
|
"mitt": {
|
|
"version": "3.0.1",
|
|
"dev": true
|
|
},
|
|
"mkdirp": {
|
|
"version": "0.5.6",
|
|
"requires": {
|
|
"minimist": "^1.2.6"
|
|
}
|
|
},
|
|
"mkdirp-classic": {
|
|
"version": "0.5.3"
|
|
},
|
|
"mocha": {
|
|
"version": "10.3.0",
|
|
"requires": {
|
|
"ansi-colors": "4.1.1",
|
|
"browser-stdout": "1.3.1",
|
|
"chokidar": "3.5.3",
|
|
"debug": "4.3.4",
|
|
"diff": "5.0.0",
|
|
"escape-string-regexp": "4.0.0",
|
|
"find-up": "5.0.0",
|
|
"glob": "8.1.0",
|
|
"he": "1.2.0",
|
|
"js-yaml": "4.1.0",
|
|
"log-symbols": "4.1.0",
|
|
"minimatch": "5.0.1",
|
|
"ms": "2.1.3",
|
|
"serialize-javascript": "6.0.0",
|
|
"strip-json-comments": "3.1.1",
|
|
"supports-color": "8.1.1",
|
|
"workerpool": "6.2.1",
|
|
"yargs": "16.2.0",
|
|
"yargs-parser": "20.2.4",
|
|
"yargs-unparser": "2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-colors": {
|
|
"version": "4.1.1"
|
|
},
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"dependencies": {
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cliui": {
|
|
"version": "7.0.4",
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"diff": {
|
|
"version": "5.0.0"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"is-unicode-supported": {
|
|
"version": "0.1.0"
|
|
},
|
|
"log-symbols": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.1.3"
|
|
},
|
|
"serialize-javascript": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
},
|
|
"yargs": {
|
|
"version": "16.2.0",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.4"
|
|
}
|
|
}
|
|
},
|
|
"mocha-multi-reporters": {
|
|
"version": "1.5.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "^4.1.1",
|
|
"lodash": "^4.17.15"
|
|
}
|
|
},
|
|
"mortice": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"observable-webworkers": "^2.0.1",
|
|
"p-queue": "^8.0.1",
|
|
"p-timeout": "^6.0.0"
|
|
}
|
|
},
|
|
"mri": {
|
|
"version": "1.2.0"
|
|
},
|
|
"mrmime": {
|
|
"version": "2.0.0"
|
|
},
|
|
"ms": {
|
|
"version": "2.1.2"
|
|
},
|
|
"multiformats": {
|
|
"version": "12.1.3"
|
|
},
|
|
"multimatch": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"@types/minimatch": "^3.0.3",
|
|
"array-differ": "^3.0.0",
|
|
"array-union": "^2.1.0",
|
|
"arrify": "^2.0.1",
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"mute-stream": {
|
|
"version": "0.0.8"
|
|
},
|
|
"nan": {
|
|
"version": "2.18.0",
|
|
"optional": true
|
|
},
|
|
"nanoid": {
|
|
"version": "5.0.6"
|
|
},
|
|
"nanospinner": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"picocolors": "^1.0.0"
|
|
}
|
|
},
|
|
"natural-compare": {
|
|
"version": "1.4.0"
|
|
},
|
|
"natural-compare-lite": {
|
|
"version": "1.4.0"
|
|
},
|
|
"negotiator": {
|
|
"version": "0.6.3",
|
|
"dev": true
|
|
},
|
|
"neo-async": {
|
|
"version": "2.6.2"
|
|
},
|
|
"nerf-dart": {
|
|
"version": "1.0.0"
|
|
},
|
|
"netmask": {
|
|
"version": "2.0.2"
|
|
},
|
|
"nice-try": {
|
|
"version": "1.0.5"
|
|
},
|
|
"nise": {
|
|
"version": "5.1.5",
|
|
"requires": {
|
|
"@sinonjs/commons": "^2.0.0",
|
|
"@sinonjs/fake-timers": "^10.0.2",
|
|
"@sinonjs/text-encoding": "^0.7.1",
|
|
"just-extend": "^4.0.2",
|
|
"path-to-regexp": "^1.7.0"
|
|
},
|
|
"dependencies": {
|
|
"@sinonjs/commons": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"@sinonjs/fake-timers": {
|
|
"version": "10.3.0",
|
|
"requires": {
|
|
"@sinonjs/commons": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@sinonjs/commons": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"isarray": {
|
|
"version": "0.0.1"
|
|
},
|
|
"path-to-regexp": {
|
|
"version": "1.8.0",
|
|
"requires": {
|
|
"isarray": "0.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"node-emoji": {
|
|
"version": "2.1.3",
|
|
"requires": {
|
|
"@sindresorhus/is": "^4.6.0",
|
|
"char-regex": "^1.0.2",
|
|
"emojilib": "^2.4.0",
|
|
"skin-tone": "^2.0.0"
|
|
}
|
|
},
|
|
"node-fetch": {
|
|
"version": "2.7.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"whatwg-url": "^5.0.0"
|
|
}
|
|
},
|
|
"node-forge": {
|
|
"version": "1.3.1"
|
|
},
|
|
"node-localstorage": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"write-file-atomic": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"signal-exit": {
|
|
"version": "4.1.0",
|
|
"dev": true
|
|
},
|
|
"write-file-atomic": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^4.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"node-preload": {
|
|
"version": "0.2.1",
|
|
"requires": {
|
|
"process-on-spawn": "^1.0.0"
|
|
}
|
|
},
|
|
"node-releases": {
|
|
"version": "2.0.14"
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"requires": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"resolve": "^1.10.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "5.7.2"
|
|
}
|
|
}
|
|
},
|
|
"normalize-path": {
|
|
"version": "3.0.0"
|
|
},
|
|
"normalize-url": {
|
|
"version": "8.0.0"
|
|
},
|
|
"npm": {
|
|
"version": "10.3.0",
|
|
"requires": {
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
"@npmcli/arborist": "^7.2.1",
|
|
"@npmcli/config": "^8.0.2",
|
|
"@npmcli/fs": "^3.1.0",
|
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
"@npmcli/package-json": "^5.0.0",
|
|
"@npmcli/promise-spawn": "^7.0.1",
|
|
"@npmcli/run-script": "^7.0.3",
|
|
"@sigstore/tuf": "^2.2.0",
|
|
"abbrev": "^2.0.0",
|
|
"archy": "~1.0.0",
|
|
"cacache": "^18.0.2",
|
|
"chalk": "^5.3.0",
|
|
"ci-info": "^4.0.0",
|
|
"cli-columns": "^4.0.0",
|
|
"cli-table3": "^0.6.3",
|
|
"columnify": "^1.6.0",
|
|
"fastest-levenshtein": "^1.0.16",
|
|
"fs-minipass": "^3.0.3",
|
|
"glob": "^10.3.10",
|
|
"graceful-fs": "^4.2.11",
|
|
"hosted-git-info": "^7.0.1",
|
|
"ini": "^4.1.1",
|
|
"init-package-json": "^6.0.0",
|
|
"is-cidr": "^5.0.3",
|
|
"json-parse-even-better-errors": "^3.0.1",
|
|
"libnpmaccess": "^8.0.1",
|
|
"libnpmdiff": "^6.0.3",
|
|
"libnpmexec": "^7.0.4",
|
|
"libnpmfund": "^5.0.1",
|
|
"libnpmhook": "^10.0.0",
|
|
"libnpmorg": "^6.0.1",
|
|
"libnpmpack": "^6.0.3",
|
|
"libnpmpublish": "^9.0.2",
|
|
"libnpmsearch": "^7.0.0",
|
|
"libnpmteam": "^6.0.0",
|
|
"libnpmversion": "^5.0.1",
|
|
"make-fetch-happen": "^13.0.0",
|
|
"minimatch": "^9.0.3",
|
|
"minipass": "^7.0.4",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"ms": "^2.1.2",
|
|
"node-gyp": "^10.0.1",
|
|
"nopt": "^7.2.0",
|
|
"normalize-package-data": "^6.0.0",
|
|
"npm-audit-report": "^5.0.0",
|
|
"npm-install-checks": "^6.3.0",
|
|
"npm-package-arg": "^11.0.1",
|
|
"npm-pick-manifest": "^9.0.0",
|
|
"npm-profile": "^9.0.0",
|
|
"npm-registry-fetch": "^16.1.0",
|
|
"npm-user-validate": "^2.0.0",
|
|
"npmlog": "^7.0.1",
|
|
"p-map": "^4.0.0",
|
|
"pacote": "^17.0.5",
|
|
"parse-conflict-json": "^3.0.1",
|
|
"proc-log": "^3.0.0",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"read": "^2.1.0",
|
|
"semver": "^7.5.4",
|
|
"spdx-expression-parse": "^3.0.1",
|
|
"ssri": "^10.0.5",
|
|
"strip-ansi": "^7.1.0",
|
|
"supports-color": "^9.4.0",
|
|
"tar": "^6.2.0",
|
|
"text-table": "~0.2.0",
|
|
"tiny-relative-date": "^1.3.0",
|
|
"treeverse": "^3.0.0",
|
|
"validate-npm-package-name": "^5.0.0",
|
|
"which": "^4.0.0",
|
|
"write-file-atomic": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@colors/colors": {
|
|
"version": "1.5.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"@isaacs/cliui": {
|
|
"version": "8.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"string-width": "^5.1.2",
|
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
"wrap-ansi": "^8.1.0",
|
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"emoji-regex": {
|
|
"version": "9.2.2",
|
|
"bundled": true
|
|
},
|
|
"string-width": {
|
|
"version": "5.1.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@isaacs/string-locale-compare": {
|
|
"version": "1.1.0",
|
|
"bundled": true
|
|
},
|
|
"@npmcli/agent": {
|
|
"version": "2.2.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"agent-base": "^7.1.0",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.1",
|
|
"lru-cache": "^10.0.1",
|
|
"socks-proxy-agent": "^8.0.1"
|
|
}
|
|
},
|
|
"@npmcli/arborist": {
|
|
"version": "7.3.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
"@npmcli/fs": "^3.1.0",
|
|
"@npmcli/installed-package-contents": "^2.0.2",
|
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
"@npmcli/metavuln-calculator": "^7.0.0",
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/package-json": "^5.0.0",
|
|
"@npmcli/query": "^3.0.1",
|
|
"@npmcli/run-script": "^7.0.2",
|
|
"bin-links": "^4.0.1",
|
|
"cacache": "^18.0.0",
|
|
"common-ancestor-path": "^1.0.1",
|
|
"hosted-git-info": "^7.0.1",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"json-stringify-nice": "^1.1.4",
|
|
"minimatch": "^9.0.0",
|
|
"nopt": "^7.0.0",
|
|
"npm-install-checks": "^6.2.0",
|
|
"npm-package-arg": "^11.0.1",
|
|
"npm-pick-manifest": "^9.0.0",
|
|
"npm-registry-fetch": "^16.0.0",
|
|
"npmlog": "^7.0.1",
|
|
"pacote": "^17.0.4",
|
|
"parse-conflict-json": "^3.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-all-reject-late": "^1.0.0",
|
|
"promise-call-limit": "^1.0.2",
|
|
"read-package-json-fast": "^3.0.2",
|
|
"semver": "^7.3.7",
|
|
"ssri": "^10.0.5",
|
|
"treeverse": "^3.0.0",
|
|
"walk-up-path": "^3.0.1"
|
|
}
|
|
},
|
|
"@npmcli/config": {
|
|
"version": "8.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
"ci-info": "^4.0.0",
|
|
"ini": "^4.1.0",
|
|
"nopt": "^7.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"read-package-json-fast": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"walk-up-path": "^3.0.1"
|
|
}
|
|
},
|
|
"@npmcli/disparity-colors": {
|
|
"version": "3.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.3.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@npmcli/fs": {
|
|
"version": "3.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"@npmcli/git": {
|
|
"version": "5.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
"lru-cache": "^10.0.1",
|
|
"npm-pick-manifest": "^9.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^4.0.0"
|
|
}
|
|
},
|
|
"@npmcli/installed-package-contents": {
|
|
"version": "2.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-bundled": "^3.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
}
|
|
},
|
|
"@npmcli/map-workspaces": {
|
|
"version": "3.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
"glob": "^10.2.2",
|
|
"minimatch": "^9.0.0",
|
|
"read-package-json-fast": "^3.0.0"
|
|
}
|
|
},
|
|
"@npmcli/metavuln-calculator": {
|
|
"version": "7.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"cacache": "^18.0.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"pacote": "^17.0.0",
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"@npmcli/name-from-folder": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"@npmcli/node-gyp": {
|
|
"version": "3.0.0",
|
|
"bundled": true
|
|
},
|
|
"@npmcli/package-json": {
|
|
"version": "5.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/git": "^5.0.0",
|
|
"glob": "^10.2.2",
|
|
"hosted-git-info": "^7.0.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"normalize-package-data": "^6.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.5.3"
|
|
}
|
|
},
|
|
"@npmcli/promise-spawn": {
|
|
"version": "7.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"which": "^4.0.0"
|
|
}
|
|
},
|
|
"@npmcli/query": {
|
|
"version": "3.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
}
|
|
},
|
|
"@npmcli/run-script": {
|
|
"version": "7.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
"node-gyp": "^10.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"which": "^4.0.0"
|
|
}
|
|
},
|
|
"@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"@sigstore/bundle": {
|
|
"version": "2.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@sigstore/protobuf-specs": "^0.2.1"
|
|
}
|
|
},
|
|
"@sigstore/protobuf-specs": {
|
|
"version": "0.2.1",
|
|
"bundled": true
|
|
},
|
|
"@sigstore/sign": {
|
|
"version": "2.2.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@sigstore/bundle": "^2.1.0",
|
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
"make-fetch-happen": "^13.0.0"
|
|
}
|
|
},
|
|
"@sigstore/tuf": {
|
|
"version": "2.2.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
"tuf-js": "^2.1.0"
|
|
}
|
|
},
|
|
"@tufjs/canonical-json": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"@tufjs/models": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@tufjs/canonical-json": "2.0.0",
|
|
"minimatch": "^9.0.3"
|
|
}
|
|
},
|
|
"abbrev": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"agent-base": {
|
|
"version": "7.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"aggregate-error": {
|
|
"version": "3.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
}
|
|
},
|
|
"ansi-regex": {
|
|
"version": "6.0.1",
|
|
"bundled": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "6.2.1",
|
|
"bundled": true
|
|
},
|
|
"aproba": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"archy": {
|
|
"version": "1.0.0",
|
|
"bundled": true
|
|
},
|
|
"are-we-there-yet": {
|
|
"version": "4.0.2",
|
|
"bundled": true
|
|
},
|
|
"balanced-match": {
|
|
"version": "1.0.2",
|
|
"bundled": true
|
|
},
|
|
"bin-links": {
|
|
"version": "4.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"cmd-shim": "^6.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0",
|
|
"read-cmd-shim": "^4.0.0",
|
|
"write-file-atomic": "^5.0.0"
|
|
}
|
|
},
|
|
"binary-extensions": {
|
|
"version": "2.2.0",
|
|
"bundled": true
|
|
},
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"builtins": {
|
|
"version": "5.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"semver": "^7.0.0"
|
|
}
|
|
},
|
|
"cacache": {
|
|
"version": "18.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/fs": "^3.1.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"glob": "^10.2.2",
|
|
"lru-cache": "^10.0.1",
|
|
"minipass": "^7.0.3",
|
|
"minipass-collect": "^2.0.1",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"p-map": "^4.0.0",
|
|
"ssri": "^10.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^3.0.0"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "5.3.0",
|
|
"bundled": true
|
|
},
|
|
"chownr": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"ci-info": {
|
|
"version": "4.0.0",
|
|
"bundled": true
|
|
},
|
|
"cidr-regex": {
|
|
"version": "4.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ip-regex": "^5.0.0"
|
|
}
|
|
},
|
|
"clean-stack": {
|
|
"version": "2.2.0",
|
|
"bundled": true
|
|
},
|
|
"cli-columns": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"bundled": true
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cli-table3": {
|
|
"version": "0.6.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@colors/colors": "1.5.0",
|
|
"string-width": "^4.2.0"
|
|
}
|
|
},
|
|
"clone": {
|
|
"version": "1.0.4",
|
|
"bundled": true
|
|
},
|
|
"cmd-shim": {
|
|
"version": "6.0.2",
|
|
"bundled": true
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4",
|
|
"bundled": true
|
|
},
|
|
"color-support": {
|
|
"version": "1.1.3",
|
|
"bundled": true
|
|
},
|
|
"columnify": {
|
|
"version": "1.6.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"strip-ansi": "^6.0.1",
|
|
"wcwidth": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"bundled": true
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"common-ancestor-path": {
|
|
"version": "1.0.1",
|
|
"bundled": true
|
|
},
|
|
"console-control-strings": {
|
|
"version": "1.1.0",
|
|
"bundled": true
|
|
},
|
|
"cross-spawn": {
|
|
"version": "7.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cssesc": {
|
|
"version": "3.0.0",
|
|
"bundled": true
|
|
},
|
|
"debug": {
|
|
"version": "4.3.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"dependencies": {
|
|
"ms": {
|
|
"version": "2.1.2",
|
|
"bundled": true
|
|
}
|
|
}
|
|
},
|
|
"defaults": {
|
|
"version": "1.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"clone": "^1.0.2"
|
|
}
|
|
},
|
|
"diff": {
|
|
"version": "5.1.0",
|
|
"bundled": true
|
|
},
|
|
"eastasianwidth": {
|
|
"version": "0.2.0",
|
|
"bundled": true
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0",
|
|
"bundled": true
|
|
},
|
|
"encoding": {
|
|
"version": "0.1.13",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"iconv-lite": "^0.6.2"
|
|
}
|
|
},
|
|
"env-paths": {
|
|
"version": "2.2.1",
|
|
"bundled": true
|
|
},
|
|
"err-code": {
|
|
"version": "2.0.3",
|
|
"bundled": true
|
|
},
|
|
"exponential-backoff": {
|
|
"version": "3.1.1",
|
|
"bundled": true
|
|
},
|
|
"fastest-levenshtein": {
|
|
"version": "1.0.16",
|
|
"bundled": true
|
|
},
|
|
"foreground-child": {
|
|
"version": "3.1.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^4.0.1"
|
|
}
|
|
},
|
|
"fs-minipass": {
|
|
"version": "3.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^7.0.3"
|
|
}
|
|
},
|
|
"function-bind": {
|
|
"version": "1.1.2",
|
|
"bundled": true
|
|
},
|
|
"gauge": {
|
|
"version": "5.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"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": "^4.0.1",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.5"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"bundled": true
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "10.3.10",
|
|
"bundled": true,
|
|
"requires": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.3.5",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
}
|
|
},
|
|
"graceful-fs": {
|
|
"version": "4.2.11",
|
|
"bundled": true
|
|
},
|
|
"has-unicode": {
|
|
"version": "2.0.1",
|
|
"bundled": true
|
|
},
|
|
"hasown": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"function-bind": "^1.1.2"
|
|
}
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "7.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"lru-cache": "^10.0.1"
|
|
}
|
|
},
|
|
"http-cache-semantics": {
|
|
"version": "4.1.1",
|
|
"bundled": true
|
|
},
|
|
"http-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "7.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"iconv-lite": {
|
|
"version": "0.6.3",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
}
|
|
},
|
|
"ignore-walk": {
|
|
"version": "6.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minimatch": "^9.0.0"
|
|
}
|
|
},
|
|
"imurmurhash": {
|
|
"version": "0.1.4",
|
|
"bundled": true
|
|
},
|
|
"indent-string": {
|
|
"version": "4.0.0",
|
|
"bundled": true
|
|
},
|
|
"ini": {
|
|
"version": "4.1.1",
|
|
"bundled": true
|
|
},
|
|
"init-package-json": {
|
|
"version": "6.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-package-arg": "^11.0.0",
|
|
"promzard": "^1.0.0",
|
|
"read": "^2.0.0",
|
|
"read-package-json": "^7.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
}
|
|
},
|
|
"ip": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"ip-regex": {
|
|
"version": "5.0.0",
|
|
"bundled": true
|
|
},
|
|
"is-cidr": {
|
|
"version": "5.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"cidr-regex": "4.0.3"
|
|
}
|
|
},
|
|
"is-core-module": {
|
|
"version": "2.13.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"hasown": "^2.0.0"
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"bundled": true
|
|
},
|
|
"is-lambda": {
|
|
"version": "1.0.1",
|
|
"bundled": true
|
|
},
|
|
"isexe": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"jackspeak": {
|
|
"version": "2.3.6",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@isaacs/cliui": "^8.0.2",
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
}
|
|
},
|
|
"json-parse-even-better-errors": {
|
|
"version": "3.0.1",
|
|
"bundled": true
|
|
},
|
|
"json-stringify-nice": {
|
|
"version": "1.1.4",
|
|
"bundled": true
|
|
},
|
|
"jsonparse": {
|
|
"version": "1.3.1",
|
|
"bundled": true
|
|
},
|
|
"just-diff": {
|
|
"version": "6.0.2",
|
|
"bundled": true
|
|
},
|
|
"just-diff-apply": {
|
|
"version": "5.5.0",
|
|
"bundled": true
|
|
},
|
|
"libnpmaccess": {
|
|
"version": "8.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-package-arg": "^11.0.1",
|
|
"npm-registry-fetch": "^16.0.0"
|
|
}
|
|
},
|
|
"libnpmdiff": {
|
|
"version": "6.0.5",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/arborist": "^7.2.1",
|
|
"@npmcli/disparity-colors": "^3.0.0",
|
|
"@npmcli/installed-package-contents": "^2.0.2",
|
|
"binary-extensions": "^2.2.0",
|
|
"diff": "^5.1.0",
|
|
"minimatch": "^9.0.0",
|
|
"npm-package-arg": "^11.0.1",
|
|
"pacote": "^17.0.4",
|
|
"tar": "^6.2.0"
|
|
}
|
|
},
|
|
"libnpmexec": {
|
|
"version": "7.0.6",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/arborist": "^7.2.1",
|
|
"@npmcli/run-script": "^7.0.2",
|
|
"ci-info": "^4.0.0",
|
|
"npm-package-arg": "^11.0.1",
|
|
"npmlog": "^7.0.1",
|
|
"pacote": "^17.0.4",
|
|
"proc-log": "^3.0.0",
|
|
"read": "^2.0.0",
|
|
"read-package-json-fast": "^3.0.2",
|
|
"semver": "^7.3.7",
|
|
"walk-up-path": "^3.0.1"
|
|
}
|
|
},
|
|
"libnpmfund": {
|
|
"version": "5.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/arborist": "^7.2.1"
|
|
}
|
|
},
|
|
"libnpmhook": {
|
|
"version": "10.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^16.0.0"
|
|
}
|
|
},
|
|
"libnpmorg": {
|
|
"version": "6.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^16.0.0"
|
|
}
|
|
},
|
|
"libnpmpack": {
|
|
"version": "6.0.5",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/arborist": "^7.2.1",
|
|
"@npmcli/run-script": "^7.0.2",
|
|
"npm-package-arg": "^11.0.1",
|
|
"pacote": "^17.0.4"
|
|
}
|
|
},
|
|
"libnpmpublish": {
|
|
"version": "9.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ci-info": "^4.0.0",
|
|
"normalize-package-data": "^6.0.0",
|
|
"npm-package-arg": "^11.0.1",
|
|
"npm-registry-fetch": "^16.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.7",
|
|
"sigstore": "^2.1.0",
|
|
"ssri": "^10.0.5"
|
|
}
|
|
},
|
|
"libnpmsearch": {
|
|
"version": "7.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-registry-fetch": "^16.0.0"
|
|
}
|
|
},
|
|
"libnpmteam": {
|
|
"version": "6.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^16.0.0"
|
|
}
|
|
},
|
|
"libnpmversion": {
|
|
"version": "5.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/git": "^5.0.3",
|
|
"@npmcli/run-script": "^7.0.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.7"
|
|
}
|
|
},
|
|
"lru-cache": {
|
|
"version": "10.1.0",
|
|
"bundled": true
|
|
},
|
|
"make-fetch-happen": {
|
|
"version": "13.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/agent": "^2.0.0",
|
|
"cacache": "^18.0.0",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"is-lambda": "^1.0.1",
|
|
"minipass": "^7.0.2",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"ssri": "^10.0.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "9.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
},
|
|
"minipass": {
|
|
"version": "7.0.4",
|
|
"bundled": true
|
|
},
|
|
"minipass-collect": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^7.0.3"
|
|
}
|
|
},
|
|
"minipass-fetch": {
|
|
"version": "3.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"encoding": "^0.1.13",
|
|
"minipass": "^7.0.3",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
}
|
|
},
|
|
"minipass-flush": {
|
|
"version": "1.0.5",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minipass": {
|
|
"version": "3.3.6",
|
|
"bundled": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"minipass-json-stream": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"jsonparse": "^1.3.1",
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minipass": {
|
|
"version": "3.3.6",
|
|
"bundled": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"minipass-pipeline": {
|
|
"version": "1.2.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minipass": {
|
|
"version": "3.3.6",
|
|
"bundled": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"minipass-sized": {
|
|
"version": "1.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minipass": {
|
|
"version": "3.3.6",
|
|
"bundled": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"minizlib": {
|
|
"version": "2.1.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minipass": {
|
|
"version": "3.3.6",
|
|
"bundled": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mkdirp": {
|
|
"version": "1.0.4",
|
|
"bundled": true
|
|
},
|
|
"ms": {
|
|
"version": "2.1.3",
|
|
"bundled": true
|
|
},
|
|
"mute-stream": {
|
|
"version": "1.0.0",
|
|
"bundled": true
|
|
},
|
|
"negotiator": {
|
|
"version": "0.6.3",
|
|
"bundled": true
|
|
},
|
|
"node-gyp": {
|
|
"version": "10.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"env-paths": "^2.2.0",
|
|
"exponential-backoff": "^3.1.1",
|
|
"glob": "^10.3.10",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^13.0.0",
|
|
"nopt": "^7.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^4.0.0"
|
|
}
|
|
},
|
|
"nopt": {
|
|
"version": "7.2.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"abbrev": "^2.0.0"
|
|
}
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "6.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"hosted-git-info": "^7.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
}
|
|
},
|
|
"npm-audit-report": {
|
|
"version": "5.0.0",
|
|
"bundled": true
|
|
},
|
|
"npm-bundled": {
|
|
"version": "3.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
}
|
|
},
|
|
"npm-install-checks": {
|
|
"version": "6.3.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"semver": "^7.1.1"
|
|
}
|
|
},
|
|
"npm-normalize-package-bin": {
|
|
"version": "3.0.1",
|
|
"bundled": true
|
|
},
|
|
"npm-package-arg": {
|
|
"version": "11.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"hosted-git-info": "^7.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
}
|
|
},
|
|
"npm-packlist": {
|
|
"version": "8.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ignore-walk": "^6.0.4"
|
|
}
|
|
},
|
|
"npm-pick-manifest": {
|
|
"version": "9.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-install-checks": "^6.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0",
|
|
"npm-package-arg": "^11.0.0",
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"npm-profile": {
|
|
"version": "9.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-registry-fetch": "^16.0.0",
|
|
"proc-log": "^3.0.0"
|
|
}
|
|
},
|
|
"npm-registry-fetch": {
|
|
"version": "16.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"make-fetch-happen": "^13.0.0",
|
|
"minipass": "^7.0.2",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.1.2",
|
|
"npm-package-arg": "^11.0.0",
|
|
"proc-log": "^3.0.0"
|
|
}
|
|
},
|
|
"npm-user-validate": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"npmlog": {
|
|
"version": "7.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"are-we-there-yet": "^4.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^5.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
}
|
|
},
|
|
"p-map": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0"
|
|
}
|
|
},
|
|
"pacote": {
|
|
"version": "17.0.5",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/git": "^5.0.0",
|
|
"@npmcli/installed-package-contents": "^2.0.1",
|
|
"@npmcli/promise-spawn": "^7.0.0",
|
|
"@npmcli/run-script": "^7.0.0",
|
|
"cacache": "^18.0.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"minipass": "^7.0.2",
|
|
"npm-package-arg": "^11.0.0",
|
|
"npm-packlist": "^8.0.0",
|
|
"npm-pick-manifest": "^9.0.0",
|
|
"npm-registry-fetch": "^16.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"read-package-json": "^7.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"sigstore": "^2.0.0",
|
|
"ssri": "^10.0.0",
|
|
"tar": "^6.1.11"
|
|
}
|
|
},
|
|
"parse-conflict-json": {
|
|
"version": "3.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"just-diff": "^6.0.0",
|
|
"just-diff-apply": "^5.2.0"
|
|
}
|
|
},
|
|
"path-key": {
|
|
"version": "3.1.1",
|
|
"bundled": true
|
|
},
|
|
"path-scurry": {
|
|
"version": "1.10.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"lru-cache": "^9.1.1 || ^10.0.0",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
}
|
|
},
|
|
"postcss-selector-parser": {
|
|
"version": "6.0.15",
|
|
"bundled": true,
|
|
"requires": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
}
|
|
},
|
|
"proc-log": {
|
|
"version": "3.0.0",
|
|
"bundled": true
|
|
},
|
|
"promise-all-reject-late": {
|
|
"version": "1.0.1",
|
|
"bundled": true
|
|
},
|
|
"promise-call-limit": {
|
|
"version": "1.0.2",
|
|
"bundled": true
|
|
},
|
|
"promise-inflight": {
|
|
"version": "1.0.1",
|
|
"bundled": true
|
|
},
|
|
"promise-retry": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"err-code": "^2.0.2",
|
|
"retry": "^0.12.0"
|
|
}
|
|
},
|
|
"promzard": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"read": "^2.0.0"
|
|
}
|
|
},
|
|
"qrcode-terminal": {
|
|
"version": "0.12.0",
|
|
"bundled": true
|
|
},
|
|
"read": {
|
|
"version": "2.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"mute-stream": "~1.0.0"
|
|
}
|
|
},
|
|
"read-cmd-shim": {
|
|
"version": "4.0.0",
|
|
"bundled": true
|
|
},
|
|
"read-package-json": {
|
|
"version": "7.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"glob": "^10.2.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"normalize-package-data": "^6.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
}
|
|
},
|
|
"read-package-json-fast": {
|
|
"version": "3.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
}
|
|
},
|
|
"retry": {
|
|
"version": "0.12.0",
|
|
"bundled": true
|
|
},
|
|
"safer-buffer": {
|
|
"version": "2.1.2",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"lru-cache": {
|
|
"version": "6.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"set-blocking": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"shebang-command": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"shebang-regex": "^3.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "3.0.0",
|
|
"bundled": true
|
|
},
|
|
"signal-exit": {
|
|
"version": "4.1.0",
|
|
"bundled": true
|
|
},
|
|
"sigstore": {
|
|
"version": "2.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@sigstore/bundle": "^2.1.0",
|
|
"@sigstore/protobuf-specs": "^0.2.1",
|
|
"@sigstore/sign": "^2.1.0",
|
|
"@sigstore/tuf": "^2.1.0"
|
|
}
|
|
},
|
|
"smart-buffer": {
|
|
"version": "4.2.0",
|
|
"bundled": true
|
|
},
|
|
"socks": {
|
|
"version": "2.7.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ip": "^2.0.0",
|
|
"smart-buffer": "^4.2.0"
|
|
}
|
|
},
|
|
"socks-proxy-agent": {
|
|
"version": "8.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"socks": "^2.7.1"
|
|
}
|
|
},
|
|
"spdx-correct": {
|
|
"version": "3.2.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"spdx-expression-parse": "^3.0.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"spdx-exceptions": {
|
|
"version": "2.3.0",
|
|
"bundled": true
|
|
},
|
|
"spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"spdx-license-ids": {
|
|
"version": "3.0.16",
|
|
"bundled": true
|
|
},
|
|
"ssri": {
|
|
"version": "10.0.5",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^7.0.3"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"bundled": true
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"string-width-cjs": {
|
|
"version": "npm:string-width@4.2.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"bundled": true
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "7.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi-cjs": {
|
|
"version": "npm:strip-ansi@6.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"bundled": true
|
|
}
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "9.4.0",
|
|
"bundled": true
|
|
},
|
|
"tar": {
|
|
"version": "6.2.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^5.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"fs-minipass": {
|
|
"version": "2.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minipass": {
|
|
"version": "3.3.6",
|
|
"bundled": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"minipass": {
|
|
"version": "5.0.0",
|
|
"bundled": true
|
|
}
|
|
}
|
|
},
|
|
"text-table": {
|
|
"version": "0.2.0",
|
|
"bundled": true
|
|
},
|
|
"tiny-relative-date": {
|
|
"version": "1.3.0",
|
|
"bundled": true
|
|
},
|
|
"treeverse": {
|
|
"version": "3.0.0",
|
|
"bundled": true
|
|
},
|
|
"tuf-js": {
|
|
"version": "2.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@tufjs/models": "2.0.0",
|
|
"debug": "^4.3.4",
|
|
"make-fetch-happen": "^13.0.0"
|
|
}
|
|
},
|
|
"unique-filename": {
|
|
"version": "3.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"unique-slug": "^4.0.0"
|
|
}
|
|
},
|
|
"unique-slug": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"imurmurhash": "^0.1.4"
|
|
}
|
|
},
|
|
"util-deprecate": {
|
|
"version": "1.0.2",
|
|
"bundled": true
|
|
},
|
|
"validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
}
|
|
},
|
|
"validate-npm-package-name": {
|
|
"version": "5.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"builtins": "^5.0.0"
|
|
}
|
|
},
|
|
"walk-up-path": {
|
|
"version": "3.0.1",
|
|
"bundled": true
|
|
},
|
|
"wcwidth": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"defaults": "^1.0.3"
|
|
}
|
|
},
|
|
"which": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"isexe": "^3.1.1"
|
|
},
|
|
"dependencies": {
|
|
"isexe": {
|
|
"version": "3.1.1",
|
|
"bundled": true
|
|
}
|
|
}
|
|
},
|
|
"wide-align": {
|
|
"version": "1.1.5",
|
|
"bundled": true,
|
|
"requires": {
|
|
"string-width": "^1.0.2 || 2 || 3 || 4"
|
|
}
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "8.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-styles": "^6.1.0",
|
|
"string-width": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"dependencies": {
|
|
"emoji-regex": {
|
|
"version": "9.2.2",
|
|
"bundled": true
|
|
},
|
|
"string-width": {
|
|
"version": "5.1.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"wrap-ansi-cjs": {
|
|
"version": "npm:wrap-ansi@7.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"bundled": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"write-file-atomic": {
|
|
"version": "5.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"imurmurhash": "^0.1.4",
|
|
"signal-exit": "^4.0.1"
|
|
}
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0",
|
|
"bundled": true
|
|
}
|
|
}
|
|
},
|
|
"npm-package-json-lint": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"ajv": "^6.12.6",
|
|
"ajv-errors": "^1.0.1",
|
|
"chalk": "^4.1.2",
|
|
"cosmiconfig": "^8.2.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"ignore": "^5.2.4",
|
|
"is-plain-obj": "^3.0.0",
|
|
"jsonc-parser": "^3.2.0",
|
|
"log-symbols": "^4.1.0",
|
|
"meow": "^9.0.0",
|
|
"plur": "^4.0.0",
|
|
"semver": "^7.5.4",
|
|
"slash": "^3.0.0",
|
|
"strip-json-comments": "^3.1.1",
|
|
"type-fest": "^4.3.3",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"cosmiconfig": {
|
|
"version": "8.3.6",
|
|
"requires": {
|
|
"import-fresh": "^3.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.2.0",
|
|
"path-type": "^4.0.0"
|
|
}
|
|
},
|
|
"find-up": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
},
|
|
"is-plain-obj": {
|
|
"version": "3.0.0"
|
|
},
|
|
"is-unicode-supported": {
|
|
"version": "0.1.0"
|
|
},
|
|
"locate-path": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"p-locate": "^4.1.0"
|
|
}
|
|
},
|
|
"log-symbols": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
}
|
|
},
|
|
"meow": {
|
|
"version": "9.0.0",
|
|
"requires": {
|
|
"@types/minimist": "^1.2.0",
|
|
"camelcase-keys": "^6.2.2",
|
|
"decamelize": "^1.2.0",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "0.18.1"
|
|
}
|
|
}
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"requires": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"is-core-module": "^2.5.0",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"p-limit": "^2.2.0"
|
|
}
|
|
},
|
|
"read-pkg": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"@types/normalize-package-data": "^2.4.0",
|
|
"normalize-package-data": "^2.5.0",
|
|
"parse-json": "^5.0.0",
|
|
"type-fest": "^0.6.0"
|
|
},
|
|
"dependencies": {
|
|
"hosted-git-info": {
|
|
"version": "2.8.9"
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"requires": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"resolve": "^1.10.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "5.7.2"
|
|
},
|
|
"type-fest": {
|
|
"version": "0.6.0"
|
|
}
|
|
}
|
|
},
|
|
"read-pkg-up": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"find-up": "^4.1.0",
|
|
"read-pkg": "^5.2.0",
|
|
"type-fest": "^0.8.1"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "0.8.1"
|
|
}
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "4.9.0"
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.9"
|
|
}
|
|
}
|
|
},
|
|
"npm-run-all": {
|
|
"version": "4.1.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^3.2.1",
|
|
"chalk": "^2.4.1",
|
|
"cross-spawn": "^6.0.5",
|
|
"memorystream": "^0.3.1",
|
|
"minimatch": "^3.0.4",
|
|
"pidtree": "^0.3.0",
|
|
"read-pkg": "^3.0.0",
|
|
"shell-quote": "^1.6.1",
|
|
"string.prototype.padend": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"chalk": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
}
|
|
},
|
|
"cross-spawn": {
|
|
"version": "6.0.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"nice-try": "^1.0.4",
|
|
"path-key": "^2.0.1",
|
|
"semver": "^5.5.0",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"path-key": {
|
|
"version": "2.0.1",
|
|
"dev": true
|
|
},
|
|
"pidtree": {
|
|
"version": "0.3.1",
|
|
"dev": true
|
|
},
|
|
"semver": {
|
|
"version": "5.7.2",
|
|
"dev": true
|
|
},
|
|
"shebang-command": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"shebang-regex": "^1.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
},
|
|
"which": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"npm-run-path": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"path-key": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"path-key": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"number-is-nan": {
|
|
"version": "1.0.1"
|
|
},
|
|
"nwsapi": {
|
|
"version": "2.2.7",
|
|
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz",
|
|
"integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==",
|
|
"dev": true
|
|
},
|
|
"nyc": {
|
|
"version": "15.1.0",
|
|
"requires": {
|
|
"@istanbuljs/load-nyc-config": "^1.0.0",
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"caching-transform": "^4.0.0",
|
|
"convert-source-map": "^1.7.0",
|
|
"decamelize": "^1.2.0",
|
|
"find-cache-dir": "^3.2.0",
|
|
"find-up": "^4.1.0",
|
|
"foreground-child": "^2.0.0",
|
|
"get-package-type": "^0.1.0",
|
|
"glob": "^7.1.6",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"istanbul-lib-hook": "^3.0.0",
|
|
"istanbul-lib-instrument": "^4.0.0",
|
|
"istanbul-lib-processinfo": "^2.0.2",
|
|
"istanbul-lib-report": "^3.0.0",
|
|
"istanbul-lib-source-maps": "^4.0.0",
|
|
"istanbul-reports": "^3.0.2",
|
|
"make-dir": "^3.0.0",
|
|
"node-preload": "^0.2.1",
|
|
"p-map": "^3.0.0",
|
|
"process-on-spawn": "^1.0.0",
|
|
"resolve-from": "^5.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"spawn-wrap": "^2.0.0",
|
|
"test-exclude": "^6.0.0",
|
|
"yargs": "^15.0.2"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"camelcase": {
|
|
"version": "5.3.1"
|
|
},
|
|
"cliui": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^6.2.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"find-up": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"foreground-child": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"locate-path": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"p-locate": "^4.1.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"p-limit": "^2.2.0"
|
|
}
|
|
},
|
|
"p-map": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "6.2.0",
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
},
|
|
"y18n": {
|
|
"version": "4.0.3"
|
|
},
|
|
"yargs": {
|
|
"version": "15.4.1",
|
|
"requires": {
|
|
"cliui": "^6.0.0",
|
|
"decamelize": "^1.2.0",
|
|
"find-up": "^4.1.0",
|
|
"get-caller-file": "^2.0.1",
|
|
"require-directory": "^2.1.1",
|
|
"require-main-filename": "^2.0.0",
|
|
"set-blocking": "^2.0.0",
|
|
"string-width": "^4.2.0",
|
|
"which-module": "^2.0.0",
|
|
"y18n": "^4.0.0",
|
|
"yargs-parser": "^18.1.2"
|
|
}
|
|
},
|
|
"yargs-parser": {
|
|
"version": "18.1.3",
|
|
"requires": {
|
|
"camelcase": "^5.0.0",
|
|
"decamelize": "^1.2.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"object-assign": {
|
|
"version": "4.1.1"
|
|
},
|
|
"object-inspect": {
|
|
"version": "1.12.3"
|
|
},
|
|
"object-is": {
|
|
"version": "1.1.5",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3"
|
|
}
|
|
},
|
|
"object-keys": {
|
|
"version": "1.1.1"
|
|
},
|
|
"object.assign": {
|
|
"version": "4.1.4",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"has-symbols": "^1.0.3",
|
|
"object-keys": "^1.1.1"
|
|
}
|
|
},
|
|
"object.fromentries": {
|
|
"version": "2.0.7",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
}
|
|
},
|
|
"object.groupby": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1",
|
|
"get-intrinsic": "^1.2.1"
|
|
}
|
|
},
|
|
"object.values": {
|
|
"version": "1.1.7",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
}
|
|
},
|
|
"observable-webworkers": {
|
|
"version": "2.0.1"
|
|
},
|
|
"on-finished": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ee-first": "1.1.1"
|
|
}
|
|
},
|
|
"on-headers": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"once": {
|
|
"version": "1.4.0",
|
|
"requires": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"onetime": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"mimic-fn": "^4.0.0"
|
|
}
|
|
},
|
|
"optionator": {
|
|
"version": "0.9.3",
|
|
"requires": {
|
|
"@aashutoshrathi/word-wrap": "^1.2.3",
|
|
"deep-is": "^0.1.3",
|
|
"fast-levenshtein": "^2.0.6",
|
|
"levn": "^0.4.1",
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "^0.4.0"
|
|
}
|
|
},
|
|
"ora": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"chalk": "^5.3.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"cli-spinners": "^2.9.0",
|
|
"is-interactive": "^2.0.0",
|
|
"is-unicode-supported": "^1.3.0",
|
|
"log-symbols": "^5.1.0",
|
|
"stdin-discarder": "^0.1.0",
|
|
"string-width": "^6.1.0",
|
|
"strip-ansi": "^7.1.0"
|
|
},
|
|
"dependencies": {
|
|
"emoji-regex": {
|
|
"version": "10.3.0"
|
|
},
|
|
"log-symbols": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"chalk": "^5.0.0",
|
|
"is-unicode-supported": "^1.1.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^10.2.1",
|
|
"strip-ansi": "^7.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"os-tmpdir": {
|
|
"version": "1.0.2"
|
|
},
|
|
"p-cancelable": {
|
|
"version": "2.1.1"
|
|
},
|
|
"p-defer": {
|
|
"version": "4.0.0"
|
|
},
|
|
"p-each-series": {
|
|
"version": "3.0.0"
|
|
},
|
|
"p-event": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"p-timeout": "^6.1.2"
|
|
}
|
|
},
|
|
"p-filter": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"p-map": "^7.0.1"
|
|
}
|
|
},
|
|
"p-is-promise": {
|
|
"version": "3.0.0"
|
|
},
|
|
"p-limit": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"yocto-queue": "^0.1.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"p-limit": "^3.0.2"
|
|
}
|
|
},
|
|
"p-map": {
|
|
"version": "7.0.1"
|
|
},
|
|
"p-queue": {
|
|
"version": "8.0.1",
|
|
"requires": {
|
|
"eventemitter3": "^5.0.1",
|
|
"p-timeout": "^6.1.2"
|
|
}
|
|
},
|
|
"p-reduce": {
|
|
"version": "2.1.0"
|
|
},
|
|
"p-retry": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"@types/retry": "0.12.2",
|
|
"is-network-error": "^1.0.0",
|
|
"retry": "^0.13.1"
|
|
}
|
|
},
|
|
"p-tap": {
|
|
"version": "3.1.0"
|
|
},
|
|
"p-timeout": {
|
|
"version": "6.1.2"
|
|
},
|
|
"p-try": {
|
|
"version": "2.2.0"
|
|
},
|
|
"p-wait-for": {
|
|
"version": "5.0.2",
|
|
"requires": {
|
|
"p-timeout": "^6.0.0"
|
|
}
|
|
},
|
|
"pac-proxy-agent": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@tootallnate/quickjs-emscripten": "^0.23.0",
|
|
"agent-base": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"get-uri": "^6.0.1",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.2",
|
|
"pac-resolver": "^7.0.0",
|
|
"socks-proxy-agent": "^8.0.2"
|
|
}
|
|
},
|
|
"pac-resolver": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"degenerator": "^5.0.0",
|
|
"netmask": "^2.0.2"
|
|
}
|
|
},
|
|
"package-hash": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.15",
|
|
"hasha": "^5.0.0",
|
|
"lodash.flattendeep": "^4.4.0",
|
|
"release-zalgo": "^1.0.0"
|
|
}
|
|
},
|
|
"package-json": {
|
|
"version": "8.1.1",
|
|
"requires": {
|
|
"got": "^12.1.0",
|
|
"registry-auth-token": "^5.0.1",
|
|
"registry-url": "^6.0.0",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"dependencies": {
|
|
"@sindresorhus/is": {
|
|
"version": "5.6.0"
|
|
},
|
|
"@szmarczak/http-timer": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"defer-to-connect": "^2.0.1"
|
|
}
|
|
},
|
|
"cacheable-lookup": {
|
|
"version": "7.0.0"
|
|
},
|
|
"cacheable-request": {
|
|
"version": "10.2.14",
|
|
"requires": {
|
|
"@types/http-cache-semantics": "^4.0.2",
|
|
"get-stream": "^6.0.1",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"keyv": "^4.5.3",
|
|
"mimic-response": "^4.0.0",
|
|
"normalize-url": "^8.0.0",
|
|
"responselike": "^3.0.0"
|
|
}
|
|
},
|
|
"got": {
|
|
"version": "12.6.1",
|
|
"requires": {
|
|
"@sindresorhus/is": "^5.2.0",
|
|
"@szmarczak/http-timer": "^5.0.1",
|
|
"cacheable-lookup": "^7.0.0",
|
|
"cacheable-request": "^10.2.8",
|
|
"decompress-response": "^6.0.0",
|
|
"form-data-encoder": "^2.1.2",
|
|
"get-stream": "^6.0.1",
|
|
"http2-wrapper": "^2.1.10",
|
|
"lowercase-keys": "^3.0.0",
|
|
"p-cancelable": "^3.0.0",
|
|
"responselike": "^3.0.0"
|
|
}
|
|
},
|
|
"http2-wrapper": {
|
|
"version": "2.2.1",
|
|
"requires": {
|
|
"quick-lru": "^5.1.1",
|
|
"resolve-alpn": "^1.2.0"
|
|
}
|
|
},
|
|
"lowercase-keys": {
|
|
"version": "3.0.0"
|
|
},
|
|
"mimic-response": {
|
|
"version": "4.0.0"
|
|
},
|
|
"p-cancelable": {
|
|
"version": "3.0.0"
|
|
},
|
|
"registry-url": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"rc": "1.2.8"
|
|
}
|
|
},
|
|
"responselike": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"lowercase-keys": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"parent-module": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"callsites": "^3.1.0"
|
|
}
|
|
},
|
|
"parse-json": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"@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"
|
|
}
|
|
},
|
|
"parse-passwd": {
|
|
"version": "1.0.0"
|
|
},
|
|
"parse5": {
|
|
"version": "6.0.1",
|
|
"resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
|
|
"integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
|
|
"dev": true
|
|
},
|
|
"parseurl": {
|
|
"version": "1.3.3",
|
|
"dev": true
|
|
},
|
|
"pascalcase": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"camelcase": "^6.2.1"
|
|
}
|
|
},
|
|
"patch-package": {
|
|
"version": "6.5.1",
|
|
"requires": {
|
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
"chalk": "^4.1.2",
|
|
"cross-spawn": "^6.0.5",
|
|
"find-yarn-workspace-root": "^2.0.0",
|
|
"fs-extra": "^9.0.0",
|
|
"is-ci": "^2.0.0",
|
|
"klaw-sync": "^6.0.0",
|
|
"minimist": "^1.2.6",
|
|
"open": "^7.4.2",
|
|
"rimraf": "^2.6.3",
|
|
"semver": "^5.6.0",
|
|
"slash": "^2.0.0",
|
|
"tmp": "^0.0.33",
|
|
"yaml": "^1.10.2"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"ci-info": {
|
|
"version": "2.0.0"
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"cross-spawn": {
|
|
"version": "6.0.5",
|
|
"requires": {
|
|
"nice-try": "^1.0.4",
|
|
"path-key": "^2.0.1",
|
|
"semver": "^5.5.0",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
}
|
|
},
|
|
"fs-extra": {
|
|
"version": "9.1.0",
|
|
"requires": {
|
|
"at-least-node": "^1.0.0",
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"is-ci": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"ci-info": "^2.0.0"
|
|
}
|
|
},
|
|
"is-docker": {
|
|
"version": "2.2.1"
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"open": {
|
|
"version": "7.4.2",
|
|
"requires": {
|
|
"is-docker": "^2.0.0",
|
|
"is-wsl": "^2.1.1"
|
|
}
|
|
},
|
|
"path-key": {
|
|
"version": "2.0.1"
|
|
},
|
|
"rimraf": {
|
|
"version": "2.7.1",
|
|
"requires": {
|
|
"glob": "^7.1.3"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "5.7.2"
|
|
},
|
|
"shebang-command": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"shebang-regex": "^1.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "1.0.0"
|
|
},
|
|
"slash": {
|
|
"version": "2.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"tmp": {
|
|
"version": "0.0.33",
|
|
"requires": {
|
|
"os-tmpdir": "~1.0.2"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.1"
|
|
},
|
|
"which": {
|
|
"version": "1.3.1",
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
},
|
|
"yaml": {
|
|
"version": "1.10.2"
|
|
}
|
|
}
|
|
},
|
|
"path": {
|
|
"version": "0.12.7",
|
|
"requires": {
|
|
"process": "^0.11.1",
|
|
"util": "^0.10.3"
|
|
}
|
|
},
|
|
"path-browserify": {
|
|
"version": "1.0.1"
|
|
},
|
|
"path-exists": {
|
|
"version": "4.0.0"
|
|
},
|
|
"path-is-absolute": {
|
|
"version": "1.0.1"
|
|
},
|
|
"path-is-inside": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"path-key": {
|
|
"version": "3.1.1"
|
|
},
|
|
"path-parse": {
|
|
"version": "1.0.7"
|
|
},
|
|
"path-scurry": {
|
|
"version": "1.10.1",
|
|
"requires": {
|
|
"lru-cache": "^9.1.1 || ^10.0.0",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"lru-cache": {
|
|
"version": "10.1.0"
|
|
}
|
|
}
|
|
},
|
|
"path-to-regexp": {
|
|
"version": "2.2.1",
|
|
"dev": true
|
|
},
|
|
"path-type": {
|
|
"version": "4.0.0"
|
|
},
|
|
"pathval": {
|
|
"version": "1.1.1"
|
|
},
|
|
"pend": {
|
|
"version": "1.2.0"
|
|
},
|
|
"pico-signals": {
|
|
"version": "1.0.0"
|
|
},
|
|
"picocolors": {
|
|
"version": "1.0.0"
|
|
},
|
|
"picomatch": {
|
|
"version": "2.3.1"
|
|
},
|
|
"pidtree": {
|
|
"version": "0.6.0",
|
|
"dev": true
|
|
},
|
|
"pify": {
|
|
"version": "3.0.0"
|
|
},
|
|
"pinkie": {
|
|
"version": "2.0.4"
|
|
},
|
|
"pinkie-promise": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"pinkie": "^2.0.0"
|
|
}
|
|
},
|
|
"pkg-conf": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"find-up": "^2.0.0",
|
|
"load-json-file": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"locate-path": "^2.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"p-locate": "^2.0.0",
|
|
"path-exists": "^3.0.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "1.3.0",
|
|
"requires": {
|
|
"p-try": "^1.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"p-limit": "^1.1.0"
|
|
}
|
|
},
|
|
"p-try": {
|
|
"version": "1.0.0"
|
|
},
|
|
"path-exists": {
|
|
"version": "3.0.0"
|
|
}
|
|
}
|
|
},
|
|
"pkg-dir": {
|
|
"version": "4.2.0",
|
|
"requires": {
|
|
"find-up": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"p-locate": "^4.1.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"p-limit": "^2.2.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"playwright": {
|
|
"version": "1.40.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"fsevents": "2.3.2",
|
|
"playwright-core": "1.40.1"
|
|
},
|
|
"dependencies": {
|
|
"fsevents": {
|
|
"version": "2.3.2",
|
|
"dev": true,
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"playwright-core": {
|
|
"version": "1.40.1",
|
|
"dev": true
|
|
},
|
|
"playwright-test": {
|
|
"version": "14.0.0",
|
|
"requires": {
|
|
"acorn-loose": "^8.3.0",
|
|
"assert": "^2.1.0",
|
|
"buffer": "^6.0.3",
|
|
"c8": "^8.0.1",
|
|
"camelcase": "^8.0.0",
|
|
"chokidar": "^3.5.3",
|
|
"cpy": "^11.0.0",
|
|
"esbuild": "0.19.7",
|
|
"esbuild-plugin-wasm": "^1.1.0",
|
|
"events": "^3.3.0",
|
|
"execa": "^8.0.1",
|
|
"exit-hook": "^4.0.0",
|
|
"globby": "^14.0.0",
|
|
"kleur": "^4.1.5",
|
|
"lilconfig": "^3.0.0",
|
|
"lodash": "^4.17.21",
|
|
"merge-options": "^3.0.4",
|
|
"nanoid": "^5.0.2",
|
|
"ora": "^7.0.1",
|
|
"p-timeout": "^6.1.2",
|
|
"path-browserify": "^1.0.1",
|
|
"playwright-core": "1.40.0",
|
|
"polka": "^0.5.2",
|
|
"premove": "^4.0.0",
|
|
"process": "^0.11.10",
|
|
"sade": "^1.8.1",
|
|
"sirv": "^2.0.3",
|
|
"source-map": "0.6.1",
|
|
"source-map-support": "^0.5.21",
|
|
"stream-browserify": "^3.0.0",
|
|
"tempy": "^3.1.0",
|
|
"test-exclude": "^6.0.0",
|
|
"util": "^0.12.5",
|
|
"v8-to-istanbul": "^9.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@esbuild/darwin-arm64": {
|
|
"version": "0.19.7",
|
|
"optional": true
|
|
},
|
|
"buffer": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"c8": {
|
|
"version": "8.0.1",
|
|
"requires": {
|
|
"@bcoe/v8-coverage": "^0.2.3",
|
|
"@istanbuljs/schema": "^0.1.3",
|
|
"find-up": "^5.0.0",
|
|
"foreground-child": "^2.0.0",
|
|
"istanbul-lib-coverage": "^3.2.0",
|
|
"istanbul-lib-report": "^3.0.1",
|
|
"istanbul-reports": "^3.1.6",
|
|
"rimraf": "^3.0.2",
|
|
"test-exclude": "^6.0.0",
|
|
"v8-to-istanbul": "^9.0.0",
|
|
"yargs": "^17.7.2",
|
|
"yargs-parser": "^21.1.1"
|
|
}
|
|
},
|
|
"camelcase": {
|
|
"version": "8.0.0"
|
|
},
|
|
"esbuild": {
|
|
"version": "0.19.7",
|
|
"requires": {
|
|
"@esbuild/android-arm": "0.19.7",
|
|
"@esbuild/android-arm64": "0.19.7",
|
|
"@esbuild/android-x64": "0.19.7",
|
|
"@esbuild/darwin-arm64": "0.19.7",
|
|
"@esbuild/darwin-x64": "0.19.7",
|
|
"@esbuild/freebsd-arm64": "0.19.7",
|
|
"@esbuild/freebsd-x64": "0.19.7",
|
|
"@esbuild/linux-arm": "0.19.7",
|
|
"@esbuild/linux-arm64": "0.19.7",
|
|
"@esbuild/linux-ia32": "0.19.7",
|
|
"@esbuild/linux-loong64": "0.19.7",
|
|
"@esbuild/linux-mips64el": "0.19.7",
|
|
"@esbuild/linux-ppc64": "0.19.7",
|
|
"@esbuild/linux-riscv64": "0.19.7",
|
|
"@esbuild/linux-s390x": "0.19.7",
|
|
"@esbuild/linux-x64": "0.19.7",
|
|
"@esbuild/netbsd-x64": "0.19.7",
|
|
"@esbuild/openbsd-x64": "0.19.7",
|
|
"@esbuild/sunos-x64": "0.19.7",
|
|
"@esbuild/win32-arm64": "0.19.7",
|
|
"@esbuild/win32-ia32": "0.19.7",
|
|
"@esbuild/win32-x64": "0.19.7"
|
|
}
|
|
},
|
|
"execa": {
|
|
"version": "8.0.1",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"signal-exit": {
|
|
"version": "4.1.0"
|
|
}
|
|
}
|
|
},
|
|
"foreground-child": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"get-stream": {
|
|
"version": "8.0.1"
|
|
},
|
|
"globby": {
|
|
"version": "14.0.0",
|
|
"requires": {
|
|
"@sindresorhus/merge-streams": "^1.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"ignore": "^5.2.4",
|
|
"path-type": "^5.0.0",
|
|
"slash": "^5.1.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
}
|
|
},
|
|
"human-signals": {
|
|
"version": "5.0.0"
|
|
},
|
|
"lilconfig": {
|
|
"version": "3.0.0"
|
|
},
|
|
"path-type": {
|
|
"version": "5.0.0"
|
|
},
|
|
"playwright-core": {
|
|
"version": "1.40.0"
|
|
},
|
|
"slash": {
|
|
"version": "5.1.0"
|
|
},
|
|
"util": {
|
|
"version": "0.12.5",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"is-arguments": "^1.0.4",
|
|
"is-generator-function": "^1.0.7",
|
|
"is-typed-array": "^1.1.3",
|
|
"which-typed-array": "^1.1.2"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"please-upgrade-node": {
|
|
"version": "3.2.0",
|
|
"requires": {
|
|
"semver-compare": "^1.0.0"
|
|
}
|
|
},
|
|
"plur": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"irregular-plurals": "^3.2.0"
|
|
}
|
|
},
|
|
"polka": {
|
|
"version": "0.5.2",
|
|
"requires": {
|
|
"@polka/url": "^0.5.0",
|
|
"trouter": "^2.0.1"
|
|
}
|
|
},
|
|
"portfinder": {
|
|
"version": "1.0.32",
|
|
"requires": {
|
|
"async": "^2.6.4",
|
|
"debug": "^3.2.7",
|
|
"mkdirp": "^0.5.6"
|
|
},
|
|
"dependencies": {
|
|
"async": {
|
|
"version": "2.6.4",
|
|
"requires": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
},
|
|
"debug": {
|
|
"version": "3.2.7",
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"postcss": {
|
|
"version": "8.4.33",
|
|
"requires": {
|
|
"nanoid": "^3.3.7",
|
|
"picocolors": "^1.0.0",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": {
|
|
"version": "3.3.7"
|
|
}
|
|
}
|
|
},
|
|
"prelude-ls": {
|
|
"version": "1.2.1"
|
|
},
|
|
"premove": {
|
|
"version": "4.0.0"
|
|
},
|
|
"prettier": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"prettier-linter-helpers": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"fast-diff": "^1.1.2"
|
|
}
|
|
},
|
|
"private-ip": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"ip-regex": "^5.0.0",
|
|
"ipaddr.js": "^2.1.0",
|
|
"netmask": "^2.0.2"
|
|
}
|
|
},
|
|
"process": {
|
|
"version": "0.11.10"
|
|
},
|
|
"process-nextick-args": {
|
|
"version": "2.0.1"
|
|
},
|
|
"process-on-spawn": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"fromentries": "^1.2.0"
|
|
}
|
|
},
|
|
"progress": {
|
|
"version": "2.0.3"
|
|
},
|
|
"progress-events": {
|
|
"version": "1.0.0"
|
|
},
|
|
"prompt": {
|
|
"version": "1.3.0",
|
|
"requires": {
|
|
"@colors/colors": "1.5.0",
|
|
"async": "3.2.3",
|
|
"read": "1.0.x",
|
|
"revalidator": "0.1.x",
|
|
"winston": "2.x"
|
|
},
|
|
"dependencies": {
|
|
"async": {
|
|
"version": "3.2.3"
|
|
}
|
|
}
|
|
},
|
|
"proper-lockfile": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.4",
|
|
"retry": "^0.12.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"retry": {
|
|
"version": "0.12.0"
|
|
}
|
|
}
|
|
},
|
|
"properties": {
|
|
"version": "1.2.1",
|
|
"dev": true
|
|
},
|
|
"proto-list": {
|
|
"version": "1.2.4"
|
|
},
|
|
"protobufjs": {
|
|
"version": "7.2.5",
|
|
"dev": true,
|
|
"peer": true,
|
|
"requires": {
|
|
"@protobufjs/aspromise": "^1.1.2",
|
|
"@protobufjs/base64": "^1.1.2",
|
|
"@protobufjs/codegen": "^2.0.4",
|
|
"@protobufjs/eventemitter": "^1.1.0",
|
|
"@protobufjs/fetch": "^1.1.0",
|
|
"@protobufjs/float": "^1.0.2",
|
|
"@protobufjs/inquire": "^1.1.0",
|
|
"@protobufjs/path": "^1.1.2",
|
|
"@protobufjs/pool": "^1.1.0",
|
|
"@protobufjs/utf8": "^1.1.0",
|
|
"@types/node": ">=13.7.0",
|
|
"long": "^5.0.0"
|
|
}
|
|
},
|
|
"protobufjs-cli": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^4.0.0",
|
|
"escodegen": "^1.13.0",
|
|
"espree": "^9.0.0",
|
|
"estraverse": "^5.1.0",
|
|
"glob": "^8.0.0",
|
|
"jsdoc": "^4.0.0",
|
|
"minimist": "^1.2.0",
|
|
"semver": "^7.1.2",
|
|
"tmp": "^0.2.1",
|
|
"uglify-js": "^3.7.7"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"protons": {
|
|
"version": "7.0.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"meow": "^12.0.1",
|
|
"protobufjs-cli": "^1.0.0"
|
|
}
|
|
},
|
|
"protons-runtime": {
|
|
"version": "5.4.0",
|
|
"requires": {
|
|
"uint8-varint": "^2.0.2",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"proxy-agent": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"http-proxy-agent": "^7.0.1",
|
|
"https-proxy-agent": "^7.0.3",
|
|
"lru-cache": "^7.14.1",
|
|
"pac-proxy-agent": "^7.0.1",
|
|
"proxy-from-env": "^1.1.0",
|
|
"socks-proxy-agent": "^8.0.2"
|
|
},
|
|
"dependencies": {
|
|
"lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"proxy-from-env": {
|
|
"version": "1.1.0",
|
|
"dev": true
|
|
},
|
|
"psl": {
|
|
"version": "1.9.0",
|
|
"resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
|
|
"integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
|
|
"dev": true
|
|
},
|
|
"pump": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"punycode": {
|
|
"version": "2.3.0"
|
|
},
|
|
"pupa": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"escape-goat": "^4.0.0"
|
|
}
|
|
},
|
|
"puppeteer-core": {
|
|
"version": "22.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@puppeteer/browsers": "2.1.0",
|
|
"chromium-bidi": "0.5.9",
|
|
"cross-fetch": "4.0.0",
|
|
"debug": "4.3.4",
|
|
"devtools-protocol": "0.0.1249869",
|
|
"ws": "8.16.0"
|
|
}
|
|
},
|
|
"pure-rand": {
|
|
"version": "6.0.3"
|
|
},
|
|
"pvtsutils": {
|
|
"version": "1.3.5",
|
|
"requires": {
|
|
"tslib": "^2.6.1"
|
|
}
|
|
},
|
|
"pvutils": {
|
|
"version": "1.1.3"
|
|
},
|
|
"qjobs": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"qs": {
|
|
"version": "6.11.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"side-channel": "^1.0.4"
|
|
}
|
|
},
|
|
"querystringify": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
|
|
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
|
|
"dev": true
|
|
},
|
|
"queue-microtask": {
|
|
"version": "1.2.3"
|
|
},
|
|
"queue-tick": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"quick-lru": {
|
|
"version": "5.1.1"
|
|
},
|
|
"race-event": {
|
|
"version": "1.1.0"
|
|
},
|
|
"race-signal": {
|
|
"version": "1.0.2"
|
|
},
|
|
"randombytes": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"range-parser": {
|
|
"version": "1.2.1",
|
|
"dev": true
|
|
},
|
|
"raw-body": {
|
|
"version": "2.5.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"bytes": "3.1.2",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"unpipe": "1.0.0"
|
|
}
|
|
},
|
|
"rc": {
|
|
"version": "1.2.8",
|
|
"requires": {
|
|
"deep-extend": "^0.6.0",
|
|
"ini": "~1.3.0",
|
|
"minimist": "^1.2.0",
|
|
"strip-json-comments": "~2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ini": {
|
|
"version": "1.3.8"
|
|
},
|
|
"strip-json-comments": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"react": {
|
|
"version": "17.0.2",
|
|
"resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
|
|
"integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"loose-envify": "^1.1.0",
|
|
"object-assign": "^4.1.1"
|
|
}
|
|
},
|
|
"react-native-test-runner": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.12.12",
|
|
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
"chai": "^4.2.0",
|
|
"execa": "^4.1.0",
|
|
"find-up": "^5.0.0",
|
|
"fs-extra": "^9.0.1",
|
|
"globby": "^11.0.1",
|
|
"is-ci": "^2.0.0",
|
|
"is-uuid": "^1.0.2",
|
|
"lilconfig": "^2.0.2",
|
|
"meow": "^8.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"metro-react-native-babel-preset": "^0.64.0",
|
|
"ora": "^5.1.0",
|
|
"p-retry": "^4.2.0",
|
|
"p-tap": "^3.1.0",
|
|
"patch-package": "^6.2.2",
|
|
"pico-signals": "^1.0.0",
|
|
"read-pkg": "^5.2.0",
|
|
"semver": "^7.3.4",
|
|
"tempy": "^1.0.0",
|
|
"yn": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@types/retry": {
|
|
"version": "0.12.0"
|
|
},
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"ci-info": {
|
|
"version": "2.0.0"
|
|
},
|
|
"cli-cursor": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"restore-cursor": "^3.1.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"crypto-random-string": {
|
|
"version": "2.0.0"
|
|
},
|
|
"execa": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.0",
|
|
"get-stream": "^5.0.0",
|
|
"human-signals": "^1.1.1",
|
|
"is-stream": "^2.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^4.0.0",
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-final-newline": "^2.0.0"
|
|
}
|
|
},
|
|
"fs-extra": {
|
|
"version": "9.1.0",
|
|
"requires": {
|
|
"at-least-node": "^1.0.0",
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"get-stream": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"pump": "^3.0.0"
|
|
}
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
},
|
|
"human-signals": {
|
|
"version": "1.1.1"
|
|
},
|
|
"is-ci": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"ci-info": "^2.0.0"
|
|
}
|
|
},
|
|
"is-interactive": {
|
|
"version": "1.0.0"
|
|
},
|
|
"is-stream": {
|
|
"version": "2.0.1"
|
|
},
|
|
"is-unicode-supported": {
|
|
"version": "0.1.0"
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"p-locate": "^4.1.0"
|
|
}
|
|
},
|
|
"log-symbols": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
}
|
|
},
|
|
"meow": {
|
|
"version": "8.1.2",
|
|
"requires": {
|
|
"@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"
|
|
},
|
|
"dependencies": {
|
|
"normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"requires": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"is-core-module": "^2.5.0",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mimic-fn": {
|
|
"version": "2.1.0"
|
|
},
|
|
"npm-run-path": {
|
|
"version": "4.0.1",
|
|
"requires": {
|
|
"path-key": "^3.0.0"
|
|
}
|
|
},
|
|
"onetime": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"mimic-fn": "^2.1.0"
|
|
}
|
|
},
|
|
"ora": {
|
|
"version": "5.4.1",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"p-limit": "^2.2.0"
|
|
}
|
|
},
|
|
"p-retry": {
|
|
"version": "4.6.2",
|
|
"requires": {
|
|
"@types/retry": "0.12.0",
|
|
"retry": "^0.13.1"
|
|
}
|
|
},
|
|
"read-pkg": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"@types/normalize-package-data": "^2.4.0",
|
|
"normalize-package-data": "^2.5.0",
|
|
"parse-json": "^5.0.0",
|
|
"type-fest": "^0.6.0"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "0.6.0"
|
|
}
|
|
}
|
|
},
|
|
"read-pkg-up": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"find-up": "^4.1.0",
|
|
"read-pkg": "^5.2.0",
|
|
"type-fest": "^0.8.1"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "0.8.1"
|
|
}
|
|
}
|
|
},
|
|
"restore-cursor": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"strip-final-newline": {
|
|
"version": "2.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"temp-dir": {
|
|
"version": "2.0.0"
|
|
},
|
|
"tempy": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"del": "^6.0.0",
|
|
"is-stream": "^2.0.0",
|
|
"temp-dir": "^2.0.0",
|
|
"type-fest": "^0.16.0",
|
|
"unique-string": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "0.16.0"
|
|
}
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "0.18.1"
|
|
},
|
|
"unique-string": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"crypto-random-string": "^2.0.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.1"
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.9"
|
|
},
|
|
"yn": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"react-refresh": {
|
|
"version": "0.4.3"
|
|
},
|
|
"read": {
|
|
"version": "1.0.7",
|
|
"requires": {
|
|
"mute-stream": "~0.0.4"
|
|
}
|
|
},
|
|
"read-pkg": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"load-json-file": "^4.0.0",
|
|
"normalize-package-data": "^2.3.2",
|
|
"path-type": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"path-type": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"pify": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"read-pkg-up": {
|
|
"version": "11.0.0",
|
|
"requires": {
|
|
"find-up-simple": "^1.0.0",
|
|
"read-pkg": "^9.0.0",
|
|
"type-fest": "^4.6.0"
|
|
},
|
|
"dependencies": {
|
|
"hosted-git-info": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"lru-cache": "^10.0.1"
|
|
}
|
|
},
|
|
"lru-cache": {
|
|
"version": "10.1.0"
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"hosted-git-info": "^7.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
}
|
|
},
|
|
"parse-json": {
|
|
"version": "8.1.0",
|
|
"requires": {
|
|
"@babel/code-frame": "^7.22.13",
|
|
"index-to-position": "^0.1.2",
|
|
"type-fest": "^4.7.1"
|
|
}
|
|
},
|
|
"read-pkg": {
|
|
"version": "9.0.1",
|
|
"requires": {
|
|
"@types/normalize-package-data": "^2.4.3",
|
|
"normalize-package-data": "^6.0.0",
|
|
"parse-json": "^8.0.0",
|
|
"type-fest": "^4.6.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "4.9.0"
|
|
}
|
|
}
|
|
},
|
|
"readable-stream": {
|
|
"version": "3.6.2",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
},
|
|
"readdirp": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"picomatch": "^2.2.1"
|
|
}
|
|
},
|
|
"receptacle": {
|
|
"version": "1.3.2",
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"redent": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"indent-string": "^4.0.0",
|
|
"strip-indent": "^3.0.0"
|
|
}
|
|
},
|
|
"redeyed": {
|
|
"version": "2.1.1",
|
|
"requires": {
|
|
"esprima": "~4.0.0"
|
|
}
|
|
},
|
|
"regenerate": {
|
|
"version": "1.4.2"
|
|
},
|
|
"regenerate-unicode-properties": {
|
|
"version": "10.1.1",
|
|
"requires": {
|
|
"regenerate": "^1.4.2"
|
|
}
|
|
},
|
|
"regenerator-runtime": {
|
|
"version": "0.14.1"
|
|
},
|
|
"regenerator-transform": {
|
|
"version": "0.15.2",
|
|
"requires": {
|
|
"@babel/runtime": "^7.8.4"
|
|
}
|
|
},
|
|
"regexp.prototype.flags": {
|
|
"version": "1.5.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"set-function-name": "^2.0.0"
|
|
}
|
|
},
|
|
"regexpp": {
|
|
"version": "3.2.0"
|
|
},
|
|
"regexpu-core": {
|
|
"version": "5.3.2",
|
|
"requires": {
|
|
"@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"
|
|
}
|
|
},
|
|
"registry-auth-token": {
|
|
"version": "5.0.2",
|
|
"requires": {
|
|
"@pnpm/npm-conf": "^2.1.0"
|
|
}
|
|
},
|
|
"registry-url": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"rc": "^1.0.1"
|
|
}
|
|
},
|
|
"regjsparser": {
|
|
"version": "0.9.1",
|
|
"requires": {
|
|
"jsesc": "~0.5.0"
|
|
},
|
|
"dependencies": {
|
|
"jsesc": {
|
|
"version": "0.5.0"
|
|
}
|
|
}
|
|
},
|
|
"release-zalgo": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"es6-error": "^4.0.1"
|
|
}
|
|
},
|
|
"repeat-string": {
|
|
"version": "1.6.1",
|
|
"dev": true
|
|
},
|
|
"require-directory": {
|
|
"version": "2.1.1"
|
|
},
|
|
"require-from-string": {
|
|
"version": "2.0.2",
|
|
"dev": true
|
|
},
|
|
"require-main-filename": {
|
|
"version": "2.0.0"
|
|
},
|
|
"require-package-name": {
|
|
"version": "2.0.1"
|
|
},
|
|
"requireindex": {
|
|
"version": "1.2.0"
|
|
},
|
|
"requires-port": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"requizzle": {
|
|
"version": "0.2.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"resolve": {
|
|
"version": "1.22.6",
|
|
"requires": {
|
|
"is-core-module": "^2.13.0",
|
|
"path-parse": "^1.0.7",
|
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
}
|
|
},
|
|
"resolve-alpn": {
|
|
"version": "1.2.1"
|
|
},
|
|
"resolve-dir": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"expand-tilde": "^2.0.0",
|
|
"global-modules": "^1.0.0"
|
|
}
|
|
},
|
|
"resolve-from": {
|
|
"version": "5.0.0"
|
|
},
|
|
"resolve-global": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz",
|
|
"integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"global-dirs": "^0.1.1"
|
|
},
|
|
"dependencies": {
|
|
"global-dirs": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
|
|
"integrity": "sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"ini": "^1.3.4"
|
|
}
|
|
},
|
|
"ini": {
|
|
"version": "1.3.8",
|
|
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
|
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"resolve-pkg-maps": {
|
|
"version": "1.0.0",
|
|
"peer": true
|
|
},
|
|
"responselike": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"lowercase-keys": "^2.0.0"
|
|
}
|
|
},
|
|
"restore-cursor": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"mimic-fn": {
|
|
"version": "2.1.0"
|
|
},
|
|
"onetime": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"mimic-fn": "^2.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"retry": {
|
|
"version": "0.13.1"
|
|
},
|
|
"reusify": {
|
|
"version": "1.0.4"
|
|
},
|
|
"revalidator": {
|
|
"version": "0.1.8"
|
|
},
|
|
"rfdc": {
|
|
"version": "1.3.0",
|
|
"dev": true
|
|
},
|
|
"rimraf": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"dependencies": {
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"roarr": {
|
|
"version": "2.15.4",
|
|
"optional": true,
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"rollup": {
|
|
"version": "4.12.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@rollup/rollup-android-arm-eabi": "4.12.0",
|
|
"@rollup/rollup-android-arm64": "4.12.0",
|
|
"@rollup/rollup-darwin-arm64": "4.12.0",
|
|
"@rollup/rollup-darwin-x64": "4.12.0",
|
|
"@rollup/rollup-linux-arm-gnueabihf": "4.12.0",
|
|
"@rollup/rollup-linux-arm64-gnu": "4.12.0",
|
|
"@rollup/rollup-linux-arm64-musl": "4.12.0",
|
|
"@rollup/rollup-linux-riscv64-gnu": "4.12.0",
|
|
"@rollup/rollup-linux-x64-gnu": "4.12.0",
|
|
"@rollup/rollup-linux-x64-musl": "4.12.0",
|
|
"@rollup/rollup-win32-arm64-msvc": "4.12.0",
|
|
"@rollup/rollup-win32-ia32-msvc": "4.12.0",
|
|
"@rollup/rollup-win32-x64-msvc": "4.12.0",
|
|
"@types/estree": "1.0.5",
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"rollup-plugin-copy": {
|
|
"version": "3.5.0",
|
|
"resolved": "https://registry.npmjs.org/rollup-plugin-copy/-/rollup-plugin-copy-3.5.0.tgz",
|
|
"integrity": "sha512-wI8D5dvYovRMx/YYKtUNt3Yxaw4ORC9xo6Gt9t22kveWz1enG9QrhVlagzwrxSC455xD1dHMKhIJkbsQ7d48BA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/fs-extra": "^8.0.1",
|
|
"colorette": "^1.1.0",
|
|
"fs-extra": "^8.1.0",
|
|
"globby": "10.0.1",
|
|
"is-plain-object": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"colorette": {
|
|
"version": "1.4.0",
|
|
"resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
|
|
"integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==",
|
|
"dev": true
|
|
},
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
"dev": true,
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"globby": {
|
|
"version": "10.0.1",
|
|
"resolved": "https://registry.npmjs.org/globby/-/globby-10.0.1.tgz",
|
|
"integrity": "sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/glob": "^7.1.1",
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.0.3",
|
|
"glob": "^7.1.3",
|
|
"ignore": "^5.1.1",
|
|
"merge2": "^1.2.3",
|
|
"slash": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"run-parallel": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"rxjs": {
|
|
"version": "6.6.7",
|
|
"requires": {
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": {
|
|
"version": "1.14.1"
|
|
}
|
|
}
|
|
},
|
|
"sade": {
|
|
"version": "1.8.1",
|
|
"requires": {
|
|
"mri": "^1.1.0"
|
|
}
|
|
},
|
|
"safe-array-concat": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.1",
|
|
"has-symbols": "^1.0.3",
|
|
"isarray": "^2.0.5"
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.2.1"
|
|
},
|
|
"safe-regex-test": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.3",
|
|
"is-regex": "^1.1.4"
|
|
}
|
|
},
|
|
"safer-buffer": {
|
|
"version": "2.1.2"
|
|
},
|
|
"saxes": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
|
|
"integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"xmlchars": "^2.2.0"
|
|
}
|
|
},
|
|
"schema-utils": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/json-schema": "^7.0.8",
|
|
"ajv": "^6.12.5",
|
|
"ajv-keywords": "^3.5.2"
|
|
}
|
|
},
|
|
"scrypt-js": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/scrypt-js/-/scrypt-js-3.0.1.tgz",
|
|
"integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA=="
|
|
},
|
|
"semantic-release": {
|
|
"version": "23.0.0",
|
|
"requires": {
|
|
"@semantic-release/commit-analyzer": "^11.0.0",
|
|
"@semantic-release/error": "^4.0.0",
|
|
"@semantic-release/github": "^9.0.0",
|
|
"@semantic-release/npm": "^11.0.0",
|
|
"@semantic-release/release-notes-generator": "^12.0.0",
|
|
"aggregate-error": "^5.0.0",
|
|
"cosmiconfig": "^9.0.0",
|
|
"debug": "^4.0.0",
|
|
"env-ci": "^11.0.0",
|
|
"execa": "^8.0.0",
|
|
"figures": "^6.0.0",
|
|
"find-versions": "^5.1.0",
|
|
"get-stream": "^6.0.0",
|
|
"git-log-parser": "^1.2.0",
|
|
"hook-std": "^3.0.0",
|
|
"hosted-git-info": "^7.0.0",
|
|
"import-from-esm": "^1.3.1",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^11.0.0",
|
|
"marked-terminal": "^6.0.0",
|
|
"micromatch": "^4.0.2",
|
|
"p-each-series": "^3.0.0",
|
|
"p-reduce": "^3.0.0",
|
|
"read-pkg-up": "^11.0.0",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.3.2",
|
|
"semver-diff": "^4.0.0",
|
|
"signale": "^1.2.1",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"dependencies": {
|
|
"@semantic-release/error": {
|
|
"version": "4.0.0"
|
|
},
|
|
"aggregate-error": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"clean-stack": "^5.2.0",
|
|
"indent-string": "^5.0.0"
|
|
}
|
|
},
|
|
"clean-stack": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"escape-string-regexp": "5.0.0"
|
|
}
|
|
},
|
|
"cosmiconfig": {
|
|
"version": "9.0.0",
|
|
"requires": {
|
|
"env-paths": "^2.2.1",
|
|
"import-fresh": "^3.3.0",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.2.0"
|
|
}
|
|
},
|
|
"env-paths": {
|
|
"version": "2.2.1"
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "5.0.0"
|
|
},
|
|
"execa": {
|
|
"version": "8.0.1",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^8.0.1",
|
|
"human-signals": "^5.0.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^4.1.0",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"get-stream": {
|
|
"version": "8.0.1"
|
|
}
|
|
}
|
|
},
|
|
"figures": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"is-unicode-supported": "^2.0.0"
|
|
}
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"lru-cache": "^10.0.1"
|
|
}
|
|
},
|
|
"human-signals": {
|
|
"version": "5.0.0"
|
|
},
|
|
"indent-string": {
|
|
"version": "5.0.0"
|
|
},
|
|
"is-unicode-supported": {
|
|
"version": "2.0.0"
|
|
},
|
|
"lru-cache": {
|
|
"version": "10.1.0"
|
|
},
|
|
"marked": {
|
|
"version": "11.1.1"
|
|
},
|
|
"p-reduce": {
|
|
"version": "3.0.0"
|
|
},
|
|
"signal-exit": {
|
|
"version": "4.1.0"
|
|
}
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.6.0",
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
},
|
|
"semver-compare": {
|
|
"version": "1.0.0"
|
|
},
|
|
"semver-diff": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"semver-regex": {
|
|
"version": "4.0.5"
|
|
},
|
|
"serialize-error": {
|
|
"version": "7.0.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"type-fest": "^0.13.1"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "0.13.1",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"serialize-javascript": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"serve": {
|
|
"version": "14.2.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@zeit/schemas": "2.29.0",
|
|
"ajv": "8.11.0",
|
|
"arg": "5.0.2",
|
|
"boxen": "7.0.0",
|
|
"chalk": "5.0.1",
|
|
"chalk-template": "0.4.0",
|
|
"clipboardy": "3.0.0",
|
|
"compression": "1.7.4",
|
|
"is-port-reachable": "4.0.0",
|
|
"serve-handler": "6.1.5",
|
|
"update-check": "1.5.4"
|
|
},
|
|
"dependencies": {
|
|
"ajv": {
|
|
"version": "8.11.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
}
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"arg": {
|
|
"version": "5.0.2",
|
|
"dev": true
|
|
},
|
|
"chalk": {
|
|
"version": "5.0.1",
|
|
"dev": true
|
|
},
|
|
"chalk-template": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^4.1.2"
|
|
},
|
|
"dependencies": {
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true
|
|
},
|
|
"json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"serve-handler": {
|
|
"version": "6.1.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"bytes": "3.0.0",
|
|
"content-disposition": "0.5.2",
|
|
"fast-url-parser": "1.1.3",
|
|
"mime-types": "2.1.18",
|
|
"minimatch": "3.1.2",
|
|
"path-is-inside": "1.0.2",
|
|
"path-to-regexp": "2.2.1",
|
|
"range-parser": "1.2.0"
|
|
},
|
|
"dependencies": {
|
|
"bytes": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"mime-db": {
|
|
"version": "1.33.0",
|
|
"dev": true
|
|
},
|
|
"mime-types": {
|
|
"version": "2.1.18",
|
|
"dev": true,
|
|
"requires": {
|
|
"mime-db": "~1.33.0"
|
|
}
|
|
},
|
|
"range-parser": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"set-blocking": {
|
|
"version": "2.0.0"
|
|
},
|
|
"set-function-name": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"define-data-property": "^1.0.1",
|
|
"functions-have-names": "^1.2.3",
|
|
"has-property-descriptors": "^1.0.0"
|
|
}
|
|
},
|
|
"setprototypeof": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"shebang-command": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"shebang-regex": "^3.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "3.0.0"
|
|
},
|
|
"shell-quote": {
|
|
"version": "1.8.1",
|
|
"dev": true
|
|
},
|
|
"shiki": {
|
|
"version": "0.14.7",
|
|
"requires": {
|
|
"ansi-sequence-parser": "^1.1.0",
|
|
"jsonc-parser": "^3.2.0",
|
|
"vscode-oniguruma": "^1.7.0",
|
|
"vscode-textmate": "^8.0.0"
|
|
}
|
|
},
|
|
"side-channel": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"call-bind": "^1.0.0",
|
|
"get-intrinsic": "^1.0.2",
|
|
"object-inspect": "^1.9.0"
|
|
}
|
|
},
|
|
"signal-exit": {
|
|
"version": "3.0.7"
|
|
},
|
|
"signale": {
|
|
"version": "1.4.0",
|
|
"requires": {
|
|
"chalk": "^2.3.2",
|
|
"figures": "^2.0.0",
|
|
"pkg-conf": "^2.1.0"
|
|
},
|
|
"dependencies": {
|
|
"chalk": {
|
|
"version": "2.4.2",
|
|
"requires": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
},
|
|
"figures": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
}
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sinon": {
|
|
"version": "17.0.1",
|
|
"requires": {
|
|
"@sinonjs/commons": "^3.0.0",
|
|
"@sinonjs/fake-timers": "^11.2.2",
|
|
"@sinonjs/samsam": "^8.0.0",
|
|
"diff": "^5.1.0",
|
|
"nise": "^5.1.5",
|
|
"supports-color": "^7.2.0"
|
|
},
|
|
"dependencies": {
|
|
"diff": {
|
|
"version": "5.1.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sirv": {
|
|
"version": "2.0.4",
|
|
"requires": {
|
|
"@polka/url": "^1.0.0-next.24",
|
|
"mrmime": "^2.0.0",
|
|
"totalist": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@polka/url": {
|
|
"version": "1.0.0-next.24"
|
|
}
|
|
}
|
|
},
|
|
"size-limit": {
|
|
"version": "11.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"bytes-iec": "^3.1.1",
|
|
"chokidar": "^3.5.3",
|
|
"globby": "^14.0.0",
|
|
"lilconfig": "^3.0.0",
|
|
"nanospinner": "^1.1.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"globby": {
|
|
"version": "14.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@sindresorhus/merge-streams": "^1.0.0",
|
|
"fast-glob": "^3.3.2",
|
|
"ignore": "^5.2.4",
|
|
"path-type": "^5.0.0",
|
|
"slash": "^5.1.0",
|
|
"unicorn-magic": "^0.1.0"
|
|
}
|
|
},
|
|
"lilconfig": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"path-type": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
},
|
|
"slash": {
|
|
"version": "5.1.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"skin-tone": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"unicode-emoji-modifier-base": "^1.0.0"
|
|
}
|
|
},
|
|
"slash": {
|
|
"version": "3.0.0"
|
|
},
|
|
"slice-ansi": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^6.0.0",
|
|
"is-fullwidth-code-point": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "6.2.1",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"smart-buffer": {
|
|
"version": "4.2.0",
|
|
"dev": true
|
|
},
|
|
"socket.io": {
|
|
"version": "4.7.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"accepts": "~1.3.4",
|
|
"base64id": "~2.0.0",
|
|
"cors": "~2.8.5",
|
|
"debug": "~4.3.2",
|
|
"engine.io": "~6.5.2",
|
|
"socket.io-adapter": "~2.5.2",
|
|
"socket.io-parser": "~4.2.4"
|
|
}
|
|
},
|
|
"socket.io-adapter": {
|
|
"version": "2.5.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"ws": "~8.11.0"
|
|
},
|
|
"dependencies": {
|
|
"ws": {
|
|
"version": "8.11.0",
|
|
"dev": true,
|
|
"requires": {}
|
|
}
|
|
}
|
|
},
|
|
"socket.io-parser": {
|
|
"version": "4.2.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
"debug": "~4.3.1"
|
|
}
|
|
},
|
|
"socks": {
|
|
"version": "2.8.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ip-address": "^9.0.5",
|
|
"smart-buffer": "^4.2.0"
|
|
}
|
|
},
|
|
"socks-proxy-agent": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"socks": "^2.7.1"
|
|
}
|
|
},
|
|
"sort-any": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/sort-any/-/sort-any-2.0.0.tgz",
|
|
"integrity": "sha512-T9JoiDewQEmWcnmPn/s9h/PH9t3d/LSWi0RgVmXSuDYeZXTZOZ1/wrK2PHaptuR1VXe3clLLt0pD6sgVOwjNEA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"source-map": {
|
|
"version": "0.6.1"
|
|
},
|
|
"source-map-js": {
|
|
"version": "1.0.2"
|
|
},
|
|
"source-map-support": {
|
|
"version": "0.5.21",
|
|
"requires": {
|
|
"buffer-from": "^1.0.0",
|
|
"source-map": "^0.6.0"
|
|
}
|
|
},
|
|
"sourcemap-codec": {
|
|
"version": "1.4.8",
|
|
"resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
|
|
"integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
|
|
"dev": true
|
|
},
|
|
"spawn-error-forwarder": {
|
|
"version": "1.0.0"
|
|
},
|
|
"spawn-wrap": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"foreground-child": "^2.0.0",
|
|
"is-windows": "^1.0.2",
|
|
"make-dir": "^3.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"which": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"foreground-child": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"spdx-correct": {
|
|
"version": "3.2.0",
|
|
"requires": {
|
|
"spdx-expression-parse": "^3.0.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"spdx-exceptions": {
|
|
"version": "2.3.0"
|
|
},
|
|
"spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"spdx-license-ids": {
|
|
"version": "3.0.15"
|
|
},
|
|
"split-ca": {
|
|
"version": "1.0.1"
|
|
},
|
|
"split2": {
|
|
"version": "4.2.0"
|
|
},
|
|
"sprintf-js": {
|
|
"version": "1.1.3",
|
|
"devOptional": true
|
|
},
|
|
"ssh2": {
|
|
"version": "1.14.0",
|
|
"requires": {
|
|
"asn1": "^0.2.6",
|
|
"bcrypt-pbkdf": "^1.0.2",
|
|
"cpu-features": "~0.0.8",
|
|
"nan": "^2.17.0"
|
|
}
|
|
},
|
|
"stack-trace": {
|
|
"version": "0.0.10"
|
|
},
|
|
"statuses": {
|
|
"version": "1.5.0",
|
|
"dev": true
|
|
},
|
|
"stdin-discarder": {
|
|
"version": "0.1.0",
|
|
"requires": {
|
|
"bl": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"bl": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"buffer": "^6.0.3",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"buffer": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"stream-browserify": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"inherits": "~2.0.4",
|
|
"readable-stream": "^3.5.0"
|
|
}
|
|
},
|
|
"stream-buffers": {
|
|
"version": "3.0.2"
|
|
},
|
|
"stream-combiner2": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"duplexer2": "~0.1.0",
|
|
"readable-stream": "^2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"isarray": {
|
|
"version": "1.0.0"
|
|
},
|
|
"readable-stream": {
|
|
"version": "2.3.8",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.1.2"
|
|
},
|
|
"string_decoder": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"streamroller": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"date-format": "^4.0.14",
|
|
"debug": "^4.3.4",
|
|
"fs-extra": "^8.1.0"
|
|
}
|
|
},
|
|
"streamx": {
|
|
"version": "2.16.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"bare-events": "^2.2.0",
|
|
"fast-fifo": "^1.1.0",
|
|
"queue-tick": "^1.0.1"
|
|
}
|
|
},
|
|
"string_decoder": {
|
|
"version": "1.3.0",
|
|
"requires": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"string-argv": {
|
|
"version": "0.3.2",
|
|
"dev": true
|
|
},
|
|
"string-width": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"eastasianwidth": "^0.2.0",
|
|
"emoji-regex": "^9.2.2",
|
|
"strip-ansi": "^7.0.1"
|
|
}
|
|
},
|
|
"string-width-cjs": {
|
|
"version": "npm:string-width@4.2.3",
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"string.prototype.padend": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
}
|
|
},
|
|
"string.prototype.trim": {
|
|
"version": "1.2.8",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
}
|
|
},
|
|
"string.prototype.trimend": {
|
|
"version": "1.0.7",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
}
|
|
},
|
|
"string.prototype.trimstart": {
|
|
"version": "1.0.7",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.2.0",
|
|
"es-abstract": "^1.22.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"ansi-regex": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi-cjs": {
|
|
"version": "npm:strip-ansi@6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
}
|
|
}
|
|
},
|
|
"strip-bom": {
|
|
"version": "3.0.0"
|
|
},
|
|
"strip-final-newline": {
|
|
"version": "3.0.0"
|
|
},
|
|
"strip-indent": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"min-indent": "^1.0.0"
|
|
}
|
|
},
|
|
"strip-json-comments": {
|
|
"version": "3.1.1"
|
|
},
|
|
"strip-outer": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"escape-string-regexp": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
}
|
|
}
|
|
},
|
|
"strong-log-transformer": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"duplexer": "^0.1.1",
|
|
"minimist": "^1.2.0",
|
|
"through": "^2.3.4"
|
|
}
|
|
},
|
|
"sumchecker": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"debug": "^4.1.0"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "8.1.1",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"supports-hyperlinks": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0",
|
|
"supports-color": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"supports-preserve-symlinks-flag": {
|
|
"version": "1.0.0"
|
|
},
|
|
"symbol-observable": {
|
|
"version": "1.2.0"
|
|
},
|
|
"symbol-tree": {
|
|
"version": "3.2.4",
|
|
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
|
|
"dev": true
|
|
},
|
|
"synckit": {
|
|
"version": "0.8.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"@pkgr/core": "^0.1.0",
|
|
"tslib": "^2.6.2"
|
|
}
|
|
},
|
|
"tail": {
|
|
"version": "2.2.6"
|
|
},
|
|
"tapable": {
|
|
"version": "2.2.1",
|
|
"dev": true
|
|
},
|
|
"tar-fs": {
|
|
"version": "3.0.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"bare-fs": "^2.1.1",
|
|
"bare-path": "^2.1.0",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^3.1.5"
|
|
},
|
|
"dependencies": {
|
|
"tar-stream": {
|
|
"version": "3.1.7",
|
|
"dev": true,
|
|
"requires": {
|
|
"b4a": "^1.6.4",
|
|
"fast-fifo": "^1.2.0",
|
|
"streamx": "^2.15.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tar-stream": {
|
|
"version": "2.2.0",
|
|
"requires": {
|
|
"bl": "^4.0.3",
|
|
"end-of-stream": "^1.4.1",
|
|
"fs-constants": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.1.1"
|
|
}
|
|
},
|
|
"temp-dir": {
|
|
"version": "3.0.0"
|
|
},
|
|
"tempy": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"is-stream": "^3.0.0",
|
|
"temp-dir": "^3.0.0",
|
|
"type-fest": "^2.12.2",
|
|
"unique-string": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "2.19.0"
|
|
}
|
|
}
|
|
},
|
|
"terser": {
|
|
"version": "5.28.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@jridgewell/source-map": "^0.3.3",
|
|
"acorn": "^8.8.2",
|
|
"commander": "^2.20.0",
|
|
"source-map-support": "~0.5.20"
|
|
},
|
|
"dependencies": {
|
|
"commander": {
|
|
"version": "2.20.3",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"terser-webpack-plugin": {
|
|
"version": "5.3.10",
|
|
"dev": true,
|
|
"requires": {
|
|
"@jridgewell/trace-mapping": "^0.3.20",
|
|
"jest-worker": "^27.4.5",
|
|
"schema-utils": "^3.1.1",
|
|
"serialize-javascript": "^6.0.1",
|
|
"terser": "^5.26.0"
|
|
},
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": {
|
|
"version": "0.3.23",
|
|
"dev": true,
|
|
"requires": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"test-exclude": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"glob": "^7.1.4",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"dependencies": {
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"text-extensions": {
|
|
"version": "2.4.0"
|
|
},
|
|
"text-table": {
|
|
"version": "0.2.0"
|
|
},
|
|
"through": {
|
|
"version": "2.3.8"
|
|
},
|
|
"through2": {
|
|
"version": "2.0.5",
|
|
"requires": {
|
|
"readable-stream": "~2.3.6",
|
|
"xtend": "~4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"isarray": {
|
|
"version": "1.0.0"
|
|
},
|
|
"readable-stream": {
|
|
"version": "2.3.8",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.1.2"
|
|
},
|
|
"string_decoder": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tmp": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"rimraf": "^3.0.0"
|
|
}
|
|
},
|
|
"to-fast-properties": {
|
|
"version": "2.0.0"
|
|
},
|
|
"to-regex-range": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"is-number": "^7.0.0"
|
|
}
|
|
},
|
|
"toidentifier": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"toposource": {
|
|
"version": "1.2.0"
|
|
},
|
|
"totalist": {
|
|
"version": "3.0.1"
|
|
},
|
|
"tough-cookie": {
|
|
"version": "4.1.3",
|
|
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
|
|
"integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"psl": "^1.1.33",
|
|
"punycode": "^2.1.1",
|
|
"universalify": "^0.2.0",
|
|
"url-parse": "^1.5.3"
|
|
},
|
|
"dependencies": {
|
|
"universalify": {
|
|
"version": "0.2.0",
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
|
|
"integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"tr46": {
|
|
"version": "0.0.3",
|
|
"dev": true
|
|
},
|
|
"traverse": {
|
|
"version": "0.6.8"
|
|
},
|
|
"trim-newlines": {
|
|
"version": "3.0.1"
|
|
},
|
|
"trim-repeated": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"escape-string-regexp": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
}
|
|
}
|
|
},
|
|
"trouter": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"matchit": "^1.0.0"
|
|
}
|
|
},
|
|
"ts-api-utils": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"ts-loader": {
|
|
"version": "9.5.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^4.1.0",
|
|
"enhanced-resolve": "^5.0.0",
|
|
"micromatch": "^4.0.0",
|
|
"semver": "^7.3.4",
|
|
"source-map": "^0.7.4"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4",
|
|
"dev": true
|
|
},
|
|
"source-map": {
|
|
"version": "0.7.4",
|
|
"dev": true
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ts-node": {
|
|
"version": "10.9.2",
|
|
"requires": {
|
|
"@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"
|
|
}
|
|
},
|
|
"tsconfig": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"@types/strip-bom": "^3.0.0",
|
|
"@types/strip-json-comments": "0.0.30",
|
|
"strip-bom": "^3.0.0",
|
|
"strip-json-comments": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"strip-json-comments": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"tsconfig-paths": {
|
|
"version": "3.14.2",
|
|
"requires": {
|
|
"@types/json5": "^0.0.29",
|
|
"json5": "^1.0.2",
|
|
"minimist": "^1.2.6",
|
|
"strip-bom": "^3.0.0"
|
|
}
|
|
},
|
|
"tslib": {
|
|
"version": "2.6.2"
|
|
},
|
|
"tsutils": {
|
|
"version": "3.21.0",
|
|
"requires": {
|
|
"tslib": "^1.8.1"
|
|
},
|
|
"dependencies": {
|
|
"tslib": {
|
|
"version": "1.14.1"
|
|
}
|
|
}
|
|
},
|
|
"tsutils-etc": {
|
|
"version": "1.4.2",
|
|
"requires": {
|
|
"@types/yargs": "^17.0.0",
|
|
"yargs": "^17.0.0"
|
|
}
|
|
},
|
|
"tweetnacl": {
|
|
"version": "0.14.5"
|
|
},
|
|
"type-check": {
|
|
"version": "0.4.0",
|
|
"requires": {
|
|
"prelude-ls": "^1.2.1"
|
|
}
|
|
},
|
|
"type-detect": {
|
|
"version": "4.0.8"
|
|
},
|
|
"type-fest": {
|
|
"version": "0.20.2"
|
|
},
|
|
"type-is": {
|
|
"version": "1.6.18",
|
|
"dev": true,
|
|
"requires": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.24"
|
|
}
|
|
},
|
|
"typed-array-buffer": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.2.1",
|
|
"is-typed-array": "^1.1.10"
|
|
}
|
|
},
|
|
"typed-array-byte-length": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"has-proto": "^1.0.1",
|
|
"is-typed-array": "^1.1.10"
|
|
}
|
|
},
|
|
"typed-array-byte-offset": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"has-proto": "^1.0.1",
|
|
"is-typed-array": "^1.1.10"
|
|
}
|
|
},
|
|
"typed-array-length": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"is-typed-array": "^1.1.9"
|
|
}
|
|
},
|
|
"typedarray-to-buffer": {
|
|
"version": "3.1.5",
|
|
"requires": {
|
|
"is-typedarray": "^1.0.0"
|
|
}
|
|
},
|
|
"typedoc": {
|
|
"version": "0.25.9",
|
|
"requires": {
|
|
"lunr": "^2.3.9",
|
|
"marked": "^4.3.0",
|
|
"minimatch": "^9.0.3",
|
|
"shiki": "^0.14.7"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "9.0.3",
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"typedoc-plugin-mdn-links": {
|
|
"version": "3.1.12",
|
|
"requires": {}
|
|
},
|
|
"typedoc-plugin-missing-exports": {
|
|
"version": "2.2.0",
|
|
"requires": {}
|
|
},
|
|
"typescript": {
|
|
"version": "5.3.3"
|
|
},
|
|
"typescript-docs-verifier": {
|
|
"version": "2.5.0",
|
|
"requires": {
|
|
"chalk": "^4.1.2",
|
|
"fs-extra": "^10.0.0",
|
|
"ora": "^5.4.1",
|
|
"strip-ansi": "^7.0.1",
|
|
"ts-node": "^10.8.1",
|
|
"tsconfig": "^7.0.0",
|
|
"yargs": "^17.5.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"cli-cursor": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"restore-cursor": "^3.1.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"fs-extra": {
|
|
"version": "10.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"is-interactive": {
|
|
"version": "1.0.0"
|
|
},
|
|
"is-unicode-supported": {
|
|
"version": "0.1.0"
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"log-symbols": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"chalk": "^4.1.0",
|
|
"is-unicode-supported": "^0.1.0"
|
|
}
|
|
},
|
|
"mimic-fn": {
|
|
"version": "2.1.0"
|
|
},
|
|
"onetime": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"mimic-fn": "^2.1.0"
|
|
}
|
|
},
|
|
"ora": {
|
|
"version": "5.4.1",
|
|
"requires": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"restore-cursor": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"ua-parser-js": {
|
|
"version": "0.7.36",
|
|
"dev": true
|
|
},
|
|
"uc.micro": {
|
|
"version": "1.0.6",
|
|
"dev": true
|
|
},
|
|
"uglify-js": {
|
|
"version": "3.17.4",
|
|
"devOptional": true
|
|
},
|
|
"uint8-varint": {
|
|
"version": "2.0.3",
|
|
"requires": {
|
|
"uint8arraylist": "^2.0.0",
|
|
"uint8arrays": "^5.0.0"
|
|
}
|
|
},
|
|
"uint8arraylist": {
|
|
"version": "2.4.8",
|
|
"requires": {
|
|
"uint8arrays": "^5.0.1"
|
|
}
|
|
},
|
|
"uint8arrays": {
|
|
"version": "5.0.2",
|
|
"requires": {
|
|
"multiformats": "^13.0.0"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "13.0.1"
|
|
}
|
|
}
|
|
},
|
|
"unbox-primitive": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"has-bigints": "^1.0.2",
|
|
"has-symbols": "^1.0.3",
|
|
"which-boxed-primitive": "^1.0.2"
|
|
}
|
|
},
|
|
"unbzip2-stream": {
|
|
"version": "1.4.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"buffer": "^5.2.1",
|
|
"through": "^2.3.8"
|
|
}
|
|
},
|
|
"underscore": {
|
|
"version": "1.13.6",
|
|
"dev": true
|
|
},
|
|
"unicode-canonical-property-names-ecmascript": {
|
|
"version": "2.0.0"
|
|
},
|
|
"unicode-emoji-modifier-base": {
|
|
"version": "1.0.0"
|
|
},
|
|
"unicode-match-property-ecmascript": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"unicode-canonical-property-names-ecmascript": "^2.0.0",
|
|
"unicode-property-aliases-ecmascript": "^2.0.0"
|
|
}
|
|
},
|
|
"unicode-match-property-value-ecmascript": {
|
|
"version": "2.1.0"
|
|
},
|
|
"unicode-property-aliases-ecmascript": {
|
|
"version": "2.1.0"
|
|
},
|
|
"unicorn-magic": {
|
|
"version": "0.1.0"
|
|
},
|
|
"unique-string": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"crypto-random-string": "^4.0.0"
|
|
}
|
|
},
|
|
"unist-util-is": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"@types/unist": "^3.0.0"
|
|
}
|
|
},
|
|
"unist-util-stringify-position": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"@types/unist": "^3.0.0"
|
|
}
|
|
},
|
|
"unist-util-visit": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
}
|
|
},
|
|
"unist-util-visit-parents": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"@types/unist": "^3.0.0",
|
|
"unist-util-is": "^6.0.0"
|
|
}
|
|
},
|
|
"universal-user-agent": {
|
|
"version": "6.0.1"
|
|
},
|
|
"universalify": {
|
|
"version": "0.1.2"
|
|
},
|
|
"unpipe": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"update-browserslist-db": {
|
|
"version": "1.0.13",
|
|
"requires": {
|
|
"escalade": "^3.1.1",
|
|
"picocolors": "^1.0.0"
|
|
}
|
|
},
|
|
"update-check": {
|
|
"version": "1.5.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"registry-auth-token": "3.3.2",
|
|
"registry-url": "3.1.0"
|
|
},
|
|
"dependencies": {
|
|
"registry-auth-token": {
|
|
"version": "3.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"rc": "^1.1.6",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"update-notifier": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"boxen": "^7.1.1",
|
|
"chalk": "^5.3.0",
|
|
"configstore": "^6.0.0",
|
|
"import-lazy": "^4.0.0",
|
|
"is-in-ci": "^0.1.0",
|
|
"is-installed-globally": "^0.4.0",
|
|
"is-npm": "^6.0.0",
|
|
"latest-version": "^7.0.0",
|
|
"pupa": "^3.1.0",
|
|
"semver": "^7.5.4",
|
|
"semver-diff": "^4.0.0",
|
|
"xdg-basedir": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"boxen": {
|
|
"version": "7.1.1",
|
|
"requires": {
|
|
"ansi-align": "^3.0.1",
|
|
"camelcase": "^7.0.1",
|
|
"chalk": "^5.2.0",
|
|
"cli-boxes": "^3.0.0",
|
|
"string-width": "^5.1.2",
|
|
"type-fest": "^2.13.0",
|
|
"widest-line": "^4.0.1",
|
|
"wrap-ansi": "^8.1.0"
|
|
}
|
|
},
|
|
"camelcase": {
|
|
"version": "7.0.1"
|
|
},
|
|
"type-fest": {
|
|
"version": "2.19.0"
|
|
}
|
|
}
|
|
},
|
|
"uri-js": {
|
|
"version": "4.4.1",
|
|
"requires": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"url-join": {
|
|
"version": "5.0.0"
|
|
},
|
|
"url-parse": {
|
|
"version": "1.5.10",
|
|
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
|
|
"integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"querystringify": "^2.1.1",
|
|
"requires-port": "^1.0.0"
|
|
}
|
|
},
|
|
"urlpattern-polyfill": {
|
|
"version": "10.0.0",
|
|
"dev": true
|
|
},
|
|
"utf8-bytes": {
|
|
"version": "0.0.1"
|
|
},
|
|
"utf8-codec": {
|
|
"version": "1.0.0"
|
|
},
|
|
"utf8-length": {
|
|
"version": "0.0.1"
|
|
},
|
|
"utf8-string-bytes": {
|
|
"version": "1.0.3"
|
|
},
|
|
"util": {
|
|
"version": "0.10.4",
|
|
"requires": {
|
|
"inherits": "2.0.3"
|
|
},
|
|
"dependencies": {
|
|
"inherits": {
|
|
"version": "2.0.3"
|
|
}
|
|
}
|
|
},
|
|
"util-deprecate": {
|
|
"version": "1.0.2"
|
|
},
|
|
"utils-merge": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"uuid": {
|
|
"version": "9.0.1"
|
|
},
|
|
"v8-compile-cache-lib": {
|
|
"version": "3.0.1"
|
|
},
|
|
"v8-to-istanbul": {
|
|
"version": "9.2.0",
|
|
"requires": {
|
|
"@jridgewell/trace-mapping": "^0.3.12",
|
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
"convert-source-map": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": {
|
|
"version": "0.3.21",
|
|
"requires": {
|
|
"@jridgewell/resolve-uri": "^3.1.0",
|
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
}
|
|
},
|
|
"convert-source-map": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
}
|
|
},
|
|
"validate-npm-package-name": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"builtins": "^5.0.0"
|
|
}
|
|
},
|
|
"vary": {
|
|
"version": "1.1.2"
|
|
},
|
|
"void-elements": {
|
|
"version": "2.0.1",
|
|
"dev": true
|
|
},
|
|
"vscode-languageserver-textdocument": {
|
|
"version": "1.0.11",
|
|
"dev": true
|
|
},
|
|
"vscode-oniguruma": {
|
|
"version": "1.7.0"
|
|
},
|
|
"vscode-textmate": {
|
|
"version": "8.0.0"
|
|
},
|
|
"vscode-uri": {
|
|
"version": "3.0.8",
|
|
"dev": true
|
|
},
|
|
"w3c-hr-time": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
|
|
"integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"browser-process-hrtime": "^1.0.0"
|
|
}
|
|
},
|
|
"w3c-xmlserializer": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz",
|
|
"integrity": "sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"xml-name-validator": "^4.0.0"
|
|
}
|
|
},
|
|
"watchpack": {
|
|
"version": "2.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.1.2"
|
|
}
|
|
},
|
|
"wcwidth": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"defaults": "^1.0.3"
|
|
}
|
|
},
|
|
"webidl-conversions": {
|
|
"version": "3.0.1",
|
|
"dev": true
|
|
},
|
|
"webpack": {
|
|
"version": "5.90.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/eslint-scope": "^3.7.3",
|
|
"@types/estree": "^1.0.5",
|
|
"@webassemblyjs/ast": "^1.11.5",
|
|
"@webassemblyjs/wasm-edit": "^1.11.5",
|
|
"@webassemblyjs/wasm-parser": "^1.11.5",
|
|
"acorn": "^8.7.1",
|
|
"acorn-import-assertions": "^1.9.0",
|
|
"browserslist": "^4.21.10",
|
|
"chrome-trace-event": "^1.0.2",
|
|
"enhanced-resolve": "^5.15.0",
|
|
"es-module-lexer": "^1.2.1",
|
|
"eslint-scope": "5.1.1",
|
|
"events": "^3.2.0",
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.2.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.2.0",
|
|
"tapable": "^2.1.1",
|
|
"terser-webpack-plugin": "^5.3.10",
|
|
"watchpack": "^2.4.0",
|
|
"webpack-sources": "^3.2.3"
|
|
},
|
|
"dependencies": {
|
|
"eslint-scope": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
}
|
|
},
|
|
"estraverse": {
|
|
"version": "4.3.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"webpack-merge": {
|
|
"version": "4.2.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"lodash": "^4.17.15"
|
|
}
|
|
},
|
|
"webpack-sources": {
|
|
"version": "3.2.3",
|
|
"dev": true
|
|
},
|
|
"whatwg-encoding": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz",
|
|
"integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"iconv-lite": "0.6.3"
|
|
},
|
|
"dependencies": {
|
|
"iconv-lite": {
|
|
"version": "0.6.3",
|
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"whatwg-fetch": {
|
|
"version": "3.6.19",
|
|
"dev": true
|
|
},
|
|
"whatwg-mimetype": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
|
|
"integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==",
|
|
"dev": true
|
|
},
|
|
"whatwg-url": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"tr46": "~0.0.3",
|
|
"webidl-conversions": "^3.0.0"
|
|
}
|
|
},
|
|
"wherearewe": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"is-electron": "^2.2.0"
|
|
}
|
|
},
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
},
|
|
"which-boxed-primitive": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"which-module": {
|
|
"version": "2.0.1"
|
|
},
|
|
"which-typed-array": {
|
|
"version": "1.1.11",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"widest-line": {
|
|
"version": "4.0.1",
|
|
"requires": {
|
|
"string-width": "^5.0.1"
|
|
}
|
|
},
|
|
"winston": {
|
|
"version": "2.4.7",
|
|
"requires": {
|
|
"async": "^2.6.4",
|
|
"colors": "1.0.x",
|
|
"cycle": "1.0.x",
|
|
"eyes": "0.1.x",
|
|
"isstream": "0.1.x",
|
|
"stack-trace": "0.0.x"
|
|
},
|
|
"dependencies": {
|
|
"async": {
|
|
"version": "2.6.4",
|
|
"requires": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"word-wrap": {
|
|
"version": "1.2.5",
|
|
"dev": true
|
|
},
|
|
"wordwrap": {
|
|
"version": "1.0.0"
|
|
},
|
|
"workerpool": {
|
|
"version": "6.2.1"
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "8.1.0",
|
|
"requires": {
|
|
"ansi-styles": "^6.1.0",
|
|
"string-width": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "6.2.1"
|
|
}
|
|
}
|
|
},
|
|
"wrap-ansi-cjs": {
|
|
"version": "npm:wrap-ansi@7.0.0",
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"wrappy": {
|
|
"version": "1.0.2"
|
|
},
|
|
"write-file-atomic": {
|
|
"version": "3.0.3",
|
|
"requires": {
|
|
"imurmurhash": "^0.1.4",
|
|
"is-typedarray": "^1.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"typedarray-to-buffer": "^3.1.5"
|
|
}
|
|
},
|
|
"ws": {
|
|
"version": "8.16.0",
|
|
"requires": {}
|
|
},
|
|
"xdg-basedir": {
|
|
"version": "5.1.0"
|
|
},
|
|
"xml-name-validator": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
|
|
"integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
|
|
"dev": true
|
|
},
|
|
"xmlchars": {
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
|
"dev": true
|
|
},
|
|
"xmlcreate": {
|
|
"version": "2.0.4",
|
|
"dev": true
|
|
},
|
|
"xtend": {
|
|
"version": "4.0.2"
|
|
},
|
|
"y18n": {
|
|
"version": "5.0.8"
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0"
|
|
},
|
|
"yaml": {
|
|
"version": "2.3.4",
|
|
"dev": true
|
|
},
|
|
"yargs": {
|
|
"version": "17.7.2",
|
|
"requires": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.3",
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"yargs-parser": {
|
|
"version": "21.1.1"
|
|
},
|
|
"yargs-unparser": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"camelcase": "^6.0.0",
|
|
"decamelize": "^4.0.0",
|
|
"flat": "^5.0.2",
|
|
"is-plain-obj": "^2.1.0"
|
|
},
|
|
"dependencies": {
|
|
"decamelize": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"yauzl": {
|
|
"version": "2.10.0",
|
|
"requires": {
|
|
"buffer-crc32": "~0.2.3",
|
|
"fd-slicer": "~1.1.0"
|
|
}
|
|
},
|
|
"yn": {
|
|
"version": "3.1.1"
|
|
},
|
|
"yocto-queue": {
|
|
"version": "0.1.0"
|
|
},
|
|
"zwitch": {
|
|
"version": "2.0.4"
|
|
}
|
|
}
|
|
}
|