mirror of https://github.com/waku-org/js-waku.git
44235 lines
1.1 MiB
44235 lines
1.1 MiB
{
|
|
"name": "@waku/root",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@waku/root",
|
|
"workspaces": [
|
|
"packages/interfaces",
|
|
"packages/utils",
|
|
"packages/proto",
|
|
"packages/enr",
|
|
"packages/core",
|
|
"packages/relay",
|
|
"packages/message-hash",
|
|
"packages/peer-exchange",
|
|
"packages/dns-discovery",
|
|
"packages/message-encryption",
|
|
"packages/sdk",
|
|
"packages/tests",
|
|
"packages/build-utils"
|
|
],
|
|
"devDependencies": {
|
|
"@size-limit/preset-big-lib": "^8.2.4",
|
|
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"eslint": "^8.47.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-functional": "^6.0.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"gh-pages": "^5.0.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.2",
|
|
"size-limit": "^8.1.2",
|
|
"typedoc": "^0.23.26",
|
|
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3"
|
|
}
|
|
},
|
|
"node_modules/@aashutoshrathi/word-wrap": {
|
|
"version": "1.2.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@achingbrain/nat-port-mapper": {
|
|
"version": "1.0.9",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@achingbrain/ssdp": "^4.0.1",
|
|
"@libp2p/logger": "^2.0.0",
|
|
"default-gateway": "^6.0.2",
|
|
"err-code": "^3.0.1",
|
|
"it-first": "^3.0.1",
|
|
"p-defer": "^4.0.0",
|
|
"p-timeout": "^6.1.1",
|
|
"xml2js": "^0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@achingbrain/ssdp": {
|
|
"version": "4.0.4",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"event-iterator": "^2.0.0",
|
|
"freeport-promise": "^2.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"xml2js": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@achingbrain/ssdp/node_modules/xml2js": {
|
|
"version": "0.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sax": ">=0.6.0",
|
|
"xmlbuilder": "~11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.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/@arr/every": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/highlight": "^7.22.10",
|
|
"chalk": "^2.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"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/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/@babel/code-frame/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"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.22.9",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.22.10",
|
|
"@babel/generator": "^7.22.10",
|
|
"@babel/helper-compilation-targets": "^7.22.10",
|
|
"@babel/helper-module-transforms": "^7.22.9",
|
|
"@babel/helpers": "^7.22.10",
|
|
"@babel/parser": "^7.22.10",
|
|
"@babel/template": "^7.22.5",
|
|
"@babel/traverse": "^7.22.10",
|
|
"@babel/types": "^7.22.10",
|
|
"convert-source-map": "^1.7.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.2",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
}
|
|
},
|
|
"node_modules/@babel/core/node_modules/@babel/parser": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core/node_modules/semver": {
|
|
"version": "6.3.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.10",
|
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
"jsesc": "^2.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
"version": "7.22.5",
|
|
"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.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.22.9",
|
|
"@babel/helper-validator-option": "^7.22.5",
|
|
"browserslist": "^4.21.9",
|
|
"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.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/helper-member-expression-to-functions": "^7.22.5",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.9",
|
|
"@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.9",
|
|
"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.2",
|
|
"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.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-function-name": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.22.5",
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"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.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-imports": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
"version": "7.22.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-module-imports": "^7.22.5",
|
|
"@babel/helper-simple-access": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/helper-validator-identifier": "^7.22.5"
|
|
},
|
|
"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.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-wrap-function": "^7.22.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
"version": "7.22.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-member-expression-to-functions": "^7.22.5",
|
|
"@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.22.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-option": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-wrap-function": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/template": "^7.22.5",
|
|
"@babel/types": "^7.22.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helpers": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.22.5",
|
|
"@babel/traverse": "^7.22.10",
|
|
"@babel/types": "^7.22.10"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.22.5",
|
|
"chalk": "^2.4.2",
|
|
"js-tokens": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/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.16.4",
|
|
"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.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-export-default-from": "^7.22.5"
|
|
},
|
|
"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.22.5",
|
|
"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.22.5",
|
|
"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.22.5",
|
|
"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.22.5",
|
|
"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.22.5",
|
|
"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.22.10",
|
|
"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.22.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-compilation-targets": "^7.22.6",
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.5",
|
|
"@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.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/template": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-destructuring": {
|
|
"version": "7.22.10",
|
|
"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.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
|
|
"@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.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-flow": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
"version": "7.22.5",
|
|
"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-function-name": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-compilation-targets": "^7.22.5",
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@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.22.5",
|
|
"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.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-transforms": "^7.22.5",
|
|
"@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.22.5",
|
|
"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.22.5",
|
|
"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.22.5",
|
|
"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.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-module-imports": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-jsx": "^7.22.5",
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-react-jsx-self": {
|
|
"version": "7.22.5",
|
|
"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.22.5",
|
|
"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.22.10",
|
|
"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.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.5",
|
|
"babel-plugin-polyfill-corejs3": "^0.8.3",
|
|
"babel-plugin-polyfill-regenerator": "^0.5.2",
|
|
"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.22.5",
|
|
"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.22.5",
|
|
"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.22.5",
|
|
"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.22.5",
|
|
"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.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-create-class-features-plugin": "^7.22.10",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-typescript": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/plugin-transform-unicode-regex": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0-0"
|
|
}
|
|
},
|
|
"node_modules/@babel/regjsgen": {
|
|
"version": "0.8.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/runtime": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerator-runtime": "^0.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template": {
|
|
"version": "7.22.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.22.5",
|
|
"@babel/parser": "^7.22.5",
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template/node_modules/@babel/parser": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.22.10",
|
|
"@babel/generator": "^7.22.10",
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/parser": "^7.22.10",
|
|
"@babel/types": "^7.22.10",
|
|
"debug": "^4.1.0",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse/node_modules/globals": {
|
|
"version": "11.12.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-string-parser": "^7.22.5",
|
|
"@babel/helper-validator-identifier": "^7.22.5",
|
|
"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/is-ip": {
|
|
"version": "2.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@chainsafe/libp2p-gossipsub": {
|
|
"version": "10.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^2.0.0",
|
|
"@libp2p/interface": "^0.1.0",
|
|
"@libp2p/interface-internal": "^0.1.0",
|
|
"@libp2p/logger": "^3.0.0",
|
|
"@libp2p/peer-id": "^3.0.0",
|
|
"@libp2p/pubsub": "^8.0.0",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"abortable-iterator": "^5.0.1",
|
|
"denque": "^2.1.0",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.0",
|
|
"multiformats": "^12.0.1",
|
|
"protobufjs": "^7.2.4",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4"
|
|
},
|
|
"engines": {
|
|
"npm": ">=8.7.0"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-gossipsub/node_modules/@libp2p/crypto": {
|
|
"version": "2.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@noble/ed25519": "^1.6.0",
|
|
"@noble/secp256k1": "^1.5.4",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-gossipsub/node_modules/@libp2p/logger": {
|
|
"version": "3.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-gossipsub/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-noise": {
|
|
"version": "13.0.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^2.0.0",
|
|
"@libp2p/interface": "^0.1.0",
|
|
"@libp2p/logger": "^3.0.0",
|
|
"@libp2p/peer-id": "^3.0.0",
|
|
"@noble/ciphers": "^0.1.4",
|
|
"@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": "^4.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-noise/node_modules/@libp2p/crypto": {
|
|
"version": "2.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@noble/ed25519": "^1.6.0",
|
|
"@noble/secp256k1": "^1.5.4",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-noise/node_modules/@libp2p/logger": {
|
|
"version": "3.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-noise/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/@chainsafe/libp2p-noise/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"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": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-7.3.2.tgz",
|
|
"integrity": "sha512-mmb9gi2/jTj983ijgVsdsQ4FM5Bv/lKslgJt4jDUm6SOtQYW4geCJNl5/MbMzcMQUWSJouS0w4C55AyrJmq0iw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/dict-ada": "^4.0.2",
|
|
"@cspell/dict-aws": "^4.0.0",
|
|
"@cspell/dict-bash": "^4.1.1",
|
|
"@cspell/dict-companies": "^3.0.20",
|
|
"@cspell/dict-cpp": "^5.0.4",
|
|
"@cspell/dict-cryptocurrencies": "^4.0.0",
|
|
"@cspell/dict-csharp": "^4.0.2",
|
|
"@cspell/dict-css": "^4.0.7",
|
|
"@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.7",
|
|
"@cspell/dict-en-common-misspellings": "^1.0.2",
|
|
"@cspell/dict-en-gb": "1.1.33",
|
|
"@cspell/dict-filetypes": "^3.0.1",
|
|
"@cspell/dict-fonts": "^4.0.0",
|
|
"@cspell/dict-fsharp": "^1.0.0",
|
|
"@cspell/dict-fullstack": "^3.1.5",
|
|
"@cspell/dict-gaming-terms": "^1.0.4",
|
|
"@cspell/dict-git": "^2.0.0",
|
|
"@cspell/dict-golang": "^6.0.2",
|
|
"@cspell/dict-haskell": "^4.0.1",
|
|
"@cspell/dict-html": "^4.0.3",
|
|
"@cspell/dict-html-symbol-entities": "^4.0.0",
|
|
"@cspell/dict-java": "^5.0.5",
|
|
"@cspell/dict-k8s": "^1.0.1",
|
|
"@cspell/dict-latex": "^4.0.0",
|
|
"@cspell/dict-lorem-ipsum": "^4.0.0",
|
|
"@cspell/dict-lua": "^4.0.1",
|
|
"@cspell/dict-node": "^4.0.2",
|
|
"@cspell/dict-npm": "^5.0.8",
|
|
"@cspell/dict-php": "^4.0.2",
|
|
"@cspell/dict-powershell": "^5.0.2",
|
|
"@cspell/dict-public-licenses": "^2.0.3",
|
|
"@cspell/dict-python": "^4.1.7",
|
|
"@cspell/dict-r": "^2.0.1",
|
|
"@cspell/dict-ruby": "^5.0.0",
|
|
"@cspell/dict-rust": "^4.0.1",
|
|
"@cspell/dict-scala": "^5.0.0",
|
|
"@cspell/dict-software-terms": "^3.2.2",
|
|
"@cspell/dict-sql": "^2.1.1",
|
|
"@cspell/dict-svelte": "^1.0.2",
|
|
"@cspell/dict-swift": "^2.0.1",
|
|
"@cspell/dict-typescript": "^3.1.1",
|
|
"@cspell/dict-vue": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-json-reporter": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-7.3.2.tgz",
|
|
"integrity": "sha512-5j1CX2OXkQGO3ljMBzfHjDzEiixodjfxVGR3VKkQX1vxTUMTIkPgt4BsgOVCQtqTiO21Dd2Bzn+H0/Jf4OL37g==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/cspell-types": "7.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-pipe": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-7.3.2.tgz",
|
|
"integrity": "sha512-ZKOkb6IxuEXRXtjVAlZ41+4SXhyiGqrQ3FW16iZlCbM9Mp9WJAw2MOVh6wvpXmfKcM5/3jK1A4rFylB7b0QBHw==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-resolver": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-7.3.2.tgz",
|
|
"integrity": "sha512-3gvZPlYLkjuPezF2VyCVurEJiJnb3sbr32Jp3MfvpO7x026RXMbetkdH87MKoiSAThxSiyG+qi/jvUeDYY/Wtg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"global-dirs": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-service-bus": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-7.3.2.tgz",
|
|
"integrity": "sha512-i2sPnUSsFJXc5afijbUsUtv1YEXyO8EbJbXV0kdE6KVu7I0CSMV8jprJaG3X1m5HE6lGftNcpLKLHjSlFOFvsA==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@cspell/cspell-types": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-7.3.2.tgz",
|
|
"integrity": "sha512-2lvRUfIgH9TvqGEDpuukuD6J84XPP8KFxR/qphtPZAzwg9SEpiagdN79eFlPe4ZI2xHNvwEsPDJUxuvxXu15wQ==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@cspell/dict-ada": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.2.tgz",
|
|
"integrity": "sha512-0kENOWQeHjUlfyId/aCM/mKXtkEgV0Zu2RhUXCBr4hHo9F9vph+Uu8Ww2b0i5a4ZixoIkudGA+eJvyxrG1jUpA==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-aws": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-4.0.0.tgz",
|
|
"integrity": "sha512-1YkCMWuna/EGIDN/zKkW+j98/55mxigftrSFgsehXhPld+ZMJM5J9UuBA88YfL7+/ETvBdd7mwW6IwWsC+/ltQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-bash": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.1.tgz",
|
|
"integrity": "sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-companies": {
|
|
"version": "3.0.21",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.21.tgz",
|
|
"integrity": "sha512-u9b7qtCWYS728WqiJeAucJcjRs16Y1yGGwagS/w59SV25R0rXbXbPbQuX8wYDcaeIO8uRHGkbSWngx6O4qFoCQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-cpp": {
|
|
"version": "5.0.4",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.0.4.tgz",
|
|
"integrity": "sha512-Vmz/CCb2d91ES5juaO8+CFWeTa2AFsbpR8bkCPJq+P8cRP16+37tY0zNXEBSK/1ur4MakaRf76jeQBijpZxw0Q==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-cryptocurrencies": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-4.0.0.tgz",
|
|
"integrity": "sha512-EiZp91ATyRxTmauIQfOX9adLYCunKjHEh092rrM7o2eMXP9n7zpXAL9BK7LviL+LbB8VDOm21q+s83cKrrRrsg==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-csharp": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.2.tgz",
|
|
"integrity": "sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-css": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.7.tgz",
|
|
"integrity": "sha512-NNlUTx/sYg+74kC0EtRewb7pjkEtPlIsu9JFNWAXa0JMTqqpQXqM3aEO4QJvUZFZF09bObeCAvzzxemAwxej7Q==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-dart": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-2.0.3.tgz",
|
|
"integrity": "sha512-cLkwo1KT5CJY5N5RJVHks2genFkNCl/WLfj+0fFjqNR+tk3tBI1LY7ldr9piCtSFSm4x9pO1x6IV3kRUY1lLiw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-data-science": {
|
|
"version": "1.0.11",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-data-science/-/dict-data-science-1.0.11.tgz",
|
|
"integrity": "sha512-TaHAZRVe0Zlcc3C23StZqqbzC0NrodRwoSAc8dis+5qLeLLnOCtagYQeROQvDlcDg3X/VVEO9Whh4W/z4PAmYQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-django": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.1.0.tgz",
|
|
"integrity": "sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-docker": {
|
|
"version": "1.1.7",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.7.tgz",
|
|
"integrity": "sha512-XlXHAr822euV36GGsl2J1CkBIVg3fZ6879ZOg5dxTIssuhUOCiV2BuzKZmt6aIFmcdPmR14+9i9Xq+3zuxeX0A==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-dotnet": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-5.0.0.tgz",
|
|
"integrity": "sha512-EOwGd533v47aP5QYV8GlSSKkmM9Eq8P3G/eBzSpH3Nl2+IneDOYOBLEUraHuiCtnOkNsz0xtZHArYhAB2bHWAw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-elixir": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-4.0.3.tgz",
|
|
"integrity": "sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-en_us": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.3.7.tgz",
|
|
"integrity": "sha512-83V0XXqiXJvXa1pj5cVpviYKeLTN2Dxvouz8ullrwgcfPtY57pYBy+3ACVAMYK0eGByhRPc/xVXlIgv4o0BNZw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-en-common-misspellings": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-en-common-misspellings/-/dict-en-common-misspellings-1.0.2.tgz",
|
|
"integrity": "sha512-jg7ZQZpZH7+aAxNBlcAG4tGhYF6Ksy+QS5Df73Oo+XyckBjC9QS+PrRwLTeYoFIgXy5j3ICParK5r3MSSoL4gw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-en-gb": {
|
|
"version": "1.1.33",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz",
|
|
"integrity": "sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-filetypes": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.1.tgz",
|
|
"integrity": "sha512-8z8mY1IbrTyTRumx2vvD9yzRhNMk9SajM/GtI5hdMM2pPpNSp25bnuauzjRf300eqlqPY2MNb5MmhBFO014DJw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-fonts": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-4.0.0.tgz",
|
|
"integrity": "sha512-t9V4GeN/m517UZn63kZPUYP3OQg5f0OBLSd3Md5CU3eH1IFogSvTzHHnz4Wqqbv8NNRiBZ3HfdY/pqREZ6br3Q==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-fsharp": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-fsharp/-/dict-fsharp-1.0.0.tgz",
|
|
"integrity": "sha512-dHPkMHwW4dWv3Lv9VWxHuVm4IylqvcfRBSnZ7usJTRThraetSVrOPIJwr6UJh7F5un/lGJx2lxWVApf2WQaB/A==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-fullstack": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.1.5.tgz",
|
|
"integrity": "sha512-6ppvo1dkXUZ3fbYn/wwzERxCa76RtDDl5Afzv2lijLoijGGUw5yYdLBKJnx8PJBGNLh829X352ftE7BElG4leA==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-gaming-terms": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-gaming-terms/-/dict-gaming-terms-1.0.4.tgz",
|
|
"integrity": "sha512-hbDduNXlk4AOY0wFxcDMWBPpm34rpqJBeqaySeoUH70eKxpxm+dvjpoRLJgyu0TmymEICCQSl6lAHTHSDiWKZg==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-git": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-2.0.0.tgz",
|
|
"integrity": "sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-golang": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-6.0.2.tgz",
|
|
"integrity": "sha512-5pyZn4AAiYukAW+gVMIMVmUSkIERFrDX2vtPDjg8PLQUhAHWiVeQSDjuOhq9/C5GCCEZU/zWSONkGiwLBBvV9A==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-haskell": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-4.0.1.tgz",
|
|
"integrity": "sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-html": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.3.tgz",
|
|
"integrity": "sha512-Gae8i8rrArT0UyG1I6DHDK62b7Be6QEcBSIeWOm4VIIW1CASkN9B0qFgSVnkmfvnu1Y3H7SSaaEynKjdj3cs8w==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-html-symbol-entities": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-4.0.0.tgz",
|
|
"integrity": "sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-java": {
|
|
"version": "5.0.5",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.5.tgz",
|
|
"integrity": "sha512-X19AoJgWIBwJBSWGFqSgHaBR/FEykBHTMjL6EqOnhIGEyE9nvuo32tsSHjXNJ230fQxQptEvRZoaldNLtKxsRg==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-k8s": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-k8s/-/dict-k8s-1.0.1.tgz",
|
|
"integrity": "sha512-gc5y4Nm3hVdMZNBZfU2M1AsAmObZsRWjCUk01NFPfGhFBXyVne41T7E62rpnzu5330FV/6b/TnFcPgRmak9lLw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-latex": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-4.0.0.tgz",
|
|
"integrity": "sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-lorem-ipsum": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-4.0.0.tgz",
|
|
"integrity": "sha512-1l3yjfNvMzZPibW8A7mQU4kTozwVZVw0AvFEdy+NcqtbxH+TvbSkNMqROOFWrkD2PjnKG0+Ea0tHI2Pi6Gchnw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-lua": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.1.tgz",
|
|
"integrity": "sha512-j0MFmeCouSoC6EdZTbvGe1sJ9V+ruwKSeF+zRkNNNload7R72Co5kX1haW2xLHGdlq0kqSy1ODRZKdVl0e+7hg==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-node": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.2.tgz",
|
|
"integrity": "sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-npm": {
|
|
"version": "5.0.8",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.8.tgz",
|
|
"integrity": "sha512-KuqH8tEsFD6DPKqKwIfWr9E+admE3yghaC0AKXG8jPaf77N0lkctKaS3dm0oxWUXkYKA/eXj6LCtz3VcTyxFPg==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-php": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-4.0.2.tgz",
|
|
"integrity": "sha512-7yglcmMoFHDPQXHW+9QAl8YjAToMm1qOi+4x/yGY1FSIEjZbCpjeDgyKMGg/NgpooQQceEN38AR59Pn23EDriA==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-powershell": {
|
|
"version": "5.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-5.0.2.tgz",
|
|
"integrity": "sha512-IHfWLme3FXE7vnOmMncSBxOsMTdNWd1Vcyhag03WS8oANSgX8IZ+4lMI00mF0ptlgchf16/OU8WsV4pZfikEFw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-public-licenses": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.3.tgz",
|
|
"integrity": "sha512-JSLEdpEYufQ1H+93UHi+axlqQm1fhgK6kpdLHp6uPHu//CsvETcqNVawjB+qOdI/g38JTMw5fBqSd0aGNxa6Dw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-python": {
|
|
"version": "4.1.7",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.1.7.tgz",
|
|
"integrity": "sha512-8GkO7/w1QEpu4Y1GTHGYHrwfc/ZdiBRw7D/BGYCIiOoQPLi0YxMke7wzRC3j246yrzLt28ntDBjr4fB3+uFZtQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/dict-data-science": "^1.0.11"
|
|
}
|
|
},
|
|
"node_modules/@cspell/dict-r": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.1.tgz",
|
|
"integrity": "sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-ruby": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-5.0.0.tgz",
|
|
"integrity": "sha512-ssb96QxLZ76yPqFrikWxItnCbUKhYXJ2owkoIYzUGNFl2CHSoHCb5a6Zetum9mQ/oUA3gNeUhd28ZUlXs0la2A==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-rust": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.1.tgz",
|
|
"integrity": "sha512-xJSSzHDK2z6lSVaOmMxl3PTOtfoffaxMo7fTcbZUF+SCJzfKbO6vnN9TCGX2sx1RHFDz66Js6goz6SAZQdOwaw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-scala": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-5.0.0.tgz",
|
|
"integrity": "sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-software-terms": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.2.2.tgz",
|
|
"integrity": "sha512-DmdS/qAyJVmKKku4ab89HVZhsvRIk84HoPUVIZ/zJhmuCO+LF45Ylzy1/7G32MYLjbG/o1Ze3UvbaE9HY4FKKA==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-sql": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.1.tgz",
|
|
"integrity": "sha512-v1mswi9NF40+UDUMuI148YQPEQvWjac72P6ZsjlRdLjEiQEEMEsTQ+zlkIdnzC9QCNyJaqD5Liq9Mn78/8Zxtw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-svelte": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.2.tgz",
|
|
"integrity": "sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-swift": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.1.tgz",
|
|
"integrity": "sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-typescript": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.1.tgz",
|
|
"integrity": "sha512-N9vNJZoOXmmrFPR4ir3rGvnqqwmQGgOYoL1+y6D4oIhyr7FhaYiyF/d7QT61RmjZQcATMa6PSL+ZisCeRLx9+A==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dict-vue": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz",
|
|
"integrity": "sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@cspell/dynamic-import": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-7.3.2.tgz",
|
|
"integrity": "sha512-G2ZBPC08X3lUQmHRobGdFYxb3oTSuSIfpW1P/oTMovqbuVoQh108W2WXv0Va40LVGkQD9OS31ZafHbcLELANeA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"import-meta-resolve": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@cspell/strong-weak-map": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-7.3.2.tgz",
|
|
"integrity": "sha512-Y2JL8A/CG37NnreVtU3DhvcOuYWNEAKUmOSU9NfBeOoptWwTMBvbNF5UbOpmZrf2BXc8OmdHIogIWHXYIESiyg==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@cspotcode/source-map-support": {
|
|
"version": "0.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
}
|
|
},
|
|
"node_modules/@electron/get": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"env-paths": "^2.2.0",
|
|
"fs-extra": "^8.1.0",
|
|
"got": "^11.8.5",
|
|
"progress": "^2.0.3",
|
|
"semver": "^6.2.0",
|
|
"sumchecker": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"global-agent": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@electron/get/node_modules/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.40.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"comment-parser": "1.4.0",
|
|
"esquery": "^1.5.0",
|
|
"jsdoc-type-pratt-parser": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/@esbuild/darwin-arm64": {
|
|
"version": "0.19.2",
|
|
"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.6.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc": {
|
|
"version": "2.1.2",
|
|
"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.47.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"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/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/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/@humanwhocodes/config-array": {
|
|
"version": "0.11.10",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@humanwhocodes/object-schema": "^1.2.1",
|
|
"debug": "^4.1.1",
|
|
"minimatch": "^3.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.10.0"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/module-importer": {
|
|
"version": "1.0.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=12.22"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/nzakas"
|
|
}
|
|
},
|
|
"node_modules/@humanwhocodes/object-schema": {
|
|
"version": "1.2.1",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@isaacs/cliui": {
|
|
"version": "8.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^5.1.2",
|
|
"string-width-cjs": "npm:string-width@^4.2.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
|
"wrap-ansi": "^8.1.0",
|
|
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@isaacs/cliui/node_modules/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/@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/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/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.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/set-array": "^1.0.1",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/resolve-uri": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/set-array": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@jridgewell/source-map": {
|
|
"version": "0.3.2",
|
|
"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.14",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@jridgewell/trace-mapping": {
|
|
"version": "0.3.17",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/resolve-uri": "3.1.0",
|
|
"@jridgewell/sourcemap-codec": "1.4.14"
|
|
}
|
|
},
|
|
"node_modules/@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": "9.0.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@libp2p/logger": "^3.0.1",
|
|
"@libp2p/peer-id": "^3.0.1",
|
|
"@multiformats/mafmt": "^12.1.2",
|
|
"@multiformats/multiaddr": "^12.1.3"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/bootstrap/node_modules/@libp2p/logger": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/bootstrap/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/crypto": {
|
|
"version": "1.0.17",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface-keys": "^1.0.2",
|
|
"@libp2p/interfaces": "^3.2.0",
|
|
"@noble/ed25519": "^1.6.0",
|
|
"@noble/secp256k1": "^1.5.4",
|
|
"multiformats": "^11.0.0",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface": {
|
|
"version": "0.1.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"abortable-iterator": "^5.0.1",
|
|
"it-pushable": "^3.2.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"multiformats": "^12.0.1",
|
|
"p-defer": "^4.0.0",
|
|
"uint8arraylist": "^2.4.3"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-compliance-tests": {
|
|
"version": "4.0.5",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/interface-compliance-tests/-/interface-compliance-tests-4.0.5.tgz",
|
|
"integrity": "sha512-KfCwz+vHwdXebWaG/nQLjDR3a1j6fh+fuGvr76RCD0ALjcexG2Sf4dU+tFmduIgkRND/Ir56bOLmKpWEVgGN4Q==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/interface-internal": "^0.1.4",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@libp2p/multistream-select": "^4.0.2",
|
|
"@libp2p/peer-collections": "^4.0.3",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"abortable-iterator": "^5.0.1",
|
|
"aegir": "^40.0.11",
|
|
"delay": "^6.0.0",
|
|
"it-all": "^3.0.2",
|
|
"it-drain": "^3.0.2",
|
|
"it-handshake": "^4.1.3",
|
|
"it-map": "^3.0.3",
|
|
"it-ndjson": "^1.0.3",
|
|
"it-pair": "^2.0.6",
|
|
"it-pipe": "^3.0.1",
|
|
"it-protobuf-stream": "^1.0.0",
|
|
"it-pushable": "^3.2.0",
|
|
"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": "^4.0.0",
|
|
"p-wait-for": "^5.0.2",
|
|
"protons-runtime": "^5.0.0",
|
|
"sinon": "^15.1.2",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-compliance-tests/node_modules/@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
|
|
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-compliance-tests/node_modules/it-stream-types": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/it-stream-types/-/it-stream-types-2.0.1.tgz",
|
|
"integrity": "sha512-6DmOs5r7ERDbvS4q8yLKENcj6Yecr7QQTqWApbZdfAUTEC947d+PEha7PCqhm//9oxaLYL7TWRekwhoXl2s6fg==",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-compliance-tests/node_modules/multiformats": {
|
|
"version": "12.1.0",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.0.tgz",
|
|
"integrity": "sha512-/qTOKKnU8nwcVURjRcS+UN0QYgdS5BPZzY10Aiciu2SqncyCVMGV8KtD83EBFmsuJDsSEmT4sGvzcTkCoMw0sQ==",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-compliance-tests/node_modules/p-event": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.0.tgz",
|
|
"integrity": "sha512-Xbfxd0CfZmHLGKXH32k1JKjQYX6Rkv0UtQdaFJ8OyNcf+c0oWCeXHc1C4CX/IESZLmcvfPa5aFIO/vCr5gqtag==",
|
|
"dependencies": {
|
|
"p-timeout": "^6.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-compliance-tests/node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
"integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-compliance-tests/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
|
|
"integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-internal": {
|
|
"version": "0.1.4",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/interface-internal/-/interface-internal-0.1.4.tgz",
|
|
"integrity": "sha512-fRa8AUeCVOqfjgJgpIWupOsc7nAnJuI/VjWL2ZfRqbz7CPLD9c/ZAKXC140THSxlNdNQ9kGpo/C2z/yCGLy4ig==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/peer-collections": "^4.0.3",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"uint8arraylist": "^2.4.3"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-keys": {
|
|
"version": "1.0.7",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface-peer-id": {
|
|
"version": "2.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"multiformats": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/interface/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/@libp2p/interface/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"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/keychain": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/keychain/-/keychain-3.0.3.tgz",
|
|
"integrity": "sha512-mt3Pq8pPUDchoYlTXyNFMSIZ2/gbGZUJIr1qDQGphLZKxZ3Ejsqps2Dgo0t6yBxvJQ0581tXfptAXzw75Y2LIA==",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^2.0.3",
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"interface-datastore": "^8.2.0",
|
|
"merge-options": "^3.0.4",
|
|
"sanitize-filename": "^1.6.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/keychain/node_modules/@libp2p/crypto": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-2.0.3.tgz",
|
|
"integrity": "sha512-VLhjdkJe8b/vedHp7SosDs62Yxq1i05Ej/YdVaEdWQdJsBRHCwbRlS4hPg3vm21U5hLF0g958r/927Vd/wamZw==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/keychain/node_modules/@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
|
|
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/keychain/node_modules/multiformats": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
|
|
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg==",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/logger": {
|
|
"version": "2.1.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface-peer-id": "^2.0.2",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^11.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/mplex": {
|
|
"version": "9.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@libp2p/logger": "^3.0.1",
|
|
"abortable-iterator": "^5.0.1",
|
|
"benchmark": "^2.1.4",
|
|
"it-batched-bytes": "^2.0.2",
|
|
"it-pushable": "^3.2.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"rate-limiter-flexible": "^2.3.11",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/mplex/node_modules/@libp2p/logger": {
|
|
"version": "3.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/mplex/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/@libp2p/mplex/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/multistream-select": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/multistream-select/-/multistream-select-4.0.2.tgz",
|
|
"integrity": "sha512-Ss3kPD+1Z8RFLUT+oN9I2ynEtp/Yj2+rOngU1XjIxustg1nt5lq0kk9hvWJyBexzmuML0xCknNjUXovpRbFPgQ==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"abortable-iterator": "^5.0.1",
|
|
"it-first": "^3.0.1",
|
|
"it-handshake": "^4.1.3",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-merge": "^3.0.0",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.0",
|
|
"it-reader": "^6.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/multistream-select/node_modules/@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
|
|
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/multistream-select/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/@libp2p/multistream-select/node_modules/multiformats": {
|
|
"version": "12.1.0",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.0.tgz",
|
|
"integrity": "sha512-/qTOKKnU8nwcVURjRcS+UN0QYgdS5BPZzY10Aiciu2SqncyCVMGV8KtD83EBFmsuJDsSEmT4sGvzcTkCoMw0sQ==",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-collections": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/peer-collections/-/peer-collections-4.0.3.tgz",
|
|
"integrity": "sha512-ahfZFdRhApN4dulnzAvkzQsPVJVX7UID3QMKC/cduK5FYWqm7zbtW6bpwDilhZY3wvjvaQYs4R0KKSysvTPiQQ==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/peer-id": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-id": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"multiformats": "^12.0.1",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-id-factory": {
|
|
"version": "3.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^2.0.3",
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"multiformats": "^12.0.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-id-factory/node_modules/@libp2p/crypto": {
|
|
"version": "2.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-id-factory/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-id/node_modules/multiformats": {
|
|
"version": "12.1.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-record": {
|
|
"version": "6.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/peer-record/-/peer-record-6.0.3.tgz",
|
|
"integrity": "sha512-S5C4Df2uyX1vNsnduZ6RVjB7T+dUEhqnaSNhiv82VCoqMoniHQBf2ftvXlv/UqqssW9or1x4UwgFU+sL7kObkw==",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^2.0.3",
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/utils": "^4.0.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8-varint": "^1.0.2",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-record/node_modules/@libp2p/crypto": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-2.0.3.tgz",
|
|
"integrity": "sha512-VLhjdkJe8b/vedHp7SosDs62Yxq1i05Ej/YdVaEdWQdJsBRHCwbRlS4hPg3vm21U5hLF0g958r/927Vd/wamZw==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-record/node_modules/multiformats": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
|
|
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg==",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-store": {
|
|
"version": "9.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/peer-store/-/peer-store-9.0.3.tgz",
|
|
"integrity": "sha512-7vSAUvKAzzWRwcMxOUvyGNw8V59t9l9l1Ugxa+VHCKKhvAEn9eXjf8We8BLGT3KnUG6aJ5HpODPK4RbW6BNGfA==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@libp2p/peer-collections": "^4.0.3",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
"@libp2p/peer-record": "^6.0.3",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"interface-datastore": "^8.2.0",
|
|
"it-all": "^3.0.2",
|
|
"mortice": "^3.0.1",
|
|
"multiformats": "^12.0.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-store/node_modules/@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
|
|
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/peer-store/node_modules/multiformats": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
|
|
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg==",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/pubsub": {
|
|
"version": "8.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/crypto": "^2.0.2",
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@libp2p/interface-internal": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.1",
|
|
"@libp2p/peer-collections": "^4.0.2",
|
|
"@libp2p/peer-id": "^3.0.1",
|
|
"abortable-iterator": "^5.0.1",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.0",
|
|
"multiformats": "^12.0.1",
|
|
"p-queue": "^7.3.4",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/pubsub/node_modules/@libp2p/crypto": {
|
|
"version": "2.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@noble/ed25519": "^1.6.0",
|
|
"@noble/secp256k1": "^1.5.4",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/pubsub/node_modules/@libp2p/logger": {
|
|
"version": "3.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/pubsub/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/utils": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@chainsafe/is-ip": "^2.0.2",
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"is-loopback-addr": "^2.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"private-ip": "^3.0.0",
|
|
"uint8arraylist": "^2.4.3"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/utils/node_modules/@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/utils/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/@libp2p/utils/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/websockets": {
|
|
"version": "7.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@libp2p/utils": "^4.0.2",
|
|
"@multiformats/mafmt": "^12.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"@multiformats/multiaddr-to-uri": "^9.0.2",
|
|
"@types/ws": "^8.5.4",
|
|
"abortable-iterator": "^5.0.1",
|
|
"it-ws": "^6.0.0",
|
|
"p-defer": "^4.0.0",
|
|
"wherearewe": "^2.0.1",
|
|
"ws": "^8.12.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/websockets/node_modules/@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/websockets/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@libp2p/websockets/node_modules/ws": {
|
|
"version": "8.13.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": ">=5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@multiformats/mafmt": {
|
|
"version": "12.1.5",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@multiformats/multiaddr": "^12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/multiaddr": {
|
|
"version": "12.1.6",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"@chainsafe/netmask": "^2.0.0",
|
|
"@libp2p/interface": "^0.1.1",
|
|
"dns-over-http-resolver": "^2.1.0",
|
|
"multiformats": "^12.0.1",
|
|
"uint8arrays": "^4.0.2",
|
|
"varint": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/multiaddr-matcher": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@multiformats/multiaddr-matcher/-/multiaddr-matcher-1.0.1.tgz",
|
|
"integrity": "sha512-ZzqwTH8tP5Py/k8eNKprO0i6tuwgrbp7KWz+ttxvzkPl43BlU9Yd5joq+M5grCt158rpAc2uhPobzfXgPxW5XQ==",
|
|
"dependencies": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/multiaddr-matcher/node_modules/multiformats": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
|
|
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg==",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/multiaddr-to-uri": {
|
|
"version": "9.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@multiformats/multiaddr": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/multiaddr-to-uri/node_modules/@multiformats/multiaddr": {
|
|
"version": "11.6.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"dns-over-http-resolver": "^2.1.0",
|
|
"err-code": "^3.0.1",
|
|
"multiformats": "^11.0.0",
|
|
"uint8arrays": "^4.0.2",
|
|
"varint": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/multiaddr/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@noble/ciphers": {
|
|
"version": "0.1.4",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@noble/curves": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/hashes": "1.3.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@noble/curves/node_modules/@noble/hashes": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@noble/ed25519": {
|
|
"version": "1.7.3",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@noble/hashes": {
|
|
"version": "1.3.2",
|
|
"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.0",
|
|
"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": "^11.0.0",
|
|
"before-after-hook": "^2.2.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/endpoint": {
|
|
"version": "9.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^11.0.0",
|
|
"is-plain-object": "^5.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/graphql": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/request": "^8.0.1",
|
|
"@octokit/types": "^11.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/openapi-types": {
|
|
"version": "18.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@octokit/plugin-paginate-rest": {
|
|
"version": "8.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=5"
|
|
}
|
|
},
|
|
"node_modules/@octokit/plugin-retry": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^11.0.0",
|
|
"bottleneck": "^2.15.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=5"
|
|
}
|
|
},
|
|
"node_modules/@octokit/plugin-throttling": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^11.0.0",
|
|
"bottleneck": "^2.15.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/request": {
|
|
"version": "8.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/endpoint": "^9.0.0",
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^11.1.0",
|
|
"is-plain-object": "^5.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/request-error": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^11.0.0",
|
|
"deprecation": "^2.0.0",
|
|
"once": "^1.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
},
|
|
"node_modules/@octokit/types": {
|
|
"version": "11.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/openapi-types": "^18.0.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/utils": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"fast-glob": "^3.3.0",
|
|
"is-glob": "^4.0.3",
|
|
"open": "^9.1.0",
|
|
"picocolors": "^1.0.0",
|
|
"tslib": "^2.6.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts"
|
|
}
|
|
},
|
|
"node_modules/@pkgr/utils/node_modules/open": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"default-browser": "^4.0.0",
|
|
"define-lazy-prop": "^3.0.0",
|
|
"is-inside-container": "^1.0.0",
|
|
"is-wsl": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/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",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/base64": {
|
|
"version": "1.1.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/codegen": {
|
|
"version": "2.0.4",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/eventemitter": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/fetch": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@protobufjs/aspromise": "^1.1.1",
|
|
"@protobufjs/inquire": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/@protobufjs/float": {
|
|
"version": "1.0.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/inquire": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/path": {
|
|
"version": "1.1.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/pool": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@protobufjs/utf8": {
|
|
"version": "1.1.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@puppeteer/browsers": {
|
|
"version": "1.7.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"debug": "4.3.4",
|
|
"extract-zip": "2.0.1",
|
|
"progress": "2.0.3",
|
|
"proxy-agent": "6.3.0",
|
|
"tar-fs": "3.0.4",
|
|
"unbzip2-stream": "1.4.3",
|
|
"yargs": "17.7.1"
|
|
},
|
|
"bin": {
|
|
"browsers": "lib/cjs/main-cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.3.0"
|
|
}
|
|
},
|
|
"node_modules/@puppeteer/browsers/node_modules/tar-fs": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^3.1.5"
|
|
}
|
|
},
|
|
"node_modules/@puppeteer/browsers/node_modules/tar-stream": {
|
|
"version": "3.1.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"b4a": "^1.6.4",
|
|
"fast-fifo": "^1.2.0",
|
|
"streamx": "^2.15.0"
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-commonjs": {
|
|
"version": "25.0.4",
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.4.tgz",
|
|
"integrity": "sha512-L92Vz9WUZXDnlQQl3EwbypJR4+DM2EbsO+/KOcEkP4Mc6Ct453EeDB2uH9lgRwj4w5yflgNpq9pHOiY8aoUXBQ==",
|
|
"dev": true,
|
|
"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.27.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^2.68.0||^3.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-commonjs/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-commonjs/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-commonjs/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-json": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@rollup/pluginutils": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "^1.20.0||^2.0.0||^3.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/plugin-node-resolve": {
|
|
"version": "15.1.0",
|
|
"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"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/pluginutils": {
|
|
"version": "5.0.2",
|
|
"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"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@rollup/pluginutils/node_modules/@types/estree": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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/@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.1.1",
|
|
"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.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/commit-analyzer": {
|
|
"version": "10.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"conventional-changelog-angular": "^6.0.0",
|
|
"conventional-commits-filter": "^3.0.0",
|
|
"conventional-commits-parser": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"import-from": "^4.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"micromatch": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"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.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/core": "^5.0.0",
|
|
"@octokit/plugin-paginate-rest": "^8.0.0",
|
|
"@octokit/plugin-retry": "^6.0.0",
|
|
"@octokit/plugin-throttling": "^7.0.0",
|
|
"@semantic-release/error": "^4.0.0",
|
|
"aggregate-error": "^4.0.1",
|
|
"debug": "^4.3.4",
|
|
"dir-glob": "^3.0.1",
|
|
"globby": "^13.1.4",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.0",
|
|
"issue-parser": "^6.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mime": "^3.0.0",
|
|
"p-filter": "^3.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/agent-base": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/github/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/@semantic-release/github/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/@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": "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/@semantic-release/github/node_modules/https-proxy-agent": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"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/slash": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/npm": {
|
|
"version": "10.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@semantic-release/error": "^4.0.0",
|
|
"aggregate-error": "^4.0.1",
|
|
"execa": "^7.0.0",
|
|
"fs-extra": "^11.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nerf-dart": "^1.0.0",
|
|
"normalize-url": "^8.0.0",
|
|
"npm": "^9.5.0",
|
|
"rc": "^1.2.8",
|
|
"read-pkg": "^8.0.0",
|
|
"registry-auth-token": "^5.0.0",
|
|
"semver": "^7.1.2",
|
|
"tempy": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"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": "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/@semantic-release/npm/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/@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/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/@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/universalify": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/release-notes-generator": {
|
|
"version": "11.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"conventional-changelog-angular": "^6.0.0",
|
|
"conventional-changelog-writer": "^6.0.0",
|
|
"conventional-commits-filter": "^3.0.0",
|
|
"conventional-commits-parser": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"get-stream": "^7.0.0",
|
|
"import-from": "^4.0.0",
|
|
"into-stream": "^7.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"read-pkg-up": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=20.1.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/release-notes-generator/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@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/@semantic-release/release-notes-generator/node_modules/locate-path": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/release-notes-generator/node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/release-notes-generator/node_modules/p-locate": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/release-notes-generator/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/release-notes-generator/node_modules/read-pkg-up": {
|
|
"version": "10.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^6.3.0",
|
|
"read-pkg": "^8.0.0",
|
|
"type-fest": "^3.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/release-notes-generator/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/@semantic-release/release-notes-generator/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@sindresorhus/is": {
|
|
"version": "4.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/commons": {
|
|
"version": "3.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/fake-timers": {
|
|
"version": "10.3.0",
|
|
"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": "8.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "7.3.8"
|
|
},
|
|
"engines": {
|
|
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "8.2.4"
|
|
}
|
|
},
|
|
"node_modules/@size-limit/preset-big-lib": {
|
|
"version": "8.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@size-limit/file": "8.2.4",
|
|
"@size-limit/time": "8.2.4",
|
|
"@size-limit/webpack": "8.2.4"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "8.2.4"
|
|
}
|
|
},
|
|
"node_modules/@size-limit/time": {
|
|
"version": "8.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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.4"
|
|
}
|
|
},
|
|
"node_modules/@size-limit/webpack": {
|
|
"version": "8.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.4",
|
|
"webpack": "^5.75.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"size-limit": "8.2.4"
|
|
}
|
|
},
|
|
"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/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.3",
|
|
"license": "MIT"
|
|
},
|
|
"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.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/chai-as-promised": {
|
|
"version": "7.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/chai-string": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/chai-subset": {
|
|
"version": "1.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/cookie": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/cors": {
|
|
"version": "2.8.13",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/debug": {
|
|
"version": "4.1.8",
|
|
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.8.tgz",
|
|
"integrity": "sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==",
|
|
"dependencies": {
|
|
"@types/ms": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/docker-modem": {
|
|
"version": "3.0.2",
|
|
"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.21.1",
|
|
"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": "0.0.51",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/http-cache-semantics": {
|
|
"version": "4.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
"version": "2.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/json-schema": {
|
|
"version": "7.0.12",
|
|
"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.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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.0",
|
|
"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.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/mocha": {
|
|
"version": "10.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/ms": {
|
|
"version": "0.7.31",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "18.15.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/normalize-package-data": {
|
|
"version": "2.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/parse-json": {
|
|
"version": "4.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/resolve": {
|
|
"version": "1.20.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/responselike": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/retry": {
|
|
"version": "0.12.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/semver": {
|
|
"version": "7.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/sinon": {
|
|
"version": "10.0.16",
|
|
"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.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "^18.11.18"
|
|
}
|
|
},
|
|
"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.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/ungap__structured-clone": {
|
|
"version": "0.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/unist": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/uuid": {
|
|
"version": "9.0.3",
|
|
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz",
|
|
"integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==",
|
|
"dev": true
|
|
},
|
|
"node_modules/@types/ws": {
|
|
"version": "8.5.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs": {
|
|
"version": "17.0.24",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/yargs-parser": {
|
|
"version": "21.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/yauzl": {
|
|
"version": "2.10.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/regexpp": "^4.5.1",
|
|
"@typescript-eslint/scope-manager": "6.3.0",
|
|
"@typescript-eslint/type-utils": "6.3.0",
|
|
"@typescript-eslint/utils": "6.3.0",
|
|
"@typescript-eslint/visitor-keys": "6.3.0",
|
|
"debug": "^4.3.4",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.4",
|
|
"natural-compare": "^1.4.0",
|
|
"natural-compare-lite": "^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/eslint-plugin/node_modules/@typescript-eslint/type-utils": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "6.3.0",
|
|
"@typescript-eslint/utils": "6.3.0",
|
|
"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/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
|
"version": "6.3.0",
|
|
"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.3.0",
|
|
"@typescript-eslint/types": "6.3.0",
|
|
"@typescript-eslint/typescript-estree": "6.3.0",
|
|
"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/eslint-plugin/node_modules/semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"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/array-union": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/experimental-utils/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/@typescript-eslint/parser": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": "6.3.0",
|
|
"@typescript-eslint/types": "6.3.0",
|
|
"@typescript-eslint/typescript-estree": "6.3.0",
|
|
"@typescript-eslint/visitor-keys": "6.3.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/scope-manager": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.3.0",
|
|
"@typescript-eslint/visitor-keys": "6.3.0"
|
|
},
|
|
"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.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/typescript-estree": "6.4.0",
|
|
"@typescript-eslint/utils": "6.4.0",
|
|
"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/type-utils/node_modules/@typescript-eslint/types": {
|
|
"version": "6.4.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/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.4.0",
|
|
"@typescript-eslint/visitor-keys": "6.4.0",
|
|
"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/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.4.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/type-utils/node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/type-utils/node_modules/globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.9",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/type-utils/node_modules/semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/types": {
|
|
"version": "6.3.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/typescript-estree": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.3.0",
|
|
"@typescript-eslint/visitor-keys": "6.3.0",
|
|
"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/typescript-estree/node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.9",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/utils": {
|
|
"version": "6.4.0",
|
|
"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.4.0",
|
|
"@typescript-eslint/types": "6.4.0",
|
|
"@typescript-eslint/typescript-estree": "6.4.0",
|
|
"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/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.4.0",
|
|
"@typescript-eslint/visitor-keys": "6.4.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.0.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
"version": "6.4.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/utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.4.0",
|
|
"@typescript-eslint/visitor-keys": "6.4.0",
|
|
"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/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.4.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/utils/node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/utils/node_modules/globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.9",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/utils/node_modules/semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "6.3.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/@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.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.21.3",
|
|
"@vue/shared": "3.3.4",
|
|
"estree-walker": "^2.0.2",
|
|
"source-map-js": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-core/node_modules/@babel/parser": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-dom": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/compiler-core": "3.3.4",
|
|
"@vue/shared": "3.3.4"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-sfc": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.15",
|
|
"@vue/compiler-core": "3.3.4",
|
|
"@vue/compiler-dom": "3.3.4",
|
|
"@vue/compiler-ssr": "3.3.4",
|
|
"@vue/reactivity-transform": "3.3.4",
|
|
"@vue/shared": "3.3.4",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.0",
|
|
"postcss": "^8.1.10",
|
|
"source-map-js": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-sfc/node_modules/@babel/parser": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-sfc/node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.15",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@vue/compiler-sfc/node_modules/magic-string": {
|
|
"version": "0.30.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.4.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@vue/compiler-ssr": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vue/compiler-dom": "3.3.4",
|
|
"@vue/shared": "3.3.4"
|
|
}
|
|
},
|
|
"node_modules/@vue/reactivity-transform": {
|
|
"version": "3.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "^7.20.15",
|
|
"@vue/compiler-core": "3.3.4",
|
|
"@vue/shared": "3.3.4",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/reactivity-transform/node_modules/@babel/parser": {
|
|
"version": "7.22.10",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@vue/reactivity-transform/node_modules/@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.15",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@vue/reactivity-transform/node_modules/magic-string": {
|
|
"version": "0.30.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.4.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@vue/shared": {
|
|
"version": "3.3.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@waku/build-utils": {
|
|
"resolved": "packages/build-utils",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/core": {
|
|
"resolved": "packages/core",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/dns-discovery": {
|
|
"resolved": "packages/dns-discovery",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/enr": {
|
|
"resolved": "packages/enr",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/interfaces": {
|
|
"resolved": "packages/interfaces",
|
|
"link": true
|
|
},
|
|
"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": {
|
|
"resolved": "packages/peer-exchange",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/proto": {
|
|
"resolved": "packages/proto",
|
|
"link": true
|
|
},
|
|
"node_modules/@waku/relay": {
|
|
"resolved": "packages/relay",
|
|
"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/@webassemblyjs/ast": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/helper-numbers": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/floating-point-hex-parser": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-api-error": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-buffer": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-numbers": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/floating-point-hex-parser": "1.11.1",
|
|
"@webassemblyjs/helper-api-error": "1.11.1",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/helper-wasm-bytecode": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/helper-wasm-section": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-buffer": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/wasm-gen": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/ieee754": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@xtuc/ieee754": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/leb128": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/utf8": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-edit": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-buffer": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-section": "1.11.1",
|
|
"@webassemblyjs/wasm-gen": "1.11.1",
|
|
"@webassemblyjs/wasm-opt": "1.11.1",
|
|
"@webassemblyjs/wasm-parser": "1.11.1",
|
|
"@webassemblyjs/wast-printer": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-gen": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/ieee754": "1.11.1",
|
|
"@webassemblyjs/leb128": "1.11.1",
|
|
"@webassemblyjs/utf8": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-opt": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-buffer": "1.11.1",
|
|
"@webassemblyjs/wasm-gen": "1.11.1",
|
|
"@webassemblyjs/wasm-parser": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wasm-parser": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-api-error": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/ieee754": "1.11.1",
|
|
"@webassemblyjs/leb128": "1.11.1",
|
|
"@webassemblyjs/utf8": "1.11.1"
|
|
}
|
|
},
|
|
"node_modules/@webassemblyjs/wast-printer": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@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/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/abortable-iterator/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/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.10.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-import-assertions": {
|
|
"version": "1.8.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.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn": "^8.5.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": "40.0.11",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@electron/get": "^2.0.0",
|
|
"@polka/send-type": "^0.5.2",
|
|
"@semantic-release/changelog": "^6.0.1",
|
|
"@semantic-release/commit-analyzer": "^10.0.1",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^9.0.3",
|
|
"@semantic-release/npm": "^10.0.4",
|
|
"@semantic-release/release-notes-generator": "^11.0.4",
|
|
"@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": "^8.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": "^6.1.0",
|
|
"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": "^5.0.0",
|
|
"eslint-plugin-etc": "^2.0.2",
|
|
"eslint-plugin-import": "^2.18.0",
|
|
"eslint-plugin-jsdoc": "^46.4.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"execa": "^7.0.0",
|
|
"extract-zip": "^2.0.1",
|
|
"fs-extra": "^11.1.0",
|
|
"gh-pages": "^6.0.0",
|
|
"globby": "^13.1.1",
|
|
"kleur": "^4.1.4",
|
|
"lilconfig": "^2.0.5",
|
|
"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",
|
|
"mdast-util-toc": "^7.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"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": "^6.0.0",
|
|
"p-retry": "^5.1.2",
|
|
"pascalcase": "^2.0.0",
|
|
"path": "^0.12.7",
|
|
"playwright-test": "^12.1.1",
|
|
"polka": "^0.5.2",
|
|
"premove": "^4.0.0",
|
|
"prompt": "^1.2.2",
|
|
"proper-lockfile": "^4.1.2",
|
|
"react-native-test-runner": "^5.0.0",
|
|
"read-pkg-up": "^10.0.0",
|
|
"rimraf": "^5.0.0",
|
|
"semantic-release": "https://registry.npmjs.org/@achingbrain/semantic-release/-/semantic-release-21.0.9.tgz",
|
|
"semantic-release-monorepo": "https://registry.npmjs.org/@achingbrain/semantic-release-monorepo/-/semantic-release-monorepo-8.0.2.tgz",
|
|
"semver": "^7.3.8",
|
|
"source-map-support": "^0.5.20",
|
|
"strip-bom": "^5.0.0",
|
|
"strip-json-comments": "^5.0.0",
|
|
"tempy": "^3.0.0",
|
|
"typedoc": "^0.24.8",
|
|
"typedoc-plugin-mdn-links": "^3.0.3",
|
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
"typescript": "^5.1.6",
|
|
"typescript-docs-verifier": "^2.5.0",
|
|
"uint8arrays": "^4.0.2",
|
|
"undici": "^5.0.0",
|
|
"update-notifier": "^6.0.2",
|
|
"wherearewe": "^2.0.1",
|
|
"yargs": "^17.1.1",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"bin": {
|
|
"aegir": "src/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/@types/node": {
|
|
"version": "20.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"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/array-union": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/commander": {
|
|
"version": "11.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/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/aegir/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/aegir/node_modules/gh-pages": {
|
|
"version": "6.0.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/aegir/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/aegir/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/aegir/node_modules/globby/node_modules/slash": {
|
|
"version": "4.0.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/locate-path": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/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/minipass": {
|
|
"version": "7.0.3",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/p-locate": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/p-map": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/read-pkg-up": {
|
|
"version": "10.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^6.3.0",
|
|
"read-pkg": "^8.0.0",
|
|
"type-fest": "^3.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/rimraf": {
|
|
"version": "5.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^10.2.5"
|
|
},
|
|
"bin": {
|
|
"rimraf": "dist/cjs/src/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/rimraf/node_modules/glob": {
|
|
"version": "10.3.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.0.3",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/cjs/src/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"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-json-comments": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/aegir/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/aegir/node_modules/typedoc": {
|
|
"version": "0.24.8",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"lunr": "^2.3.9",
|
|
"marked": "^4.3.0",
|
|
"minimatch": "^9.0.0",
|
|
"shiki": "^0.14.1"
|
|
},
|
|
"bin": {
|
|
"typedoc": "bin/typedoc"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.14"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/typedoc-plugin-missing-exports": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"typedoc": "0.24.x"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/typescript": {
|
|
"version": "5.1.6",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/universalify": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/aegir/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/aggregate-error": {
|
|
"version": "3.1.0",
|
|
"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-keywords": {
|
|
"version": "3.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"ajv": "^6.9.1"
|
|
}
|
|
},
|
|
"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-escapes": {
|
|
"version": "4.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.21.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ansi-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.0",
|
|
"license": "MIT"
|
|
},
|
|
"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/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/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.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"get-intrinsic": "^1.1.3",
|
|
"is-string": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-timsort": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz",
|
|
"integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/array-union": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-uniq": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/array-uniq": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flat": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flatmap": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/arrify": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/asn1": {
|
|
"version": "0.2.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"node_modules/assert": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"es6-object-assign": "^1.1.0",
|
|
"is-nan": "^1.2.1",
|
|
"object-is": "^1.0.1",
|
|
"util": "^0.12.0"
|
|
}
|
|
},
|
|
"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/astral-regex": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/async": {
|
|
"version": "3.2.4",
|
|
"license": "MIT"
|
|
},
|
|
"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.4",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
"version": "0.4.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.22.6",
|
|
"@babel/helper-define-polyfill-provider": "^0.4.2",
|
|
"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.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.4.2",
|
|
"core-js-compat": "^3.31.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
}
|
|
},
|
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
"version": "0.5.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-define-polyfill-provider": "^0.4.2"
|
|
},
|
|
"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/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.3",
|
|
"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/before-after-hook": {
|
|
"version": "2.2.3",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/benchmark": {
|
|
"version": "2.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.4",
|
|
"platform": "^1.3.3"
|
|
}
|
|
},
|
|
"node_modules/big-integer": {
|
|
"version": "1.6.51",
|
|
"dev": true,
|
|
"license": "Unlicense",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/binary-extensions": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/bl": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"node_modules/bluebird": {
|
|
"version": "3.7.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/body-parser": {
|
|
"version": "1.20.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.2",
|
|
"content-type": "~1.0.5",
|
|
"debug": "2.6.9",
|
|
"depd": "2.0.0",
|
|
"destroy": "1.2.0",
|
|
"http-errors": "2.0.0",
|
|
"iconv-lite": "0.4.24",
|
|
"on-finished": "2.4.1",
|
|
"qs": "6.11.0",
|
|
"raw-body": "2.5.2",
|
|
"type-is": "~1.6.18",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8",
|
|
"npm": "1.2.8000 || >= 1.4.16"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/body-parser/node_modules/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.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/boxen/node_modules/camelcase": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/boxen/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/boxen/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/bplist-parser": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"big-integer": "^1.6.44"
|
|
},
|
|
"engines": {
|
|
"node": ">= 5.10.0"
|
|
}
|
|
},
|
|
"node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/browser-stdout": {
|
|
"version": "1.3.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.21.10",
|
|
"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.30001517",
|
|
"electron-to-chromium": "^1.4.477",
|
|
"node-releases": "^2.0.13",
|
|
"update-browserslist-db": "^1.0.11"
|
|
},
|
|
"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.3",
|
|
"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/bundle-name": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"run-applescript": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/busboy": {
|
|
"version": "1.6.0",
|
|
"dependencies": {
|
|
"streamsearch": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.16.0"
|
|
}
|
|
},
|
|
"node_modules/byte-access": {
|
|
"version": "1.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"uint8arraylist": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=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": "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/c8/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/c8/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/c8/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/c8/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/c8/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/c8/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/c8/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/c8/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/c8/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/c8/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/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/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.30001521",
|
|
"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.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assertion-error": "^1.1.0",
|
|
"check-error": "^1.0.2",
|
|
"deep-eql": "^4.1.2",
|
|
"get-func-name": "^2.0.0",
|
|
"loupe": "^2.3.1",
|
|
"pathval": "^1.1.1",
|
|
"type-detect": "^4.0.5"
|
|
},
|
|
"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-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.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/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/character-entities": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/check-error": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"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/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.4.22",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"mitt": "3.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"devtools-protocol": "*"
|
|
}
|
|
},
|
|
"node_modules/ci-info": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/clean-stack": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/clear-module": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz",
|
|
"integrity": "sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==",
|
|
"dev": true,
|
|
"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": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"restore-cursor": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-spinners": {
|
|
"version": "2.9.0",
|
|
"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": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"slice-ansi": "^5.0.0",
|
|
"string-width": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/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/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/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": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colorette": {
|
|
"version": "2.0.19",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colors": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "9.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || >=14"
|
|
}
|
|
},
|
|
"node_modules/comment-json": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.3.tgz",
|
|
"integrity": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==",
|
|
"dev": true,
|
|
"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.0",
|
|
"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/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/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/configstore/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/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-type": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-angular": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"compare-func": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-conventionalcommits": {
|
|
"version": "6.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"compare-func": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"conventional-commits-filter": "^3.0.0",
|
|
"dateformat": "^3.0.3",
|
|
"handlebars": "^4.7.7",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"meow": "^8.1.2",
|
|
"semver": "^7.0.0",
|
|
"split": "^1.0.1"
|
|
},
|
|
"bin": {
|
|
"conventional-changelog-writer": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-filter": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.ismatch": "^4.4.0",
|
|
"modify-values": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-text-path": "^1.0.1",
|
|
"JSONStream": "^1.3.5",
|
|
"meow": "^8.1.2",
|
|
"split2": "^3.2.2"
|
|
},
|
|
"bin": {
|
|
"conventional-commits-parser": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"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/core-js-compat": {
|
|
"version": "3.32.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserslist": "^4.21.9"
|
|
},
|
|
"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": "8.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/d-fischer"
|
|
}
|
|
},
|
|
"node_modules/cp-file": {
|
|
"version": "10.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.10",
|
|
"nested-error-stacks": "^2.1.1",
|
|
"p-event": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpu-features": {
|
|
"version": "0.0.4",
|
|
"hasInstallScript": true,
|
|
"optional": true,
|
|
"dependencies": {
|
|
"buildcheck": "0.0.3",
|
|
"nan": "^2.15.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/cpy": {
|
|
"version": "10.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arrify": "^3.0.0",
|
|
"cp-file": "^10.0.0",
|
|
"globby": "^13.1.4",
|
|
"junk": "^4.0.1",
|
|
"micromatch": "^4.0.5",
|
|
"nested-error-stacks": "^2.1.1",
|
|
"p-filter": "^3.0.0",
|
|
"p-map": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cpy/node_modules/arrify": {
|
|
"version": "3.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/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": "3.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "2.6.7"
|
|
}
|
|
},
|
|
"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": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell/-/cspell-7.3.2.tgz",
|
|
"integrity": "sha512-/YY1C0CYBP+GueFon1BUgcDGc1YXDCyAIjuebvRygjt1cXwCklQVF5bZIGCrimgjzTrY+wx0ePgzuVQ9RyJnOQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/cspell-json-reporter": "7.3.2",
|
|
"@cspell/cspell-pipe": "7.3.2",
|
|
"@cspell/cspell-types": "7.3.2",
|
|
"@cspell/dynamic-import": "7.3.2",
|
|
"chalk": "^5.3.0",
|
|
"chalk-template": "^1.1.0",
|
|
"commander": "^11.0.0",
|
|
"cspell-gitignore": "7.3.2",
|
|
"cspell-glob": "7.3.2",
|
|
"cspell-io": "7.3.2",
|
|
"cspell-lib": "7.3.2",
|
|
"fast-glob": "^3.3.1",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"file-entry-cache": "^6.0.1",
|
|
"get-stdin": "^9.0.0",
|
|
"semver": "^7.5.4",
|
|
"strip-ansi": "^7.1.0",
|
|
"vscode-uri": "^3.0.7"
|
|
},
|
|
"bin": {
|
|
"cspell": "bin.mjs",
|
|
"cspell-esm": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/streetsidesoftware/cspell?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/cspell-dictionary": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-7.3.2.tgz",
|
|
"integrity": "sha512-hL8fOZ7zTkUuE6jq2CUObxUp0fSLsNQyMo+HAkpg0w6ssHvbgnP6HP8kyEN641L/F0X/Ow2vo3CaRBadvyyzCA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/cspell-pipe": "7.3.2",
|
|
"@cspell/cspell-types": "7.3.2",
|
|
"cspell-trie-lib": "7.3.2",
|
|
"fast-equals": "^4.0.3",
|
|
"gensequence": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/cspell-dictionary/node_modules/fast-equals": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz",
|
|
"integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==",
|
|
"dev": true
|
|
},
|
|
"node_modules/cspell-gitignore": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-7.3.2.tgz",
|
|
"integrity": "sha512-NWxxFcf4wwKbRInkZK/p/BrPR2ElCpcB8DLcrBxRkiI4uX7yCX8v5QjI8ZpTyuaUTl9aFqJFYtj9Q7GqkBnPzA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"cspell-glob": "7.3.2",
|
|
"find-up": "^5.0.0"
|
|
},
|
|
"bin": {
|
|
"cspell-gitignore": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/cspell-gitignore/node_modules/find-up": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cspell-gitignore/node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"p-locate": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cspell-gitignore/node_modules/p-limit": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"yocto-queue": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cspell-gitignore/node_modules/p-locate": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"p-limit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cspell-glob": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-7.3.2.tgz",
|
|
"integrity": "sha512-R/YwtBN5ApOTONkBoTOSCKDMmnRRA1fF9prkaFMfE0aT5oC2VF0N7hLCSYjpQM+kYsXeqLDc13vxFBOnHRuc3g==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"micromatch": "^4.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/cspell-grammar": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-7.3.2.tgz",
|
|
"integrity": "sha512-ale40T4M0jHmwQsPjIbpZKzaRxMVy5dnpyvplwj7ExX4sp2Grt1wcqxk2ELS4r4bsaIap+iIfeYYhoXqYq1dQg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/cspell-pipe": "7.3.2",
|
|
"@cspell/cspell-types": "7.3.2"
|
|
},
|
|
"bin": {
|
|
"cspell-grammar": "bin.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/cspell-io": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-7.3.2.tgz",
|
|
"integrity": "sha512-nul6K4YUMe1VdxuJDDOMvWUw/hIS2UZkvJLDo5GkAus7YmGSR0knfDueU+hebYszRa0LxjrduuPNcNJE/ZWUFg==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/cspell-service-bus": "7.3.2",
|
|
"node-fetch": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/cspell-io/node_modules/node-fetch": {
|
|
"version": "2.7.0",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
|
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/cspell-lib": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-7.3.2.tgz",
|
|
"integrity": "sha512-cbo0TSL2JnM/GdiutH193aynxdxSnxBR1DYJ1/8ycIWDU0p4AHO0EZ+5L5MkBFwpM20OicuXvLrAem9WjYVDBQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/cspell-bundled-dicts": "7.3.2",
|
|
"@cspell/cspell-pipe": "7.3.2",
|
|
"@cspell/cspell-resolver": "7.3.2",
|
|
"@cspell/cspell-types": "7.3.2",
|
|
"@cspell/dynamic-import": "7.3.2",
|
|
"@cspell/strong-weak-map": "7.3.2",
|
|
"clear-module": "^4.1.2",
|
|
"comment-json": "^4.2.3",
|
|
"configstore": "^6.0.0",
|
|
"cosmiconfig": "8.0.0",
|
|
"cspell-dictionary": "7.3.2",
|
|
"cspell-glob": "7.3.2",
|
|
"cspell-grammar": "7.3.2",
|
|
"cspell-io": "7.3.2",
|
|
"cspell-trie-lib": "7.3.2",
|
|
"fast-equals": "^5.0.1",
|
|
"find-up": "^6.3.0",
|
|
"gensequence": "^5.0.2",
|
|
"import-fresh": "^3.3.0",
|
|
"resolve-from": "^5.0.0",
|
|
"vscode-languageserver-textdocument": "^1.0.8",
|
|
"vscode-uri": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/cspell-lib/node_modules/cosmiconfig": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz",
|
|
"integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/cspell-lib/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz",
|
|
"integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cspell-lib/node_modules/locate-path": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
|
|
"integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"p-locate": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cspell-lib/node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
"integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cspell-lib/node_modules/p-locate": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
|
|
"integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"p-limit": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cspell-lib/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
"integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/cspell-lib/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
|
|
"integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cspell-trie-lib": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-7.3.2.tgz",
|
|
"integrity": "sha512-IXNCWBw4UDZuY6MB+j7YNdcDpTdcfElsLkwTV8fEmNfUeClJacn2mQicQ/LKZJLvOc1TNbcSPWSCe3kQA+uxNw==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"@cspell/cspell-pipe": "7.3.2",
|
|
"@cspell/cspell-types": "7.3.2",
|
|
"gensequence": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/cspell/node_modules/chalk": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/cspell/node_modules/commander": {
|
|
"version": "11.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/cspell/node_modules/semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"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": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/datastore-core": {
|
|
"version": "9.2.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/logger": "^3.0.0",
|
|
"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.0",
|
|
"it-pipe": "^3.0.0",
|
|
"it-pushable": "^3.0.0",
|
|
"it-sort": "^3.0.1",
|
|
"it-take": "^3.0.1",
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/datastore-core/node_modules/@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/datastore-core/node_modules/it-filter": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-peekable": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/datastore-core/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.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/dateformat": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"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/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-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.0",
|
|
"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-browser": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bundle-name": "^3.0.0",
|
|
"default-browser-id": "^3.0.0",
|
|
"execa": "^7.1.1",
|
|
"titleize": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/default-browser-id": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bplist-parser": "^0.2.0",
|
|
"untildify": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/default-gateway": {
|
|
"version": "6.0.3",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"execa": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/default-gateway/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/default-gateway/node_modules/human-signals": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
}
|
|
},
|
|
"node_modules/default-gateway/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/default-gateway/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/default-gateway/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/default-gateway/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/default-gateway/node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"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-lazy-prop": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/define-properties": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-property-descriptors": "^1.0.0",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/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/degenerator/node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"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/array-union": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/del/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/delay": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/delay/-/delay-6.0.0.tgz",
|
|
"integrity": "sha512-2NJozoOHQ4NuZuVIr5CWd0iiLVIRSDepakaovIN+9eIDHEhdCAEvSy2cuf1DCrPPQLvHmbqTHODlhHg8UCy4zw==",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/denque": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/depcheck": {
|
|
"version": "1.4.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/parser": "7.16.4",
|
|
"@babel/traverse": "^7.12.5",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"camelcase": "^6.2.0",
|
|
"cosmiconfig": "^7.0.0",
|
|
"debug": "^4.2.0",
|
|
"deps-regex": "^0.1.4",
|
|
"ignore": "^5.1.8",
|
|
"is-core-module": "^2.4.0",
|
|
"js-yaml": "^3.14.0",
|
|
"json5": "^2.1.3",
|
|
"lodash": "^4.17.20",
|
|
"minimatch": "^3.0.4",
|
|
"multimatch": "^5.0.0",
|
|
"please-upgrade-node": "^3.2.0",
|
|
"query-ast": "^1.0.3",
|
|
"readdirp": "^3.5.0",
|
|
"require-package-name": "^2.0.1",
|
|
"resolve": "^1.18.1",
|
|
"sass": "^1.29.0",
|
|
"scss-parser": "^1.0.4",
|
|
"semver": "^7.3.2",
|
|
"yargs": "^16.1.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/argparse": {
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"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/cosmiconfig": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/parse-json": "^4.0.0",
|
|
"import-fresh": "^3.2.1",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/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/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/yaml": {
|
|
"version": "1.10.2",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"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.1.4",
|
|
"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-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.981744",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/di": {
|
|
"version": "0.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/diff": {
|
|
"version": "5.1.0",
|
|
"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": "2.1.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.1",
|
|
"native-fetch": "^4.0.2",
|
|
"receptacle": "^1.3.2",
|
|
"undici": "^5.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"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/dot-prop": {
|
|
"version": "5.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/duplexer2": {
|
|
"version": "0.1.4",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"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/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/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/electron-mocha-main/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/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/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/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/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/electron-mocha-main/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/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.0",
|
|
"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/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.492",
|
|
"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/email-addresses": {
|
|
"version": "5.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/emoji-regex": {
|
|
"version": "9.2.2",
|
|
"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.4.1",
|
|
"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.0.3",
|
|
"ws": "~8.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/engine.io-parser": {
|
|
"version": "5.0.6",
|
|
"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.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.4",
|
|
"tapable": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"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": "9.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^7.0.0",
|
|
"java-properties": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14 || >=18"
|
|
}
|
|
},
|
|
"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.21.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-buffer-byte-length": "^1.0.0",
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"es-set-tostringtag": "^2.0.1",
|
|
"es-to-primitive": "^1.2.1",
|
|
"function.prototype.name": "^1.1.5",
|
|
"get-intrinsic": "^1.2.0",
|
|
"get-symbol-description": "^1.0.0",
|
|
"globalthis": "^1.0.3",
|
|
"gopd": "^1.0.1",
|
|
"has": "^1.0.3",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.5",
|
|
"is-array-buffer": "^3.0.2",
|
|
"is-callable": "^1.2.7",
|
|
"is-negative-zero": "^2.0.2",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.2",
|
|
"is-string": "^1.0.7",
|
|
"is-typed-array": "^1.1.10",
|
|
"is-weakref": "^1.0.2",
|
|
"object-inspect": "^1.12.3",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.4",
|
|
"regexp.prototype.flags": "^1.4.3",
|
|
"safe-regex-test": "^1.0.0",
|
|
"string.prototype.trim": "^1.2.7",
|
|
"string.prototype.trimend": "^1.0.6",
|
|
"string.prototype.trimstart": "^1.0.6",
|
|
"typed-array-length": "^1.0.4",
|
|
"unbox-primitive": "^1.0.2",
|
|
"which-typed-array": "^1.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-module-lexer": {
|
|
"version": "0.9.3",
|
|
"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/es6-object-assign": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/esbuild": {
|
|
"version": "0.19.2",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/android-arm": "0.19.2",
|
|
"@esbuild/android-arm64": "0.19.2",
|
|
"@esbuild/android-x64": "0.19.2",
|
|
"@esbuild/darwin-arm64": "0.19.2",
|
|
"@esbuild/darwin-x64": "0.19.2",
|
|
"@esbuild/freebsd-arm64": "0.19.2",
|
|
"@esbuild/freebsd-x64": "0.19.2",
|
|
"@esbuild/linux-arm": "0.19.2",
|
|
"@esbuild/linux-arm64": "0.19.2",
|
|
"@esbuild/linux-ia32": "0.19.2",
|
|
"@esbuild/linux-loong64": "0.19.2",
|
|
"@esbuild/linux-mips64el": "0.19.2",
|
|
"@esbuild/linux-ppc64": "0.19.2",
|
|
"@esbuild/linux-riscv64": "0.19.2",
|
|
"@esbuild/linux-s390x": "0.19.2",
|
|
"@esbuild/linux-x64": "0.19.2",
|
|
"@esbuild/netbsd-x64": "0.19.2",
|
|
"@esbuild/openbsd-x64": "0.19.2",
|
|
"@esbuild/sunos-x64": "0.19.2",
|
|
"@esbuild/win32-arm64": "0.19.2",
|
|
"@esbuild/win32-ia32": "0.19.2",
|
|
"@esbuild/win32-x64": "0.19.2"
|
|
}
|
|
},
|
|
"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": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"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/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.47.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.6.1",
|
|
"@eslint/eslintrc": "^2.1.2",
|
|
"@eslint/js": "^8.47.0",
|
|
"@humanwhocodes/config-array": "^0.11.10",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
"ajv": "^6.12.4",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.3.2",
|
|
"doctrine": "^3.0.0",
|
|
"escape-string-regexp": "^4.0.0",
|
|
"eslint-scope": "^7.2.2",
|
|
"eslint-visitor-keys": "^3.4.3",
|
|
"espree": "^9.6.1",
|
|
"esquery": "^1.4.2",
|
|
"esutils": "^2.0.2",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"file-entry-cache": "^6.0.1",
|
|
"find-up": "^5.0.0",
|
|
"glob-parent": "^6.0.2",
|
|
"globals": "^13.19.0",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"is-path-inside": "^3.0.3",
|
|
"js-yaml": "^4.1.0",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash.merge": "^4.6.2",
|
|
"minimatch": "^3.1.2",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"text-table": "^0.2.0"
|
|
},
|
|
"bin": {
|
|
"eslint": "bin/eslint.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-ipfs": {
|
|
"version": "5.0.1",
|
|
"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/array-union": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/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/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.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"is-core-module": "^2.11.0",
|
|
"resolve": "^1.22.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils": {
|
|
"version": "2.7.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-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.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.1.2",
|
|
"@eslint-community/regexpp": "^4.6.0"
|
|
},
|
|
"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-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.0",
|
|
"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-functional/node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-functional/node_modules/semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import": {
|
|
"version": "2.27.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.flat": "^1.3.1",
|
|
"array.prototype.flatmap": "^1.3.1",
|
|
"debug": "^3.2.7",
|
|
"doctrine": "^2.1.0",
|
|
"eslint-import-resolver-node": "^0.3.7",
|
|
"eslint-module-utils": "^2.7.4",
|
|
"has": "^1.0.3",
|
|
"is-core-module": "^2.11.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^3.1.2",
|
|
"object.values": "^1.1.6",
|
|
"resolve": "^1.22.1",
|
|
"semver": "^6.3.0",
|
|
"tsconfig-paths": "^3.14.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsdoc": {
|
|
"version": "46.4.6",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@es-joy/jsdoccomment": "~0.40.1",
|
|
"are-docs-informative": "^0.0.2",
|
|
"comment-parser": "1.4.0",
|
|
"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": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsdoc/node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-jsdoc/node_modules/semver": {
|
|
"version": "7.5.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-n": {
|
|
"version": "16.0.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
"builtins": "^5.0.1",
|
|
"eslint-plugin-es-x": "^7.1.0",
|
|
"ignore": "^5.2.4",
|
|
"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-n/node_modules/semver": {
|
|
"version": "7.5.4",
|
|
"license": "ISC",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"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.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prettier-linter-helpers": "^1.0.0",
|
|
"synckit": "^0.8.5"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/prettier"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/eslint": ">=8.0.0",
|
|
"eslint": ">=8.0.0",
|
|
"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": "5.1.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"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/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint/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/node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/eslint/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/eslint/node_modules/glob-parent": {
|
|
"version": "6.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/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/eslint/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/eslint/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/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/esquery/node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esrecurse": {
|
|
"version": "4.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esrecurse/node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estimo": {
|
|
"version": "2.3.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/estraverse": {
|
|
"version": "4.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/event-iterator": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/eventemitter3": {
|
|
"version": "4.0.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/events": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.x"
|
|
}
|
|
},
|
|
"node_modules/execa": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^6.0.1",
|
|
"human-signals": "^4.3.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^3.0.7",
|
|
"strip-final-newline": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || ^16.14.0 || >=18.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"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.12.0",
|
|
"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.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/fast-equals": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.0.1.tgz",
|
|
"integrity": "sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/fast-fifo": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
"glob-parent": "^5.1.2",
|
|
"merge2": "^1.3.0",
|
|
"micromatch": "^4.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-levenshtein": {
|
|
"version": "2.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/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/file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/file-url": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"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/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/flat": {
|
|
"version": "5.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"bin": {
|
|
"flat": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/flat-cache": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.1.0",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/flatted": {
|
|
"version": "3.2.7",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.15.2",
|
|
"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": "2.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/form-data-encoder": {
|
|
"version": "2.1.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 14.17"
|
|
}
|
|
},
|
|
"node_modules/freeport-promise": {
|
|
"version": "2.0.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/from2": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0"
|
|
}
|
|
},
|
|
"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.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
}
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/function.prototype.name": {
|
|
"version": "1.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.0",
|
|
"functions-have-names": "^1.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/functions-have-names": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/gensequence": {
|
|
"version": "5.0.2",
|
|
"resolved": "https://registry.npmjs.org/gensequence/-/gensequence-5.0.2.tgz",
|
|
"integrity": "sha512-JlKEZnFc6neaeSVlkzBGGgkIoIaSxMgvdamRoPN8r3ozm2r9dusqxeKqYQ7lhzmj2UhFQP8nkyfCaiLQxiLrDA==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"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-func-name": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1",
|
|
"has": "^1.0.3",
|
|
"has-symbols": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-iterator": {
|
|
"version": "2.0.0",
|
|
"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-uri": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"basic-ftp": "^5.0.2",
|
|
"data-uri-to-buffer": "^5.0.1",
|
|
"debug": "^4.3.4",
|
|
"fs-extra": "^8.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/gh-pages": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^3.2.4",
|
|
"commander": "^2.18.0",
|
|
"email-addresses": "^5.0.0",
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/gh-pages/node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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/github-slugger": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/glob-to-regexp": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"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-dirs": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ini": "2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/global-dirs/node_modules/ini": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/globals": {
|
|
"version": "13.21.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.20.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/globals/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/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": "6.1.0",
|
|
"dev": true,
|
|
"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/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.10",
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz",
|
|
"integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/has-property-descriptors": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-proto": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-symbols": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-tostringtag": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-yarn": {
|
|
"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/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/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": "4.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"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.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/http-proxy-agent/node_modules/agent-base": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/http2-wrapper": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"quick-lru": "^5.1.1",
|
|
"resolve-alpn": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19.0"
|
|
}
|
|
},
|
|
"node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/human-signals": {
|
|
"version": "4.3.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=14.18.0"
|
|
}
|
|
},
|
|
"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/immutable": {
|
|
"version": "4.3.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/import-fresh": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/import-fresh/node_modules/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": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/import-lazy": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/import-meta-resolve": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-3.0.0.tgz",
|
|
"integrity": "sha512-4IwhLhNNA8yy445rPjD/lWh++7hMDOml2eHtd58eG7h+qK3EryMuuRbsHGPikCoAgIkkDnckKfWSk2iDla/ejg==",
|
|
"dev": true,
|
|
"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/inflight": {
|
|
"version": "1.0.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ini": {
|
|
"version": "1.3.8",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/interface-datastore": {
|
|
"version": "8.2.4",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"interface-store": "^5.0.0",
|
|
"nanoid": "^4.0.0",
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/interface-datastore/node_modules/nanoid": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
}
|
|
},
|
|
"node_modules/interface-store": {
|
|
"version": "5.1.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"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/invariant": {
|
|
"version": "2.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/ip": {
|
|
"version": "1.1.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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.0.1",
|
|
"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": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ci-info": "^2.0.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-docker": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-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-inside-container": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-docker": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"is-inside-container": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-inside-container/node_modules/is-docker": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"is-docker": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/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.1",
|
|
"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-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": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"text-extensions": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-typed-array": {
|
|
"version": "1.1.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-typedarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-unicode-supported": {
|
|
"version": "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-yarn-global": {
|
|
"version": "0.4.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"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/iso-url": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"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.0",
|
|
"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-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/semver": {
|
|
"version": "7.5.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"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.3",
|
|
"license": "Apache-2.0 OR MIT"
|
|
},
|
|
"node_modules/it-batched-bytes": {
|
|
"version": "2.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"p-defer": "^4.0.0",
|
|
"uint8arraylist": "^2.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-byte-stream": {
|
|
"version": "1.0.0",
|
|
"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-byte-stream/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-drain": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-first": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-handshake": {
|
|
"version": "4.1.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-pushable": "^3.1.0",
|
|
"it-reader": "^6.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"p-defer": "^4.0.0",
|
|
"uint8arraylist": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-handshake/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-length-prefixed": {
|
|
"version": "9.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8-varint": "^1.0.1",
|
|
"uint8arraylist": "^2.0.0",
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-length-prefixed-stream": {
|
|
"version": "1.0.0",
|
|
"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": "^1.0.6",
|
|
"uint8arraylist": "^2.4.1"
|
|
}
|
|
},
|
|
"node_modules/it-length-prefixed-stream/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-length-prefixed/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-map": {
|
|
"version": "3.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-peekable": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-merge": {
|
|
"version": "3.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-pushable": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-ndjson": {
|
|
"version": "1.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"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-pair/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-parallel": {
|
|
"version": "3.0.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"p-defer": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-peekable": {
|
|
"version": "3.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"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-pipe/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-protobuf-stream": {
|
|
"version": "1.0.0",
|
|
"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",
|
|
"uint8-varint": "^1.0.6",
|
|
"uint8arraylist": "^2.4.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-protobuf-stream/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-pushable": {
|
|
"version": "3.2.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"p-defer": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-reader": {
|
|
"version": "6.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-stream-types": "^1.0.4",
|
|
"uint8arraylist": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-sort": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-all": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-stream-types": {
|
|
"version": "1.0.5",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-take": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-to-buffer": {
|
|
"version": "4.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-ws": {
|
|
"version": "6.0.5",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"@types/ws": "^8.2.2",
|
|
"event-iterator": "^2.0.0",
|
|
"iso-url": "^1.1.2",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arrays": "^4.0.2",
|
|
"ws": "^8.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-ws/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/jackspeak": {
|
|
"version": "2.3.0",
|
|
"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.8.0",
|
|
"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/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/@babel/parser": {
|
|
"version": "7.21.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.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/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": "2.2.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/jsonc-parser": {
|
|
"version": "3.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsonfile": {
|
|
"version": "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.1",
|
|
"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-mocha": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.3"
|
|
}
|
|
},
|
|
"node_modules/karma-webpack": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"glob": "^7.1.3",
|
|
"minimatch": "^3.0.4",
|
|
"webpack-merge": "^4.1.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.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/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/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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/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.3",
|
|
"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": "0.46.8",
|
|
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.46.8.tgz",
|
|
"integrity": "sha512-ZEzItnKbZm8V97VVlsWq2afbUyq8sYeynHS5+b5sbByD+vsw3WMhsp4SrDkT7DAsONp4Vgn/aey7RCJIkQ6OUA==",
|
|
"dependencies": {
|
|
"@achingbrain/nat-port-mapper": "^1.0.9",
|
|
"@libp2p/crypto": "^2.0.3",
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/interface-internal": "^0.1.4",
|
|
"@libp2p/keychain": "^3.0.3",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@libp2p/multistream-select": "^4.0.2",
|
|
"@libp2p/peer-collections": "^4.0.3",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
"@libp2p/peer-record": "^6.0.3",
|
|
"@libp2p/peer-store": "^9.0.3",
|
|
"@libp2p/utils": "^4.0.2",
|
|
"@multiformats/mafmt": "^12.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"@multiformats/multiaddr-matcher": "^1.0.0",
|
|
"abortable-iterator": "^5.0.1",
|
|
"any-signal": "^4.1.1",
|
|
"datastore-core": "^9.0.1",
|
|
"delay": "^6.0.0",
|
|
"interface-datastore": "^8.2.0",
|
|
"it-all": "^3.0.2",
|
|
"it-drain": "^3.0.2",
|
|
"it-filter": "^3.0.1",
|
|
"it-first": "^3.0.1",
|
|
"it-handshake": "^4.1.3",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-map": "^3.0.3",
|
|
"it-merge": "^3.0.0",
|
|
"it-pair": "^2.0.6",
|
|
"it-parallel": "^3.0.0",
|
|
"it-pipe": "^3.0.1",
|
|
"it-protobuf-stream": "^1.0.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"merge-options": "^3.0.4",
|
|
"multiformats": "^12.0.1",
|
|
"p-defer": "^4.0.0",
|
|
"p-queue": "^7.3.4",
|
|
"p-retry": "^6.0.0",
|
|
"private-ip": "^3.0.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"rate-limiter-flexible": "^3.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6",
|
|
"wherearewe": "^2.0.1",
|
|
"xsalsa20": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p/node_modules/@libp2p/crypto": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-2.0.3.tgz",
|
|
"integrity": "sha512-VLhjdkJe8b/vedHp7SosDs62Yxq1i05Ej/YdVaEdWQdJsBRHCwbRlS4hPg3vm21U5hLF0g958r/927Vd/wamZw==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"node_modules/libp2p/node_modules/@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
|
|
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
|
|
"dependencies": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/libp2p/node_modules/@types/retry": {
|
|
"version": "0.12.2",
|
|
"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.2.tgz",
|
|
"integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow=="
|
|
},
|
|
"node_modules/libp2p/node_modules/it-filter": {
|
|
"version": "3.0.2",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"it-peekable": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p/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/libp2p/node_modules/multiformats": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
|
|
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg==",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p/node_modules/p-retry": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.0.0.tgz",
|
|
"integrity": "sha512-6NuuXu8Upembd4sNdo4PRbs+M6aHgBTrFE6lkH0YKjVzne3cDW4gkncB98ty/bkMxLxLVNeD5bX9FyWjM7WZ+A==",
|
|
"dependencies": {
|
|
"@types/retry": "0.12.2",
|
|
"retry": "^0.13.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/libp2p/node_modules/rate-limiter-flexible": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-3.0.0.tgz",
|
|
"integrity": "sha512-janAJkWxWxmLka0hV+XvCTo0M8keeSeOuz8ZL33cTXrkS4ek9mQ2VJm9ri7fm03oTVth19Sfqb1ijCmo7K/vAg=="
|
|
},
|
|
"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": "13.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "5.2.0",
|
|
"cli-truncate": "^3.1.0",
|
|
"commander": "^10.0.0",
|
|
"debug": "^4.3.4",
|
|
"execa": "^7.0.0",
|
|
"lilconfig": "2.1.0",
|
|
"listr2": "^5.0.7",
|
|
"micromatch": "^4.0.5",
|
|
"normalize-path": "^3.0.0",
|
|
"object-inspect": "^1.12.3",
|
|
"pidtree": "^0.6.0",
|
|
"string-argv": "^0.3.1",
|
|
"yaml": "^2.2.2"
|
|
},
|
|
"bin": {
|
|
"lint-staged": "bin/lint-staged.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/lint-staged"
|
|
}
|
|
},
|
|
"node_modules/lint-staged/node_modules/commander": {
|
|
"version": "10.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"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/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/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.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/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/listr-verbose-renderer/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"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/listr/node_modules/rxjs": {
|
|
"version": "6.6.7",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"npm": ">=2.0.0"
|
|
}
|
|
},
|
|
"node_modules/listr/node_modules/tslib": {
|
|
"version": "1.14.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/listr2": {
|
|
"version": "5.0.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cli-truncate": "^2.1.0",
|
|
"colorette": "^2.0.19",
|
|
"log-update": "^4.0.0",
|
|
"p-map": "^4.0.0",
|
|
"rfdc": "^1.3.0",
|
|
"rxjs": "^7.8.0",
|
|
"through": "^2.3.8",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.13.1 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"enquirer": ">= 2.3.0 < 3"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"enquirer": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/listr2/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/listr2/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/listr2/node_modules/cli-truncate": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"slice-ansi": "^3.0.0",
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/listr2/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/listr2/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/listr2/node_modules/slice-ansi": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"astral-regex": "^2.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/listr2/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/listr2/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/load-json-file/node_modules/pify": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/load-json-file/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"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": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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.ismatch": {
|
|
"version": "4.4.0",
|
|
"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.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/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": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^4.3.0",
|
|
"cli-cursor": "^3.1.0",
|
|
"slice-ansi": "^4.0.0",
|
|
"wrap-ansi": "^6.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/log-update/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/log-update/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/log-update/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/slice-ansi": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"astral-regex": "^2.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/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/log-update/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/log-update/node_modules/wrap-ansi": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/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",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/longbits": {
|
|
"version": "1.1.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"byte-access": "^1.0.1",
|
|
"uint8arraylist": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/longest-streak": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/wooorm"
|
|
}
|
|
},
|
|
"node_modules/loose-envify": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"bin": {
|
|
"loose-envify": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/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.27.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/sourcemap-codec": "^1.4.13"
|
|
},
|
|
"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.0",
|
|
"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": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^6.2.0",
|
|
"cardinal": "^2.1.1",
|
|
"chalk": "^5.2.0",
|
|
"cli-table3": "^0.6.3",
|
|
"node-emoji": "^1.11.0",
|
|
"supports-hyperlinks": "^2.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.13.1 || >=16.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"marked": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/marked-terminal/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/marked-terminal/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/matcher": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"escape-string-regexp": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/matcher/node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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.0",
|
|
"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/mdast-util-toc": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/ungap__structured-clone": "^0.3.0",
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
"github-slugger": "^2.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit": "^5.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": "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/meow/node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/meow/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/meow/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/meow/node_modules/read-pkg-up/node_modules/type-fest": {
|
|
"version": "0.8.1",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/read-pkg/node_modules/normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"resolve": "^1.10.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/read-pkg/node_modules/type-fest": {
|
|
"version": "0.6.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"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/meow/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"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.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-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": "3.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"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/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/is-plain-obj": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/minipass": {
|
|
"version": "3.3.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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.2.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": "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"
|
|
}
|
|
},
|
|
"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/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/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mocha/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/mocha/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/mocha/node_modules/glob/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"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/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/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/nanoid": {
|
|
"version": "3.3.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/mocha/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/mocha/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/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/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/modify-values": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/mortice": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/mortice/-/mortice-3.0.1.tgz",
|
|
"integrity": "sha512-eyDUsl1nCR9+JtNksKnaESLP9MgAXCA4w1LTtsmOSQNsThnv++f36rrBu5fC/fdGIwTJZmbiaR/QewptH93pYA==",
|
|
"dependencies": {
|
|
"nanoid": "^4.0.0",
|
|
"observable-webworkers": "^2.0.1",
|
|
"p-queue": "^7.2.0",
|
|
"p-timeout": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/mortice/node_modules/nanoid": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.2.tgz",
|
|
"integrity": "sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
}
|
|
},
|
|
"node_modules/mri": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/mrmime": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/multiformats": {
|
|
"version": "11.0.2",
|
|
"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/multimatch/node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/multimatch/node_modules/arrify": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/mute-stream": {
|
|
"version": "0.0.8",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/nan": {
|
|
"version": "2.17.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "3.3.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/nanospinner": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"picocolors": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/native-fetch": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"undici": "*"
|
|
}
|
|
},
|
|
"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/nested-error-stacks": {
|
|
"version": "2.1.1",
|
|
"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.4",
|
|
"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/node-emoji": {
|
|
"version": "1.11.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node_modules/node-fetch": {
|
|
"version": "2.6.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"whatwg-url": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"encoding": "^0.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"encoding": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/node-forge": {
|
|
"version": "1.3.1",
|
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
"engines": {
|
|
"node": ">= 6.13.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.13",
|
|
"license": "MIT"
|
|
},
|
|
"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/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": "9.8.1",
|
|
"bundleDependencies": [
|
|
"@isaacs/string-locale-compare",
|
|
"@npmcli/arborist",
|
|
"@npmcli/config",
|
|
"@npmcli/fs",
|
|
"@npmcli/map-workspaces",
|
|
"@npmcli/package-json",
|
|
"@npmcli/promise-spawn",
|
|
"@npmcli/run-script",
|
|
"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",
|
|
"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",
|
|
"sigstore",
|
|
"ssri",
|
|
"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": "^6.3.0",
|
|
"@npmcli/config": "^6.2.1",
|
|
"@npmcli/fs": "^3.1.0",
|
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
"@npmcli/package-json": "^4.0.1",
|
|
"@npmcli/promise-spawn": "^6.0.2",
|
|
"@npmcli/run-script": "^6.0.2",
|
|
"abbrev": "^2.0.0",
|
|
"archy": "~1.0.0",
|
|
"cacache": "^17.1.3",
|
|
"chalk": "^5.3.0",
|
|
"ci-info": "^3.8.0",
|
|
"cli-columns": "^4.0.0",
|
|
"cli-table3": "^0.6.3",
|
|
"columnify": "^1.6.0",
|
|
"fastest-levenshtein": "^1.0.16",
|
|
"fs-minipass": "^3.0.2",
|
|
"glob": "^10.2.7",
|
|
"graceful-fs": "^4.2.11",
|
|
"hosted-git-info": "^6.1.1",
|
|
"ini": "^4.1.1",
|
|
"init-package-json": "^5.0.0",
|
|
"is-cidr": "^4.0.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"libnpmaccess": "^7.0.2",
|
|
"libnpmdiff": "^5.0.19",
|
|
"libnpmexec": "^6.0.3",
|
|
"libnpmfund": "^4.0.19",
|
|
"libnpmhook": "^9.0.3",
|
|
"libnpmorg": "^5.0.4",
|
|
"libnpmpack": "^5.0.19",
|
|
"libnpmpublish": "^7.5.0",
|
|
"libnpmsearch": "^6.0.2",
|
|
"libnpmteam": "^5.0.3",
|
|
"libnpmversion": "^4.0.2",
|
|
"make-fetch-happen": "^11.1.1",
|
|
"minimatch": "^9.0.3",
|
|
"minipass": "^5.0.0",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"ms": "^2.1.2",
|
|
"node-gyp": "^9.4.0",
|
|
"nopt": "^7.2.0",
|
|
"npm-audit-report": "^5.0.0",
|
|
"npm-install-checks": "^6.1.1",
|
|
"npm-package-arg": "^10.1.0",
|
|
"npm-pick-manifest": "^8.0.1",
|
|
"npm-profile": "^7.0.1",
|
|
"npm-registry-fetch": "^14.0.5",
|
|
"npm-user-validate": "^2.0.0",
|
|
"npmlog": "^7.0.1",
|
|
"p-map": "^4.0.0",
|
|
"pacote": "^15.2.0",
|
|
"parse-conflict-json": "^3.0.1",
|
|
"proc-log": "^3.0.0",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"read": "^2.1.0",
|
|
"semver": "^7.5.4",
|
|
"sigstore": "^1.7.0",
|
|
"ssri": "^10.0.4",
|
|
"supports-color": "^9.4.0",
|
|
"tar": "^6.1.15",
|
|
"text-table": "~0.2.0",
|
|
"tiny-relative-date": "^1.3.0",
|
|
"treeverse": "^3.0.0",
|
|
"validate-npm-package-name": "^5.0.0",
|
|
"which": "^3.0.1",
|
|
"write-file-atomic": "^5.0.1"
|
|
},
|
|
"bin": {
|
|
"npm": "bin/npm-cli.js",
|
|
"npx": "bin/npx-cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm-package-json-lint": {
|
|
"version": "7.0.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.3",
|
|
"slash": "^3.0.0",
|
|
"strip-json-comments": "^3.1.1",
|
|
"type-fest": "^3.12.0",
|
|
"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/array-union": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/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/npm-package-json-lint/node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"license": "ISC"
|
|
},
|
|
"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/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/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/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/semver": {
|
|
"version": "7.5.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"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": "3.13.1",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=14.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/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"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/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm-run-all/node_modules/normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"resolve": "^1.10.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"node_modules/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/path-type": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^3.0.0"
|
|
},
|
|
"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/pify": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm-run-all/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/npm-run-all/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"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/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/@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/cliui/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/@isaacs/string-locale-compare": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
|
"version": "6.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": "^5.0.0",
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/package-json": "^4.0.0",
|
|
"@npmcli/query": "^3.0.0",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"bin-links": "^4.0.1",
|
|
"cacache": "^17.0.4",
|
|
"common-ancestor-path": "^1.0.1",
|
|
"hosted-git-info": "^6.1.1",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"json-stringify-nice": "^1.1.4",
|
|
"minimatch": "^9.0.0",
|
|
"nopt": "^7.0.0",
|
|
"npm-install-checks": "^6.0.0",
|
|
"npm-package-arg": "^10.1.0",
|
|
"npm-pick-manifest": "^8.0.1",
|
|
"npm-registry-fetch": "^14.0.3",
|
|
"npmlog": "^7.0.1",
|
|
"pacote": "^15.0.8",
|
|
"parse-conflict-json": "^3.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-all-reject-late": "^1.0.0",
|
|
"promise-call-limit": "^1.0.2",
|
|
"read-package-json-fast": "^3.0.2",
|
|
"semver": "^7.3.7",
|
|
"ssri": "^10.0.1",
|
|
"treeverse": "^3.0.0",
|
|
"walk-up-path": "^3.0.1"
|
|
},
|
|
"bin": {
|
|
"arborist": "bin/index.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/config": {
|
|
"version": "6.2.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
"ci-info": "^3.8.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": "^14.17.0 || ^16.13.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/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": "4.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/promise-spawn": "^6.0.0",
|
|
"lru-cache": "^7.4.4",
|
|
"npm-pick-manifest": "^8.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/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": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cacache": "^17.0.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"pacote": "^15.0.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/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": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^4.1.0",
|
|
"glob": "^10.2.2",
|
|
"hosted-git-info": "^6.1.1",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"normalize-package-data": "^5.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.5.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
"version": "6.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"which": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/query": {
|
|
"version": "3.0.0",
|
|
"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": "6.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/promise-spawn": "^6.0.0",
|
|
"node-gyp": "^9.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"which": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@sigstore/protobuf-specs": {
|
|
"version": "0.1.0",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@sigstore/tuf": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@sigstore/protobuf-specs": "^0.1.0",
|
|
"tuf-js": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@tootallnate/once": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@tufjs/canonical-json": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@tufjs/models": {
|
|
"version": "1.0.4",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tufjs/canonical-json": "1.0.0",
|
|
"minimatch": "^9.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.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/abort-controller": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"event-target-shim": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/agentkeepalive": {
|
|
"version": "4.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.0",
|
|
"depd": "^2.0.0",
|
|
"humanize-ms": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/aggregate-error": {
|
|
"version": "3.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/aproba": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/archy": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/are-we-there-yet": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/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"
|
|
}
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/bin-links": {
|
|
"version": "4.0.2",
|
|
"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/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"
|
|
}
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"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": "17.1.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^3.1.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"glob": "^10.2.2",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^5.0.0",
|
|
"minipass-collect": "^1.0.2",
|
|
"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": "^14.17.0 || ^16.13.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": "3.8.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": "3.1.1",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"ip-regex": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/clean-stack": {
|
|
"version": "2.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-columns": {
|
|
"version": "4.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-table3": {
|
|
"version": "0.6.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.1",
|
|
"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/common-ancestor-path": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/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/delegates": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/depd": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"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/event-target-shim": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/events": {
|
|
"version": "3.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.x"
|
|
}
|
|
},
|
|
"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.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/function-bind": {
|
|
"version": "1.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/gauge": {
|
|
"version": "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/glob": {
|
|
"version": "10.2.7",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.0.3",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2",
|
|
"path-scurry": "^1.7.0"
|
|
},
|
|
"bin": {
|
|
"glob": "dist/cjs/src/bin.js"
|
|
},
|
|
"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": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/hosted-git-info": {
|
|
"version": "6.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.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": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/once": "2",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/humanize-ms": {
|
|
"version": "1.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/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"
|
|
}
|
|
],
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/npm/node_modules/ignore-walk": {
|
|
"version": "6.0.3",
|
|
"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/inflight": {
|
|
"version": "1.0.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/ini": {
|
|
"version": "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": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-package-arg": "^10.0.0",
|
|
"promzard": "^1.0.0",
|
|
"read": "^2.0.0",
|
|
"read-package-json": "^6.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.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": "4.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-cidr": {
|
|
"version": "4.0.2",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"cidr-regex": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-core-module": {
|
|
"version": "2.12.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-lambda": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/jackspeak": {
|
|
"version": "2.2.1",
|
|
"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.0",
|
|
"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": "7.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-package-arg": "^10.1.0",
|
|
"npm-registry-fetch": "^14.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmdiff": {
|
|
"version": "5.0.19",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^6.3.0",
|
|
"@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": "^10.1.0",
|
|
"pacote": "^15.0.8",
|
|
"tar": "^6.1.13"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmexec": {
|
|
"version": "6.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^6.3.0",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"ci-info": "^3.7.1",
|
|
"npm-package-arg": "^10.1.0",
|
|
"npmlog": "^7.0.1",
|
|
"pacote": "^15.0.8",
|
|
"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": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmfund": {
|
|
"version": "4.0.19",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmhook": {
|
|
"version": "9.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^14.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmorg": {
|
|
"version": "5.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^14.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmpack": {
|
|
"version": "5.0.19",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^6.3.0",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"npm-package-arg": "^10.1.0",
|
|
"pacote": "^15.0.8"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmpublish": {
|
|
"version": "7.5.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ci-info": "^3.6.1",
|
|
"normalize-package-data": "^5.0.0",
|
|
"npm-package-arg": "^10.1.0",
|
|
"npm-registry-fetch": "^14.0.3",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.7",
|
|
"sigstore": "^1.4.0",
|
|
"ssri": "^10.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmsearch": {
|
|
"version": "6.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-registry-fetch": "^14.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmteam": {
|
|
"version": "5.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^14.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmversion": {
|
|
"version": "4.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^4.0.1",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/make-fetch-happen": {
|
|
"version": "11.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^17.0.0",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^5.0.0",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/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": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-collect": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-collect/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-fetch": {
|
|
"version": "3.0.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^5.0.0",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"node_modules/npm/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": "9.4.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.0",
|
|
"exponential-backoff": "^3.1.1",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^11.0.3",
|
|
"nopt": "^6.0.0",
|
|
"npmlog": "^6.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13 || ^14.13 || >=16"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/are-we-there-yet": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/gauge": {
|
|
"version": "4.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.3",
|
|
"console-control-strings": "^1.1.0",
|
|
"has-unicode": "^2.0.1",
|
|
"signal-exit": "^3.0.7",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.5"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/nopt": {
|
|
"version": "6.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/npmlog": {
|
|
"version": "6.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "^3.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^4.0.3",
|
|
"set-blocking": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/readable-stream": {
|
|
"version": "3.6.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/signal-exit": {
|
|
"version": "3.0.7",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/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/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": "5.0.0",
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/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.1.1",
|
|
"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": "10.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-packlist": {
|
|
"version": "7.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ignore-walk": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-pick-manifest": {
|
|
"version": "8.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-install-checks": "^6.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0",
|
|
"npm-package-arg": "^10.0.0",
|
|
"semver": "^7.3.5"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-profile": {
|
|
"version": "7.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-registry-fetch": "^14.0.0",
|
|
"proc-log": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-registry-fetch": {
|
|
"version": "14.0.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"make-fetch-happen": "^11.0.0",
|
|
"minipass": "^5.0.0",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.1.2",
|
|
"npm-package-arg": "^10.0.0",
|
|
"proc-log": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/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/once": {
|
|
"version": "1.4.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"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": "15.2.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^4.0.0",
|
|
"@npmcli/installed-package-contents": "^2.0.1",
|
|
"@npmcli/promise-spawn": "^6.0.1",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"cacache": "^17.0.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"minipass": "^5.0.0",
|
|
"npm-package-arg": "^10.0.0",
|
|
"npm-packlist": "^7.0.0",
|
|
"npm-pick-manifest": "^8.0.0",
|
|
"npm-registry-fetch": "^14.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"read-package-json": "^6.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"sigstore": "^1.3.0",
|
|
"ssri": "^10.0.0",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": {
|
|
"pacote": "lib/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/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-is-absolute": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.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.9.2",
|
|
"inBundle": true,
|
|
"license": "BlueOak-1.0.0",
|
|
"dependencies": {
|
|
"lru-cache": "^9.1.1",
|
|
"minipass": "^5.0.0 || ^6.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/path-scurry/node_modules/lru-cache": {
|
|
"version": "9.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/postcss-selector-parser": {
|
|
"version": "6.0.13",
|
|
"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/process": {
|
|
"version": "0.11.10",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.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": "6.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^10.2.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"normalize-package-data": "^5.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/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/readable-stream": {
|
|
"version": "4.4.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/retry": {
|
|
"version": "0.12.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/rimraf/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/rimraf/node_modules/glob": {
|
|
"version": "7.2.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.1.1",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/rimraf/node_modules/minimatch": {
|
|
"version": "3.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/npm/node_modules/semver": {
|
|
"version": "7.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.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/sigstore": {
|
|
"version": "1.7.0",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@sigstore/protobuf-specs": "^0.1.0",
|
|
"@sigstore/tuf": "^1.0.1",
|
|
"make-fetch-happen": "^11.0.1"
|
|
},
|
|
"bin": {
|
|
"sigstore": "bin/sigstore.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.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": "7.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/spdx-correct": {
|
|
"version": "3.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.13",
|
|
"inBundle": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/npm/node_modules/ssri": {
|
|
"version": "10.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/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/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": {
|
|
"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/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.1.15",
|
|
"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/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": "1.1.7",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tufjs/models": "1.0.4",
|
|
"debug": "^4.3.4",
|
|
"make-fetch-happen": "^11.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.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": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/which.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/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/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/wrap-ansi/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/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/wrap-ansi/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/wrappy": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"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/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/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nyc/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"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.values": {
|
|
"version": "1.1.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/observable-webworkers": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/observable-webworkers/-/observable-webworkers-2.0.1.tgz",
|
|
"integrity": "sha512-JI1vB0u3pZjoQKOK1ROWzp0ygxSi7Yb0iR+7UNsw4/Zn4cQ0P3R7XL38zac/Dy2tEA7Lg88/wIJTjF8vYXZ0uw==",
|
|
"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/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/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/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": "6.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^5.0.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"cli-spinners": "^2.6.1",
|
|
"is-interactive": "^2.0.0",
|
|
"is-unicode-supported": "^1.1.0",
|
|
"log-symbols": "^5.1.0",
|
|
"stdin-discarder": "^0.1.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"wcwidth": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ora/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/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/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/onetime": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ora/node_modules/restore-cursor": {
|
|
"version": "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/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": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-timeout": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-event/node_modules/p-timeout": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/p-filter/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/p-filter/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/p-filter/node_modules/escape-string-regexp": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-filter/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/p-finally": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-is-promise": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/p-locate": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-map": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-queue": {
|
|
"version": "7.3.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eventemitter3": "^4.0.7",
|
|
"p-timeout": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-queue/node_modules/p-timeout": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"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": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/retry": "0.12.1",
|
|
"retry": "^0.13.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/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.0",
|
|
"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.0",
|
|
"pac-resolver": "^7.0.0",
|
|
"socks-proxy-agent": "^8.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/pac-proxy-agent/node_modules/agent-base": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/pac-proxy-agent/node_modules/https-proxy-agent": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/pac-resolver": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"degenerator": "^5.0.0",
|
|
"ip": "^1.1.8",
|
|
"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.13",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/http-cache-semantics": "^4.0.1",
|
|
"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.0",
|
|
"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/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",
|
|
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz",
|
|
"integrity": "sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==",
|
|
"dev": true,
|
|
"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/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/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/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"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.0",
|
|
"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-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.0.1",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "14 || >=16.14"
|
|
}
|
|
},
|
|
"node_modules/path-scurry/node_modules/minipass": {
|
|
"version": "7.0.3",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=16 || 14 >=14.17"
|
|
}
|
|
},
|
|
"node_modules/path-to-regexp": {
|
|
"version": "1.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isarray": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/path-to-regexp/node_modules/isarray": {
|
|
"version": "0.0.1",
|
|
"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": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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-up": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-up/node_modules/find-up": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-up/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-up/node_modules/p-limit": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-up/node_modules/p-locate": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-up/node_modules/p-try": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-up/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/platform": {
|
|
"version": "1.3.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/playwright-core": {
|
|
"version": "1.36.0",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"playwright-core": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"node_modules/playwright-test": {
|
|
"version": "12.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"acorn-loose": "^8.3.0",
|
|
"assert": "^2.0.0",
|
|
"buffer": "^6.0.3",
|
|
"c8": "^8.0.0",
|
|
"camelcase": "^7.0.1",
|
|
"chokidar": "^3.5.3",
|
|
"cpy": "^10.1.0",
|
|
"esbuild": "0.18.12",
|
|
"esbuild-plugin-wasm": "^1.1.0",
|
|
"events": "^3.3.0",
|
|
"execa": "^7.1.1",
|
|
"globby": "^13.2.2",
|
|
"kleur": "^4.1.5",
|
|
"lilconfig": "^2.1.0",
|
|
"lodash": "^4.17.21",
|
|
"merge-options": "^3.0.4",
|
|
"nanoid": "^4.0.2",
|
|
"ora": "^6.3.1",
|
|
"p-wait-for": "5.0.2",
|
|
"path-browserify": "^1.0.1",
|
|
"playwright-core": "1.36.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",
|
|
"strip-ansi": "^7.1.0",
|
|
"tempy": "^3.1.0",
|
|
"test-exclude": "^6.0.0",
|
|
"util": "^0.12.5",
|
|
"v8-to-istanbul": "^9.1.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.18.12",
|
|
"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/camelcase": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/esbuild": {
|
|
"version": "0.18.12",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"esbuild": "bin/esbuild"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@esbuild/android-arm": "0.18.12",
|
|
"@esbuild/android-arm64": "0.18.12",
|
|
"@esbuild/android-x64": "0.18.12",
|
|
"@esbuild/darwin-arm64": "0.18.12",
|
|
"@esbuild/darwin-x64": "0.18.12",
|
|
"@esbuild/freebsd-arm64": "0.18.12",
|
|
"@esbuild/freebsd-x64": "0.18.12",
|
|
"@esbuild/linux-arm": "0.18.12",
|
|
"@esbuild/linux-arm64": "0.18.12",
|
|
"@esbuild/linux-ia32": "0.18.12",
|
|
"@esbuild/linux-loong64": "0.18.12",
|
|
"@esbuild/linux-mips64el": "0.18.12",
|
|
"@esbuild/linux-ppc64": "0.18.12",
|
|
"@esbuild/linux-riscv64": "0.18.12",
|
|
"@esbuild/linux-s390x": "0.18.12",
|
|
"@esbuild/linux-x64": "0.18.12",
|
|
"@esbuild/netbsd-x64": "0.18.12",
|
|
"@esbuild/openbsd-x64": "0.18.12",
|
|
"@esbuild/sunos-x64": "0.18.12",
|
|
"@esbuild/win32-arm64": "0.18.12",
|
|
"@esbuild/win32-ia32": "0.18.12",
|
|
"@esbuild/win32-x64": "0.18.12"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/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/playwright-test/node_modules/nanoid": {
|
|
"version": "4.0.2",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
}
|
|
},
|
|
"node_modules/playwright-test/node_modules/slash": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"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/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.28",
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "tidelift",
|
|
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nanoid": "^3.3.6",
|
|
"picocolors": "^1.0.0",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=14"
|
|
}
|
|
},
|
|
"node_modules/postcss/node_modules/nanoid": {
|
|
"version": "3.3.6",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/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.1",
|
|
"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.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"ip-regex": "^5.0.0",
|
|
"ipaddr.js": "^2.0.1",
|
|
"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/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/proto-list": {
|
|
"version": "1.2.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/protobufjs": {
|
|
"version": "7.2.4",
|
|
"hasInstallScript": true,
|
|
"license": "BSD-3-Clause",
|
|
"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/protons": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"meow": "^11.0.0",
|
|
"protobufjs-cli": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"protons": "dist/bin/protons.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/protons-runtime": {
|
|
"version": "5.0.0",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"protobufjs": "^7.0.0",
|
|
"uint8arraylist": "^2.4.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"uint8arraylist": "^2.3.2"
|
|
}
|
|
},
|
|
"node_modules/protons/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/protons/node_modules/brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/camelcase": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/camelcase-keys": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase": "^7.0.0",
|
|
"map-obj": "^4.3.0",
|
|
"quick-lru": "^6.1.1",
|
|
"type-fest": "^2.13.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/camelcase-keys/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/protons/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/protons/node_modules/decamelize": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/estraverse": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/hosted-git-info": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/indent-string": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/meow": {
|
|
"version": "11.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/minimist": "^1.2.2",
|
|
"camelcase-keys": "^8.0.2",
|
|
"decamelize": "^6.0.0",
|
|
"decamelize-keys": "^1.1.0",
|
|
"hard-rejection": "^2.1.0",
|
|
"minimist-options": "4.1.0",
|
|
"normalize-package-data": "^4.0.1",
|
|
"read-pkg-up": "^9.1.0",
|
|
"redent": "^4.0.0",
|
|
"trim-newlines": "^4.0.2",
|
|
"type-fest": "^3.1.0",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/normalize-package-data": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/protobufjs-cli": {
|
|
"version": "1.1.1",
|
|
"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/protons/node_modules/quick-lru": {
|
|
"version": "6.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/redent": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"indent-string": "^5.0.0",
|
|
"strip-indent": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/strip-indent": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"min-indent": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/trim-newlines": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/protons/node_modules/type-fest": {
|
|
"version": "3.6.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/proxy-agent": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.0",
|
|
"lru-cache": "^7.14.1",
|
|
"pac-proxy-agent": "^7.0.0",
|
|
"proxy-from-env": "^1.1.0",
|
|
"socks-proxy-agent": "^8.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/proxy-agent/node_modules/agent-base": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/proxy-agent/node_modules/https-proxy-agent": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
},
|
|
"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/pseudomap": {
|
|
"version": "1.0.2",
|
|
"license": "ISC"
|
|
},
|
|
"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": {
|
|
"version": "21.1.1",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@puppeteer/browsers": "1.7.0",
|
|
"cosmiconfig": "8.2.0",
|
|
"puppeteer-core": "21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.3.0"
|
|
}
|
|
},
|
|
"node_modules/puppeteer-core": {
|
|
"version": "13.7.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"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"
|
|
}
|
|
},
|
|
"node_modules/puppeteer/node_modules/cross-fetch": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.12"
|
|
}
|
|
},
|
|
"node_modules/puppeteer/node_modules/devtools-protocol": {
|
|
"version": "0.0.1159816",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/puppeteer/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/puppeteer/node_modules/puppeteer-core": {
|
|
"version": "21.1.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@puppeteer/browsers": "1.7.0",
|
|
"chromium-bidi": "0.4.22",
|
|
"cross-fetch": "4.0.0",
|
|
"debug": "4.3.4",
|
|
"devtools-protocol": "0.0.1159816",
|
|
"ws": "8.13.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.3.0"
|
|
}
|
|
},
|
|
"node_modules/puppeteer/node_modules/ws": {
|
|
"version": "8.13.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/pure-rand": {
|
|
"version": "6.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/dubzzz"
|
|
},
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/fast-check"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/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/query-ast": {
|
|
"version": "1.0.5",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"invariant": "2.2.4",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"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/ramda": {
|
|
"version": "0.25.0",
|
|
"license": "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/rate-limiter-flexible": {
|
|
"version": "2.4.1",
|
|
"license": "ISC"
|
|
},
|
|
"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/strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react": {
|
|
"version": "17.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"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/array-union": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/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/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/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/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/react-native-test-runner/node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"license": "ISC"
|
|
},
|
|
"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-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": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/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/react-native-test-runner/node_modules/normalize-package-data/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"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": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/react-native-test-runner/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/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/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.6.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"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": "8.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/normalize-package-data": "^2.4.1",
|
|
"normalize-package-data": "^5.0.0",
|
|
"parse-json": "^7.0.0",
|
|
"type-fest": "^3.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^6.3.0",
|
|
"read-pkg": "^7.1.0",
|
|
"type-fest": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/locate-path": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/p-locate": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/read-pkg": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/normalize-package-data": "^2.4.1",
|
|
"normalize-package-data": "^3.0.2",
|
|
"parse-json": "^5.2.0",
|
|
"type-fest": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/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/read-pkg-up/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/hosted-git-info": {
|
|
"version": "6.1.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/json-parse-even-better-errors": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/lines-and-columns": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/normalize-package-data": {
|
|
"version": "5.0.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/parse-json": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.21.4",
|
|
"error-ex": "^1.3.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"lines-and-columns": "^2.0.3",
|
|
"type-fest": "^3.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/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/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.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"regenerate": "^1.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/regenerator-runtime": {
|
|
"version": "0.14.0",
|
|
"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.4.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"functions-have-names": "^1.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/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": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "1.2.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
|
|
"integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
|
|
"dev": true,
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"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.4",
|
|
"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-from": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/responselike": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lowercase-keys": "^2.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/restore-cursor": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/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": "3.28.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"rollup": "dist/bin/rollup"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18.0",
|
|
"npm": ">=8.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"node_modules/run-applescript": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/run-applescript/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/run-applescript/node_modules/human-signals": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
}
|
|
},
|
|
"node_modules/run-applescript/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/run-applescript/node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/run-applescript/node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/run-applescript/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/run-applescript/node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/run-parallel": {
|
|
"version": "1.2.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/rxjs": {
|
|
"version": "7.8.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/sade": {
|
|
"version": "1.8.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mri": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"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/sanitize-filename": {
|
|
"version": "1.6.3",
|
|
"resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.3.tgz",
|
|
"integrity": "sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==",
|
|
"dependencies": {
|
|
"truncate-utf8-bytes": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/sass": {
|
|
"version": "1.65.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chokidar": ">=3.0.0 <4.0.0",
|
|
"immutable": "^4.0.0",
|
|
"source-map-js": ">=0.6.2 <2.0.0"
|
|
},
|
|
"bin": {
|
|
"sass": "sass.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/sax": {
|
|
"version": "1.2.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/schema-utils": {
|
|
"version": "3.1.1",
|
|
"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/scss-parser": {
|
|
"version": "1.0.6",
|
|
"license": "SEE LICENSE IN README",
|
|
"dependencies": {
|
|
"invariant": "2.2.4",
|
|
"lodash": "4.17.21"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release": {
|
|
"name": "@achingbrain/semantic-release",
|
|
"version": "21.0.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@semantic-release/commit-analyzer": "^10.0.0",
|
|
"@semantic-release/error": "^4.0.0",
|
|
"@semantic-release/github": "^9.0.0",
|
|
"@semantic-release/npm": "^10.0.2",
|
|
"@semantic-release/release-notes-generator": "^11.0.0",
|
|
"aggregate-error": "^4.0.1",
|
|
"cosmiconfig": "^8.0.0",
|
|
"debug": "^4.0.0",
|
|
"env-ci": "^9.0.0",
|
|
"execa": "^7.0.0",
|
|
"figures": "^5.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": "^6.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^5.0.0",
|
|
"marked-terminal": "^5.1.1",
|
|
"micromatch": "^4.0.2",
|
|
"p-each-series": "^3.0.0",
|
|
"p-reduce": "^3.0.0",
|
|
"read-pkg-up": "^10.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": ">=18"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo": {
|
|
"name": "@achingbrain/semantic-release-monorepo",
|
|
"version": "8.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.1.0",
|
|
"execa": "^0.8.0",
|
|
"file-url": "^3.0.0",
|
|
"fs-extra": "^10.0.1",
|
|
"get-stream": "^6.0.1",
|
|
"git-log-parser": "^1.2.0",
|
|
"minipass": "^3.3.6",
|
|
"p-each-series": "^2.1.0",
|
|
"p-limit": "^1.2.0",
|
|
"pkg-up": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"read-pkg": "^5.0.0",
|
|
"semantic-release-plugin-decorators": "https://registry.npmjs.org/@achingbrain/semantic-release-plugin-decorators/-/semantic-release-plugin-decorators-4.0.1.tgz",
|
|
"tempy": "1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=15.11.x"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/cross-spawn": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lru-cache": "^4.0.1",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/crypto-random-string": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/execa": {
|
|
"version": "0.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^5.0.1",
|
|
"get-stream": "^3.0.0",
|
|
"is-stream": "^1.1.0",
|
|
"npm-run-path": "^2.0.0",
|
|
"p-finally": "^1.0.0",
|
|
"signal-exit": "^3.0.0",
|
|
"strip-eof": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/execa/node_modules/get-stream": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/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/semantic-release-monorepo/node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/is-stream": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/lru-cache": {
|
|
"version": "4.1.5",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"pseudomap": "^1.0.2",
|
|
"yallist": "^2.1.2"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/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/semantic-release-monorepo/node_modules/npm-run-path": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/p-each-series": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/p-limit": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/p-try": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/path-key": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/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/semantic-release-monorepo/node_modules/semver": {
|
|
"version": "5.7.2",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/shebang-command": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/shebang-regex": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/temp-dir": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/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/semantic-release-monorepo/node_modules/tempy/node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/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/semantic-release-monorepo/node_modules/type-fest": {
|
|
"version": "0.6.0",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/unique-string": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crypto-random-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/universalify": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/which": {
|
|
"version": "1.3.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"which": "bin/which"
|
|
}
|
|
},
|
|
"node_modules/semantic-release-monorepo/node_modules/yallist": {
|
|
"version": "2.1.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/semantic-release-plugin-decorators": {
|
|
"name": "@achingbrain/semantic-release-plugin-decorators",
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"semantic-release": ">=11"
|
|
}
|
|
},
|
|
"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": "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/semantic-release/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/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/figures": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^5.0.0",
|
|
"is-unicode-supported": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/find-up": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/hosted-git-info": {
|
|
"version": "6.1.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^7.5.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.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/locate-path": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/lru-cache": {
|
|
"version": "7.18.3",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/marked": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"marked": "bin/marked.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/p-limit": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/p-locate": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/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/path-exists": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/read-pkg-up": {
|
|
"version": "10.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^6.3.0",
|
|
"read-pkg": "^8.0.0",
|
|
"type-fest": "^3.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/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/semantic-release/node_modules/yocto-queue": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.3.8",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver-compare": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"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.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"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.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/shiki": {
|
|
"version": "0.14.2",
|
|
"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/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"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/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/signale/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"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": "15.2.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^3.0.0",
|
|
"@sinonjs/fake-timers": "^10.3.0",
|
|
"@sinonjs/samsam": "^8.0.0",
|
|
"diff": "^5.1.0",
|
|
"nise": "^5.1.4",
|
|
"supports-color": "^7.2.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/sinon"
|
|
}
|
|
},
|
|
"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.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@polka/url": "^1.0.0-next.20",
|
|
"mrmime": "^1.0.0",
|
|
"totalist": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/sirv/node_modules/@polka/url": {
|
|
"version": "1.0.0-next.21",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/size-limit": {
|
|
"version": "8.2.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes-iec": "^3.1.1",
|
|
"chokidar": "^3.5.3",
|
|
"globby": "^11.1.0",
|
|
"lilconfig": "^2.0.6",
|
|
"nanospinner": "^1.1.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"size-limit": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
|
|
}
|
|
},
|
|
"node_modules/size-limit/node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/size-limit/node_modules/globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.9",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/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/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.6.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "~1.3.4",
|
|
"base64id": "~2.0.0",
|
|
"debug": "~4.3.2",
|
|
"engine.io": "~6.4.1",
|
|
"socket.io-adapter": "~2.5.2",
|
|
"socket.io-parser": "~4.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.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.2",
|
|
"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.7.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip": "^2.0.0",
|
|
"smart-buffer": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/socks-proxy-agent": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^7.0.1",
|
|
"debug": "^4.3.4",
|
|
"socks": "^2.7.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/socks-proxy-agent/node_modules/agent-base": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/socks/node_modules/ip": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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/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/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.13",
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/split": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"through": "2"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/split-ca": {
|
|
"version": "1.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/split2": {
|
|
"version": "3.2.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"readable-stream": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.1.2",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true
|
|
},
|
|
"node_modules/ssh2": {
|
|
"version": "1.11.0",
|
|
"hasInstallScript": true,
|
|
"dependencies": {
|
|
"asn1": "^0.2.4",
|
|
"bcrypt-pbkdf": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.16.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"cpu-features": "~0.0.4",
|
|
"nan": "^2.16.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-combiner2": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexer2": "~0.1.0",
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"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/streamsearch": {
|
|
"version": "1.1.0",
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/streamx": {
|
|
"version": "2.15.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-fifo": "^1.1.0",
|
|
"queue-tick": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/string-argv": {
|
|
"version": "0.3.1",
|
|
"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.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trim": {
|
|
"version": "1.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimend": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimstart": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi": {
|
|
"version": "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": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/strip-eof": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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/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": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0",
|
|
"supports-color": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/synckit": {
|
|
"version": "0.8.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@pkgr/utils": "^2.3.1",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/unts"
|
|
}
|
|
},
|
|
"node_modules/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": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.1.4"
|
|
}
|
|
},
|
|
"node_modules/tar-stream": {
|
|
"version": "2.2.0",
|
|
"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.16.6",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@jridgewell/source-map": "^0.3.2",
|
|
"acorn": "^8.5.0",
|
|
"commander": "^2.20.0",
|
|
"source-map-support": "~0.5.20"
|
|
},
|
|
"bin": {
|
|
"terser": "bin/terser"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/terser-webpack-plugin": {
|
|
"version": "5.3.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
"jest-worker": "^27.4.5",
|
|
"schema-utils": "^3.1.1",
|
|
"serialize-javascript": "^6.0.1",
|
|
"terser": "^5.16.5"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@swc/core": {
|
|
"optional": true
|
|
},
|
|
"esbuild": {
|
|
"optional": true
|
|
},
|
|
"uglify-js": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/terser/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/text-extensions": {
|
|
"version": "1.9.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"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/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/titleize": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/totalist": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tr46": {
|
|
"version": "0.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/traverse": {
|
|
"version": "0.6.7",
|
|
"license": "MIT",
|
|
"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/trouter": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"matchit": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/truncate-utf8-bytes": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
|
|
"integrity": "sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==",
|
|
"dependencies": {
|
|
"utf8-byte-length": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/ts-api-utils": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.13.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": ">=4.2.0"
|
|
}
|
|
},
|
|
"node_modules/ts-loader": {
|
|
"version": "9.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.1.0",
|
|
"enhanced-resolve": "^5.0.0",
|
|
"micromatch": "^4.0.0",
|
|
"semver": "^7.3.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "*",
|
|
"webpack": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/ts-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/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.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
"@tsconfig/node10": "^1.0.7",
|
|
"@tsconfig/node12": "^1.0.7",
|
|
"@tsconfig/node14": "^1.0.0",
|
|
"@tsconfig/node16": "^1.0.2",
|
|
"acorn": "^8.4.1",
|
|
"acorn-walk": "^8.1.1",
|
|
"arg": "^4.1.0",
|
|
"create-require": "^1.1.0",
|
|
"diff": "^4.0.1",
|
|
"make-error": "^1.1.1",
|
|
"v8-compile-cache-lib": "^3.0.1",
|
|
"yn": "3.1.1"
|
|
},
|
|
"bin": {
|
|
"ts-node": "dist/bin.js",
|
|
"ts-node-cwd": "dist/bin-cwd.js",
|
|
"ts-node-esm": "dist/bin-esm.js",
|
|
"ts-node-script": "dist/bin-script.js",
|
|
"ts-node-transpile-only": "dist/bin-transpile.js",
|
|
"ts-script": "dist/bin-script-deprecated.js"
|
|
},
|
|
"peerDependencies": {
|
|
"@swc/core": ">=1.2.50",
|
|
"@swc/wasm": ">=1.2.50",
|
|
"@types/node": "*",
|
|
"typescript": ">=2.7"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@swc/core": {
|
|
"optional": true
|
|
},
|
|
"@swc/wasm": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/ts-node/node_modules/diff": {
|
|
"version": "4.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/ts-node/node_modules/yn": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"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-paths/node_modules/json5": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
}
|
|
},
|
|
"node_modules/tsconfig-paths/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/tsconfig/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"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.1",
|
|
"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.21.3",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/type-is": {
|
|
"version": "1.6.18",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.24"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/typed-array-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.23.28",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"lunr": "^2.3.9",
|
|
"marked": "^4.2.12",
|
|
"minimatch": "^7.1.3",
|
|
"shiki": "^0.14.1"
|
|
},
|
|
"bin": {
|
|
"typedoc": "bin/typedoc"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.14"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x"
|
|
}
|
|
},
|
|
"node_modules/typedoc-plugin-mdn-links": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"typedoc": ">= 0.23.14 || 0.24.x"
|
|
}
|
|
},
|
|
"node_modules/typedoc-plugin-resolve-crossmodule-references": {
|
|
"version": "0.3.3",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"workspaces": [
|
|
"test/packages/*"
|
|
],
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"peerDependencies": {
|
|
"typedoc": ">=0.22 <=0.23"
|
|
}
|
|
},
|
|
"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": "7.4.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.0.4",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20"
|
|
}
|
|
},
|
|
"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/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/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/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.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/ua-parser-js": {
|
|
"version": "0.7.34",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/ua-parser-js"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/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": "1.0.6",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"byte-access": "^1.0.0",
|
|
"longbits": "^1.1.0",
|
|
"uint8arraylist": "^2.0.0",
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/uint8arraylist": {
|
|
"version": "2.4.3",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/uint8arrays": {
|
|
"version": "4.0.6",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"node_modules/uint8arrays/node_modules/multiformats": {
|
|
"version": "12.0.1",
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/unbox-primitive": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-bigints": "^1.0.2",
|
|
"has-symbols": "^1.0.3",
|
|
"which-boxed-primitive": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/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/undici": {
|
|
"version": "5.20.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"busboy": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.18"
|
|
}
|
|
},
|
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
"version": "2.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/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.0",
|
|
"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/untildify": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/update-browserslist-db": {
|
|
"version": "1.0.11",
|
|
"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-notifier": {
|
|
"version": "6.0.2",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boxen": "^7.0.0",
|
|
"chalk": "^5.0.1",
|
|
"configstore": "^6.0.0",
|
|
"has-yarn": "^3.0.0",
|
|
"import-lazy": "^4.0.0",
|
|
"is-ci": "^3.0.1",
|
|
"is-installed-globally": "^0.4.0",
|
|
"is-npm": "^6.0.0",
|
|
"is-yarn-global": "^0.4.0",
|
|
"latest-version": "^7.0.0",
|
|
"pupa": "^3.1.0",
|
|
"semver": "^7.3.7",
|
|
"semver-diff": "^4.0.0",
|
|
"xdg-basedir": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.16"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/yeoman/update-notifier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/update-notifier/node_modules/ci-info": {
|
|
"version": "3.8.0",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/sibiraj-s"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/update-notifier/node_modules/is-ci": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ci-info": "^3.2.0"
|
|
},
|
|
"bin": {
|
|
"is-ci": "bin.js"
|
|
}
|
|
},
|
|
"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/utf8-byte-length": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz",
|
|
"integrity": "sha512-4+wkEYLBbWxqTahEsWrhxepcoVOJ+1z5PGIjPZxRkytcdSUaNjIjBM7Xn8E+pdSuV7SzvWovBFA54FO0JSoqhA=="
|
|
},
|
|
"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": "8.3.2",
|
|
"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.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": "^0.3.12",
|
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
"convert-source-map": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
}
|
|
},
|
|
"node_modules/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/varint": {
|
|
"version": "6.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"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.8",
|
|
"resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz",
|
|
"integrity": "sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==",
|
|
"dev": true
|
|
},
|
|
"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.7",
|
|
"resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz",
|
|
"integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==",
|
|
"dev": true
|
|
},
|
|
"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.76.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/eslint-scope": "^3.7.3",
|
|
"@types/estree": "^0.0.51",
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/wasm-edit": "1.11.1",
|
|
"@webassemblyjs/wasm-parser": "1.11.1",
|
|
"acorn": "^8.7.1",
|
|
"acorn-import-assertions": "^1.7.6",
|
|
"browserslist": "^4.14.5",
|
|
"chrome-trace-event": "^1.0.2",
|
|
"enhanced-resolve": "^5.10.0",
|
|
"es-module-lexer": "^0.9.0",
|
|
"eslint-scope": "5.1.1",
|
|
"events": "^3.2.0",
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.2.9",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"loader-runner": "^4.2.0",
|
|
"mime-types": "^2.1.27",
|
|
"neo-async": "^2.6.2",
|
|
"schema-utils": "^3.1.0",
|
|
"tapable": "^2.1.1",
|
|
"terser-webpack-plugin": "^5.1.3",
|
|
"watchpack": "^2.4.0",
|
|
"webpack-sources": "^3.2.3"
|
|
},
|
|
"bin": {
|
|
"webpack": "bin/webpack.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/webpack"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"webpack-cli": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/webpack-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/whatwg-fetch": {
|
|
"version": "3.6.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"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.9",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"for-each": "^0.3.3",
|
|
"gopd": "^1.0.1",
|
|
"has-tostringtag": "^1.0.0",
|
|
"is-typed-array": "^1.1.10"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/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.3",
|
|
"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": "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": {
|
|
"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/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-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi/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/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wrap-ansi/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/node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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.5.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/xml2js": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sax": ">=0.6.0",
|
|
"xmlbuilder": "~11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/xmlbuilder": {
|
|
"version": "11.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/xmlcreate": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/xsalsa20": {
|
|
"version": "1.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"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.2.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 14"
|
|
}
|
|
},
|
|
"node_modules/yargs": {
|
|
"version": "17.7.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^8.0.1",
|
|
"escalade": "^3.1.1",
|
|
"get-caller-file": "^2.0.5",
|
|
"require-directory": "^2.1.1",
|
|
"string-width": "^4.2.3",
|
|
"y18n": "^5.0.5",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/yargs-parser": {
|
|
"version": "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": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"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/build-utils": {
|
|
"name": "@waku/build-utils",
|
|
"version": "1.0.0",
|
|
"license": "MIT OR Apache-2.0"
|
|
},
|
|
"packages/core": {
|
|
"name": "@waku/core",
|
|
"version": "0.0.22",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.3.2",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/proto": "0.0.5",
|
|
"@waku/utils": "0.0.10",
|
|
"debug": "^4.3.4",
|
|
"it-all": "^3.0.3",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-pipe": "^3.0.1",
|
|
"p-event": "^5.0.1",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/debug": "^4.1.8",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/uuid": "^9.0.3",
|
|
"@waku/build-utils": "*",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"fast-check": "^3.12.0",
|
|
"ignore-loader": "^0.1.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"puppeteer": "^21.1.1",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"peerDependencies": {
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"libp2p": "^0.46.3"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@multiformats/multiaddr": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/core/node_modules/uuid": {
|
|
"version": "9.0.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"packages/dns-discovery": {
|
|
"name": "@waku/dns-discovery",
|
|
"version": "0.0.16",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@waku/enr": "0.0.16",
|
|
"@waku/utils": "0.0.10",
|
|
"debug": "^4.3.4",
|
|
"dns-query": "^0.11.2",
|
|
"hi-base32": "^0.5.1",
|
|
"uint8arrays": "^4.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@types/chai": "^4.3.5",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.17",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"packages/enr": {
|
|
"name": "@waku/enr",
|
|
"version": "0.0.16",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@ethersproject/rlp": "^5.7.0",
|
|
"@libp2p/crypto": "^1.0.17",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@noble/secp256k1": "^1.7.1",
|
|
"@waku/utils": "0.0.10",
|
|
"debug": "^4.3.4",
|
|
"js-sha3": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/mocha": "^10.0.1",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.17",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"puppeteer": "^21.1.1",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^5.0.4",
|
|
"uint8arrays": "^4.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"packages/interfaces": {
|
|
"name": "@waku/interfaces",
|
|
"version": "0.0.17",
|
|
"license": "MIT OR Apache-2.0",
|
|
"devDependencies": {
|
|
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"cspell": "^7.3.2",
|
|
"libp2p": "^0.46.8",
|
|
"npm-run-all": "^4.1.5",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"packages/message-encryption": {
|
|
"name": "@waku/message-encryption",
|
|
"version": "0.0.20",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@noble/secp256k1": "^1.7.1",
|
|
"@waku/core": "0.0.22",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/proto": "0.0.5",
|
|
"@waku/utils": "0.0.10",
|
|
"debug": "^4.3.4",
|
|
"js-sha3": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/mocha": "^10.0.1",
|
|
"@waku/build-utils": "*",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"fast-check": "^3.12.0",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"puppeteer": "^21.1.1",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"packages/message-hash": {
|
|
"name": "@waku/message-hash",
|
|
"version": "0.1.6",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.3.2",
|
|
"@waku/utils": "0.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/debug": "^4.1.8",
|
|
"@types/mocha": "^10.0.1",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.17",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"fast-check": "^3.12.0",
|
|
"ignore-loader": "^0.1.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"puppeteer": "^21.1.1",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"packages/peer-exchange": {
|
|
"name": "@waku/peer-exchange",
|
|
"version": "0.0.15",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@libp2p/interfaces": "^3.3.2",
|
|
"@waku/core": "0.0.22",
|
|
"@waku/enr": "0.0.16",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/proto": "0.0.5",
|
|
"@waku/utils": "0.0.10",
|
|
"debug": "^4.3.4",
|
|
"it-all": "^3.0.3",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-pipe": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@waku/build-utils": "*",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^5.0.4",
|
|
"uint8arraylist": "^2.4.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"packages/proto": {
|
|
"name": "@waku/proto",
|
|
"version": "0.0.5",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"protons-runtime": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@waku/build-utils": "*",
|
|
"cspell": "^7.3.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"protons": "^7.0.2",
|
|
"rollup": "^3.28.0",
|
|
"typescript": "^5.0.4",
|
|
"uint8arraylist": "^2.4.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"packages/relay": {
|
|
"name": "@waku/relay",
|
|
"version": "0.0.5",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
|
"@noble/hashes": "^1.3.2",
|
|
"@waku/core": "0.0.22",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/proto": "0.0.5",
|
|
"@waku/utils": "0.0.10",
|
|
"chai": "^4.3.7",
|
|
"debug": "^4.3.4",
|
|
"fast-check": "^3.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@waku/build-utils": "*",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"packages/sdk": {
|
|
"name": "@waku/sdk",
|
|
"version": "0.0.18",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-noise": "^13.0.0",
|
|
"@libp2p/mplex": "^9.0.2",
|
|
"@libp2p/websockets": "^7.0.3",
|
|
"@waku/core": "0.0.22",
|
|
"@waku/dns-discovery": "0.0.16",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/relay": "0.0.5",
|
|
"@waku/utils": "0.0.10",
|
|
"libp2p": "^0.46.8"
|
|
},
|
|
"devDependencies": {
|
|
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@waku/build-utils": "*",
|
|
"cspell": "^7.3.2",
|
|
"interface-datastore": "^7.0.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^3.28.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"packages/sdk/node_modules/interface-datastore": {
|
|
"version": "7.0.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0 OR MIT",
|
|
"dependencies": {
|
|
"interface-store": "^3.0.0",
|
|
"nanoid": "^4.0.0",
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"packages/sdk/node_modules/interface-store": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "Apache-2.0 OR MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0",
|
|
"npm": ">=7.0.0"
|
|
}
|
|
},
|
|
"packages/sdk/node_modules/nanoid": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.js"
|
|
},
|
|
"engines": {
|
|
"node": "^14 || ^16 || >=18"
|
|
}
|
|
},
|
|
"packages/tests": {
|
|
"name": "@waku/tests",
|
|
"version": "0.0.1",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"@libp2p/interface-compliance-tests": "^4.0.5",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@waku/core": "*",
|
|
"@waku/enr": "*",
|
|
"@waku/interfaces": "*",
|
|
"@waku/utils": "*",
|
|
"app-root-path": "^3.1.0",
|
|
"debug": "^4.3.4",
|
|
"dockerode": "^3.3.5",
|
|
"p-timeout": "^6.1.0",
|
|
"portfinder": "^1.0.32",
|
|
"sinon": "^15.2.0",
|
|
"tail": "^2.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"@libp2p/bootstrap": "^9.0.2",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/dockerode": "^3.3.19",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/sinon": "^10.0.16",
|
|
"@types/tail": "^2.2.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"@waku/dns-discovery": "*",
|
|
"@waku/message-encryption": "*",
|
|
"@waku/peer-exchange": "*",
|
|
"@waku/sdk": "*",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"datastore-core": "^9.2.2",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.3",
|
|
"libp2p": "^0.46.8",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
},
|
|
"packages/tests/node_modules/@typescript-eslint/eslint-plugin": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"packages/tests/node_modules/@typescript-eslint/parser": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"packages/tests/node_modules/@typescript-eslint/scope-manager": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"packages/tests/node_modules/@typescript-eslint/type-utils": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"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
|
|
}
|
|
}
|
|
},
|
|
"packages/tests/node_modules/@typescript-eslint/types": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"packages/tests/node_modules/@typescript-eslint/typescript-estree": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.3.7",
|
|
"tsutils": "^3.21.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"typescript": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"packages/tests/node_modules/@typescript-eslint/utils": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@types/json-schema": "^7.0.9",
|
|
"@types/semver": "^7.3.12",
|
|
"@typescript-eslint/scope-manager": "5.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"
|
|
}
|
|
},
|
|
"packages/tests/node_modules/@typescript-eslint/visitor-keys": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/typescript-eslint"
|
|
}
|
|
},
|
|
"packages/tests/node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"packages/tests/node_modules/globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.2.9",
|
|
"ignore": "^5.2.0",
|
|
"merge2": "^1.4.1",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"packages/utils": {
|
|
"name": "@waku/utils",
|
|
"version": "0.0.10",
|
|
"license": "MIT OR Apache-2.0",
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"uint8arrays": "^4.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.17",
|
|
"cspell": "^7.3.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^3.28.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@aashutoshrathi/word-wrap": {
|
|
"version": "1.2.6"
|
|
},
|
|
"@achingbrain/nat-port-mapper": {
|
|
"version": "1.0.9",
|
|
"requires": {
|
|
"@achingbrain/ssdp": "^4.0.1",
|
|
"@libp2p/logger": "^2.0.0",
|
|
"default-gateway": "^6.0.2",
|
|
"err-code": "^3.0.1",
|
|
"it-first": "^3.0.1",
|
|
"p-defer": "^4.0.0",
|
|
"p-timeout": "^6.1.1",
|
|
"xml2js": "^0.6.0"
|
|
}
|
|
},
|
|
"@achingbrain/ssdp": {
|
|
"version": "4.0.4",
|
|
"requires": {
|
|
"event-iterator": "^2.0.0",
|
|
"freeport-promise": "^2.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"xml2js": "^0.5.0"
|
|
},
|
|
"dependencies": {
|
|
"xml2js": {
|
|
"version": "0.5.0",
|
|
"requires": {
|
|
"sax": ">=0.6.0",
|
|
"xmlbuilder": "~11.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@ampproject/remapping": {
|
|
"version": "2.2.1",
|
|
"requires": {
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
}
|
|
},
|
|
"@arr/every": {
|
|
"version": "1.0.1"
|
|
},
|
|
"@babel/code-frame": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/highlight": "^7.22.10",
|
|
"chalk": "^2.4.2"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"color-convert": "^1.9.0"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "2.4.2",
|
|
"requires": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "1.9.3",
|
|
"requires": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.3"
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@babel/compat-data": {
|
|
"version": "7.22.9"
|
|
},
|
|
"@babel/core": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@ampproject/remapping": "^2.2.0",
|
|
"@babel/code-frame": "^7.22.10",
|
|
"@babel/generator": "^7.22.10",
|
|
"@babel/helper-compilation-targets": "^7.22.10",
|
|
"@babel/helper-module-transforms": "^7.22.9",
|
|
"@babel/helpers": "^7.22.10",
|
|
"@babel/parser": "^7.22.10",
|
|
"@babel/template": "^7.22.5",
|
|
"@babel/traverse": "^7.22.10",
|
|
"@babel/types": "^7.22.10",
|
|
"convert-source-map": "^1.7.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.2.2",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": {
|
|
"version": "7.22.10"
|
|
},
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"@babel/generator": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/types": "^7.22.10",
|
|
"@jridgewell/gen-mapping": "^0.3.2",
|
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
"jsesc": "^2.5.1"
|
|
}
|
|
},
|
|
"@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.10",
|
|
"requires": {
|
|
"@babel/types": "^7.22.10"
|
|
}
|
|
},
|
|
"@babel/helper-compilation-targets": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/compat-data": "^7.22.9",
|
|
"@babel/helper-validator-option": "^7.22.5",
|
|
"browserslist": "^4.21.9",
|
|
"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.22.10",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/helper-member-expression-to-functions": "^7.22.5",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.9",
|
|
"@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.9",
|
|
"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.2",
|
|
"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.5"
|
|
},
|
|
"@babel/helper-function-name": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/template": "^7.22.5",
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-hoist-variables": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-member-expression-to-functions": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-module-imports": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/helper-module-transforms": {
|
|
"version": "7.22.9",
|
|
"requires": {
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-module-imports": "^7.22.5",
|
|
"@babel/helper-simple-access": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/helper-validator-identifier": "^7.22.5"
|
|
}
|
|
},
|
|
"@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.9",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-wrap-function": "^7.22.9"
|
|
}
|
|
},
|
|
"@babel/helper-replace-supers": {
|
|
"version": "7.22.9",
|
|
"requires": {
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-member-expression-to-functions": "^7.22.5",
|
|
"@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.22.5"
|
|
},
|
|
"@babel/helper-validator-identifier": {
|
|
"version": "7.22.5"
|
|
},
|
|
"@babel/helper-validator-option": {
|
|
"version": "7.22.5"
|
|
},
|
|
"@babel/helper-wrap-function": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/template": "^7.22.5",
|
|
"@babel/types": "^7.22.10"
|
|
}
|
|
},
|
|
"@babel/helpers": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/template": "^7.22.5",
|
|
"@babel/traverse": "^7.22.10",
|
|
"@babel/types": "^7.22.10"
|
|
}
|
|
},
|
|
"@babel/highlight": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/helper-validator-identifier": "^7.22.5",
|
|
"chalk": "^2.4.2",
|
|
"js-tokens": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"color-convert": "^1.9.0"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "2.4.2",
|
|
"requires": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "1.9.3",
|
|
"requires": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.3"
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@babel/parser": {
|
|
"version": "7.16.4"
|
|
},
|
|
"@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.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-export-default-from": "^7.22.5"
|
|
}
|
|
},
|
|
"@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.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-flow": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-syntax-jsx": {
|
|
"version": "7.22.5",
|
|
"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.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-arrow-functions": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-block-scoping": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-classes": {
|
|
"version": "7.22.6",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-compilation-targets": "^7.22.6",
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/helper-optimise-call-expression": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-replace-supers": "^7.22.5",
|
|
"@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.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/template": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-destructuring": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-exponentiation-operator": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-flow-strip-types": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-flow": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-for-of": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-function-name": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-compilation-targets": "^7.22.5",
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-literals": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-modules-commonjs": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-module-transforms": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-simple-access": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-object-assign": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-parameters": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-react-display-name": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-react-jsx": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-module-imports": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-jsx": "^7.22.5",
|
|
"@babel/types": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-react-jsx-self": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-react-jsx-source": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-regenerator": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"regenerator-transform": "^0.15.2"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-runtime": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/helper-module-imports": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"babel-plugin-polyfill-corejs2": "^0.4.5",
|
|
"babel-plugin-polyfill-corejs3": "^0.8.3",
|
|
"babel-plugin-polyfill-regenerator": "^0.5.2",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"@babel/plugin-transform-shorthand-properties": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-spread": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-sticky-regex": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-template-literals": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-typescript": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/helper-annotate-as-pure": "^7.22.5",
|
|
"@babel/helper-create-class-features-plugin": "^7.22.10",
|
|
"@babel/helper-plugin-utils": "^7.22.5",
|
|
"@babel/plugin-syntax-typescript": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/plugin-transform-unicode-regex": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/helper-create-regexp-features-plugin": "^7.22.5",
|
|
"@babel/helper-plugin-utils": "^7.22.5"
|
|
}
|
|
},
|
|
"@babel/regjsgen": {
|
|
"version": "0.8.0"
|
|
},
|
|
"@babel/runtime": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"regenerator-runtime": "^0.14.0"
|
|
}
|
|
},
|
|
"@babel/template": {
|
|
"version": "7.22.5",
|
|
"requires": {
|
|
"@babel/code-frame": "^7.22.5",
|
|
"@babel/parser": "^7.22.5",
|
|
"@babel/types": "^7.22.5"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": {
|
|
"version": "7.22.10"
|
|
}
|
|
}
|
|
},
|
|
"@babel/traverse": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/code-frame": "^7.22.10",
|
|
"@babel/generator": "^7.22.10",
|
|
"@babel/helper-environment-visitor": "^7.22.5",
|
|
"@babel/helper-function-name": "^7.22.5",
|
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
"@babel/parser": "^7.22.10",
|
|
"@babel/types": "^7.22.10",
|
|
"debug": "^4.1.0",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": {
|
|
"version": "7.22.10"
|
|
},
|
|
"globals": {
|
|
"version": "11.12.0"
|
|
}
|
|
}
|
|
},
|
|
"@babel/types": {
|
|
"version": "7.22.10",
|
|
"requires": {
|
|
"@babel/helper-string-parser": "^7.22.5",
|
|
"@babel/helper-validator-identifier": "^7.22.5",
|
|
"to-fast-properties": "^2.0.0"
|
|
}
|
|
},
|
|
"@balena/dockerignore": {
|
|
"version": "1.0.2"
|
|
},
|
|
"@bcoe/v8-coverage": {
|
|
"version": "0.2.3"
|
|
},
|
|
"@chainsafe/is-ip": {
|
|
"version": "2.0.2"
|
|
},
|
|
"@chainsafe/libp2p-gossipsub": {
|
|
"version": "10.1.0",
|
|
"requires": {
|
|
"@libp2p/crypto": "^2.0.0",
|
|
"@libp2p/interface": "^0.1.0",
|
|
"@libp2p/interface-internal": "^0.1.0",
|
|
"@libp2p/logger": "^3.0.0",
|
|
"@libp2p/peer-id": "^3.0.0",
|
|
"@libp2p/pubsub": "^8.0.0",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"abortable-iterator": "^5.0.1",
|
|
"denque": "^2.1.0",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.0",
|
|
"multiformats": "^12.0.1",
|
|
"protobufjs": "^7.2.4",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/crypto": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@noble/ed25519": "^1.6.0",
|
|
"@noble/secp256k1": "^1.5.4",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4"
|
|
}
|
|
},
|
|
"@libp2p/logger": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "12.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@chainsafe/libp2p-noise": {
|
|
"version": "13.0.0",
|
|
"requires": {
|
|
"@libp2p/crypto": "^2.0.0",
|
|
"@libp2p/interface": "^0.1.0",
|
|
"@libp2p/logger": "^3.0.0",
|
|
"@libp2p/peer-id": "^3.0.0",
|
|
"@noble/ciphers": "^0.1.4",
|
|
"@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": "^4.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/crypto": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@noble/ed25519": "^1.6.0",
|
|
"@noble/secp256k1": "^1.5.4",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4"
|
|
}
|
|
},
|
|
"@libp2p/logger": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
},
|
|
"multiformats": {
|
|
"version": "12.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": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-7.3.2.tgz",
|
|
"integrity": "sha512-mmb9gi2/jTj983ijgVsdsQ4FM5Bv/lKslgJt4jDUm6SOtQYW4geCJNl5/MbMzcMQUWSJouS0w4C55AyrJmq0iw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/dict-ada": "^4.0.2",
|
|
"@cspell/dict-aws": "^4.0.0",
|
|
"@cspell/dict-bash": "^4.1.1",
|
|
"@cspell/dict-companies": "^3.0.20",
|
|
"@cspell/dict-cpp": "^5.0.4",
|
|
"@cspell/dict-cryptocurrencies": "^4.0.0",
|
|
"@cspell/dict-csharp": "^4.0.2",
|
|
"@cspell/dict-css": "^4.0.7",
|
|
"@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.7",
|
|
"@cspell/dict-en-common-misspellings": "^1.0.2",
|
|
"@cspell/dict-en-gb": "1.1.33",
|
|
"@cspell/dict-filetypes": "^3.0.1",
|
|
"@cspell/dict-fonts": "^4.0.0",
|
|
"@cspell/dict-fsharp": "^1.0.0",
|
|
"@cspell/dict-fullstack": "^3.1.5",
|
|
"@cspell/dict-gaming-terms": "^1.0.4",
|
|
"@cspell/dict-git": "^2.0.0",
|
|
"@cspell/dict-golang": "^6.0.2",
|
|
"@cspell/dict-haskell": "^4.0.1",
|
|
"@cspell/dict-html": "^4.0.3",
|
|
"@cspell/dict-html-symbol-entities": "^4.0.0",
|
|
"@cspell/dict-java": "^5.0.5",
|
|
"@cspell/dict-k8s": "^1.0.1",
|
|
"@cspell/dict-latex": "^4.0.0",
|
|
"@cspell/dict-lorem-ipsum": "^4.0.0",
|
|
"@cspell/dict-lua": "^4.0.1",
|
|
"@cspell/dict-node": "^4.0.2",
|
|
"@cspell/dict-npm": "^5.0.8",
|
|
"@cspell/dict-php": "^4.0.2",
|
|
"@cspell/dict-powershell": "^5.0.2",
|
|
"@cspell/dict-public-licenses": "^2.0.3",
|
|
"@cspell/dict-python": "^4.1.7",
|
|
"@cspell/dict-r": "^2.0.1",
|
|
"@cspell/dict-ruby": "^5.0.0",
|
|
"@cspell/dict-rust": "^4.0.1",
|
|
"@cspell/dict-scala": "^5.0.0",
|
|
"@cspell/dict-software-terms": "^3.2.2",
|
|
"@cspell/dict-sql": "^2.1.1",
|
|
"@cspell/dict-svelte": "^1.0.2",
|
|
"@cspell/dict-swift": "^2.0.1",
|
|
"@cspell/dict-typescript": "^3.1.1",
|
|
"@cspell/dict-vue": "^3.0.0"
|
|
}
|
|
},
|
|
"@cspell/cspell-json-reporter": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-json-reporter/-/cspell-json-reporter-7.3.2.tgz",
|
|
"integrity": "sha512-5j1CX2OXkQGO3ljMBzfHjDzEiixodjfxVGR3VKkQX1vxTUMTIkPgt4BsgOVCQtqTiO21Dd2Bzn+H0/Jf4OL37g==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-types": "7.3.2"
|
|
}
|
|
},
|
|
"@cspell/cspell-pipe": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-7.3.2.tgz",
|
|
"integrity": "sha512-ZKOkb6IxuEXRXtjVAlZ41+4SXhyiGqrQ3FW16iZlCbM9Mp9WJAw2MOVh6wvpXmfKcM5/3jK1A4rFylB7b0QBHw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/cspell-resolver": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-7.3.2.tgz",
|
|
"integrity": "sha512-3gvZPlYLkjuPezF2VyCVurEJiJnb3sbr32Jp3MfvpO7x026RXMbetkdH87MKoiSAThxSiyG+qi/jvUeDYY/Wtg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"global-dirs": "^3.0.1"
|
|
}
|
|
},
|
|
"@cspell/cspell-service-bus": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-7.3.2.tgz",
|
|
"integrity": "sha512-i2sPnUSsFJXc5afijbUsUtv1YEXyO8EbJbXV0kdE6KVu7I0CSMV8jprJaG3X1m5HE6lGftNcpLKLHjSlFOFvsA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/cspell-types": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-7.3.2.tgz",
|
|
"integrity": "sha512-2lvRUfIgH9TvqGEDpuukuD6J84XPP8KFxR/qphtPZAzwg9SEpiagdN79eFlPe4ZI2xHNvwEsPDJUxuvxXu15wQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-ada": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.2.tgz",
|
|
"integrity": "sha512-0kENOWQeHjUlfyId/aCM/mKXtkEgV0Zu2RhUXCBr4hHo9F9vph+Uu8Ww2b0i5a4ZixoIkudGA+eJvyxrG1jUpA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-aws": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-4.0.0.tgz",
|
|
"integrity": "sha512-1YkCMWuna/EGIDN/zKkW+j98/55mxigftrSFgsehXhPld+ZMJM5J9UuBA88YfL7+/ETvBdd7mwW6IwWsC+/ltQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-bash": {
|
|
"version": "4.1.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.1.tgz",
|
|
"integrity": "sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-companies": {
|
|
"version": "3.0.21",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.21.tgz",
|
|
"integrity": "sha512-u9b7qtCWYS728WqiJeAucJcjRs16Y1yGGwagS/w59SV25R0rXbXbPbQuX8wYDcaeIO8uRHGkbSWngx6O4qFoCQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-cpp": {
|
|
"version": "5.0.4",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.0.4.tgz",
|
|
"integrity": "sha512-Vmz/CCb2d91ES5juaO8+CFWeTa2AFsbpR8bkCPJq+P8cRP16+37tY0zNXEBSK/1ur4MakaRf76jeQBijpZxw0Q==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-cryptocurrencies": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-4.0.0.tgz",
|
|
"integrity": "sha512-EiZp91ATyRxTmauIQfOX9adLYCunKjHEh092rrM7o2eMXP9n7zpXAL9BK7LviL+LbB8VDOm21q+s83cKrrRrsg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-csharp": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.2.tgz",
|
|
"integrity": "sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-css": {
|
|
"version": "4.0.7",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.7.tgz",
|
|
"integrity": "sha512-NNlUTx/sYg+74kC0EtRewb7pjkEtPlIsu9JFNWAXa0JMTqqpQXqM3aEO4QJvUZFZF09bObeCAvzzxemAwxej7Q==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-dart": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-2.0.3.tgz",
|
|
"integrity": "sha512-cLkwo1KT5CJY5N5RJVHks2genFkNCl/WLfj+0fFjqNR+tk3tBI1LY7ldr9piCtSFSm4x9pO1x6IV3kRUY1lLiw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-data-science": {
|
|
"version": "1.0.11",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-data-science/-/dict-data-science-1.0.11.tgz",
|
|
"integrity": "sha512-TaHAZRVe0Zlcc3C23StZqqbzC0NrodRwoSAc8dis+5qLeLLnOCtagYQeROQvDlcDg3X/VVEO9Whh4W/z4PAmYQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-django": {
|
|
"version": "4.1.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.1.0.tgz",
|
|
"integrity": "sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-docker": {
|
|
"version": "1.1.7",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.7.tgz",
|
|
"integrity": "sha512-XlXHAr822euV36GGsl2J1CkBIVg3fZ6879ZOg5dxTIssuhUOCiV2BuzKZmt6aIFmcdPmR14+9i9Xq+3zuxeX0A==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-dotnet": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-5.0.0.tgz",
|
|
"integrity": "sha512-EOwGd533v47aP5QYV8GlSSKkmM9Eq8P3G/eBzSpH3Nl2+IneDOYOBLEUraHuiCtnOkNsz0xtZHArYhAB2bHWAw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-elixir": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-4.0.3.tgz",
|
|
"integrity": "sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-en_us": {
|
|
"version": "4.3.7",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.3.7.tgz",
|
|
"integrity": "sha512-83V0XXqiXJvXa1pj5cVpviYKeLTN2Dxvouz8ullrwgcfPtY57pYBy+3ACVAMYK0eGByhRPc/xVXlIgv4o0BNZw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-en-common-misspellings": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-en-common-misspellings/-/dict-en-common-misspellings-1.0.2.tgz",
|
|
"integrity": "sha512-jg7ZQZpZH7+aAxNBlcAG4tGhYF6Ksy+QS5Df73Oo+XyckBjC9QS+PrRwLTeYoFIgXy5j3ICParK5r3MSSoL4gw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-en-gb": {
|
|
"version": "1.1.33",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz",
|
|
"integrity": "sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-filetypes": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.1.tgz",
|
|
"integrity": "sha512-8z8mY1IbrTyTRumx2vvD9yzRhNMk9SajM/GtI5hdMM2pPpNSp25bnuauzjRf300eqlqPY2MNb5MmhBFO014DJw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-fonts": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-4.0.0.tgz",
|
|
"integrity": "sha512-t9V4GeN/m517UZn63kZPUYP3OQg5f0OBLSd3Md5CU3eH1IFogSvTzHHnz4Wqqbv8NNRiBZ3HfdY/pqREZ6br3Q==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-fsharp": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-fsharp/-/dict-fsharp-1.0.0.tgz",
|
|
"integrity": "sha512-dHPkMHwW4dWv3Lv9VWxHuVm4IylqvcfRBSnZ7usJTRThraetSVrOPIJwr6UJh7F5un/lGJx2lxWVApf2WQaB/A==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-fullstack": {
|
|
"version": "3.1.5",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.1.5.tgz",
|
|
"integrity": "sha512-6ppvo1dkXUZ3fbYn/wwzERxCa76RtDDl5Afzv2lijLoijGGUw5yYdLBKJnx8PJBGNLh829X352ftE7BElG4leA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-gaming-terms": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-gaming-terms/-/dict-gaming-terms-1.0.4.tgz",
|
|
"integrity": "sha512-hbDduNXlk4AOY0wFxcDMWBPpm34rpqJBeqaySeoUH70eKxpxm+dvjpoRLJgyu0TmymEICCQSl6lAHTHSDiWKZg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-git": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-2.0.0.tgz",
|
|
"integrity": "sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-golang": {
|
|
"version": "6.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-6.0.2.tgz",
|
|
"integrity": "sha512-5pyZn4AAiYukAW+gVMIMVmUSkIERFrDX2vtPDjg8PLQUhAHWiVeQSDjuOhq9/C5GCCEZU/zWSONkGiwLBBvV9A==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-haskell": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-4.0.1.tgz",
|
|
"integrity": "sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-html": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.3.tgz",
|
|
"integrity": "sha512-Gae8i8rrArT0UyG1I6DHDK62b7Be6QEcBSIeWOm4VIIW1CASkN9B0qFgSVnkmfvnu1Y3H7SSaaEynKjdj3cs8w==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-html-symbol-entities": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-4.0.0.tgz",
|
|
"integrity": "sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-java": {
|
|
"version": "5.0.5",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.5.tgz",
|
|
"integrity": "sha512-X19AoJgWIBwJBSWGFqSgHaBR/FEykBHTMjL6EqOnhIGEyE9nvuo32tsSHjXNJ230fQxQptEvRZoaldNLtKxsRg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-k8s": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-k8s/-/dict-k8s-1.0.1.tgz",
|
|
"integrity": "sha512-gc5y4Nm3hVdMZNBZfU2M1AsAmObZsRWjCUk01NFPfGhFBXyVne41T7E62rpnzu5330FV/6b/TnFcPgRmak9lLw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-latex": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-4.0.0.tgz",
|
|
"integrity": "sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-lorem-ipsum": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-4.0.0.tgz",
|
|
"integrity": "sha512-1l3yjfNvMzZPibW8A7mQU4kTozwVZVw0AvFEdy+NcqtbxH+TvbSkNMqROOFWrkD2PjnKG0+Ea0tHI2Pi6Gchnw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-lua": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.1.tgz",
|
|
"integrity": "sha512-j0MFmeCouSoC6EdZTbvGe1sJ9V+ruwKSeF+zRkNNNload7R72Co5kX1haW2xLHGdlq0kqSy1ODRZKdVl0e+7hg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-node": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.2.tgz",
|
|
"integrity": "sha512-FEQJ4TnMcXEFslqBQkXa5HposMoCGsiBv2ux4IZuIXgadXeHKHUHk60iarWpjhzNzQLyN2GD7NoRMd12bK3Llw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-npm": {
|
|
"version": "5.0.8",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.8.tgz",
|
|
"integrity": "sha512-KuqH8tEsFD6DPKqKwIfWr9E+admE3yghaC0AKXG8jPaf77N0lkctKaS3dm0oxWUXkYKA/eXj6LCtz3VcTyxFPg==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-php": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-4.0.2.tgz",
|
|
"integrity": "sha512-7yglcmMoFHDPQXHW+9QAl8YjAToMm1qOi+4x/yGY1FSIEjZbCpjeDgyKMGg/NgpooQQceEN38AR59Pn23EDriA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-powershell": {
|
|
"version": "5.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-5.0.2.tgz",
|
|
"integrity": "sha512-IHfWLme3FXE7vnOmMncSBxOsMTdNWd1Vcyhag03WS8oANSgX8IZ+4lMI00mF0ptlgchf16/OU8WsV4pZfikEFw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-public-licenses": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.3.tgz",
|
|
"integrity": "sha512-JSLEdpEYufQ1H+93UHi+axlqQm1fhgK6kpdLHp6uPHu//CsvETcqNVawjB+qOdI/g38JTMw5fBqSd0aGNxa6Dw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-python": {
|
|
"version": "4.1.7",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.1.7.tgz",
|
|
"integrity": "sha512-8GkO7/w1QEpu4Y1GTHGYHrwfc/ZdiBRw7D/BGYCIiOoQPLi0YxMke7wzRC3j246yrzLt28ntDBjr4fB3+uFZtQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/dict-data-science": "^1.0.11"
|
|
}
|
|
},
|
|
"@cspell/dict-r": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.1.tgz",
|
|
"integrity": "sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-ruby": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-5.0.0.tgz",
|
|
"integrity": "sha512-ssb96QxLZ76yPqFrikWxItnCbUKhYXJ2owkoIYzUGNFl2CHSoHCb5a6Zetum9mQ/oUA3gNeUhd28ZUlXs0la2A==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-rust": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.1.tgz",
|
|
"integrity": "sha512-xJSSzHDK2z6lSVaOmMxl3PTOtfoffaxMo7fTcbZUF+SCJzfKbO6vnN9TCGX2sx1RHFDz66Js6goz6SAZQdOwaw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-scala": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-5.0.0.tgz",
|
|
"integrity": "sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-software-terms": {
|
|
"version": "3.2.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.2.2.tgz",
|
|
"integrity": "sha512-DmdS/qAyJVmKKku4ab89HVZhsvRIk84HoPUVIZ/zJhmuCO+LF45Ylzy1/7G32MYLjbG/o1Ze3UvbaE9HY4FKKA==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-sql": {
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.1.tgz",
|
|
"integrity": "sha512-v1mswi9NF40+UDUMuI148YQPEQvWjac72P6ZsjlRdLjEiQEEMEsTQ+zlkIdnzC9QCNyJaqD5Liq9Mn78/8Zxtw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-svelte": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.2.tgz",
|
|
"integrity": "sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-swift": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.1.tgz",
|
|
"integrity": "sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-typescript": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.1.tgz",
|
|
"integrity": "sha512-N9vNJZoOXmmrFPR4ir3rGvnqqwmQGgOYoL1+y6D4oIhyr7FhaYiyF/d7QT61RmjZQcATMa6PSL+ZisCeRLx9+A==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dict-vue": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz",
|
|
"integrity": "sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==",
|
|
"dev": true
|
|
},
|
|
"@cspell/dynamic-import": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-7.3.2.tgz",
|
|
"integrity": "sha512-G2ZBPC08X3lUQmHRobGdFYxb3oTSuSIfpW1P/oTMovqbuVoQh108W2WXv0Va40LVGkQD9OS31ZafHbcLELANeA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"import-meta-resolve": "^3.0.0"
|
|
}
|
|
},
|
|
"@cspell/strong-weak-map": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-7.3.2.tgz",
|
|
"integrity": "sha512-Y2JL8A/CG37NnreVtU3DhvcOuYWNEAKUmOSU9NfBeOoptWwTMBvbNF5UbOpmZrf2BXc8OmdHIogIWHXYIESiyg==",
|
|
"dev": true
|
|
},
|
|
"@cspotcode/source-map-support": {
|
|
"version": "0.8.1",
|
|
"requires": {
|
|
"@jridgewell/trace-mapping": "0.3.9"
|
|
},
|
|
"dependencies": {
|
|
"@jridgewell/trace-mapping": {
|
|
"version": "0.3.9",
|
|
"requires": {
|
|
"@jridgewell/resolve-uri": "^3.0.3",
|
|
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@electron/get": {
|
|
"version": "2.0.2",
|
|
"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.40.1",
|
|
"requires": {
|
|
"comment-parser": "1.4.0",
|
|
"esquery": "^1.5.0",
|
|
"jsdoc-type-pratt-parser": "~4.0.0"
|
|
}
|
|
},
|
|
"@esbuild/darwin-arm64": {
|
|
"version": "0.19.2",
|
|
"optional": true
|
|
},
|
|
"@eslint-community/eslint-utils": {
|
|
"version": "4.4.0",
|
|
"requires": {
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
}
|
|
},
|
|
"@eslint-community/regexpp": {
|
|
"version": "4.6.2"
|
|
},
|
|
"@eslint/eslintrc": {
|
|
"version": "2.1.2",
|
|
"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.47.0"
|
|
},
|
|
"@ethersproject/bytes": {
|
|
"version": "5.7.0",
|
|
"requires": {
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"@ethersproject/logger": {
|
|
"version": "5.7.0"
|
|
},
|
|
"@ethersproject/rlp": {
|
|
"version": "5.7.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.7.0",
|
|
"@ethersproject/logger": "^5.7.0"
|
|
}
|
|
},
|
|
"@humanwhocodes/config-array": {
|
|
"version": "0.11.10",
|
|
"requires": {
|
|
"@humanwhocodes/object-schema": "^1.2.1",
|
|
"debug": "^4.1.1",
|
|
"minimatch": "^3.0.5"
|
|
}
|
|
},
|
|
"@humanwhocodes/module-importer": {
|
|
"version": "1.0.1"
|
|
},
|
|
"@humanwhocodes/object-schema": {
|
|
"version": "1.2.1"
|
|
},
|
|
"@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"
|
|
},
|
|
"dependencies": {
|
|
"wrap-ansi": {
|
|
"version": "8.1.0",
|
|
"requires": {
|
|
"ansi-styles": "^6.1.0",
|
|
"string-width": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@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"
|
|
},
|
|
"js-yaml": {
|
|
"version": "3.14.1",
|
|
"requires": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
}
|
|
},
|
|
"sprintf-js": {
|
|
"version": "1.0.3"
|
|
}
|
|
}
|
|
},
|
|
"@istanbuljs/schema": {
|
|
"version": "0.1.3"
|
|
},
|
|
"@jridgewell/gen-mapping": {
|
|
"version": "0.3.2",
|
|
"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.0"
|
|
},
|
|
"@jridgewell/set-array": {
|
|
"version": "1.1.2"
|
|
},
|
|
"@jridgewell/source-map": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@jridgewell/gen-mapping": "^0.3.0",
|
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
}
|
|
},
|
|
"@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.14"
|
|
},
|
|
"@jridgewell/trace-mapping": {
|
|
"version": "0.3.17",
|
|
"requires": {
|
|
"@jridgewell/resolve-uri": "3.1.0",
|
|
"@jridgewell/sourcemap-codec": "1.4.14"
|
|
}
|
|
},
|
|
"@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": "9.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@libp2p/logger": "^3.0.1",
|
|
"@libp2p/peer-id": "^3.0.1",
|
|
"@multiformats/mafmt": "^12.1.2",
|
|
"@multiformats/multiaddr": "^12.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/logger": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "12.0.1",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/crypto": {
|
|
"version": "1.0.17",
|
|
"requires": {
|
|
"@libp2p/interface-keys": "^1.0.2",
|
|
"@libp2p/interfaces": "^3.2.0",
|
|
"@noble/ed25519": "^1.6.0",
|
|
"@noble/secp256k1": "^1.5.4",
|
|
"multiformats": "^11.0.0",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.2"
|
|
}
|
|
},
|
|
"@libp2p/interface": {
|
|
"version": "0.1.2",
|
|
"requires": {
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"abortable-iterator": "^5.0.1",
|
|
"it-pushable": "^3.2.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"multiformats": "^12.0.1",
|
|
"p-defer": "^4.0.0",
|
|
"uint8arraylist": "^2.4.3"
|
|
},
|
|
"dependencies": {
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
},
|
|
"multiformats": {
|
|
"version": "12.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/interface-compliance-tests": {
|
|
"version": "4.0.5",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/interface-compliance-tests/-/interface-compliance-tests-4.0.5.tgz",
|
|
"integrity": "sha512-KfCwz+vHwdXebWaG/nQLjDR3a1j6fh+fuGvr76RCD0ALjcexG2Sf4dU+tFmduIgkRND/Ir56bOLmKpWEVgGN4Q==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/interface-internal": "^0.1.4",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@libp2p/multistream-select": "^4.0.2",
|
|
"@libp2p/peer-collections": "^4.0.3",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"abortable-iterator": "^5.0.1",
|
|
"aegir": "^40.0.11",
|
|
"delay": "^6.0.0",
|
|
"it-all": "^3.0.2",
|
|
"it-drain": "^3.0.2",
|
|
"it-handshake": "^4.1.3",
|
|
"it-map": "^3.0.3",
|
|
"it-ndjson": "^1.0.3",
|
|
"it-pair": "^2.0.6",
|
|
"it-pipe": "^3.0.1",
|
|
"it-protobuf-stream": "^1.0.0",
|
|
"it-pushable": "^3.2.0",
|
|
"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": "^4.0.0",
|
|
"p-wait-for": "^5.0.2",
|
|
"protons-runtime": "^5.0.0",
|
|
"sinon": "^15.1.2",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
|
|
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"it-stream-types": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/it-stream-types/-/it-stream-types-2.0.1.tgz",
|
|
"integrity": "sha512-6DmOs5r7ERDbvS4q8yLKENcj6Yecr7QQTqWApbZdfAUTEC947d+PEha7PCqhm//9oxaLYL7TWRekwhoXl2s6fg=="
|
|
},
|
|
"multiformats": {
|
|
"version": "12.1.0",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.0.tgz",
|
|
"integrity": "sha512-/qTOKKnU8nwcVURjRcS+UN0QYgdS5BPZzY10Aiciu2SqncyCVMGV8KtD83EBFmsuJDsSEmT4sGvzcTkCoMw0sQ=="
|
|
},
|
|
"p-event": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.0.tgz",
|
|
"integrity": "sha512-Xbfxd0CfZmHLGKXH32k1JKjQYX6Rkv0UtQdaFJ8OyNcf+c0oWCeXHc1C4CX/IESZLmcvfPa5aFIO/vCr5gqtag==",
|
|
"requires": {
|
|
"p-timeout": "^6.1.2"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
"integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
"requires": {
|
|
"yocto-queue": "^1.0.0"
|
|
}
|
|
},
|
|
"yocto-queue": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
|
|
"integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g=="
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/interface-internal": {
|
|
"version": "0.1.4",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/interface-internal/-/interface-internal-0.1.4.tgz",
|
|
"integrity": "sha512-fRa8AUeCVOqfjgJgpIWupOsc7nAnJuI/VjWL2ZfRqbz7CPLD9c/ZAKXC140THSxlNdNQ9kGpo/C2z/yCGLy4ig==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/peer-collections": "^4.0.3",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"uint8arraylist": "^2.4.3"
|
|
}
|
|
},
|
|
"@libp2p/interface-keys": {
|
|
"version": "1.0.7"
|
|
},
|
|
"@libp2p/interface-peer-id": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"multiformats": "^11.0.0"
|
|
}
|
|
},
|
|
"@libp2p/interfaces": {
|
|
"version": "3.3.2"
|
|
},
|
|
"@libp2p/keychain": {
|
|
"version": "3.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/keychain/-/keychain-3.0.3.tgz",
|
|
"integrity": "sha512-mt3Pq8pPUDchoYlTXyNFMSIZ2/gbGZUJIr1qDQGphLZKxZ3Ejsqps2Dgo0t6yBxvJQ0581tXfptAXzw75Y2LIA==",
|
|
"requires": {
|
|
"@libp2p/crypto": "^2.0.3",
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"interface-datastore": "^8.2.0",
|
|
"merge-options": "^3.0.4",
|
|
"sanitize-filename": "^1.6.3",
|
|
"uint8arrays": "^4.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/crypto": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-2.0.3.tgz",
|
|
"integrity": "sha512-VLhjdkJe8b/vedHp7SosDs62Yxq1i05Ej/YdVaEdWQdJsBRHCwbRlS4hPg3vm21U5hLF0g958r/927Vd/wamZw==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
|
|
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
|
|
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg=="
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/logger": {
|
|
"version": "2.1.1",
|
|
"requires": {
|
|
"@libp2p/interface-peer-id": "^2.0.2",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^11.0.2"
|
|
}
|
|
},
|
|
"@libp2p/mplex": {
|
|
"version": "9.0.2",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@libp2p/logger": "^3.0.1",
|
|
"abortable-iterator": "^5.0.1",
|
|
"benchmark": "^2.1.4",
|
|
"it-batched-bytes": "^2.0.2",
|
|
"it-pushable": "^3.2.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"rate-limiter-flexible": "^2.3.11",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4",
|
|
"varint": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/logger": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
},
|
|
"multiformats": {
|
|
"version": "12.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/multistream-select": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/multistream-select/-/multistream-select-4.0.2.tgz",
|
|
"integrity": "sha512-Ss3kPD+1Z8RFLUT+oN9I2ynEtp/Yj2+rOngU1XjIxustg1nt5lq0kk9hvWJyBexzmuML0xCknNjUXovpRbFPgQ==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"abortable-iterator": "^5.0.1",
|
|
"it-first": "^3.0.1",
|
|
"it-handshake": "^4.1.3",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-merge": "^3.0.0",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.0",
|
|
"it-reader": "^6.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
|
|
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
},
|
|
"multiformats": {
|
|
"version": "12.1.0",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.0.tgz",
|
|
"integrity": "sha512-/qTOKKnU8nwcVURjRcS+UN0QYgdS5BPZzY10Aiciu2SqncyCVMGV8KtD83EBFmsuJDsSEmT4sGvzcTkCoMw0sQ=="
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/peer-collections": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/peer-collections/-/peer-collections-4.0.3.tgz",
|
|
"integrity": "sha512-ahfZFdRhApN4dulnzAvkzQsPVJVX7UID3QMKC/cduK5FYWqm7zbtW6bpwDilhZY3wvjvaQYs4R0KKSysvTPiQQ==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/peer-id": "^3.0.2"
|
|
}
|
|
},
|
|
"@libp2p/peer-id": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"multiformats": "^12.0.1",
|
|
"uint8arrays": "^4.0.6"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "12.1.0"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/peer-id-factory": {
|
|
"version": "3.0.3",
|
|
"requires": {
|
|
"@libp2p/crypto": "^2.0.3",
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"multiformats": "^12.0.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/crypto": {
|
|
"version": "2.0.3",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "12.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/peer-record": {
|
|
"version": "6.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/peer-record/-/peer-record-6.0.3.tgz",
|
|
"integrity": "sha512-S5C4Df2uyX1vNsnduZ6RVjB7T+dUEhqnaSNhiv82VCoqMoniHQBf2ftvXlv/UqqssW9or1x4UwgFU+sL7kObkw==",
|
|
"requires": {
|
|
"@libp2p/crypto": "^2.0.3",
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/utils": "^4.0.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8-varint": "^1.0.2",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/crypto": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-2.0.3.tgz",
|
|
"integrity": "sha512-VLhjdkJe8b/vedHp7SosDs62Yxq1i05Ej/YdVaEdWQdJsBRHCwbRlS4hPg3vm21U5hLF0g958r/927Vd/wamZw==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
|
|
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg=="
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/peer-store": {
|
|
"version": "9.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/peer-store/-/peer-store-9.0.3.tgz",
|
|
"integrity": "sha512-7vSAUvKAzzWRwcMxOUvyGNw8V59t9l9l1Ugxa+VHCKKhvAEn9eXjf8We8BLGT3KnUG6aJ5HpODPK4RbW6BNGfA==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@libp2p/peer-collections": "^4.0.3",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
"@libp2p/peer-record": "^6.0.3",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"interface-datastore": "^8.2.0",
|
|
"it-all": "^3.0.2",
|
|
"mortice": "^3.0.1",
|
|
"multiformats": "^12.0.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
|
|
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
|
|
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg=="
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/pubsub": {
|
|
"version": "8.0.3",
|
|
"requires": {
|
|
"@libp2p/crypto": "^2.0.2",
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@libp2p/interface-internal": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.1",
|
|
"@libp2p/peer-collections": "^4.0.2",
|
|
"@libp2p/peer-id": "^3.0.1",
|
|
"abortable-iterator": "^5.0.1",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-pipe": "^3.0.1",
|
|
"it-pushable": "^3.2.0",
|
|
"multiformats": "^12.0.1",
|
|
"p-queue": "^7.3.4",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/crypto": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@noble/ed25519": "^1.6.0",
|
|
"@noble/secp256k1": "^1.5.4",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.4"
|
|
}
|
|
},
|
|
"@libp2p/logger": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.1",
|
|
"@multiformats/multiaddr": "^12.1.3",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "12.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/utils": {
|
|
"version": "4.0.2",
|
|
"requires": {
|
|
"@chainsafe/is-ip": "^2.0.2",
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"is-loopback-addr": "^2.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"private-ip": "^3.0.0",
|
|
"uint8arraylist": "^2.4.3"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
},
|
|
"multiformats": {
|
|
"version": "12.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@libp2p/websockets": {
|
|
"version": "7.0.3",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@libp2p/utils": "^4.0.2",
|
|
"@multiformats/mafmt": "^12.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"@multiformats/multiaddr-to-uri": "^9.0.2",
|
|
"@types/ws": "^8.5.4",
|
|
"abortable-iterator": "^5.0.1",
|
|
"it-ws": "^6.0.0",
|
|
"p-defer": "^4.0.0",
|
|
"wherearewe": "^2.0.1",
|
|
"ws": "^8.12.1"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "12.0.1"
|
|
},
|
|
"ws": {
|
|
"version": "8.13.0",
|
|
"requires": {}
|
|
}
|
|
}
|
|
},
|
|
"@multiformats/mafmt": {
|
|
"version": "12.1.5",
|
|
"requires": {
|
|
"@multiformats/multiaddr": "^12.0.0"
|
|
}
|
|
},
|
|
"@multiformats/multiaddr": {
|
|
"version": "12.1.6",
|
|
"requires": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"@chainsafe/netmask": "^2.0.0",
|
|
"@libp2p/interface": "^0.1.1",
|
|
"dns-over-http-resolver": "^2.1.0",
|
|
"multiformats": "^12.0.1",
|
|
"uint8arrays": "^4.0.2",
|
|
"varint": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "12.0.1"
|
|
}
|
|
}
|
|
},
|
|
"@multiformats/multiaddr-matcher": {
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/@multiformats/multiaddr-matcher/-/multiaddr-matcher-1.0.1.tgz",
|
|
"integrity": "sha512-ZzqwTH8tP5Py/k8eNKprO0i6tuwgrbp7KWz+ttxvzkPl43BlU9Yd5joq+M5grCt158rpAc2uhPobzfXgPxW5XQ==",
|
|
"requires": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"multiformats": "^12.0.1"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
|
|
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg=="
|
|
}
|
|
}
|
|
},
|
|
"@multiformats/multiaddr-to-uri": {
|
|
"version": "9.0.2",
|
|
"requires": {
|
|
"@multiformats/multiaddr": "^11.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@multiformats/multiaddr": {
|
|
"version": "11.6.1",
|
|
"requires": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"dns-over-http-resolver": "^2.1.0",
|
|
"err-code": "^3.0.1",
|
|
"multiformats": "^11.0.0",
|
|
"uint8arrays": "^4.0.2",
|
|
"varint": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@noble/ciphers": {
|
|
"version": "0.1.4"
|
|
},
|
|
"@noble/curves": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"@noble/hashes": "1.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@noble/hashes": {
|
|
"version": "1.3.1"
|
|
}
|
|
}
|
|
},
|
|
"@noble/ed25519": {
|
|
"version": "1.7.3"
|
|
},
|
|
"@noble/hashes": {
|
|
"version": "1.3.2"
|
|
},
|
|
"@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.0",
|
|
"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": "^11.0.0",
|
|
"before-after-hook": "^2.2.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/endpoint": {
|
|
"version": "9.0.0",
|
|
"requires": {
|
|
"@octokit/types": "^11.0.0",
|
|
"is-plain-object": "^5.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/graphql": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"@octokit/request": "^8.0.1",
|
|
"@octokit/types": "^11.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/openapi-types": {
|
|
"version": "18.0.0"
|
|
},
|
|
"@octokit/plugin-paginate-rest": {
|
|
"version": "8.0.0",
|
|
"requires": {
|
|
"@octokit/types": "^11.0.0"
|
|
}
|
|
},
|
|
"@octokit/plugin-retry": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^11.0.0",
|
|
"bottleneck": "^2.15.3"
|
|
}
|
|
},
|
|
"@octokit/plugin-throttling": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"@octokit/types": "^11.0.0",
|
|
"bottleneck": "^2.15.3"
|
|
}
|
|
},
|
|
"@octokit/request": {
|
|
"version": "8.1.1",
|
|
"requires": {
|
|
"@octokit/endpoint": "^9.0.0",
|
|
"@octokit/request-error": "^5.0.0",
|
|
"@octokit/types": "^11.1.0",
|
|
"is-plain-object": "^5.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/request-error": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"@octokit/types": "^11.0.0",
|
|
"deprecation": "^2.0.0",
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"@octokit/types": {
|
|
"version": "11.1.0",
|
|
"requires": {
|
|
"@octokit/openapi-types": "^18.0.0"
|
|
}
|
|
},
|
|
"@phenomnomnominal/tsquery": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"esquery": "^1.4.0"
|
|
}
|
|
},
|
|
"@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"optional": true
|
|
},
|
|
"@pkgr/utils": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"cross-spawn": "^7.0.3",
|
|
"fast-glob": "^3.3.0",
|
|
"is-glob": "^4.0.3",
|
|
"open": "^9.1.0",
|
|
"picocolors": "^1.0.0",
|
|
"tslib": "^2.6.0"
|
|
},
|
|
"dependencies": {
|
|
"open": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"default-browser": "^4.0.0",
|
|
"define-lazy-prop": "^3.0.0",
|
|
"is-inside-container": "^1.0.0",
|
|
"is-wsl": "^2.2.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@pnpm/config.env-replace": {
|
|
"version": "1.1.0"
|
|
},
|
|
"@pnpm/network.ca-file": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"graceful-fs": "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"
|
|
},
|
|
"@protobufjs/base64": {
|
|
"version": "1.1.2"
|
|
},
|
|
"@protobufjs/codegen": {
|
|
"version": "2.0.4"
|
|
},
|
|
"@protobufjs/eventemitter": {
|
|
"version": "1.1.0"
|
|
},
|
|
"@protobufjs/fetch": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"@protobufjs/aspromise": "^1.1.1",
|
|
"@protobufjs/inquire": "^1.1.0"
|
|
}
|
|
},
|
|
"@protobufjs/float": {
|
|
"version": "1.0.2"
|
|
},
|
|
"@protobufjs/inquire": {
|
|
"version": "1.1.0"
|
|
},
|
|
"@protobufjs/path": {
|
|
"version": "1.1.2"
|
|
},
|
|
"@protobufjs/pool": {
|
|
"version": "1.1.0"
|
|
},
|
|
"@protobufjs/utf8": {
|
|
"version": "1.1.0"
|
|
},
|
|
"@puppeteer/browsers": {
|
|
"version": "1.7.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "4.3.4",
|
|
"extract-zip": "2.0.1",
|
|
"progress": "2.0.3",
|
|
"proxy-agent": "6.3.0",
|
|
"tar-fs": "3.0.4",
|
|
"unbzip2-stream": "1.4.3",
|
|
"yargs": "17.7.1"
|
|
},
|
|
"dependencies": {
|
|
"tar-fs": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^3.1.5"
|
|
}
|
|
},
|
|
"tar-stream": {
|
|
"version": "3.1.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"b4a": "^1.6.4",
|
|
"fast-fifo": "^1.2.0",
|
|
"streamx": "^2.15.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@rollup/plugin-commonjs": {
|
|
"version": "25.0.4",
|
|
"resolved": "https://registry.npmjs.org/@rollup/plugin-commonjs/-/plugin-commonjs-25.0.4.tgz",
|
|
"integrity": "sha512-L92Vz9WUZXDnlQQl3EwbypJR4+DM2EbsO+/KOcEkP4Mc6Ct453EeDB2uH9lgRwj4w5yflgNpq9pHOiY8aoUXBQ==",
|
|
"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.27.0"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@rollup/plugin-json": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@rollup/pluginutils": "^5.0.1"
|
|
}
|
|
},
|
|
"@rollup/plugin-node-resolve": {
|
|
"version": "15.1.0",
|
|
"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.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/estree": "^1.0.0",
|
|
"estree-walker": "^2.0.2",
|
|
"picomatch": "^2.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/estree": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@samverschueren/stream-to-observable": {
|
|
"version": "0.3.1",
|
|
"requires": {
|
|
"any-observable": "^0.3.0"
|
|
}
|
|
},
|
|
"@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.1.1",
|
|
"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.0"
|
|
}
|
|
}
|
|
},
|
|
"@semantic-release/commit-analyzer": {
|
|
"version": "10.0.1",
|
|
"requires": {
|
|
"conventional-changelog-angular": "^6.0.0",
|
|
"conventional-commits-filter": "^3.0.0",
|
|
"conventional-commits-parser": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"import-from": "^4.0.0",
|
|
"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.0.4",
|
|
"requires": {
|
|
"@octokit/core": "^5.0.0",
|
|
"@octokit/plugin-paginate-rest": "^8.0.0",
|
|
"@octokit/plugin-retry": "^6.0.0",
|
|
"@octokit/plugin-throttling": "^7.0.0",
|
|
"@semantic-release/error": "^4.0.0",
|
|
"aggregate-error": "^4.0.1",
|
|
"debug": "^4.3.4",
|
|
"dir-glob": "^3.0.1",
|
|
"globby": "^13.1.4",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.0",
|
|
"issue-parser": "^6.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mime": "^3.0.0",
|
|
"p-filter": "^3.0.0",
|
|
"url-join": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@semantic-release/error": {
|
|
"version": "4.0.0"
|
|
},
|
|
"agent-base": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"indent-string": {
|
|
"version": "5.0.0"
|
|
},
|
|
"slash": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"@semantic-release/npm": {
|
|
"version": "10.0.4",
|
|
"requires": {
|
|
"@semantic-release/error": "^4.0.0",
|
|
"aggregate-error": "^4.0.1",
|
|
"execa": "^7.0.0",
|
|
"fs-extra": "^11.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nerf-dart": "^1.0.0",
|
|
"normalize-url": "^8.0.0",
|
|
"npm": "^9.5.0",
|
|
"rc": "^1.2.8",
|
|
"read-pkg": "^8.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": "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"
|
|
},
|
|
"fs-extra": {
|
|
"version": "11.1.1",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"indent-string": {
|
|
"version": "5.0.0"
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"@semantic-release/release-notes-generator": {
|
|
"version": "11.0.4",
|
|
"requires": {
|
|
"conventional-changelog-angular": "^6.0.0",
|
|
"conventional-changelog-writer": "^6.0.0",
|
|
"conventional-commits-filter": "^3.0.0",
|
|
"conventional-commits-parser": "^4.0.0",
|
|
"debug": "^4.0.0",
|
|
"get-stream": "^7.0.0",
|
|
"import-from": "^4.0.0",
|
|
"into-stream": "^7.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"read-pkg-up": "^10.0.0"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "6.3.0",
|
|
"requires": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
}
|
|
},
|
|
"get-stream": {
|
|
"version": "7.0.1"
|
|
},
|
|
"locate-path": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"p-locate": "^6.0.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"yocto-queue": "^1.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"p-limit": "^4.0.0"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "5.0.0"
|
|
},
|
|
"read-pkg-up": {
|
|
"version": "10.0.0",
|
|
"requires": {
|
|
"find-up": "^6.3.0",
|
|
"read-pkg": "^8.0.0",
|
|
"type-fest": "^3.12.0"
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "3.13.1"
|
|
},
|
|
"yocto-queue": {
|
|
"version": "1.0.0"
|
|
}
|
|
}
|
|
},
|
|
"@sindresorhus/is": {
|
|
"version": "4.6.0"
|
|
},
|
|
"@sinonjs/commons": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"@sinonjs/fake-timers": {
|
|
"version": "10.3.0",
|
|
"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": "8.2.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"semver": "7.3.8"
|
|
}
|
|
},
|
|
"@size-limit/preset-big-lib": {
|
|
"version": "8.2.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@size-limit/file": "8.2.4",
|
|
"@size-limit/time": "8.2.4",
|
|
"@size-limit/webpack": "8.2.4"
|
|
}
|
|
},
|
|
"@size-limit/time": {
|
|
"version": "8.2.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"estimo": "^2.3.6",
|
|
"react": "^17.0.2"
|
|
}
|
|
},
|
|
"@size-limit/webpack": {
|
|
"version": "8.2.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"nanoid": "^3.3.4",
|
|
"webpack": "^5.75.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/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.3"
|
|
},
|
|
"@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.5"
|
|
},
|
|
"@types/chai-as-promised": {
|
|
"version": "7.1.5",
|
|
"requires": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"@types/chai-string": {
|
|
"version": "1.4.2",
|
|
"requires": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"@types/chai-subset": {
|
|
"version": "1.3.3",
|
|
"requires": {
|
|
"@types/chai": "*"
|
|
}
|
|
},
|
|
"@types/cookie": {
|
|
"version": "0.4.1",
|
|
"dev": true
|
|
},
|
|
"@types/cors": {
|
|
"version": "2.8.13",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/debug": {
|
|
"version": "4.1.8",
|
|
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.8.tgz",
|
|
"integrity": "sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==",
|
|
"requires": {
|
|
"@types/ms": "*"
|
|
}
|
|
},
|
|
"@types/docker-modem": {
|
|
"version": "3.0.2",
|
|
"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.21.1",
|
|
"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": "0.0.51",
|
|
"dev": true
|
|
},
|
|
"@types/http-cache-semantics": {
|
|
"version": "4.0.1"
|
|
},
|
|
"@types/istanbul-lib-coverage": {
|
|
"version": "2.0.4"
|
|
},
|
|
"@types/json-schema": {
|
|
"version": "7.0.12"
|
|
},
|
|
"@types/json5": {
|
|
"version": "0.0.29"
|
|
},
|
|
"@types/keyv": {
|
|
"version": "3.1.4",
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/linkify-it": {
|
|
"version": "3.0.2",
|
|
"dev": true
|
|
},
|
|
"@types/markdown-it": {
|
|
"version": "12.2.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/linkify-it": "*",
|
|
"@types/mdurl": "*"
|
|
}
|
|
},
|
|
"@types/mdast": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"@types/unist": "*"
|
|
}
|
|
},
|
|
"@types/mdurl": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"@types/minimatch": {
|
|
"version": "3.0.5"
|
|
},
|
|
"@types/minimist": {
|
|
"version": "1.2.2"
|
|
},
|
|
"@types/mocha": {
|
|
"version": "10.0.1"
|
|
},
|
|
"@types/ms": {
|
|
"version": "0.7.31"
|
|
},
|
|
"@types/node": {
|
|
"version": "18.15.1"
|
|
},
|
|
"@types/normalize-package-data": {
|
|
"version": "2.4.1"
|
|
},
|
|
"@types/parse-json": {
|
|
"version": "4.0.0"
|
|
},
|
|
"@types/resolve": {
|
|
"version": "1.20.2",
|
|
"dev": true
|
|
},
|
|
"@types/responselike": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/retry": {
|
|
"version": "0.12.1"
|
|
},
|
|
"@types/semver": {
|
|
"version": "7.5.0"
|
|
},
|
|
"@types/sinon": {
|
|
"version": "10.0.16",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/sinonjs__fake-timers": "*"
|
|
}
|
|
},
|
|
"@types/sinonjs__fake-timers": {
|
|
"version": "8.1.2",
|
|
"dev": true
|
|
},
|
|
"@types/ssh2": {
|
|
"version": "1.11.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/node": "^18.11.18"
|
|
}
|
|
},
|
|
"@types/strip-bom": {
|
|
"version": "3.0.0"
|
|
},
|
|
"@types/strip-json-comments": {
|
|
"version": "0.0.30"
|
|
},
|
|
"@types/tail": {
|
|
"version": "2.2.1",
|
|
"dev": true
|
|
},
|
|
"@types/ungap__structured-clone": {
|
|
"version": "0.3.0"
|
|
},
|
|
"@types/unist": {
|
|
"version": "3.0.0"
|
|
},
|
|
"@types/uuid": {
|
|
"version": "9.0.3",
|
|
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz",
|
|
"integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==",
|
|
"dev": true
|
|
},
|
|
"@types/ws": {
|
|
"version": "8.5.5",
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/yargs": {
|
|
"version": "17.0.24",
|
|
"requires": {
|
|
"@types/yargs-parser": "*"
|
|
}
|
|
},
|
|
"@types/yargs-parser": {
|
|
"version": "21.0.0"
|
|
},
|
|
"@types/yauzl": {
|
|
"version": "2.10.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@eslint-community/regexpp": "^4.5.1",
|
|
"@typescript-eslint/scope-manager": "6.3.0",
|
|
"@typescript-eslint/type-utils": "6.3.0",
|
|
"@typescript-eslint/utils": "6.3.0",
|
|
"@typescript-eslint/visitor-keys": "6.3.0",
|
|
"debug": "^4.3.4",
|
|
"graphemer": "^1.4.0",
|
|
"ignore": "^5.2.4",
|
|
"natural-compare": "^1.4.0",
|
|
"natural-compare-lite": "^1.4.0",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/type-utils": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/typescript-estree": "6.3.0",
|
|
"@typescript-eslint/utils": "6.3.0",
|
|
"debug": "^4.3.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"@typescript-eslint/utils": {
|
|
"version": "6.3.0",
|
|
"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.3.0",
|
|
"@typescript-eslint/types": "6.3.0",
|
|
"@typescript-eslint/typescript-estree": "6.3.0",
|
|
"semver": "^7.5.4"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@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"
|
|
}
|
|
},
|
|
"array-union": {
|
|
"version": "2.1.0"
|
|
},
|
|
"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/parser": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/scope-manager": "6.3.0",
|
|
"@typescript-eslint/types": "6.3.0",
|
|
"@typescript-eslint/typescript-estree": "6.3.0",
|
|
"@typescript-eslint/visitor-keys": "6.3.0",
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"@typescript-eslint/scope-manager": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.3.0",
|
|
"@typescript-eslint/visitor-keys": "6.3.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/type-utils": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/typescript-estree": "6.4.0",
|
|
"@typescript-eslint/utils": "6.4.0",
|
|
"debug": "^4.3.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/types": {
|
|
"version": "6.4.0",
|
|
"dev": true
|
|
},
|
|
"@typescript-eslint/typescript-estree": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.4.0",
|
|
"@typescript-eslint/visitor-keys": "6.4.0",
|
|
"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/visitor-keys": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.4.0",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
}
|
|
},
|
|
"array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@typescript-eslint/types": {
|
|
"version": "6.3.0",
|
|
"dev": true
|
|
},
|
|
"@typescript-eslint/typescript-estree": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.3.0",
|
|
"@typescript-eslint/visitor-keys": "6.3.0",
|
|
"debug": "^4.3.4",
|
|
"globby": "^11.1.0",
|
|
"is-glob": "^4.0.3",
|
|
"semver": "^7.5.4",
|
|
"ts-api-utils": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@typescript-eslint/utils": {
|
|
"version": "6.4.0",
|
|
"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.4.0",
|
|
"@typescript-eslint/types": "6.4.0",
|
|
"@typescript-eslint/typescript-estree": "6.4.0",
|
|
"semver": "^7.5.4"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/scope-manager": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.4.0",
|
|
"@typescript-eslint/visitor-keys": "6.4.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/types": {
|
|
"version": "6.4.0",
|
|
"dev": true
|
|
},
|
|
"@typescript-eslint/typescript-estree": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.4.0",
|
|
"@typescript-eslint/visitor-keys": "6.4.0",
|
|
"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/visitor-keys": {
|
|
"version": "6.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.4.0",
|
|
"eslint-visitor-keys": "^3.4.1"
|
|
}
|
|
},
|
|
"array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@typescript-eslint/visitor-keys": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "6.3.0",
|
|
"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.3.4",
|
|
"requires": {
|
|
"@babel/parser": "^7.21.3",
|
|
"@vue/shared": "3.3.4",
|
|
"estree-walker": "^2.0.2",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": {
|
|
"version": "7.22.10"
|
|
}
|
|
}
|
|
},
|
|
"@vue/compiler-dom": {
|
|
"version": "3.3.4",
|
|
"requires": {
|
|
"@vue/compiler-core": "3.3.4",
|
|
"@vue/shared": "3.3.4"
|
|
}
|
|
},
|
|
"@vue/compiler-sfc": {
|
|
"version": "3.3.4",
|
|
"requires": {
|
|
"@babel/parser": "^7.20.15",
|
|
"@vue/compiler-core": "3.3.4",
|
|
"@vue/compiler-dom": "3.3.4",
|
|
"@vue/compiler-ssr": "3.3.4",
|
|
"@vue/reactivity-transform": "3.3.4",
|
|
"@vue/shared": "3.3.4",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.0",
|
|
"postcss": "^8.1.10",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": {
|
|
"version": "7.22.10"
|
|
},
|
|
"@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.15"
|
|
},
|
|
"magic-string": {
|
|
"version": "0.30.2",
|
|
"requires": {
|
|
"@jridgewell/sourcemap-codec": "^1.4.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@vue/compiler-ssr": {
|
|
"version": "3.3.4",
|
|
"requires": {
|
|
"@vue/compiler-dom": "3.3.4",
|
|
"@vue/shared": "3.3.4"
|
|
}
|
|
},
|
|
"@vue/reactivity-transform": {
|
|
"version": "3.3.4",
|
|
"requires": {
|
|
"@babel/parser": "^7.20.15",
|
|
"@vue/compiler-core": "3.3.4",
|
|
"@vue/shared": "3.3.4",
|
|
"estree-walker": "^2.0.2",
|
|
"magic-string": "^0.30.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/parser": {
|
|
"version": "7.22.10"
|
|
},
|
|
"@jridgewell/sourcemap-codec": {
|
|
"version": "1.4.15"
|
|
},
|
|
"magic-string": {
|
|
"version": "0.30.2",
|
|
"requires": {
|
|
"@jridgewell/sourcemap-codec": "^1.4.15"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@vue/shared": {
|
|
"version": "3.3.4"
|
|
},
|
|
"@waku/build-utils": {
|
|
"version": "file:packages/build-utils"
|
|
},
|
|
"@waku/core": {
|
|
"version": "file:packages/core",
|
|
"requires": {
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@noble/hashes": "^1.3.2",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/debug": "^4.1.8",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/uuid": "^9.0.3",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/proto": "0.0.5",
|
|
"@waku/utils": "0.0.10",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"debug": "^4.3.4",
|
|
"fast-check": "^3.12.0",
|
|
"ignore-loader": "^0.1.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"it-all": "^3.0.3",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-pipe": "^3.0.1",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"p-event": "^5.0.1",
|
|
"process": "^0.11.10",
|
|
"puppeteer": "^21.1.1",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"dependencies": {
|
|
"uuid": {
|
|
"version": "9.0.0"
|
|
}
|
|
}
|
|
},
|
|
"@waku/dns-discovery": {
|
|
"version": "file:packages/dns-discovery",
|
|
"requires": {
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@types/chai": "^4.3.5",
|
|
"@waku/build-utils": "*",
|
|
"@waku/enr": "0.0.16",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/utils": "0.0.10",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"debug": "^4.3.4",
|
|
"dns-query": "^0.11.2",
|
|
"hi-base32": "^0.5.1",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^5.0.4",
|
|
"uint8arrays": "^4.0.4"
|
|
}
|
|
},
|
|
"@waku/enr": {
|
|
"version": "file:packages/enr",
|
|
"requires": {
|
|
"@ethersproject/rlp": "^5.7.0",
|
|
"@libp2p/crypto": "^1.0.17",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"@noble/secp256k1": "^1.7.1",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/mocha": "^10.0.1",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/utils": "0.0.10",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"debug": "^4.3.4",
|
|
"js-sha3": "^0.8.0",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"puppeteer": "^21.1.1",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^5.0.4",
|
|
"uint8arrays": "^4.0.4"
|
|
}
|
|
},
|
|
"@waku/interfaces": {
|
|
"version": "file:packages/interfaces",
|
|
"requires": {
|
|
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
|
"@multiformats/multiaddr": "^12.0.0",
|
|
"cspell": "^7.3.2",
|
|
"libp2p": "^0.46.8",
|
|
"npm-run-all": "^4.1.5",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
},
|
|
"@waku/message-encryption": {
|
|
"version": "file:packages/message-encryption",
|
|
"requires": {
|
|
"@noble/secp256k1": "^1.7.1",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/mocha": "^10.0.1",
|
|
"@waku/build-utils": "*",
|
|
"@waku/core": "0.0.22",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/proto": "0.0.5",
|
|
"@waku/utils": "0.0.10",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"debug": "^4.3.4",
|
|
"fast-check": "^3.12.0",
|
|
"js-sha3": "^0.8.0",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"puppeteer": "^21.1.1",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
},
|
|
"@waku/message-hash": {
|
|
"version": "file:packages/message-hash",
|
|
"requires": {
|
|
"@noble/hashes": "^1.3.2",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/debug": "^4.1.8",
|
|
"@types/mocha": "^10.0.1",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/utils": "0.0.10",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"fast-check": "^3.12.0",
|
|
"ignore-loader": "^0.1.2",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"karma": "^6.4.1",
|
|
"karma-chrome-launcher": "^3.2.0",
|
|
"karma-mocha": "^2.0.1",
|
|
"karma-webpack": "^5.0.0",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"process": "^0.11.10",
|
|
"puppeteer": "^21.1.1",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
},
|
|
"@waku/peer-exchange": {
|
|
"version": "file:packages/peer-exchange",
|
|
"requires": {
|
|
"@libp2p/interfaces": "^3.3.2",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@waku/build-utils": "*",
|
|
"@waku/core": "0.0.22",
|
|
"@waku/enr": "0.0.16",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/proto": "0.0.5",
|
|
"@waku/utils": "0.0.10",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"debug": "^4.3.4",
|
|
"it-all": "^3.0.3",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-pipe": "^3.0.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"typescript": "^5.0.4",
|
|
"uint8arraylist": "^2.4.3"
|
|
}
|
|
},
|
|
"@waku/proto": {
|
|
"version": "file:packages/proto",
|
|
"requires": {
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@waku/build-utils": "*",
|
|
"cspell": "^7.3.2",
|
|
"npm-run-all": "^4.1.5",
|
|
"protons": "^7.0.2",
|
|
"protons-runtime": "^5.0.0",
|
|
"rollup": "^3.28.0",
|
|
"typescript": "^5.0.4",
|
|
"uint8arraylist": "^2.4.3"
|
|
}
|
|
},
|
|
"@waku/relay": {
|
|
"version": "file:packages/relay",
|
|
"requires": {
|
|
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
|
"@noble/hashes": "^1.3.2",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@waku/build-utils": "*",
|
|
"@waku/core": "0.0.22",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/proto": "0.0.5",
|
|
"@waku/utils": "0.0.10",
|
|
"chai": "^4.3.7",
|
|
"debug": "^4.3.4",
|
|
"fast-check": "^3.12.0",
|
|
"rollup": "^3.28.0",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
},
|
|
"@waku/sdk": {
|
|
"version": "file:packages/sdk",
|
|
"requires": {
|
|
"@chainsafe/libp2p-gossipsub": "^10.1.0",
|
|
"@chainsafe/libp2p-noise": "^13.0.0",
|
|
"@libp2p/mplex": "^9.0.2",
|
|
"@libp2p/websockets": "^7.0.3",
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@waku/build-utils": "*",
|
|
"@waku/core": "0.0.22",
|
|
"@waku/dns-discovery": "0.0.16",
|
|
"@waku/interfaces": "0.0.17",
|
|
"@waku/relay": "0.0.5",
|
|
"@waku/utils": "0.0.10",
|
|
"cspell": "^7.3.2",
|
|
"interface-datastore": "^7.0.4",
|
|
"libp2p": "^0.46.8",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^3.28.0",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"interface-datastore": {
|
|
"version": "7.0.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"interface-store": "^3.0.0",
|
|
"nanoid": "^4.0.0",
|
|
"uint8arrays": "^4.0.2"
|
|
}
|
|
},
|
|
"interface-store": {
|
|
"version": "3.0.4",
|
|
"dev": true
|
|
},
|
|
"nanoid": {
|
|
"version": "4.0.2",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@waku/tests": {
|
|
"version": "file:packages/tests",
|
|
"requires": {
|
|
"@libp2p/bootstrap": "^9.0.2",
|
|
"@libp2p/interface-compliance-tests": "^4.0.5",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/dockerode": "^3.3.19",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/sinon": "^10.0.16",
|
|
"@types/tail": "^2.2.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"@waku/core": "*",
|
|
"@waku/dns-discovery": "*",
|
|
"@waku/enr": "*",
|
|
"@waku/interfaces": "*",
|
|
"@waku/message-encryption": "*",
|
|
"@waku/peer-exchange": "*",
|
|
"@waku/sdk": "*",
|
|
"@waku/utils": "*",
|
|
"app-root-path": "^3.1.0",
|
|
"chai": "^4.3.7",
|
|
"cspell": "^7.3.2",
|
|
"datastore-core": "^9.2.2",
|
|
"debug": "^4.3.4",
|
|
"dockerode": "^3.3.5",
|
|
"interface-datastore": "^8.2.3",
|
|
"libp2p": "^0.46.8",
|
|
"mocha": "^10.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"p-timeout": "^6.1.0",
|
|
"portfinder": "^1.0.32",
|
|
"sinon": "^15.2.0",
|
|
"tail": "^2.2.6",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": 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",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"@typescript-eslint/visitor-keys": "5.62.0"
|
|
}
|
|
},
|
|
"@typescript-eslint/type-utils": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true
|
|
},
|
|
"@typescript-eslint/typescript-estree": {
|
|
"version": "5.62.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"requires": {
|
|
"@typescript-eslint/types": "5.62.0",
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
}
|
|
},
|
|
"array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@waku/utils": {
|
|
"version": "file:packages/utils",
|
|
"requires": {
|
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@waku/build-utils": "*",
|
|
"@waku/interfaces": "0.0.17",
|
|
"cspell": "^7.3.2",
|
|
"debug": "^4.3.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^3.28.0",
|
|
"typescript": "^5.0.4",
|
|
"uint8arrays": "^4.0.4"
|
|
}
|
|
},
|
|
"@webassemblyjs/ast": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/helper-numbers": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1"
|
|
}
|
|
},
|
|
"@webassemblyjs/floating-point-hex-parser": {
|
|
"version": "1.11.1",
|
|
"dev": true
|
|
},
|
|
"@webassemblyjs/helper-api-error": {
|
|
"version": "1.11.1",
|
|
"dev": true
|
|
},
|
|
"@webassemblyjs/helper-buffer": {
|
|
"version": "1.11.1",
|
|
"dev": true
|
|
},
|
|
"@webassemblyjs/helper-numbers": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/floating-point-hex-parser": "1.11.1",
|
|
"@webassemblyjs/helper-api-error": "1.11.1",
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"@webassemblyjs/helper-wasm-bytecode": {
|
|
"version": "1.11.1",
|
|
"dev": true
|
|
},
|
|
"@webassemblyjs/helper-wasm-section": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-buffer": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/wasm-gen": "1.11.1"
|
|
}
|
|
},
|
|
"@webassemblyjs/ieee754": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@xtuc/ieee754": "^1.2.0"
|
|
}
|
|
},
|
|
"@webassemblyjs/leb128": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@xtuc/long": "4.2.2"
|
|
}
|
|
},
|
|
"@webassemblyjs/utf8": {
|
|
"version": "1.11.1",
|
|
"dev": true
|
|
},
|
|
"@webassemblyjs/wasm-edit": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-buffer": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-section": "1.11.1",
|
|
"@webassemblyjs/wasm-gen": "1.11.1",
|
|
"@webassemblyjs/wasm-opt": "1.11.1",
|
|
"@webassemblyjs/wasm-parser": "1.11.1",
|
|
"@webassemblyjs/wast-printer": "1.11.1"
|
|
}
|
|
},
|
|
"@webassemblyjs/wasm-gen": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/ieee754": "1.11.1",
|
|
"@webassemblyjs/leb128": "1.11.1",
|
|
"@webassemblyjs/utf8": "1.11.1"
|
|
}
|
|
},
|
|
"@webassemblyjs/wasm-opt": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-buffer": "1.11.1",
|
|
"@webassemblyjs/wasm-gen": "1.11.1",
|
|
"@webassemblyjs/wasm-parser": "1.11.1"
|
|
}
|
|
},
|
|
"@webassemblyjs/wasm-parser": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/helper-api-error": "1.11.1",
|
|
"@webassemblyjs/helper-wasm-bytecode": "1.11.1",
|
|
"@webassemblyjs/ieee754": "1.11.1",
|
|
"@webassemblyjs/leb128": "1.11.1",
|
|
"@webassemblyjs/utf8": "1.11.1"
|
|
}
|
|
},
|
|
"@webassemblyjs/wast-printer": {
|
|
"version": "1.11.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@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"
|
|
},
|
|
"abortable-iterator": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"get-iterator": "^2.0.0",
|
|
"it-stream-types": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"accepts": {
|
|
"version": "1.3.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"mime-types": "~2.1.34",
|
|
"negotiator": "0.6.3"
|
|
}
|
|
},
|
|
"acorn": {
|
|
"version": "8.10.0"
|
|
},
|
|
"acorn-import-assertions": {
|
|
"version": "1.8.0",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"acorn-jsx": {
|
|
"version": "5.3.2",
|
|
"requires": {}
|
|
},
|
|
"acorn-loose": {
|
|
"version": "8.3.0",
|
|
"requires": {
|
|
"acorn": "^8.5.0"
|
|
}
|
|
},
|
|
"acorn-walk": {
|
|
"version": "8.2.0"
|
|
},
|
|
"aegir": {
|
|
"version": "40.0.11",
|
|
"requires": {
|
|
"@electron/get": "^2.0.0",
|
|
"@polka/send-type": "^0.5.2",
|
|
"@semantic-release/changelog": "^6.0.1",
|
|
"@semantic-release/commit-analyzer": "^10.0.1",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^9.0.3",
|
|
"@semantic-release/npm": "^10.0.4",
|
|
"@semantic-release/release-notes-generator": "^11.0.4",
|
|
"@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": "^8.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": "^6.1.0",
|
|
"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": "^5.0.0",
|
|
"eslint-plugin-etc": "^2.0.2",
|
|
"eslint-plugin-import": "^2.18.0",
|
|
"eslint-plugin-jsdoc": "^46.4.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"execa": "^7.0.0",
|
|
"extract-zip": "^2.0.1",
|
|
"fs-extra": "^11.1.0",
|
|
"gh-pages": "^6.0.0",
|
|
"globby": "^13.1.1",
|
|
"kleur": "^4.1.4",
|
|
"lilconfig": "^2.0.5",
|
|
"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",
|
|
"mdast-util-toc": "^7.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"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": "^6.0.0",
|
|
"p-retry": "^5.1.2",
|
|
"pascalcase": "^2.0.0",
|
|
"path": "^0.12.7",
|
|
"playwright-test": "^12.1.1",
|
|
"polka": "^0.5.2",
|
|
"premove": "^4.0.0",
|
|
"prompt": "^1.2.2",
|
|
"proper-lockfile": "^4.1.2",
|
|
"react-native-test-runner": "^5.0.0",
|
|
"read-pkg-up": "^10.0.0",
|
|
"rimraf": "^5.0.0",
|
|
"semantic-release": "https://registry.npmjs.org/@achingbrain/semantic-release/-/semantic-release-21.0.9.tgz",
|
|
"semantic-release-monorepo": "https://registry.npmjs.org/@achingbrain/semantic-release-monorepo/-/semantic-release-monorepo-8.0.2.tgz",
|
|
"semver": "^7.3.8",
|
|
"source-map-support": "^0.5.20",
|
|
"strip-bom": "^5.0.0",
|
|
"strip-json-comments": "^5.0.0",
|
|
"tempy": "^3.0.0",
|
|
"typedoc": "^0.24.8",
|
|
"typedoc-plugin-mdn-links": "^3.0.3",
|
|
"typedoc-plugin-missing-exports": "^2.0.0",
|
|
"typescript": "^5.1.6",
|
|
"typescript-docs-verifier": "^2.5.0",
|
|
"uint8arrays": "^4.0.2",
|
|
"undici": "^5.0.0",
|
|
"update-notifier": "^6.0.2",
|
|
"wherearewe": "^2.0.1",
|
|
"yargs": "^17.1.1",
|
|
"yargs-parser": "^21.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": {
|
|
"version": "20.5.0"
|
|
},
|
|
"@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": {
|
|
"array-union": {
|
|
"version": "2.1.0"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"commander": {
|
|
"version": "11.0.0"
|
|
},
|
|
"find-up": {
|
|
"version": "6.3.0",
|
|
"requires": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
}
|
|
},
|
|
"foreground-child": {
|
|
"version": "3.1.1",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^4.0.1"
|
|
}
|
|
},
|
|
"fs-extra": {
|
|
"version": "11.1.1",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"gh-pages": {
|
|
"version": "6.0.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": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"slash": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"p-locate": "^6.0.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "9.0.3",
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
},
|
|
"minipass": {
|
|
"version": "7.0.3"
|
|
},
|
|
"p-limit": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"yocto-queue": "^1.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"p-limit": "^4.0.0"
|
|
}
|
|
},
|
|
"p-map": {
|
|
"version": "6.0.0"
|
|
},
|
|
"path-exists": {
|
|
"version": "5.0.0"
|
|
},
|
|
"read-pkg-up": {
|
|
"version": "10.0.0",
|
|
"requires": {
|
|
"find-up": "^6.3.0",
|
|
"read-pkg": "^8.0.0",
|
|
"type-fest": "^3.12.0"
|
|
}
|
|
},
|
|
"rimraf": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"glob": "^10.2.5"
|
|
},
|
|
"dependencies": {
|
|
"glob": {
|
|
"version": "10.3.3",
|
|
"requires": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.0.3",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
"path-scurry": "^1.10.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"signal-exit": {
|
|
"version": "4.1.0"
|
|
},
|
|
"strip-json-comments": {
|
|
"version": "5.0.1"
|
|
},
|
|
"type-fest": {
|
|
"version": "3.13.1"
|
|
},
|
|
"typedoc": {
|
|
"version": "0.24.8",
|
|
"requires": {
|
|
"lunr": "^2.3.9",
|
|
"marked": "^4.3.0",
|
|
"minimatch": "^9.0.0",
|
|
"shiki": "^0.14.1"
|
|
}
|
|
},
|
|
"typedoc-plugin-missing-exports": {
|
|
"version": "2.0.1",
|
|
"requires": {}
|
|
},
|
|
"typescript": {
|
|
"version": "5.1.6"
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.0"
|
|
},
|
|
"yocto-queue": {
|
|
"version": "1.0.0"
|
|
}
|
|
}
|
|
},
|
|
"agent-base": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "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-keywords": {
|
|
"version": "3.5.2",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"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-escapes": {
|
|
"version": "4.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"type-fest": "^0.21.3"
|
|
}
|
|
},
|
|
"ansi-regex": {
|
|
"version": "6.0.1"
|
|
},
|
|
"ansi-sequence-parser": {
|
|
"version": "1.1.0"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "6.2.1"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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.6",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"get-intrinsic": "^1.1.3",
|
|
"is-string": "^1.0.7"
|
|
}
|
|
},
|
|
"array-timsort": {
|
|
"version": "1.0.3",
|
|
"resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz",
|
|
"integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==",
|
|
"dev": true
|
|
},
|
|
"array-union": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"array-uniq": "^1.0.1"
|
|
}
|
|
},
|
|
"array-uniq": {
|
|
"version": "1.0.3"
|
|
},
|
|
"array.prototype.flat": {
|
|
"version": "1.3.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
}
|
|
},
|
|
"array.prototype.flatmap": {
|
|
"version": "1.3.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4",
|
|
"es-shim-unscopables": "^1.0.0"
|
|
}
|
|
},
|
|
"arrify": {
|
|
"version": "1.0.1"
|
|
},
|
|
"asn1": {
|
|
"version": "0.2.6",
|
|
"requires": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"assert": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"es6-object-assign": "^1.1.0",
|
|
"is-nan": "^1.2.1",
|
|
"object-is": "^1.0.1",
|
|
"util": "^0.12.0"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"astral-regex": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"async": {
|
|
"version": "3.2.4"
|
|
},
|
|
"at-least-node": {
|
|
"version": "1.0.0"
|
|
},
|
|
"available-typed-arrays": {
|
|
"version": "1.0.5"
|
|
},
|
|
"b4a": {
|
|
"version": "1.6.4",
|
|
"dev": true
|
|
},
|
|
"babel-plugin-polyfill-corejs2": {
|
|
"version": "0.4.5",
|
|
"requires": {
|
|
"@babel/compat-data": "^7.22.6",
|
|
"@babel/helper-define-polyfill-provider": "^0.4.2",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.1"
|
|
}
|
|
}
|
|
},
|
|
"babel-plugin-polyfill-corejs3": {
|
|
"version": "0.8.3",
|
|
"requires": {
|
|
"@babel/helper-define-polyfill-provider": "^0.4.2",
|
|
"core-js-compat": "^3.31.0"
|
|
}
|
|
},
|
|
"babel-plugin-polyfill-regenerator": {
|
|
"version": "0.5.2",
|
|
"requires": {
|
|
"@babel/helper-define-polyfill-provider": "^0.4.2"
|
|
}
|
|
},
|
|
"babel-plugin-transform-inline-environment-variables": {
|
|
"version": "0.4.4"
|
|
},
|
|
"balanced-match": {
|
|
"version": "1.0.2"
|
|
},
|
|
"base64-js": {
|
|
"version": "1.5.1"
|
|
},
|
|
"base64id": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"basic-ftp": {
|
|
"version": "5.0.3",
|
|
"dev": true
|
|
},
|
|
"bcrypt-pbkdf": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"tweetnacl": "^0.14.3"
|
|
}
|
|
},
|
|
"before-after-hook": {
|
|
"version": "2.2.3"
|
|
},
|
|
"benchmark": {
|
|
"version": "2.1.4",
|
|
"requires": {
|
|
"lodash": "^4.17.4",
|
|
"platform": "^1.3.3"
|
|
}
|
|
},
|
|
"big-integer": {
|
|
"version": "1.6.51",
|
|
"dev": true
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"bluebird": {
|
|
"version": "3.7.2",
|
|
"dev": true
|
|
},
|
|
"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.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"
|
|
},
|
|
"dependencies": {
|
|
"camelcase": {
|
|
"version": "7.0.1"
|
|
},
|
|
"type-fest": {
|
|
"version": "2.19.0"
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "8.1.0",
|
|
"requires": {
|
|
"ansi-styles": "^6.1.0",
|
|
"string-width": "^5.0.1",
|
|
"strip-ansi": "^7.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"bplist-parser": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"big-integer": "^1.6.44"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"browser-stdout": {
|
|
"version": "1.3.1"
|
|
},
|
|
"browserslist": {
|
|
"version": "4.21.10",
|
|
"requires": {
|
|
"caniuse-lite": "^1.0.30001517",
|
|
"electron-to-chromium": "^1.4.477",
|
|
"node-releases": "^2.0.13",
|
|
"update-browserslist-db": "^1.0.11"
|
|
}
|
|
},
|
|
"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.3",
|
|
"optional": true
|
|
},
|
|
"builtin-modules": {
|
|
"version": "3.3.0"
|
|
},
|
|
"builtins": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"semver": "^7.0.0"
|
|
}
|
|
},
|
|
"bundle-name": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"run-applescript": "^5.0.0"
|
|
}
|
|
},
|
|
"busboy": {
|
|
"version": "1.6.0",
|
|
"requires": {
|
|
"streamsearch": "^1.1.0"
|
|
}
|
|
},
|
|
"byte-access": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"uint8arraylist": "^2.0.0"
|
|
}
|
|
},
|
|
"bytes": {
|
|
"version": "3.1.2"
|
|
},
|
|
"bytes-iec": {
|
|
"version": "3.1.1",
|
|
"dev": true
|
|
},
|
|
"bytes.js": {
|
|
"version": "0.0.2"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"find-up": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"locate-path": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"p-locate": "^5.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"
|
|
}
|
|
},
|
|
"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": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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.30001521"
|
|
},
|
|
"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.7",
|
|
"requires": {
|
|
"assertion-error": "^1.1.0",
|
|
"check-error": "^1.0.2",
|
|
"deep-eql": "^4.1.2",
|
|
"get-func-name": "^2.0.0",
|
|
"loupe": "^2.3.1",
|
|
"pathval": "^1.1.1",
|
|
"type-detect": "^4.0.5"
|
|
}
|
|
},
|
|
"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-string": {
|
|
"version": "1.5.0",
|
|
"requires": {}
|
|
},
|
|
"chai-subset": {
|
|
"version": "1.6.0"
|
|
},
|
|
"chalk": {
|
|
"version": "5.2.0"
|
|
},
|
|
"chalk-template": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^5.2.0"
|
|
}
|
|
},
|
|
"character-entities": {
|
|
"version": "2.0.2"
|
|
},
|
|
"check-error": {
|
|
"version": "1.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"
|
|
}
|
|
},
|
|
"chownr": {
|
|
"version": "1.1.4"
|
|
},
|
|
"chrome-trace-event": {
|
|
"version": "1.0.3",
|
|
"dev": true
|
|
},
|
|
"chromium-bidi": {
|
|
"version": "0.4.22",
|
|
"dev": true,
|
|
"requires": {
|
|
"mitt": "3.0.1"
|
|
}
|
|
},
|
|
"ci-info": {
|
|
"version": "2.0.0"
|
|
},
|
|
"clean-stack": {
|
|
"version": "2.2.0"
|
|
},
|
|
"clear-module": {
|
|
"version": "4.1.2",
|
|
"resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz",
|
|
"integrity": "sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"parent-module": "^2.0.0",
|
|
"resolve-from": "^5.0.0"
|
|
}
|
|
},
|
|
"cli-boxes": {
|
|
"version": "3.0.0"
|
|
},
|
|
"cli-cursor": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"restore-cursor": "^3.1.0"
|
|
}
|
|
},
|
|
"cli-spinners": {
|
|
"version": "2.9.0"
|
|
},
|
|
"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": "3.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"slice-ansi": "^5.0.0",
|
|
"string-width": "^5.0.0"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"colorette": {
|
|
"version": "2.0.19",
|
|
"dev": true
|
|
},
|
|
"colors": {
|
|
"version": "1.0.3"
|
|
},
|
|
"commander": {
|
|
"version": "9.5.0",
|
|
"dev": true
|
|
},
|
|
"comment-json": {
|
|
"version": "4.2.3",
|
|
"resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.3.tgz",
|
|
"integrity": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==",
|
|
"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.0"
|
|
},
|
|
"commondir": {
|
|
"version": "1.0.1"
|
|
},
|
|
"compare-func": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"array-ify": "^1.0.0",
|
|
"dot-prop": "^5.1.0"
|
|
}
|
|
},
|
|
"concat-map": {
|
|
"version": "0.0.1"
|
|
},
|
|
"config-chain": {
|
|
"version": "1.1.13",
|
|
"requires": {
|
|
"ini": "^1.3.4",
|
|
"proto-list": "~1.2.1"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"dot-prop": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"is-obj": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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-type": {
|
|
"version": "1.0.5",
|
|
"dev": true
|
|
},
|
|
"conventional-changelog-angular": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"compare-func": "^2.0.0"
|
|
}
|
|
},
|
|
"conventional-changelog-conventionalcommits": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"compare-func": "^2.0.0"
|
|
}
|
|
},
|
|
"conventional-changelog-writer": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"conventional-commits-filter": "^3.0.0",
|
|
"dateformat": "^3.0.3",
|
|
"handlebars": "^4.7.7",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"meow": "^8.1.2",
|
|
"semver": "^7.0.0",
|
|
"split": "^1.0.1"
|
|
}
|
|
},
|
|
"conventional-commits-filter": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"lodash.ismatch": "^4.4.0",
|
|
"modify-values": "^1.0.1"
|
|
}
|
|
},
|
|
"conventional-commits-parser": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"is-text-path": "^1.0.1",
|
|
"JSONStream": "^1.3.5",
|
|
"meow": "^8.1.2",
|
|
"split2": "^3.2.2"
|
|
}
|
|
},
|
|
"convert-source-map": {
|
|
"version": "1.9.0"
|
|
},
|
|
"cookie": {
|
|
"version": "0.4.2",
|
|
"dev": true
|
|
},
|
|
"core-js-compat": {
|
|
"version": "3.32.0",
|
|
"requires": {
|
|
"browserslist": "^4.21.9"
|
|
}
|
|
},
|
|
"core-util-is": {
|
|
"version": "1.0.3"
|
|
},
|
|
"cors": {
|
|
"version": "2.8.5",
|
|
"requires": {
|
|
"object-assign": "^4",
|
|
"vary": "^1"
|
|
}
|
|
},
|
|
"cosmiconfig": {
|
|
"version": "8.2.0",
|
|
"requires": {
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0"
|
|
}
|
|
},
|
|
"cp-file": {
|
|
"version": "10.0.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.10",
|
|
"nested-error-stacks": "^2.1.1",
|
|
"p-event": "^5.0.1"
|
|
}
|
|
},
|
|
"cpu-features": {
|
|
"version": "0.0.4",
|
|
"optional": true,
|
|
"requires": {
|
|
"buildcheck": "0.0.3",
|
|
"nan": "^2.15.0"
|
|
}
|
|
},
|
|
"cpy": {
|
|
"version": "10.1.0",
|
|
"requires": {
|
|
"arrify": "^3.0.0",
|
|
"cp-file": "^10.0.0",
|
|
"globby": "^13.1.4",
|
|
"junk": "^4.0.1",
|
|
"micromatch": "^4.0.5",
|
|
"nested-error-stacks": "^2.1.1",
|
|
"p-filter": "^3.0.0",
|
|
"p-map": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"arrify": {
|
|
"version": "3.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"
|
|
}
|
|
},
|
|
"p-map": {
|
|
"version": "6.0.0"
|
|
},
|
|
"slash": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"create-require": {
|
|
"version": "1.1.1"
|
|
},
|
|
"cross-fetch": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"node-fetch": "2.6.7"
|
|
}
|
|
},
|
|
"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": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell/-/cspell-7.3.2.tgz",
|
|
"integrity": "sha512-/YY1C0CYBP+GueFon1BUgcDGc1YXDCyAIjuebvRygjt1cXwCklQVF5bZIGCrimgjzTrY+wx0ePgzuVQ9RyJnOQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-json-reporter": "7.3.2",
|
|
"@cspell/cspell-pipe": "7.3.2",
|
|
"@cspell/cspell-types": "7.3.2",
|
|
"@cspell/dynamic-import": "7.3.2",
|
|
"chalk": "^5.3.0",
|
|
"chalk-template": "^1.1.0",
|
|
"commander": "^11.0.0",
|
|
"cspell-gitignore": "7.3.2",
|
|
"cspell-glob": "7.3.2",
|
|
"cspell-io": "7.3.2",
|
|
"cspell-lib": "7.3.2",
|
|
"fast-glob": "^3.3.1",
|
|
"fast-json-stable-stringify": "^2.1.0",
|
|
"file-entry-cache": "^6.0.1",
|
|
"get-stdin": "^9.0.0",
|
|
"semver": "^7.5.4",
|
|
"strip-ansi": "^7.1.0",
|
|
"vscode-uri": "^3.0.7"
|
|
},
|
|
"dependencies": {
|
|
"chalk": {
|
|
"version": "5.3.0",
|
|
"dev": true
|
|
},
|
|
"commander": {
|
|
"version": "11.0.0",
|
|
"dev": true
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cspell-dictionary": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-7.3.2.tgz",
|
|
"integrity": "sha512-hL8fOZ7zTkUuE6jq2CUObxUp0fSLsNQyMo+HAkpg0w6ssHvbgnP6HP8kyEN641L/F0X/Ow2vo3CaRBadvyyzCA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-pipe": "7.3.2",
|
|
"@cspell/cspell-types": "7.3.2",
|
|
"cspell-trie-lib": "7.3.2",
|
|
"fast-equals": "^4.0.3",
|
|
"gensequence": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"fast-equals": {
|
|
"version": "4.0.3",
|
|
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz",
|
|
"integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"cspell-gitignore": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-gitignore/-/cspell-gitignore-7.3.2.tgz",
|
|
"integrity": "sha512-NWxxFcf4wwKbRInkZK/p/BrPR2ElCpcB8DLcrBxRkiI4uX7yCX8v5QjI8ZpTyuaUTl9aFqJFYtj9Q7GqkBnPzA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"cspell-glob": "7.3.2",
|
|
"find-up": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^5.0.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "3.1.0",
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"yocto-queue": "^0.1.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^3.0.2"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cspell-glob": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-7.3.2.tgz",
|
|
"integrity": "sha512-R/YwtBN5ApOTONkBoTOSCKDMmnRRA1fF9prkaFMfE0aT5oC2VF0N7hLCSYjpQM+kYsXeqLDc13vxFBOnHRuc3g==",
|
|
"dev": true,
|
|
"requires": {
|
|
"micromatch": "^4.0.5"
|
|
}
|
|
},
|
|
"cspell-grammar": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-7.3.2.tgz",
|
|
"integrity": "sha512-ale40T4M0jHmwQsPjIbpZKzaRxMVy5dnpyvplwj7ExX4sp2Grt1wcqxk2ELS4r4bsaIap+iIfeYYhoXqYq1dQg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-pipe": "7.3.2",
|
|
"@cspell/cspell-types": "7.3.2"
|
|
}
|
|
},
|
|
"cspell-io": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-7.3.2.tgz",
|
|
"integrity": "sha512-nul6K4YUMe1VdxuJDDOMvWUw/hIS2UZkvJLDo5GkAus7YmGSR0knfDueU+hebYszRa0LxjrduuPNcNJE/ZWUFg==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-service-bus": "7.3.2",
|
|
"node-fetch": "^2.7.0"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": {
|
|
"version": "2.7.0",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
|
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
"dev": true,
|
|
"requires": {
|
|
"whatwg-url": "^5.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cspell-lib": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-7.3.2.tgz",
|
|
"integrity": "sha512-cbo0TSL2JnM/GdiutH193aynxdxSnxBR1DYJ1/8ycIWDU0p4AHO0EZ+5L5MkBFwpM20OicuXvLrAem9WjYVDBQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-bundled-dicts": "7.3.2",
|
|
"@cspell/cspell-pipe": "7.3.2",
|
|
"@cspell/cspell-resolver": "7.3.2",
|
|
"@cspell/cspell-types": "7.3.2",
|
|
"@cspell/dynamic-import": "7.3.2",
|
|
"@cspell/strong-weak-map": "7.3.2",
|
|
"clear-module": "^4.1.2",
|
|
"comment-json": "^4.2.3",
|
|
"configstore": "^6.0.0",
|
|
"cosmiconfig": "8.0.0",
|
|
"cspell-dictionary": "7.3.2",
|
|
"cspell-glob": "7.3.2",
|
|
"cspell-grammar": "7.3.2",
|
|
"cspell-io": "7.3.2",
|
|
"cspell-trie-lib": "7.3.2",
|
|
"fast-equals": "^5.0.1",
|
|
"find-up": "^6.3.0",
|
|
"gensequence": "^5.0.2",
|
|
"import-fresh": "^3.3.0",
|
|
"resolve-from": "^5.0.0",
|
|
"vscode-languageserver-textdocument": "^1.0.8",
|
|
"vscode-uri": "^3.0.7"
|
|
},
|
|
"dependencies": {
|
|
"cosmiconfig": {
|
|
"version": "8.0.0",
|
|
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz",
|
|
"integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^4.1.0",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0"
|
|
}
|
|
},
|
|
"find-up": {
|
|
"version": "6.3.0",
|
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz",
|
|
"integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "7.2.0",
|
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz",
|
|
"integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^6.0.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "4.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz",
|
|
"integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==",
|
|
"dev": true,
|
|
"requires": {
|
|
"yocto-queue": "^1.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz",
|
|
"integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^4.0.0"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "5.0.0",
|
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
|
|
"integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==",
|
|
"dev": true
|
|
},
|
|
"yocto-queue": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz",
|
|
"integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"cspell-trie-lib": {
|
|
"version": "7.3.2",
|
|
"resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-7.3.2.tgz",
|
|
"integrity": "sha512-IXNCWBw4UDZuY6MB+j7YNdcDpTdcfElsLkwTV8fEmNfUeClJacn2mQicQ/LKZJLvOc1TNbcSPWSCe3kQA+uxNw==",
|
|
"dev": true,
|
|
"requires": {
|
|
"@cspell/cspell-pipe": "7.3.2",
|
|
"@cspell/cspell-types": "7.3.2",
|
|
"gensequence": "^5.0.2"
|
|
}
|
|
},
|
|
"custom-event": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"cycle": {
|
|
"version": "1.0.3"
|
|
},
|
|
"data-uri-to-buffer": {
|
|
"version": "5.0.1",
|
|
"dev": true
|
|
},
|
|
"datastore-core": {
|
|
"version": "9.2.2",
|
|
"requires": {
|
|
"@libp2p/logger": "^3.0.0",
|
|
"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.0",
|
|
"it-pipe": "^3.0.0",
|
|
"it-pushable": "^3.0.0",
|
|
"it-sort": "^3.0.1",
|
|
"it-take": "^3.0.1",
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"it-filter": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"it-peekable": "^3.0.0"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "12.0.1"
|
|
}
|
|
}
|
|
},
|
|
"date-fns": {
|
|
"version": "1.30.1"
|
|
},
|
|
"date-format": {
|
|
"version": "4.0.14",
|
|
"dev": true
|
|
},
|
|
"dateformat": {
|
|
"version": "3.0.3"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"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-extend": {
|
|
"version": "0.6.0"
|
|
},
|
|
"deep-is": {
|
|
"version": "0.1.4"
|
|
},
|
|
"deepmerge": {
|
|
"version": "4.3.0",
|
|
"dev": true
|
|
},
|
|
"deepmerge-ts": {
|
|
"version": "5.1.0",
|
|
"dev": true
|
|
},
|
|
"default-browser": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"bundle-name": "^3.0.0",
|
|
"default-browser-id": "^3.0.0",
|
|
"execa": "^7.1.1",
|
|
"titleize": "^3.0.0"
|
|
}
|
|
},
|
|
"default-browser-id": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"bplist-parser": "^0.2.0",
|
|
"untildify": "^4.0.0"
|
|
}
|
|
},
|
|
"default-gateway": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"execa": "^5.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"
|
|
}
|
|
}
|
|
},
|
|
"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-lazy-prop": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"define-properties": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"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"
|
|
}
|
|
},
|
|
"estraverse": {
|
|
"version": "5.3.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"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": {
|
|
"array-union": {
|
|
"version": "2.1.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"delay": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/delay/-/delay-6.0.0.tgz",
|
|
"integrity": "sha512-2NJozoOHQ4NuZuVIr5CWd0iiLVIRSDepakaovIN+9eIDHEhdCAEvSy2cuf1DCrPPQLvHmbqTHODlhHg8UCy4zw=="
|
|
},
|
|
"denque": {
|
|
"version": "2.1.0"
|
|
},
|
|
"depcheck": {
|
|
"version": "1.4.3",
|
|
"requires": {
|
|
"@babel/parser": "7.16.4",
|
|
"@babel/traverse": "^7.12.5",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"camelcase": "^6.2.0",
|
|
"cosmiconfig": "^7.0.0",
|
|
"debug": "^4.2.0",
|
|
"deps-regex": "^0.1.4",
|
|
"ignore": "^5.1.8",
|
|
"is-core-module": "^2.4.0",
|
|
"js-yaml": "^3.14.0",
|
|
"json5": "^2.1.3",
|
|
"lodash": "^4.17.20",
|
|
"minimatch": "^3.0.4",
|
|
"multimatch": "^5.0.0",
|
|
"please-upgrade-node": "^3.2.0",
|
|
"query-ast": "^1.0.3",
|
|
"readdirp": "^3.5.0",
|
|
"require-package-name": "^2.0.1",
|
|
"resolve": "^1.18.1",
|
|
"sass": "^1.29.0",
|
|
"scss-parser": "^1.0.4",
|
|
"semver": "^7.3.2",
|
|
"yargs": "^16.1.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"argparse": {
|
|
"version": "1.0.10",
|
|
"requires": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"cliui": {
|
|
"version": "7.0.4",
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"cosmiconfig": {
|
|
"version": "7.1.0",
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"yaml": {
|
|
"version": "1.10.2"
|
|
},
|
|
"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.1.4"
|
|
},
|
|
"dequal": {
|
|
"version": "2.0.3"
|
|
},
|
|
"destroy": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"detect-node": {
|
|
"version": "2.1.0",
|
|
"optional": true
|
|
},
|
|
"devlop": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"dequal": "^2.0.0"
|
|
}
|
|
},
|
|
"devtools-protocol": {
|
|
"version": "0.0.981744",
|
|
"dev": true
|
|
},
|
|
"di": {
|
|
"version": "0.0.1",
|
|
"dev": true
|
|
},
|
|
"diff": {
|
|
"version": "5.1.0"
|
|
},
|
|
"dir-glob": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"path-type": "^4.0.0"
|
|
}
|
|
},
|
|
"dns-over-http-resolver": {
|
|
"version": "2.1.1",
|
|
"requires": {
|
|
"debug": "^4.3.1",
|
|
"native-fetch": "^4.0.2",
|
|
"receptacle": "^1.3.2",
|
|
"undici": "^5.12.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"dot-prop": {
|
|
"version": "5.3.0",
|
|
"requires": {
|
|
"is-obj": "^2.0.0"
|
|
}
|
|
},
|
|
"duplexer2": {
|
|
"version": "0.1.4",
|
|
"requires": {
|
|
"readable-stream": "^2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
},
|
|
"debug": {
|
|
"version": "4.3.3",
|
|
"requires": {
|
|
"ms": "2.1.2"
|
|
}
|
|
},
|
|
"diff": {
|
|
"version": "5.0.0"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "4.0.0"
|
|
},
|
|
"find-up": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.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"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"p-locate": "^5.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"
|
|
},
|
|
"p-limit": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"yocto-queue": "^0.1.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"p-limit": "^3.0.2"
|
|
}
|
|
},
|
|
"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.0"
|
|
},
|
|
"wherearewe": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"is-electron": "^2.2.0"
|
|
}
|
|
},
|
|
"workerpool": {
|
|
"version": "6.2.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.492"
|
|
},
|
|
"electron-window": {
|
|
"version": "0.8.1",
|
|
"requires": {
|
|
"is-electron-renderer": "^2.0.0"
|
|
}
|
|
},
|
|
"elegant-spinner": {
|
|
"version": "1.0.1"
|
|
},
|
|
"email-addresses": {
|
|
"version": "5.0.0"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "9.2.2"
|
|
},
|
|
"encodeurl": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"end-of-stream": {
|
|
"version": "1.4.4",
|
|
"requires": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"engine.io": {
|
|
"version": "6.4.1",
|
|
"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.0.3",
|
|
"ws": "~8.11.0"
|
|
},
|
|
"dependencies": {
|
|
"ws": {
|
|
"version": "8.11.0",
|
|
"dev": true,
|
|
"requires": {}
|
|
}
|
|
}
|
|
},
|
|
"engine.io-parser": {
|
|
"version": "5.0.6",
|
|
"dev": true
|
|
},
|
|
"enhanced-resolve": {
|
|
"version": "5.12.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.2.4",
|
|
"tapable": "^2.2.0"
|
|
}
|
|
},
|
|
"ent": {
|
|
"version": "2.2.0",
|
|
"dev": true
|
|
},
|
|
"entities": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"env-ci": {
|
|
"version": "9.1.1",
|
|
"requires": {
|
|
"execa": "^7.0.0",
|
|
"java-properties": "^1.0.2"
|
|
}
|
|
},
|
|
"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.21.2",
|
|
"requires": {
|
|
"array-buffer-byte-length": "^1.0.0",
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"es-set-tostringtag": "^2.0.1",
|
|
"es-to-primitive": "^1.2.1",
|
|
"function.prototype.name": "^1.1.5",
|
|
"get-intrinsic": "^1.2.0",
|
|
"get-symbol-description": "^1.0.0",
|
|
"globalthis": "^1.0.3",
|
|
"gopd": "^1.0.1",
|
|
"has": "^1.0.3",
|
|
"has-property-descriptors": "^1.0.0",
|
|
"has-proto": "^1.0.1",
|
|
"has-symbols": "^1.0.3",
|
|
"internal-slot": "^1.0.5",
|
|
"is-array-buffer": "^3.0.2",
|
|
"is-callable": "^1.2.7",
|
|
"is-negative-zero": "^2.0.2",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.2",
|
|
"is-string": "^1.0.7",
|
|
"is-typed-array": "^1.1.10",
|
|
"is-weakref": "^1.0.2",
|
|
"object-inspect": "^1.12.3",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.4",
|
|
"regexp.prototype.flags": "^1.4.3",
|
|
"safe-regex-test": "^1.0.0",
|
|
"string.prototype.trim": "^1.2.7",
|
|
"string.prototype.trimend": "^1.0.6",
|
|
"string.prototype.trimstart": "^1.0.6",
|
|
"typed-array-length": "^1.0.4",
|
|
"unbox-primitive": "^1.0.2",
|
|
"which-typed-array": "^1.1.9"
|
|
}
|
|
},
|
|
"es-module-lexer": {
|
|
"version": "0.9.3",
|
|
"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"
|
|
},
|
|
"es6-object-assign": {
|
|
"version": "1.1.0"
|
|
},
|
|
"esbuild": {
|
|
"version": "0.19.2",
|
|
"requires": {
|
|
"@esbuild/android-arm": "0.19.2",
|
|
"@esbuild/android-arm64": "0.19.2",
|
|
"@esbuild/android-x64": "0.19.2",
|
|
"@esbuild/darwin-arm64": "0.19.2",
|
|
"@esbuild/darwin-x64": "0.19.2",
|
|
"@esbuild/freebsd-arm64": "0.19.2",
|
|
"@esbuild/freebsd-x64": "0.19.2",
|
|
"@esbuild/linux-arm": "0.19.2",
|
|
"@esbuild/linux-arm64": "0.19.2",
|
|
"@esbuild/linux-ia32": "0.19.2",
|
|
"@esbuild/linux-loong64": "0.19.2",
|
|
"@esbuild/linux-mips64el": "0.19.2",
|
|
"@esbuild/linux-ppc64": "0.19.2",
|
|
"@esbuild/linux-riscv64": "0.19.2",
|
|
"@esbuild/linux-s390x": "0.19.2",
|
|
"@esbuild/linux-x64": "0.19.2",
|
|
"@esbuild/netbsd-x64": "0.19.2",
|
|
"@esbuild/openbsd-x64": "0.19.2",
|
|
"@esbuild/sunos-x64": "0.19.2",
|
|
"@esbuild/win32-arm64": "0.19.2",
|
|
"@esbuild/win32-ia32": "0.19.2",
|
|
"@esbuild/win32-x64": "0.19.2"
|
|
}
|
|
},
|
|
"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": "1.0.5"
|
|
},
|
|
"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": {
|
|
"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.47.0",
|
|
"requires": {
|
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
"@eslint-community/regexpp": "^4.6.1",
|
|
"@eslint/eslintrc": "^2.1.2",
|
|
"@eslint/js": "^8.47.0",
|
|
"@humanwhocodes/config-array": "^0.11.10",
|
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
"@nodelib/fs.walk": "^1.2.8",
|
|
"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"
|
|
}
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "4.0.0"
|
|
},
|
|
"eslint-scope": {
|
|
"version": "7.2.2",
|
|
"requires": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^5.2.0"
|
|
}
|
|
},
|
|
"estraverse": {
|
|
"version": "5.3.0"
|
|
},
|
|
"find-up": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"glob-parent": {
|
|
"version": "6.0.2",
|
|
"requires": {
|
|
"is-glob": "^4.0.3"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"p-locate": "^5.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"
|
|
}
|
|
},
|
|
"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-config-ipfs": {
|
|
"version": "5.0.1",
|
|
"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"
|
|
}
|
|
},
|
|
"array-union": {
|
|
"version": "2.1.0"
|
|
},
|
|
"eslint-config-standard-with-typescript": {
|
|
"version": "37.0.0",
|
|
"requires": {
|
|
"@typescript-eslint/parser": "^5.52.0",
|
|
"eslint-config-standard": "17.1.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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.7",
|
|
"requires": {
|
|
"debug": "^3.2.7",
|
|
"is-core-module": "^2.11.0",
|
|
"resolve": "^1.22.1"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.2.7",
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-module-utils": {
|
|
"version": "2.7.4",
|
|
"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.2.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"@eslint-community/eslint-utils": "^4.1.2",
|
|
"@eslint-community/regexpp": "^4.6.0"
|
|
}
|
|
},
|
|
"eslint-plugin-eslint-comments": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"escape-string-regexp": "^1.0.5",
|
|
"ignore": "^5.0.5"
|
|
}
|
|
},
|
|
"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.0",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-import": {
|
|
"version": "2.27.5",
|
|
"requires": {
|
|
"array-includes": "^3.1.6",
|
|
"array.prototype.flat": "^1.3.1",
|
|
"array.prototype.flatmap": "^1.3.1",
|
|
"debug": "^3.2.7",
|
|
"doctrine": "^2.1.0",
|
|
"eslint-import-resolver-node": "^0.3.7",
|
|
"eslint-module-utils": "^2.7.4",
|
|
"has": "^1.0.3",
|
|
"is-core-module": "^2.11.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^3.1.2",
|
|
"object.values": "^1.1.6",
|
|
"resolve": "^1.22.1",
|
|
"semver": "^6.3.0",
|
|
"tsconfig-paths": "^3.14.1"
|
|
},
|
|
"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.0"
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-jsdoc": {
|
|
"version": "46.4.6",
|
|
"requires": {
|
|
"@es-joy/jsdoccomment": "~0.40.1",
|
|
"are-docs-informative": "^0.0.2",
|
|
"comment-parser": "1.4.0",
|
|
"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": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": {
|
|
"version": "4.0.0"
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-n": {
|
|
"version": "16.0.1",
|
|
"peer": true,
|
|
"requires": {
|
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
"builtins": "^5.0.1",
|
|
"eslint-plugin-es-x": "^7.1.0",
|
|
"ignore": "^5.2.4",
|
|
"is-core-module": "^2.12.1",
|
|
"minimatch": "^3.1.2",
|
|
"resolve": "^1.22.2",
|
|
"semver": "^7.5.3"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"peer": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"prettier-linter-helpers": "^1.0.0",
|
|
"synckit": "^0.8.5"
|
|
}
|
|
},
|
|
"eslint-plugin-promise": {
|
|
"version": "6.1.1",
|
|
"requires": {}
|
|
},
|
|
"eslint-scope": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"estraverse": {
|
|
"version": "5.3.0"
|
|
}
|
|
}
|
|
},
|
|
"esrecurse": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"dependencies": {
|
|
"estraverse": {
|
|
"version": "5.3.0"
|
|
}
|
|
}
|
|
},
|
|
"estimo": {
|
|
"version": "2.3.6",
|
|
"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"
|
|
}
|
|
},
|
|
"estraverse": {
|
|
"version": "4.3.0"
|
|
},
|
|
"estree-walker": {
|
|
"version": "2.0.2"
|
|
},
|
|
"esutils": {
|
|
"version": "2.0.3"
|
|
},
|
|
"event-iterator": {
|
|
"version": "2.0.0"
|
|
},
|
|
"eventemitter3": {
|
|
"version": "4.0.7"
|
|
},
|
|
"events": {
|
|
"version": "3.3.0"
|
|
},
|
|
"execa": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.3",
|
|
"get-stream": "^6.0.1",
|
|
"human-signals": "^4.3.0",
|
|
"is-stream": "^3.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^5.1.0",
|
|
"onetime": "^6.0.0",
|
|
"signal-exit": "^3.0.7",
|
|
"strip-final-newline": "^3.0.0"
|
|
}
|
|
},
|
|
"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.12.0",
|
|
"requires": {
|
|
"pure-rand": "^6.0.0"
|
|
}
|
|
},
|
|
"fast-deep-equal": {
|
|
"version": "3.1.3"
|
|
},
|
|
"fast-diff": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"fast-equals": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.0.1.tgz",
|
|
"integrity": "sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ==",
|
|
"dev": true
|
|
},
|
|
"fast-fifo": {
|
|
"version": "1.3.2",
|
|
"dev": true
|
|
},
|
|
"fast-glob": {
|
|
"version": "3.3.1",
|
|
"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"
|
|
}
|
|
},
|
|
"fast-json-stable-stringify": {
|
|
"version": "2.1.0"
|
|
},
|
|
"fast-levenshtein": {
|
|
"version": "2.0.6"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"flat-cache": "^3.0.4"
|
|
}
|
|
},
|
|
"file-url": {
|
|
"version": "3.0.0"
|
|
},
|
|
"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": "0.1.0",
|
|
"dev": true
|
|
},
|
|
"find-up": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.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"
|
|
}
|
|
},
|
|
"flat": {
|
|
"version": "5.0.2"
|
|
},
|
|
"flat-cache": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"flatted": "^3.1.0",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
},
|
|
"flatted": {
|
|
"version": "3.2.7"
|
|
},
|
|
"follow-redirects": {
|
|
"version": "1.15.2",
|
|
"dev": true
|
|
},
|
|
"for-each": {
|
|
"version": "0.3.3",
|
|
"requires": {
|
|
"is-callable": "^1.1.3"
|
|
}
|
|
},
|
|
"foreground-child": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
},
|
|
"form-data-encoder": {
|
|
"version": "2.1.4"
|
|
},
|
|
"freeport-promise": {
|
|
"version": "2.0.0"
|
|
},
|
|
"from2": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"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.2",
|
|
"optional": true
|
|
},
|
|
"function-bind": {
|
|
"version": "1.1.1"
|
|
},
|
|
"function.prototype.name": {
|
|
"version": "1.1.5",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.0",
|
|
"functions-have-names": "^1.2.2"
|
|
}
|
|
},
|
|
"functions-have-names": {
|
|
"version": "1.2.3"
|
|
},
|
|
"gensequence": {
|
|
"version": "5.0.2",
|
|
"resolved": "https://registry.npmjs.org/gensequence/-/gensequence-5.0.2.tgz",
|
|
"integrity": "sha512-JlKEZnFc6neaeSVlkzBGGgkIoIaSxMgvdamRoPN8r3ozm2r9dusqxeKqYQ7lhzmj2UhFQP8nkyfCaiLQxiLrDA==",
|
|
"dev": true
|
|
},
|
|
"gensync": {
|
|
"version": "1.0.0-beta.2"
|
|
},
|
|
"get-caller-file": {
|
|
"version": "2.0.5"
|
|
},
|
|
"get-func-name": {
|
|
"version": "2.0.0"
|
|
},
|
|
"get-intrinsic": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"function-bind": "^1.1.1",
|
|
"has": "^1.0.3",
|
|
"has-symbols": "^1.0.3"
|
|
}
|
|
},
|
|
"get-iterator": {
|
|
"version": "2.0.0"
|
|
},
|
|
"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-uri": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"basic-ftp": "^5.0.2",
|
|
"data-uri-to-buffer": "^5.0.1",
|
|
"debug": "^4.3.4",
|
|
"fs-extra": "^8.1.0"
|
|
}
|
|
},
|
|
"gh-pages": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"async": "^3.2.4",
|
|
"commander": "^2.18.0",
|
|
"email-addresses": "^5.0.0",
|
|
"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",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"github-slugger": {
|
|
"version": "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"
|
|
}
|
|
},
|
|
"glob-parent": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"is-glob": "^4.0.1"
|
|
}
|
|
},
|
|
"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-dirs": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"ini": "2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ini": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"globals": {
|
|
"version": "13.21.0",
|
|
"requires": {
|
|
"type-fest": "^0.20.2"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "0.20.2"
|
|
}
|
|
}
|
|
},
|
|
"globalthis": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"define-properties": "^1.1.3"
|
|
}
|
|
},
|
|
"globby": {
|
|
"version": "6.1.0",
|
|
"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"
|
|
}
|
|
},
|
|
"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.10"
|
|
},
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz",
|
|
"integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==",
|
|
"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"
|
|
}
|
|
},
|
|
"has-yarn": {
|
|
"version": "3.0.0"
|
|
},
|
|
"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"
|
|
},
|
|
"hook-std": {
|
|
"version": "3.0.0"
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"lru-cache": "^6.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"
|
|
}
|
|
},
|
|
"http-proxy-agent": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"agent-base": "^7.1.0",
|
|
"debug": "^4.3.4"
|
|
},
|
|
"dependencies": {
|
|
"agent-base": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"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": "5.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"human-signals": {
|
|
"version": "4.3.0"
|
|
},
|
|
"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
|
|
},
|
|
"immutable": {
|
|
"version": "4.3.2"
|
|
},
|
|
"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": {
|
|
"version": "4.0.0"
|
|
},
|
|
"import-lazy": {
|
|
"version": "4.0.0"
|
|
},
|
|
"import-meta-resolve": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-3.0.0.tgz",
|
|
"integrity": "sha512-4IwhLhNNA8yy445rPjD/lWh++7hMDOml2eHtd58eG7h+qK3EryMuuRbsHGPikCoAgIkkDnckKfWSk2iDla/ejg==",
|
|
"dev": true
|
|
},
|
|
"imurmurhash": {
|
|
"version": "0.1.4"
|
|
},
|
|
"indent-string": {
|
|
"version": "4.0.0"
|
|
},
|
|
"inflight": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"inherits": {
|
|
"version": "2.0.4"
|
|
},
|
|
"ini": {
|
|
"version": "1.3.8"
|
|
},
|
|
"interface-datastore": {
|
|
"version": "8.2.4",
|
|
"requires": {
|
|
"interface-store": "^5.0.0",
|
|
"nanoid": "^4.0.0",
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": {
|
|
"version": "4.0.1"
|
|
}
|
|
}
|
|
},
|
|
"interface-store": {
|
|
"version": "5.1.3"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"invariant": {
|
|
"version": "2.2.4",
|
|
"requires": {
|
|
"loose-envify": "^1.0.0"
|
|
}
|
|
},
|
|
"ip": {
|
|
"version": "1.1.8",
|
|
"dev": true
|
|
},
|
|
"ip-regex": {
|
|
"version": "5.0.0"
|
|
},
|
|
"ipaddr.js": {
|
|
"version": "2.0.1"
|
|
},
|
|
"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": "2.0.0",
|
|
"requires": {
|
|
"ci-info": "^2.0.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-docker": {
|
|
"version": "2.2.1"
|
|
},
|
|
"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-inside-container": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"is-docker": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"is-docker": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"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.1"
|
|
},
|
|
"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-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": "5.0.0"
|
|
},
|
|
"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": "1.0.1",
|
|
"requires": {
|
|
"text-extensions": "^1.0.0"
|
|
}
|
|
},
|
|
"is-typed-array": {
|
|
"version": "1.1.10",
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"is-yarn-global": {
|
|
"version": "0.4.1"
|
|
},
|
|
"isarray": {
|
|
"version": "1.0.0"
|
|
},
|
|
"isbinaryfile": {
|
|
"version": "4.0.10",
|
|
"dev": true
|
|
},
|
|
"isexe": {
|
|
"version": "2.0.0"
|
|
},
|
|
"iso-url": {
|
|
"version": "1.2.1"
|
|
},
|
|
"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.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
},
|
|
"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.3"
|
|
},
|
|
"it-batched-bytes": {
|
|
"version": "2.0.3",
|
|
"requires": {
|
|
"p-defer": "^4.0.0",
|
|
"uint8arraylist": "^2.4.1"
|
|
}
|
|
},
|
|
"it-byte-stream": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"it-pushable": "^3.2.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arraylist": "^2.4.1"
|
|
},
|
|
"dependencies": {
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"it-drain": {
|
|
"version": "3.0.2"
|
|
},
|
|
"it-first": {
|
|
"version": "3.0.2"
|
|
},
|
|
"it-handshake": {
|
|
"version": "4.1.3",
|
|
"requires": {
|
|
"it-pushable": "^3.1.0",
|
|
"it-reader": "^6.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"p-defer": "^4.0.0",
|
|
"uint8arraylist": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"it-length-prefixed": {
|
|
"version": "9.0.1",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8-varint": "^1.0.1",
|
|
"uint8arraylist": "^2.0.0",
|
|
"uint8arrays": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"it-length-prefixed-stream": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"it-byte-stream": "^1.0.0",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8-varint": "^1.0.6",
|
|
"uint8arraylist": "^2.4.1"
|
|
},
|
|
"dependencies": {
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"it-map": {
|
|
"version": "3.0.3",
|
|
"requires": {
|
|
"it-peekable": "^3.0.0"
|
|
}
|
|
},
|
|
"it-merge": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"it-pushable": "^3.1.0"
|
|
}
|
|
},
|
|
"it-ndjson": {
|
|
"version": "1.0.3"
|
|
},
|
|
"it-pair": {
|
|
"version": "2.0.6",
|
|
"requires": {
|
|
"it-stream-types": "^2.0.1",
|
|
"p-defer": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"it-parallel": {
|
|
"version": "3.0.3",
|
|
"requires": {
|
|
"p-defer": "^4.0.0"
|
|
}
|
|
},
|
|
"it-peekable": {
|
|
"version": "3.0.1"
|
|
},
|
|
"it-pipe": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"it-merge": "^3.0.0",
|
|
"it-pushable": "^3.1.2",
|
|
"it-stream-types": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"it-protobuf-stream": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"it-length-prefixed-stream": "^1.0.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8-varint": "^1.0.6",
|
|
"uint8arraylist": "^2.4.1"
|
|
},
|
|
"dependencies": {
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"it-pushable": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"p-defer": "^4.0.0"
|
|
}
|
|
},
|
|
"it-reader": {
|
|
"version": "6.0.2",
|
|
"requires": {
|
|
"it-stream-types": "^1.0.4",
|
|
"uint8arraylist": "^2.0.0"
|
|
}
|
|
},
|
|
"it-sort": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"it-all": "^3.0.0"
|
|
}
|
|
},
|
|
"it-stream-types": {
|
|
"version": "1.0.5"
|
|
},
|
|
"it-take": {
|
|
"version": "3.0.2"
|
|
},
|
|
"it-to-buffer": {
|
|
"version": "4.0.2",
|
|
"requires": {
|
|
"uint8arrays": "^4.0.2"
|
|
}
|
|
},
|
|
"it-ws": {
|
|
"version": "6.0.5",
|
|
"requires": {
|
|
"@types/ws": "^8.2.2",
|
|
"event-iterator": "^2.0.0",
|
|
"iso-url": "^1.1.2",
|
|
"it-stream-types": "^2.0.1",
|
|
"uint8arrays": "^4.0.2",
|
|
"ws": "^8.4.0"
|
|
},
|
|
"dependencies": {
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"jackspeak": {
|
|
"version": "2.3.0",
|
|
"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.8.0"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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": {
|
|
"@babel/parser": {
|
|
"version": "7.21.2",
|
|
"dev": true
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"mkdirp": {
|
|
"version": "1.0.4",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"jsdoc-type-pratt-parser": {
|
|
"version": "4.0.0"
|
|
},
|
|
"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": "2.2.3"
|
|
},
|
|
"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.1",
|
|
"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
|
|
},
|
|
"cliui": {
|
|
"version": "7.0.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
}
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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-mocha": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"minimist": "^1.2.3"
|
|
}
|
|
},
|
|
"karma-webpack": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"glob": "^7.1.3",
|
|
"minimatch": "^3.0.4",
|
|
"webpack-merge": "^4.1.5"
|
|
}
|
|
},
|
|
"keyv": {
|
|
"version": "4.5.3",
|
|
"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": "0.46.8",
|
|
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-0.46.8.tgz",
|
|
"integrity": "sha512-ZEzItnKbZm8V97VVlsWq2afbUyq8sYeynHS5+b5sbByD+vsw3WMhsp4SrDkT7DAsONp4Vgn/aey7RCJIkQ6OUA==",
|
|
"requires": {
|
|
"@achingbrain/nat-port-mapper": "^1.0.9",
|
|
"@libp2p/crypto": "^2.0.3",
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@libp2p/interface-internal": "^0.1.4",
|
|
"@libp2p/keychain": "^3.0.3",
|
|
"@libp2p/logger": "^3.0.2",
|
|
"@libp2p/multistream-select": "^4.0.2",
|
|
"@libp2p/peer-collections": "^4.0.3",
|
|
"@libp2p/peer-id": "^3.0.2",
|
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
"@libp2p/peer-record": "^6.0.3",
|
|
"@libp2p/peer-store": "^9.0.3",
|
|
"@libp2p/utils": "^4.0.2",
|
|
"@multiformats/mafmt": "^12.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"@multiformats/multiaddr-matcher": "^1.0.0",
|
|
"abortable-iterator": "^5.0.1",
|
|
"any-signal": "^4.1.1",
|
|
"datastore-core": "^9.0.1",
|
|
"delay": "^6.0.0",
|
|
"interface-datastore": "^8.2.0",
|
|
"it-all": "^3.0.2",
|
|
"it-drain": "^3.0.2",
|
|
"it-filter": "^3.0.1",
|
|
"it-first": "^3.0.1",
|
|
"it-handshake": "^4.1.3",
|
|
"it-length-prefixed": "^9.0.1",
|
|
"it-map": "^3.0.3",
|
|
"it-merge": "^3.0.0",
|
|
"it-pair": "^2.0.6",
|
|
"it-parallel": "^3.0.0",
|
|
"it-pipe": "^3.0.1",
|
|
"it-protobuf-stream": "^1.0.0",
|
|
"it-stream-types": "^2.0.1",
|
|
"merge-options": "^3.0.4",
|
|
"multiformats": "^12.0.1",
|
|
"p-defer": "^4.0.0",
|
|
"p-queue": "^7.3.4",
|
|
"p-retry": "^6.0.0",
|
|
"private-ip": "^3.0.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"rate-limiter-flexible": "^3.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6",
|
|
"wherearewe": "^2.0.1",
|
|
"xsalsa20": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@libp2p/crypto": {
|
|
"version": "2.0.3",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/crypto/-/crypto-2.0.3.tgz",
|
|
"integrity": "sha512-VLhjdkJe8b/vedHp7SosDs62Yxq1i05Ej/YdVaEdWQdJsBRHCwbRlS4hPg3vm21U5hLF0g958r/927Vd/wamZw==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@noble/curves": "^1.1.0",
|
|
"@noble/hashes": "^1.3.1",
|
|
"multiformats": "^12.0.1",
|
|
"node-forge": "^1.1.0",
|
|
"protons-runtime": "^5.0.0",
|
|
"uint8arraylist": "^2.4.3",
|
|
"uint8arrays": "^4.0.6"
|
|
}
|
|
},
|
|
"@libp2p/logger": {
|
|
"version": "3.0.2",
|
|
"resolved": "https://registry.npmjs.org/@libp2p/logger/-/logger-3.0.2.tgz",
|
|
"integrity": "sha512-2JtRGBXiGfm1t5XneUIXQ2JusW7QwyYmxsW7hSAYS5J73RQJUicpt5le5obVRt7+OM39ei+nWEuC6Xvm1ugHkw==",
|
|
"requires": {
|
|
"@libp2p/interface": "^0.1.2",
|
|
"@multiformats/multiaddr": "^12.1.5",
|
|
"debug": "^4.3.4",
|
|
"interface-datastore": "^8.2.0",
|
|
"multiformats": "^12.0.1"
|
|
}
|
|
},
|
|
"@types/retry": {
|
|
"version": "0.12.2",
|
|
"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.2.tgz",
|
|
"integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow=="
|
|
},
|
|
"it-filter": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"it-peekable": "^3.0.0"
|
|
}
|
|
},
|
|
"it-stream-types": {
|
|
"version": "2.0.1"
|
|
},
|
|
"multiformats": {
|
|
"version": "12.1.1",
|
|
"resolved": "https://registry.npmjs.org/multiformats/-/multiformats-12.1.1.tgz",
|
|
"integrity": "sha512-GBSToTmri2vJYs8wqcZQ8kB21dCaeTOzHTIAlr8J06C1eL6UbzqURXFZ5Fl0EYm9GAFz1IlYY8SxGOs9G9NJRg=="
|
|
},
|
|
"p-retry": {
|
|
"version": "6.0.0",
|
|
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.0.0.tgz",
|
|
"integrity": "sha512-6NuuXu8Upembd4sNdo4PRbs+M6aHgBTrFE6lkH0YKjVzne3cDW4gkncB98ty/bkMxLxLVNeD5bX9FyWjM7WZ+A==",
|
|
"requires": {
|
|
"@types/retry": "0.12.2",
|
|
"retry": "^0.13.1"
|
|
}
|
|
},
|
|
"rate-limiter-flexible": {
|
|
"version": "3.0.0",
|
|
"resolved": "https://registry.npmjs.org/rate-limiter-flexible/-/rate-limiter-flexible-3.0.0.tgz",
|
|
"integrity": "sha512-janAJkWxWxmLka0hV+XvCTo0M8keeSeOuz8ZL33cTXrkS4ek9mQ2VJm9ri7fm03oTVth19Sfqb1ijCmo7K/vAg=="
|
|
}
|
|
}
|
|
},
|
|
"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": "13.2.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "5.2.0",
|
|
"cli-truncate": "^3.1.0",
|
|
"commander": "^10.0.0",
|
|
"debug": "^4.3.4",
|
|
"execa": "^7.0.0",
|
|
"lilconfig": "2.1.0",
|
|
"listr2": "^5.0.7",
|
|
"micromatch": "^4.0.5",
|
|
"normalize-path": "^3.0.0",
|
|
"object-inspect": "^1.12.3",
|
|
"pidtree": "^0.6.0",
|
|
"string-argv": "^0.3.1",
|
|
"yaml": "^2.2.2"
|
|
},
|
|
"dependencies": {
|
|
"commander": {
|
|
"version": "10.0.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"
|
|
},
|
|
"rxjs": {
|
|
"version": "6.6.7",
|
|
"requires": {
|
|
"tslib": "^1.9.0"
|
|
}
|
|
},
|
|
"tslib": {
|
|
"version": "1.14.1"
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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": {
|
|
"ansi-styles": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"color-convert": "^1.9.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "1.9.3",
|
|
"requires": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.3"
|
|
},
|
|
"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": "5.0.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"cli-truncate": "^2.1.0",
|
|
"colorette": "^2.0.19",
|
|
"log-update": "^4.0.0",
|
|
"p-map": "^4.0.0",
|
|
"rfdc": "^1.3.0",
|
|
"rxjs": "^7.8.0",
|
|
"through": "^2.3.8",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"dev": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"cli-truncate": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"slice-ansi": "^3.0.0",
|
|
"string-width": "^4.2.0"
|
|
}
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"slice-ansi": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"astral-regex": "^2.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"pify": {
|
|
"version": "3.0.0"
|
|
},
|
|
"strip-bom": {
|
|
"version": "3.0.0"
|
|
}
|
|
}
|
|
},
|
|
"loader-runner": {
|
|
"version": "4.3.0",
|
|
"dev": true
|
|
},
|
|
"locate-path": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"p-locate": "^4.1.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.ismatch": {
|
|
"version": "4.4.0"
|
|
},
|
|
"lodash.isplainobject": {
|
|
"version": "4.0.6"
|
|
},
|
|
"lodash.isstring": {
|
|
"version": "4.0.1"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^2.0.0"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"log-update": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-escapes": "^4.3.0",
|
|
"cli-cursor": "^3.1.0",
|
|
"slice-ansi": "^4.0.0",
|
|
"wrap-ansi": "^6.2.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"dev": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"slice-ansi": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"astral-regex": "^2.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0"
|
|
}
|
|
},
|
|
"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": "6.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.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"
|
|
},
|
|
"longbits": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"byte-access": "^1.0.1",
|
|
"uint8arraylist": "^2.0.0"
|
|
}
|
|
},
|
|
"longest-streak": {
|
|
"version": "3.1.0"
|
|
},
|
|
"loose-envify": {
|
|
"version": "1.4.0",
|
|
"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.27.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@jridgewell/sourcemap-codec": "^1.4.13"
|
|
}
|
|
},
|
|
"make-dir": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"semver": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.0"
|
|
}
|
|
}
|
|
},
|
|
"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": "5.2.0",
|
|
"requires": {
|
|
"ansi-escapes": "^6.2.0",
|
|
"cardinal": "^2.1.1",
|
|
"chalk": "^5.2.0",
|
|
"cli-table3": "^0.6.3",
|
|
"node-emoji": "^1.11.0",
|
|
"supports-hyperlinks": "^2.3.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-escapes": {
|
|
"version": "6.2.0",
|
|
"requires": {
|
|
"type-fest": "^3.0.0"
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "3.13.1"
|
|
}
|
|
}
|
|
},
|
|
"matcher": {
|
|
"version": "3.0.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"escape-string-regexp": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"matchit": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"@arr/every": "^1.0.0"
|
|
}
|
|
},
|
|
"mdast-util-find-and-replace": {
|
|
"version": "3.0.0",
|
|
"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"
|
|
}
|
|
},
|
|
"mdast-util-toc": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"@types/mdast": "^4.0.0",
|
|
"@types/ungap__structured-clone": "^0.3.0",
|
|
"@ungap/structured-clone": "^1.0.0",
|
|
"github-slugger": "^2.0.0",
|
|
"mdast-util-to-string": "^4.0.0",
|
|
"unist-util-is": "^6.0.0",
|
|
"unist-util-visit": "^5.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": "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": {
|
|
"hosted-git-info": {
|
|
"version": "2.8.9"
|
|
},
|
|
"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": {
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "5.7.2"
|
|
},
|
|
"type-fest": {
|
|
"version": "0.18.1"
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.9"
|
|
}
|
|
}
|
|
},
|
|
"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.0",
|
|
"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": "3.0.0"
|
|
},
|
|
"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"
|
|
},
|
|
"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": {
|
|
"is-plain-obj": {
|
|
"version": "1.1.0"
|
|
}
|
|
}
|
|
},
|
|
"minipass": {
|
|
"version": "3.3.6",
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"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.2.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": "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": {
|
|
"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"
|
|
}
|
|
},
|
|
"diff": {
|
|
"version": "5.0.0"
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "4.0.0"
|
|
},
|
|
"find-up": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.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"
|
|
},
|
|
"dependencies": {
|
|
"minimatch": {
|
|
"version": "3.1.2",
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0"
|
|
},
|
|
"is-unicode-supported": {
|
|
"version": "0.1.0"
|
|
},
|
|
"locate-path": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"p-locate": "^5.0.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"
|
|
},
|
|
"nanoid": {
|
|
"version": "3.3.3"
|
|
},
|
|
"p-limit": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"yocto-queue": "^0.1.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"p-limit": "^3.0.2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"modify-values": {
|
|
"version": "1.0.1"
|
|
},
|
|
"mortice": {
|
|
"version": "3.0.1",
|
|
"resolved": "https://registry.npmjs.org/mortice/-/mortice-3.0.1.tgz",
|
|
"integrity": "sha512-eyDUsl1nCR9+JtNksKnaESLP9MgAXCA4w1LTtsmOSQNsThnv++f36rrBu5fC/fdGIwTJZmbiaR/QewptH93pYA==",
|
|
"requires": {
|
|
"nanoid": "^4.0.0",
|
|
"observable-webworkers": "^2.0.1",
|
|
"p-queue": "^7.2.0",
|
|
"p-timeout": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": {
|
|
"version": "4.0.2",
|
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-4.0.2.tgz",
|
|
"integrity": "sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw=="
|
|
}
|
|
}
|
|
},
|
|
"mri": {
|
|
"version": "1.2.0"
|
|
},
|
|
"mrmime": {
|
|
"version": "1.0.1"
|
|
},
|
|
"ms": {
|
|
"version": "2.1.2"
|
|
},
|
|
"multiformats": {
|
|
"version": "11.0.2"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"array-union": {
|
|
"version": "2.1.0"
|
|
},
|
|
"arrify": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"mute-stream": {
|
|
"version": "0.0.8"
|
|
},
|
|
"nan": {
|
|
"version": "2.17.0",
|
|
"optional": true
|
|
},
|
|
"nanoid": {
|
|
"version": "3.3.4",
|
|
"dev": true
|
|
},
|
|
"nanospinner": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"picocolors": "^1.0.0"
|
|
}
|
|
},
|
|
"native-fetch": {
|
|
"version": "4.0.2",
|
|
"requires": {}
|
|
},
|
|
"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"
|
|
},
|
|
"nested-error-stacks": {
|
|
"version": "2.1.1"
|
|
},
|
|
"netmask": {
|
|
"version": "2.0.2"
|
|
},
|
|
"nice-try": {
|
|
"version": "1.0.5"
|
|
},
|
|
"nise": {
|
|
"version": "5.1.4",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"node-emoji": {
|
|
"version": "1.11.0",
|
|
"requires": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node-fetch": {
|
|
"version": "2.6.7",
|
|
"dev": true,
|
|
"requires": {
|
|
"whatwg-url": "^5.0.0"
|
|
}
|
|
},
|
|
"node-forge": {
|
|
"version": "1.3.1"
|
|
},
|
|
"node-preload": {
|
|
"version": "0.2.1",
|
|
"requires": {
|
|
"process-on-spawn": "^1.0.0"
|
|
}
|
|
},
|
|
"node-releases": {
|
|
"version": "2.0.13"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"normalize-path": {
|
|
"version": "3.0.0"
|
|
},
|
|
"normalize-url": {
|
|
"version": "8.0.0"
|
|
},
|
|
"npm": {
|
|
"version": "9.8.1",
|
|
"requires": {
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
"@npmcli/arborist": "^6.3.0",
|
|
"@npmcli/config": "^6.2.1",
|
|
"@npmcli/fs": "^3.1.0",
|
|
"@npmcli/map-workspaces": "^3.0.4",
|
|
"@npmcli/package-json": "^4.0.1",
|
|
"@npmcli/promise-spawn": "^6.0.2",
|
|
"@npmcli/run-script": "^6.0.2",
|
|
"abbrev": "^2.0.0",
|
|
"archy": "~1.0.0",
|
|
"cacache": "^17.1.3",
|
|
"chalk": "^5.3.0",
|
|
"ci-info": "^3.8.0",
|
|
"cli-columns": "^4.0.0",
|
|
"cli-table3": "^0.6.3",
|
|
"columnify": "^1.6.0",
|
|
"fastest-levenshtein": "^1.0.16",
|
|
"fs-minipass": "^3.0.2",
|
|
"glob": "^10.2.7",
|
|
"graceful-fs": "^4.2.11",
|
|
"hosted-git-info": "^6.1.1",
|
|
"ini": "^4.1.1",
|
|
"init-package-json": "^5.0.0",
|
|
"is-cidr": "^4.0.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"libnpmaccess": "^7.0.2",
|
|
"libnpmdiff": "^5.0.19",
|
|
"libnpmexec": "^6.0.3",
|
|
"libnpmfund": "^4.0.19",
|
|
"libnpmhook": "^9.0.3",
|
|
"libnpmorg": "^5.0.4",
|
|
"libnpmpack": "^5.0.19",
|
|
"libnpmpublish": "^7.5.0",
|
|
"libnpmsearch": "^6.0.2",
|
|
"libnpmteam": "^5.0.3",
|
|
"libnpmversion": "^4.0.2",
|
|
"make-fetch-happen": "^11.1.1",
|
|
"minimatch": "^9.0.3",
|
|
"minipass": "^5.0.0",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"ms": "^2.1.2",
|
|
"node-gyp": "^9.4.0",
|
|
"nopt": "^7.2.0",
|
|
"npm-audit-report": "^5.0.0",
|
|
"npm-install-checks": "^6.1.1",
|
|
"npm-package-arg": "^10.1.0",
|
|
"npm-pick-manifest": "^8.0.1",
|
|
"npm-profile": "^7.0.1",
|
|
"npm-registry-fetch": "^14.0.5",
|
|
"npm-user-validate": "^2.0.0",
|
|
"npmlog": "^7.0.1",
|
|
"p-map": "^4.0.0",
|
|
"pacote": "^15.2.0",
|
|
"parse-conflict-json": "^3.0.1",
|
|
"proc-log": "^3.0.0",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"read": "^2.1.0",
|
|
"semver": "^7.5.4",
|
|
"sigstore": "^1.7.0",
|
|
"ssri": "^10.0.4",
|
|
"supports-color": "^9.4.0",
|
|
"tar": "^6.1.15",
|
|
"text-table": "~0.2.0",
|
|
"tiny-relative-date": "^1.3.0",
|
|
"treeverse": "^3.0.0",
|
|
"validate-npm-package-name": "^5.0.0",
|
|
"which": "^3.0.1",
|
|
"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": {
|
|
"ansi-regex": {
|
|
"version": "6.0.1",
|
|
"bundled": true
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "7.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^6.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@isaacs/string-locale-compare": {
|
|
"version": "1.1.0",
|
|
"bundled": true
|
|
},
|
|
"@npmcli/arborist": {
|
|
"version": "6.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": "^5.0.0",
|
|
"@npmcli/name-from-folder": "^2.0.0",
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/package-json": "^4.0.0",
|
|
"@npmcli/query": "^3.0.0",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"bin-links": "^4.0.1",
|
|
"cacache": "^17.0.4",
|
|
"common-ancestor-path": "^1.0.1",
|
|
"hosted-git-info": "^6.1.1",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"json-stringify-nice": "^1.1.4",
|
|
"minimatch": "^9.0.0",
|
|
"nopt": "^7.0.0",
|
|
"npm-install-checks": "^6.0.0",
|
|
"npm-package-arg": "^10.1.0",
|
|
"npm-pick-manifest": "^8.0.1",
|
|
"npm-registry-fetch": "^14.0.3",
|
|
"npmlog": "^7.0.1",
|
|
"pacote": "^15.0.8",
|
|
"parse-conflict-json": "^3.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-all-reject-late": "^1.0.0",
|
|
"promise-call-limit": "^1.0.2",
|
|
"read-package-json-fast": "^3.0.2",
|
|
"semver": "^7.3.7",
|
|
"ssri": "^10.0.1",
|
|
"treeverse": "^3.0.0",
|
|
"walk-up-path": "^3.0.1"
|
|
}
|
|
},
|
|
"@npmcli/config": {
|
|
"version": "6.2.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/map-workspaces": "^3.0.2",
|
|
"ci-info": "^3.8.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"
|
|
}
|
|
},
|
|
"@npmcli/fs": {
|
|
"version": "3.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"@npmcli/git": {
|
|
"version": "4.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/promise-spawn": "^6.0.0",
|
|
"lru-cache": "^7.4.4",
|
|
"npm-pick-manifest": "^8.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^3.0.0"
|
|
}
|
|
},
|
|
"@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": "5.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"cacache": "^17.0.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"pacote": "^15.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": "4.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/git": "^4.1.0",
|
|
"glob": "^10.2.2",
|
|
"hosted-git-info": "^6.1.1",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"normalize-package-data": "^5.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.5.3"
|
|
}
|
|
},
|
|
"@npmcli/promise-spawn": {
|
|
"version": "6.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"which": "^3.0.0"
|
|
}
|
|
},
|
|
"@npmcli/query": {
|
|
"version": "3.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"postcss-selector-parser": "^6.0.10"
|
|
}
|
|
},
|
|
"@npmcli/run-script": {
|
|
"version": "6.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/node-gyp": "^3.0.0",
|
|
"@npmcli/promise-spawn": "^6.0.0",
|
|
"node-gyp": "^9.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"which": "^3.0.0"
|
|
}
|
|
},
|
|
"@pkgjs/parseargs": {
|
|
"version": "0.11.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"@sigstore/protobuf-specs": {
|
|
"version": "0.1.0",
|
|
"bundled": true
|
|
},
|
|
"@sigstore/tuf": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@sigstore/protobuf-specs": "^0.1.0",
|
|
"tuf-js": "^1.1.7"
|
|
}
|
|
},
|
|
"@tootallnate/once": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"@tufjs/canonical-json": {
|
|
"version": "1.0.0",
|
|
"bundled": true
|
|
},
|
|
"@tufjs/models": {
|
|
"version": "1.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@tufjs/canonical-json": "1.0.0",
|
|
"minimatch": "^9.0.0"
|
|
}
|
|
},
|
|
"abbrev": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"abort-controller": {
|
|
"version": "3.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"event-target-shim": "^5.0.0"
|
|
}
|
|
},
|
|
"agent-base": {
|
|
"version": "6.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"agentkeepalive": {
|
|
"version": "4.3.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"debug": "^4.1.0",
|
|
"depd": "^2.0.0",
|
|
"humanize-ms": "^1.2.1"
|
|
}
|
|
},
|
|
"aggregate-error": {
|
|
"version": "3.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
}
|
|
},
|
|
"ansi-regex": {
|
|
"version": "5.0.1",
|
|
"bundled": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"aproba": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"archy": {
|
|
"version": "1.0.0",
|
|
"bundled": true
|
|
},
|
|
"are-we-there-yet": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^4.1.0"
|
|
}
|
|
},
|
|
"balanced-match": {
|
|
"version": "1.0.2",
|
|
"bundled": true
|
|
},
|
|
"base64-js": {
|
|
"version": "1.5.1",
|
|
"bundled": true
|
|
},
|
|
"bin-links": {
|
|
"version": "4.0.2",
|
|
"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"
|
|
}
|
|
},
|
|
"buffer": {
|
|
"version": "6.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"builtins": {
|
|
"version": "5.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"semver": "^7.0.0"
|
|
}
|
|
},
|
|
"cacache": {
|
|
"version": "17.1.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/fs": "^3.1.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"glob": "^10.2.2",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^5.0.0",
|
|
"minipass-collect": "^1.0.2",
|
|
"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": "3.8.0",
|
|
"bundled": true
|
|
},
|
|
"cidr-regex": {
|
|
"version": "3.1.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ip-regex": "^4.1.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"
|
|
}
|
|
},
|
|
"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.1",
|
|
"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"
|
|
}
|
|
},
|
|
"common-ancestor-path": {
|
|
"version": "1.0.1",
|
|
"bundled": true
|
|
},
|
|
"concat-map": {
|
|
"version": "0.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"
|
|
}
|
|
},
|
|
"delegates": {
|
|
"version": "1.0.0",
|
|
"bundled": true
|
|
},
|
|
"depd": {
|
|
"version": "2.0.0",
|
|
"bundled": true
|
|
},
|
|
"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
|
|
},
|
|
"event-target-shim": {
|
|
"version": "5.0.1",
|
|
"bundled": true
|
|
},
|
|
"events": {
|
|
"version": "3.3.0",
|
|
"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.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^5.0.0"
|
|
}
|
|
},
|
|
"fs.realpath": {
|
|
"version": "1.0.0",
|
|
"bundled": true
|
|
},
|
|
"function-bind": {
|
|
"version": "1.1.1",
|
|
"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"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "10.2.7",
|
|
"bundled": true,
|
|
"requires": {
|
|
"foreground-child": "^3.1.0",
|
|
"jackspeak": "^2.0.3",
|
|
"minimatch": "^9.0.1",
|
|
"minipass": "^5.0.0 || ^6.0.2",
|
|
"path-scurry": "^1.7.0"
|
|
}
|
|
},
|
|
"graceful-fs": {
|
|
"version": "4.2.11",
|
|
"bundled": true
|
|
},
|
|
"has": {
|
|
"version": "1.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"function-bind": "^1.1.1"
|
|
}
|
|
},
|
|
"has-unicode": {
|
|
"version": "2.0.1",
|
|
"bundled": true
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "6.1.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"lru-cache": "^7.5.1"
|
|
}
|
|
},
|
|
"http-cache-semantics": {
|
|
"version": "4.1.1",
|
|
"bundled": true
|
|
},
|
|
"http-proxy-agent": {
|
|
"version": "5.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@tootallnate/once": "2",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "5.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"humanize-ms": {
|
|
"version": "1.2.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
},
|
|
"iconv-lite": {
|
|
"version": "0.6.3",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
}
|
|
},
|
|
"ieee754": {
|
|
"version": "1.2.1",
|
|
"bundled": true
|
|
},
|
|
"ignore-walk": {
|
|
"version": "6.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minimatch": "^9.0.0"
|
|
}
|
|
},
|
|
"imurmurhash": {
|
|
"version": "0.1.4",
|
|
"bundled": true
|
|
},
|
|
"indent-string": {
|
|
"version": "4.0.0",
|
|
"bundled": true
|
|
},
|
|
"inflight": {
|
|
"version": "1.0.6",
|
|
"bundled": true,
|
|
"requires": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"inherits": {
|
|
"version": "2.0.4",
|
|
"bundled": true
|
|
},
|
|
"ini": {
|
|
"version": "4.1.1",
|
|
"bundled": true
|
|
},
|
|
"init-package-json": {
|
|
"version": "5.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-package-arg": "^10.0.0",
|
|
"promzard": "^1.0.0",
|
|
"read": "^2.0.0",
|
|
"read-package-json": "^6.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": "4.3.0",
|
|
"bundled": true
|
|
},
|
|
"is-cidr": {
|
|
"version": "4.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"cidr-regex": "^3.1.1"
|
|
}
|
|
},
|
|
"is-core-module": {
|
|
"version": "2.12.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"has": "^1.0.3"
|
|
}
|
|
},
|
|
"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.2.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@isaacs/cliui": "^8.0.2",
|
|
"@pkgjs/parseargs": "^0.11.0"
|
|
}
|
|
},
|
|
"json-parse-even-better-errors": {
|
|
"version": "3.0.0",
|
|
"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": "7.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-package-arg": "^10.1.0",
|
|
"npm-registry-fetch": "^14.0.3"
|
|
}
|
|
},
|
|
"libnpmdiff": {
|
|
"version": "5.0.19",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/arborist": "^6.3.0",
|
|
"@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": "^10.1.0",
|
|
"pacote": "^15.0.8",
|
|
"tar": "^6.1.13"
|
|
}
|
|
},
|
|
"libnpmexec": {
|
|
"version": "6.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/arborist": "^6.3.0",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"ci-info": "^3.7.1",
|
|
"npm-package-arg": "^10.1.0",
|
|
"npmlog": "^7.0.1",
|
|
"pacote": "^15.0.8",
|
|
"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": "4.0.19",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/arborist": "^6.3.0"
|
|
}
|
|
},
|
|
"libnpmhook": {
|
|
"version": "9.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^14.0.3"
|
|
}
|
|
},
|
|
"libnpmorg": {
|
|
"version": "5.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^14.0.3"
|
|
}
|
|
},
|
|
"libnpmpack": {
|
|
"version": "5.0.19",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/arborist": "^6.3.0",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"npm-package-arg": "^10.1.0",
|
|
"pacote": "^15.0.8"
|
|
}
|
|
},
|
|
"libnpmpublish": {
|
|
"version": "7.5.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ci-info": "^3.6.1",
|
|
"normalize-package-data": "^5.0.0",
|
|
"npm-package-arg": "^10.1.0",
|
|
"npm-registry-fetch": "^14.0.3",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.7",
|
|
"sigstore": "^1.4.0",
|
|
"ssri": "^10.0.1"
|
|
}
|
|
},
|
|
"libnpmsearch": {
|
|
"version": "6.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-registry-fetch": "^14.0.3"
|
|
}
|
|
},
|
|
"libnpmteam": {
|
|
"version": "5.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^14.0.3"
|
|
}
|
|
},
|
|
"libnpmversion": {
|
|
"version": "4.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/git": "^4.0.1",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.7"
|
|
}
|
|
},
|
|
"lru-cache": {
|
|
"version": "7.18.3",
|
|
"bundled": true
|
|
},
|
|
"make-fetch-happen": {
|
|
"version": "11.1.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"agentkeepalive": "^4.2.1",
|
|
"cacache": "^17.0.0",
|
|
"http-cache-semantics": "^4.1.1",
|
|
"http-proxy-agent": "^5.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^7.7.1",
|
|
"minipass": "^5.0.0",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.3",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^7.0.0",
|
|
"ssri": "^10.0.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "9.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
},
|
|
"minipass": {
|
|
"version": "5.0.0",
|
|
"bundled": true
|
|
},
|
|
"minipass-collect": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"minipass": {
|
|
"version": "3.3.6",
|
|
"bundled": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"minipass-fetch": {
|
|
"version": "3.0.3",
|
|
"bundled": true,
|
|
"requires": {
|
|
"encoding": "^0.1.13",
|
|
"minipass": "^5.0.0",
|
|
"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": "9.4.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"env-paths": "^2.2.0",
|
|
"exponential-backoff": "^3.1.1",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.6",
|
|
"make-fetch-happen": "^11.0.3",
|
|
"nopt": "^6.0.0",
|
|
"npmlog": "^6.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"abbrev": {
|
|
"version": "1.1.1",
|
|
"bundled": true
|
|
},
|
|
"are-we-there-yet": {
|
|
"version": "3.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
}
|
|
},
|
|
"brace-expansion": {
|
|
"version": "1.1.11",
|
|
"bundled": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"gauge": {
|
|
"version": "4.0.4",
|
|
"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": "^3.0.7",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.5"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"bundled": 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"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "3.1.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
},
|
|
"nopt": {
|
|
"version": "6.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"abbrev": "^1.0.0"
|
|
}
|
|
},
|
|
"npmlog": {
|
|
"version": "6.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"are-we-there-yet": "^3.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^4.0.3",
|
|
"set-blocking": "^2.0.0"
|
|
}
|
|
},
|
|
"readable-stream": {
|
|
"version": "3.6.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
},
|
|
"signal-exit": {
|
|
"version": "3.0.7",
|
|
"bundled": true
|
|
},
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"nopt": {
|
|
"version": "7.2.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"abbrev": "^2.0.0"
|
|
}
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "5.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"hosted-git-info": "^6.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.1.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"semver": "^7.1.1"
|
|
}
|
|
},
|
|
"npm-normalize-package-bin": {
|
|
"version": "3.0.1",
|
|
"bundled": true
|
|
},
|
|
"npm-package-arg": {
|
|
"version": "10.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
}
|
|
},
|
|
"npm-packlist": {
|
|
"version": "7.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ignore-walk": "^6.0.0"
|
|
}
|
|
},
|
|
"npm-pick-manifest": {
|
|
"version": "8.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-install-checks": "^6.0.0",
|
|
"npm-normalize-package-bin": "^3.0.0",
|
|
"npm-package-arg": "^10.0.0",
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"npm-profile": {
|
|
"version": "7.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"npm-registry-fetch": "^14.0.0",
|
|
"proc-log": "^3.0.0"
|
|
}
|
|
},
|
|
"npm-registry-fetch": {
|
|
"version": "14.0.5",
|
|
"bundled": true,
|
|
"requires": {
|
|
"make-fetch-happen": "^11.0.0",
|
|
"minipass": "^5.0.0",
|
|
"minipass-fetch": "^3.0.0",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.1.2",
|
|
"npm-package-arg": "^10.0.0",
|
|
"proc-log": "^3.0.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"once": {
|
|
"version": "1.4.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"p-map": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0"
|
|
}
|
|
},
|
|
"pacote": {
|
|
"version": "15.2.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@npmcli/git": "^4.0.0",
|
|
"@npmcli/installed-package-contents": "^2.0.1",
|
|
"@npmcli/promise-spawn": "^6.0.1",
|
|
"@npmcli/run-script": "^6.0.0",
|
|
"cacache": "^17.0.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"minipass": "^5.0.0",
|
|
"npm-package-arg": "^10.0.0",
|
|
"npm-packlist": "^7.0.0",
|
|
"npm-pick-manifest": "^8.0.0",
|
|
"npm-registry-fetch": "^14.0.0",
|
|
"proc-log": "^3.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"read-package-json": "^6.0.0",
|
|
"read-package-json-fast": "^3.0.0",
|
|
"sigstore": "^1.3.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-is-absolute": {
|
|
"version": "1.0.1",
|
|
"bundled": true
|
|
},
|
|
"path-key": {
|
|
"version": "3.1.1",
|
|
"bundled": true
|
|
},
|
|
"path-scurry": {
|
|
"version": "1.9.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"lru-cache": "^9.1.1",
|
|
"minipass": "^5.0.0 || ^6.0.2"
|
|
},
|
|
"dependencies": {
|
|
"lru-cache": {
|
|
"version": "9.1.1",
|
|
"bundled": true
|
|
}
|
|
}
|
|
},
|
|
"postcss-selector-parser": {
|
|
"version": "6.0.13",
|
|
"bundled": true,
|
|
"requires": {
|
|
"cssesc": "^3.0.0",
|
|
"util-deprecate": "^1.0.2"
|
|
}
|
|
},
|
|
"proc-log": {
|
|
"version": "3.0.0",
|
|
"bundled": true
|
|
},
|
|
"process": {
|
|
"version": "0.11.10",
|
|
"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": "6.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"glob": "^10.2.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"normalize-package-data": "^5.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"
|
|
}
|
|
},
|
|
"readable-stream": {
|
|
"version": "4.4.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"abort-controller": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"events": "^3.3.0",
|
|
"process": "^0.11.10"
|
|
}
|
|
},
|
|
"retry": {
|
|
"version": "0.12.0",
|
|
"bundled": true
|
|
},
|
|
"rimraf": {
|
|
"version": "3.0.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": {
|
|
"version": "1.1.11",
|
|
"bundled": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.2.3",
|
|
"bundled": 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"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "3.1.2",
|
|
"bundled": true,
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.2.1",
|
|
"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.0.2",
|
|
"bundled": true
|
|
},
|
|
"sigstore": {
|
|
"version": "1.7.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@sigstore/protobuf-specs": "^0.1.0",
|
|
"@sigstore/tuf": "^1.0.1",
|
|
"make-fetch-happen": "^11.0.1"
|
|
}
|
|
},
|
|
"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": "7.0.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.3",
|
|
"socks": "^2.6.2"
|
|
}
|
|
},
|
|
"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.13",
|
|
"bundled": true
|
|
},
|
|
"ssri": {
|
|
"version": "10.0.4",
|
|
"bundled": true,
|
|
"requires": {
|
|
"minipass": "^5.0.0"
|
|
}
|
|
},
|
|
"string_decoder": {
|
|
"version": "1.3.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"strip-ansi-cjs": {
|
|
"version": "npm:strip-ansi@6.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "9.4.0",
|
|
"bundled": true
|
|
},
|
|
"tar": {
|
|
"version": "6.1.15",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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": "1.1.7",
|
|
"bundled": true,
|
|
"requires": {
|
|
"@tufjs/models": "1.0.4",
|
|
"debug": "^4.3.4",
|
|
"make-fetch-happen": "^11.1.1"
|
|
}
|
|
},
|
|
"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": "3.0.1",
|
|
"bundled": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
},
|
|
"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": {
|
|
"ansi-regex": {
|
|
"version": "6.0.1",
|
|
"bundled": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "6.2.1",
|
|
"bundled": true
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "7.1.0",
|
|
"bundled": true,
|
|
"requires": {
|
|
"ansi-regex": "^6.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"
|
|
}
|
|
},
|
|
"wrappy": {
|
|
"version": "1.0.2",
|
|
"bundled": true
|
|
},
|
|
"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.0.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.3",
|
|
"slash": "^3.0.0",
|
|
"strip-json-comments": "^3.1.1",
|
|
"type-fest": "^3.12.0",
|
|
"validate-npm-package-name": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"array-union": {
|
|
"version": "2.1.0"
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "2.8.9"
|
|
},
|
|
"is-plain-obj": {
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"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": {
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.5.4",
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "3.13.1"
|
|
},
|
|
"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": {
|
|
"ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^1.9.0"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"dev": true
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"resolve": "^1.10.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"path-key": {
|
|
"version": "2.0.1",
|
|
"dev": true
|
|
},
|
|
"path-type": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"pify": "^3.0.0"
|
|
}
|
|
},
|
|
"pidtree": {
|
|
"version": "0.3.1",
|
|
"dev": true
|
|
},
|
|
"pify": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "5.7.1",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.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.values": {
|
|
"version": "1.1.6",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
}
|
|
},
|
|
"observable-webworkers": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/observable-webworkers/-/observable-webworkers-2.0.1.tgz",
|
|
"integrity": "sha512-JI1vB0u3pZjoQKOK1ROWzp0ygxSi7Yb0iR+7UNsw4/Zn4cQ0P3R7XL38zac/Dy2tEA7Lg88/wIJTjF8vYXZ0uw=="
|
|
},
|
|
"on-finished": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ee-first": "1.1.1"
|
|
}
|
|
},
|
|
"once": {
|
|
"version": "1.4.0",
|
|
"requires": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"onetime": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"mimic-fn": "^4.0.0"
|
|
}
|
|
},
|
|
"open": {
|
|
"version": "7.4.2",
|
|
"requires": {
|
|
"is-docker": "^2.0.0",
|
|
"is-wsl": "^2.1.1"
|
|
}
|
|
},
|
|
"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": "6.3.1",
|
|
"requires": {
|
|
"chalk": "^5.0.0",
|
|
"cli-cursor": "^4.0.0",
|
|
"cli-spinners": "^2.6.1",
|
|
"is-interactive": "^2.0.0",
|
|
"is-unicode-supported": "^1.1.0",
|
|
"log-symbols": "^5.1.0",
|
|
"stdin-discarder": "^0.1.0",
|
|
"strip-ansi": "^7.0.1",
|
|
"wcwidth": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"cli-cursor": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"restore-cursor": "^4.0.0"
|
|
}
|
|
},
|
|
"log-symbols": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"chalk": "^5.0.0",
|
|
"is-unicode-supported": "^1.1.0"
|
|
}
|
|
},
|
|
"mimic-fn": {
|
|
"version": "2.1.0"
|
|
},
|
|
"onetime": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"mimic-fn": "^2.1.0"
|
|
}
|
|
},
|
|
"restore-cursor": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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": "5.0.1",
|
|
"requires": {
|
|
"p-timeout": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"p-timeout": {
|
|
"version": "5.1.0"
|
|
}
|
|
}
|
|
},
|
|
"p-filter": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"p-map": "^5.1.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"
|
|
},
|
|
"indent-string": {
|
|
"version": "5.0.0"
|
|
},
|
|
"p-map": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"aggregate-error": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"p-finally": {
|
|
"version": "1.0.0"
|
|
},
|
|
"p-is-promise": {
|
|
"version": "3.0.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": "4.0.0",
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0"
|
|
}
|
|
},
|
|
"p-queue": {
|
|
"version": "7.3.4",
|
|
"requires": {
|
|
"eventemitter3": "^4.0.7",
|
|
"p-timeout": "^5.0.2"
|
|
},
|
|
"dependencies": {
|
|
"p-timeout": {
|
|
"version": "5.1.0"
|
|
}
|
|
}
|
|
},
|
|
"p-reduce": {
|
|
"version": "2.1.0"
|
|
},
|
|
"p-retry": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"@types/retry": "0.12.1",
|
|
"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.0",
|
|
"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.0",
|
|
"pac-resolver": "^7.0.0",
|
|
"socks-proxy-agent": "^8.0.1"
|
|
},
|
|
"dependencies": {
|
|
"agent-base": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"pac-resolver": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"degenerator": "^5.0.0",
|
|
"ip": "^1.1.8",
|
|
"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.13",
|
|
"requires": {
|
|
"@types/http-cache-semantics": "^4.0.1",
|
|
"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.0",
|
|
"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"
|
|
},
|
|
"responselike": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"lowercase-keys": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"parent-module": {
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz",
|
|
"integrity": "sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==",
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"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.0"
|
|
},
|
|
"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-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.0.1"
|
|
},
|
|
"minipass": {
|
|
"version": "7.0.3"
|
|
}
|
|
}
|
|
},
|
|
"path-to-regexp": {
|
|
"version": "1.8.0",
|
|
"requires": {
|
|
"isarray": "0.0.1"
|
|
},
|
|
"dependencies": {
|
|
"isarray": {
|
|
"version": "0.0.1"
|
|
}
|
|
}
|
|
},
|
|
"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": "2.3.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"
|
|
}
|
|
},
|
|
"pkg-up": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"find-up": "^2.1.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"
|
|
}
|
|
}
|
|
},
|
|
"platform": {
|
|
"version": "1.3.6"
|
|
},
|
|
"playwright-core": {
|
|
"version": "1.36.0"
|
|
},
|
|
"playwright-test": {
|
|
"version": "12.1.1",
|
|
"requires": {
|
|
"acorn-loose": "^8.3.0",
|
|
"assert": "^2.0.0",
|
|
"buffer": "^6.0.3",
|
|
"c8": "^8.0.0",
|
|
"camelcase": "^7.0.1",
|
|
"chokidar": "^3.5.3",
|
|
"cpy": "^10.1.0",
|
|
"esbuild": "0.18.12",
|
|
"esbuild-plugin-wasm": "^1.1.0",
|
|
"events": "^3.3.0",
|
|
"execa": "^7.1.1",
|
|
"globby": "^13.2.2",
|
|
"kleur": "^4.1.5",
|
|
"lilconfig": "^2.1.0",
|
|
"lodash": "^4.17.21",
|
|
"merge-options": "^3.0.4",
|
|
"nanoid": "^4.0.2",
|
|
"ora": "^6.3.1",
|
|
"p-wait-for": "5.0.2",
|
|
"path-browserify": "^1.0.1",
|
|
"playwright-core": "1.36.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",
|
|
"strip-ansi": "^7.1.0",
|
|
"tempy": "^3.1.0",
|
|
"test-exclude": "^6.0.0",
|
|
"util": "^0.12.5",
|
|
"v8-to-istanbul": "^9.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@esbuild/darwin-arm64": {
|
|
"version": "0.18.12",
|
|
"optional": true
|
|
},
|
|
"buffer": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"camelcase": {
|
|
"version": "7.0.1"
|
|
},
|
|
"esbuild": {
|
|
"version": "0.18.12",
|
|
"requires": {
|
|
"@esbuild/android-arm": "0.18.12",
|
|
"@esbuild/android-arm64": "0.18.12",
|
|
"@esbuild/android-x64": "0.18.12",
|
|
"@esbuild/darwin-arm64": "0.18.12",
|
|
"@esbuild/darwin-x64": "0.18.12",
|
|
"@esbuild/freebsd-arm64": "0.18.12",
|
|
"@esbuild/freebsd-x64": "0.18.12",
|
|
"@esbuild/linux-arm": "0.18.12",
|
|
"@esbuild/linux-arm64": "0.18.12",
|
|
"@esbuild/linux-ia32": "0.18.12",
|
|
"@esbuild/linux-loong64": "0.18.12",
|
|
"@esbuild/linux-mips64el": "0.18.12",
|
|
"@esbuild/linux-ppc64": "0.18.12",
|
|
"@esbuild/linux-riscv64": "0.18.12",
|
|
"@esbuild/linux-s390x": "0.18.12",
|
|
"@esbuild/linux-x64": "0.18.12",
|
|
"@esbuild/netbsd-x64": "0.18.12",
|
|
"@esbuild/openbsd-x64": "0.18.12",
|
|
"@esbuild/sunos-x64": "0.18.12",
|
|
"@esbuild/win32-arm64": "0.18.12",
|
|
"@esbuild/win32-ia32": "0.18.12",
|
|
"@esbuild/win32-x64": "0.18.12"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"nanoid": {
|
|
"version": "4.0.2"
|
|
},
|
|
"slash": {
|
|
"version": "4.0.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.28",
|
|
"requires": {
|
|
"nanoid": "^3.3.6",
|
|
"picocolors": "^1.0.0",
|
|
"source-map-js": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"nanoid": {
|
|
"version": "3.3.6"
|
|
}
|
|
}
|
|
},
|
|
"prelude-ls": {
|
|
"version": "1.2.1"
|
|
},
|
|
"premove": {
|
|
"version": "4.0.0"
|
|
},
|
|
"prettier": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"prettier-linter-helpers": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"fast-diff": "^1.1.2"
|
|
}
|
|
},
|
|
"private-ip": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"@chainsafe/is-ip": "^2.0.1",
|
|
"ip-regex": "^5.0.0",
|
|
"ipaddr.js": "^2.0.1",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"proto-list": {
|
|
"version": "1.2.4"
|
|
},
|
|
"protobufjs": {
|
|
"version": "7.2.4",
|
|
"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"
|
|
}
|
|
},
|
|
"protons": {
|
|
"version": "7.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"meow": "^11.0.0",
|
|
"protobufjs-cli": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"camelcase": {
|
|
"version": "7.0.1",
|
|
"dev": true
|
|
},
|
|
"camelcase-keys": {
|
|
"version": "8.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"camelcase": "^7.0.0",
|
|
"map-obj": "^4.3.0",
|
|
"quick-lru": "^6.1.1",
|
|
"type-fest": "^2.13.0"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "2.19.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"decamelize": {
|
|
"version": "6.0.0",
|
|
"dev": true
|
|
},
|
|
"estraverse": {
|
|
"version": "5.3.0",
|
|
"dev": true
|
|
},
|
|
"glob": {
|
|
"version": "8.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^5.0.1",
|
|
"once": "^1.3.0"
|
|
}
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^7.5.1"
|
|
}
|
|
},
|
|
"indent-string": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
},
|
|
"lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true
|
|
},
|
|
"meow": {
|
|
"version": "11.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/minimist": "^1.2.2",
|
|
"camelcase-keys": "^8.0.2",
|
|
"decamelize": "^6.0.0",
|
|
"decamelize-keys": "^1.1.0",
|
|
"hard-rejection": "^2.1.0",
|
|
"minimist-options": "4.1.0",
|
|
"normalize-package-data": "^4.0.1",
|
|
"read-pkg-up": "^9.1.0",
|
|
"redent": "^4.0.0",
|
|
"trim-newlines": "^4.0.2",
|
|
"type-fest": "^3.1.0",
|
|
"yargs-parser": "^21.1.1"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "5.1.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"hosted-git-info": "^5.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
}
|
|
},
|
|
"protobufjs-cli": {
|
|
"version": "1.1.1",
|
|
"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"
|
|
}
|
|
},
|
|
"quick-lru": {
|
|
"version": "6.1.1",
|
|
"dev": true
|
|
},
|
|
"redent": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"indent-string": "^5.0.0",
|
|
"strip-indent": "^4.0.0"
|
|
}
|
|
},
|
|
"strip-indent": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"min-indent": "^1.0.1"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"trim-newlines": {
|
|
"version": "4.0.2",
|
|
"dev": true
|
|
},
|
|
"type-fest": {
|
|
"version": "3.6.1",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"protons-runtime": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"protobufjs": "^7.0.0",
|
|
"uint8arraylist": "^2.4.3"
|
|
}
|
|
},
|
|
"proxy-agent": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "^4.3.4",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.0",
|
|
"lru-cache": "^7.14.1",
|
|
"pac-proxy-agent": "^7.0.0",
|
|
"proxy-from-env": "^1.1.0",
|
|
"socks-proxy-agent": "^8.0.1"
|
|
},
|
|
"dependencies": {
|
|
"agent-base": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "^4.3.4"
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "^7.0.2",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"lru-cache": {
|
|
"version": "7.18.3",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"proxy-from-env": {
|
|
"version": "1.1.0",
|
|
"dev": true
|
|
},
|
|
"pseudomap": {
|
|
"version": "1.0.2"
|
|
},
|
|
"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": {
|
|
"version": "21.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@puppeteer/browsers": "1.7.0",
|
|
"cosmiconfig": "8.2.0",
|
|
"puppeteer-core": "21.1.1"
|
|
},
|
|
"dependencies": {
|
|
"cross-fetch": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"node-fetch": "^2.6.12"
|
|
}
|
|
},
|
|
"devtools-protocol": {
|
|
"version": "0.0.1159816",
|
|
"dev": true
|
|
},
|
|
"node-fetch": {
|
|
"version": "2.7.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"whatwg-url": "^5.0.0"
|
|
}
|
|
},
|
|
"puppeteer-core": {
|
|
"version": "21.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@puppeteer/browsers": "1.7.0",
|
|
"chromium-bidi": "0.4.22",
|
|
"cross-fetch": "4.0.0",
|
|
"debug": "4.3.4",
|
|
"devtools-protocol": "0.0.1159816",
|
|
"ws": "8.13.0"
|
|
}
|
|
},
|
|
"ws": {
|
|
"version": "8.13.0",
|
|
"dev": true,
|
|
"requires": {}
|
|
}
|
|
}
|
|
},
|
|
"puppeteer-core": {
|
|
"version": "13.7.0",
|
|
"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": "6.0.1"
|
|
},
|
|
"qjobs": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"qs": {
|
|
"version": "6.11.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"side-channel": "^1.0.4"
|
|
}
|
|
},
|
|
"query-ast": {
|
|
"version": "1.0.5",
|
|
"requires": {
|
|
"invariant": "2.2.4",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"queue-microtask": {
|
|
"version": "1.2.3"
|
|
},
|
|
"queue-tick": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"quick-lru": {
|
|
"version": "5.1.1"
|
|
},
|
|
"ramda": {
|
|
"version": "0.25.0"
|
|
},
|
|
"randombytes": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"range-parser": {
|
|
"version": "1.2.1",
|
|
"dev": true
|
|
},
|
|
"rate-limiter-flexible": {
|
|
"version": "2.4.1"
|
|
},
|
|
"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": {
|
|
"strip-json-comments": {
|
|
"version": "2.0.1"
|
|
}
|
|
}
|
|
},
|
|
"react": {
|
|
"version": "17.0.2",
|
|
"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"
|
|
}
|
|
},
|
|
"array-union": {
|
|
"version": "2.1.0"
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"find-up": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "2.8.9"
|
|
},
|
|
"human-signals": {
|
|
"version": "1.1.1"
|
|
},
|
|
"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": "6.0.0",
|
|
"requires": {
|
|
"p-locate": "^5.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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"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": "3.1.0",
|
|
"requires": {
|
|
"yocto-queue": "^0.1.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"p-limit": "^3.0.2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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.6.0"
|
|
},
|
|
"unique-string": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"crypto-random-string": "^2.0.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"react-refresh": {
|
|
"version": "0.4.3"
|
|
},
|
|
"read": {
|
|
"version": "1.0.7",
|
|
"requires": {
|
|
"mute-stream": "~0.0.4"
|
|
}
|
|
},
|
|
"read-pkg": {
|
|
"version": "8.0.0",
|
|
"requires": {
|
|
"@types/normalize-package-data": "^2.4.1",
|
|
"normalize-package-data": "^5.0.0",
|
|
"parse-json": "^7.0.0",
|
|
"type-fest": "^3.8.0"
|
|
},
|
|
"dependencies": {
|
|
"hosted-git-info": {
|
|
"version": "6.1.1",
|
|
"requires": {
|
|
"lru-cache": "^7.5.1"
|
|
}
|
|
},
|
|
"json-parse-even-better-errors": {
|
|
"version": "3.0.0"
|
|
},
|
|
"lines-and-columns": {
|
|
"version": "2.0.3"
|
|
},
|
|
"lru-cache": {
|
|
"version": "7.18.3"
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"hosted-git-info": "^6.0.0",
|
|
"is-core-module": "^2.8.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4"
|
|
}
|
|
},
|
|
"parse-json": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"@babel/code-frame": "^7.21.4",
|
|
"error-ex": "^1.3.2",
|
|
"json-parse-even-better-errors": "^3.0.0",
|
|
"lines-and-columns": "^2.0.3",
|
|
"type-fest": "^3.8.0"
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "3.13.1"
|
|
}
|
|
}
|
|
},
|
|
"read-pkg-up": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"find-up": "^6.3.0",
|
|
"read-pkg": "^7.1.0",
|
|
"type-fest": "^2.5.0"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^6.0.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"yocto-queue": "^1.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^4.0.0"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
},
|
|
"read-pkg": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/normalize-package-data": "^2.4.1",
|
|
"normalize-package-data": "^3.0.2",
|
|
"parse-json": "^5.2.0",
|
|
"type-fest": "^2.0.0"
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "2.19.0",
|
|
"dev": true
|
|
},
|
|
"yocto-queue": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"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.0",
|
|
"requires": {
|
|
"regenerate": "^1.4.2"
|
|
}
|
|
},
|
|
"regenerator-runtime": {
|
|
"version": "0.14.0"
|
|
},
|
|
"regenerator-transform": {
|
|
"version": "0.15.2",
|
|
"requires": {
|
|
"@babel/runtime": "^7.8.4"
|
|
}
|
|
},
|
|
"regexp.prototype.flags": {
|
|
"version": "1.4.3",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"functions-have-names": "^1.2.2"
|
|
}
|
|
},
|
|
"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": "6.0.1",
|
|
"requires": {
|
|
"rc": "1.2.8"
|
|
}
|
|
},
|
|
"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",
|
|
"resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
|
|
"integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
|
|
"dev": true
|
|
},
|
|
"require-directory": {
|
|
"version": "2.1.1"
|
|
},
|
|
"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.4",
|
|
"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-from": {
|
|
"version": "5.0.0"
|
|
},
|
|
"responselike": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"lowercase-keys": "^2.0.0"
|
|
}
|
|
},
|
|
"restore-cursor": {
|
|
"version": "3.1.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"
|
|
}
|
|
},
|
|
"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": "3.28.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"fsevents": "~2.3.2"
|
|
}
|
|
},
|
|
"run-applescript": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"execa": "^5.0.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
|
|
}
|
|
}
|
|
},
|
|
"run-parallel": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"rxjs": {
|
|
"version": "7.8.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"tslib": "^2.1.0"
|
|
}
|
|
},
|
|
"sade": {
|
|
"version": "1.8.1",
|
|
"requires": {
|
|
"mri": "^1.1.0"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"sanitize-filename": {
|
|
"version": "1.6.3",
|
|
"resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.3.tgz",
|
|
"integrity": "sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==",
|
|
"requires": {
|
|
"truncate-utf8-bytes": "^1.0.0"
|
|
}
|
|
},
|
|
"sass": {
|
|
"version": "1.65.1",
|
|
"requires": {
|
|
"chokidar": ">=3.0.0 <4.0.0",
|
|
"immutable": "^4.0.0",
|
|
"source-map-js": ">=0.6.2 <2.0.0"
|
|
}
|
|
},
|
|
"sax": {
|
|
"version": "1.2.4"
|
|
},
|
|
"schema-utils": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/json-schema": "^7.0.8",
|
|
"ajv": "^6.12.5",
|
|
"ajv-keywords": "^3.5.2"
|
|
}
|
|
},
|
|
"scss-parser": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"invariant": "2.2.4",
|
|
"lodash": "4.17.21"
|
|
}
|
|
},
|
|
"semantic-release": {
|
|
"version": "npm:@achingbrain/semantic-release@21.0.9",
|
|
"requires": {
|
|
"@semantic-release/commit-analyzer": "^10.0.0",
|
|
"@semantic-release/error": "^4.0.0",
|
|
"@semantic-release/github": "^9.0.0",
|
|
"@semantic-release/npm": "^10.0.2",
|
|
"@semantic-release/release-notes-generator": "^11.0.0",
|
|
"aggregate-error": "^4.0.1",
|
|
"cosmiconfig": "^8.0.0",
|
|
"debug": "^4.0.0",
|
|
"env-ci": "^9.0.0",
|
|
"execa": "^7.0.0",
|
|
"figures": "^5.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": "^6.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^5.0.0",
|
|
"marked-terminal": "^5.1.1",
|
|
"micromatch": "^4.0.2",
|
|
"p-each-series": "^3.0.0",
|
|
"p-reduce": "^3.0.0",
|
|
"read-pkg-up": "^10.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": "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"
|
|
},
|
|
"figures": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"escape-string-regexp": "^5.0.0",
|
|
"is-unicode-supported": "^1.2.0"
|
|
}
|
|
},
|
|
"find-up": {
|
|
"version": "6.3.0",
|
|
"requires": {
|
|
"locate-path": "^7.1.0",
|
|
"path-exists": "^5.0.0"
|
|
}
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "6.1.1",
|
|
"requires": {
|
|
"lru-cache": "^7.5.1"
|
|
}
|
|
},
|
|
"indent-string": {
|
|
"version": "5.0.0"
|
|
},
|
|
"locate-path": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"p-locate": "^6.0.0"
|
|
}
|
|
},
|
|
"lru-cache": {
|
|
"version": "7.18.3"
|
|
},
|
|
"marked": {
|
|
"version": "5.1.2"
|
|
},
|
|
"p-limit": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"yocto-queue": "^1.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"p-limit": "^4.0.0"
|
|
}
|
|
},
|
|
"p-reduce": {
|
|
"version": "3.0.0"
|
|
},
|
|
"path-exists": {
|
|
"version": "5.0.0"
|
|
},
|
|
"read-pkg-up": {
|
|
"version": "10.0.0",
|
|
"requires": {
|
|
"find-up": "^6.3.0",
|
|
"read-pkg": "^8.0.0",
|
|
"type-fest": "^3.12.0"
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "3.13.1"
|
|
},
|
|
"yocto-queue": {
|
|
"version": "1.0.0"
|
|
}
|
|
}
|
|
},
|
|
"semantic-release-monorepo": {
|
|
"version": "npm:@achingbrain/semantic-release-monorepo@8.0.2",
|
|
"requires": {
|
|
"debug": "^3.1.0",
|
|
"execa": "^0.8.0",
|
|
"file-url": "^3.0.0",
|
|
"fs-extra": "^10.0.1",
|
|
"get-stream": "^6.0.1",
|
|
"git-log-parser": "^1.2.0",
|
|
"minipass": "^3.3.6",
|
|
"p-each-series": "^2.1.0",
|
|
"p-limit": "^1.2.0",
|
|
"pkg-up": "^2.0.0",
|
|
"ramda": "^0.25.0",
|
|
"read-pkg": "^5.0.0",
|
|
"semantic-release-plugin-decorators": "https://registry.npmjs.org/@achingbrain/semantic-release-plugin-decorators/-/semantic-release-plugin-decorators-4.0.1.tgz",
|
|
"tempy": "1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"lru-cache": "^4.0.1",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
}
|
|
},
|
|
"crypto-random-string": {
|
|
"version": "2.0.0"
|
|
},
|
|
"debug": {
|
|
"version": "3.2.7",
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"execa": {
|
|
"version": "0.8.0",
|
|
"requires": {
|
|
"cross-spawn": "^5.0.1",
|
|
"get-stream": "^3.0.0",
|
|
"is-stream": "^1.1.0",
|
|
"npm-run-path": "^2.0.0",
|
|
"p-finally": "^1.0.0",
|
|
"signal-exit": "^3.0.0",
|
|
"strip-eof": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"get-stream": {
|
|
"version": "3.0.0"
|
|
}
|
|
}
|
|
},
|
|
"fs-extra": {
|
|
"version": "10.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "2.8.9"
|
|
},
|
|
"is-stream": {
|
|
"version": "1.1.0"
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"lru-cache": {
|
|
"version": "4.1.5",
|
|
"requires": {
|
|
"pseudomap": "^1.0.2",
|
|
"yallist": "^2.1.2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"npm-run-path": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"path-key": "^2.0.0"
|
|
}
|
|
},
|
|
"p-each-series": {
|
|
"version": "2.2.0"
|
|
},
|
|
"p-limit": {
|
|
"version": "1.3.0",
|
|
"requires": {
|
|
"p-try": "^1.0.0"
|
|
}
|
|
},
|
|
"p-try": {
|
|
"version": "1.0.0"
|
|
},
|
|
"path-key": {
|
|
"version": "2.0.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"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "5.7.2"
|
|
},
|
|
"shebang-command": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"shebang-regex": "^1.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "1.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": {
|
|
"is-stream": {
|
|
"version": "2.0.1"
|
|
},
|
|
"type-fest": {
|
|
"version": "0.16.0"
|
|
}
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "0.6.0"
|
|
},
|
|
"unique-string": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"crypto-random-string": "^2.0.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.0"
|
|
},
|
|
"which": {
|
|
"version": "1.3.1",
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
},
|
|
"yallist": {
|
|
"version": "2.1.2"
|
|
}
|
|
}
|
|
},
|
|
"semantic-release-plugin-decorators": {
|
|
"version": "npm:@achingbrain/semantic-release-plugin-decorators@4.0.1",
|
|
"requires": {}
|
|
},
|
|
"semver": {
|
|
"version": "7.3.8",
|
|
"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.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"set-blocking": {
|
|
"version": "2.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.0",
|
|
"dev": true
|
|
},
|
|
"shiki": {
|
|
"version": "0.14.2",
|
|
"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": {
|
|
"ansi-styles": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"color-convert": "^1.9.0"
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "2.4.2",
|
|
"requires": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "1.9.3",
|
|
"requires": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.3"
|
|
},
|
|
"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": "15.2.0",
|
|
"requires": {
|
|
"@sinonjs/commons": "^3.0.0",
|
|
"@sinonjs/fake-timers": "^10.3.0",
|
|
"@sinonjs/samsam": "^8.0.0",
|
|
"diff": "^5.1.0",
|
|
"nise": "^5.1.4",
|
|
"supports-color": "^7.2.0"
|
|
},
|
|
"dependencies": {
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sirv": {
|
|
"version": "2.0.3",
|
|
"requires": {
|
|
"@polka/url": "^1.0.0-next.20",
|
|
"mrmime": "^1.0.0",
|
|
"totalist": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@polka/url": {
|
|
"version": "1.0.0-next.21"
|
|
}
|
|
}
|
|
},
|
|
"size-limit": {
|
|
"version": "8.2.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"bytes-iec": "^3.1.1",
|
|
"chokidar": "^3.5.3",
|
|
"globby": "^11.1.0",
|
|
"lilconfig": "^2.0.6",
|
|
"nanospinner": "^1.1.0",
|
|
"picocolors": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"globby": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"smart-buffer": {
|
|
"version": "4.2.0",
|
|
"dev": true
|
|
},
|
|
"socket.io": {
|
|
"version": "4.6.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"accepts": "~1.3.4",
|
|
"base64id": "~2.0.0",
|
|
"debug": "~4.3.2",
|
|
"engine.io": "~6.4.1",
|
|
"socket.io-adapter": "~2.5.2",
|
|
"socket.io-parser": "~4.2.1"
|
|
}
|
|
},
|
|
"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.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@socket.io/component-emitter": "~3.1.0",
|
|
"debug": "~4.3.1"
|
|
}
|
|
},
|
|
"socks": {
|
|
"version": "2.7.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ip": "^2.0.0",
|
|
"smart-buffer": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"ip": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"socks-proxy-agent": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "^7.0.1",
|
|
"debug": "^4.3.4",
|
|
"socks": "^2.7.1"
|
|
},
|
|
"dependencies": {
|
|
"agent-base": {
|
|
"version": "7.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "^4.3.4"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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.13"
|
|
},
|
|
"split": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"through": "2"
|
|
}
|
|
},
|
|
"split-ca": {
|
|
"version": "1.0.1"
|
|
},
|
|
"split2": {
|
|
"version": "3.2.2",
|
|
"requires": {
|
|
"readable-stream": "^3.0.0"
|
|
}
|
|
},
|
|
"sprintf-js": {
|
|
"version": "1.1.2",
|
|
"optional": true
|
|
},
|
|
"ssh2": {
|
|
"version": "1.11.0",
|
|
"requires": {
|
|
"asn1": "^0.2.4",
|
|
"bcrypt-pbkdf": "^1.0.2",
|
|
"cpu-features": "~0.0.4",
|
|
"nan": "^2.16.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-combiner2": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"duplexer2": "~0.1.0",
|
|
"readable-stream": "^2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
},
|
|
"streamsearch": {
|
|
"version": "1.1.0"
|
|
},
|
|
"streamx": {
|
|
"version": "2.15.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"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.1",
|
|
"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.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
}
|
|
},
|
|
"string.prototype.trim": {
|
|
"version": "1.2.7",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
}
|
|
},
|
|
"string.prototype.trimend": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
}
|
|
},
|
|
"string.prototype.trimstart": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.4",
|
|
"es-abstract": "^1.20.4"
|
|
}
|
|
},
|
|
"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": "5.0.0"
|
|
},
|
|
"strip-eof": {
|
|
"version": "1.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"
|
|
}
|
|
},
|
|
"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": "2.3.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"
|
|
},
|
|
"synckit": {
|
|
"version": "0.8.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"@pkgr/utils": "^2.3.1",
|
|
"tslib": "^2.5.0"
|
|
}
|
|
},
|
|
"tail": {
|
|
"version": "2.2.6"
|
|
},
|
|
"tapable": {
|
|
"version": "2.2.1",
|
|
"dev": true
|
|
},
|
|
"tar-fs": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.1.4"
|
|
}
|
|
},
|
|
"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.16.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@jridgewell/source-map": "^0.3.2",
|
|
"acorn": "^8.5.0",
|
|
"commander": "^2.20.0",
|
|
"source-map-support": "~0.5.20"
|
|
},
|
|
"dependencies": {
|
|
"commander": {
|
|
"version": "2.20.3",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"terser-webpack-plugin": {
|
|
"version": "5.3.7",
|
|
"dev": true,
|
|
"requires": {
|
|
"@jridgewell/trace-mapping": "^0.3.17",
|
|
"jest-worker": "^27.4.5",
|
|
"schema-utils": "^3.1.1",
|
|
"serialize-javascript": "^6.0.1",
|
|
"terser": "^5.16.5"
|
|
}
|
|
},
|
|
"test-exclude": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"glob": "^7.1.4",
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"text-extensions": {
|
|
"version": "1.9.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": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"titleize": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"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
|
|
},
|
|
"totalist": {
|
|
"version": "3.0.1"
|
|
},
|
|
"tr46": {
|
|
"version": "0.0.3",
|
|
"dev": true
|
|
},
|
|
"traverse": {
|
|
"version": "0.6.7"
|
|
},
|
|
"trim-newlines": {
|
|
"version": "3.0.1"
|
|
},
|
|
"trim-repeated": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"escape-string-regexp": "^1.0.2"
|
|
}
|
|
},
|
|
"trouter": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"matchit": "^1.0.0"
|
|
}
|
|
},
|
|
"truncate-utf8-bytes": {
|
|
"version": "1.0.2",
|
|
"resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
|
|
"integrity": "sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==",
|
|
"requires": {
|
|
"utf8-byte-length": "^1.0.1"
|
|
}
|
|
},
|
|
"ts-api-utils": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"ts-loader": {
|
|
"version": "9.4.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^4.1.0",
|
|
"enhanced-resolve": "^5.0.0",
|
|
"micromatch": "^4.0.0",
|
|
"semver": "^7.3.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"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ts-node": {
|
|
"version": "10.9.1",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"diff": {
|
|
"version": "4.0.2"
|
|
},
|
|
"yn": {
|
|
"version": "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-bom": {
|
|
"version": "3.0.0"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"json5": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"minimist": "^1.2.0"
|
|
}
|
|
},
|
|
"strip-bom": {
|
|
"version": "3.0.0"
|
|
}
|
|
}
|
|
},
|
|
"tslib": {
|
|
"version": "2.6.1"
|
|
},
|
|
"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.21.3",
|
|
"dev": true
|
|
},
|
|
"type-is": {
|
|
"version": "1.6.18",
|
|
"dev": true,
|
|
"requires": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.24"
|
|
}
|
|
},
|
|
"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.23.28",
|
|
"requires": {
|
|
"lunr": "^2.3.9",
|
|
"marked": "^4.2.12",
|
|
"minimatch": "^7.1.3",
|
|
"shiki": "^0.14.1"
|
|
},
|
|
"dependencies": {
|
|
"brace-expansion": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"balanced-match": "^1.0.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "7.4.6",
|
|
"requires": {
|
|
"brace-expansion": "^2.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"typedoc-plugin-mdn-links": {
|
|
"version": "3.0.3",
|
|
"requires": {}
|
|
},
|
|
"typedoc-plugin-resolve-crossmodule-references": {
|
|
"version": "0.3.3",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"typescript": {
|
|
"version": "5.0.4"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"ua-parser-js": {
|
|
"version": "0.7.34",
|
|
"dev": true
|
|
},
|
|
"uc.micro": {
|
|
"version": "1.0.6",
|
|
"dev": true
|
|
},
|
|
"uglify-js": {
|
|
"version": "3.17.4",
|
|
"devOptional": true
|
|
},
|
|
"uint8-varint": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"byte-access": "^1.0.0",
|
|
"longbits": "^1.1.0",
|
|
"uint8arraylist": "^2.0.0",
|
|
"uint8arrays": "^4.0.2"
|
|
}
|
|
},
|
|
"uint8arraylist": {
|
|
"version": "2.4.3",
|
|
"requires": {
|
|
"uint8arrays": "^4.0.2"
|
|
}
|
|
},
|
|
"uint8arrays": {
|
|
"version": "4.0.6",
|
|
"requires": {
|
|
"multiformats": "^12.0.1"
|
|
},
|
|
"dependencies": {
|
|
"multiformats": {
|
|
"version": "12.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
|
|
},
|
|
"undici": {
|
|
"version": "5.20.0",
|
|
"requires": {
|
|
"busboy": "^1.6.0"
|
|
}
|
|
},
|
|
"unicode-canonical-property-names-ecmascript": {
|
|
"version": "2.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"
|
|
},
|
|
"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.0"
|
|
},
|
|
"universalify": {
|
|
"version": "0.1.2"
|
|
},
|
|
"unpipe": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"untildify": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"update-browserslist-db": {
|
|
"version": "1.0.11",
|
|
"requires": {
|
|
"escalade": "^3.1.1",
|
|
"picocolors": "^1.0.0"
|
|
}
|
|
},
|
|
"update-notifier": {
|
|
"version": "6.0.2",
|
|
"requires": {
|
|
"boxen": "^7.0.0",
|
|
"chalk": "^5.0.1",
|
|
"configstore": "^6.0.0",
|
|
"has-yarn": "^3.0.0",
|
|
"import-lazy": "^4.0.0",
|
|
"is-ci": "^3.0.1",
|
|
"is-installed-globally": "^0.4.0",
|
|
"is-npm": "^6.0.0",
|
|
"is-yarn-global": "^0.4.0",
|
|
"latest-version": "^7.0.0",
|
|
"pupa": "^3.1.0",
|
|
"semver": "^7.3.7",
|
|
"semver-diff": "^4.0.0",
|
|
"xdg-basedir": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"ci-info": {
|
|
"version": "3.8.0"
|
|
},
|
|
"is-ci": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"ci-info": "^3.2.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"uri-js": {
|
|
"version": "4.4.1",
|
|
"requires": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"url-join": {
|
|
"version": "5.0.0"
|
|
},
|
|
"utf8-byte-length": {
|
|
"version": "1.0.4",
|
|
"resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz",
|
|
"integrity": "sha512-4+wkEYLBbWxqTahEsWrhxepcoVOJ+1z5PGIjPZxRkytcdSUaNjIjBM7Xn8E+pdSuV7SzvWovBFA54FO0JSoqhA=="
|
|
},
|
|
"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": "8.3.2"
|
|
},
|
|
"v8-compile-cache-lib": {
|
|
"version": "3.0.1"
|
|
},
|
|
"v8-to-istanbul": {
|
|
"version": "9.1.0",
|
|
"requires": {
|
|
"@jridgewell/trace-mapping": "^0.3.12",
|
|
"@types/istanbul-lib-coverage": "^2.0.1",
|
|
"convert-source-map": "^1.6.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"
|
|
}
|
|
},
|
|
"varint": {
|
|
"version": "6.0.0"
|
|
},
|
|
"vary": {
|
|
"version": "1.1.2"
|
|
},
|
|
"void-elements": {
|
|
"version": "2.0.1",
|
|
"dev": true
|
|
},
|
|
"vscode-languageserver-textdocument": {
|
|
"version": "1.0.8",
|
|
"resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.8.tgz",
|
|
"integrity": "sha512-1bonkGqQs5/fxGT5UchTgjGVnfysL0O8v1AYMBjqTbWQTFn721zaPGDYFkOKtfDgFiSgXM3KwaG3FMGfW4Ed9Q==",
|
|
"dev": true
|
|
},
|
|
"vscode-oniguruma": {
|
|
"version": "1.7.0"
|
|
},
|
|
"vscode-textmate": {
|
|
"version": "8.0.0"
|
|
},
|
|
"vscode-uri": {
|
|
"version": "3.0.7",
|
|
"resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.7.tgz",
|
|
"integrity": "sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==",
|
|
"dev": true
|
|
},
|
|
"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.76.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/eslint-scope": "^3.7.3",
|
|
"@types/estree": "^0.0.51",
|
|
"@webassemblyjs/ast": "1.11.1",
|
|
"@webassemblyjs/wasm-edit": "1.11.1",
|
|
"@webassemblyjs/wasm-parser": "1.11.1",
|
|
"acorn": "^8.7.1",
|
|
"acorn-import-assertions": "^1.7.6",
|
|
"browserslist": "^4.14.5",
|
|
"chrome-trace-event": "^1.0.2",
|
|
"enhanced-resolve": "^5.10.0",
|
|
"es-module-lexer": "^0.9.0",
|
|
"eslint-scope": "5.1.1",
|
|
"events": "^3.2.0",
|
|
"glob-to-regexp": "^0.4.1",
|
|
"graceful-fs": "^4.2.9",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"loader-runner": "^4.2.0",
|
|
"mime-types": "^2.1.27",
|
|
"neo-async": "^2.6.2",
|
|
"schema-utils": "^3.1.0",
|
|
"tapable": "^2.1.1",
|
|
"terser-webpack-plugin": "^5.1.3",
|
|
"watchpack": "^2.4.0",
|
|
"webpack-sources": "^3.2.3"
|
|
}
|
|
},
|
|
"webpack-merge": {
|
|
"version": "4.2.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"lodash": "^4.17.15"
|
|
}
|
|
},
|
|
"webpack-sources": {
|
|
"version": "3.2.3",
|
|
"dev": true
|
|
},
|
|
"whatwg-fetch": {
|
|
"version": "3.6.2",
|
|
"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.9",
|
|
"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",
|
|
"is-typed-array": "^1.1.10"
|
|
}
|
|
},
|
|
"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.3",
|
|
"dev": true
|
|
},
|
|
"wordwrap": {
|
|
"version": "1.0.0"
|
|
},
|
|
"workerpool": {
|
|
"version": "6.2.1"
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "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"
|
|
}
|
|
},
|
|
"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-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"
|
|
}
|
|
},
|
|
"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.5.0",
|
|
"requires": {}
|
|
},
|
|
"xdg-basedir": {
|
|
"version": "5.1.0"
|
|
},
|
|
"xml2js": {
|
|
"version": "0.6.0",
|
|
"requires": {
|
|
"sax": ">=0.6.0",
|
|
"xmlbuilder": "~11.0.0"
|
|
}
|
|
},
|
|
"xmlbuilder": {
|
|
"version": "11.0.1"
|
|
},
|
|
"xmlcreate": {
|
|
"version": "2.0.4",
|
|
"dev": true
|
|
},
|
|
"xsalsa20": {
|
|
"version": "1.2.0"
|
|
},
|
|
"xtend": {
|
|
"version": "4.0.2"
|
|
},
|
|
"y18n": {
|
|
"version": "5.0.8"
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0"
|
|
},
|
|
"yaml": {
|
|
"version": "2.2.2",
|
|
"dev": true
|
|
},
|
|
"yargs": {
|
|
"version": "17.7.1",
|
|
"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": "4.0.0"
|
|
},
|
|
"yocto-queue": {
|
|
"version": "0.1.0"
|
|
},
|
|
"zwitch": {
|
|
"version": "2.0.4"
|
|
}
|
|
}
|
|
}
|