mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
38038 lines
896 KiB
JSON
38038 lines
896 KiB
JSON
{
|
|
"name": "ipfs-bch-wallet-service",
|
|
"version": "2.0.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "ipfs-bch-wallet-service",
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@psf/bch-js": "5.3.0",
|
|
"axios": "0.25.0",
|
|
"bcryptjs": "2.4.3",
|
|
"glob": "7.1.6",
|
|
"ipfs": "0.60.0",
|
|
"ipfs-coord": "6.8.12",
|
|
"ipfs-http-client": "55.0.0",
|
|
"jsonrpc-lite": "2.2.0",
|
|
"jsonwebtoken": "8.5.1",
|
|
"jwt-bch-lib": "1.3.0",
|
|
"kcors": "2.2.2",
|
|
"koa": "2.13.1",
|
|
"koa-bodyparser": "4.3.0",
|
|
"koa-convert": "2.0.0",
|
|
"koa-generic-session": "2.1.1",
|
|
"koa-logger": "3.2.1",
|
|
"koa-mount": "4.0.0",
|
|
"koa-passport": "4.1.3",
|
|
"koa-router": "10.0.0",
|
|
"koa-static": "5.0.0",
|
|
"koa2-ratelimit": "0.9.1",
|
|
"line-reader": "0.4.0",
|
|
"mongoose": "5.11.15",
|
|
"node-fetch": "npm:@achingbrain/node-fetch@2.6.7",
|
|
"nodemailer": "6.4.17",
|
|
"passport-local": "1.0.0",
|
|
"public-ip": "4.0.4",
|
|
"winston": "3.3.3",
|
|
"winston-daily-rotate-file": "4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"apidoc": "0.26.0",
|
|
"chai": "4.3.0",
|
|
"coveralls": "3.1.0",
|
|
"eslint": "7.19.0",
|
|
"eslint-config-prettier": "7.2.0",
|
|
"eslint-config-standard": "16.0.2",
|
|
"eslint-plugin-node": "11.1.0",
|
|
"eslint-plugin-prettier": "3.3.1",
|
|
"eslint-plugin-standard": "4.0.0",
|
|
"husky": "4.3.8",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"mocha": "8.2.1",
|
|
"nyc": "15.1.0",
|
|
"semantic-release": "17.4.4",
|
|
"sinon": "9.2.4",
|
|
"standard": "16.0.3",
|
|
"uuid": "8.3.2"
|
|
}
|
|
},
|
|
"node_modules/@assemblyscript/loader": {
|
|
"version": "0.9.4",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@babel/code-frame": {
|
|
"version": "7.15.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/highlight": "^7.14.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/compat-data": {
|
|
"version": "7.15.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/core": {
|
|
"version": "7.15.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.15.8",
|
|
"@babel/generator": "^7.15.8",
|
|
"@babel/helper-compilation-targets": "^7.15.4",
|
|
"@babel/helper-module-transforms": "^7.15.8",
|
|
"@babel/helpers": "^7.15.4",
|
|
"@babel/parser": "^7.15.8",
|
|
"@babel/template": "^7.15.4",
|
|
"@babel/traverse": "^7.15.4",
|
|
"@babel/types": "^7.15.6",
|
|
"convert-source-map": "^1.7.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.1.2",
|
|
"semver": "^6.3.0",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/babel"
|
|
}
|
|
},
|
|
"node_modules/@babel/core/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/core/node_modules/source-map": {
|
|
"version": "0.5.7",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator": {
|
|
"version": "7.15.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.15.6",
|
|
"jsesc": "^2.5.1",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/generator/node_modules/source-map": {
|
|
"version": "0.5.7",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.15.0",
|
|
"@babel/helper-validator-option": "^7.14.5",
|
|
"browserslist": "^4.16.6",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-function-name": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-get-function-arity": "^7.15.4",
|
|
"@babel/template": "^7.15.4",
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-get-function-arity": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-hoist-variables": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-member-expression-to-functions": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-imports": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-module-transforms": {
|
|
"version": "7.15.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-module-imports": "^7.15.4",
|
|
"@babel/helper-replace-supers": "^7.15.4",
|
|
"@babel/helper-simple-access": "^7.15.4",
|
|
"@babel/helper-split-export-declaration": "^7.15.4",
|
|
"@babel/helper-validator-identifier": "^7.15.7",
|
|
"@babel/template": "^7.15.4",
|
|
"@babel/traverse": "^7.15.4",
|
|
"@babel/types": "^7.15.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-optimise-call-expression": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-replace-supers": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-member-expression-to-functions": "^7.15.4",
|
|
"@babel/helper-optimise-call-expression": "^7.15.4",
|
|
"@babel/traverse": "^7.15.4",
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-simple-access": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-split-export-declaration": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-identifier": {
|
|
"version": "7.15.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helper-validator-option": {
|
|
"version": "7.14.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/helpers": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/template": "^7.15.4",
|
|
"@babel/traverse": "^7.15.4",
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight": {
|
|
"version": "7.14.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.14.5",
|
|
"chalk": "^2.0.0",
|
|
"js-tokens": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/chalk": {
|
|
"version": "2.4.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.1",
|
|
"escape-string-regexp": "^1.0.5",
|
|
"supports-color": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/highlight/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/parser": {
|
|
"version": "7.15.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"parser": "bin/babel-parser.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/template": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.14.5",
|
|
"@babel/parser": "^7.15.4",
|
|
"@babel/types": "^7.15.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.14.5",
|
|
"@babel/generator": "^7.15.4",
|
|
"@babel/helper-function-name": "^7.15.4",
|
|
"@babel/helper-hoist-variables": "^7.15.4",
|
|
"@babel/helper-split-export-declaration": "^7.15.4",
|
|
"@babel/parser": "^7.15.4",
|
|
"@babel/types": "^7.15.4",
|
|
"debug": "^4.1.0",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@babel/traverse/node_modules/globals": {
|
|
"version": "11.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@babel/types": {
|
|
"version": "7.15.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/helper-validator-identifier": "^7.14.9",
|
|
"to-fast-properties": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/@chainsafe/libp2p-noise": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/chacha20poly1305": "^1.0.1",
|
|
"@stablelib/hkdf": "^1.0.1",
|
|
"@stablelib/sha256": "^1.0.1",
|
|
"@stablelib/x25519": "^1.0.1",
|
|
"debug": "^4.3.1",
|
|
"it-buffer": "^0.1.3",
|
|
"it-length-prefixed": "^5.0.3",
|
|
"it-pair": "^1.0.0",
|
|
"it-pb-rpc": "^0.1.11",
|
|
"it-pipe": "^1.1.0",
|
|
"libp2p-crypto": "^0.19.7",
|
|
"peer-id": "^0.15.3",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@chris.troutner/bip32-utils": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"keccak": "^3.0.1",
|
|
"tape": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.15.1"
|
|
}
|
|
},
|
|
"node_modules/@dabh/diagnostics": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colorspace": "1.1.x",
|
|
"enabled": "2.0.x",
|
|
"kuler": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/@eslint/eslintrc": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.1.1",
|
|
"espree": "^7.3.0",
|
|
"globals": "^12.1.0",
|
|
"ignore": "^4.0.6",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^3.13.1",
|
|
"lodash": "^4.17.20",
|
|
"minimatch": "^3.0.4",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/abi": {
|
|
"version": "5.5.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/address": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/hash": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/abstract-provider": {
|
|
"version": "5.5.1",
|
|
"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/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/networks": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0",
|
|
"@ethersproject/web": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/abstract-signer": {
|
|
"version": "5.5.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/abstract-provider": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/address": {
|
|
"version": "5.5.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/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/rlp": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/base64": {
|
|
"version": "5.5.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.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/basex": {
|
|
"version": "5.5.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.5.0",
|
|
"@ethersproject/properties": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/bignumber": {
|
|
"version": "5.5.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.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"bn.js": "^4.11.9"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/bignumber/node_modules/bn.js": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@ethersproject/bytes": {
|
|
"version": "5.5.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.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/constants": {
|
|
"version": "5.5.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/bignumber": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/contracts": {
|
|
"version": "5.5.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/abi": "^5.5.0",
|
|
"@ethersproject/abstract-provider": "^5.5.0",
|
|
"@ethersproject/abstract-signer": "^5.5.0",
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/hash": {
|
|
"version": "5.5.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/abstract-signer": "^5.5.0",
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/hdnode": {
|
|
"version": "5.5.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/abstract-signer": "^5.5.0",
|
|
"@ethersproject/basex": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/pbkdf2": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/sha2": "^5.5.0",
|
|
"@ethersproject/signing-key": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0",
|
|
"@ethersproject/wordlists": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/json-wallets": {
|
|
"version": "5.5.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/abstract-signer": "^5.5.0",
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/hdnode": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/pbkdf2": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/random": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0",
|
|
"aes-js": "3.0.0",
|
|
"scrypt-js": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/json-wallets/node_modules/aes-js": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@ethersproject/keccak256": {
|
|
"version": "5.5.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.5.0",
|
|
"js-sha3": "0.8.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/logger": {
|
|
"version": "5.5.0",
|
|
"funding": [
|
|
{
|
|
"type": "individual",
|
|
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
},
|
|
{
|
|
"type": "individual",
|
|
"url": "https://www.buymeacoffee.com/ricmoo"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@ethersproject/networks": {
|
|
"version": "5.5.1",
|
|
"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.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/pbkdf2": {
|
|
"version": "5.5.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.5.0",
|
|
"@ethersproject/sha2": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/properties": {
|
|
"version": "5.5.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.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/providers": {
|
|
"version": "5.5.1",
|
|
"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/abstract-provider": "^5.5.0",
|
|
"@ethersproject/abstract-signer": "^5.5.0",
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/basex": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/hash": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/networks": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/random": "^5.5.0",
|
|
"@ethersproject/rlp": "^5.5.0",
|
|
"@ethersproject/sha2": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0",
|
|
"@ethersproject/web": "^5.5.0",
|
|
"bech32": "1.1.4",
|
|
"ws": "7.4.6"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/providers/node_modules/ws": {
|
|
"version": "7.4.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/random": {
|
|
"version": "5.5.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.5.0",
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/rlp": {
|
|
"version": "5.5.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.5.0",
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/sha2": {
|
|
"version": "5.5.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.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"hash.js": "1.1.7"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/signing-key": {
|
|
"version": "5.5.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.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"bn.js": "^4.11.9",
|
|
"elliptic": "6.5.4",
|
|
"hash.js": "1.1.7"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/signing-key/node_modules/bn.js": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@ethersproject/solidity": {
|
|
"version": "5.5.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/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/sha2": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/strings": {
|
|
"version": "5.5.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.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/transactions": {
|
|
"version": "5.5.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/address": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/rlp": "^5.5.0",
|
|
"@ethersproject/signing-key": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/units": {
|
|
"version": "5.5.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/bignumber": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/wallet": {
|
|
"version": "5.5.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/abstract-provider": "^5.5.0",
|
|
"@ethersproject/abstract-signer": "^5.5.0",
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/hash": "^5.5.0",
|
|
"@ethersproject/hdnode": "^5.5.0",
|
|
"@ethersproject/json-wallets": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/random": "^5.5.0",
|
|
"@ethersproject/signing-key": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0",
|
|
"@ethersproject/wordlists": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/web": {
|
|
"version": "5.5.1",
|
|
"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/base64": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@ethersproject/wordlists": {
|
|
"version": "5.5.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.5.0",
|
|
"@ethersproject/hash": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/@grpc/grpc-js": {
|
|
"version": "1.4.5",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@grpc/proto-loader": "^0.6.4",
|
|
"@types/node": ">=12.12.47"
|
|
},
|
|
"engines": {
|
|
"node": "^8.13.0 || >=10.10.0"
|
|
}
|
|
},
|
|
"node_modules/@grpc/proto-loader": {
|
|
"version": "0.6.7",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/long": "^4.0.1",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"long": "^4.0.0",
|
|
"protobufjs": "^6.10.0",
|
|
"yargs": "^16.1.1"
|
|
},
|
|
"bin": {
|
|
"proto-loader-gen-types": "build/bin/proto-loader-gen-types.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@hapi/accept": {
|
|
"version": "5.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/ammo": {
|
|
"version": "5.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/b64": {
|
|
"version": "5.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/boom": {
|
|
"version": "9.1.4",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/bounce": {
|
|
"version": "2.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/bourne": {
|
|
"version": "2.0.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/call": {
|
|
"version": "8.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/catbox": {
|
|
"version": "11.1.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/podium": "4.x.x",
|
|
"@hapi/validate": "1.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/catbox-memory": {
|
|
"version": "5.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/content": {
|
|
"version": "5.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/cryptiles": {
|
|
"version": "5.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@hapi/file": {
|
|
"version": "2.0.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/hapi": {
|
|
"version": "20.2.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/accept": "^5.0.1",
|
|
"@hapi/ammo": "^5.0.1",
|
|
"@hapi/boom": "^9.1.0",
|
|
"@hapi/bounce": "^2.0.0",
|
|
"@hapi/call": "^8.0.0",
|
|
"@hapi/catbox": "^11.1.1",
|
|
"@hapi/catbox-memory": "^5.0.0",
|
|
"@hapi/heavy": "^7.0.1",
|
|
"@hapi/hoek": "^9.0.4",
|
|
"@hapi/mimos": "^6.0.0",
|
|
"@hapi/podium": "^4.1.1",
|
|
"@hapi/shot": "^5.0.5",
|
|
"@hapi/somever": "^3.0.0",
|
|
"@hapi/statehood": "^7.0.3",
|
|
"@hapi/subtext": "^7.0.3",
|
|
"@hapi/teamwork": "^5.1.0",
|
|
"@hapi/topo": "^5.0.0",
|
|
"@hapi/validate": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@hapi/heavy": {
|
|
"version": "7.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/validate": "1.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/hoek": {
|
|
"version": "9.2.1",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@hapi/iron": {
|
|
"version": "6.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/b64": "5.x.x",
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/bourne": "2.x.x",
|
|
"@hapi/cryptiles": "5.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/mimos": {
|
|
"version": "6.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x",
|
|
"mime-db": "1.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/nigel": {
|
|
"version": "4.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.4",
|
|
"@hapi/vise": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@hapi/pez": {
|
|
"version": "5.0.3",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/b64": "5.x.x",
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/content": "^5.0.2",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/nigel": "4.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/podium": {
|
|
"version": "4.1.3",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/teamwork": "5.x.x",
|
|
"@hapi/validate": "1.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/shot": {
|
|
"version": "5.0.5",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/validate": "1.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/somever": {
|
|
"version": "3.0.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/bounce": "2.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/statehood": {
|
|
"version": "7.0.3",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/bounce": "2.x.x",
|
|
"@hapi/bourne": "2.x.x",
|
|
"@hapi/cryptiles": "5.x.x",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/iron": "6.x.x",
|
|
"@hapi/validate": "1.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/subtext": {
|
|
"version": "7.0.3",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/bourne": "2.x.x",
|
|
"@hapi/content": "^5.0.2",
|
|
"@hapi/file": "2.x.x",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/pez": "^5.0.1",
|
|
"@hapi/wreck": "17.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/teamwork": {
|
|
"version": "5.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/@hapi/topo": {
|
|
"version": "5.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@hapi/validate": {
|
|
"version": "1.1.3",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0",
|
|
"@hapi/topo": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/@hapi/vise": {
|
|
"version": "4.0.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@hapi/wreck": {
|
|
"version": "17.1.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/bourne": "2.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"node_modules/@ipld/car": {
|
|
"version": "3.2.3",
|
|
"license": "(Apache-2.0 AND MIT)",
|
|
"dependencies": {
|
|
"@ipld/dag-cbor": "^7.0.0",
|
|
"multiformats": "^9.5.4",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@ipld/car/node_modules/@ipld/dag-cbor": {
|
|
"version": "7.0.0",
|
|
"license": "(Apache-2.0 AND MIT)",
|
|
"dependencies": {
|
|
"cborg": "^1.6.0",
|
|
"multiformats": "^9.5.4"
|
|
}
|
|
},
|
|
"node_modules/@ipld/dag-cbor": {
|
|
"version": "6.0.15",
|
|
"license": "(Apache-2.0 AND MIT)",
|
|
"dependencies": {
|
|
"cborg": "^1.5.4",
|
|
"multiformats": "^9.5.4"
|
|
}
|
|
},
|
|
"node_modules/@ipld/dag-json": {
|
|
"version": "8.0.7",
|
|
"license": "(Apache-2.0 AND MIT)",
|
|
"dependencies": {
|
|
"cborg": "^1.5.4",
|
|
"multiformats": "^9.5.4"
|
|
}
|
|
},
|
|
"node_modules/@ipld/dag-pb": {
|
|
"version": "2.1.15",
|
|
"license": "(Apache-2.0 AND MIT)",
|
|
"dependencies": {
|
|
"multiformats": "^9.5.4"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"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/find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@istanbuljs/schema": {
|
|
"version": "0.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/@leichtgewicht/ip-codec": {
|
|
"version": "2.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@mapbox/node-pre-gyp": {
|
|
"version": "1.0.8",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"detect-libc": "^1.0.3",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"make-dir": "^3.1.0",
|
|
"node-fetch": "^2.6.5",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^5.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": {
|
|
"node-pre-gyp": "bin/node-pre-gyp"
|
|
}
|
|
},
|
|
"node_modules/@motrix/nat-api": {
|
|
"version": "0.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^3.2.0",
|
|
"debug": "^4.3.1",
|
|
"default-gateway": "^6.0.3",
|
|
"request": "^2.88.2",
|
|
"unordered-array-remove": "^1.0.2",
|
|
"xml2js": "^0.4.23"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/@multiformats/base-x": {
|
|
"version": "4.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@multiformats/murmur3": {
|
|
"version": "1.0.8",
|
|
"license": "(Apache-2.0 AND MIT)",
|
|
"dependencies": {
|
|
"multiformats": "^9.5.4",
|
|
"murmurhash3js-revisited": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/@noble/ed25519": {
|
|
"version": "1.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@noble/secp256k1": {
|
|
"version": "1.3.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@node-redis/client": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cluster-key-slot": "1.1.0",
|
|
"generic-pool": "3.8.2",
|
|
"redis-parser": "3.0.0",
|
|
"yallist": "4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/@node-redis/client/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@node-redis/json": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@node-redis/client": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@node-redis/search": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@node-redis/client": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@node-redis/time-series": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@node-redis/client": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.scandir": {
|
|
"version": "2.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"run-parallel": "^1.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.stat": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@nodelib/fs.walk": {
|
|
"version": "1.2.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/@octokit/auth-token": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^6.0.3"
|
|
}
|
|
},
|
|
"node_modules/@octokit/core": {
|
|
"version": "3.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/auth-token": "^2.4.4",
|
|
"@octokit/graphql": "^4.5.8",
|
|
"@octokit/request": "^5.6.0",
|
|
"@octokit/request-error": "^2.0.5",
|
|
"@octokit/types": "^6.0.3",
|
|
"before-after-hook": "^2.2.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/endpoint": {
|
|
"version": "6.0.12",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^6.0.3",
|
|
"is-plain-object": "^5.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/graphql": {
|
|
"version": "4.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/request": "^5.6.0",
|
|
"@octokit/types": "^6.0.3",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/openapi-types": {
|
|
"version": "11.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@octokit/plugin-paginate-rest": {
|
|
"version": "2.17.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^6.34.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=2"
|
|
}
|
|
},
|
|
"node_modules/@octokit/plugin-request-log": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=3"
|
|
}
|
|
},
|
|
"node_modules/@octokit/plugin-rest-endpoint-methods": {
|
|
"version": "5.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^6.34.0",
|
|
"deprecation": "^2.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=3"
|
|
}
|
|
},
|
|
"node_modules/@octokit/request": {
|
|
"version": "5.6.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/endpoint": "^6.0.1",
|
|
"@octokit/request-error": "^2.1.0",
|
|
"@octokit/types": "^6.16.1",
|
|
"is-plain-object": "^5.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/request-error": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^6.0.3",
|
|
"deprecation": "^2.0.0",
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/rest": {
|
|
"version": "18.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/core": "^3.5.1",
|
|
"@octokit/plugin-paginate-rest": "^2.16.8",
|
|
"@octokit/plugin-request-log": "^1.0.4",
|
|
"@octokit/plugin-rest-endpoint-methods": "^5.12.0"
|
|
}
|
|
},
|
|
"node_modules/@octokit/types": {
|
|
"version": "6.34.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/openapi-types": "^11.2.0"
|
|
}
|
|
},
|
|
"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/@psf/bch-js": {
|
|
"version": "5.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@chris.troutner/bip32-utils": "1.0.5",
|
|
"@psf/bip21": "2.0.1",
|
|
"@psf/bitcoincash-ops": "2.0.0",
|
|
"@psf/bitcoincashjs-lib": "4.0.2",
|
|
"@psf/coininfo": "4.0.0",
|
|
"@uppy/core": "1.10.4",
|
|
"@uppy/tus": "1.5.12",
|
|
"axios": "^0.21.4",
|
|
"bc-bip68": "1.0.5",
|
|
"bchaddrjs-slp": "0.2.5",
|
|
"bigi": "1.4.2",
|
|
"bignumber.js": "9.0.0",
|
|
"bip-schnorr": "0.3.0",
|
|
"bip38": "2.0.2",
|
|
"bip39": "3.0.2",
|
|
"bip66": "1.1.5",
|
|
"bitcoinjs-message": "2.0.0",
|
|
"bs58": "4.0.1",
|
|
"ecashaddrjs": "1.0.7",
|
|
"ini": "1.3.8",
|
|
"randombytes": "2.0.6",
|
|
"safe-buffer": "5.1.2",
|
|
"satoshi-bitcoin": "1.0.4",
|
|
"slp-mdm": "0.0.6",
|
|
"slp-parser": "0.0.4",
|
|
"wif": "2.0.6"
|
|
}
|
|
},
|
|
"node_modules/@psf/bch-js/node_modules/axios": {
|
|
"version": "0.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.14.0"
|
|
}
|
|
},
|
|
"node_modules/@psf/bch-js/node_modules/bignumber.js": {
|
|
"version": "9.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/@psf/bch-js/node_modules/randombytes": {
|
|
"version": "2.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/@psf/bch-js/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@psf/bip21": {
|
|
"version": "2.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"qs": "^6.3.0"
|
|
}
|
|
},
|
|
"node_modules/@psf/bitcoincash-ops": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@psf/bitcoincashjs-lib": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@psf/bitcoincash-ops": "^2.0.0",
|
|
"@psf/pushdata-bitcoin": "^1.2.2",
|
|
"bech32": "^1.1.2",
|
|
"bigi": "^1.4.0",
|
|
"bip66": "^1.1.0",
|
|
"bs58check": "^2.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"create-hmac": "^1.1.3",
|
|
"ecurve": "^1.0.0",
|
|
"merkle-lib": "^2.0.10",
|
|
"randombytes": "^2.0.1",
|
|
"safe-buffer": "^5.0.1",
|
|
"typeforce": "^1.18.0",
|
|
"varuint-bitcoin": "^1.0.4",
|
|
"wif": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.15.1"
|
|
}
|
|
},
|
|
"node_modules/@psf/coininfo": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
},
|
|
"node_modules/@psf/pushdata-bitcoin": {
|
|
"version": "1.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@psf/bitcoincash-ops": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/@semantic-release/error": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@sideway/address": {
|
|
"version": "4.1.3",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/@sideway/formula": {
|
|
"version": "3.0.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@sideway/pinpoint": {
|
|
"version": "2.0.0",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/@sindresorhus/is": {
|
|
"version": "0.7.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/commons": {
|
|
"version": "1.8.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/fake-timers": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^1.7.0"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/samsam": {
|
|
"version": "5.3.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^1.6.0",
|
|
"lodash.get": "^4.4.2",
|
|
"type-detect": "^4.0.8"
|
|
}
|
|
},
|
|
"node_modules/@sinonjs/text-encoding": {
|
|
"version": "0.7.1",
|
|
"dev": true,
|
|
"license": "(Unlicense OR Apache-2.0)"
|
|
},
|
|
"node_modules/@socket.io/component-emitter": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@stablelib/aead": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@stablelib/binary": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/int": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/bytes": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@stablelib/chacha": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/binary": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/chacha20poly1305": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/aead": "^1.0.1",
|
|
"@stablelib/binary": "^1.0.1",
|
|
"@stablelib/chacha": "^1.0.1",
|
|
"@stablelib/constant-time": "^1.0.1",
|
|
"@stablelib/poly1305": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/constant-time": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@stablelib/hash": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@stablelib/hkdf": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/hash": "^1.0.1",
|
|
"@stablelib/hmac": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/hmac": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/constant-time": "^1.0.1",
|
|
"@stablelib/hash": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/int": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@stablelib/keyagreement": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/bytes": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/poly1305": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/constant-time": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/random": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/binary": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/sha256": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/binary": "^1.0.1",
|
|
"@stablelib/hash": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@stablelib/wipe": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@stablelib/x25519": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@stablelib/keyagreement": "^1.0.1",
|
|
"@stablelib/random": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/@szmarczak/http-timer": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defer-to-connect": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/@tokenizer/token": {
|
|
"version": "0.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@tootallnate/once": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/@types/bson": {
|
|
"version": "4.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bson": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/cacheable-request": {
|
|
"version": "6.0.2",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/http-cache-semantics": "*",
|
|
"@types/keyv": "*",
|
|
"@types/node": "*",
|
|
"@types/responselike": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/debug": {
|
|
"version": "4.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/ms": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/http-cache-semantics": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/@types/json5": {
|
|
"version": "0.0.29",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/keyv": {
|
|
"version": "3.1.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/long": {
|
|
"version": "4.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/minimatch": {
|
|
"version": "3.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/minimist": {
|
|
"version": "1.2.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/mongodb": {
|
|
"version": "3.6.20",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/bson": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/ms": {
|
|
"version": "0.7.31",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "16.10.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/normalize-package-data": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/parse-json": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/responselike": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/retry": {
|
|
"version": "0.12.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@types/tus-js-client": {
|
|
"version": "1.8.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@ungap/promise-all-settled": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/@uppy/companion-client": {
|
|
"version": "1.10.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@uppy/utils": "^3.6.2",
|
|
"namespace-emitter": "^2.0.1",
|
|
"qs-stringify": "^1.1.0",
|
|
"url-parse": "^1.4.7"
|
|
}
|
|
},
|
|
"node_modules/@uppy/companion-client/node_modules/@uppy/utils": {
|
|
"version": "3.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abortcontroller-polyfill": "^1.4.0",
|
|
"lodash.throttle": "^4.1.1"
|
|
}
|
|
},
|
|
"node_modules/@uppy/core": {
|
|
"version": "1.10.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@uppy/store-default": "^1.2.1",
|
|
"@uppy/utils": "^2.4.4",
|
|
"cuid": "^2.1.1",
|
|
"lodash.throttle": "^4.1.1",
|
|
"mime-match": "^1.0.2",
|
|
"namespace-emitter": "^2.0.1",
|
|
"preact": "8.2.9"
|
|
}
|
|
},
|
|
"node_modules/@uppy/store-default": {
|
|
"version": "1.2.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@uppy/tus": {
|
|
"version": "1.5.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/tus-js-client": "^1.8.0",
|
|
"@uppy/companion-client": "^1.4.4",
|
|
"@uppy/utils": "^2.4.4",
|
|
"tus-js-client": "^1.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/@uppy/utils": {
|
|
"version": "2.4.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.throttle": "^4.1.1"
|
|
}
|
|
},
|
|
"node_modules/@vascosantos/moving-average": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/@zxing/text-encoding": {
|
|
"version": "0.9.0",
|
|
"license": "(Unlicense OR Apache-2.0)",
|
|
"optional": true
|
|
},
|
|
"node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/abort-controller": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"event-target-shim": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.5"
|
|
}
|
|
},
|
|
"node_modules/abortable-iterator": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-iterator": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/abortcontroller-polyfill": {
|
|
"version": "1.7.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/abstract-leveldown": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"catering": "^2.0.0",
|
|
"is-buffer": "^2.0.5",
|
|
"level-concat-iterator": "^3.0.0",
|
|
"level-supports": "^2.0.1",
|
|
"queue-microtask": "^1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/abstract-logging": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/accepts": {
|
|
"version": "1.3.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "~2.1.24",
|
|
"negotiator": "0.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/acorn": {
|
|
"version": "7.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"acorn": "bin/acorn"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/acorn-jsx": {
|
|
"version": "5.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
}
|
|
},
|
|
"node_modules/aes-js": {
|
|
"version": "3.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"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/ansi-align": {
|
|
"version": "3.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.1.0"
|
|
}
|
|
},
|
|
"node_modules/ansi-align/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-align/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-colors": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/ansi-escapes": {
|
|
"version": "4.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.21.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ansi-escapes/node_modules/type-fest": {
|
|
"version": "0.21.3",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ansi-regex": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/ansicolors": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/any-promise": {
|
|
"version": "1.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/any-signal": {
|
|
"version": "2.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"native-abort-controller": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/anymatch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/apidoc": {
|
|
"version": "0.26.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"apidoc-core": "^0.12.0",
|
|
"commander": "^2.20.0",
|
|
"fs-extra": "^9.0.1",
|
|
"handlebars": "^4.7.6",
|
|
"lodash": "^4.17.20",
|
|
"markdown-it": "^11.0.0",
|
|
"nodemon": "^2.0.4",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"bin": {
|
|
"apidoc": "bin/apidoc"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/apidoc-core": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fs-extra": "^9.0.1",
|
|
"glob": "^7.1.6",
|
|
"iconv-lite": "^0.6.2",
|
|
"klaw-sync": "^6.0.0",
|
|
"lodash": "^4.17.20",
|
|
"semver": "~7.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
}
|
|
},
|
|
"node_modules/append-transform": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"default-require-extensions": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/aproba": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/archy": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/are-we-there-yet": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/are-we-there-yet/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/argparse": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"node_modules/args": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase": "5.0.0",
|
|
"chalk": "2.4.2",
|
|
"leven": "2.1.0",
|
|
"mri": "1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/args/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/args/node_modules/camelcase": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/args/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/args/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/args/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/args/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/args/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/args/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/argsarray": {
|
|
"version": "0.0.1",
|
|
"license": "WTFPL"
|
|
},
|
|
"node_modules/argv-formatter": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/array-find-index": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/array-ify": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/array-includes": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1",
|
|
"get-intrinsic": "^1.1.1",
|
|
"is-string": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array-shuffle": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.every": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.0",
|
|
"is-string": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flat": {
|
|
"version": "1.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/array.prototype.flatmap": {
|
|
"version": "1.2.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.0",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/arrify": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/asmcrypto.js": {
|
|
"version": "2.3.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/asn1": {
|
|
"version": "0.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"node_modules/asn1.js": {
|
|
"version": "5.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.0.0",
|
|
"inherits": "^2.0.1",
|
|
"minimalistic-assert": "^1.0.0",
|
|
"safer-buffer": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/assert-plus": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/assertion-error": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/astral-regex": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/async": {
|
|
"version": "3.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/asynckit": {
|
|
"version": "0.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/at-least-node": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/atomic-sleep": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.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/aws-sign2": {
|
|
"version": "0.7.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/aws4": {
|
|
"version": "1.11.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/axios": {
|
|
"version": "0.25.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.14.7"
|
|
}
|
|
},
|
|
"node_modules/backo2": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/base-x": {
|
|
"version": "3.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/base64-arraybuffer": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/base64-js": {
|
|
"version": "1.5.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bc-bip68": {
|
|
"version": "1.0.5",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=4.5.0"
|
|
}
|
|
},
|
|
"node_modules/bch-encrypt-lib": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eccrypto-js": "^5.3.0",
|
|
"wif": "^2.0.6"
|
|
}
|
|
},
|
|
"node_modules/bchaddrjs-slp": {
|
|
"version": "0.2.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bs58check": "^2.1.2",
|
|
"cashaddrjs-slp": "^0.2.11"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/bcrypt-pbkdf": {
|
|
"version": "1.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"tweetnacl": "^0.14.3"
|
|
}
|
|
},
|
|
"node_modules/bcryptjs": {
|
|
"version": "2.4.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bech32": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/before-after-hook": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/big-integer": {
|
|
"version": "1.6.51",
|
|
"license": "Unlicense",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/big.js": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/bigi": {
|
|
"version": "1.4.2"
|
|
},
|
|
"node_modules/bignumber.js": {
|
|
"version": "9.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/binary": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"buffers": "~0.1.1",
|
|
"chainsaw": "~0.1.0"
|
|
}
|
|
},
|
|
"node_modules/binary-extensions": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/bindings": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"file-uri-to-path": "1.0.0"
|
|
}
|
|
},
|
|
"node_modules/bintrees": {
|
|
"version": "1.0.1",
|
|
"optional": true
|
|
},
|
|
"node_modules/bip-schnorr": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ecurve": "^1.0.6",
|
|
"js-sha256": "^0.9.0",
|
|
"random-bytes": "^1.0.0",
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/bip38": {
|
|
"version": "2.0.2",
|
|
"dependencies": {
|
|
"bigi": "^1.2.0",
|
|
"browserify-aes": "^1.0.1",
|
|
"bs58check": "<3.0.0",
|
|
"buffer-xor": "^1.0.2",
|
|
"create-hash": "^1.1.1",
|
|
"ecurve": "^1.0.0",
|
|
"scryptsy": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/bip39": {
|
|
"version": "3.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "11.11.6",
|
|
"create-hash": "^1.1.0",
|
|
"pbkdf2": "^3.0.9",
|
|
"randombytes": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/bip39/node_modules/@types/node": {
|
|
"version": "11.11.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bip66": {
|
|
"version": "1.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/bitcoinjs-message": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bs58check": "^2.0.2",
|
|
"buffer-equals": "^1.0.3",
|
|
"create-hash": "^1.1.2",
|
|
"secp256k1": "^3.0.1",
|
|
"varuint-bitcoin": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/bl": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"node_modules/bl/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/blakejs": {
|
|
"version": "1.1.1",
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/blob-to-it": {
|
|
"version": "1.0.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"browser-readablestream-to-it": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/blockstore-core": {
|
|
"version": "1.0.2",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"interface-blockstore": "^2.0.2",
|
|
"interface-store": "^2.0.1",
|
|
"it-drain": "^1.0.4",
|
|
"it-filter": "^1.0.2",
|
|
"it-take": "^1.0.1",
|
|
"multiformats": "^9.4.7"
|
|
}
|
|
},
|
|
"node_modules/blockstore-datastore-adapter": {
|
|
"version": "2.0.3",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"blockstore-core": "^1.0.0",
|
|
"err-code": "^3.0.1",
|
|
"interface-blockstore": "^2.0.2",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-drain": "^1.0.1",
|
|
"it-pushable": "^1.4.2",
|
|
"multiformats": "^9.1.0"
|
|
}
|
|
},
|
|
"node_modules/bluebird": {
|
|
"version": "3.5.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bn.js": {
|
|
"version": "4.11.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bottleneck": {
|
|
"version": "2.19.5",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/boxen": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-align": "^3.0.0",
|
|
"camelcase": "^6.2.0",
|
|
"chalk": "^4.1.0",
|
|
"cli-boxes": "^2.2.1",
|
|
"string-width": "^4.2.2",
|
|
"type-fest": "^0.20.2",
|
|
"widest-line": "^3.1.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/boxen/node_modules/camelcase": {
|
|
"version": "6.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/boxen/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/boxen/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/boxen/node_modules/type-fest": {
|
|
"version": "0.20.2",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/braces": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fill-range": "^7.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/brorand": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/browser-readablestream-to-it": {
|
|
"version": "1.0.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/browser-stdout": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/browserify-aes": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-xor": "^1.0.3",
|
|
"cipher-base": "^1.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"evp_bytestokey": "^1.0.3",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/browserify-zlib": {
|
|
"version": "0.1.4",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"pako": "~0.2.0"
|
|
}
|
|
},
|
|
"node_modules/browserify-zlib/node_modules/pako": {
|
|
"version": "0.2.9",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/browserslist": {
|
|
"version": "4.17.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"caniuse-lite": "^1.0.30001264",
|
|
"electron-to-chromium": "^1.3.857",
|
|
"escalade": "^3.1.1",
|
|
"node-releases": "^1.1.77",
|
|
"picocolors": "^0.2.1"
|
|
},
|
|
"bin": {
|
|
"browserslist": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
}
|
|
},
|
|
"node_modules/bs58": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base-x": "^3.0.2"
|
|
}
|
|
},
|
|
"node_modules/bs58check": {
|
|
"version": "2.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bs58": "^4.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"node_modules/bson": {
|
|
"version": "1.1.6",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.6.19"
|
|
}
|
|
},
|
|
"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/buffer-crc32": {
|
|
"version": "0.2.13",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/buffer-equal-constant-time": {
|
|
"version": "1.0.1",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/buffer-equals": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/buffer-from": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/buffer-xor": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/buffers": {
|
|
"version": "0.1.1",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=0.2.0"
|
|
}
|
|
},
|
|
"node_modules/byteman": {
|
|
"version": "1.3.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/bytes": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/cache-content-type": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-types": "^2.1.18",
|
|
"ylru": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/cacheable-lookup": {
|
|
"version": "5.0.4",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10.6.0"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone-response": "^1.0.2",
|
|
"get-stream": "^5.1.0",
|
|
"http-cache-semantics": "^4.0.0",
|
|
"keyv": "^3.0.0",
|
|
"lowercase-keys": "^2.0.0",
|
|
"normalize-url": "^4.1.0",
|
|
"responselike": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cacheable-request/node_modules/lowercase-keys": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cachedir": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/caching-transform": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/camel-case": {
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pascal-case": "^3.1.2",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/camelcase": {
|
|
"version": "5.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/camelcase-keys": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"camelcase": "^2.0.0",
|
|
"map-obj": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/camelcase-keys/node_modules/camelcase": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/caniuse-lite": {
|
|
"version": "1.0.30001265",
|
|
"dev": true,
|
|
"license": "CC-BY-4.0",
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/browserslist"
|
|
}
|
|
},
|
|
"node_modules/capital-case": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3",
|
|
"upper-case-first": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/cardinal": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansicolors": "~0.3.2",
|
|
"redeyed": "~2.1.0"
|
|
},
|
|
"bin": {
|
|
"cdl": "bin/cdl.js"
|
|
}
|
|
},
|
|
"node_modules/caseless": {
|
|
"version": "0.12.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/cashaddrjs-slp": {
|
|
"version": "0.2.12",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"big-integer": "^1.6.34"
|
|
}
|
|
},
|
|
"node_modules/catering": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-tick": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/cborg": {
|
|
"version": "1.6.0",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"cborg": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/chai": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assertion-error": "^1.1.0",
|
|
"check-error": "^1.0.2",
|
|
"deep-eql": "^3.0.1",
|
|
"get-func-name": "^2.0.0",
|
|
"pathval": "^1.1.0",
|
|
"type-detect": "^4.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/chainsaw": {
|
|
"version": "0.1.0",
|
|
"license": "MIT/X11",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"traverse": ">=0.3.0 <0.4"
|
|
}
|
|
},
|
|
"node_modules/chainsaw/node_modules/traverse": {
|
|
"version": "0.3.9",
|
|
"license": "MIT/X11",
|
|
"peer": true
|
|
},
|
|
"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/change-case": {
|
|
"version": "4.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camel-case": "^4.1.2",
|
|
"capital-case": "^1.0.4",
|
|
"constant-case": "^3.0.4",
|
|
"dot-case": "^3.0.4",
|
|
"header-case": "^2.0.4",
|
|
"no-case": "^3.0.4",
|
|
"param-case": "^3.0.4",
|
|
"pascal-case": "^3.1.2",
|
|
"path-case": "^3.0.4",
|
|
"sentence-case": "^3.0.4",
|
|
"snake-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/check-error": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/chokidar": {
|
|
"version": "3.4.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"anymatch": "~3.1.1",
|
|
"braces": "~3.0.2",
|
|
"glob-parent": "~5.1.0",
|
|
"is-binary-path": "~2.1.0",
|
|
"is-glob": "~4.0.1",
|
|
"normalize-path": "~3.0.0",
|
|
"readdirp": "~3.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.10.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.1.2"
|
|
}
|
|
},
|
|
"node_modules/chownr": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/ci-info": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cipher-base": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/class-is": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/clean-stack": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/cli-boxes": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/cli-table3": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object-assign": "^4.1.0",
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "10.* || >= 12.*"
|
|
},
|
|
"optionalDependencies": {
|
|
"colors": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/cli-table3/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cli-table3/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/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/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/clone-response": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-response": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/cls-bluebird": {
|
|
"version": "2.1.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"is-bluebird": "^1.0.2",
|
|
"shimmer": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/cluster-key-slot": {
|
|
"version": "1.1.0",
|
|
"license": "APACHE-2.0",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/co": {
|
|
"version": "4.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">= 1.0.0",
|
|
"node": ">= 0.12.0"
|
|
}
|
|
},
|
|
"node_modules/co-body": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inflation": "^2.0.0",
|
|
"qs": "^6.5.2",
|
|
"raw-body": "^2.3.3",
|
|
"type-is": "^1.6.16"
|
|
}
|
|
},
|
|
"node_modules/code-point-at": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/coercer": {
|
|
"version": "1.1.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/color": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.1",
|
|
"color-string": "^1.5.2"
|
|
}
|
|
},
|
|
"node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "~1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/color-name": {
|
|
"version": "1.1.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/color-string": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "^1.0.0",
|
|
"simple-swizzle": "^0.2.2"
|
|
}
|
|
},
|
|
"node_modules/color-support": {
|
|
"version": "1.1.3",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"color-support": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/color/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/color/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/colors": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/colorspace": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color": "3.0.x",
|
|
"text-hex": "1.0.x"
|
|
}
|
|
},
|
|
"node_modules/combine-errors": {
|
|
"version": "3.0.3",
|
|
"dependencies": {
|
|
"custom-error-instance": "2.1.1",
|
|
"lodash.uniqby": "4.5.0"
|
|
}
|
|
},
|
|
"node_modules/combined-stream": {
|
|
"version": "1.0.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"delayed-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/commander": {
|
|
"version": "2.20.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/commondir": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/compare-func": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-ify": "^1.0.0",
|
|
"dot-prop": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/compare-versions": {
|
|
"version": "3.6.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/concat-stream": {
|
|
"version": "1.6.2",
|
|
"engines": [
|
|
"node >= 0.8"
|
|
],
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.2.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"node_modules/configstore": {
|
|
"version": "5.0.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"dot-prop": "^5.2.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"make-dir": "^3.0.0",
|
|
"unique-string": "^2.0.0",
|
|
"write-file-atomic": "^3.0.0",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/constant-case": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3",
|
|
"upper-case": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/contains-path": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/content-disposition": {
|
|
"version": "0.5.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "5.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/content-disposition/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/content-type": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-angular": {
|
|
"version": "5.0.13",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"compare-func": "^2.0.0",
|
|
"q": "^1.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"compare-func": "^2.0.0",
|
|
"conventional-commits-filter": "^2.0.7",
|
|
"dateformat": "^3.0.0",
|
|
"handlebars": "^4.7.6",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"lodash": "^4.17.15",
|
|
"meow": "^8.0.0",
|
|
"semver": "^6.0.0",
|
|
"split": "^1.0.0",
|
|
"through2": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"conventional-changelog-writer": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/camelcase-keys": {
|
|
"version": "6.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase": "^5.3.1",
|
|
"map-obj": "^4.0.0",
|
|
"quick-lru": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/dateformat": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/map-obj": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/meow": {
|
|
"version": "8.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/minimist": "^1.2.0",
|
|
"camelcase-keys": "^6.2.2",
|
|
"decamelize-keys": "^1.1.0",
|
|
"hard-rejection": "^2.1.0",
|
|
"minimist-options": "4.1.0",
|
|
"normalize-package-data": "^3.0.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"redent": "^3.0.0",
|
|
"trim-newlines": "^3.0.0",
|
|
"type-fest": "^0.18.0",
|
|
"yargs-parser": "^20.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"is-core-module": "^2.5.0",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/normalize-package-data/node_modules/semver": {
|
|
"version": "7.3.5",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/redent": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"indent-string": "^4.0.0",
|
|
"strip-indent": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/strip-indent": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"min-indent": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/through2": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "3"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/trim-newlines": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/type-fest": {
|
|
"version": "0.18.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/conventional-changelog-writer/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-filter": {
|
|
"version": "2.0.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.ismatch": "^4.4.0",
|
|
"modify-values": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser": {
|
|
"version": "3.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-text-path": "^1.0.1",
|
|
"JSONStream": "^1.0.4",
|
|
"lodash": "^4.17.15",
|
|
"meow": "^8.0.0",
|
|
"split2": "^3.0.0",
|
|
"through2": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"conventional-commits-parser": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/camelcase-keys": {
|
|
"version": "6.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"camelcase": "^5.3.1",
|
|
"map-obj": "^4.0.0",
|
|
"quick-lru": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/map-obj": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/meow": {
|
|
"version": "8.1.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/minimist": "^1.2.0",
|
|
"camelcase-keys": "^6.2.2",
|
|
"decamelize-keys": "^1.1.0",
|
|
"hard-rejection": "^2.1.0",
|
|
"minimist-options": "4.1.0",
|
|
"normalize-package-data": "^3.0.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"redent": "^3.0.0",
|
|
"trim-newlines": "^3.0.0",
|
|
"type-fest": "^0.18.0",
|
|
"yargs-parser": "^20.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"is-core-module": "^2.5.0",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/redent": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"indent-string": "^4.0.0",
|
|
"strip-indent": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/strip-indent": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"min-indent": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/through2": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "3"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/trim-newlines": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/type-fest": {
|
|
"version": "0.18.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/conventional-commits-parser/node_modules/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/convert-source-map": {
|
|
"version": "1.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.1"
|
|
}
|
|
},
|
|
"node_modules/convert-source-map/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cookies": {
|
|
"version": "0.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "~2.0.0",
|
|
"keygrip": "~1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/copy-to": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/core-util-is": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/cosmiconfig": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/parse-json": "^4.0.0",
|
|
"import-fresh": "^3.2.1",
|
|
"parse-json": "^5.0.0",
|
|
"path-type": "^4.0.0",
|
|
"yaml": "^1.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/coveralls": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"js-yaml": "^3.13.1",
|
|
"lcov-parse": "^1.0.0",
|
|
"log-driver": "^1.2.7",
|
|
"minimist": "^1.2.5",
|
|
"request": "^2.88.2"
|
|
},
|
|
"bin": {
|
|
"coveralls": "bin/coveralls.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/crc": {
|
|
"version": "3.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/crdts": {
|
|
"version": "0.1.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/create-hash": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.1",
|
|
"inherits": "^2.0.1",
|
|
"md5.js": "^1.3.4",
|
|
"ripemd160": "^2.0.1",
|
|
"sha.js": "^2.4.0"
|
|
}
|
|
},
|
|
"node_modules/create-hmac": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cipher-base": "^1.0.3",
|
|
"create-hash": "^1.1.0",
|
|
"inherits": "^2.0.1",
|
|
"ripemd160": "^2.0.0",
|
|
"safe-buffer": "^5.0.1",
|
|
"sha.js": "^2.4.8"
|
|
}
|
|
},
|
|
"node_modules/cross-spawn": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"lru-cache": "^4.0.1",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
}
|
|
},
|
|
"node_modules/crypto-random-string": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/cuid": {
|
|
"version": "2.1.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/currently-unhandled": {
|
|
"version": "0.4.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"array-find-index": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/custom-error-instance": {
|
|
"version": "2.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/d64": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dashdash": {
|
|
"version": "1.14.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/datastore-core": {
|
|
"version": "6.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-drain": "^1.0.4",
|
|
"it-filter": "^1.0.2",
|
|
"it-map": "^1.0.5",
|
|
"it-merge": "^1.0.1",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.2",
|
|
"it-take": "^1.0.1",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/datastore-fs": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"datastore-core": "^6.0.5",
|
|
"fast-write-atomic": "^0.2.0",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-glob": "^1.0.1",
|
|
"it-map": "^1.0.5",
|
|
"it-parallel-batch": "^1.0.9",
|
|
"mkdirp": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/datastore-fs/node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/datastore-level": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"datastore-core": "^6.0.5",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-filter": "^1.0.2",
|
|
"it-map": "^1.0.5",
|
|
"it-sort": "^1.0.0",
|
|
"it-take": "^1.0.1",
|
|
"level": "^7.0.0"
|
|
}
|
|
},
|
|
"node_modules/datastore-pubsub": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"datastore-core": "^6.0.7",
|
|
"debug": "^4.2.0",
|
|
"err-code": "^3.0.1",
|
|
"interface-datastore": "^6.0.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/dateformat": {
|
|
"version": "4.6.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/decamelize": {
|
|
"version": "1.2.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/decamelize-keys": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"decamelize": "^1.1.0",
|
|
"map-obj": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/decompress-response": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-response": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/deep-eql": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-detect": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/deep-equal": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/deep-extend": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/deep-is": {
|
|
"version": "0.1.4",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/default-gateway": {
|
|
"version": "6.0.3",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"execa": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/default-require-extensions": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strip-bom": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/defer-to-connect": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/deferred-leveldown": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "^7.2.0",
|
|
"inherits": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/define-properties": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object-keys": "^1.0.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/defined": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/del": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"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/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/delegates": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/denque": {
|
|
"version": "1.5.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/depd": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/deprecation": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/destroy": {
|
|
"version": "1.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/detect-libc": {
|
|
"version": "1.0.3",
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"detect-libc": "bin/detect-libc.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/diff": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/diff-match-patch": {
|
|
"version": "1.0.5",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/dir-glob": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-type": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dlv": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/dns-over-http-resolver": {
|
|
"version": "1.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.1",
|
|
"native-fetch": "^3.0.0",
|
|
"receptacle": "^1.3.2"
|
|
}
|
|
},
|
|
"node_modules/dns-packet": {
|
|
"version": "5.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@leichtgewicht/ip-codec": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/dns-socket": {
|
|
"version": "4.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dns-packet": "^5.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/doctrine": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/domexception": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"webidl-conversions": "^4.0.2"
|
|
}
|
|
},
|
|
"node_modules/dot-case": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/dot-prop": {
|
|
"version": "5.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/dotignore": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"bin": {
|
|
"ignored": "bin/ignored"
|
|
}
|
|
},
|
|
"node_modules/dottie": {
|
|
"version": "2.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/drbg.js": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"browserify-aes": "^1.0.6",
|
|
"create-hash": "^1.1.2",
|
|
"create-hmac": "^1.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/duplexer2": {
|
|
"version": "0.1.4",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/duplexer3": {
|
|
"version": "0.1.4",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/duplexify": {
|
|
"version": "3.7.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"end-of-stream": "^1.0.0",
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0",
|
|
"stream-shift": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/ecashaddrjs": {
|
|
"version": "1.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"big-integer": "1.6.36"
|
|
}
|
|
},
|
|
"node_modules/ecashaddrjs/node_modules/big-integer": {
|
|
"version": "1.6.36",
|
|
"license": "Unlicense",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/ecc-jsbn": {
|
|
"version": "0.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/ecc-jsbn/node_modules/jsbn": {
|
|
"version": "0.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/eccrypto-js": {
|
|
"version": "5.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aes-js": "3.1.2",
|
|
"enc-utils": "2.1.0",
|
|
"hash.js": "1.1.7",
|
|
"js-sha3": "0.8.0",
|
|
"pbkdf2": "^3.0.17",
|
|
"randombytes": "2.1.0",
|
|
"secp256k1": "3.8.0"
|
|
}
|
|
},
|
|
"node_modules/ecdsa-sig-formatter": {
|
|
"version": "1.0.11",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/ecurve": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bigi": "^1.1.0",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/ee-first": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ejs": {
|
|
"version": "3.1.6",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"jake": "^10.6.1"
|
|
},
|
|
"bin": {
|
|
"ejs": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/electron": {
|
|
"version": "1.8.8",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@types/node": "^8.0.24",
|
|
"electron-download": "^3.0.1",
|
|
"extract-zip": "^1.0.3"
|
|
},
|
|
"bin": {
|
|
"electron": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/electron-download": {
|
|
"version": "3.3.0",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"fs-extra": "^0.30.0",
|
|
"home-path": "^1.0.1",
|
|
"minimist": "^1.2.0",
|
|
"nugget": "^2.0.0",
|
|
"path-exists": "^2.1.0",
|
|
"rc": "^1.1.2",
|
|
"semver": "^5.3.0",
|
|
"sumchecker": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"electron-download": "build/cli.js"
|
|
}
|
|
},
|
|
"node_modules/electron-download/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-download/node_modules/fs-extra": {
|
|
"version": "0.30.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"jsonfile": "^2.1.0",
|
|
"klaw": "^1.0.0",
|
|
"path-is-absolute": "^1.0.0",
|
|
"rimraf": "^2.2.8"
|
|
}
|
|
},
|
|
"node_modules/electron-download/node_modules/jsonfile": {
|
|
"version": "2.4.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/electron-download/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/electron-download/node_modules/rimraf": {
|
|
"version": "2.7.1",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/electron-download/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/electron-eval": {
|
|
"version": "0.9.10",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"cross-spawn": "^5.1.0",
|
|
"electron": "^1.6.11",
|
|
"ndjson": "^1.5.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"headless": "https://github.com/paulkernfeld/node-headless/tarball/master"
|
|
}
|
|
},
|
|
"node_modules/electron-fetch": {
|
|
"version": "1.7.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encoding": "^0.1.13"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/electron-to-chromium": {
|
|
"version": "1.3.866",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/electron-webrtc": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"electron-eval": "^0.9.0",
|
|
"get-browser-rtc": "^1.0.2",
|
|
"hat": "^0.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/electron-webrtc/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/electron-webrtc/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/electron/node_modules/@types/node": {
|
|
"version": "8.10.66",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/elliptic": {
|
|
"version": "6.5.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "^4.11.9",
|
|
"brorand": "^1.1.0",
|
|
"hash.js": "^1.0.0",
|
|
"hmac-drbg": "^1.0.1",
|
|
"inherits": "^2.0.4",
|
|
"minimalistic-assert": "^1.0.1",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/elliptic/node_modules/bn.js": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/enabled": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/enc-utils": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bn.js": "4.11.8",
|
|
"is-typedarray": "1.0.0",
|
|
"typedarray-to-buffer": "3.1.5"
|
|
}
|
|
},
|
|
"node_modules/encodeurl": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/encoding": {
|
|
"version": "0.1.13",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.2"
|
|
}
|
|
},
|
|
"node_modules/encoding-down": {
|
|
"version": "7.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "^7.2.0",
|
|
"inherits": "^2.0.3",
|
|
"level-codec": "^10.0.0",
|
|
"level-errors": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/end-of-stream": {
|
|
"version": "1.4.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/engine.io-client": {
|
|
"version": "6.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@socket.io/component-emitter": "~3.0.0",
|
|
"debug": "~4.3.1",
|
|
"engine.io-parser": "~5.0.0",
|
|
"has-cors": "1.1.0",
|
|
"parseqs": "0.0.6",
|
|
"parseuri": "0.0.6",
|
|
"ws": "~8.2.3",
|
|
"xmlhttprequest-ssl": "~2.0.0",
|
|
"yeast": "0.1.2"
|
|
}
|
|
},
|
|
"node_modules/engine.io-client/node_modules/ws": {
|
|
"version": "8.2.3",
|
|
"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/engine.io-parser": {
|
|
"version": "5.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-arraybuffer": "~1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/enquirer": {
|
|
"version": "2.3.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-colors": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/entities": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/env-ci": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"execa": "^4.0.0",
|
|
"java-properties": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/cross-spawn": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/execa": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"get-stream": "^5.0.0",
|
|
"human-signals": "^1.1.1",
|
|
"is-stream": "^2.0.0",
|
|
"merge-stream": "^2.0.0",
|
|
"npm-run-path": "^4.0.0",
|
|
"onetime": "^5.1.0",
|
|
"signal-exit": "^3.0.2",
|
|
"strip-final-newline": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/human-signals": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=8.12.0"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/env-ci/node_modules/which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/err-code": {
|
|
"version": "3.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/errno": {
|
|
"version": "0.1.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prr": "~1.0.1"
|
|
},
|
|
"bin": {
|
|
"errno": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/error-ex": {
|
|
"version": "1.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"node_modules/es-abstract": {
|
|
"version": "1.19.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"es-to-primitive": "^1.2.1",
|
|
"function-bind": "^1.1.1",
|
|
"get-intrinsic": "^1.1.1",
|
|
"get-symbol-description": "^1.0.0",
|
|
"has": "^1.0.3",
|
|
"has-symbols": "^1.0.2",
|
|
"internal-slot": "^1.0.3",
|
|
"is-callable": "^1.2.4",
|
|
"is-negative-zero": "^2.0.1",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.1",
|
|
"is-string": "^1.0.7",
|
|
"is-weakref": "^1.0.1",
|
|
"object-inspect": "^1.11.0",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.2",
|
|
"string.prototype.trimend": "^1.0.4",
|
|
"string.prototype.trimstart": "^1.0.4",
|
|
"unbox-primitive": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-get-iterator": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.0",
|
|
"has-symbols": "^1.0.1",
|
|
"is-arguments": "^1.1.0",
|
|
"is-map": "^2.0.2",
|
|
"is-set": "^2.0.2",
|
|
"is-string": "^1.0.5",
|
|
"isarray": "^2.0.5"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/es-get-iterator/node_modules/isarray": {
|
|
"version": "2.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/es6-promise": {
|
|
"version": "4.2.8",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/es6-promisify": {
|
|
"version": "7.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escalade": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/escape-goat": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/escape-html": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/eslint": {
|
|
"version": "7.19.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"@eslint/eslintrc": "^0.3.0",
|
|
"ajv": "^6.10.0",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.0.1",
|
|
"doctrine": "^3.0.0",
|
|
"enquirer": "^2.3.5",
|
|
"eslint-scope": "^5.1.1",
|
|
"eslint-utils": "^2.1.0",
|
|
"eslint-visitor-keys": "^2.0.0",
|
|
"espree": "^7.3.1",
|
|
"esquery": "^1.2.0",
|
|
"esutils": "^2.0.2",
|
|
"file-entry-cache": "^6.0.0",
|
|
"functional-red-black-tree": "^1.0.1",
|
|
"glob-parent": "^5.0.0",
|
|
"globals": "^12.1.0",
|
|
"ignore": "^4.0.6",
|
|
"import-fresh": "^3.0.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"js-yaml": "^3.13.1",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash": "^4.17.20",
|
|
"minimatch": "^3.0.4",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.1",
|
|
"progress": "^2.0.0",
|
|
"regexpp": "^3.1.0",
|
|
"semver": "^7.2.1",
|
|
"strip-ansi": "^6.0.0",
|
|
"strip-json-comments": "^3.1.0",
|
|
"table": "^6.0.4",
|
|
"text-table": "^0.2.0",
|
|
"v8-compile-cache": "^2.0.3"
|
|
},
|
|
"bin": {
|
|
"eslint": "bin/eslint.js"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-prettier": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"eslint-config-prettier": "bin/cli.js"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=7.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-config-standard": {
|
|
"version": "16.0.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"eslint": "^7.12.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node": {
|
|
"version": "0.3.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"resolve": "^1.20.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-import-resolver-node/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils": {
|
|
"version": "2.7.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.2.7",
|
|
"find-up": "^2.1.0",
|
|
"pkg-dir": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/eslint-module-utils/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import": {
|
|
"version": "2.25.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"array-includes": "^3.1.4",
|
|
"array.prototype.flat": "^1.2.5",
|
|
"debug": "^2.6.9",
|
|
"doctrine": "^2.1.0",
|
|
"eslint-import-resolver-node": "^0.3.6",
|
|
"eslint-module-utils": "^2.6.2",
|
|
"has": "^1.0.3",
|
|
"is-core-module": "^2.7.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^3.0.4",
|
|
"object.values": "^1.1.5",
|
|
"resolve": "^1.20.0",
|
|
"tsconfig-paths": "^3.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-import/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/eslint-plugin-node": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"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/eslint-plugin-es": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"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-node/node_modules/ignore": {
|
|
"version": "5.1.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-node/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-prettier": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prettier-linter-helpers": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=5.0.0",
|
|
"prettier": ">=1.13.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"eslint-config-prettier": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-promise": {
|
|
"version": "4.3.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/eslint-plugin-standard": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"eslint": ">=5.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-scope": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/eslint-utils": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/eslint-visitor-keys": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/cross-spawn": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/eslint/node_modules/which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/espree": {
|
|
"version": "7.3.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"acorn": "^7.4.0",
|
|
"acorn-jsx": "^5.3.1",
|
|
"eslint-visitor-keys": "^1.3.0"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/espree/node_modules/eslint-visitor-keys": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/esprima": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"bin": {
|
|
"esparse": "bin/esparse.js",
|
|
"esvalidate": "bin/esvalidate.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/esquery": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/esquery/node_modules/estraverse": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esrecurse": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esrecurse/node_modules/estraverse": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/estraverse": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/esutils": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/ethers": {
|
|
"version": "5.5.2",
|
|
"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/abi": "5.5.0",
|
|
"@ethersproject/abstract-provider": "5.5.1",
|
|
"@ethersproject/abstract-signer": "5.5.0",
|
|
"@ethersproject/address": "5.5.0",
|
|
"@ethersproject/base64": "5.5.0",
|
|
"@ethersproject/basex": "5.5.0",
|
|
"@ethersproject/bignumber": "5.5.0",
|
|
"@ethersproject/bytes": "5.5.0",
|
|
"@ethersproject/constants": "5.5.0",
|
|
"@ethersproject/contracts": "5.5.0",
|
|
"@ethersproject/hash": "5.5.0",
|
|
"@ethersproject/hdnode": "5.5.0",
|
|
"@ethersproject/json-wallets": "5.5.0",
|
|
"@ethersproject/keccak256": "5.5.0",
|
|
"@ethersproject/logger": "5.5.0",
|
|
"@ethersproject/networks": "5.5.1",
|
|
"@ethersproject/pbkdf2": "5.5.0",
|
|
"@ethersproject/properties": "5.5.0",
|
|
"@ethersproject/providers": "5.5.1",
|
|
"@ethersproject/random": "5.5.0",
|
|
"@ethersproject/rlp": "5.5.0",
|
|
"@ethersproject/sha2": "5.5.0",
|
|
"@ethersproject/signing-key": "5.5.0",
|
|
"@ethersproject/solidity": "5.5.0",
|
|
"@ethersproject/strings": "5.5.0",
|
|
"@ethersproject/transactions": "5.5.0",
|
|
"@ethersproject/units": "5.5.0",
|
|
"@ethersproject/wallet": "5.5.0",
|
|
"@ethersproject/web": "5.5.1",
|
|
"@ethersproject/wordlists": "5.5.0"
|
|
}
|
|
},
|
|
"node_modules/event-iterator": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/event-target-shim": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/eventemitter3": {
|
|
"version": "4.0.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/events": {
|
|
"version": "3.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.x"
|
|
}
|
|
},
|
|
"node_modules/evp_bytestokey": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"md5.js": "^1.3.4",
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
},
|
|
"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/execa/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/execa/node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/execa/node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/execa/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/extend": {
|
|
"version": "3.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/extract-zip": {
|
|
"version": "1.7.0",
|
|
"license": "BSD-2-Clause",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"concat-stream": "^1.6.2",
|
|
"debug": "^2.6.9",
|
|
"mkdirp": "^0.5.4",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"bin": {
|
|
"extract-zip": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/extract-zip/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/extract-zip/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/extsprintf": {
|
|
"version": "1.3.0",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-diff": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/fast-fifo": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-glob": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nodelib/fs.stat": "^2.0.2",
|
|
"@nodelib/fs.walk": "^1.2.3",
|
|
"glob-parent": "^5.1.2",
|
|
"merge2": "^1.3.0",
|
|
"micromatch": "^4.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-levenshtein": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-redact": {
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/fast-safe-stringify": {
|
|
"version": "2.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fast-write-atomic": {
|
|
"version": "0.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fastq": {
|
|
"version": "1.13.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/fd-slicer": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"pend": "~1.2.0"
|
|
}
|
|
},
|
|
"node_modules/fecha": {
|
|
"version": "4.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/figures": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/file-stream-rotator": {
|
|
"version": "0.5.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"moment": "^2.11.2"
|
|
}
|
|
},
|
|
"node_modules/file-type": {
|
|
"version": "16.5.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-web-to-node-stream": "^3.0.0",
|
|
"strtok3": "^6.2.4",
|
|
"token-types": "^4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/file-type?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/file-uri-to-path": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/filelist": {
|
|
"version": "1.0.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"node_modules/filesize": {
|
|
"version": "8.0.6",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/fill-range": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-regex-range": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir": {
|
|
"version": "3.3.2",
|
|
"dev": true,
|
|
"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-cache-dir/node_modules/find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/find-cache-dir/node_modules/pkg-dir": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/find-up": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/find-versions": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver-regex": "^3.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/flat": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"bin": {
|
|
"flat": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/flat-cache": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^3.1.0",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/flatstr": {
|
|
"version": "1.0.12",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/flatted": {
|
|
"version": "3.2.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/fn.name": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fnv1a": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/follow-redirects": {
|
|
"version": "1.14.7",
|
|
"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/foreach": {
|
|
"version": "2.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/foreground-child": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/foreground-child/node_modules/cross-spawn": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/foreground-child/node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/foreground-child/node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/foreground-child/node_modules/which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/forever-agent": {
|
|
"version": "0.6.1",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/formidable": {
|
|
"version": "1.2.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://ko-fi.com/tunnckoCore/commissions"
|
|
}
|
|
},
|
|
"node_modules/fresh": {
|
|
"version": "0.5.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/from2": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/fromentries": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fs-constants": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/fs-extra": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"at-least-node": "^1.0.0",
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/function-bind": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/functional-red-black-tree": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/gar": {
|
|
"version": "1.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/gauge": {
|
|
"version": "3.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.2",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.1",
|
|
"object-assign": "^4.1.1",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/gauge/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/gauge/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/gc-stats": {
|
|
"version": "1.4.0",
|
|
"bundleDependencies": [
|
|
"node-pre-gyp"
|
|
],
|
|
"hasInstallScript": true,
|
|
"license": "Unlicense",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"nan": "^2.13.2",
|
|
"node-pre-gyp": "^0.13.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/aproba": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/are-we-there-yet": {
|
|
"version": "1.1.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^2.0.6"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/balanced-match": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/chownr": {
|
|
"version": "1.1.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/code-point-at": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/core-util-is": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/debug": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/deep-extend": {
|
|
"version": "0.6.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/delegates": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/detect-libc": {
|
|
"version": "1.0.3",
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"bin": {
|
|
"detect-libc": "bin/detect-libc.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/fs-minipass": {
|
|
"version": "1.2.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minipass": "^2.2.1"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/gauge": {
|
|
"version": "2.7.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"aproba": "^1.0.3",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.0",
|
|
"object-assign": "^4.1.0",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^1.0.1",
|
|
"strip-ansi": "^3.0.1",
|
|
"wide-align": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/glob": {
|
|
"version": "7.1.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/iconv-lite": {
|
|
"version": "0.4.24",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/ignore-walk": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/inherits": {
|
|
"version": "2.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/ini": {
|
|
"version": "1.3.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"number-is-nan": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/minimatch": {
|
|
"version": "3.0.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/minimist": {
|
|
"version": "0.0.8",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/minipass": {
|
|
"version": "2.3.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.2",
|
|
"yallist": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/minizlib": {
|
|
"version": "1.2.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minipass": "^2.2.1"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/mkdirp": {
|
|
"version": "0.5.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"minimist": "0.0.8"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/ms": {
|
|
"version": "2.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/needle": {
|
|
"version": "2.3.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"debug": "^4.1.0",
|
|
"iconv-lite": "^0.4.4",
|
|
"sax": "^1.2.4"
|
|
},
|
|
"bin": {
|
|
"needle": "bin/needle"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.4.x"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/node-pre-gyp": {
|
|
"version": "0.13.0",
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"detect-libc": "^1.0.2",
|
|
"mkdirp": "^0.5.1",
|
|
"needle": "^2.2.1",
|
|
"nopt": "^4.0.1",
|
|
"npm-packlist": "^1.1.6",
|
|
"npmlog": "^4.0.2",
|
|
"rc": "^1.2.7",
|
|
"rimraf": "^2.6.1",
|
|
"semver": "^5.3.0",
|
|
"tar": "^4"
|
|
},
|
|
"bin": {
|
|
"node-pre-gyp": "bin/node-pre-gyp"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/nopt": {
|
|
"version": "4.0.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"abbrev": "1",
|
|
"osenv": "^0.1.4"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/npm-bundled": {
|
|
"version": "1.0.6",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/npm-packlist": {
|
|
"version": "1.4.1",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ignore-walk": "^3.0.1",
|
|
"npm-bundled": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/npmlog": {
|
|
"version": "4.1.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"are-we-there-yet": "~1.1.2",
|
|
"console-control-strings": "~1.1.0",
|
|
"gauge": "~2.7.3",
|
|
"set-blocking": "~2.0.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/number-is-nan": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/once": {
|
|
"version": "1.4.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/os-homedir": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/os-tmpdir": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/osenv": {
|
|
"version": "0.1.5",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"os-homedir": "^1.0.0",
|
|
"os-tmpdir": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/process-nextick-args": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/rc": {
|
|
"version": "1.2.8",
|
|
"inBundle": true,
|
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
"optional": true,
|
|
"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/gc-stats/node_modules/rc/node_modules/minimist": {
|
|
"version": "1.2.0",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/readable-stream": {
|
|
"version": "2.3.6",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"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/gc-stats/node_modules/rimraf": {
|
|
"version": "2.6.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/sax": {
|
|
"version": "1.2.4",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/semver": {
|
|
"version": "5.7.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/signal-exit": {
|
|
"version": "3.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/string-width": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"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/gc-stats/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/tar": {
|
|
"version": "4.4.8",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"chownr": "^1.1.1",
|
|
"fs-minipass": "^1.2.5",
|
|
"minipass": "^2.3.4",
|
|
"minizlib": "^1.1.1",
|
|
"mkdirp": "^0.5.0",
|
|
"safe-buffer": "^5.1.2",
|
|
"yallist": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.5"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/wide-align": {
|
|
"version": "1.1.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"string-width": "^1.0.2 || 2"
|
|
}
|
|
},
|
|
"node_modules/gc-stats/node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/gc-stats/node_modules/yallist": {
|
|
"version": "3.0.3",
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/generic-pool": {
|
|
"version": "3.8.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/gensync": {
|
|
"version": "1.0.0-beta.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
}
|
|
},
|
|
"node_modules/get-browser-rtc": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/get-caller-file": {
|
|
"version": "2.0.5",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": "6.* || 8.* || >= 10.*"
|
|
}
|
|
},
|
|
"node_modules/get-folder-size": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gar": "^1.0.4",
|
|
"tiny-each-async": "2.0.3"
|
|
},
|
|
"bin": {
|
|
"get-folder-size": "bin/get-folder-size"
|
|
}
|
|
},
|
|
"node_modules/get-func-name": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/get-intrinsic": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1",
|
|
"has": "^1.0.3",
|
|
"has-symbols": "^1.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/get-iterator": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/get-package-type": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/get-stdin": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"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/getpass": {
|
|
"version": "0.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/git-log-parser": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"through2": "~2.0.0"
|
|
}
|
|
},
|
|
"node_modules/glob": {
|
|
"version": "7.1.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/glob-parent": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-glob": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/global-dirs": {
|
|
"version": "3.0.0",
|
|
"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": "12.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"type-fest": "^0.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/globby": {
|
|
"version": "11.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.1.1",
|
|
"ignore": "^5.1.4",
|
|
"merge2": "^1.3.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/globby/node_modules/ignore": {
|
|
"version": "5.1.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs": {
|
|
"version": "0.11.0",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"cachedir": "^2.3.0",
|
|
"go-platform": "^1.0.0",
|
|
"got": "^11.7.0",
|
|
"gunzip-maybe": "^1.4.2",
|
|
"hasha": "^5.2.2",
|
|
"pkg-conf": "^3.1.0",
|
|
"tar-fs": "^2.1.0",
|
|
"unzip-stream": "^0.3.0"
|
|
},
|
|
"bin": {
|
|
"ipfs": "bin/ipfs"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/@sindresorhus/is": {
|
|
"version": "4.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/@szmarczak/http-timer": {
|
|
"version": "4.0.6",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"defer-to-connect": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/cacheable-request": {
|
|
"version": "7.0.2",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"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/go-ipfs/node_modules/decompress-response": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"mimic-response": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/defer-to-connect": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/find-up": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"locate-path": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/get-stream": {
|
|
"version": "5.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/got": {
|
|
"version": "11.8.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"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/go-ipfs/node_modules/json-buffer": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/go-ipfs/node_modules/keyv": {
|
|
"version": "4.0.4",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/load-json-file": {
|
|
"version": "5.3.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.15",
|
|
"parse-json": "^4.0.0",
|
|
"pify": "^4.0.1",
|
|
"strip-bom": "^3.0.0",
|
|
"type-fest": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/locate-path": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"p-locate": "^3.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/lowercase-keys": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/mimic-response": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/normalize-url": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/p-locate": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"p-limit": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/parse-json": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-better-errors": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/pify": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/pkg-conf": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"find-up": "^3.0.0",
|
|
"load-json-file": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/responselike": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"lowercase-keys": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/go-ipfs/node_modules/type-fest": {
|
|
"version": "0.3.1",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/go-platform": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"bin": {
|
|
"go-platform": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/got": {
|
|
"version": "9.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/is": "^0.14.0",
|
|
"@szmarczak/http-timer": "^1.1.2",
|
|
"cacheable-request": "^6.0.0",
|
|
"decompress-response": "^3.3.0",
|
|
"duplexer3": "^0.1.4",
|
|
"get-stream": "^4.1.0",
|
|
"lowercase-keys": "^1.0.1",
|
|
"mimic-response": "^1.0.1",
|
|
"p-cancelable": "^1.0.0",
|
|
"to-readable-stream": "^1.0.0",
|
|
"url-parse-lax": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/got/node_modules/@sindresorhus/is": {
|
|
"version": "0.14.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/got/node_modules/get-stream": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pump": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/got/node_modules/p-cancelable": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/graceful-fs": {
|
|
"version": "4.2.8",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/growl": {
|
|
"version": "1.10.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.x"
|
|
}
|
|
},
|
|
"node_modules/gunzip-maybe": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"browserify-zlib": "^0.1.4",
|
|
"is-deflate": "^1.0.0",
|
|
"is-gzip": "^1.0.0",
|
|
"peek-stream": "^1.1.0",
|
|
"pumpify": "^1.3.3",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"bin": {
|
|
"gunzip-maybe": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/hamt-sharding": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"sparse-array": "^1.3.1",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/handlebars": {
|
|
"version": "4.7.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.5",
|
|
"neo-async": "^2.6.0",
|
|
"source-map": "^0.6.1",
|
|
"wordwrap": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"handlebars": "bin/handlebars"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.7"
|
|
},
|
|
"optionalDependencies": {
|
|
"uglify-js": "^3.1.4"
|
|
}
|
|
},
|
|
"node_modules/hapi-pino": {
|
|
"version": "8.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0",
|
|
"abstract-logging": "^2.0.0",
|
|
"pino": "^6.0.0",
|
|
"pino-pretty": "^4.0.0"
|
|
}
|
|
},
|
|
"node_modules/har-schema": {
|
|
"version": "2.0.0",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/har-validator": {
|
|
"version": "5.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.3",
|
|
"har-schema": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/hard-rejection": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"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-bigints": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-cors": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/has-dynamic-import": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/has-localstorage": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/has-symbols": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-tostringtag": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-symbols": "^1.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/has-yarn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/hash-base": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.6.0",
|
|
"safe-buffer": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/hash-base/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/hash.js": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"minimalistic-assert": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/hasha": {
|
|
"version": "5.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-stream": "^2.0.0",
|
|
"type-fest": "^0.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/hashlru": {
|
|
"version": "2.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hat": {
|
|
"version": "0.0.3",
|
|
"license": "MIT/X11",
|
|
"optional": true
|
|
},
|
|
"node_modules/he": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"he": "bin/he"
|
|
}
|
|
},
|
|
"node_modules/header-case": {
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"capital-case": "^1.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/headless": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/heap": {
|
|
"version": "0.2.7",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/hmac-drbg": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash.js": "^1.0.3",
|
|
"minimalistic-assert": "^1.0.0",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/home-path": {
|
|
"version": "1.0.7",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/hook-std": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/hosted-git-info": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/hosted-git-info/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/hosted-git-info/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/html-escaper": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/http-assert": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deep-equal": "~1.0.1",
|
|
"http-errors": "~1.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/http-cache-semantics": {
|
|
"version": "4.1.0",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/http-errors": {
|
|
"version": "1.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "~1.1.2",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": ">= 1.5.0 < 2",
|
|
"toidentifier": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/http-errors/node_modules/depd": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/http-proxy-agent": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/once": "1",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/http-signature": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"jsprim": "^1.2.2",
|
|
"sshpk": "^1.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8",
|
|
"npm": ">=1.3.7"
|
|
}
|
|
},
|
|
"node_modules/http2-wrapper": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"quick-lru": "^5.1.1",
|
|
"resolve-alpn": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19.0"
|
|
}
|
|
},
|
|
"node_modules/http2-wrapper/node_modules/quick-lru": {
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/https-proxy-agent": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/human-signals": {
|
|
"version": "2.1.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=10.17.0"
|
|
}
|
|
},
|
|
"node_modules/humanize-number": {
|
|
"version": "0.0.2"
|
|
},
|
|
"node_modules/humble-localstorage": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-localstorage": "^1.0.1",
|
|
"localstorage-memory": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/husky": {
|
|
"version": "4.3.8",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^2.0.0",
|
|
"compare-versions": "^3.6.0",
|
|
"cosmiconfig": "^7.0.0",
|
|
"find-versions": "^4.0.0",
|
|
"opencollective-postinstall": "^2.0.2",
|
|
"pkg-dir": "^5.0.0",
|
|
"please-upgrade-node": "^3.2.0",
|
|
"slash": "^3.0.0",
|
|
"which-pm-runs": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"husky-run": "bin/run.js",
|
|
"husky-upgrade": "lib/upgrader/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/husky"
|
|
}
|
|
},
|
|
"node_modules/husky/node_modules/find-up": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/husky/node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/husky/node_modules/p-locate": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/husky/node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/husky/node_modules/pkg-dir": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/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": "4.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/ignore-by-default": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/immediate": {
|
|
"version": "3.2.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/import-fresh": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/import-from": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/import-from/node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/import-lazy": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"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/inflation": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/inflection": {
|
|
"version": "1.12.0",
|
|
"engines": [
|
|
"node >= 0.4.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/ini": {
|
|
"version": "1.3.8",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/interface-blockstore": {
|
|
"version": "2.0.2",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"interface-store": "^2.0.1",
|
|
"multiformats": "^9.0.4"
|
|
}
|
|
},
|
|
"node_modules/interface-datastore": {
|
|
"version": "6.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"interface-store": "^2.0.1",
|
|
"nanoid": "^3.0.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/interface-store": {
|
|
"version": "2.0.1",
|
|
"license": "(Apache-2.0 OR MIT)"
|
|
},
|
|
"node_modules/internal-slot": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-intrinsic": "^1.1.0",
|
|
"has": "^1.0.3",
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/into-stream": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"from2": "^2.3.0",
|
|
"p-is-promise": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/ip-address": {
|
|
"version": "8.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsbn": "1.1.0",
|
|
"sprintf-js": "1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/ip-address/node_modules/sprintf-js": {
|
|
"version": "1.1.2",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/ip-regex": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/ipaddr.js": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/ipfs": {
|
|
"version": "0.60.0",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"ipfs-cli": "^0.10.0",
|
|
"ipfs-core": "^0.12.0",
|
|
"semver": "^7.3.2",
|
|
"update-notifier": "^5.0.0"
|
|
},
|
|
"bin": {
|
|
"jsipfs": "src/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-bitswap": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@vascosantos/moving-average": "^1.1.0",
|
|
"abort-controller": "^3.0.0",
|
|
"any-signal": "^2.1.2",
|
|
"blockstore-core": "^1.0.2",
|
|
"debug": "^4.2.0",
|
|
"err-code": "^3.0.1",
|
|
"interface-blockstore": "^2.0.2",
|
|
"it-length-prefixed": "^5.0.2",
|
|
"it-pipe": "^1.1.0",
|
|
"just-debounce-it": "^1.1.0",
|
|
"libp2p-interfaces": "^1.0.1",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.0.4",
|
|
"native-abort-controller": "^1.0.3",
|
|
"protobufjs": "^6.10.2",
|
|
"readable-stream": "^3.6.0",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^6.0.0",
|
|
"varint-decoder": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-bitswap/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/ipfs-cli": {
|
|
"version": "0.10.2",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@ipld/dag-cbor": "^6.0.5",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"byteman": "^1.3.5",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"execa": "^5.0.0",
|
|
"get-folder-size": "^2.0.1",
|
|
"ipfs-core": "^0.12.2",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-core-utils": "^0.12.2",
|
|
"ipfs-daemon": "^0.10.4",
|
|
"ipfs-http-client": "^54.0.2",
|
|
"ipfs-repo": "^13.0.4",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-all": "^1.0.4",
|
|
"it-concat": "^2.0.0",
|
|
"it-first": "^1.0.4",
|
|
"it-glob": "^1.0.0",
|
|
"it-map": "^1.0.5",
|
|
"it-merge": "^1.0.3",
|
|
"it-pipe": "^1.1.0",
|
|
"it-split": "^1.0.0",
|
|
"it-tar": "^4.0.0",
|
|
"jsondiffpatch": "^0.4.1",
|
|
"libp2p-crypto": "^0.19.7",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"multiaddr-to-uri": "^8.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"parse-duration": "^1.0.0",
|
|
"pretty-bytes": "^5.4.1",
|
|
"progress": "^2.0.3",
|
|
"stream-to-it": "^0.2.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"yargs": "^16.0.3"
|
|
}
|
|
},
|
|
"node_modules/ipfs-cli/node_modules/ipfs-http-client": {
|
|
"version": "54.0.2",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@ipld/dag-cbor": "^6.0.5",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"abort-controller": "^3.0.0",
|
|
"any-signal": "^2.1.2",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-core-utils": "^0.12.2",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-first": "^1.0.6",
|
|
"it-last": "^1.0.4",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"native-abort-controller": "^1.0.3",
|
|
"parse-duration": "^1.0.0",
|
|
"stream-to-it": "^0.2.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=3.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-coord": {
|
|
"version": "6.8.12",
|
|
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.8.12.tgz",
|
|
"integrity": "sha512-EeehCH8Xl8ZyxlO7F8PBSTJL8HBgBMieQckop2keEL6pkEkzsJEV+sq1RN2lrLUGvr2B/IFWwyenkdgZ3gjgMg==",
|
|
"dependencies": {
|
|
"axios": "0.21.4",
|
|
"bch-encrypt-lib": "2.0.0",
|
|
"orbit-db": "0.28.0"
|
|
},
|
|
"peerDependencies": {
|
|
"ipfs": "0.60.0",
|
|
"ipfs-http-client": "55.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-coord/node_modules/axios": {
|
|
"version": "0.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.14.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-core": {
|
|
"version": "0.12.2",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-noise": "^4.0.0",
|
|
"@ipld/car": "^3.1.0",
|
|
"@ipld/dag-cbor": "^6.0.5",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"@multiformats/murmur3": "^1.0.1",
|
|
"any-signal": "^2.1.2",
|
|
"array-shuffle": "^2.0.0",
|
|
"blockstore-core": "^1.0.2",
|
|
"blockstore-datastore-adapter": "^2.0.2",
|
|
"datastore-core": "^6.0.7",
|
|
"datastore-pubsub": "^1.0.0",
|
|
"debug": "^4.1.1",
|
|
"dlv": "^1.1.3",
|
|
"err-code": "^3.0.1",
|
|
"hamt-sharding": "^2.0.0",
|
|
"hashlru": "^2.3.0",
|
|
"interface-blockstore": "^2.0.2",
|
|
"interface-datastore": "^6.0.2",
|
|
"ipfs-bitswap": "^7.0.1",
|
|
"ipfs-core-config": "^0.1.4",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-core-utils": "^0.12.2",
|
|
"ipfs-http-client": "^54.0.2",
|
|
"ipfs-repo": "^13.0.4",
|
|
"ipfs-unixfs": "^6.0.3",
|
|
"ipfs-unixfs-exporter": "^7.0.3",
|
|
"ipfs-unixfs-importer": "^9.0.3",
|
|
"ipfs-utils": "^9.0.2",
|
|
"ipns": "^0.15.0",
|
|
"is-domain-name": "^1.0.1",
|
|
"is-ipfs": "^6.0.1",
|
|
"it-all": "^1.0.4",
|
|
"it-drain": "^1.0.3",
|
|
"it-filter": "^1.0.2",
|
|
"it-first": "^1.0.4",
|
|
"it-last": "^1.0.4",
|
|
"it-map": "^1.0.4",
|
|
"it-merge": "^1.0.2",
|
|
"it-parallel": "^1.0.0",
|
|
"it-peekable": "^1.0.2",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.2",
|
|
"it-tar": "^4.0.0",
|
|
"it-to-buffer": "^2.0.0",
|
|
"just-safe-set": "^2.2.1",
|
|
"libp2p": "^0.33.0",
|
|
"libp2p-bootstrap": "^0.13.0",
|
|
"libp2p-crypto": "^0.19.7",
|
|
"libp2p-delegated-content-routing": "^0.11.0",
|
|
"libp2p-delegated-peer-routing": "^0.10.0",
|
|
"libp2p-record": "^0.10.3",
|
|
"mafmt": "^10.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"mortice": "^2.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"multiaddr-to-uri": "^8.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"native-abort-controller": "^1.0.3",
|
|
"pako": "^1.0.2",
|
|
"parse-duration": "^1.0.0",
|
|
"peer-id": "^0.15.1",
|
|
"timeout-abort-controller": "^1.1.1",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-core-config": {
|
|
"version": "0.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@chainsafe/libp2p-noise": "^4.0.0",
|
|
"blockstore-datastore-adapter": "^2.0.2",
|
|
"datastore-core": "^6.0.7",
|
|
"datastore-fs": "^6.0.1",
|
|
"datastore-level": "^7.0.1",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"hashlru": "^2.3.0",
|
|
"ipfs-repo": "^13.0.4",
|
|
"ipfs-utils": "^9.0.2",
|
|
"ipns": "^0.15.0",
|
|
"is-ipfs": "^6.0.1",
|
|
"it-all": "^1.0.4",
|
|
"it-drain": "^1.0.3",
|
|
"libp2p-floodsub": "^0.27.0",
|
|
"libp2p-gossipsub": "^0.11.1",
|
|
"libp2p-kad-dht": "^0.25.0",
|
|
"libp2p-mdns": "^0.17.0",
|
|
"libp2p-mplex": "^0.10.2",
|
|
"libp2p-tcp": "^0.17.1",
|
|
"libp2p-webrtc-star": "^0.24.0",
|
|
"libp2p-websockets": "^0.16.2",
|
|
"p-queue": "^6.6.1",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-core-types": {
|
|
"version": "0.8.4",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"interface-datastore": "^6.0.2",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13"
|
|
}
|
|
},
|
|
"node_modules/ipfs-core-utils": {
|
|
"version": "0.12.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-signal": "^2.1.2",
|
|
"blob-to-it": "^1.0.1",
|
|
"browser-readablestream-to-it": "^1.0.1",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-unixfs": "^6.0.3",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-all": "^1.0.4",
|
|
"it-map": "^1.0.4",
|
|
"it-peekable": "^1.0.2",
|
|
"it-to-stream": "^1.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiaddr-to-uri": "^8.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"nanoid": "^3.1.23",
|
|
"parse-duration": "^1.0.0",
|
|
"timeout-abort-controller": "^1.1.1",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-core/node_modules/ipfs-http-client": {
|
|
"version": "54.0.2",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@ipld/dag-cbor": "^6.0.5",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"abort-controller": "^3.0.0",
|
|
"any-signal": "^2.1.2",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-core-utils": "^0.12.2",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-first": "^1.0.6",
|
|
"it-last": "^1.0.4",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"native-abort-controller": "^1.0.3",
|
|
"parse-duration": "^1.0.0",
|
|
"stream-to-it": "^0.2.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=3.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-daemon": {
|
|
"version": "0.10.4",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@mapbox/node-pre-gyp": "^1.0.5",
|
|
"debug": "^4.1.1",
|
|
"ipfs-core": "^0.12.2",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-grpc-server": "^0.7.4",
|
|
"ipfs-http-gateway": "^0.7.4",
|
|
"ipfs-http-server": "^0.9.2",
|
|
"ipfs-utils": "^9.0.2",
|
|
"just-safe-set": "^2.2.1",
|
|
"libp2p": "^0.33.0",
|
|
"libp2p-webrtc-star": "^0.24.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"electron-webrtc": "^0.3.0",
|
|
"prom-client": "^12.0.0",
|
|
"prometheus-gc-stats": "^0.6.0",
|
|
"wrtc": "^0.4.6"
|
|
}
|
|
},
|
|
"node_modules/ipfs-grpc-protocol": {
|
|
"version": "0.5.5",
|
|
"license": "(Apache-2.0 OR MIT)"
|
|
},
|
|
"node_modules/ipfs-grpc-server": {
|
|
"version": "0.7.4",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.1.8",
|
|
"change-case": "^4.1.1",
|
|
"coercer": "^1.1.2",
|
|
"debug": "^4.1.1",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-grpc-protocol": "^0.5.4",
|
|
"it-first": "^1.0.4",
|
|
"it-map": "^1.0.4",
|
|
"it-peekable": "^1.0.2",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.2",
|
|
"multiaddr": "^10.0.0",
|
|
"nanoid": "^3.1.23",
|
|
"protobufjs": "^6.10.2",
|
|
"ws": "^7.3.1"
|
|
}
|
|
},
|
|
"node_modules/ipfs-http-client": {
|
|
"version": "55.0.0",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@ipld/dag-cbor": "^7.0.0",
|
|
"@ipld/dag-json": "^8.0.1",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"abort-controller": "^3.0.0",
|
|
"any-signal": "^2.1.2",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-core-types": "^0.9.0",
|
|
"ipfs-core-utils": "^0.13.0",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-first": "^1.0.6",
|
|
"it-last": "^1.0.4",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"native-abort-controller": "^1.0.3",
|
|
"parse-duration": "^1.0.0",
|
|
"stream-to-it": "^0.2.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=3.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-http-client/node_modules/@ipld/dag-cbor": {
|
|
"version": "7.0.0",
|
|
"license": "(Apache-2.0 AND MIT)",
|
|
"dependencies": {
|
|
"cborg": "^1.6.0",
|
|
"multiformats": "^9.5.4"
|
|
}
|
|
},
|
|
"node_modules/ipfs-http-client/node_modules/ipfs-core-types": {
|
|
"version": "0.9.0",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"interface-datastore": "^6.0.2",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13"
|
|
}
|
|
},
|
|
"node_modules/ipfs-http-client/node_modules/ipfs-core-utils": {
|
|
"version": "0.13.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-signal": "^2.1.2",
|
|
"blob-to-it": "^1.0.1",
|
|
"browser-readablestream-to-it": "^1.0.1",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-core-types": "^0.9.0",
|
|
"ipfs-unixfs": "^6.0.3",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-all": "^1.0.4",
|
|
"it-map": "^1.0.4",
|
|
"it-peekable": "^1.0.2",
|
|
"it-to-stream": "^1.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiaddr-to-uri": "^8.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"nanoid": "^3.1.23",
|
|
"parse-duration": "^1.0.0",
|
|
"timeout-abort-controller": "^2.0.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-http-client/node_modules/timeout-abort-controller": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"native-abort-controller": "^1.0.4",
|
|
"retimer": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-http-gateway": {
|
|
"version": "0.7.4",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@hapi/ammo": "^5.0.1",
|
|
"@hapi/boom": "^9.1.0",
|
|
"@hapi/hapi": "^20.0.0",
|
|
"debug": "^4.1.1",
|
|
"hapi-pino": "^8.3.0",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-http-response": "^1.0.5",
|
|
"is-ipfs": "^6.0.1",
|
|
"it-last": "^1.0.4",
|
|
"it-to-stream": "^1.0.0",
|
|
"joi": "^17.2.1",
|
|
"multiformats": "^9.4.13",
|
|
"uint8arrays": "^3.0.0",
|
|
"uri-to-multiaddr": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-http-response": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.1",
|
|
"ejs": "^3.1.6",
|
|
"file-type": "^16.0.0",
|
|
"filesize": "^8.0.0",
|
|
"it-buffer": "^0.1.1",
|
|
"it-concat": "^2.0.0",
|
|
"it-reader": "^3.0.0",
|
|
"it-to-stream": "^1.0.0",
|
|
"mime-types": "^2.1.30",
|
|
"p-try-each": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/ipfs-http-server": {
|
|
"version": "0.9.2",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@hapi/boom": "^9.1.0",
|
|
"@hapi/content": "^5.0.2",
|
|
"@hapi/hapi": "^20.0.0",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"abort-controller": "^3.0.0",
|
|
"debug": "^4.1.1",
|
|
"dlv": "^1.1.3",
|
|
"err-code": "^3.0.1",
|
|
"hapi-pino": "^8.3.0",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-core-utils": "^0.12.2",
|
|
"ipfs-http-gateway": "^0.7.4",
|
|
"ipfs-unixfs": "^6.0.3",
|
|
"it-all": "^1.0.4",
|
|
"it-drain": "^1.0.3",
|
|
"it-filter": "^1.0.2",
|
|
"it-first": "^1.0.4",
|
|
"it-last": "^1.0.4",
|
|
"it-map": "^1.0.4",
|
|
"it-merge": "^1.0.2",
|
|
"it-multipart": "^2.0.0",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.2",
|
|
"it-reduce": "^1.0.5",
|
|
"joi": "^17.2.1",
|
|
"just-safe-set": "^2.2.1",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"native-abort-controller": "^1.0.3",
|
|
"parse-duration": "^1.0.0",
|
|
"stream-to-it": "^0.2.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"uri-to-multiaddr": "^6.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"prom-client": "^12.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-log": {
|
|
"version": "5.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-stringify-deterministic": "^1.0.1",
|
|
"multihashing-async": "^2.0.1",
|
|
"orbit-db-identity-provider": "^0.3.1",
|
|
"orbit-db-io": "^1.0.1",
|
|
"p-do-whilst": "^1.1.0",
|
|
"p-each-series": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"p-whilst": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-log/node_modules/multibase": {
|
|
"version": "4.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@multiformats/base-x": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-log/node_modules/multihashes": {
|
|
"version": "4.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"multibase": "^4.0.1",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^5.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-log/node_modules/multihashing-async": {
|
|
"version": "2.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"blakejs": "^1.1.0",
|
|
"err-code": "^3.0.0",
|
|
"js-sha3": "^0.8.0",
|
|
"multihashes": "^4.0.1",
|
|
"murmurhash3js-revisited": "^3.0.0",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-log/node_modules/varint": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ipfs-pubsub-1on1": {
|
|
"version": "0.0.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.1"
|
|
}
|
|
},
|
|
"node_modules/ipfs-pubsub-peer-monitor": {
|
|
"version": "0.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-forever": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-repo": {
|
|
"version": "13.0.7",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@ipld/dag-pb": "^2.1.0",
|
|
"bytes": "^3.1.0",
|
|
"cborg": "^1.3.4",
|
|
"datastore-core": "^6.0.7",
|
|
"debug": "^4.1.0",
|
|
"err-code": "^3.0.1",
|
|
"interface-blockstore": "^2.0.2",
|
|
"interface-datastore": "^6.0.2",
|
|
"ipfs-repo-migrations": "^11.0.2",
|
|
"it-drain": "^1.0.1",
|
|
"it-filter": "^1.0.2",
|
|
"it-first": "^1.0.2",
|
|
"it-map": "^1.0.5",
|
|
"it-merge": "^1.0.2",
|
|
"it-parallel-batch": "^1.0.9",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.0",
|
|
"just-safe-get": "^2.0.0",
|
|
"just-safe-set": "^2.1.0",
|
|
"merge-options": "^3.0.4",
|
|
"mortice": "^2.0.1",
|
|
"multiformats": "^9.0.4",
|
|
"p-queue": "^6.0.0",
|
|
"proper-lockfile": "^4.0.0",
|
|
"sort-keys": "^4.2.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-repo-migrations": {
|
|
"version": "11.0.2",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"@ipld/dag-pb": "^2.0.0",
|
|
"cborg": "^1.3.1",
|
|
"datastore-core": "^6.0.7",
|
|
"debug": "^4.1.0",
|
|
"fnv1a": "^1.0.1",
|
|
"interface-blockstore": "^2.0.2",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-length": "^1.0.1",
|
|
"multiformats": "^9.0.0",
|
|
"protobufjs": "^6.10.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-unixfs": {
|
|
"version": "6.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"protobufjs": "^6.10.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-unixfs-exporter": {
|
|
"version": "7.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ipld/dag-cbor": "^6.0.4",
|
|
"@ipld/dag-pb": "^2.0.2",
|
|
"@multiformats/murmur3": "^1.0.3",
|
|
"err-code": "^3.0.1",
|
|
"hamt-sharding": "^2.0.0",
|
|
"interface-blockstore": "^1.0.0",
|
|
"ipfs-unixfs": "^6.0.6",
|
|
"it-last": "^1.0.5",
|
|
"multiformats": "^9.4.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-unixfs-exporter/node_modules/interface-blockstore": {
|
|
"version": "1.0.2",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"interface-store": "^1.0.2",
|
|
"it-all": "^1.0.5",
|
|
"it-drain": "^1.0.4",
|
|
"it-filter": "^1.0.2",
|
|
"it-take": "^1.0.1",
|
|
"multiformats": "^9.0.4"
|
|
}
|
|
},
|
|
"node_modules/ipfs-unixfs-exporter/node_modules/interface-store": {
|
|
"version": "1.0.2",
|
|
"license": "(Apache-2.0 OR MIT)"
|
|
},
|
|
"node_modules/ipfs-unixfs-importer": {
|
|
"version": "9.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ipld/dag-pb": "^2.0.2",
|
|
"@multiformats/murmur3": "^1.0.3",
|
|
"bl": "^5.0.0",
|
|
"err-code": "^3.0.1",
|
|
"hamt-sharding": "^2.0.0",
|
|
"interface-blockstore": "^1.0.0",
|
|
"ipfs-unixfs": "^6.0.6",
|
|
"it-all": "^1.0.5",
|
|
"it-batch": "^1.0.8",
|
|
"it-first": "^1.0.6",
|
|
"it-parallel-batch": "^1.0.9",
|
|
"merge-options": "^3.0.4",
|
|
"multiformats": "^9.4.2",
|
|
"rabin-wasm": "^0.1.4",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipfs-unixfs-importer/node_modules/interface-blockstore": {
|
|
"version": "1.0.2",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"interface-store": "^1.0.2",
|
|
"it-all": "^1.0.5",
|
|
"it-drain": "^1.0.4",
|
|
"it-filter": "^1.0.2",
|
|
"it-take": "^1.0.1",
|
|
"multiformats": "^9.0.4"
|
|
}
|
|
},
|
|
"node_modules/ipfs-unixfs-importer/node_modules/interface-store": {
|
|
"version": "1.0.2",
|
|
"license": "(Apache-2.0 OR MIT)"
|
|
},
|
|
"node_modules/ipfs-utils": {
|
|
"version": "9.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"any-signal": "^2.1.0",
|
|
"buffer": "^6.0.1",
|
|
"electron-fetch": "^1.7.2",
|
|
"err-code": "^3.0.1",
|
|
"is-electron": "^2.2.0",
|
|
"iso-url": "^1.1.5",
|
|
"it-glob": "^1.0.1",
|
|
"it-to-stream": "^1.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"nanoid": "^3.1.20",
|
|
"native-abort-controller": "^1.0.3",
|
|
"native-fetch": "^3.0.0",
|
|
"node-fetch": "https://registry.npmjs.org/@achingbrain/node-fetch/-/node-fetch-2.6.7.tgz",
|
|
"react-native-fetch-api": "^2.0.0",
|
|
"stream-to-it": "^0.2.2"
|
|
}
|
|
},
|
|
"node_modules/ipfsd-ctl": {
|
|
"version": "10.0.5",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@hapi/boom": "^9.1.0",
|
|
"@hapi/hapi": "^20.0.0",
|
|
"debug": "^4.1.1",
|
|
"execa": "^5.0.0",
|
|
"ipfs-utils": "^9.0.1",
|
|
"joi": "^17.2.1",
|
|
"merge-options": "^3.0.1",
|
|
"multiaddr": "^10.0.0",
|
|
"nanoid": "^3.1.3",
|
|
"p-wait-for": "^3.1.0",
|
|
"temp-write": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipns": {
|
|
"version": "0.15.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cborg": "^1.3.3",
|
|
"debug": "^4.2.0",
|
|
"err-code": "^3.0.1",
|
|
"interface-datastore": "^6.0.2",
|
|
"libp2p-crypto": "^0.20.0",
|
|
"long": "^4.0.0",
|
|
"multiformats": "^9.4.5",
|
|
"peer-id": "^0.15.0",
|
|
"protobufjs": "^6.10.2",
|
|
"timestamp-nano": "^1.0.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/ipns/node_modules/libp2p-crypto": {
|
|
"version": "0.20.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"iso-random-stream": "^2.0.0",
|
|
"keypair": "^1.0.4",
|
|
"multiformats": "^9.4.5",
|
|
"noble-ed25519": "^1.2.6",
|
|
"noble-secp256k1": "^1.2.10",
|
|
"node-forge": "^0.10.0",
|
|
"pem-jwk": "^2.0.0",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"ursa-optional": "^0.10.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"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-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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"binary-extensions": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-bluebird": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-boolean-object": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-buffer": {
|
|
"version": "2.0.5",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/is-callable": {
|
|
"version": "1.2.4",
|
|
"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.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-date-object": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-deflate": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/is-domain-name": {
|
|
"version": "1.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/is-electron": {
|
|
"version": "2.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-extglob": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-finite": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"number-is-nan": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-generator-function": {
|
|
"version": "1.0.10",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-glob": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-extglob": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-gzip": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-installed-globally": {
|
|
"version": "0.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"global-dirs": "^3.0.0",
|
|
"is-path-inside": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-ip": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip-regex": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/is-ipfs": {
|
|
"version": "6.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"iso-url": "^1.1.3",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.0.0",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/is-loopback-addr": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-map": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-negative-zero": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-node": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/is-npm": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/is-number": {
|
|
"version": "7.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
}
|
|
},
|
|
"node_modules/is-number-object": {
|
|
"version": "1.0.6",
|
|
"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-path-cwd": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-promise": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/is-regex": {
|
|
"version": "1.1.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-set": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-shared-array-buffer": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-stream": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"text-extensions": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-typed-array": {
|
|
"version": "1.1.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"es-abstract": "^1.18.5",
|
|
"foreach": "^2.0.5",
|
|
"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-utf8": {
|
|
"version": "0.2.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/is-weakmap": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakref": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-weakset": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/is-windows": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/is-yarn-global": {
|
|
"version": "0.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/isarray": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/iso-constants": {
|
|
"version": "0.1.2",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/iso-random-stream": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"events": "^3.3.0",
|
|
"readable-stream": "^3.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/iso-random-stream/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/iso-url": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/isstream": {
|
|
"version": "0.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/issue-parser": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"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/issue-parser/node_modules/lodash.uniqby": {
|
|
"version": "4.7.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/istanbul-lib-coverage": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-hook": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"append-transform": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-instrument": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"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.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-processinfo": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"archy": "^1.0.0",
|
|
"cross-spawn": "^7.0.0",
|
|
"istanbul-lib-coverage": "^3.0.0-alpha.1",
|
|
"make-dir": "^3.0.0",
|
|
"p-map": "^3.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"uuid": "^3.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-processinfo/node_modules/cross-spawn": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-processinfo/node_modules/p-map": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-processinfo/node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-processinfo/node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-processinfo/node_modules/uuid": {
|
|
"version": "3.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-processinfo/node_modules/which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-report": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"make-dir": "^3.0.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/istanbul-lib-source-maps": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"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.0.4",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"html-escaper": "^2.0.0",
|
|
"istanbul-lib-report": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/it-all": {
|
|
"version": "1.0.6",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-batch": {
|
|
"version": "1.0.9",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-buffer": {
|
|
"version": "0.1.3",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"bl": "^5.0.0",
|
|
"buffer": "^6.0.3"
|
|
}
|
|
},
|
|
"node_modules/it-concat": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-drain": {
|
|
"version": "1.0.5",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-filter": {
|
|
"version": "1.0.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-first": {
|
|
"version": "1.0.7",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-glob": {
|
|
"version": "1.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/minimatch": "^3.0.4",
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"node_modules/it-handshake": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"it-pushable": "^1.4.0",
|
|
"it-reader": "^3.0.0",
|
|
"p-defer": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-last": {
|
|
"version": "1.0.6",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-length": {
|
|
"version": "1.0.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-length-prefixed": {
|
|
"version": "5.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^5.0.0",
|
|
"buffer": "^6.0.3",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-map": {
|
|
"version": "1.0.6",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-merge": {
|
|
"version": "1.0.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"it-pushable": "^1.4.0"
|
|
}
|
|
},
|
|
"node_modules/it-multipart": {
|
|
"version": "2.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"formidable": "^1.2.2",
|
|
"it-pushable": "^1.4.2"
|
|
}
|
|
},
|
|
"node_modules/it-pair": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-iterator": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/it-parallel": {
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"p-defer": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-parallel-batch": {
|
|
"version": "1.0.10",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"it-batch": "^1.0.9"
|
|
}
|
|
},
|
|
"node_modules/it-pb-rpc": {
|
|
"version": "0.1.11",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"is-buffer": "^2.0.5",
|
|
"it-handshake": "^2.0.0",
|
|
"it-length-prefixed": "^5.0.2"
|
|
}
|
|
},
|
|
"node_modules/it-peekable": {
|
|
"version": "1.0.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-pipe": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/it-pushable": {
|
|
"version": "1.4.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-fifo": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-reader": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-reduce": {
|
|
"version": "1.0.6",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-sort": {
|
|
"version": "1.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"it-all": "^1.0.6"
|
|
}
|
|
},
|
|
"node_modules/it-split": {
|
|
"version": "1.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bl": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-take": {
|
|
"version": "1.0.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/it-tar": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^5.0.0",
|
|
"buffer": "^6.0.3",
|
|
"iso-constants": "^0.1.2",
|
|
"it-concat": "^2.0.0",
|
|
"it-reader": "^3.0.0",
|
|
"p-defer": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-to-buffer": {
|
|
"version": "2.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/it-to-stream": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"fast-fifo": "^1.0.0",
|
|
"get-iterator": "^1.0.2",
|
|
"p-defer": "^3.0.0",
|
|
"p-fifo": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
}
|
|
},
|
|
"node_modules/it-to-stream/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/it-ws": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"event-iterator": "^2.0.0",
|
|
"iso-url": "^1.1.2",
|
|
"ws": "^7.3.1"
|
|
}
|
|
},
|
|
"node_modules/jake": {
|
|
"version": "10.8.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"async": "0.9.x",
|
|
"chalk": "^2.4.2",
|
|
"filelist": "^1.0.1",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"bin": {
|
|
"jake": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/jake/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/jake/node_modules/async": {
|
|
"version": "0.9.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jake/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/jake/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/jake/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jake/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/jake/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/jake/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/java-properties": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/jmespath": {
|
|
"version": "0.15.0",
|
|
"engines": {
|
|
"node": ">= 0.6.0"
|
|
}
|
|
},
|
|
"node_modules/joi": {
|
|
"version": "17.5.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@hapi/hoek": "^9.0.0",
|
|
"@hapi/topo": "^5.0.0",
|
|
"@sideway/address": "^4.1.3",
|
|
"@sideway/formula": "^3.0.0",
|
|
"@sideway/pinpoint": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/joycon": {
|
|
"version": "2.2.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/js-base64": {
|
|
"version": "2.6.4",
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/js-sha256": {
|
|
"version": "0.9.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/js-sha3": {
|
|
"version": "0.8.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/js-tokens": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/js-yaml": {
|
|
"version": "3.14.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/jsbn": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsesc": {
|
|
"version": "2.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"jsesc": "bin/jsesc"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/json-buffer": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-better-errors": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-schema": {
|
|
"version": "0.2.3"
|
|
},
|
|
"node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/json-stringify-deterministic": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/json-stringify-safe": {
|
|
"version": "5.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/json5": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.5"
|
|
},
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/jsondiffpatch": {
|
|
"version": "0.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^2.3.0",
|
|
"diff-match-patch": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"jsondiffpatch": "bin/jsondiffpatch"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.17.0"
|
|
}
|
|
},
|
|
"node_modules/jsondiffpatch/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/jsondiffpatch/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/jsondiffpatch/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/jsondiffpatch/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsondiffpatch/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/jsondiffpatch/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/jsondiffpatch/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/jsonfile": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"node_modules/jsonparse": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >= 0.2.0"
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jsonrpc-lite": {
|
|
"version": "2.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/JSONStream": {
|
|
"version": "1.3.5",
|
|
"dev": true,
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"jsonparse": "^1.2.0",
|
|
"through": ">=2.2.7 <3"
|
|
},
|
|
"bin": {
|
|
"JSONStream": "bin.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/jsonwebtoken": {
|
|
"version": "8.5.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jws": "^3.2.2",
|
|
"lodash.includes": "^4.3.0",
|
|
"lodash.isboolean": "^3.0.3",
|
|
"lodash.isinteger": "^4.0.4",
|
|
"lodash.isnumber": "^3.0.3",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.isstring": "^4.0.1",
|
|
"lodash.once": "^4.0.0",
|
|
"ms": "^2.1.1",
|
|
"semver": "^5.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4",
|
|
"npm": ">=1.4.28"
|
|
}
|
|
},
|
|
"node_modules/jsonwebtoken/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/jsprim": {
|
|
"version": "1.4.1",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "1.0.0",
|
|
"extsprintf": "1.3.0",
|
|
"json-schema": "0.2.3",
|
|
"verror": "1.10.0"
|
|
}
|
|
},
|
|
"node_modules/jsx-ast-utils": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.1",
|
|
"object.assign": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
}
|
|
},
|
|
"node_modules/just-debounce-it": {
|
|
"version": "1.5.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/just-extend": {
|
|
"version": "4.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/just-safe-get": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/just-safe-set": {
|
|
"version": "2.2.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/jwa": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-equal-constant-time": "1.0.1",
|
|
"ecdsa-sig-formatter": "1.0.11",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/jws": {
|
|
"version": "3.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jwa": "^1.4.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"node_modules/jwt-bch-lib": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^0.21.1"
|
|
}
|
|
},
|
|
"node_modules/jwt-bch-lib/node_modules/axios": {
|
|
"version": "0.21.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"follow-redirects": "^1.14.0"
|
|
}
|
|
},
|
|
"node_modules/k-bucket": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/kareem": {
|
|
"version": "2.3.2",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/kcors": {
|
|
"version": "2.2.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/keccak": {
|
|
"version": "3.0.2",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-addon-api": "^2.0.0",
|
|
"node-gyp-build": "^4.2.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/keccak/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/keygrip": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tsscmp": "1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/keypair": {
|
|
"version": "1.0.4",
|
|
"license": "BSD / GPL"
|
|
},
|
|
"node_modules/keyv": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"json-buffer": "3.0.0"
|
|
}
|
|
},
|
|
"node_modules/kind-of": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/klaw": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"optionalDependencies": {
|
|
"graceful-fs": "^4.1.9"
|
|
}
|
|
},
|
|
"node_modules/klaw-sync": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.11"
|
|
}
|
|
},
|
|
"node_modules/koa": {
|
|
"version": "2.13.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "^1.3.5",
|
|
"cache-content-type": "^1.0.0",
|
|
"content-disposition": "~0.5.2",
|
|
"content-type": "^1.0.4",
|
|
"cookies": "~0.8.0",
|
|
"debug": "~3.1.0",
|
|
"delegates": "^1.0.0",
|
|
"depd": "^2.0.0",
|
|
"destroy": "^1.0.4",
|
|
"encodeurl": "^1.0.2",
|
|
"escape-html": "^1.0.3",
|
|
"fresh": "~0.5.2",
|
|
"http-assert": "^1.3.0",
|
|
"http-errors": "^1.6.3",
|
|
"is-generator-function": "^1.0.7",
|
|
"koa-compose": "^4.1.0",
|
|
"koa-convert": "^1.2.0",
|
|
"on-finished": "^2.3.0",
|
|
"only": "~0.0.2",
|
|
"parseurl": "^1.3.2",
|
|
"statuses": "^1.5.0",
|
|
"type-is": "^1.6.16",
|
|
"vary": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4"
|
|
}
|
|
},
|
|
"node_modules/koa-bodyparser": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"co-body": "^6.0.0",
|
|
"copy-to": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/koa-compose": {
|
|
"version": "4.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/koa-convert": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"co": "^4.6.0",
|
|
"koa-compose": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/koa-generic-session": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"copy-to": "~2.0.1",
|
|
"crc": "~3.5.0",
|
|
"debug": "~3.1.0",
|
|
"parseurl": "~1.3.1",
|
|
"uid-safe": "~2.1.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/koa-generic-session/node_modules/debug": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/koa-generic-session/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/koa-logger": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "^3.1.0",
|
|
"chalk": "^2.4.2",
|
|
"humanize-number": "0.0.2",
|
|
"passthrough-counter": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 7.6.0"
|
|
}
|
|
},
|
|
"node_modules/koa-logger/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/koa-logger/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/koa-logger/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/koa-logger/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/koa-logger/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/koa-logger/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/koa-logger/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/koa-mount": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.0.1",
|
|
"koa-compose": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 7.6.0"
|
|
}
|
|
},
|
|
"node_modules/koa-passport": {
|
|
"version": "4.1.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"passport": "^0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/koa-router": {
|
|
"version": "10.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"http-errors": "^1.7.3",
|
|
"koa-compose": "^4.1.0",
|
|
"methods": "^1.1.2",
|
|
"path-to-regexp": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/koa-send": {
|
|
"version": "5.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"http-errors": "^1.7.3",
|
|
"resolve-path": "^1.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/koa-static": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^3.1.0",
|
|
"koa-send": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 7.6.0"
|
|
}
|
|
},
|
|
"node_modules/koa-static/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/koa/node_modules/debug": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/koa/node_modules/koa-convert": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"co": "^4.6.0",
|
|
"koa-compose": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/koa/node_modules/koa-convert/node_modules/koa-compose": {
|
|
"version": "3.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-promise": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/koa/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/koa2-ratelimit": {
|
|
"version": "0.9.1",
|
|
"dependencies": {
|
|
"mongoose": "^5.5.13",
|
|
"redis": "^4.0.0",
|
|
"sequelize": "^5.8.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.10.1"
|
|
}
|
|
},
|
|
"node_modules/kuler": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/latest-version": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"package-json": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/lcov-parse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"bin": {
|
|
"lcov-parse": "bin/cli.js"
|
|
}
|
|
},
|
|
"node_modules/level": {
|
|
"version": "7.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"level-js": "^6.1.0",
|
|
"level-packager": "^6.0.1",
|
|
"leveldown": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/level"
|
|
}
|
|
},
|
|
"node_modules/level-codec": {
|
|
"version": "10.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/level-concat-iterator": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"catering": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/level-errors": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/level-iterator-stream": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/level-iterator-stream/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/level-js": {
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "^7.2.0",
|
|
"buffer": "^6.0.3",
|
|
"inherits": "^2.0.3",
|
|
"ltgt": "^2.1.2",
|
|
"run-parallel-limit": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/level-packager": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encoding-down": "^7.1.0",
|
|
"levelup": "^5.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/level-supports": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/leveldown": {
|
|
"version": "6.1.0",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "^7.2.0",
|
|
"napi-macros": "~2.0.0",
|
|
"node-gyp-build": "^4.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.12.0"
|
|
}
|
|
},
|
|
"node_modules/levelup": {
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"catering": "^2.0.0",
|
|
"deferred-leveldown": "^7.0.0",
|
|
"level-errors": "^3.0.1",
|
|
"level-iterator-stream": "^5.0.0",
|
|
"level-supports": "^2.0.1",
|
|
"queue-microtask": "^1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/leven": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/levn": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "~0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p": {
|
|
"version": "0.33.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@motrix/nat-api": "^0.3.1",
|
|
"@vascosantos/moving-average": "^1.1.0",
|
|
"abort-controller": "^3.0.0",
|
|
"abortable-iterator": "^3.0.0",
|
|
"aggregate-error": "^3.1.0",
|
|
"any-signal": "^2.1.1",
|
|
"bignumber.js": "^9.0.1",
|
|
"class-is": "^1.1.0",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.0",
|
|
"es6-promisify": "^7.0.0",
|
|
"events": "^3.3.0",
|
|
"hashlru": "^2.3.0",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-all": "^1.0.4",
|
|
"it-buffer": "^0.1.2",
|
|
"it-drain": "^1.0.3",
|
|
"it-filter": "^1.0.1",
|
|
"it-first": "^1.0.4",
|
|
"it-handshake": "^2.0.0",
|
|
"it-length-prefixed": "^5.0.2",
|
|
"it-map": "^1.0.4",
|
|
"it-merge": "^1.0.0",
|
|
"it-pipe": "^1.1.0",
|
|
"it-take": "^1.0.0",
|
|
"libp2p-crypto": "^0.19.4",
|
|
"libp2p-interfaces": "^1.0.0",
|
|
"libp2p-utils": "^0.4.0",
|
|
"mafmt": "^10.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.0.0",
|
|
"multistream-select": "^2.0.0",
|
|
"mutable-proxy": "^1.0.0",
|
|
"node-forge": "^0.10.0",
|
|
"p-any": "^3.0.0",
|
|
"p-fifo": "^1.0.0",
|
|
"p-retry": "^4.4.0",
|
|
"p-settle": "^4.1.1",
|
|
"peer-id": "^0.15.0",
|
|
"private-ip": "^2.1.0",
|
|
"protobufjs": "^6.10.2",
|
|
"retimer": "^3.0.0",
|
|
"sanitize-filename": "^1.6.3",
|
|
"set-delayed-interval": "^1.0.0",
|
|
"streaming-iterables": "^6.0.0",
|
|
"timeout-abort-controller": "^1.1.1",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^6.0.0",
|
|
"wherearewe": "^1.0.0",
|
|
"xsalsa20": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-bootstrap": {
|
|
"version": "0.13.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.1",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"peer-id": "^0.15.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-crypto": {
|
|
"version": "0.19.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"is-typedarray": "^1.0.0",
|
|
"iso-random-stream": "^2.0.0",
|
|
"keypair": "^1.0.1",
|
|
"multiformats": "^9.4.5",
|
|
"node-forge": "^0.10.0",
|
|
"pem-jwk": "^2.0.0",
|
|
"protobufjs": "^6.11.2",
|
|
"secp256k1": "^4.0.0",
|
|
"uint8arrays": "^3.0.0",
|
|
"ursa-optional": "^0.10.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-crypto-secp256k1": {
|
|
"version": "0.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "^2.6.2",
|
|
"bs58": "^4.0.1",
|
|
"multihashing-async": "~0.6.0",
|
|
"nodeify": "^1.0.1",
|
|
"safe-buffer": "^5.1.2",
|
|
"secp256k1": "^3.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0",
|
|
"npm": ">=3.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-crypto-secp256k1/node_modules/async": {
|
|
"version": "2.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
},
|
|
"node_modules/libp2p-crypto/node_modules/secp256k1": {
|
|
"version": "4.0.2",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"elliptic": "^6.5.2",
|
|
"node-addon-api": "^2.0.0",
|
|
"node-gyp-build": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-delegated-content-routing": {
|
|
"version": "0.11.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.1",
|
|
"it-drain": "^1.0.3",
|
|
"multiaddr": "^10.0.0",
|
|
"p-defer": "^3.0.0",
|
|
"p-queue": "^6.2.1",
|
|
"peer-id": "^0.16.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-delegated-content-routing/node_modules/libp2p-crypto": {
|
|
"version": "0.21.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/ed25519": "^1.3.0",
|
|
"@noble/secp256k1": "^1.3.0",
|
|
"err-code": "^3.0.1",
|
|
"iso-random-stream": "^2.0.0",
|
|
"multiformats": "^9.4.5",
|
|
"node-forge": "^0.10.0",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-delegated-content-routing/node_modules/peer-id": {
|
|
"version": "0.16.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"class-is": "^1.1.0",
|
|
"libp2p-crypto": "^0.21.0",
|
|
"multiformats": "^9.4.5",
|
|
"protobufjs": "^6.10.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=15.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-delegated-peer-routing": {
|
|
"version": "0.10.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.1",
|
|
"multiformats": "^9.0.2",
|
|
"p-defer": "^3.0.0",
|
|
"p-queue": "^6.3.0",
|
|
"peer-id": "^0.15.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-floodsub": {
|
|
"version": "0.27.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.2.0",
|
|
"libp2p-interfaces": "^1.0.1",
|
|
"time-cache": "^0.3.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-gossipsub": {
|
|
"version": "0.11.4",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@types/debug": "^4.1.5",
|
|
"debug": "^4.3.1",
|
|
"denque": "^1.5.0",
|
|
"err-code": "^3.0.1",
|
|
"it-pipe": "^1.1.0",
|
|
"libp2p-interfaces": "^1.1.0",
|
|
"peer-id": "^0.15.3",
|
|
"protobufjs": "^6.11.2",
|
|
"time-cache": "^0.3.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-interfaces": {
|
|
"version": "1.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"abortable-iterator": "^3.0.0",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.1",
|
|
"it-length-prefixed": "^5.0.2",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.2",
|
|
"libp2p-crypto": "^0.20.0",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.1.2",
|
|
"p-queue": "^6.6.2",
|
|
"peer-id": "^0.15.4",
|
|
"protobufjs": "^6.10.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-interfaces/node_modules/libp2p-crypto": {
|
|
"version": "0.20.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"iso-random-stream": "^2.0.0",
|
|
"keypair": "^1.0.4",
|
|
"multiformats": "^9.4.5",
|
|
"noble-ed25519": "^1.2.6",
|
|
"noble-secp256k1": "^1.2.10",
|
|
"node-forge": "^0.10.0",
|
|
"pem-jwk": "^2.0.0",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"ursa-optional": "^0.10.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-kad-dht": {
|
|
"version": "0.25.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"datastore-core": "^6.0.7",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.0",
|
|
"hashlru": "^2.3.0",
|
|
"heap": "~0.2.6",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-first": "^1.0.4",
|
|
"it-length": "^1.0.3",
|
|
"it-length-prefixed": "^5.0.2",
|
|
"it-pipe": "^1.1.0",
|
|
"k-bucket": "^5.1.0",
|
|
"libp2p-crypto": "^0.19.5",
|
|
"libp2p-interfaces": "^1.0.0",
|
|
"libp2p-record": "^0.10.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.5",
|
|
"p-map": "^4.0.0",
|
|
"p-queue": "^6.6.2",
|
|
"p-timeout": "^4.1.0",
|
|
"peer-id": "^0.15.0",
|
|
"protobufjs": "^6.10.2",
|
|
"streaming-iterables": "^6.0.0",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-mdns": {
|
|
"version": "0.17.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.3.1",
|
|
"multiaddr": "^10.0.0",
|
|
"multicast-dns": "^7.2.0",
|
|
"peer-id": "^0.15.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-mplex": {
|
|
"version": "0.10.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"abortable-iterator": "^3.0.0",
|
|
"bl": "^5.0.0",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.1",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.1",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-record": {
|
|
"version": "0.10.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"multiformats": "^9.4.5",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-tcp": {
|
|
"version": "0.17.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abortable-iterator": "^3.0.0",
|
|
"class-is": "^1.1.0",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.1",
|
|
"libp2p-utils": "^0.4.0",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"stream-to-it": "^0.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-utils": {
|
|
"version": "0.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abortable-iterator": "^3.0.0",
|
|
"debug": "^4.3.0",
|
|
"err-code": "^3.0.1",
|
|
"ip-address": "^8.0.0",
|
|
"is-loopback-addr": "^1.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"private-ip": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/libp2p-webrtc-peer": {
|
|
"version": "10.0.1",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.0.1",
|
|
"err-code": "^2.0.3",
|
|
"get-browser-rtc": "^1.0.0",
|
|
"queue-microtask": "^1.1.0",
|
|
"randombytes": "^2.0.3",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"node_modules/libp2p-webrtc-peer/node_modules/err-code": {
|
|
"version": "2.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/libp2p-webrtc-peer/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/libp2p-webrtc-star": {
|
|
"version": "0.24.1",
|
|
"license": "(Apache-2.0 OR MIT)",
|
|
"dependencies": {
|
|
"abortable-iterator": "^3.0.0",
|
|
"class-is": "^1.1.0",
|
|
"debug": "^4.2.0",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-utils": "^9.0.1",
|
|
"it-pipe": "^1.1.0",
|
|
"libp2p-utils": "^0.4.0",
|
|
"libp2p-webrtc-peer": "^10.0.1",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"p-defer": "^3.0.0",
|
|
"peer-id": "^0.15.0",
|
|
"socket.io-client": "^4.1.2",
|
|
"stream-to-it": "^0.2.2"
|
|
}
|
|
},
|
|
"node_modules/libp2p-websockets": {
|
|
"version": "0.16.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abortable-iterator": "^3.0.0",
|
|
"class-is": "^1.1.0",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-utils": "^9.0.1",
|
|
"it-ws": "^4.0.0",
|
|
"libp2p-utils": "^0.4.0",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"multiaddr-to-uri": "^8.0.0",
|
|
"p-defer": "^3.0.0",
|
|
"p-timeout": "^4.1.0"
|
|
}
|
|
},
|
|
"node_modules/line-reader": {
|
|
"version": "0.4.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lines-and-columns": {
|
|
"version": "1.1.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/linkify-it": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"uc.micro": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/load-json-file": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"parse-json": "^4.0.0",
|
|
"pify": "^3.0.0",
|
|
"strip-bom": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/load-json-file/node_modules/parse-json": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-better-errors": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/load-json-file/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/localstorage-down": {
|
|
"version": "0.6.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "0.12.3",
|
|
"argsarray": "0.0.1",
|
|
"buffer-from": "^0.1.1",
|
|
"d64": "^1.0.0",
|
|
"humble-localstorage": "^1.4.2",
|
|
"inherits": "^2.0.1",
|
|
"tiny-queue": "0.2.0"
|
|
}
|
|
},
|
|
"node_modules/localstorage-down/node_modules/abstract-leveldown": {
|
|
"version": "0.12.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xtend": "~3.0.0"
|
|
}
|
|
},
|
|
"node_modules/localstorage-down/node_modules/buffer-from": {
|
|
"version": "0.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/localstorage-down/node_modules/xtend": {
|
|
"version": "3.0.0",
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/localstorage-memory": {
|
|
"version": "1.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/locate-path": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^2.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/locate-path/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/lodash": {
|
|
"version": "4.17.21",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash._baseiteratee": {
|
|
"version": "4.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash._stringtopath": "~4.8.0"
|
|
}
|
|
},
|
|
"node_modules/lodash._basetostring": {
|
|
"version": "4.12.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash._baseuniq": {
|
|
"version": "4.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash._createset": "~4.0.0",
|
|
"lodash._root": "~3.0.0"
|
|
}
|
|
},
|
|
"node_modules/lodash._createset": {
|
|
"version": "4.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash._root": {
|
|
"version": "3.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash._stringtopath": {
|
|
"version": "4.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash._basetostring": "~4.12.0"
|
|
}
|
|
},
|
|
"node_modules/lodash.camelcase": {
|
|
"version": "4.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.capitalize": {
|
|
"version": "4.2.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.clonedeep": {
|
|
"version": "4.5.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.escaperegexp": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.flattendeep": {
|
|
"version": "4.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.get": {
|
|
"version": "4.4.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.includes": {
|
|
"version": "4.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isboolean": {
|
|
"version": "3.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isinteger": {
|
|
"version": "4.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.ismatch": {
|
|
"version": "4.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.isnumber": {
|
|
"version": "3.0.3",
|
|
"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.once": {
|
|
"version": "4.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.throttle": {
|
|
"version": "4.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.truncate": {
|
|
"version": "4.4.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/lodash.uniqby": {
|
|
"version": "4.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash._baseiteratee": "~4.7.0",
|
|
"lodash._baseuniq": "~4.6.0"
|
|
}
|
|
},
|
|
"node_modules/log-driver": {
|
|
"version": "1.2.7",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=0.8.6"
|
|
}
|
|
},
|
|
"node_modules/log-symbols": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/logform": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colors": "^1.2.1",
|
|
"fecha": "^4.2.0",
|
|
"ms": "^2.1.1",
|
|
"safe-stable-stringify": "^1.1.0",
|
|
"triple-beam": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/logplease": {
|
|
"version": "1.2.15",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/long": {
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/loose-envify": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"bin": {
|
|
"loose-envify": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/loud-rejection": {
|
|
"version": "1.6.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"currently-unhandled": "^0.4.1",
|
|
"signal-exit": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/lower-case": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/lowercase-keys": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/lru": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/lru-cache": {
|
|
"version": "4.1.5",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"pseudomap": "^1.0.2",
|
|
"yallist": "^2.1.2"
|
|
}
|
|
},
|
|
"node_modules/ltgt": {
|
|
"version": "2.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mafmt": {
|
|
"version": "10.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"multiaddr": "^10.0.0"
|
|
}
|
|
},
|
|
"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/map-obj": {
|
|
"version": "1.0.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/markdown-it": {
|
|
"version": "11.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"entities": "~2.0.0",
|
|
"linkify-it": "^3.0.1",
|
|
"mdurl": "^1.0.1",
|
|
"uc.micro": "^1.0.5"
|
|
},
|
|
"bin": {
|
|
"markdown-it": "bin/markdown-it.js"
|
|
}
|
|
},
|
|
"node_modules/marked": {
|
|
"version": "2.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"marked": "bin/marked"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/marked-terminal": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-escapes": "^4.3.1",
|
|
"cardinal": "^2.1.1",
|
|
"chalk": "^4.1.0",
|
|
"cli-table3": "^0.6.0",
|
|
"node-emoji": "^1.10.0",
|
|
"supports-hyperlinks": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"marked": "^1.0.0 || ^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/md5.js": {
|
|
"version": "1.3.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash-base": "^3.0.0",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"node_modules/mdurl": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/media-typer": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/memory-pager": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/meow": {
|
|
"version": "3.7.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"camelcase-keys": "^2.0.0",
|
|
"decamelize": "^1.1.2",
|
|
"loud-rejection": "^1.0.0",
|
|
"map-obj": "^1.0.1",
|
|
"minimist": "^1.1.3",
|
|
"normalize-package-data": "^2.3.4",
|
|
"object-assign": "^4.0.1",
|
|
"read-pkg-up": "^1.0.1",
|
|
"redent": "^1.0.0",
|
|
"trim-newlines": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/find-up": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"path-exists": "^2.0.0",
|
|
"pinkie-promise": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/load-json-file": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"parse-json": "^2.2.0",
|
|
"pify": "^2.0.0",
|
|
"pinkie-promise": "^2.0.0",
|
|
"strip-bom": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/parse-json": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"error-ex": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/path-type": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"pify": "^2.0.0",
|
|
"pinkie-promise": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/pify": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/read-pkg": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"load-json-file": "^1.0.0",
|
|
"normalize-package-data": "^2.3.2",
|
|
"path-type": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/read-pkg-up": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"find-up": "^1.0.0",
|
|
"read-pkg": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/meow/node_modules/strip-bom": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"is-utf8": "^0.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/merkle-lib": {
|
|
"version": "2.0.10",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/methods": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/micromatch": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"braces": "^3.0.1",
|
|
"picomatch": "^2.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
}
|
|
},
|
|
"node_modules/mime": {
|
|
"version": "2.5.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mime": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/mime-db": {
|
|
"version": "1.50.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mime-match": {
|
|
"version": "1.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wildcard": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/mime-types": {
|
|
"version": "2.1.33",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "1.50.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/mimic-fn": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mimic-response": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/min-indent": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/minimalistic-assert": {
|
|
"version": "1.0.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/minimalistic-crypto-utils": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/minimatch": {
|
|
"version": "3.0.4",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/minimist": {
|
|
"version": "1.2.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/minimist-options": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"arrify": "^1.0.1",
|
|
"is-plain-obj": "^1.1.0",
|
|
"kind-of": "^6.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/minimist-options/node_modules/is-plain-obj": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/minipass": {
|
|
"version": "3.1.6",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/minipass/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/minizlib": {
|
|
"version": "2.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/minizlib/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/mkdirp": {
|
|
"version": "0.5.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.5"
|
|
},
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/mkdirp-classic": {
|
|
"version": "0.5.3",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/mocha": {
|
|
"version": "8.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ungap/promise-all-settled": "1.1.2",
|
|
"ansi-colors": "4.1.1",
|
|
"browser-stdout": "1.3.1",
|
|
"chokidar": "3.4.3",
|
|
"debug": "4.2.0",
|
|
"diff": "4.0.2",
|
|
"escape-string-regexp": "4.0.0",
|
|
"find-up": "5.0.0",
|
|
"glob": "7.1.6",
|
|
"growl": "1.10.5",
|
|
"he": "1.2.0",
|
|
"js-yaml": "3.14.0",
|
|
"log-symbols": "4.0.0",
|
|
"minimatch": "3.0.4",
|
|
"ms": "2.1.2",
|
|
"nanoid": "3.1.12",
|
|
"serialize-javascript": "5.0.1",
|
|
"strip-json-comments": "3.1.1",
|
|
"supports-color": "7.2.0",
|
|
"which": "2.0.2",
|
|
"wide-align": "1.1.3",
|
|
"workerpool": "6.0.2",
|
|
"yargs": "13.3.2",
|
|
"yargs-parser": "13.1.2",
|
|
"yargs-unparser": "2.0.0"
|
|
},
|
|
"bin": {
|
|
"_mocha": "bin/_mocha",
|
|
"mocha": "bin/mocha"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.12.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mochajs"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/ansi-regex": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/cliui": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^3.1.0",
|
|
"strip-ansi": "^5.2.0",
|
|
"wrap-ansi": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mocha/node_modules/debug": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/emoji-regex": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mocha/node_modules/find-up": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/js-yaml": {
|
|
"version": "3.14.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/locate-path": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/nanoid": {
|
|
"version": "3.1.12",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || >=13.7"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/p-locate": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/string-width": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^7.0.1",
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/strip-ansi": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/wrap-ansi": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.0",
|
|
"string-width": "^3.0.0",
|
|
"strip-ansi": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/y18n": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/mocha/node_modules/yargs": {
|
|
"version": "13.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cliui": "^5.0.0",
|
|
"find-up": "^3.0.0",
|
|
"get-caller-file": "^2.0.1",
|
|
"require-directory": "^2.1.1",
|
|
"require-main-filename": "^2.0.0",
|
|
"set-blocking": "^2.0.0",
|
|
"string-width": "^3.0.0",
|
|
"which-module": "^2.0.0",
|
|
"y18n": "^4.0.0",
|
|
"yargs-parser": "^13.1.2"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/yargs/node_modules/find-up": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/yargs/node_modules/locate-path": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^3.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/yargs/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/yargs/node_modules/p-locate": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/mocha/node_modules/yargs/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/modify-values": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/moment": {
|
|
"version": "2.29.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/moment-timezone": {
|
|
"version": "0.5.33",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"moment": ">= 2.9.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/mongodb": {
|
|
"version": "3.6.3",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"bl": "^2.2.1",
|
|
"bson": "^1.1.4",
|
|
"denque": "^1.4.1",
|
|
"require_optional": "^1.0.1",
|
|
"safe-buffer": "^5.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"optionalDependencies": {
|
|
"saslprep": "^1.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"aws4": {
|
|
"optional": true
|
|
},
|
|
"bson-ext": {
|
|
"optional": true
|
|
},
|
|
"kerberos": {
|
|
"optional": true
|
|
},
|
|
"mongodb-client-encryption": {
|
|
"optional": true
|
|
},
|
|
"mongodb-extjson": {
|
|
"optional": true
|
|
},
|
|
"snappy": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/mongodb/node_modules/bl": {
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^2.3.5",
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
},
|
|
"node_modules/mongoose": {
|
|
"version": "5.11.15",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/mongodb": "^3.5.27",
|
|
"bson": "^1.1.4",
|
|
"kareem": "2.3.2",
|
|
"mongodb": "3.6.3",
|
|
"mongoose-legacy-pluralize": "1.0.2",
|
|
"mpath": "0.8.3",
|
|
"mquery": "3.2.3",
|
|
"ms": "2.1.2",
|
|
"regexp-clone": "1.0.0",
|
|
"safe-buffer": "5.2.1",
|
|
"sift": "7.0.1",
|
|
"sliced": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/mongoose"
|
|
}
|
|
},
|
|
"node_modules/mongoose/node_modules/mongoose-legacy-pluralize": {
|
|
"version": "1.0.2",
|
|
"license": "Apache-2.0",
|
|
"peerDependencies": {
|
|
"mongoose": "*"
|
|
}
|
|
},
|
|
"node_modules/mortice": {
|
|
"version": "2.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nanoid": "^3.1.20",
|
|
"observable-webworkers": "^1.0.0",
|
|
"p-queue": "^6.0.0",
|
|
"promise-timeout": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/mpath": {
|
|
"version": "0.8.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/mquery": {
|
|
"version": "3.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bluebird": "3.5.1",
|
|
"debug": "3.1.0",
|
|
"regexp-clone": "^1.0.0",
|
|
"safe-buffer": "5.1.2",
|
|
"sliced": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/mquery/node_modules/debug": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/mquery/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mquery/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/mri": {
|
|
"version": "1.1.4",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/multiaddr": {
|
|
"version": "10.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dns-over-http-resolver": "^1.2.3",
|
|
"err-code": "^3.0.1",
|
|
"is-ip": "^3.1.0",
|
|
"multiformats": "^9.4.5",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"node_modules/multiaddr-to-uri": {
|
|
"version": "8.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"multiaddr": "^10.0.0"
|
|
}
|
|
},
|
|
"node_modules/multibase": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@multiformats/base-x": "^4.0.1",
|
|
"web-encoding": "^1.0.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/multicast-dns": {
|
|
"version": "7.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dns-packet": "^5.2.2",
|
|
"thunky": "^1.0.2"
|
|
},
|
|
"bin": {
|
|
"multicast-dns": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/multiformats": {
|
|
"version": "9.5.4",
|
|
"license": "(Apache-2.0 AND MIT)"
|
|
},
|
|
"node_modules/multihashes": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"multibase": "^3.0.0",
|
|
"uint8arrays": "^1.0.0",
|
|
"varint": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/multihashes/node_modules/uint8arrays": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"multibase": "^3.0.0",
|
|
"web-encoding": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/multihashes/node_modules/varint": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/multihashing-async": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"blakejs": "^1.1.0",
|
|
"js-sha3": "~0.8.0",
|
|
"multihashes": "~0.4.13",
|
|
"murmurhash3js": "^3.0.1",
|
|
"nodeify": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0",
|
|
"npm": ">=3.0.0"
|
|
}
|
|
},
|
|
"node_modules/multihashing-async/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/multihashing-async/node_modules/multibase": {
|
|
"version": "0.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base-x": "^3.0.8",
|
|
"buffer": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/multihashing-async/node_modules/multihashes": {
|
|
"version": "0.4.21",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"multibase": "^0.7.0",
|
|
"varint": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/multihashing-async/node_modules/varint": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/multistream-select": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bl": "^5.0.0",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"it-first": "^1.0.6",
|
|
"it-handshake": "^2.0.0",
|
|
"it-length-prefixed": "^5.0.0",
|
|
"it-pipe": "^1.0.1",
|
|
"it-reader": "^3.0.0",
|
|
"p-defer": "^3.0.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/murmurhash3js": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/murmurhash3js-revisited": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
},
|
|
"node_modules/mutable-proxy": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.X.X",
|
|
"npm": ">=3.X.X"
|
|
}
|
|
},
|
|
"node_modules/namespace-emitter": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nan": {
|
|
"version": "2.15.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nanoid": {
|
|
"version": "3.1.30",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"nanoid": "bin/nanoid.cjs"
|
|
},
|
|
"engines": {
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
}
|
|
},
|
|
"node_modules/napi-macros": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/native-abort-controller": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"abort-controller": "*"
|
|
}
|
|
},
|
|
"node_modules/native-fetch": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"node-fetch": "*"
|
|
}
|
|
},
|
|
"node_modules/natural-compare": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ndjson": {
|
|
"version": "1.5.0",
|
|
"license": "BSD-3-Clause",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"json-stringify-safe": "^5.0.1",
|
|
"minimist": "^1.2.0",
|
|
"split2": "^2.1.0",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"bin": {
|
|
"ndjson": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/ndjson/node_modules/split2": {
|
|
"version": "2.2.0",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"through2": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/negotiator": {
|
|
"version": "0.6.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/neo-async": {
|
|
"version": "2.6.2",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nerf-dart": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/netmask": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/nise": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^1.7.0",
|
|
"@sinonjs/fake-timers": "^6.0.0",
|
|
"@sinonjs/text-encoding": "^0.7.1",
|
|
"just-extend": "^4.0.2",
|
|
"path-to-regexp": "^1.7.0"
|
|
}
|
|
},
|
|
"node_modules/nise/node_modules/isarray": {
|
|
"version": "0.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nise/node_modules/path-to-regexp": {
|
|
"version": "1.8.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"isarray": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/no-case": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lower-case": "^2.0.2",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/noble-ed25519": {
|
|
"version": "1.2.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/noble-secp256k1": {
|
|
"version": "1.2.14",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-addon-api": {
|
|
"version": "2.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/node-emoji": {
|
|
"version": "1.11.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node_modules/node-fetch": {
|
|
"name": "@achingbrain/node-fetch",
|
|
"version": "2.6.7",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "4.x || >=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-forge": {
|
|
"version": "0.10.0",
|
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/node-gyp-build": {
|
|
"version": "4.3.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"node-gyp-build": "bin.js",
|
|
"node-gyp-build-optional": "optional.js",
|
|
"node-gyp-build-test": "build-test.js"
|
|
}
|
|
},
|
|
"node_modules/node-preload": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"process-on-spawn": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/node-releases": {
|
|
"version": "1.1.77",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nodeify": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-promise": "~1.0.0",
|
|
"promise": "~1.3.0"
|
|
}
|
|
},
|
|
"node_modules/nodemailer": {
|
|
"version": "6.4.17",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/nodemon": {
|
|
"version": "2.0.13",
|
|
"dev": true,
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"chokidar": "^3.2.2",
|
|
"debug": "^3.2.6",
|
|
"ignore-by-default": "^1.0.1",
|
|
"minimatch": "^3.0.4",
|
|
"pstree.remy": "^1.1.7",
|
|
"semver": "^5.7.1",
|
|
"supports-color": "^5.5.0",
|
|
"touch": "^3.1.0",
|
|
"undefsafe": "^2.0.3",
|
|
"update-notifier": "^5.1.0"
|
|
},
|
|
"bin": {
|
|
"nodemon": "bin/nodemon.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/nodemon"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/nodemon/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/nopt": {
|
|
"version": "5.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"devOptional": 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/normalize-package-data/node_modules/hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"devOptional": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/normalize-package-data/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"devOptional": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/normalize-path": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/normalize-url": {
|
|
"version": "4.5.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm": {
|
|
"version": "7.24.2",
|
|
"bundleDependencies": [
|
|
"@isaacs/string-locale-compare",
|
|
"@npmcli/arborist",
|
|
"@npmcli/ci-detect",
|
|
"@npmcli/config",
|
|
"@npmcli/map-workspaces",
|
|
"@npmcli/package-json",
|
|
"@npmcli/run-script",
|
|
"abbrev",
|
|
"ansicolors",
|
|
"ansistyles",
|
|
"archy",
|
|
"cacache",
|
|
"chalk",
|
|
"chownr",
|
|
"cli-columns",
|
|
"cli-table3",
|
|
"columnify",
|
|
"fastest-levenshtein",
|
|
"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",
|
|
"minipass",
|
|
"minipass-pipeline",
|
|
"mkdirp",
|
|
"mkdirp-infer-owner",
|
|
"ms",
|
|
"node-gyp",
|
|
"nopt",
|
|
"npm-audit-report",
|
|
"npm-install-checks",
|
|
"npm-package-arg",
|
|
"npm-pick-manifest",
|
|
"npm-profile",
|
|
"npm-registry-fetch",
|
|
"npm-user-validate",
|
|
"npmlog",
|
|
"opener",
|
|
"pacote",
|
|
"parse-conflict-json",
|
|
"qrcode-terminal",
|
|
"read",
|
|
"read-package-json",
|
|
"read-package-json-fast",
|
|
"readdir-scoped-modules",
|
|
"rimraf",
|
|
"semver",
|
|
"ssri",
|
|
"tar",
|
|
"text-table",
|
|
"tiny-relative-date",
|
|
"treeverse",
|
|
"validate-npm-package-name",
|
|
"which",
|
|
"write-file-atomic"
|
|
],
|
|
"dev": true,
|
|
"license": "Artistic-2.0",
|
|
"workspaces": [
|
|
"docs",
|
|
"packages/*"
|
|
],
|
|
"dependencies": {
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
"@npmcli/arborist": "^2.9.0",
|
|
"@npmcli/ci-detect": "^1.2.0",
|
|
"@npmcli/config": "^2.3.0",
|
|
"@npmcli/map-workspaces": "^1.0.4",
|
|
"@npmcli/package-json": "^1.0.1",
|
|
"@npmcli/run-script": "^1.8.6",
|
|
"abbrev": "~1.1.1",
|
|
"ansicolors": "~0.3.2",
|
|
"ansistyles": "~0.1.3",
|
|
"archy": "~1.0.0",
|
|
"cacache": "^15.3.0",
|
|
"chalk": "^4.1.2",
|
|
"chownr": "^2.0.0",
|
|
"cli-columns": "^3.1.2",
|
|
"cli-table3": "^0.6.0",
|
|
"columnify": "~1.5.4",
|
|
"fastest-levenshtein": "^1.0.12",
|
|
"glob": "^7.2.0",
|
|
"graceful-fs": "^4.2.8",
|
|
"hosted-git-info": "^4.0.2",
|
|
"ini": "^2.0.0",
|
|
"init-package-json": "^2.0.5",
|
|
"is-cidr": "^4.0.2",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"libnpmaccess": "^4.0.2",
|
|
"libnpmdiff": "^2.0.4",
|
|
"libnpmexec": "^2.0.1",
|
|
"libnpmfund": "^1.1.0",
|
|
"libnpmhook": "^6.0.2",
|
|
"libnpmorg": "^2.0.2",
|
|
"libnpmpack": "^2.0.1",
|
|
"libnpmpublish": "^4.0.1",
|
|
"libnpmsearch": "^3.1.1",
|
|
"libnpmteam": "^2.0.3",
|
|
"libnpmversion": "^1.2.1",
|
|
"make-fetch-happen": "^9.1.0",
|
|
"minipass": "^3.1.3",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"ms": "^2.1.2",
|
|
"node-gyp": "^7.1.2",
|
|
"nopt": "^5.0.0",
|
|
"npm-audit-report": "^2.1.5",
|
|
"npm-install-checks": "^4.0.0",
|
|
"npm-package-arg": "^8.1.5",
|
|
"npm-pick-manifest": "^6.1.1",
|
|
"npm-profile": "^5.0.3",
|
|
"npm-registry-fetch": "^11.0.0",
|
|
"npm-user-validate": "^1.0.1",
|
|
"npmlog": "^5.0.1",
|
|
"opener": "^1.5.2",
|
|
"pacote": "^11.3.5",
|
|
"parse-conflict-json": "^1.1.1",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"read": "~1.0.7",
|
|
"read-package-json": "^4.1.1",
|
|
"read-package-json-fast": "^2.0.3",
|
|
"readdir-scoped-modules": "^1.1.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"ssri": "^8.0.1",
|
|
"tar": "^6.1.11",
|
|
"text-table": "~0.2.0",
|
|
"tiny-relative-date": "^1.3.0",
|
|
"treeverse": "^1.0.4",
|
|
"validate-npm-package-name": "~3.0.0",
|
|
"which": "^2.0.2",
|
|
"write-file-atomic": "^3.0.3"
|
|
},
|
|
"bin": {
|
|
"npm": "bin/npm-cli.js",
|
|
"npx": "bin/npx-cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm-run-path": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@gar/promisify": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/@isaacs/string-locale-compare": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
|
"version": "2.9.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@isaacs/string-locale-compare": "^1.0.1",
|
|
"@npmcli/installed-package-contents": "^1.0.7",
|
|
"@npmcli/map-workspaces": "^1.0.2",
|
|
"@npmcli/metavuln-calculator": "^1.1.0",
|
|
"@npmcli/move-file": "^1.1.0",
|
|
"@npmcli/name-from-folder": "^1.0.1",
|
|
"@npmcli/node-gyp": "^1.0.1",
|
|
"@npmcli/package-json": "^1.0.1",
|
|
"@npmcli/run-script": "^1.8.2",
|
|
"bin-links": "^2.2.1",
|
|
"cacache": "^15.0.3",
|
|
"common-ancestor-path": "^1.0.1",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"json-stringify-nice": "^1.1.4",
|
|
"mkdirp": "^1.0.4",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"npm-install-checks": "^4.0.0",
|
|
"npm-package-arg": "^8.1.5",
|
|
"npm-pick-manifest": "^6.1.0",
|
|
"npm-registry-fetch": "^11.0.0",
|
|
"pacote": "^11.3.5",
|
|
"parse-conflict-json": "^1.1.1",
|
|
"proc-log": "^1.0.0",
|
|
"promise-all-reject-late": "^1.0.0",
|
|
"promise-call-limit": "^1.0.1",
|
|
"read-package-json-fast": "^2.0.2",
|
|
"readdir-scoped-modules": "^1.1.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"ssri": "^8.0.1",
|
|
"treeverse": "^1.0.4",
|
|
"walk-up-path": "^1.0.0"
|
|
},
|
|
"bin": {
|
|
"arborist": "bin/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/ci-detect": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/config": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ini": "^2.0.0",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"nopt": "^5.0.0",
|
|
"semver": "^7.3.4",
|
|
"walk-up-path": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/disparity-colors": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/fs": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@gar/promisify": "^1.0.1",
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/git": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/promise-spawn": "^1.3.2",
|
|
"lru-cache": "^6.0.0",
|
|
"mkdirp": "^1.0.4",
|
|
"npm-pick-manifest": "^6.1.1",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/installed-package-contents": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-bundled": "^1.1.1",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"bin": {
|
|
"installed-package-contents": "index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/map-workspaces": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/name-from-folder": "^1.0.1",
|
|
"glob": "^7.1.6",
|
|
"minimatch": "^3.0.4",
|
|
"read-package-json-fast": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/metavuln-calculator": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cacache": "^15.0.5",
|
|
"pacote": "^11.1.11",
|
|
"semver": "^7.3.2"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/move-file": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mkdirp": "^1.0.4",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/name-from-folder": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/node-gyp": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/package-json": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^2.3.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/promise-spawn": {
|
|
"version": "1.3.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"infer-owner": "^1.0.4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@npmcli/run-script": {
|
|
"version": "1.8.6",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/node-gyp": "^1.0.2",
|
|
"@npmcli/promise-spawn": "^1.3.2",
|
|
"node-gyp": "^7.1.0",
|
|
"read-package-json-fast": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/@tootallnate/once": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/abbrev": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/agent-base": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/agentkeepalive": {
|
|
"version": "4.1.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.0",
|
|
"depd": "^1.1.2",
|
|
"humanize-ms": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/aggregate-error": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ajv": {
|
|
"version": "6.12.6",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"fast-json-stable-stringify": "^2.0.0",
|
|
"json-schema-traverse": "^0.4.1",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ansi-styles": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"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/ansicolors": {
|
|
"version": "0.3.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/ansistyles": {
|
|
"version": "0.1.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/aproba": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/archy": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/are-we-there-yet": {
|
|
"version": "1.1.6",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/asap": {
|
|
"version": "2.0.6",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/asn1": {
|
|
"version": "0.2.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/assert-plus": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/asynckit": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/aws-sign2": {
|
|
"version": "0.7.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/aws4": {
|
|
"version": "1.11.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/balanced-match": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/bcrypt-pbkdf": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"tweetnacl": "^0.14.3"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/bin-links": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cmd-shim": "^4.0.1",
|
|
"mkdirp": "^1.0.3",
|
|
"npm-normalize-package-bin": "^1.0.0",
|
|
"read-cmd-shim": "^2.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"write-file-atomic": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/binary-extensions": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/builtins": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/cacache": {
|
|
"version": "15.3.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^1.0.0",
|
|
"@npmcli/move-file": "^1.0.1",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"glob": "^7.1.4",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^6.0.0",
|
|
"minipass": "^3.1.1",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.2",
|
|
"mkdirp": "^1.0.3",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^8.0.1",
|
|
"tar": "^6.0.2",
|
|
"unique-filename": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/caseless": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/npm/node_modules/chalk": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/chownr": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cidr-regex": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-columns": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^2.0.0",
|
|
"strip-ansi": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-table3": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object-assign": "^4.1.0",
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": "10.* || >= 12.*"
|
|
},
|
|
"optionalDependencies": {
|
|
"colors": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-table3/node_modules/ansi-regex": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-table3/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-table3/node_modules/string-width": {
|
|
"version": "4.2.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cli-table3/node_modules/strip-ansi": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/clone": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/cmd-shim": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mkdirp-infer-owner": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/code-point-at": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/color-convert": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/color-support": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"bin": {
|
|
"color-support": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/colors": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.1.90"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/columnify": {
|
|
"version": "1.5.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"strip-ansi": "^3.0.0",
|
|
"wcwidth": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/combined-stream": {
|
|
"version": "1.0.8",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"delayed-stream": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/common-ancestor-path": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/concat-map": {
|
|
"version": "0.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/console-control-strings": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/core-util-is": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/dashdash": {
|
|
"version": "1.14.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/debug": {
|
|
"version": "4.3.2",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/debuglog": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/defaults": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"clone": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/delayed-stream": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/delegates": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/depd": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/dezalgo": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"asap": "^2.0.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/diff": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.3.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ecc-jsbn": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/emoji-regex": {
|
|
"version": "8.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/encoding": {
|
|
"version": "0.1.13",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"iconv-lite": "^0.6.2"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/env-paths": {
|
|
"version": "2.2.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/err-code": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/extend": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/extsprintf": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/fastest-levenshtein": {
|
|
"version": "1.0.12",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/forever-agent": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/fs-minipass": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/fs.realpath": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/function-bind": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/gauge": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.2",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.1",
|
|
"object-assign": "^4.1.1",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^1.0.1 || ^2.0.0",
|
|
"strip-ansi": "^3.0.1 || ^4.0.0",
|
|
"wide-align": "^1.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/getpass": {
|
|
"version": "0.1.7",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/glob": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/graceful-fs": {
|
|
"version": "4.2.8",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/har-schema": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/har-validator": {
|
|
"version": "5.1.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.3",
|
|
"har-schema": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/has": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/has-flag": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/has-unicode": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/hosted-git-info": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/http-cache-semantics": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/npm/node_modules/http-proxy-agent": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tootallnate/once": "1",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/http-signature": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"jsprim": "^1.2.2",
|
|
"sshpk": "^1.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8",
|
|
"npm": ">=1.3.7"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/https-proxy-agent": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/humanize-ms": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/iconv-lite": {
|
|
"version": "0.6.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ignore-walk": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/imurmurhash": {
|
|
"version": "0.1.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.19"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/indent-string": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/infer-owner": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/inflight": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/inherits": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/ini": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/init-package-json": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-package-arg": "^8.1.5",
|
|
"promzard": "^0.3.0",
|
|
"read": "~1.0.1",
|
|
"read-package-json": "^4.1.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ip": {
|
|
"version": "1.1.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/ip-regex": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-cidr": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"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.7.0",
|
|
"dev": true,
|
|
"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": "2.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/is-lambda": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/is-typedarray": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/isexe": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/isstream": {
|
|
"version": "0.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/jsbn": {
|
|
"version": "0.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/json-schema": {
|
|
"version": "0.2.3",
|
|
"dev": true,
|
|
"inBundle": true
|
|
},
|
|
"node_modules/npm/node_modules/json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/json-stringify-nice": {
|
|
"version": "1.1.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/json-stringify-safe": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/jsonparse": {
|
|
"version": "1.3.1",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >= 0.2.0"
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/jsprim": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "1.0.0",
|
|
"extsprintf": "1.3.0",
|
|
"json-schema": "0.2.3",
|
|
"verror": "1.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/just-diff": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/just-diff-apply": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/libnpmaccess": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"minipass": "^3.1.1",
|
|
"npm-package-arg": "^8.1.2",
|
|
"npm-registry-fetch": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmdiff": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/disparity-colors": "^1.0.1",
|
|
"@npmcli/installed-package-contents": "^1.0.7",
|
|
"binary-extensions": "^2.2.0",
|
|
"diff": "^5.0.0",
|
|
"minimatch": "^3.0.4",
|
|
"npm-package-arg": "^8.1.4",
|
|
"pacote": "^11.3.4",
|
|
"tar": "^6.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmexec": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^2.3.0",
|
|
"@npmcli/ci-detect": "^1.3.0",
|
|
"@npmcli/run-script": "^1.8.4",
|
|
"chalk": "^4.1.0",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"npm-package-arg": "^8.1.2",
|
|
"pacote": "^11.3.1",
|
|
"proc-log": "^1.0.0",
|
|
"read": "^1.0.7",
|
|
"read-package-json-fast": "^2.0.2",
|
|
"walk-up-path": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmfund": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/arborist": "^2.5.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmhook": {
|
|
"version": "6.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmorg": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmpack": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/run-script": "^1.8.3",
|
|
"npm-package-arg": "^8.1.0",
|
|
"pacote": "^11.2.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmpublish": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"normalize-package-data": "^3.0.2",
|
|
"npm-package-arg": "^8.1.2",
|
|
"npm-registry-fetch": "^11.0.0",
|
|
"semver": "^7.1.3",
|
|
"ssri": "^8.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmsearch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-registry-fetch": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmteam": {
|
|
"version": "2.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/libnpmversion": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^2.0.7",
|
|
"@npmcli/run-script": "^1.8.4",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"semver": "^7.3.5",
|
|
"stringify-package": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/make-fetch-happen": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"agentkeepalive": "^4.1.3",
|
|
"cacache": "^15.2.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^4.0.1",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^6.0.0",
|
|
"minipass": "^3.1.3",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^1.3.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.2",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^6.0.0",
|
|
"ssri": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/mime-db": {
|
|
"version": "1.49.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/mime-types": {
|
|
"version": "2.1.32",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mime-db": "1.49.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minimatch": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"brace-expansion": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-collect": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-fetch": {
|
|
"version": "1.4.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.1.0",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"optionalDependencies": {
|
|
"encoding": "^0.1.12"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-flush": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-json-stream": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"jsonparse": "^1.3.1",
|
|
"minipass": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-pipeline": {
|
|
"version": "1.2.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minipass-sized": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/minizlib": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/mkdirp-infer-owner": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"infer-owner": "^1.0.4",
|
|
"mkdirp": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/mute-stream": {
|
|
"version": "0.0.8",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/negotiator": {
|
|
"version": "0.6.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp": {
|
|
"version": "7.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"env-paths": "^2.2.0",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.3",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^4.1.2",
|
|
"request": "^2.88.2",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.2",
|
|
"tar": "^6.0.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"bin": {
|
|
"node-gyp": "bin/node-gyp.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.12.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/aproba": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/gauge": {
|
|
"version": "2.7.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"aproba": "^1.0.3",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.0",
|
|
"object-assign": "^4.1.0",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^1.0.1",
|
|
"strip-ansi": "^3.0.1",
|
|
"wide-align": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"number-is-nan": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/npmlog": {
|
|
"version": "4.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "~1.1.2",
|
|
"console-control-strings": "~1.1.0",
|
|
"gauge": "~2.7.3",
|
|
"set-blocking": "~2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/node-gyp/node_modules/string-width": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"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/npm/node_modules/nopt": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"is-core-module": "^2.5.0",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-audit-report": {
|
|
"version": "2.1.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-bundled": {
|
|
"version": "1.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-install-checks": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"semver": "^7.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-normalize-package-bin": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/npm-package-arg": {
|
|
"version": "8.1.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-packlist": {
|
|
"version": "2.2.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.6",
|
|
"ignore-walk": "^3.0.3",
|
|
"npm-bundled": "^1.1.1",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"bin": {
|
|
"npm-packlist": "bin/index.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-pick-manifest": {
|
|
"version": "6.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-install-checks": "^4.0.0",
|
|
"npm-normalize-package-bin": "^1.0.1",
|
|
"npm-package-arg": "^8.1.2",
|
|
"semver": "^7.3.4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-profile": {
|
|
"version": "5.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-registry-fetch": "^11.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-registry-fetch": {
|
|
"version": "11.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"make-fetch-happen": "^9.0.1",
|
|
"minipass": "^3.1.3",
|
|
"minipass-fetch": "^1.3.0",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.0.0",
|
|
"npm-package-arg": "^8.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npm-user-validate": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"node_modules/npm/node_modules/npmlog": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "^2.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^3.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/npmlog/node_modules/are-we-there-yet": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/number-is-nan": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/oauth-sign": {
|
|
"version": "0.9.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/once": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/opener": {
|
|
"version": "1.5.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "(WTFPL OR MIT)",
|
|
"bin": {
|
|
"opener": "bin/opener-bin.js"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/p-map": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"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": "11.3.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/git": "^2.1.0",
|
|
"@npmcli/installed-package-contents": "^1.0.6",
|
|
"@npmcli/promise-spawn": "^1.2.0",
|
|
"@npmcli/run-script": "^1.8.2",
|
|
"cacache": "^15.0.5",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"infer-owner": "^1.0.4",
|
|
"minipass": "^3.1.3",
|
|
"mkdirp": "^1.0.3",
|
|
"npm-package-arg": "^8.0.1",
|
|
"npm-packlist": "^2.1.4",
|
|
"npm-pick-manifest": "^6.0.0",
|
|
"npm-registry-fetch": "^11.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"read-package-json-fast": "^2.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^8.0.1",
|
|
"tar": "^6.1.0"
|
|
},
|
|
"bin": {
|
|
"pacote": "lib/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/parse-conflict-json": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"just-diff": "^3.0.1",
|
|
"just-diff-apply": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/performance-now": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/proc-log": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/promise-all-reject-late": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/promise-call-limit": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/promise-inflight": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/promise-retry": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^2.0.2",
|
|
"retry": "^0.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/promzard": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"read": "1"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/psl": {
|
|
"version": "1.8.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/punycode": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/qrcode-terminal": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"bin": {
|
|
"qrcode-terminal": "bin/qrcode-terminal.js"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/qs": {
|
|
"version": "6.5.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read": {
|
|
"version": "1.0.7",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mute-stream": "~0.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read-cmd-shim": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/read-package-json": {
|
|
"version": "4.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.1",
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"normalize-package-data": "^3.0.0",
|
|
"npm-normalize-package-bin": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/read-package-json-fast": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/readdir-scoped-modules": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"debuglog": "^1.0.1",
|
|
"dezalgo": "^1.0.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"once": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/request": {
|
|
"version": "2.88.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"aws-sign2": "~0.7.0",
|
|
"aws4": "^1.8.0",
|
|
"caseless": "~0.12.0",
|
|
"combined-stream": "~1.0.6",
|
|
"extend": "~3.0.2",
|
|
"forever-agent": "~0.6.1",
|
|
"form-data": "~2.3.2",
|
|
"har-validator": "~5.1.3",
|
|
"http-signature": "~1.2.0",
|
|
"is-typedarray": "~1.0.0",
|
|
"isstream": "~0.1.2",
|
|
"json-stringify-safe": "~5.0.1",
|
|
"mime-types": "~2.1.19",
|
|
"oauth-sign": "~0.9.0",
|
|
"performance-now": "^2.1.0",
|
|
"qs": "~6.5.2",
|
|
"safe-buffer": "^5.1.2",
|
|
"tough-cookie": "~2.5.0",
|
|
"tunnel-agent": "^0.6.0",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/request/node_modules/form-data": {
|
|
"version": "2.3.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.6",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/request/node_modules/tough-cookie": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"psl": "^1.1.28",
|
|
"punycode": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/retry": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"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/safe-buffer": {
|
|
"version": "5.2.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/semver": {
|
|
"version": "7.3.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/set-blocking": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/signal-exit": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/smart-buffer": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/socks": {
|
|
"version": "2.6.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip": "^1.1.5",
|
|
"smart-buffer": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13.0",
|
|
"npm": ">= 3.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/socks-proxy-agent": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.1",
|
|
"socks": "^2.6.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/spdx-correct": {
|
|
"version": "3.1.1",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "CC-BY-3.0"
|
|
},
|
|
"node_modules/npm/node_modules/spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"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.10",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/npm/node_modules/sshpk": {
|
|
"version": "1.16.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asn1": "~0.2.3",
|
|
"assert-plus": "^1.0.0",
|
|
"bcrypt-pbkdf": "^1.0.0",
|
|
"dashdash": "^1.12.0",
|
|
"ecc-jsbn": "~0.1.1",
|
|
"getpass": "^0.1.1",
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.0.2",
|
|
"tweetnacl": "~0.14.0"
|
|
},
|
|
"bin": {
|
|
"sshpk-conv": "bin/sshpk-conv",
|
|
"sshpk-sign": "bin/sshpk-sign",
|
|
"sshpk-verify": "bin/sshpk-verify"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/ssri": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"minipass": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/string_decoder": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/string-width": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/string-width/node_modules/ansi-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/string-width/node_modules/strip-ansi": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/stringify-package": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/tar": {
|
|
"version": "6.1.11",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^3.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/text-table": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/tiny-relative-date": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/treeverse": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/tunnel-agent": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/tweetnacl": {
|
|
"version": "0.14.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/npm/node_modules/typedarray-to-buffer": {
|
|
"version": "3.1.5",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-typedarray": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/unique-filename": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"unique-slug": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/unique-slug": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/uri-js": {
|
|
"version": "4.4.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/npm/node_modules/uuid": {
|
|
"version": "3.4.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"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": "3.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"builtins": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/verror": {
|
|
"version": "1.10.0",
|
|
"dev": true,
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"core-util-is": "1.0.2",
|
|
"extsprintf": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/walk-up-path": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/wcwidth": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"defaults": "^1.0.3"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/wide-align": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^1.0.2 || 2"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/wrappy": {
|
|
"version": "1.0.2",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npm/node_modules/write-file-atomic": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"imurmurhash": "^0.1.4",
|
|
"is-typedarray": "^1.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"typedarray-to-buffer": "^3.1.5"
|
|
}
|
|
},
|
|
"node_modules/npm/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"inBundle": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/npmlog": {
|
|
"version": "5.0.1",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"are-we-there-yet": "^2.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^3.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/nugget": {
|
|
"version": "2.0.1",
|
|
"license": "BSD",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"debug": "^2.1.3",
|
|
"minimist": "^1.1.0",
|
|
"pretty-bytes": "^1.0.2",
|
|
"progress-stream": "^1.1.0",
|
|
"request": "^2.45.0",
|
|
"single-line-log": "^1.1.2",
|
|
"throttleit": "0.0.2"
|
|
},
|
|
"bin": {
|
|
"nugget": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/nugget/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/nugget/node_modules/get-stdin": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nugget/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/nugget/node_modules/pretty-bytes": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"get-stdin": "^4.0.1",
|
|
"meow": "^3.1.0"
|
|
},
|
|
"bin": {
|
|
"pretty-bytes": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/number-is-nan": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/nyc": {
|
|
"version": "15.1.0",
|
|
"dev": true,
|
|
"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/cliui": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^6.2.0"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/p-map": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/nyc/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/nyc/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/nyc/node_modules/y18n": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/nyc/node_modules/yargs": {
|
|
"version": "15.4.1",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"camelcase": "^5.0.0",
|
|
"decamelize": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/oauth-sign": {
|
|
"version": "0.9.0",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/object-assign": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/object-hash": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/object-inspect": {
|
|
"version": "1.12.0",
|
|
"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.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.0",
|
|
"define-properties": "^1.1.3",
|
|
"has-symbols": "^1.0.1",
|
|
"object-keys": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.entries": {
|
|
"version": "1.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
}
|
|
},
|
|
"node_modules/object.fromentries": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/object.values": {
|
|
"version": "1.1.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/observable-webworkers": {
|
|
"version": "1.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/on-finished": {
|
|
"version": "2.3.0",
|
|
"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/one-time": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fn.name": "1.x.x"
|
|
}
|
|
},
|
|
"node_modules/onetime": {
|
|
"version": "5.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mimic-fn": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/only": {
|
|
"version": "0.0.2"
|
|
},
|
|
"node_modules/opencollective-postinstall": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"opencollective-postinstall": "index.js"
|
|
}
|
|
},
|
|
"node_modules/optimist": {
|
|
"version": "0.3.7",
|
|
"license": "MIT/X11",
|
|
"dependencies": {
|
|
"wordwrap": "~0.0.2"
|
|
}
|
|
},
|
|
"node_modules/optimist/node_modules/wordwrap": {
|
|
"version": "0.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/optional": {
|
|
"version": "0.1.4",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/optionator": {
|
|
"version": "0.9.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deep-is": "^0.1.3",
|
|
"fast-levenshtein": "^2.0.6",
|
|
"levn": "^0.4.1",
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "^0.4.0",
|
|
"word-wrap": "^1.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db": {
|
|
"version": "0.28.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ipfs-pubsub-1on1": "~0.0.6",
|
|
"is-electron": "^2.2.0",
|
|
"is-node": "^1.0.2",
|
|
"localstorage-down": "^0.6.7",
|
|
"logplease": "^1.2.14",
|
|
"multihashes": "~3.0.1",
|
|
"orbit-db-access-controllers": "^0.3.2",
|
|
"orbit-db-cache": "~0.3.0",
|
|
"orbit-db-counterstore": "^1.12.1",
|
|
"orbit-db-docstore": "~1.12.0",
|
|
"orbit-db-eventstore": "~1.12.0",
|
|
"orbit-db-feedstore": "~1.12.0",
|
|
"orbit-db-identity-provider": "~0.3.0",
|
|
"orbit-db-io": "^1.0.1",
|
|
"orbit-db-keystore": "~0.3.0",
|
|
"orbit-db-kvstore": "~1.12.0",
|
|
"orbit-db-pubsub": "~0.6.0",
|
|
"orbit-db-storage-adapter": "~0.5.3",
|
|
"orbit-db-store": "^4.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-access-controllers": {
|
|
"version": "0.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-map-series": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-cache": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"logplease": "~1.2.15"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-counterstore": {
|
|
"version": "1.12.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crdts": "~0.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"orbit-db-store": "4.x"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-docstore": {
|
|
"version": "1.12.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-map": "~1.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"orbit-db-store": "4.x"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-docstore/node_modules/p-map": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-eventstore": {
|
|
"version": "1.12.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"orbit-db-store": "4.x"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-feedstore": {
|
|
"version": "1.12.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"orbit-db-eventstore": "~1.12.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-identity-provider": {
|
|
"version": "0.3.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ethers": "^5.0.8",
|
|
"orbit-db-keystore": "~0.3.5"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-io": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ipld/dag-cbor": "^6.0.10",
|
|
"@ipld/dag-pb": "^2.1.9",
|
|
"multiformats": "^9.4.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14"
|
|
},
|
|
"peerDependencies": {
|
|
"go-ipfs": "*",
|
|
"ipfs": "*",
|
|
"ipfsd-ctl": "*"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore": {
|
|
"version": "0.3.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"elliptic": "^6.5.3",
|
|
"level": "~5.0.1",
|
|
"leveldown": "~5.1.1",
|
|
"levelup": "~4.1.0",
|
|
"libp2p-crypto": "^0.16.0",
|
|
"libp2p-crypto-secp256k1": "^0.3.0",
|
|
"lru": "^3.1.0",
|
|
"mkdirp": "^0.5.5",
|
|
"safe-buffer": "^5.2.1"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/abstract-leveldown": {
|
|
"version": "6.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"level-concat-iterator": "~2.0.0",
|
|
"xtend": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/async": {
|
|
"version": "2.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/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/orbit-db-keystore/node_modules/deferred-leveldown": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "~6.0.0",
|
|
"inherits": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/encoding-down": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "^6.2.1",
|
|
"inherits": "^2.0.3",
|
|
"level-codec": "^9.0.0",
|
|
"level-errors": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/encoding-down/node_modules/abstract-leveldown": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"immediate": "^3.2.3",
|
|
"level-concat-iterator": "~2.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/iso-random-stream": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^6.0.3",
|
|
"readable-stream": "^3.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/iso-random-stream/node_modules/buffer": {
|
|
"version": "6.0.3",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level": {
|
|
"version": "5.0.1",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"level-js": "^4.0.0",
|
|
"level-packager": "^5.0.0",
|
|
"leveldown": "^5.0.0",
|
|
"opencollective-postinstall": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level-codec": {
|
|
"version": "9.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level-concat-iterator": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level-errors": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"errno": "~0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level-iterator-stream": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0",
|
|
"xtend": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level-js": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "~6.0.1",
|
|
"immediate": "~3.2.3",
|
|
"inherits": "^2.0.3",
|
|
"ltgt": "^2.1.2",
|
|
"typedarray-to-buffer": "~3.1.5"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level-packager": {
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encoding-down": "^6.3.0",
|
|
"levelup": "^4.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level-packager/node_modules/abstract-leveldown": {
|
|
"version": "6.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"immediate": "^3.2.3",
|
|
"level-concat-iterator": "~2.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level-packager/node_modules/deferred-leveldown": {
|
|
"version": "5.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "~6.2.1",
|
|
"inherits": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level-packager/node_modules/levelup": {
|
|
"version": "4.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deferred-leveldown": "~5.3.0",
|
|
"level-errors": "~2.0.0",
|
|
"level-iterator-stream": "~4.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/level-supports": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xtend": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/leveldown": {
|
|
"version": "5.1.1",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "~6.0.3",
|
|
"napi-macros": "~1.8.1",
|
|
"node-gyp-build": "~4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/levelup": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deferred-leveldown": "~5.1.0",
|
|
"level-errors": "~2.0.0",
|
|
"level-iterator-stream": "~4.0.0",
|
|
"xtend": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/libp2p-crypto": {
|
|
"version": "0.16.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asmcrypto.js": "^2.3.2",
|
|
"asn1.js": "^5.0.1",
|
|
"async": "^2.6.1",
|
|
"bn.js": "^4.11.8",
|
|
"browserify-aes": "^1.2.0",
|
|
"bs58": "^4.0.1",
|
|
"iso-random-stream": "^1.1.0",
|
|
"keypair": "^1.0.1",
|
|
"libp2p-crypto-secp256k1": "~0.3.0",
|
|
"multihashing-async": "~0.5.1",
|
|
"node-forge": "^0.10.0",
|
|
"pem-jwk": "^2.0.0",
|
|
"protons": "^1.0.1",
|
|
"rsa-pem-to-jwk": "^1.1.3",
|
|
"tweetnacl": "^1.0.0",
|
|
"ursa-optional": "~0.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0",
|
|
"npm": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/multibase": {
|
|
"version": "0.7.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base-x": "^3.0.8",
|
|
"buffer": "^5.5.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/multihashes": {
|
|
"version": "0.4.21",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"multibase": "^0.7.0",
|
|
"varint": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/multihashing-async": {
|
|
"version": "0.5.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"blakejs": "^1.1.0",
|
|
"js-sha3": "~0.8.0",
|
|
"multihashes": "~0.4.13",
|
|
"murmurhash3js": "^3.0.1",
|
|
"nodeify": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0",
|
|
"npm": ">=3.0.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/napi-macros": {
|
|
"version": "1.8.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/node-gyp-build": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"node-gyp-build": "bin.js",
|
|
"node-gyp-build-optional": "optional.js",
|
|
"node-gyp-build-test": "build-test.js"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/tweetnacl": {
|
|
"version": "1.0.3",
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/orbit-db-keystore/node_modules/varint": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/orbit-db-kvstore": {
|
|
"version": "1.12.0",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"orbit-db-store": "4.x"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-pubsub": {
|
|
"version": "0.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ipfs-pubsub-peer-monitor": "~0.0.5",
|
|
"logplease": "~1.2.14",
|
|
"p-series": "^1.1.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter": {
|
|
"version": "0.5.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"level": "^5.0.1",
|
|
"mkdirp": "^0.5.1"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/abstract-leveldown": {
|
|
"version": "6.0.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"level-concat-iterator": "~2.0.0",
|
|
"xtend": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/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/orbit-db-storage-adapter/node_modules/deferred-leveldown": {
|
|
"version": "5.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "~6.2.1",
|
|
"inherits": "^2.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/deferred-leveldown/node_modules/abstract-leveldown": {
|
|
"version": "6.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"immediate": "^3.2.3",
|
|
"level-concat-iterator": "~2.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/encoding-down": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "^6.2.1",
|
|
"inherits": "^2.0.3",
|
|
"level-codec": "^9.0.0",
|
|
"level-errors": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/encoding-down/node_modules/abstract-leveldown": {
|
|
"version": "6.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"immediate": "^3.2.3",
|
|
"level-concat-iterator": "~2.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/level": {
|
|
"version": "5.0.1",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"level-js": "^4.0.0",
|
|
"level-packager": "^5.0.0",
|
|
"leveldown": "^5.0.0",
|
|
"opencollective-postinstall": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/level-codec": {
|
|
"version": "9.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/level-concat-iterator": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/level-errors": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"errno": "~0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/level-iterator-stream": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0",
|
|
"xtend": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/level-js": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "~6.0.1",
|
|
"immediate": "~3.2.3",
|
|
"inherits": "^2.0.3",
|
|
"ltgt": "^2.1.2",
|
|
"typedarray-to-buffer": "~3.1.5"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/level-packager": {
|
|
"version": "5.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"encoding-down": "^6.3.0",
|
|
"levelup": "^4.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/level-supports": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"xtend": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/leveldown": {
|
|
"version": "5.6.0",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abstract-leveldown": "~6.2.1",
|
|
"napi-macros": "~2.0.0",
|
|
"node-gyp-build": "~4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.6.0"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/leveldown/node_modules/abstract-leveldown": {
|
|
"version": "6.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"immediate": "^3.2.3",
|
|
"level-concat-iterator": "~2.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/levelup": {
|
|
"version": "4.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"deferred-leveldown": "~5.3.0",
|
|
"level-errors": "~2.0.0",
|
|
"level-iterator-stream": "~4.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/node-gyp-build": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"node-gyp-build": "bin.js",
|
|
"node-gyp-build-optional": "optional.js",
|
|
"node-gyp-build-test": "build-test.js"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-storage-adapter/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-store": {
|
|
"version": "4.3.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ipfs-log": "^5.4.1",
|
|
"it-to-stream": "^1.0.0",
|
|
"logplease": "^1.2.14",
|
|
"p-each-series": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"p-queue": "^6.6.2",
|
|
"readable-stream": "~3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"orbit-db-io": "*"
|
|
}
|
|
},
|
|
"node_modules/orbit-db-store/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/p-any": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-cancelable": "^2.0.0",
|
|
"p-some": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-cancelable": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-defer": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-do-whilst": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-each-series": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-fifo": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-fifo": "^1.0.0",
|
|
"p-defer": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/p-filter": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-map": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-filter/node_modules/p-map": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/p-finally": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-forever": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-is-promise": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-limit": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"yocto-queue": "^0.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-locate": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^1.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-locate/node_modules/p-limit": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-locate/node_modules/p-try": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-map": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-map-series": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-reduce": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-queue": {
|
|
"version": "6.6.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eventemitter3": "^4.0.4",
|
|
"p-timeout": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-queue/node_modules/p-timeout": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-finally": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-reduce": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-reflect": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-retry": {
|
|
"version": "4.6.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/retry": "^0.12.0",
|
|
"retry": "^0.13.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-series": {
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sindresorhus/is": "^0.7.0",
|
|
"p-reduce": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/p-settle": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.2",
|
|
"p-reflect": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-settle/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-some": {
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"aggregate-error": "^3.0.0",
|
|
"p-cancelable": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-timeout": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/p-try": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/p-try-each": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/p-wait-for": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"p-timeout": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/p-wait-for/node_modules/p-timeout": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"p-finally": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/p-whilst": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/package-hash": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"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": "6.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"got": "^9.6.0",
|
|
"registry-auth-token": "^4.0.0",
|
|
"registry-url": "^5.0.0",
|
|
"semver": "^6.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/package-json/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/pako": {
|
|
"version": "1.0.11",
|
|
"license": "(MIT AND Zlib)"
|
|
},
|
|
"node_modules/param-case": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dot-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/parent-module": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"callsites": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/parse-duration": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/parse-json": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"lines-and-columns": "^1.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/parseqs": {
|
|
"version": "0.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/parseuri": {
|
|
"version": "0.0.6",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/parseurl": {
|
|
"version": "1.3.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/pascal-case": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/passport": {
|
|
"version": "0.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"passport-strategy": "1.x.x",
|
|
"pause": "0.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/passport-local": {
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"passport-strategy": "1.x.x"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/passport-strategy": {
|
|
"version": "1.0.0",
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
}
|
|
},
|
|
"node_modules/passthrough-counter": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-case": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dot-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/path-exists": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"pinkie-promise": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"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-to-regexp": {
|
|
"version": "6.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/path-type": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/pathval": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/pause": {
|
|
"version": "0.0.1"
|
|
},
|
|
"node_modules/pbkdf2": {
|
|
"version": "3.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"create-hash": "^1.1.2",
|
|
"create-hmac": "^1.1.4",
|
|
"ripemd160": "^2.0.1",
|
|
"safe-buffer": "^5.0.1",
|
|
"sha.js": "^2.4.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
}
|
|
},
|
|
"node_modules/peek-readable": {
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/peek-stream": {
|
|
"version": "1.1.3",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"buffer-from": "^1.0.0",
|
|
"duplexify": "^3.5.0",
|
|
"through2": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/peer-id": {
|
|
"version": "0.15.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"class-is": "^1.1.0",
|
|
"libp2p-crypto": "^0.20.0",
|
|
"minimist": "^1.2.5",
|
|
"multiformats": "^9.4.5",
|
|
"protobufjs": "^6.10.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"bin": {
|
|
"peer-id": "src/bin.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
},
|
|
"node_modules/peer-id/node_modules/libp2p-crypto": {
|
|
"version": "0.20.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"err-code": "^3.0.1",
|
|
"iso-random-stream": "^2.0.0",
|
|
"keypair": "^1.0.4",
|
|
"multiformats": "^9.4.5",
|
|
"noble-ed25519": "^1.2.6",
|
|
"noble-secp256k1": "^1.2.10",
|
|
"node-forge": "^0.10.0",
|
|
"pem-jwk": "^2.0.0",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"ursa-optional": "^0.10.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/pem-jwk": {
|
|
"version": "2.0.0",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"asn1.js": "^5.0.1"
|
|
},
|
|
"bin": {
|
|
"pem-jwk": "bin/pem-jwk.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=5.10.0"
|
|
}
|
|
},
|
|
"node_modules/pend": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/performance-now": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/picomatch": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
}
|
|
},
|
|
"node_modules/pify": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pinkie": {
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/pinkie-promise": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"pinkie": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/pino": {
|
|
"version": "6.13.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-redact": "^3.0.0",
|
|
"fast-safe-stringify": "^2.0.8",
|
|
"flatstr": "^1.0.12",
|
|
"pino-std-serializers": "^3.1.0",
|
|
"process-warning": "^1.0.0",
|
|
"quick-format-unescaped": "^4.0.3",
|
|
"sonic-boom": "^1.0.2"
|
|
},
|
|
"bin": {
|
|
"pino": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/pino-pretty": {
|
|
"version": "4.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@hapi/bourne": "^2.0.0",
|
|
"args": "^5.0.1",
|
|
"chalk": "^4.0.0",
|
|
"dateformat": "^4.5.1",
|
|
"fast-safe-stringify": "^2.0.7",
|
|
"jmespath": "^0.15.0",
|
|
"joycon": "^2.2.5",
|
|
"pump": "^3.0.0",
|
|
"readable-stream": "^3.6.0",
|
|
"rfdc": "^1.3.0",
|
|
"split2": "^3.1.1",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"bin": {
|
|
"pino-pretty": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/pino-pretty/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/pino-std-serializers": {
|
|
"version": "3.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pkg-conf": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^2.0.0",
|
|
"load-json-file": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/pkg-dir": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/please-upgrade-node": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver-compare": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/preact": {
|
|
"version": "8.2.9",
|
|
"hasInstallScript": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/prelude-ls": {
|
|
"version": "1.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/prepend-http": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/prettier": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"bin": {
|
|
"prettier": "bin-prettier.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
}
|
|
},
|
|
"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/pretty-bytes": {
|
|
"version": "5.6.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/private-ip": {
|
|
"version": "2.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ip-regex": "^4.3.0",
|
|
"ipaddr.js": "^2.0.1",
|
|
"is-ip": "^3.1.0",
|
|
"netmask": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/process-nextick-args": {
|
|
"version": "2.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/process-on-spawn": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fromentries": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/process-warning": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/progress": {
|
|
"version": "2.0.3",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
}
|
|
},
|
|
"node_modules/progress-stream": {
|
|
"version": "1.2.0",
|
|
"license": "BSD-2-Clause",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"speedometer": "~0.1.2",
|
|
"through2": "~0.2.3"
|
|
}
|
|
},
|
|
"node_modules/progress-stream/node_modules/isarray": {
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/progress-stream/node_modules/object-keys": {
|
|
"version": "0.4.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/progress-stream/node_modules/readable-stream": {
|
|
"version": "1.1.14",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.1",
|
|
"isarray": "0.0.1",
|
|
"string_decoder": "~0.10.x"
|
|
}
|
|
},
|
|
"node_modules/progress-stream/node_modules/string_decoder": {
|
|
"version": "0.10.31",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/progress-stream/node_modules/through2": {
|
|
"version": "0.2.3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"readable-stream": "~1.1.9",
|
|
"xtend": "~2.1.1"
|
|
}
|
|
},
|
|
"node_modules/progress-stream/node_modules/xtend": {
|
|
"version": "2.1.2",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"object-keys": "~0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4"
|
|
}
|
|
},
|
|
"node_modules/prom-client": {
|
|
"version": "12.0.0",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"tdigest": "^0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/prometheus-gc-stats": {
|
|
"version": "0.6.3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"optional": "^0.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"optionalDependencies": {
|
|
"gc-stats": "^1.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"prom-client": ">= 10 <= 12"
|
|
}
|
|
},
|
|
"node_modules/promise": {
|
|
"version": "1.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-promise": "~1"
|
|
}
|
|
},
|
|
"node_modules/promise-timeout": {
|
|
"version": "1.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/prop-types": {
|
|
"version": "15.7.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"loose-envify": "^1.4.0",
|
|
"object-assign": "^4.1.1",
|
|
"react-is": "^16.8.1"
|
|
}
|
|
},
|
|
"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/protobufjs": {
|
|
"version": "6.11.2",
|
|
"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/long": "^4.0.1",
|
|
"@types/node": ">=13.7.0",
|
|
"long": "^4.0.0"
|
|
},
|
|
"bin": {
|
|
"pbjs": "bin/pbjs",
|
|
"pbts": "bin/pbts"
|
|
}
|
|
},
|
|
"node_modules/protocol-buffers-schema": {
|
|
"version": "3.6.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/protons": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"protocol-buffers-schema": "^3.3.1",
|
|
"signed-varint": "^2.0.1",
|
|
"varint": "^5.0.0"
|
|
}
|
|
},
|
|
"node_modules/protons/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/protons/node_modules/varint": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/prr": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pseudomap": {
|
|
"version": "1.0.2",
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/psl": {
|
|
"version": "1.8.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/pstree.remy": {
|
|
"version": "1.1.8",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/public-ip": {
|
|
"version": "4.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dns-socket": "^4.2.2",
|
|
"got": "^9.6.0",
|
|
"is-ip": "^3.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/pump": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/pumpify": {
|
|
"version": "1.5.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"duplexify": "^3.6.0",
|
|
"inherits": "^2.0.3",
|
|
"pump": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/pumpify/node_modules/pump": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"node_modules/punycode": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/pupa": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-goat": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/q": {
|
|
"version": "1.5.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.0",
|
|
"teleport": ">=0.2.0"
|
|
}
|
|
},
|
|
"node_modules/qs": {
|
|
"version": "6.10.1",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/qs-stringify": {
|
|
"version": "1.2.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/querystringify": {
|
|
"version": "2.2.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/queue-microtask": {
|
|
"version": "1.2.3",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/queue-tick": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/quick-format-unescaped": {
|
|
"version": "4.0.4",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/quick-lru": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/rabin-wasm": {
|
|
"version": "0.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@assemblyscript/loader": "^0.9.4",
|
|
"bl": "^5.0.0",
|
|
"debug": "^4.3.1",
|
|
"minimist": "^1.2.5",
|
|
"node-fetch": "^2.6.1",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"bin": {
|
|
"rabin-wasm": "cli/bin.js"
|
|
}
|
|
},
|
|
"node_modules/rabin-wasm/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/random-bytes": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/randombytes": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/raw-body": {
|
|
"version": "2.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bytes": "3.1.0",
|
|
"http-errors": "1.7.3",
|
|
"iconv-lite": "0.4.24",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/raw-body/node_modules/depd": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/raw-body/node_modules/http-errors": {
|
|
"version": "1.7.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "~1.1.2",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.1.1",
|
|
"statuses": ">= 1.5.0 < 2",
|
|
"toidentifier": "1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
"version": "0.4.24",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/raw-body/node_modules/setprototypeof": {
|
|
"version": "1.1.1",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/rc": {
|
|
"version": "1.2.8",
|
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
|
"dependencies": {
|
|
"deep-extend": "^0.6.0",
|
|
"ini": "~1.3.0",
|
|
"minimist": "^1.2.0",
|
|
"strip-json-comments": "~2.0.1"
|
|
},
|
|
"bin": {
|
|
"rc": "cli.js"
|
|
}
|
|
},
|
|
"node_modules/rc/node_modules/strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/react-is": {
|
|
"version": "16.13.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/react-native-fetch-api": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-defer": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/read-pkg": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/normalize-package-data": "^2.4.0",
|
|
"normalize-package-data": "^2.5.0",
|
|
"parse-json": "^5.0.0",
|
|
"type-fest": "^0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^4.1.0",
|
|
"read-pkg": "^5.2.0",
|
|
"type-fest": "^0.8.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/read-pkg-up/node_modules/path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/read-pkg/node_modules/type-fest": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/readable-stream": {
|
|
"version": "2.3.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.3",
|
|
"isarray": "~1.0.0",
|
|
"process-nextick-args": "~2.0.0",
|
|
"safe-buffer": "~5.1.1",
|
|
"string_decoder": "~1.1.1",
|
|
"util-deprecate": "~1.0.1"
|
|
}
|
|
},
|
|
"node_modules/readable-stream/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/readable-web-to-node-stream": {
|
|
"version": "3.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/readable-web-to-node-stream/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"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.5.0",
|
|
"dev": true,
|
|
"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": "1.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"indent-string": "^2.1.0",
|
|
"strip-indent": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/redent/node_modules/indent-string": {
|
|
"version": "2.1.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"repeating": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/redeyed": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esprima": "~4.0.0"
|
|
}
|
|
},
|
|
"node_modules/redis": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"workspaces": [
|
|
"./packages/*"
|
|
],
|
|
"dependencies": {
|
|
"@node-redis/client": "^1.0.1",
|
|
"@node-redis/json": "^1.0.1",
|
|
"@node-redis/search": "^1.0.1",
|
|
"@node-redis/time-series": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"npm": ">=7"
|
|
}
|
|
},
|
|
"node_modules/redis-errors": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/redis-parser": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"redis-errors": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/regexp-clone": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/regexp.prototype.flags": {
|
|
"version": "1.3.1",
|
|
"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/regexpp": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/mysticatea"
|
|
}
|
|
},
|
|
"node_modules/registry-auth-token": {
|
|
"version": "4.2.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "^1.2.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/registry-url": {
|
|
"version": "5.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"rc": "^1.2.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/release-zalgo": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"es6-error": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/repeating": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"is-finite": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/request": {
|
|
"version": "2.88.2",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"aws-sign2": "~0.7.0",
|
|
"aws4": "^1.8.0",
|
|
"caseless": "~0.12.0",
|
|
"combined-stream": "~1.0.6",
|
|
"extend": "~3.0.2",
|
|
"forever-agent": "~0.6.1",
|
|
"form-data": "~2.3.2",
|
|
"har-validator": "~5.1.3",
|
|
"http-signature": "~1.2.0",
|
|
"is-typedarray": "~1.0.0",
|
|
"isstream": "~0.1.2",
|
|
"json-stringify-safe": "~5.0.1",
|
|
"mime-types": "~2.1.19",
|
|
"oauth-sign": "~0.9.0",
|
|
"performance-now": "^2.1.0",
|
|
"qs": "~6.5.2",
|
|
"safe-buffer": "^5.1.2",
|
|
"tough-cookie": "~2.5.0",
|
|
"tunnel-agent": "^0.6.0",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/request/node_modules/form-data": {
|
|
"version": "2.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.6",
|
|
"mime-types": "^2.1.12"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12"
|
|
}
|
|
},
|
|
"node_modules/request/node_modules/qs": {
|
|
"version": "6.5.2",
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/request/node_modules/uuid": {
|
|
"version": "3.4.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/require_optional": {
|
|
"version": "1.0.1",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"resolve-from": "^2.0.0",
|
|
"semver": "^5.1.0"
|
|
}
|
|
},
|
|
"node_modules/require_optional/node_modules/resolve-from": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require_optional/node_modules/semver": {
|
|
"version": "5.7.1",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver"
|
|
}
|
|
},
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-from-string": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/require-main-filename": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/requires-port": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/resolve": {
|
|
"version": "1.20.0",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.2.0",
|
|
"path-parse": "^1.0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/resolve-alpn": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/resolve-from": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/resolve-path": {
|
|
"version": "1.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"http-errors": "~1.6.2",
|
|
"path-is-absolute": "1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/resolve-path/node_modules/depd": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/resolve-path/node_modules/http-errors": {
|
|
"version": "1.6.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"depd": "~1.1.2",
|
|
"inherits": "2.0.3",
|
|
"setprototypeof": "1.1.0",
|
|
"statuses": ">= 1.4.0 < 2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/resolve-path/node_modules/inherits": {
|
|
"version": "2.0.3",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/resolve-path/node_modules/setprototypeof": {
|
|
"version": "1.1.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/responselike": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lowercase-keys": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/resumer": {
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"through": "~2.3.4"
|
|
}
|
|
},
|
|
"node_modules/retimer": {
|
|
"version": "3.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/retry": {
|
|
"version": "0.13.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
}
|
|
},
|
|
"node_modules/retry-as-promised": {
|
|
"version": "3.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"any-promise": "^1.3.0"
|
|
}
|
|
},
|
|
"node_modules/reusify": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"iojs": ">=1.0.0",
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/rfdc": {
|
|
"version": "1.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/rimraf": {
|
|
"version": "3.0.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/isaacs"
|
|
}
|
|
},
|
|
"node_modules/ripemd160": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"hash-base": "^3.0.0",
|
|
"inherits": "^2.0.1"
|
|
}
|
|
},
|
|
"node_modules/rsa-pem-to-jwk": {
|
|
"version": "1.1.3",
|
|
"license": "Apache 2.0",
|
|
"dependencies": {
|
|
"object-assign": "^2.0.0",
|
|
"rsa-unpack": "0.0.6"
|
|
}
|
|
},
|
|
"node_modules/rsa-pem-to-jwk/node_modules/object-assign": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/rsa-unpack": {
|
|
"version": "0.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"optimist": "~0.3.5"
|
|
},
|
|
"bin": {
|
|
"rsa-unpack": "bin/cmd.js"
|
|
}
|
|
},
|
|
"node_modules/run-parallel": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"node_modules/run-parallel-limit": {
|
|
"version": "1.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",
|
|
"dependencies": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"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-stable-stringify": {
|
|
"version": "1.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/safer-buffer": {
|
|
"version": "2.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/sanitize-filename": {
|
|
"version": "1.6.3",
|
|
"license": "WTFPL OR ISC",
|
|
"dependencies": {
|
|
"truncate-utf8-bytes": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/saslprep": {
|
|
"version": "1.0.3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"sparse-bitfield": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/satoshi-bitcoin": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"big.js": "^3.1.3"
|
|
}
|
|
},
|
|
"node_modules/sax": {
|
|
"version": "1.2.4",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/scrypt-js": {
|
|
"version": "3.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/scryptsy": {
|
|
"version": "2.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/secp256k1": {
|
|
"version": "3.8.0",
|
|
"hasInstallScript": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"bip66": "^1.1.5",
|
|
"bn.js": "^4.11.8",
|
|
"create-hash": "^1.2.0",
|
|
"drbg.js": "^1.0.1",
|
|
"elliptic": "^6.5.2",
|
|
"nan": "^2.14.0",
|
|
"safe-buffer": "^5.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release": {
|
|
"version": "17.4.4",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@semantic-release/commit-analyzer": "^8.0.0",
|
|
"@semantic-release/error": "^2.2.0",
|
|
"@semantic-release/github": "^7.0.0",
|
|
"@semantic-release/npm": "^7.0.0",
|
|
"@semantic-release/release-notes-generator": "^9.0.0",
|
|
"aggregate-error": "^3.0.0",
|
|
"cosmiconfig": "^7.0.0",
|
|
"debug": "^4.0.0",
|
|
"env-ci": "^5.0.0",
|
|
"execa": "^5.0.0",
|
|
"figures": "^3.0.0",
|
|
"find-versions": "^4.0.0",
|
|
"get-stream": "^6.0.0",
|
|
"git-log-parser": "^1.2.0",
|
|
"hook-std": "^2.0.0",
|
|
"hosted-git-info": "^4.0.0",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^2.0.0",
|
|
"marked-terminal": "^4.1.1",
|
|
"micromatch": "^4.0.2",
|
|
"p-each-series": "^2.1.0",
|
|
"p-reduce": "^2.0.0",
|
|
"read-pkg-up": "^7.0.0",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.3.2",
|
|
"semver-diff": "^3.1.1",
|
|
"signale": "^1.2.1",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"bin": {
|
|
"semantic-release": "bin/semantic-release.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.18"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/@semantic-release/commit-analyzer": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"conventional-changelog-angular": "^5.0.0",
|
|
"conventional-commits-filter": "^2.0.0",
|
|
"conventional-commits-parser": "^3.0.7",
|
|
"debug": "^4.0.0",
|
|
"import-from": "^3.0.0",
|
|
"lodash": "^4.17.4",
|
|
"micromatch": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.18"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=16.0.0 <18.0.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/@semantic-release/github": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/rest": "^18.0.0",
|
|
"@semantic-release/error": "^2.2.0",
|
|
"aggregate-error": "^3.0.0",
|
|
"bottleneck": "^2.18.1",
|
|
"debug": "^4.0.0",
|
|
"dir-glob": "^3.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"globby": "^11.0.0",
|
|
"http-proxy-agent": "^4.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"issue-parser": "^6.0.0",
|
|
"lodash": "^4.17.4",
|
|
"mime": "^2.4.3",
|
|
"p-filter": "^2.0.0",
|
|
"p-retry": "^4.0.0",
|
|
"url-join": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.18"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=16.0.0 <18.0.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/@semantic-release/npm": {
|
|
"version": "7.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@semantic-release/error": "^2.2.0",
|
|
"aggregate-error": "^3.0.0",
|
|
"execa": "^5.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"lodash": "^4.17.15",
|
|
"nerf-dart": "^1.0.0",
|
|
"normalize-url": "^6.0.0",
|
|
"npm": "^7.0.0",
|
|
"rc": "^1.2.8",
|
|
"read-pkg": "^5.0.0",
|
|
"registry-auth-token": "^4.0.0",
|
|
"semver": "^7.1.2",
|
|
"tempy": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.19"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=16.0.0 <18.0.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/@semantic-release/release-notes-generator": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"conventional-changelog-angular": "^5.0.0",
|
|
"conventional-changelog-writer": "^4.0.0",
|
|
"conventional-commits-filter": "^2.0.0",
|
|
"conventional-commits-parser": "^3.0.0",
|
|
"debug": "^4.0.0",
|
|
"get-stream": "^6.0.0",
|
|
"import-from": "^3.0.0",
|
|
"into-stream": "^6.0.0",
|
|
"lodash": "^4.17.4",
|
|
"read-pkg-up": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.18"
|
|
},
|
|
"peerDependencies": {
|
|
"semantic-release": ">=15.8.0 <18.0.0"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/fs-extra": {
|
|
"version": "10.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/normalize-url": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/p-reduce": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/semantic-release/node_modules/resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/semver": {
|
|
"version": "7.3.5",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver-compare": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/semver-diff": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"semver": "^6.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/semver-diff/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/semver-regex": {
|
|
"version": "3.1.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/semver/node_modules/lru-cache": {
|
|
"version": "6.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/semver/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/sentence-case": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3",
|
|
"upper-case-first": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/sequelize": {
|
|
"version": "5.22.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.0",
|
|
"cls-bluebird": "^2.1.0",
|
|
"debug": "^4.1.1",
|
|
"dottie": "^2.0.0",
|
|
"inflection": "1.12.0",
|
|
"lodash": "^4.17.15",
|
|
"moment": "^2.24.0",
|
|
"moment-timezone": "^0.5.21",
|
|
"retry-as-promised": "^3.2.0",
|
|
"semver": "^6.3.0",
|
|
"sequelize-pool": "^2.3.0",
|
|
"toposort-class": "^1.0.1",
|
|
"uuid": "^3.3.3",
|
|
"validator": "^10.11.0",
|
|
"wkx": "^0.4.8"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/sequelize-pool": {
|
|
"version": "2.3.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
}
|
|
},
|
|
"node_modules/sequelize/node_modules/semver": {
|
|
"version": "6.3.0",
|
|
"license": "ISC",
|
|
"bin": {
|
|
"semver": "bin/semver.js"
|
|
}
|
|
},
|
|
"node_modules/sequelize/node_modules/uuid": {
|
|
"version": "3.4.0",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/serialize-javascript": {
|
|
"version": "5.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/set-delayed-interval": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/setprototypeof": {
|
|
"version": "1.2.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/sha.js": {
|
|
"version": "2.4.11",
|
|
"license": "(MIT AND BSD-3-Clause)",
|
|
"dependencies": {
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"bin": {
|
|
"sha.js": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/shebang-command": {
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"shebang-regex": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/shebang-regex": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/shimmer": {
|
|
"version": "1.2.1",
|
|
"license": "BSD-2-Clause"
|
|
},
|
|
"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/sift": {
|
|
"version": "7.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/signal-exit": {
|
|
"version": "3.0.5",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/signale": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/signale/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/signale/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/signale/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/signale/node_modules/escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/signale/node_modules/figures": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/signale/node_modules/has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/signale/node_modules/supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/signed-varint": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"varint": "~5.0.0"
|
|
}
|
|
},
|
|
"node_modules/signed-varint/node_modules/varint": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/simple-swizzle": {
|
|
"version": "0.2.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-arrayish": "^0.3.1"
|
|
}
|
|
},
|
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
"version": "0.3.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/single-line-log": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"string-width": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/sinon": {
|
|
"version": "9.2.4",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"@sinonjs/commons": "^1.8.1",
|
|
"@sinonjs/fake-timers": "^6.0.1",
|
|
"@sinonjs/samsam": "^5.3.1",
|
|
"diff": "^4.0.2",
|
|
"nise": "^4.0.4",
|
|
"supports-color": "^7.1.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/sinon"
|
|
}
|
|
},
|
|
"node_modules/slash": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"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/slice-ansi/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/sliced": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/slp-mdm": {
|
|
"version": "0.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bignumber.js": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/slp-parser": {
|
|
"version": "0.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bignumber.js": "^9.0.0"
|
|
}
|
|
},
|
|
"node_modules/snake-case": {
|
|
"version": "3.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dot-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/socket.io-client": {
|
|
"version": "4.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@socket.io/component-emitter": "~3.0.0",
|
|
"backo2": "~1.0.2",
|
|
"debug": "~4.3.2",
|
|
"engine.io-client": "~6.1.1",
|
|
"parseuri": "0.0.6",
|
|
"socket.io-parser": "~4.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/socket.io-parser": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@socket.io/component-emitter": "~3.0.0",
|
|
"debug": "~4.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/sonic-boom": {
|
|
"version": "1.4.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"atomic-sleep": "^1.0.0",
|
|
"flatstr": "^1.0.12"
|
|
}
|
|
},
|
|
"node_modules/sort-keys": {
|
|
"version": "4.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-plain-obj": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/sparse-array": {
|
|
"version": "1.3.2",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/sparse-bitfield": {
|
|
"version": "3.0.3",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"memory-pager": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/spawn-error-forwarder": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/spawn-wrap": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"foreground-child": "^2.0.0",
|
|
"is-windows": "^1.0.2",
|
|
"make-dir": "^3.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/spawn-wrap/node_modules/which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/spdx-correct": {
|
|
"version": "3.1.1",
|
|
"devOptional": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-expression-parse": "^3.0.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/spdx-exceptions": {
|
|
"version": "2.3.0",
|
|
"devOptional": true,
|
|
"license": "CC-BY-3.0"
|
|
},
|
|
"node_modules/spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"devOptional": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/spdx-license-ids": {
|
|
"version": "3.0.10",
|
|
"devOptional": true,
|
|
"license": "CC0-1.0"
|
|
},
|
|
"node_modules/speedometer": {
|
|
"version": "0.1.4",
|
|
"optional": true
|
|
},
|
|
"node_modules/split": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"through": "2"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/split2": {
|
|
"version": "3.2.2",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"readable-stream": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/split2/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/sprintf-js": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause"
|
|
},
|
|
"node_modules/sshpk": {
|
|
"version": "1.16.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"asn1": "~0.2.3",
|
|
"assert-plus": "^1.0.0",
|
|
"bcrypt-pbkdf": "^1.0.0",
|
|
"dashdash": "^1.12.0",
|
|
"ecc-jsbn": "~0.1.1",
|
|
"getpass": "^0.1.1",
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.0.2",
|
|
"tweetnacl": "~0.14.0"
|
|
},
|
|
"bin": {
|
|
"sshpk-conv": "bin/sshpk-conv",
|
|
"sshpk-sign": "bin/sshpk-sign",
|
|
"sshpk-verify": "bin/sshpk-verify"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/sshpk/node_modules/jsbn": {
|
|
"version": "0.1.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/stack-trace": {
|
|
"version": "0.0.10",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/standard": {
|
|
"version": "16.0.3",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"eslint": "~7.13.0",
|
|
"eslint-config-standard": "16.0.2",
|
|
"eslint-config-standard-jsx": "10.0.0",
|
|
"eslint-plugin-import": "~2.22.1",
|
|
"eslint-plugin-node": "~11.1.0",
|
|
"eslint-plugin-promise": "~4.2.1",
|
|
"eslint-plugin-react": "~7.21.5",
|
|
"standard-engine": "^14.0.1"
|
|
},
|
|
"bin": {
|
|
"standard": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/standard-engine": {
|
|
"version": "14.0.1",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-stdin": "^8.0.0",
|
|
"minimist": "^1.2.5",
|
|
"pkg-conf": "^3.1.0",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.10"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/find-up": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"locate-path": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/load-json-file": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.15",
|
|
"parse-json": "^4.0.0",
|
|
"pify": "^4.0.1",
|
|
"strip-bom": "^3.0.0",
|
|
"type-fest": "^0.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/locate-path": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-locate": "^3.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-try": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/p-locate": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"p-limit": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/parse-json": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-better-errors": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/path-exists": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/pify": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/pkg-conf": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^3.0.0",
|
|
"load-json-file": "^5.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard-engine/node_modules/type-fest": {
|
|
"version": "0.3.1",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/@eslint/eslintrc": {
|
|
"version": "0.2.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.1.1",
|
|
"espree": "^7.3.0",
|
|
"globals": "^12.1.0",
|
|
"ignore": "^4.0.6",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^3.13.1",
|
|
"lodash": "^4.17.19",
|
|
"minimatch": "^3.0.4",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/ansi-regex": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-convert": "^1.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/astral-regex": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/standard/node_modules/cross-spawn": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/emoji-regex": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/standard/node_modules/eslint": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"@eslint/eslintrc": "^0.2.1",
|
|
"ajv": "^6.10.0",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.0.1",
|
|
"doctrine": "^3.0.0",
|
|
"enquirer": "^2.3.5",
|
|
"eslint-scope": "^5.1.1",
|
|
"eslint-utils": "^2.1.0",
|
|
"eslint-visitor-keys": "^2.0.0",
|
|
"espree": "^7.3.0",
|
|
"esquery": "^1.2.0",
|
|
"esutils": "^2.0.2",
|
|
"file-entry-cache": "^5.0.1",
|
|
"functional-red-black-tree": "^1.0.1",
|
|
"glob-parent": "^5.0.0",
|
|
"globals": "^12.1.0",
|
|
"ignore": "^4.0.6",
|
|
"import-fresh": "^3.0.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"js-yaml": "^3.13.1",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash": "^4.17.19",
|
|
"minimatch": "^3.0.4",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.1",
|
|
"progress": "^2.0.0",
|
|
"regexpp": "^3.1.0",
|
|
"semver": "^7.2.1",
|
|
"strip-ansi": "^6.0.0",
|
|
"strip-json-comments": "^3.1.0",
|
|
"table": "^5.2.3",
|
|
"text-table": "^0.2.0",
|
|
"v8-compile-cache": "^2.0.3"
|
|
},
|
|
"bin": {
|
|
"eslint": "bin/eslint.js"
|
|
},
|
|
"engines": {
|
|
"node": "^10.12.0 || >=12.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/eslint"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/eslint-config-standard-jsx": {
|
|
"version": "10.0.0",
|
|
"dev": true,
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"eslint": "^7.12.1",
|
|
"eslint-plugin-react": "^7.21.5"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/eslint-plugin-import": {
|
|
"version": "2.22.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.1",
|
|
"array.prototype.flat": "^1.2.3",
|
|
"contains-path": "^0.1.0",
|
|
"debug": "^2.6.9",
|
|
"doctrine": "1.5.0",
|
|
"eslint-import-resolver-node": "^0.3.4",
|
|
"eslint-module-utils": "^2.6.0",
|
|
"has": "^1.0.3",
|
|
"minimatch": "^3.0.4",
|
|
"object.values": "^1.1.1",
|
|
"read-pkg-up": "^2.0.0",
|
|
"resolve": "^1.17.0",
|
|
"tsconfig-paths": "^3.9.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/eslint-plugin-import/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/eslint-plugin-import/node_modules/doctrine": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"esutils": "^2.0.2",
|
|
"isarray": "^1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/eslint-plugin-promise": {
|
|
"version": "4.2.1",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/eslint-plugin-react": {
|
|
"version": "7.21.5",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array-includes": "^3.1.1",
|
|
"array.prototype.flatmap": "^1.2.3",
|
|
"doctrine": "^2.1.0",
|
|
"has": "^1.0.3",
|
|
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
|
|
"object.entries": "^1.1.2",
|
|
"object.fromentries": "^2.0.2",
|
|
"object.values": "^1.1.1",
|
|
"prop-types": "^15.7.2",
|
|
"resolve": "^1.18.1",
|
|
"string.prototype.matchall": "^4.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^3 || ^4 || ^5 || ^6 || ^7"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/eslint-plugin-react/node_modules/doctrine": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"esutils": "^2.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/file-entry-cache": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flat-cache": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/flat-cache": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"flatted": "^2.0.0",
|
|
"rimraf": "2.6.3",
|
|
"write": "1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/flatted": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/standard/node_modules/is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/load-json-file": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"parse-json": "^2.2.0",
|
|
"pify": "^2.0.0",
|
|
"strip-bom": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/standard/node_modules/parse-json": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"error-ex": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/path-type": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"pify": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/pify": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/read-pkg": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"load-json-file": "^2.0.0",
|
|
"normalize-package-data": "^2.3.2",
|
|
"path-type": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/read-pkg-up": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"find-up": "^2.0.0",
|
|
"read-pkg": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/rimraf": {
|
|
"version": "2.6.3",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"glob": "^7.1.3"
|
|
},
|
|
"bin": {
|
|
"rimraf": "bin.js"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"shebang-regex": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/slice-ansi": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-styles": "^3.2.0",
|
|
"astral-regex": "^1.0.0",
|
|
"is-fullwidth-code-point": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/string-width": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^7.0.1",
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^5.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/string-width/node_modules/strip-ansi": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^4.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/table": {
|
|
"version": "5.4.6",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"ajv": "^6.10.2",
|
|
"lodash": "^4.17.14",
|
|
"slice-ansi": "^2.1.0",
|
|
"string-width": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"node-which": "bin/node-which"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/standard/node_modules/write": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mkdirp": "^0.5.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/statuses": {
|
|
"version": "1.5.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/stream-combiner2": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"duplexer2": "~0.1.0",
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"node_modules/stream-shift": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"peer": true
|
|
},
|
|
"node_modules/stream-to-it": {
|
|
"version": "0.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"get-iterator": "^1.0.2"
|
|
}
|
|
},
|
|
"node_modules/streaming-iterables": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/string_decoder": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
"version": "5.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/string-width": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"code-point-at": "^1.0.0",
|
|
"is-fullwidth-code-point": "^1.0.0",
|
|
"strip-ansi": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/string-width/node_modules/ansi-regex": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/string-width/node_modules/strip-ansi": {
|
|
"version": "3.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.matchall": {
|
|
"version": "4.0.6",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1",
|
|
"get-intrinsic": "^1.1.1",
|
|
"has-symbols": "^1.0.2",
|
|
"internal-slot": "^1.0.3",
|
|
"regexp.prototype.flags": "^1.3.1",
|
|
"side-channel": "^1.0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trim": {
|
|
"version": "1.2.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimend": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/string.prototype.trimstart": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/strip-ansi": {
|
|
"version": "6.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-bom": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/strip-final-newline": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/strip-indent": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"get-stdin": "^4.0.1"
|
|
},
|
|
"bin": {
|
|
"strip-indent": "cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/strip-indent/node_modules/get-stdin": {
|
|
"version": "4.0.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/strip-json-comments": {
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/strtok3": {
|
|
"version": "6.2.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"peek-readable": "^4.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/sumchecker": {
|
|
"version": "1.3.1",
|
|
"license": "Apache-2.0",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"es6-promise": "^4.0.5"
|
|
}
|
|
},
|
|
"node_modules/sumchecker/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/sumchecker/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/supports-color": {
|
|
"version": "7.2.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/supports-hyperlinks": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"has-flag": "^4.0.0",
|
|
"supports-color": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/table": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"ajv": "^8.0.1",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.truncate": "^4.4.2",
|
|
"slice-ansi": "^4.0.0",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/ajv": {
|
|
"version": "8.6.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/table/node_modules/json-schema-traverse": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/table/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/tape": {
|
|
"version": "5.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"array.prototype.every": "^1.1.3",
|
|
"call-bind": "^1.0.2",
|
|
"deep-equal": "^2.0.5",
|
|
"defined": "^1.0.0",
|
|
"dotignore": "^0.1.2",
|
|
"for-each": "^0.3.3",
|
|
"get-package-type": "^0.1.0",
|
|
"glob": "^7.2.0",
|
|
"has": "^1.0.3",
|
|
"has-dynamic-import": "^2.0.1",
|
|
"inherits": "^2.0.4",
|
|
"is-regex": "^1.1.4",
|
|
"minimist": "^1.2.5",
|
|
"object-inspect": "^1.12.0",
|
|
"object-is": "^1.1.5",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.2",
|
|
"resolve": "^2.0.0-next.3",
|
|
"resumer": "^0.0.0",
|
|
"string.prototype.trim": "^1.2.5",
|
|
"through": "^2.3.8"
|
|
},
|
|
"bin": {
|
|
"tape": "bin/tape"
|
|
}
|
|
},
|
|
"node_modules/tape/node_modules/deep-equal": {
|
|
"version": "2.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"call-bind": "^1.0.0",
|
|
"es-get-iterator": "^1.1.1",
|
|
"get-intrinsic": "^1.0.1",
|
|
"is-arguments": "^1.0.4",
|
|
"is-date-object": "^1.0.2",
|
|
"is-regex": "^1.1.1",
|
|
"isarray": "^2.0.5",
|
|
"object-is": "^1.1.4",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.2",
|
|
"regexp.prototype.flags": "^1.3.0",
|
|
"side-channel": "^1.0.3",
|
|
"which-boxed-primitive": "^1.0.1",
|
|
"which-collection": "^1.0.1",
|
|
"which-typed-array": "^1.1.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/tape/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/tape/node_modules/isarray": {
|
|
"version": "2.0.5",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tape/node_modules/resolve": {
|
|
"version": "2.0.0-next.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-core-module": "^2.2.0",
|
|
"path-parse": "^1.0.6"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/tar": {
|
|
"version": "6.1.11",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^3.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
},
|
|
"node_modules/tar-fs": {
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.1.4"
|
|
}
|
|
},
|
|
"node_modules/tar-fs/node_modules/chownr": {
|
|
"version": "1.1.4",
|
|
"license": "ISC",
|
|
"peer": true
|
|
},
|
|
"node_modules/tar-stream": {
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"bl": "^4.0.3",
|
|
"end-of-stream": "^1.4.1",
|
|
"fs-constants": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^3.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/tar-stream/node_modules/bl": {
|
|
"version": "4.1.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"buffer": "^5.5.0",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"node_modules/tar-stream/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",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"node_modules/tar-stream/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/tar/node_modules/mkdirp": {
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"mkdirp": "bin/cmd.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/tar/node_modules/yallist": {
|
|
"version": "4.0.0",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/tdigest": {
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"bintrees": "1.0.1"
|
|
}
|
|
},
|
|
"node_modules/temp-dir": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/temp-write": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.15",
|
|
"is-stream": "^2.0.0",
|
|
"make-dir": "^3.0.0",
|
|
"temp-dir": "^1.0.0",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/temp-write/node_modules/temp-dir": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/temp-write/node_modules/uuid": {
|
|
"version": "3.4.0",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"bin": {
|
|
"uuid": "bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/tempy": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"del": "^6.0.0",
|
|
"is-stream": "^2.0.0",
|
|
"temp-dir": "^2.0.0",
|
|
"type-fest": "^0.16.0",
|
|
"unique-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/tempy/node_modules/type-fest": {
|
|
"version": "0.16.0",
|
|
"dev": true,
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/test-exclude": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"glob": "^7.1.4",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/text-extensions": {
|
|
"version": "1.9.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
},
|
|
"node_modules/text-hex": {
|
|
"version": "1.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/text-table": {
|
|
"version": "0.2.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/throttleit": {
|
|
"version": "0.0.2",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/through": {
|
|
"version": "2.3.8",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/through2": {
|
|
"version": "2.0.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "~2.3.6",
|
|
"xtend": "~4.0.1"
|
|
}
|
|
},
|
|
"node_modules/thunky": {
|
|
"version": "1.1.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/time-cache": {
|
|
"version": "0.3.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lodash.throttle": "^4.1.1"
|
|
}
|
|
},
|
|
"node_modules/timeout-abort-controller": {
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abort-controller": "^3.0.0",
|
|
"retimer": "^2.0.0"
|
|
}
|
|
},
|
|
"node_modules/timeout-abort-controller/node_modules/retimer": {
|
|
"version": "2.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/timestamp-nano": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.5.0"
|
|
}
|
|
},
|
|
"node_modules/tiny-each-async": {
|
|
"version": "2.0.3",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tiny-queue": {
|
|
"version": "0.2.0",
|
|
"license": "Apache 2"
|
|
},
|
|
"node_modules/to-fast-properties": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/to-readable-stream": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
},
|
|
"node_modules/to-regex-range": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-number": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0"
|
|
}
|
|
},
|
|
"node_modules/toidentifier": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
}
|
|
},
|
|
"node_modules/token-types": {
|
|
"version": "4.1.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"ieee754": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/Borewit"
|
|
}
|
|
},
|
|
"node_modules/toposort-class": {
|
|
"version": "1.0.1",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/touch": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nopt": "~1.0.10"
|
|
},
|
|
"bin": {
|
|
"nodetouch": "bin/nodetouch.js"
|
|
}
|
|
},
|
|
"node_modules/touch/node_modules/nopt": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"bin": {
|
|
"nopt": "bin/nopt.js"
|
|
}
|
|
},
|
|
"node_modules/tough-cookie": {
|
|
"version": "2.5.0",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"psl": "^1.1.28",
|
|
"punycode": "^2.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
}
|
|
},
|
|
"node_modules/traverse": {
|
|
"version": "0.6.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/trim-newlines": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/triple-beam": {
|
|
"version": "1.3.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/truncate-utf8-bytes": {
|
|
"version": "1.0.2",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"utf8-byte-length": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/tsconfig-paths": {
|
|
"version": "3.11.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/json5": "^0.0.29",
|
|
"json5": "^1.0.1",
|
|
"minimist": "^1.2.0",
|
|
"strip-bom": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/tsconfig-paths/node_modules/json5": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"minimist": "^1.2.0"
|
|
},
|
|
"bin": {
|
|
"json5": "lib/cli.js"
|
|
}
|
|
},
|
|
"node_modules/tsconfig-paths/node_modules/strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.3.1",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/tsscmp": {
|
|
"version": "1.0.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.6.x"
|
|
}
|
|
},
|
|
"node_modules/tunnel-agent": {
|
|
"version": "0.6.0",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/tus-js-client": {
|
|
"version": "1.8.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"buffer-from": "^0.1.1",
|
|
"combine-errors": "^3.0.3",
|
|
"extend": "^3.0.2",
|
|
"js-base64": "^2.4.9",
|
|
"lodash.throttle": "^4.1.1",
|
|
"proper-lockfile": "^2.0.1",
|
|
"url-parse": "^1.4.3"
|
|
}
|
|
},
|
|
"node_modules/tus-js-client/node_modules/buffer-from": {
|
|
"version": "0.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/tus-js-client/node_modules/proper-lockfile": {
|
|
"version": "2.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"retry": "^0.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
}
|
|
},
|
|
"node_modules/tus-js-client/node_modules/retry": {
|
|
"version": "0.10.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
},
|
|
"node_modules/tweetnacl": {
|
|
"version": "0.14.5",
|
|
"license": "Unlicense"
|
|
},
|
|
"node_modules/type-check": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prelude-ls": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
}
|
|
},
|
|
"node_modules/type-detect": {
|
|
"version": "4.0.8",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/type-fest": {
|
|
"version": "0.8.1",
|
|
"license": "(MIT OR CC0-1.0)",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/type-is": {
|
|
"version": "1.6.18",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.24"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
}
|
|
},
|
|
"node_modules/typedarray": {
|
|
"version": "0.0.6",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/typedarray-to-buffer": {
|
|
"version": "3.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-typedarray": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/typeforce": {
|
|
"version": "1.18.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/uc.micro": {
|
|
"version": "1.0.6",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/uglify-js": {
|
|
"version": "3.14.2",
|
|
"dev": true,
|
|
"license": "BSD-2-Clause",
|
|
"optional": true,
|
|
"bin": {
|
|
"uglifyjs": "bin/uglifyjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
},
|
|
"node_modules/uid-safe": {
|
|
"version": "2.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"random-bytes": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/uint8arrays": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"multiformats": "^9.4.2"
|
|
}
|
|
},
|
|
"node_modules/unbox-primitive": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"function-bind": "^1.1.1",
|
|
"has-bigints": "^1.0.1",
|
|
"has-symbols": "^1.0.2",
|
|
"which-boxed-primitive": "^1.0.2"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/undefsafe": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^2.2.0"
|
|
}
|
|
},
|
|
"node_modules/undefsafe/node_modules/debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"node_modules/undefsafe/node_modules/ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unique-string": {
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"crypto-random-string": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/universal-user-agent": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/universalify": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
}
|
|
},
|
|
"node_modules/unordered-array-remove": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/unpipe": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/unzip-stream": {
|
|
"version": "0.3.1",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"binary": "^0.3.0",
|
|
"mkdirp": "^0.5.1"
|
|
}
|
|
},
|
|
"node_modules/update-notifier": {
|
|
"version": "5.1.0",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"boxen": "^5.0.0",
|
|
"chalk": "^4.1.0",
|
|
"configstore": "^5.0.1",
|
|
"has-yarn": "^2.1.0",
|
|
"import-lazy": "^2.1.0",
|
|
"is-ci": "^2.0.0",
|
|
"is-installed-globally": "^0.4.0",
|
|
"is-npm": "^5.0.0",
|
|
"is-yarn-global": "^0.3.0",
|
|
"latest-version": "^5.1.0",
|
|
"pupa": "^2.1.1",
|
|
"semver": "^7.3.4",
|
|
"semver-diff": "^3.1.1",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/yeoman/update-notifier?sponsor=1"
|
|
}
|
|
},
|
|
"node_modules/upper-case": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/upper-case-first": {
|
|
"version": "2.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"node_modules/uri-js": {
|
|
"version": "4.4.1",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/uri-to-multiaddr": {
|
|
"version": "6.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-ip": "^3.1.0",
|
|
"multiaddr": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/url-join": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/url-parse": {
|
|
"version": "1.5.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"querystringify": "^2.1.1",
|
|
"requires-port": "^1.0.0"
|
|
}
|
|
},
|
|
"node_modules/url-parse-lax": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"prepend-http": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/ursa-optional": {
|
|
"version": "0.10.2",
|
|
"hasInstallScript": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"nan": "^2.14.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
},
|
|
"node_modules/utf8-byte-length": {
|
|
"version": "1.0.4",
|
|
"license": "WTFPL"
|
|
},
|
|
"node_modules/util": {
|
|
"version": "0.12.4",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"is-arguments": "^1.0.4",
|
|
"is-generator-function": "^1.0.7",
|
|
"is-typed-array": "^1.1.3",
|
|
"safe-buffer": "^5.1.2",
|
|
"which-typed-array": "^1.1.2"
|
|
}
|
|
},
|
|
"node_modules/util-deprecate": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/uuid": {
|
|
"version": "8.3.2",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"bin": {
|
|
"uuid": "dist/bin/uuid"
|
|
}
|
|
},
|
|
"node_modules/v8-compile-cache": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"devOptional": true,
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
}
|
|
},
|
|
"node_modules/validator": {
|
|
"version": "10.11.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
}
|
|
},
|
|
"node_modules/varint": {
|
|
"version": "6.0.0",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/varint-decoder": {
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"varint": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0",
|
|
"npm": ">=3.0.0"
|
|
}
|
|
},
|
|
"node_modules/varint-decoder/node_modules/varint": {
|
|
"version": "5.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/varuint-bitcoin": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
},
|
|
"node_modules/vary": {
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
}
|
|
},
|
|
"node_modules/verror": {
|
|
"version": "1.10.0",
|
|
"engines": [
|
|
"node >=0.6.0"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"core-util-is": "1.0.2",
|
|
"extsprintf": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/verror/node_modules/core-util-is": {
|
|
"version": "1.0.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/web-encoding": {
|
|
"version": "1.1.5",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"util": "^0.12.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"@zxing/text-encoding": "0.9.0"
|
|
}
|
|
},
|
|
"node_modules/webidl-conversions": {
|
|
"version": "4.0.2",
|
|
"license": "BSD-2-Clause",
|
|
"optional": true
|
|
},
|
|
"node_modules/wherearewe": {
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"is-electron": "^2.2.0"
|
|
}
|
|
},
|
|
"node_modules/which": {
|
|
"version": "1.3.1",
|
|
"license": "ISC",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"isexe": "^2.0.0"
|
|
},
|
|
"bin": {
|
|
"which": "bin/which"
|
|
}
|
|
},
|
|
"node_modules/which-boxed-primitive": {
|
|
"version": "1.0.2",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-bigint": "^1.0.1",
|
|
"is-boolean-object": "^1.1.0",
|
|
"is-number-object": "^1.0.4",
|
|
"is-string": "^1.0.5",
|
|
"is-symbol": "^1.0.3"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-collection": {
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"is-map": "^2.0.1",
|
|
"is-set": "^2.0.1",
|
|
"is-weakmap": "^2.0.1",
|
|
"is-weakset": "^2.0.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/which-module": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/which-pm-runs": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/which-typed-array": {
|
|
"version": "1.1.7",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"es-abstract": "^1.18.5",
|
|
"foreach": "^2.0.5",
|
|
"has-tostringtag": "^1.0.0",
|
|
"is-typed-array": "^1.1.7"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
}
|
|
},
|
|
"node_modules/wide-align": {
|
|
"version": "1.1.3",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"string-width": "^1.0.2 || 2"
|
|
}
|
|
},
|
|
"node_modules/widest-line": {
|
|
"version": "3.1.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"string-width": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/widest-line/node_modules/is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/widest-line/node_modules/string-width": {
|
|
"version": "4.2.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/wif": {
|
|
"version": "2.0.6",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bs58check": "<3.0.0"
|
|
}
|
|
},
|
|
"node_modules/wildcard": {
|
|
"version": "1.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/winston": {
|
|
"version": "3.3.3",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@dabh/diagnostics": "^2.0.2",
|
|
"async": "^3.1.0",
|
|
"is-stream": "^2.0.0",
|
|
"logform": "^2.2.0",
|
|
"one-time": "^1.0.0",
|
|
"readable-stream": "^3.4.0",
|
|
"stack-trace": "0.0.x",
|
|
"triple-beam": "^1.3.0",
|
|
"winston-transport": "^4.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.4.0"
|
|
}
|
|
},
|
|
"node_modules/winston-daily-rotate-file": {
|
|
"version": "4.5.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"file-stream-rotator": "^0.5.7",
|
|
"object-hash": "^2.0.1",
|
|
"triple-beam": "^1.3.0",
|
|
"winston-transport": "^4.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"peerDependencies": {
|
|
"winston": "^3"
|
|
}
|
|
},
|
|
"node_modules/winston-transport": {
|
|
"version": "4.4.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"readable-stream": "^2.3.7",
|
|
"triple-beam": "^1.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.4.0"
|
|
}
|
|
},
|
|
"node_modules/winston/node_modules/readable-stream": {
|
|
"version": "3.6.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"node_modules/wkx": {
|
|
"version": "0.4.8",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/word-wrap": {
|
|
"version": "1.2.3",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/wordwrap": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/workerpool": {
|
|
"version": "6.0.2",
|
|
"dev": true,
|
|
"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/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/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/wrtc": {
|
|
"version": "0.4.7",
|
|
"bundleDependencies": [
|
|
"node-pre-gyp"
|
|
],
|
|
"hasInstallScript": true,
|
|
"license": "BSD-2-Clause",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"node-pre-gyp": "^0.13.0"
|
|
},
|
|
"engines": {
|
|
"node": "^8.11.2 || >=10.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"domexception": "^1.0.1"
|
|
}
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "7.5.6",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"bufferutil": {
|
|
"optional": true
|
|
},
|
|
"utf-8-validate": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/xdg-basedir": {
|
|
"version": "4.0.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8"
|
|
}
|
|
},
|
|
"node_modules/xml2js": {
|
|
"version": "0.4.23",
|
|
"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/xmlhttprequest-ssl": {
|
|
"version": "2.0.0",
|
|
"engines": {
|
|
"node": ">=0.4.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": "2.1.2",
|
|
"license": "ISC",
|
|
"optional": true
|
|
},
|
|
"node_modules/yaml": {
|
|
"version": "1.10.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
},
|
|
"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/yargs-parser": {
|
|
"version": "13.1.2",
|
|
"dev": true,
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"camelcase": "^5.0.0",
|
|
"decamelize": "^1.2.0"
|
|
}
|
|
},
|
|
"node_modules/yargs-unparser": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"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/camelcase": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"node_modules/yargs-unparser/node_modules/decamelize": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
},
|
|
"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/yargs-parser": {
|
|
"version": "20.2.9",
|
|
"license": "ISC",
|
|
"engines": {
|
|
"node": ">=10"
|
|
}
|
|
},
|
|
"node_modules/yauzl": {
|
|
"version": "2.10.0",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"buffer-crc32": "~0.2.3",
|
|
"fd-slicer": "~1.1.0"
|
|
}
|
|
},
|
|
"node_modules/yeast": {
|
|
"version": "0.1.2",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/ylru": {
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
}
|
|
},
|
|
"node_modules/yocto-queue": {
|
|
"version": "0.1.0",
|
|
"dev": true,
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@assemblyscript/loader": {
|
|
"version": "0.9.4"
|
|
},
|
|
"@babel/code-frame": {
|
|
"version": "7.15.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/highlight": "^7.14.5"
|
|
}
|
|
},
|
|
"@babel/compat-data": {
|
|
"version": "7.15.0",
|
|
"dev": true
|
|
},
|
|
"@babel/core": {
|
|
"version": "7.15.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/code-frame": "^7.15.8",
|
|
"@babel/generator": "^7.15.8",
|
|
"@babel/helper-compilation-targets": "^7.15.4",
|
|
"@babel/helper-module-transforms": "^7.15.8",
|
|
"@babel/helpers": "^7.15.4",
|
|
"@babel/parser": "^7.15.8",
|
|
"@babel/template": "^7.15.4",
|
|
"@babel/traverse": "^7.15.4",
|
|
"@babel/types": "^7.15.6",
|
|
"convert-source-map": "^1.7.0",
|
|
"debug": "^4.1.0",
|
|
"gensync": "^1.0.0-beta.2",
|
|
"json5": "^2.1.2",
|
|
"semver": "^6.3.0",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.0",
|
|
"dev": true
|
|
},
|
|
"source-map": {
|
|
"version": "0.5.7",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@babel/generator": {
|
|
"version": "7.15.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/types": "^7.15.6",
|
|
"jsesc": "^2.5.1",
|
|
"source-map": "^0.5.0"
|
|
},
|
|
"dependencies": {
|
|
"source-map": {
|
|
"version": "0.5.7",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@babel/helper-compilation-targets": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/compat-data": "^7.15.0",
|
|
"@babel/helper-validator-option": "^7.14.5",
|
|
"browserslist": "^4.16.6",
|
|
"semver": "^6.3.0"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@babel/helper-function-name": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/helper-get-function-arity": "^7.15.4",
|
|
"@babel/template": "^7.15.4",
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/helper-get-function-arity": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/helper-hoist-variables": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/helper-member-expression-to-functions": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/helper-module-imports": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/helper-module-transforms": {
|
|
"version": "7.15.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/helper-module-imports": "^7.15.4",
|
|
"@babel/helper-replace-supers": "^7.15.4",
|
|
"@babel/helper-simple-access": "^7.15.4",
|
|
"@babel/helper-split-export-declaration": "^7.15.4",
|
|
"@babel/helper-validator-identifier": "^7.15.7",
|
|
"@babel/template": "^7.15.4",
|
|
"@babel/traverse": "^7.15.4",
|
|
"@babel/types": "^7.15.6"
|
|
}
|
|
},
|
|
"@babel/helper-optimise-call-expression": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/helper-replace-supers": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/helper-member-expression-to-functions": "^7.15.4",
|
|
"@babel/helper-optimise-call-expression": "^7.15.4",
|
|
"@babel/traverse": "^7.15.4",
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/helper-simple-access": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/helper-split-export-declaration": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/helper-validator-identifier": {
|
|
"version": "7.15.7",
|
|
"dev": true
|
|
},
|
|
"@babel/helper-validator-option": {
|
|
"version": "7.14.5",
|
|
"dev": true
|
|
},
|
|
"@babel/helpers": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/template": "^7.15.4",
|
|
"@babel/traverse": "^7.15.4",
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/highlight": {
|
|
"version": "7.14.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/helper-validator-identifier": "^7.14.5",
|
|
"chalk": "^2.0.0",
|
|
"js-tokens": "^4.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
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@babel/parser": {
|
|
"version": "7.15.8",
|
|
"dev": true
|
|
},
|
|
"@babel/template": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/code-frame": "^7.14.5",
|
|
"@babel/parser": "^7.15.4",
|
|
"@babel/types": "^7.15.4"
|
|
}
|
|
},
|
|
"@babel/traverse": {
|
|
"version": "7.15.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/code-frame": "^7.14.5",
|
|
"@babel/generator": "^7.15.4",
|
|
"@babel/helper-function-name": "^7.15.4",
|
|
"@babel/helper-hoist-variables": "^7.15.4",
|
|
"@babel/helper-split-export-declaration": "^7.15.4",
|
|
"@babel/parser": "^7.15.4",
|
|
"@babel/types": "^7.15.4",
|
|
"debug": "^4.1.0",
|
|
"globals": "^11.1.0"
|
|
},
|
|
"dependencies": {
|
|
"globals": {
|
|
"version": "11.12.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@babel/types": {
|
|
"version": "7.15.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/helper-validator-identifier": "^7.14.9",
|
|
"to-fast-properties": "^2.0.0"
|
|
}
|
|
},
|
|
"@chainsafe/libp2p-noise": {
|
|
"version": "4.1.1",
|
|
"requires": {
|
|
"@stablelib/chacha20poly1305": "^1.0.1",
|
|
"@stablelib/hkdf": "^1.0.1",
|
|
"@stablelib/sha256": "^1.0.1",
|
|
"@stablelib/x25519": "^1.0.1",
|
|
"debug": "^4.3.1",
|
|
"it-buffer": "^0.1.3",
|
|
"it-length-prefixed": "^5.0.3",
|
|
"it-pair": "^1.0.0",
|
|
"it-pb-rpc": "^0.1.11",
|
|
"it-pipe": "^1.1.0",
|
|
"libp2p-crypto": "^0.19.7",
|
|
"peer-id": "^0.15.3",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"@chris.troutner/bip32-utils": {
|
|
"version": "1.0.5",
|
|
"requires": {
|
|
"keccak": "^3.0.1",
|
|
"tape": "*"
|
|
}
|
|
},
|
|
"@dabh/diagnostics": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"colorspace": "1.1.x",
|
|
"enabled": "2.0.x",
|
|
"kuler": "^2.0.0"
|
|
}
|
|
},
|
|
"@eslint/eslintrc": {
|
|
"version": "0.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.1.1",
|
|
"espree": "^7.3.0",
|
|
"globals": "^12.1.0",
|
|
"ignore": "^4.0.6",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^3.13.1",
|
|
"lodash": "^4.17.20",
|
|
"minimatch": "^3.0.4",
|
|
"strip-json-comments": "^3.1.1"
|
|
}
|
|
},
|
|
"@ethersproject/abi": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/hash": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/abstract-provider": {
|
|
"version": "5.5.1",
|
|
"requires": {
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/networks": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0",
|
|
"@ethersproject/web": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/abstract-signer": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/abstract-provider": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/address": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/rlp": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/base64": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/basex": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/bignumber": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"bn.js": "^4.11.9"
|
|
},
|
|
"dependencies": {
|
|
"bn.js": {
|
|
"version": "4.12.0"
|
|
}
|
|
}
|
|
},
|
|
"@ethersproject/bytes": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/constants": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bignumber": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/contracts": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/abi": "^5.5.0",
|
|
"@ethersproject/abstract-provider": "^5.5.0",
|
|
"@ethersproject/abstract-signer": "^5.5.0",
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/hash": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/abstract-signer": "^5.5.0",
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/hdnode": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/abstract-signer": "^5.5.0",
|
|
"@ethersproject/basex": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/pbkdf2": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/sha2": "^5.5.0",
|
|
"@ethersproject/signing-key": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0",
|
|
"@ethersproject/wordlists": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/json-wallets": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/abstract-signer": "^5.5.0",
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/hdnode": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/pbkdf2": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/random": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0",
|
|
"aes-js": "3.0.0",
|
|
"scrypt-js": "3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"aes-js": {
|
|
"version": "3.0.0"
|
|
}
|
|
}
|
|
},
|
|
"@ethersproject/keccak256": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"js-sha3": "0.8.0"
|
|
}
|
|
},
|
|
"@ethersproject/logger": {
|
|
"version": "5.5.0"
|
|
},
|
|
"@ethersproject/networks": {
|
|
"version": "5.5.1",
|
|
"requires": {
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/pbkdf2": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/sha2": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/properties": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/providers": {
|
|
"version": "5.5.1",
|
|
"requires": {
|
|
"@ethersproject/abstract-provider": "^5.5.0",
|
|
"@ethersproject/abstract-signer": "^5.5.0",
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/basex": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/hash": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/networks": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/random": "^5.5.0",
|
|
"@ethersproject/rlp": "^5.5.0",
|
|
"@ethersproject/sha2": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0",
|
|
"@ethersproject/web": "^5.5.0",
|
|
"bech32": "1.1.4",
|
|
"ws": "7.4.6"
|
|
},
|
|
"dependencies": {
|
|
"ws": {
|
|
"version": "7.4.6",
|
|
"requires": {}
|
|
}
|
|
}
|
|
},
|
|
"@ethersproject/random": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/rlp": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/sha2": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"hash.js": "1.1.7"
|
|
}
|
|
},
|
|
"@ethersproject/signing-key": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"bn.js": "^4.11.9",
|
|
"elliptic": "6.5.4",
|
|
"hash.js": "1.1.7"
|
|
},
|
|
"dependencies": {
|
|
"bn.js": {
|
|
"version": "4.12.0"
|
|
}
|
|
}
|
|
},
|
|
"@ethersproject/solidity": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/sha2": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/strings": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/transactions": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/rlp": "^5.5.0",
|
|
"@ethersproject/signing-key": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/units": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/constants": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/wallet": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/abstract-provider": "^5.5.0",
|
|
"@ethersproject/abstract-signer": "^5.5.0",
|
|
"@ethersproject/address": "^5.5.0",
|
|
"@ethersproject/bignumber": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/hash": "^5.5.0",
|
|
"@ethersproject/hdnode": "^5.5.0",
|
|
"@ethersproject/json-wallets": "^5.5.0",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/random": "^5.5.0",
|
|
"@ethersproject/signing-key": "^5.5.0",
|
|
"@ethersproject/transactions": "^5.5.0",
|
|
"@ethersproject/wordlists": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/web": {
|
|
"version": "5.5.1",
|
|
"requires": {
|
|
"@ethersproject/base64": "^5.5.0",
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0"
|
|
}
|
|
},
|
|
"@ethersproject/wordlists": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"@ethersproject/bytes": "^5.5.0",
|
|
"@ethersproject/hash": "^5.5.0",
|
|
"@ethersproject/logger": "^5.5.0",
|
|
"@ethersproject/properties": "^5.5.0",
|
|
"@ethersproject/strings": "^5.5.0"
|
|
}
|
|
},
|
|
"@grpc/grpc-js": {
|
|
"version": "1.4.5",
|
|
"requires": {
|
|
"@grpc/proto-loader": "^0.6.4",
|
|
"@types/node": ">=12.12.47"
|
|
}
|
|
},
|
|
"@grpc/proto-loader": {
|
|
"version": "0.6.7",
|
|
"requires": {
|
|
"@types/long": "^4.0.1",
|
|
"lodash.camelcase": "^4.3.0",
|
|
"long": "^4.0.0",
|
|
"protobufjs": "^6.10.0",
|
|
"yargs": "^16.1.1"
|
|
}
|
|
},
|
|
"@hapi/accept": {
|
|
"version": "5.0.2",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/ammo": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/b64": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/boom": {
|
|
"version": "9.1.4",
|
|
"requires": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/bounce": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/bourne": {
|
|
"version": "2.0.0"
|
|
},
|
|
"@hapi/call": {
|
|
"version": "8.0.1",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/catbox": {
|
|
"version": "11.1.1",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/podium": "4.x.x",
|
|
"@hapi/validate": "1.x.x"
|
|
}
|
|
},
|
|
"@hapi/catbox-memory": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/content": {
|
|
"version": "5.0.2",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/cryptiles": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/file": {
|
|
"version": "2.0.0"
|
|
},
|
|
"@hapi/hapi": {
|
|
"version": "20.2.1",
|
|
"requires": {
|
|
"@hapi/accept": "^5.0.1",
|
|
"@hapi/ammo": "^5.0.1",
|
|
"@hapi/boom": "^9.1.0",
|
|
"@hapi/bounce": "^2.0.0",
|
|
"@hapi/call": "^8.0.0",
|
|
"@hapi/catbox": "^11.1.1",
|
|
"@hapi/catbox-memory": "^5.0.0",
|
|
"@hapi/heavy": "^7.0.1",
|
|
"@hapi/hoek": "^9.0.4",
|
|
"@hapi/mimos": "^6.0.0",
|
|
"@hapi/podium": "^4.1.1",
|
|
"@hapi/shot": "^5.0.5",
|
|
"@hapi/somever": "^3.0.0",
|
|
"@hapi/statehood": "^7.0.3",
|
|
"@hapi/subtext": "^7.0.3",
|
|
"@hapi/teamwork": "^5.1.0",
|
|
"@hapi/topo": "^5.0.0",
|
|
"@hapi/validate": "^1.1.1"
|
|
}
|
|
},
|
|
"@hapi/heavy": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/validate": "1.x.x"
|
|
}
|
|
},
|
|
"@hapi/hoek": {
|
|
"version": "9.2.1"
|
|
},
|
|
"@hapi/iron": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"@hapi/b64": "5.x.x",
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/bourne": "2.x.x",
|
|
"@hapi/cryptiles": "5.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/mimos": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"@hapi/hoek": "9.x.x",
|
|
"mime-db": "1.x.x"
|
|
}
|
|
},
|
|
"@hapi/nigel": {
|
|
"version": "4.0.2",
|
|
"requires": {
|
|
"@hapi/hoek": "^9.0.4",
|
|
"@hapi/vise": "^4.0.0"
|
|
}
|
|
},
|
|
"@hapi/pez": {
|
|
"version": "5.0.3",
|
|
"requires": {
|
|
"@hapi/b64": "5.x.x",
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/content": "^5.0.2",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/nigel": "4.x.x"
|
|
}
|
|
},
|
|
"@hapi/podium": {
|
|
"version": "4.1.3",
|
|
"requires": {
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/teamwork": "5.x.x",
|
|
"@hapi/validate": "1.x.x"
|
|
}
|
|
},
|
|
"@hapi/shot": {
|
|
"version": "5.0.5",
|
|
"requires": {
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/validate": "1.x.x"
|
|
}
|
|
},
|
|
"@hapi/somever": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"@hapi/bounce": "2.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/statehood": {
|
|
"version": "7.0.3",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/bounce": "2.x.x",
|
|
"@hapi/bourne": "2.x.x",
|
|
"@hapi/cryptiles": "5.x.x",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/iron": "6.x.x",
|
|
"@hapi/validate": "1.x.x"
|
|
}
|
|
},
|
|
"@hapi/subtext": {
|
|
"version": "7.0.3",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/bourne": "2.x.x",
|
|
"@hapi/content": "^5.0.2",
|
|
"@hapi/file": "2.x.x",
|
|
"@hapi/hoek": "9.x.x",
|
|
"@hapi/pez": "^5.0.1",
|
|
"@hapi/wreck": "17.x.x"
|
|
}
|
|
},
|
|
"@hapi/teamwork": {
|
|
"version": "5.1.0"
|
|
},
|
|
"@hapi/topo": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"@hapi/hoek": "^9.0.0"
|
|
}
|
|
},
|
|
"@hapi/validate": {
|
|
"version": "1.1.3",
|
|
"requires": {
|
|
"@hapi/hoek": "^9.0.0",
|
|
"@hapi/topo": "^5.0.0"
|
|
}
|
|
},
|
|
"@hapi/vise": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@hapi/wreck": {
|
|
"version": "17.1.0",
|
|
"requires": {
|
|
"@hapi/boom": "9.x.x",
|
|
"@hapi/bourne": "2.x.x",
|
|
"@hapi/hoek": "9.x.x"
|
|
}
|
|
},
|
|
"@ipld/car": {
|
|
"version": "3.2.3",
|
|
"requires": {
|
|
"@ipld/dag-cbor": "^7.0.0",
|
|
"multiformats": "^9.5.4",
|
|
"varint": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@ipld/dag-cbor": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"cborg": "^1.6.0",
|
|
"multiformats": "^9.5.4"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@ipld/dag-cbor": {
|
|
"version": "6.0.15",
|
|
"requires": {
|
|
"cborg": "^1.5.4",
|
|
"multiformats": "^9.5.4"
|
|
}
|
|
},
|
|
"@ipld/dag-json": {
|
|
"version": "8.0.7",
|
|
"requires": {
|
|
"cborg": "^1.5.4",
|
|
"multiformats": "^9.5.4"
|
|
}
|
|
},
|
|
"@ipld/dag-pb": {
|
|
"version": "2.1.15",
|
|
"requires": {
|
|
"multiformats": "^9.5.4"
|
|
}
|
|
},
|
|
"@istanbuljs/load-nyc-config": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"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": {
|
|
"find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^4.1.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^2.2.0"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"@istanbuljs/schema": {
|
|
"version": "0.1.3",
|
|
"dev": true
|
|
},
|
|
"@leichtgewicht/ip-codec": {
|
|
"version": "2.0.3"
|
|
},
|
|
"@mapbox/node-pre-gyp": {
|
|
"version": "1.0.8",
|
|
"requires": {
|
|
"detect-libc": "^1.0.3",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"make-dir": "^3.1.0",
|
|
"node-fetch": "^2.6.5",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^5.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"tar": "^6.1.11"
|
|
}
|
|
},
|
|
"@motrix/nat-api": {
|
|
"version": "0.3.2",
|
|
"requires": {
|
|
"async": "^3.2.0",
|
|
"debug": "^4.3.1",
|
|
"default-gateway": "^6.0.3",
|
|
"request": "^2.88.2",
|
|
"unordered-array-remove": "^1.0.2",
|
|
"xml2js": "^0.4.23"
|
|
}
|
|
},
|
|
"@multiformats/base-x": {
|
|
"version": "4.0.1"
|
|
},
|
|
"@multiformats/murmur3": {
|
|
"version": "1.0.8",
|
|
"requires": {
|
|
"multiformats": "^9.5.4",
|
|
"murmurhash3js-revisited": "^3.0.0"
|
|
}
|
|
},
|
|
"@noble/ed25519": {
|
|
"version": "1.3.0"
|
|
},
|
|
"@noble/secp256k1": {
|
|
"version": "1.3.4"
|
|
},
|
|
"@node-redis/client": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"cluster-key-slot": "1.1.0",
|
|
"generic-pool": "3.8.2",
|
|
"redis-parser": "3.0.0",
|
|
"yallist": "4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"yallist": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"@node-redis/json": {
|
|
"version": "1.0.1",
|
|
"requires": {}
|
|
},
|
|
"@node-redis/search": {
|
|
"version": "1.0.1",
|
|
"requires": {}
|
|
},
|
|
"@node-redis/time-series": {
|
|
"version": "1.0.0",
|
|
"requires": {}
|
|
},
|
|
"@nodelib/fs.scandir": {
|
|
"version": "2.1.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"@nodelib/fs.stat": "2.0.5",
|
|
"run-parallel": "^1.1.9"
|
|
}
|
|
},
|
|
"@nodelib/fs.stat": {
|
|
"version": "2.0.5",
|
|
"dev": true
|
|
},
|
|
"@nodelib/fs.walk": {
|
|
"version": "1.2.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"@nodelib/fs.scandir": "2.1.5",
|
|
"fastq": "^1.6.0"
|
|
}
|
|
},
|
|
"@octokit/auth-token": {
|
|
"version": "2.5.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/types": "^6.0.3"
|
|
}
|
|
},
|
|
"@octokit/core": {
|
|
"version": "3.5.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/auth-token": "^2.4.4",
|
|
"@octokit/graphql": "^4.5.8",
|
|
"@octokit/request": "^5.6.0",
|
|
"@octokit/request-error": "^2.0.5",
|
|
"@octokit/types": "^6.0.3",
|
|
"before-after-hook": "^2.2.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/endpoint": {
|
|
"version": "6.0.12",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/types": "^6.0.3",
|
|
"is-plain-object": "^5.0.0",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/graphql": {
|
|
"version": "4.8.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/request": "^5.6.0",
|
|
"@octokit/types": "^6.0.3",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/openapi-types": {
|
|
"version": "11.2.0",
|
|
"dev": true
|
|
},
|
|
"@octokit/plugin-paginate-rest": {
|
|
"version": "2.17.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/types": "^6.34.0"
|
|
}
|
|
},
|
|
"@octokit/plugin-request-log": {
|
|
"version": "1.0.4",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"@octokit/plugin-rest-endpoint-methods": {
|
|
"version": "5.13.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/types": "^6.34.0",
|
|
"deprecation": "^2.3.1"
|
|
}
|
|
},
|
|
"@octokit/request": {
|
|
"version": "5.6.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/endpoint": "^6.0.1",
|
|
"@octokit/request-error": "^2.1.0",
|
|
"@octokit/types": "^6.16.1",
|
|
"is-plain-object": "^5.0.0",
|
|
"node-fetch": "^2.6.1",
|
|
"universal-user-agent": "^6.0.0"
|
|
}
|
|
},
|
|
"@octokit/request-error": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/types": "^6.0.3",
|
|
"deprecation": "^2.0.0",
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"@octokit/rest": {
|
|
"version": "18.12.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/core": "^3.5.1",
|
|
"@octokit/plugin-paginate-rest": "^2.16.8",
|
|
"@octokit/plugin-request-log": "^1.0.4",
|
|
"@octokit/plugin-rest-endpoint-methods": "^5.12.0"
|
|
}
|
|
},
|
|
"@octokit/types": {
|
|
"version": "6.34.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/openapi-types": "^11.2.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"
|
|
},
|
|
"@psf/bch-js": {
|
|
"version": "5.3.0",
|
|
"requires": {
|
|
"@chris.troutner/bip32-utils": "1.0.5",
|
|
"@psf/bip21": "2.0.1",
|
|
"@psf/bitcoincash-ops": "2.0.0",
|
|
"@psf/bitcoincashjs-lib": "4.0.2",
|
|
"@psf/coininfo": "4.0.0",
|
|
"@uppy/core": "1.10.4",
|
|
"@uppy/tus": "1.5.12",
|
|
"axios": "^0.21.4",
|
|
"bc-bip68": "1.0.5",
|
|
"bchaddrjs-slp": "0.2.5",
|
|
"bigi": "1.4.2",
|
|
"bignumber.js": "9.0.0",
|
|
"bip-schnorr": "0.3.0",
|
|
"bip38": "2.0.2",
|
|
"bip39": "3.0.2",
|
|
"bip66": "1.1.5",
|
|
"bitcoinjs-message": "2.0.0",
|
|
"bs58": "4.0.1",
|
|
"ecashaddrjs": "1.0.7",
|
|
"ini": "1.3.8",
|
|
"randombytes": "2.0.6",
|
|
"safe-buffer": "5.1.2",
|
|
"satoshi-bitcoin": "1.0.4",
|
|
"slp-mdm": "0.0.6",
|
|
"slp-parser": "0.0.4",
|
|
"wif": "2.0.6"
|
|
},
|
|
"dependencies": {
|
|
"axios": {
|
|
"version": "0.21.4",
|
|
"requires": {
|
|
"follow-redirects": "^1.14.0"
|
|
}
|
|
},
|
|
"bignumber.js": {
|
|
"version": "9.0.0"
|
|
},
|
|
"randombytes": {
|
|
"version": "2.0.6",
|
|
"requires": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.1.2"
|
|
}
|
|
}
|
|
},
|
|
"@psf/bip21": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"qs": "^6.3.0"
|
|
}
|
|
},
|
|
"@psf/bitcoincash-ops": {
|
|
"version": "2.0.0"
|
|
},
|
|
"@psf/bitcoincashjs-lib": {
|
|
"version": "4.0.2",
|
|
"requires": {
|
|
"@psf/bitcoincash-ops": "^2.0.0",
|
|
"@psf/pushdata-bitcoin": "^1.2.2",
|
|
"bech32": "^1.1.2",
|
|
"bigi": "^1.4.0",
|
|
"bip66": "^1.1.0",
|
|
"bs58check": "^2.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"create-hmac": "^1.1.3",
|
|
"ecurve": "^1.0.0",
|
|
"merkle-lib": "^2.0.10",
|
|
"randombytes": "^2.0.1",
|
|
"safe-buffer": "^5.0.1",
|
|
"typeforce": "^1.18.0",
|
|
"varuint-bitcoin": "^1.0.4",
|
|
"wif": "^2.0.1"
|
|
}
|
|
},
|
|
"@psf/coininfo": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
},
|
|
"@psf/pushdata-bitcoin": {
|
|
"version": "1.2.2",
|
|
"requires": {
|
|
"@psf/bitcoincash-ops": "^2.0.0"
|
|
}
|
|
},
|
|
"@semantic-release/error": {
|
|
"version": "2.2.0",
|
|
"dev": true
|
|
},
|
|
"@sideway/address": {
|
|
"version": "4.1.3",
|
|
"requires": {
|
|
"@hapi/hoek": "^9.0.0"
|
|
}
|
|
},
|
|
"@sideway/formula": {
|
|
"version": "3.0.0"
|
|
},
|
|
"@sideway/pinpoint": {
|
|
"version": "2.0.0"
|
|
},
|
|
"@sindresorhus/is": {
|
|
"version": "0.7.0"
|
|
},
|
|
"@sinonjs/commons": {
|
|
"version": "1.8.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"type-detect": "4.0.8"
|
|
}
|
|
},
|
|
"@sinonjs/fake-timers": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@sinonjs/commons": "^1.7.0"
|
|
}
|
|
},
|
|
"@sinonjs/samsam": {
|
|
"version": "5.3.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@sinonjs/commons": "^1.6.0",
|
|
"lodash.get": "^4.4.2",
|
|
"type-detect": "^4.0.8"
|
|
}
|
|
},
|
|
"@sinonjs/text-encoding": {
|
|
"version": "0.7.1",
|
|
"dev": true
|
|
},
|
|
"@socket.io/component-emitter": {
|
|
"version": "3.0.0"
|
|
},
|
|
"@stablelib/aead": {
|
|
"version": "1.0.1"
|
|
},
|
|
"@stablelib/binary": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"@stablelib/int": "^1.0.1"
|
|
}
|
|
},
|
|
"@stablelib/bytes": {
|
|
"version": "1.0.1"
|
|
},
|
|
"@stablelib/chacha": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"@stablelib/binary": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"@stablelib/chacha20poly1305": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"@stablelib/aead": "^1.0.1",
|
|
"@stablelib/binary": "^1.0.1",
|
|
"@stablelib/chacha": "^1.0.1",
|
|
"@stablelib/constant-time": "^1.0.1",
|
|
"@stablelib/poly1305": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"@stablelib/constant-time": {
|
|
"version": "1.0.1"
|
|
},
|
|
"@stablelib/hash": {
|
|
"version": "1.0.1"
|
|
},
|
|
"@stablelib/hkdf": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"@stablelib/hash": "^1.0.1",
|
|
"@stablelib/hmac": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"@stablelib/hmac": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"@stablelib/constant-time": "^1.0.1",
|
|
"@stablelib/hash": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"@stablelib/int": {
|
|
"version": "1.0.1"
|
|
},
|
|
"@stablelib/keyagreement": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"@stablelib/bytes": "^1.0.1"
|
|
}
|
|
},
|
|
"@stablelib/poly1305": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"@stablelib/constant-time": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"@stablelib/random": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"@stablelib/binary": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"@stablelib/sha256": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"@stablelib/binary": "^1.0.1",
|
|
"@stablelib/hash": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"@stablelib/wipe": {
|
|
"version": "1.0.1"
|
|
},
|
|
"@stablelib/x25519": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"@stablelib/keyagreement": "^1.0.1",
|
|
"@stablelib/random": "^1.0.1",
|
|
"@stablelib/wipe": "^1.0.1"
|
|
}
|
|
},
|
|
"@szmarczak/http-timer": {
|
|
"version": "1.1.2",
|
|
"requires": {
|
|
"defer-to-connect": "^1.0.1"
|
|
}
|
|
},
|
|
"@tokenizer/token": {
|
|
"version": "0.3.0"
|
|
},
|
|
"@tootallnate/once": {
|
|
"version": "1.1.2",
|
|
"dev": true
|
|
},
|
|
"@types/bson": {
|
|
"version": "4.2.0",
|
|
"requires": {
|
|
"bson": "*"
|
|
}
|
|
},
|
|
"@types/cacheable-request": {
|
|
"version": "6.0.2",
|
|
"peer": true,
|
|
"requires": {
|
|
"@types/http-cache-semantics": "*",
|
|
"@types/keyv": "*",
|
|
"@types/node": "*",
|
|
"@types/responselike": "*"
|
|
}
|
|
},
|
|
"@types/debug": {
|
|
"version": "4.1.7",
|
|
"requires": {
|
|
"@types/ms": "*"
|
|
}
|
|
},
|
|
"@types/http-cache-semantics": {
|
|
"version": "4.0.1",
|
|
"peer": true
|
|
},
|
|
"@types/json5": {
|
|
"version": "0.0.29",
|
|
"dev": true
|
|
},
|
|
"@types/keyv": {
|
|
"version": "3.1.3",
|
|
"peer": true,
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/long": {
|
|
"version": "4.0.1"
|
|
},
|
|
"@types/minimatch": {
|
|
"version": "3.0.5"
|
|
},
|
|
"@types/minimist": {
|
|
"version": "1.2.2",
|
|
"dev": true
|
|
},
|
|
"@types/mongodb": {
|
|
"version": "3.6.20",
|
|
"requires": {
|
|
"@types/bson": "*",
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/ms": {
|
|
"version": "0.7.31"
|
|
},
|
|
"@types/node": {
|
|
"version": "16.10.4"
|
|
},
|
|
"@types/normalize-package-data": {
|
|
"version": "2.4.1",
|
|
"dev": true
|
|
},
|
|
"@types/parse-json": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"@types/responselike": {
|
|
"version": "1.0.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"@types/retry": {
|
|
"version": "0.12.1"
|
|
},
|
|
"@types/tus-js-client": {
|
|
"version": "1.8.0"
|
|
},
|
|
"@ungap/promise-all-settled": {
|
|
"version": "1.1.2",
|
|
"dev": true
|
|
},
|
|
"@uppy/companion-client": {
|
|
"version": "1.10.2",
|
|
"requires": {
|
|
"@uppy/utils": "^3.6.2",
|
|
"namespace-emitter": "^2.0.1",
|
|
"qs-stringify": "^1.1.0",
|
|
"url-parse": "^1.4.7"
|
|
},
|
|
"dependencies": {
|
|
"@uppy/utils": {
|
|
"version": "3.6.2",
|
|
"requires": {
|
|
"abortcontroller-polyfill": "^1.4.0",
|
|
"lodash.throttle": "^4.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"@uppy/core": {
|
|
"version": "1.10.4",
|
|
"requires": {
|
|
"@uppy/store-default": "^1.2.1",
|
|
"@uppy/utils": "^2.4.4",
|
|
"cuid": "^2.1.1",
|
|
"lodash.throttle": "^4.1.1",
|
|
"mime-match": "^1.0.2",
|
|
"namespace-emitter": "^2.0.1",
|
|
"preact": "8.2.9"
|
|
}
|
|
},
|
|
"@uppy/store-default": {
|
|
"version": "1.2.7"
|
|
},
|
|
"@uppy/tus": {
|
|
"version": "1.5.12",
|
|
"requires": {
|
|
"@types/tus-js-client": "^1.8.0",
|
|
"@uppy/companion-client": "^1.4.4",
|
|
"@uppy/utils": "^2.4.4",
|
|
"tus-js-client": "^1.8.0"
|
|
}
|
|
},
|
|
"@uppy/utils": {
|
|
"version": "2.4.4",
|
|
"requires": {
|
|
"lodash.throttle": "^4.1.1"
|
|
}
|
|
},
|
|
"@vascosantos/moving-average": {
|
|
"version": "1.1.0"
|
|
},
|
|
"@zxing/text-encoding": {
|
|
"version": "0.9.0",
|
|
"optional": true
|
|
},
|
|
"abbrev": {
|
|
"version": "1.1.1"
|
|
},
|
|
"abort-controller": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"event-target-shim": "^5.0.0"
|
|
}
|
|
},
|
|
"abortable-iterator": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"get-iterator": "^1.0.2"
|
|
}
|
|
},
|
|
"abortcontroller-polyfill": {
|
|
"version": "1.7.3"
|
|
},
|
|
"abstract-leveldown": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"buffer": "^6.0.3",
|
|
"catering": "^2.0.0",
|
|
"is-buffer": "^2.0.5",
|
|
"level-concat-iterator": "^3.0.0",
|
|
"level-supports": "^2.0.1",
|
|
"queue-microtask": "^1.2.3"
|
|
}
|
|
},
|
|
"abstract-logging": {
|
|
"version": "2.0.1"
|
|
},
|
|
"accepts": {
|
|
"version": "1.3.7",
|
|
"requires": {
|
|
"mime-types": "~2.1.24",
|
|
"negotiator": "0.6.2"
|
|
}
|
|
},
|
|
"acorn": {
|
|
"version": "7.4.1",
|
|
"dev": true
|
|
},
|
|
"acorn-jsx": {
|
|
"version": "5.3.2",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"aes-js": {
|
|
"version": "3.1.2"
|
|
},
|
|
"agent-base": {
|
|
"version": "6.0.2",
|
|
"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"
|
|
}
|
|
},
|
|
"ansi-align": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"string-width": "^4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ansi-colors": {
|
|
"version": "4.1.1",
|
|
"dev": true
|
|
},
|
|
"ansi-escapes": {
|
|
"version": "4.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"type-fest": "^0.21.3"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "0.21.3",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"ansi-regex": {
|
|
"version": "5.0.1"
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"ansicolors": {
|
|
"version": "0.3.2",
|
|
"dev": true
|
|
},
|
|
"any-promise": {
|
|
"version": "1.3.0"
|
|
},
|
|
"any-signal": {
|
|
"version": "2.1.2",
|
|
"requires": {
|
|
"abort-controller": "^3.0.0",
|
|
"native-abort-controller": "^1.0.3"
|
|
}
|
|
},
|
|
"anymatch": {
|
|
"version": "3.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"normalize-path": "^3.0.0",
|
|
"picomatch": "^2.0.4"
|
|
}
|
|
},
|
|
"apidoc": {
|
|
"version": "0.26.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"apidoc-core": "^0.12.0",
|
|
"commander": "^2.20.0",
|
|
"fs-extra": "^9.0.1",
|
|
"handlebars": "^4.7.6",
|
|
"lodash": "^4.17.20",
|
|
"markdown-it": "^11.0.0",
|
|
"nodemon": "^2.0.4",
|
|
"winston": "^3.3.3"
|
|
}
|
|
},
|
|
"apidoc-core": {
|
|
"version": "0.12.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"fs-extra": "^9.0.1",
|
|
"glob": "^7.1.6",
|
|
"iconv-lite": "^0.6.2",
|
|
"klaw-sync": "^6.0.0",
|
|
"lodash": "^4.17.20",
|
|
"semver": "~7.3.2"
|
|
}
|
|
},
|
|
"append-transform": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"default-require-extensions": "^3.0.0"
|
|
}
|
|
},
|
|
"aproba": {
|
|
"version": "2.0.0"
|
|
},
|
|
"archy": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"are-we-there-yet": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"argparse": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"requires": {
|
|
"sprintf-js": "~1.0.2"
|
|
}
|
|
},
|
|
"args": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"camelcase": "5.0.0",
|
|
"chalk": "2.4.2",
|
|
"leven": "2.1.0",
|
|
"mri": "1.1.4"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"color-convert": "^1.9.0"
|
|
}
|
|
},
|
|
"camelcase": {
|
|
"version": "5.0.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"
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"argsarray": {
|
|
"version": "0.0.1"
|
|
},
|
|
"argv-formatter": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"array-find-index": {
|
|
"version": "1.0.2",
|
|
"optional": true
|
|
},
|
|
"array-ify": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"array-includes": {
|
|
"version": "3.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1",
|
|
"get-intrinsic": "^1.1.1",
|
|
"is-string": "^1.0.7"
|
|
}
|
|
},
|
|
"array-shuffle": {
|
|
"version": "2.0.0"
|
|
},
|
|
"array-union": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"array.prototype.every": {
|
|
"version": "1.1.3",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.0",
|
|
"is-string": "^1.0.7"
|
|
}
|
|
},
|
|
"array.prototype.flat": {
|
|
"version": "1.2.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.0"
|
|
}
|
|
},
|
|
"array.prototype.flatmap": {
|
|
"version": "1.2.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"call-bind": "^1.0.0",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.0"
|
|
}
|
|
},
|
|
"arrify": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"asmcrypto.js": {
|
|
"version": "2.3.2"
|
|
},
|
|
"asn1": {
|
|
"version": "0.2.4",
|
|
"requires": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"asn1.js": {
|
|
"version": "5.4.1",
|
|
"requires": {
|
|
"bn.js": "^4.0.0",
|
|
"inherits": "^2.0.1",
|
|
"minimalistic-assert": "^1.0.0",
|
|
"safer-buffer": "^2.1.0"
|
|
}
|
|
},
|
|
"assert-plus": {
|
|
"version": "1.0.0"
|
|
},
|
|
"assertion-error": {
|
|
"version": "1.1.0",
|
|
"dev": true
|
|
},
|
|
"astral-regex": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"async": {
|
|
"version": "3.2.1"
|
|
},
|
|
"asynckit": {
|
|
"version": "0.4.0"
|
|
},
|
|
"at-least-node": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"atomic-sleep": {
|
|
"version": "1.0.0"
|
|
},
|
|
"available-typed-arrays": {
|
|
"version": "1.0.5"
|
|
},
|
|
"aws-sign2": {
|
|
"version": "0.7.0"
|
|
},
|
|
"aws4": {
|
|
"version": "1.11.0"
|
|
},
|
|
"axios": {
|
|
"version": "0.25.0",
|
|
"requires": {
|
|
"follow-redirects": "^1.14.7"
|
|
}
|
|
},
|
|
"backo2": {
|
|
"version": "1.0.2"
|
|
},
|
|
"balanced-match": {
|
|
"version": "1.0.2"
|
|
},
|
|
"base-x": {
|
|
"version": "3.0.8",
|
|
"requires": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"base64-arraybuffer": {
|
|
"version": "1.0.1"
|
|
},
|
|
"base64-js": {
|
|
"version": "1.5.1"
|
|
},
|
|
"bc-bip68": {
|
|
"version": "1.0.5"
|
|
},
|
|
"bch-encrypt-lib": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"eccrypto-js": "^5.3.0",
|
|
"wif": "^2.0.6"
|
|
}
|
|
},
|
|
"bchaddrjs-slp": {
|
|
"version": "0.2.5",
|
|
"requires": {
|
|
"bs58check": "^2.1.2",
|
|
"cashaddrjs-slp": "^0.2.11"
|
|
}
|
|
},
|
|
"bcrypt-pbkdf": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"tweetnacl": "^0.14.3"
|
|
}
|
|
},
|
|
"bcryptjs": {
|
|
"version": "2.4.3"
|
|
},
|
|
"bech32": {
|
|
"version": "1.1.4"
|
|
},
|
|
"before-after-hook": {
|
|
"version": "2.2.2",
|
|
"dev": true
|
|
},
|
|
"big-integer": {
|
|
"version": "1.6.51"
|
|
},
|
|
"big.js": {
|
|
"version": "3.2.0"
|
|
},
|
|
"bigi": {
|
|
"version": "1.4.2"
|
|
},
|
|
"bignumber.js": {
|
|
"version": "9.0.1"
|
|
},
|
|
"binary": {
|
|
"version": "0.3.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"buffers": "~0.1.1",
|
|
"chainsaw": "~0.1.0"
|
|
}
|
|
},
|
|
"binary-extensions": {
|
|
"version": "2.2.0",
|
|
"dev": true
|
|
},
|
|
"bindings": {
|
|
"version": "1.5.0",
|
|
"requires": {
|
|
"file-uri-to-path": "1.0.0"
|
|
}
|
|
},
|
|
"bintrees": {
|
|
"version": "1.0.1",
|
|
"optional": true
|
|
},
|
|
"bip-schnorr": {
|
|
"version": "0.3.0",
|
|
"requires": {
|
|
"ecurve": "^1.0.6",
|
|
"js-sha256": "^0.9.0",
|
|
"random-bytes": "^1.0.0",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"bip38": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"bigi": "^1.2.0",
|
|
"browserify-aes": "^1.0.1",
|
|
"bs58check": "<3.0.0",
|
|
"buffer-xor": "^1.0.2",
|
|
"create-hash": "^1.1.1",
|
|
"ecurve": "^1.0.0",
|
|
"scryptsy": "^2.0.0"
|
|
}
|
|
},
|
|
"bip39": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"@types/node": "11.11.6",
|
|
"create-hash": "^1.1.0",
|
|
"pbkdf2": "^3.0.9",
|
|
"randombytes": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": {
|
|
"version": "11.11.6"
|
|
}
|
|
}
|
|
},
|
|
"bip66": {
|
|
"version": "1.1.5",
|
|
"requires": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"bitcoinjs-message": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"bs58check": "^2.0.2",
|
|
"buffer-equals": "^1.0.3",
|
|
"create-hash": "^1.1.2",
|
|
"secp256k1": "^3.0.1",
|
|
"varuint-bitcoin": "^1.0.1"
|
|
}
|
|
},
|
|
"bl": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"buffer": "^6.0.3",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"blakejs": {
|
|
"version": "1.1.1"
|
|
},
|
|
"blob-to-it": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"browser-readablestream-to-it": "^1.0.3"
|
|
}
|
|
},
|
|
"blockstore-core": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"interface-blockstore": "^2.0.2",
|
|
"interface-store": "^2.0.1",
|
|
"it-drain": "^1.0.4",
|
|
"it-filter": "^1.0.2",
|
|
"it-take": "^1.0.1",
|
|
"multiformats": "^9.4.7"
|
|
}
|
|
},
|
|
"blockstore-datastore-adapter": {
|
|
"version": "2.0.3",
|
|
"requires": {
|
|
"blockstore-core": "^1.0.0",
|
|
"err-code": "^3.0.1",
|
|
"interface-blockstore": "^2.0.2",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-drain": "^1.0.1",
|
|
"it-pushable": "^1.4.2",
|
|
"multiformats": "^9.1.0"
|
|
}
|
|
},
|
|
"bluebird": {
|
|
"version": "3.5.1"
|
|
},
|
|
"bn.js": {
|
|
"version": "4.11.8"
|
|
},
|
|
"bottleneck": {
|
|
"version": "2.19.5",
|
|
"dev": true
|
|
},
|
|
"boxen": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"ansi-align": "^3.0.0",
|
|
"camelcase": "^6.2.0",
|
|
"chalk": "^4.1.0",
|
|
"cli-boxes": "^2.2.1",
|
|
"string-width": "^4.2.2",
|
|
"type-fest": "^0.20.2",
|
|
"widest-line": "^3.1.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"camelcase": {
|
|
"version": "6.2.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"
|
|
}
|
|
},
|
|
"type-fest": {
|
|
"version": "0.20.2"
|
|
}
|
|
}
|
|
},
|
|
"brace-expansion": {
|
|
"version": "1.1.11",
|
|
"requires": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"braces": {
|
|
"version": "3.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"fill-range": "^7.0.1"
|
|
}
|
|
},
|
|
"brorand": {
|
|
"version": "1.1.0"
|
|
},
|
|
"browser-readablestream-to-it": {
|
|
"version": "1.0.3"
|
|
},
|
|
"browser-stdout": {
|
|
"version": "1.3.1",
|
|
"dev": true
|
|
},
|
|
"browserify-aes": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"buffer-xor": "^1.0.3",
|
|
"cipher-base": "^1.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"evp_bytestokey": "^1.0.3",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"browserify-zlib": {
|
|
"version": "0.1.4",
|
|
"peer": true,
|
|
"requires": {
|
|
"pako": "~0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"pako": {
|
|
"version": "0.2.9",
|
|
"peer": true
|
|
}
|
|
}
|
|
},
|
|
"browserslist": {
|
|
"version": "4.17.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"caniuse-lite": "^1.0.30001264",
|
|
"electron-to-chromium": "^1.3.857",
|
|
"escalade": "^3.1.1",
|
|
"node-releases": "^1.1.77",
|
|
"picocolors": "^0.2.1"
|
|
}
|
|
},
|
|
"bs58": {
|
|
"version": "4.0.1",
|
|
"requires": {
|
|
"base-x": "^3.0.2"
|
|
}
|
|
},
|
|
"bs58check": {
|
|
"version": "2.1.2",
|
|
"requires": {
|
|
"bs58": "^4.0.0",
|
|
"create-hash": "^1.1.0",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"bson": {
|
|
"version": "1.1.6"
|
|
},
|
|
"buffer": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"buffer-crc32": {
|
|
"version": "0.2.13",
|
|
"optional": true
|
|
},
|
|
"buffer-equal-constant-time": {
|
|
"version": "1.0.1"
|
|
},
|
|
"buffer-equals": {
|
|
"version": "1.0.4"
|
|
},
|
|
"buffer-from": {
|
|
"version": "1.1.2"
|
|
},
|
|
"buffer-xor": {
|
|
"version": "1.0.3"
|
|
},
|
|
"buffers": {
|
|
"version": "0.1.1",
|
|
"peer": true
|
|
},
|
|
"byteman": {
|
|
"version": "1.3.5"
|
|
},
|
|
"bytes": {
|
|
"version": "3.1.0"
|
|
},
|
|
"cache-content-type": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"mime-types": "^2.1.18",
|
|
"ylru": "^1.2.0"
|
|
}
|
|
},
|
|
"cacheable-lookup": {
|
|
"version": "5.0.4",
|
|
"peer": true
|
|
},
|
|
"cacheable-request": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"clone-response": "^1.0.2",
|
|
"get-stream": "^5.1.0",
|
|
"http-cache-semantics": "^4.0.0",
|
|
"keyv": "^3.0.0",
|
|
"lowercase-keys": "^2.0.0",
|
|
"normalize-url": "^4.1.0",
|
|
"responselike": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"get-stream": {
|
|
"version": "5.2.0",
|
|
"requires": {
|
|
"pump": "^3.0.0"
|
|
}
|
|
},
|
|
"lowercase-keys": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"cachedir": {
|
|
"version": "2.3.0",
|
|
"peer": true
|
|
},
|
|
"caching-transform": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true
|
|
},
|
|
"camel-case": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"pascal-case": "^3.1.2",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"camelcase": {
|
|
"version": "5.3.1",
|
|
"dev": true
|
|
},
|
|
"camelcase-keys": {
|
|
"version": "2.1.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"camelcase": "^2.0.0",
|
|
"map-obj": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"camelcase": {
|
|
"version": "2.1.1",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"caniuse-lite": {
|
|
"version": "1.0.30001265",
|
|
"dev": true
|
|
},
|
|
"capital-case": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3",
|
|
"upper-case-first": "^2.0.2"
|
|
}
|
|
},
|
|
"cardinal": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansicolors": "~0.3.2",
|
|
"redeyed": "~2.1.0"
|
|
}
|
|
},
|
|
"caseless": {
|
|
"version": "0.12.0"
|
|
},
|
|
"cashaddrjs-slp": {
|
|
"version": "0.2.12",
|
|
"requires": {
|
|
"big-integer": "^1.6.34"
|
|
}
|
|
},
|
|
"catering": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"queue-tick": "^1.0.0"
|
|
}
|
|
},
|
|
"cborg": {
|
|
"version": "1.6.0"
|
|
},
|
|
"chai": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"assertion-error": "^1.1.0",
|
|
"check-error": "^1.0.2",
|
|
"deep-eql": "^3.0.1",
|
|
"get-func-name": "^2.0.0",
|
|
"pathval": "^1.1.0",
|
|
"type-detect": "^4.0.5"
|
|
}
|
|
},
|
|
"chainsaw": {
|
|
"version": "0.1.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"traverse": ">=0.3.0 <0.4"
|
|
},
|
|
"dependencies": {
|
|
"traverse": {
|
|
"version": "0.3.9",
|
|
"peer": true
|
|
}
|
|
}
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"change-case": {
|
|
"version": "4.1.2",
|
|
"requires": {
|
|
"camel-case": "^4.1.2",
|
|
"capital-case": "^1.0.4",
|
|
"constant-case": "^3.0.4",
|
|
"dot-case": "^3.0.4",
|
|
"header-case": "^2.0.4",
|
|
"no-case": "^3.0.4",
|
|
"param-case": "^3.0.4",
|
|
"pascal-case": "^3.1.2",
|
|
"path-case": "^3.0.4",
|
|
"sentence-case": "^3.0.4",
|
|
"snake-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"check-error": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"chokidar": {
|
|
"version": "3.4.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"anymatch": "~3.1.1",
|
|
"braces": "~3.0.2",
|
|
"fsevents": "~2.1.2",
|
|
"glob-parent": "~5.1.0",
|
|
"is-binary-path": "~2.1.0",
|
|
"is-glob": "~4.0.1",
|
|
"normalize-path": "~3.0.0",
|
|
"readdirp": "~3.5.0"
|
|
}
|
|
},
|
|
"chownr": {
|
|
"version": "2.0.0"
|
|
},
|
|
"ci-info": {
|
|
"version": "2.0.0"
|
|
},
|
|
"cipher-base": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"class-is": {
|
|
"version": "1.1.0"
|
|
},
|
|
"clean-stack": {
|
|
"version": "2.2.0"
|
|
},
|
|
"cli-boxes": {
|
|
"version": "2.2.1"
|
|
},
|
|
"cli-table3": {
|
|
"version": "0.6.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"colors": "^1.1.2",
|
|
"object-assign": "^4.1.0",
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cliui": {
|
|
"version": "7.0.4",
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^7.0.0"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"clone-response": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"mimic-response": "^1.0.0"
|
|
}
|
|
},
|
|
"cls-bluebird": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"is-bluebird": "^1.0.2",
|
|
"shimmer": "^1.1.0"
|
|
}
|
|
},
|
|
"cluster-key-slot": {
|
|
"version": "1.1.0"
|
|
},
|
|
"co": {
|
|
"version": "4.6.0"
|
|
},
|
|
"co-body": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"inflation": "^2.0.0",
|
|
"qs": "^6.5.2",
|
|
"raw-body": "^2.3.3",
|
|
"type-is": "^1.6.16"
|
|
}
|
|
},
|
|
"code-point-at": {
|
|
"version": "1.1.0"
|
|
},
|
|
"coercer": {
|
|
"version": "1.1.2"
|
|
},
|
|
"color": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"color-convert": "^1.9.1",
|
|
"color-string": "^1.5.2"
|
|
},
|
|
"dependencies": {
|
|
"color-convert": {
|
|
"version": "1.9.3",
|
|
"requires": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.3"
|
|
}
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4"
|
|
},
|
|
"color-string": {
|
|
"version": "1.6.0",
|
|
"requires": {
|
|
"color-name": "^1.0.0",
|
|
"simple-swizzle": "^0.2.2"
|
|
}
|
|
},
|
|
"color-support": {
|
|
"version": "1.1.3"
|
|
},
|
|
"colors": {
|
|
"version": "1.4.0"
|
|
},
|
|
"colorspace": {
|
|
"version": "1.1.2",
|
|
"requires": {
|
|
"color": "3.0.x",
|
|
"text-hex": "1.0.x"
|
|
}
|
|
},
|
|
"combine-errors": {
|
|
"version": "3.0.3",
|
|
"requires": {
|
|
"custom-error-instance": "2.1.1",
|
|
"lodash.uniqby": "4.5.0"
|
|
}
|
|
},
|
|
"combined-stream": {
|
|
"version": "1.0.8",
|
|
"requires": {
|
|
"delayed-stream": "~1.0.0"
|
|
}
|
|
},
|
|
"commander": {
|
|
"version": "2.20.3",
|
|
"dev": true
|
|
},
|
|
"commondir": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"compare-func": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"array-ify": "^1.0.0",
|
|
"dot-prop": "^5.1.0"
|
|
}
|
|
},
|
|
"compare-versions": {
|
|
"version": "3.6.0",
|
|
"dev": true
|
|
},
|
|
"concat-map": {
|
|
"version": "0.0.1"
|
|
},
|
|
"concat-stream": {
|
|
"version": "1.6.2",
|
|
"optional": true,
|
|
"requires": {
|
|
"buffer-from": "^1.0.0",
|
|
"inherits": "^2.0.3",
|
|
"readable-stream": "^2.2.2",
|
|
"typedarray": "^0.0.6"
|
|
}
|
|
},
|
|
"configstore": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"dot-prop": "^5.2.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"make-dir": "^3.0.0",
|
|
"unique-string": "^2.0.0",
|
|
"write-file-atomic": "^3.0.0",
|
|
"xdg-basedir": "^4.0.0"
|
|
}
|
|
},
|
|
"console-control-strings": {
|
|
"version": "1.1.0"
|
|
},
|
|
"constant-case": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3",
|
|
"upper-case": "^2.0.2"
|
|
}
|
|
},
|
|
"contains-path": {
|
|
"version": "0.1.0",
|
|
"dev": true
|
|
},
|
|
"content-disposition": {
|
|
"version": "0.5.3",
|
|
"requires": {
|
|
"safe-buffer": "5.1.2"
|
|
},
|
|
"dependencies": {
|
|
"safe-buffer": {
|
|
"version": "5.1.2"
|
|
}
|
|
}
|
|
},
|
|
"content-type": {
|
|
"version": "1.0.4"
|
|
},
|
|
"conventional-changelog-angular": {
|
|
"version": "5.0.13",
|
|
"dev": true,
|
|
"requires": {
|
|
"compare-func": "^2.0.0",
|
|
"q": "^1.5.1"
|
|
}
|
|
},
|
|
"conventional-changelog-writer": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"compare-func": "^2.0.0",
|
|
"conventional-commits-filter": "^2.0.7",
|
|
"dateformat": "^3.0.0",
|
|
"handlebars": "^4.7.6",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"lodash": "^4.17.15",
|
|
"meow": "^8.0.0",
|
|
"semver": "^6.0.0",
|
|
"split": "^1.0.0",
|
|
"through2": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"camelcase-keys": {
|
|
"version": "6.2.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"camelcase": "^5.3.1",
|
|
"map-obj": "^4.0.0",
|
|
"quick-lru": "^4.0.1"
|
|
}
|
|
},
|
|
"dateformat": {
|
|
"version": "3.0.3",
|
|
"dev": true
|
|
},
|
|
"lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"map-obj": {
|
|
"version": "4.3.0",
|
|
"dev": true
|
|
},
|
|
"meow": {
|
|
"version": "8.1.2",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"is-core-module": "^2.5.0",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "7.3.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
},
|
|
"redent": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"indent-string": "^4.0.0",
|
|
"strip-indent": "^3.0.0"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "6.3.0",
|
|
"dev": true
|
|
},
|
|
"strip-indent": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"min-indent": "^1.0.0"
|
|
}
|
|
},
|
|
"through2": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"readable-stream": "3"
|
|
}
|
|
},
|
|
"trim-newlines": {
|
|
"version": "3.0.1",
|
|
"dev": true
|
|
},
|
|
"type-fest": {
|
|
"version": "0.18.1",
|
|
"dev": true
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.9",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"conventional-commits-filter": {
|
|
"version": "2.0.7",
|
|
"dev": true,
|
|
"requires": {
|
|
"lodash.ismatch": "^4.4.0",
|
|
"modify-values": "^1.0.0"
|
|
}
|
|
},
|
|
"conventional-commits-parser": {
|
|
"version": "3.2.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"is-text-path": "^1.0.1",
|
|
"JSONStream": "^1.0.4",
|
|
"lodash": "^4.17.15",
|
|
"meow": "^8.0.0",
|
|
"split2": "^3.0.0",
|
|
"through2": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"camelcase-keys": {
|
|
"version": "6.2.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"camelcase": "^5.3.1",
|
|
"map-obj": "^4.0.0",
|
|
"quick-lru": "^4.0.1"
|
|
}
|
|
},
|
|
"map-obj": {
|
|
"version": "4.3.0",
|
|
"dev": true
|
|
},
|
|
"meow": {
|
|
"version": "8.1.2",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"is-core-module": "^2.5.0",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
},
|
|
"redent": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"indent-string": "^4.0.0",
|
|
"strip-indent": "^3.0.0"
|
|
}
|
|
},
|
|
"strip-indent": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"min-indent": "^1.0.0"
|
|
}
|
|
},
|
|
"through2": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"readable-stream": "3"
|
|
}
|
|
},
|
|
"trim-newlines": {
|
|
"version": "3.0.1",
|
|
"dev": true
|
|
},
|
|
"type-fest": {
|
|
"version": "0.18.1",
|
|
"dev": true
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.9",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"convert-source-map": {
|
|
"version": "1.8.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"safe-buffer": "~5.1.1"
|
|
},
|
|
"dependencies": {
|
|
"safe-buffer": {
|
|
"version": "5.1.2",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"cookies": {
|
|
"version": "0.8.0",
|
|
"requires": {
|
|
"depd": "~2.0.0",
|
|
"keygrip": "~1.1.0"
|
|
}
|
|
},
|
|
"copy-to": {
|
|
"version": "2.0.1"
|
|
},
|
|
"core-util-is": {
|
|
"version": "1.0.3"
|
|
},
|
|
"cosmiconfig": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"coveralls": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"js-yaml": "^3.13.1",
|
|
"lcov-parse": "^1.0.0",
|
|
"log-driver": "^1.2.7",
|
|
"minimist": "^1.2.5",
|
|
"request": "^2.88.2"
|
|
}
|
|
},
|
|
"crc": {
|
|
"version": "3.5.0"
|
|
},
|
|
"crdts": {
|
|
"version": "0.1.5"
|
|
},
|
|
"create-hash": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"cipher-base": "^1.0.1",
|
|
"inherits": "^2.0.1",
|
|
"md5.js": "^1.3.4",
|
|
"ripemd160": "^2.0.1",
|
|
"sha.js": "^2.4.0"
|
|
}
|
|
},
|
|
"create-hmac": {
|
|
"version": "1.1.7",
|
|
"requires": {
|
|
"cipher-base": "^1.0.3",
|
|
"create-hash": "^1.1.0",
|
|
"inherits": "^2.0.1",
|
|
"ripemd160": "^2.0.0",
|
|
"safe-buffer": "^5.0.1",
|
|
"sha.js": "^2.4.8"
|
|
}
|
|
},
|
|
"cross-spawn": {
|
|
"version": "5.1.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"lru-cache": "^4.0.1",
|
|
"shebang-command": "^1.2.0",
|
|
"which": "^1.2.9"
|
|
}
|
|
},
|
|
"crypto-random-string": {
|
|
"version": "2.0.0"
|
|
},
|
|
"cuid": {
|
|
"version": "2.1.8"
|
|
},
|
|
"currently-unhandled": {
|
|
"version": "0.4.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"array-find-index": "^1.0.1"
|
|
}
|
|
},
|
|
"custom-error-instance": {
|
|
"version": "2.1.1"
|
|
},
|
|
"d64": {
|
|
"version": "1.0.0"
|
|
},
|
|
"dashdash": {
|
|
"version": "1.14.1",
|
|
"requires": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
},
|
|
"datastore-core": {
|
|
"version": "6.0.7",
|
|
"requires": {
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-drain": "^1.0.4",
|
|
"it-filter": "^1.0.2",
|
|
"it-map": "^1.0.5",
|
|
"it-merge": "^1.0.1",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.2",
|
|
"it-take": "^1.0.1",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"datastore-fs": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"datastore-core": "^6.0.5",
|
|
"fast-write-atomic": "^0.2.0",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-glob": "^1.0.1",
|
|
"it-map": "^1.0.5",
|
|
"it-parallel-batch": "^1.0.9",
|
|
"mkdirp": "^1.0.4"
|
|
},
|
|
"dependencies": {
|
|
"mkdirp": {
|
|
"version": "1.0.4"
|
|
}
|
|
}
|
|
},
|
|
"datastore-level": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"datastore-core": "^6.0.5",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-filter": "^1.0.2",
|
|
"it-map": "^1.0.5",
|
|
"it-sort": "^1.0.0",
|
|
"it-take": "^1.0.1",
|
|
"level": "^7.0.0"
|
|
}
|
|
},
|
|
"datastore-pubsub": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"datastore-core": "^6.0.7",
|
|
"debug": "^4.2.0",
|
|
"err-code": "^3.0.1",
|
|
"interface-datastore": "^6.0.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"dateformat": {
|
|
"version": "4.6.3"
|
|
},
|
|
"debug": {
|
|
"version": "4.3.2",
|
|
"requires": {
|
|
"ms": "2.1.2"
|
|
}
|
|
},
|
|
"decamelize": {
|
|
"version": "1.2.0",
|
|
"devOptional": true
|
|
},
|
|
"decamelize-keys": {
|
|
"version": "1.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"decamelize": "^1.1.0",
|
|
"map-obj": "^1.0.0"
|
|
}
|
|
},
|
|
"decompress-response": {
|
|
"version": "3.3.0",
|
|
"requires": {
|
|
"mimic-response": "^1.0.0"
|
|
}
|
|
},
|
|
"deep-eql": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"type-detect": "^4.0.0"
|
|
}
|
|
},
|
|
"deep-equal": {
|
|
"version": "1.0.1"
|
|
},
|
|
"deep-extend": {
|
|
"version": "0.6.0"
|
|
},
|
|
"deep-is": {
|
|
"version": "0.1.4",
|
|
"dev": true
|
|
},
|
|
"default-gateway": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"execa": "^5.0.0"
|
|
}
|
|
},
|
|
"default-require-extensions": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"strip-bom": "^4.0.0"
|
|
}
|
|
},
|
|
"defer-to-connect": {
|
|
"version": "1.1.3"
|
|
},
|
|
"deferred-leveldown": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"abstract-leveldown": "^7.2.0",
|
|
"inherits": "^2.0.3"
|
|
}
|
|
},
|
|
"define-properties": {
|
|
"version": "1.1.3",
|
|
"requires": {
|
|
"object-keys": "^1.0.12"
|
|
}
|
|
},
|
|
"defined": {
|
|
"version": "1.0.0"
|
|
},
|
|
"del": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"delayed-stream": {
|
|
"version": "1.0.0"
|
|
},
|
|
"delegates": {
|
|
"version": "1.0.0"
|
|
},
|
|
"denque": {
|
|
"version": "1.5.1"
|
|
},
|
|
"depd": {
|
|
"version": "2.0.0"
|
|
},
|
|
"deprecation": {
|
|
"version": "2.3.1",
|
|
"dev": true
|
|
},
|
|
"destroy": {
|
|
"version": "1.0.4"
|
|
},
|
|
"detect-libc": {
|
|
"version": "1.0.3"
|
|
},
|
|
"diff": {
|
|
"version": "4.0.2",
|
|
"dev": true
|
|
},
|
|
"diff-match-patch": {
|
|
"version": "1.0.5"
|
|
},
|
|
"dir-glob": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"path-type": "^4.0.0"
|
|
}
|
|
},
|
|
"dlv": {
|
|
"version": "1.1.3"
|
|
},
|
|
"dns-over-http-resolver": {
|
|
"version": "1.2.3",
|
|
"requires": {
|
|
"debug": "^4.3.1",
|
|
"native-fetch": "^3.0.0",
|
|
"receptacle": "^1.3.2"
|
|
}
|
|
},
|
|
"dns-packet": {
|
|
"version": "5.3.0",
|
|
"requires": {
|
|
"@leichtgewicht/ip-codec": "^2.0.1"
|
|
}
|
|
},
|
|
"dns-socket": {
|
|
"version": "4.2.2",
|
|
"requires": {
|
|
"dns-packet": "^5.2.4"
|
|
}
|
|
},
|
|
"doctrine": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"esutils": "^2.0.2"
|
|
}
|
|
},
|
|
"domexception": {
|
|
"version": "1.0.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"webidl-conversions": "^4.0.2"
|
|
}
|
|
},
|
|
"dot-case": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"dot-prop": {
|
|
"version": "5.3.0",
|
|
"requires": {
|
|
"is-obj": "^2.0.0"
|
|
}
|
|
},
|
|
"dotignore": {
|
|
"version": "0.1.2",
|
|
"requires": {
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"dottie": {
|
|
"version": "2.0.2"
|
|
},
|
|
"drbg.js": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"browserify-aes": "^1.0.6",
|
|
"create-hash": "^1.1.2",
|
|
"create-hmac": "^1.1.4"
|
|
}
|
|
},
|
|
"duplexer2": {
|
|
"version": "0.1.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"duplexer3": {
|
|
"version": "0.1.4"
|
|
},
|
|
"duplexify": {
|
|
"version": "3.7.1",
|
|
"peer": true,
|
|
"requires": {
|
|
"end-of-stream": "^1.0.0",
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0",
|
|
"stream-shift": "^1.0.0"
|
|
}
|
|
},
|
|
"ecashaddrjs": {
|
|
"version": "1.0.7",
|
|
"requires": {
|
|
"big-integer": "1.6.36"
|
|
},
|
|
"dependencies": {
|
|
"big-integer": {
|
|
"version": "1.6.36"
|
|
}
|
|
}
|
|
},
|
|
"ecc-jsbn": {
|
|
"version": "0.1.2",
|
|
"requires": {
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.1.0"
|
|
},
|
|
"dependencies": {
|
|
"jsbn": {
|
|
"version": "0.1.1"
|
|
}
|
|
}
|
|
},
|
|
"eccrypto-js": {
|
|
"version": "5.4.0",
|
|
"requires": {
|
|
"aes-js": "3.1.2",
|
|
"enc-utils": "2.1.0",
|
|
"hash.js": "1.1.7",
|
|
"js-sha3": "0.8.0",
|
|
"pbkdf2": "^3.0.17",
|
|
"randombytes": "2.1.0",
|
|
"secp256k1": "3.8.0"
|
|
}
|
|
},
|
|
"ecdsa-sig-formatter": {
|
|
"version": "1.0.11",
|
|
"requires": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"ecurve": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"bigi": "^1.1.0",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"ee-first": {
|
|
"version": "1.1.1"
|
|
},
|
|
"ejs": {
|
|
"version": "3.1.6",
|
|
"requires": {
|
|
"jake": "^10.6.1"
|
|
}
|
|
},
|
|
"electron": {
|
|
"version": "1.8.8",
|
|
"optional": true,
|
|
"requires": {
|
|
"@types/node": "^8.0.24",
|
|
"electron-download": "^3.0.1",
|
|
"extract-zip": "^1.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": {
|
|
"version": "8.10.66",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"electron-download": {
|
|
"version": "3.3.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"debug": "^2.2.0",
|
|
"fs-extra": "^0.30.0",
|
|
"home-path": "^1.0.1",
|
|
"minimist": "^1.2.0",
|
|
"nugget": "^2.0.0",
|
|
"path-exists": "^2.1.0",
|
|
"rc": "^1.1.2",
|
|
"semver": "^5.3.0",
|
|
"sumchecker": "^1.2.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"optional": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"fs-extra": {
|
|
"version": "0.30.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.2",
|
|
"jsonfile": "^2.1.0",
|
|
"klaw": "^1.0.0",
|
|
"path-is-absolute": "^1.0.0",
|
|
"rimraf": "^2.2.8"
|
|
}
|
|
},
|
|
"jsonfile": {
|
|
"version": "2.4.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"optional": true
|
|
},
|
|
"rimraf": {
|
|
"version": "2.7.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"glob": "^7.1.3"
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "5.7.1",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"electron-eval": {
|
|
"version": "0.9.10",
|
|
"optional": true,
|
|
"requires": {
|
|
"cross-spawn": "^5.1.0",
|
|
"electron": "^1.6.11",
|
|
"headless": "https://github.com/paulkernfeld/node-headless/tarball/master",
|
|
"ndjson": "^1.5.0"
|
|
}
|
|
},
|
|
"electron-fetch": {
|
|
"version": "1.7.4",
|
|
"requires": {
|
|
"encoding": "^0.1.13"
|
|
}
|
|
},
|
|
"electron-to-chromium": {
|
|
"version": "1.3.866",
|
|
"dev": true
|
|
},
|
|
"electron-webrtc": {
|
|
"version": "0.3.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"debug": "^2.2.0",
|
|
"electron-eval": "^0.9.0",
|
|
"get-browser-rtc": "^1.0.2",
|
|
"hat": "^0.0.3"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"optional": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"elliptic": {
|
|
"version": "6.5.4",
|
|
"requires": {
|
|
"bn.js": "^4.11.9",
|
|
"brorand": "^1.1.0",
|
|
"hash.js": "^1.0.0",
|
|
"hmac-drbg": "^1.0.1",
|
|
"inherits": "^2.0.4",
|
|
"minimalistic-assert": "^1.0.1",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"bn.js": {
|
|
"version": "4.12.0"
|
|
}
|
|
}
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0"
|
|
},
|
|
"enabled": {
|
|
"version": "2.0.0"
|
|
},
|
|
"enc-utils": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"bn.js": "4.11.8",
|
|
"is-typedarray": "1.0.0",
|
|
"typedarray-to-buffer": "3.1.5"
|
|
}
|
|
},
|
|
"encodeurl": {
|
|
"version": "1.0.2"
|
|
},
|
|
"encoding": {
|
|
"version": "0.1.13",
|
|
"requires": {
|
|
"iconv-lite": "^0.6.2"
|
|
}
|
|
},
|
|
"encoding-down": {
|
|
"version": "7.1.0",
|
|
"requires": {
|
|
"abstract-leveldown": "^7.2.0",
|
|
"inherits": "^2.0.3",
|
|
"level-codec": "^10.0.0",
|
|
"level-errors": "^3.0.0"
|
|
}
|
|
},
|
|
"end-of-stream": {
|
|
"version": "1.4.4",
|
|
"requires": {
|
|
"once": "^1.4.0"
|
|
}
|
|
},
|
|
"engine.io-client": {
|
|
"version": "6.1.1",
|
|
"requires": {
|
|
"@socket.io/component-emitter": "~3.0.0",
|
|
"debug": "~4.3.1",
|
|
"engine.io-parser": "~5.0.0",
|
|
"has-cors": "1.1.0",
|
|
"parseqs": "0.0.6",
|
|
"parseuri": "0.0.6",
|
|
"ws": "~8.2.3",
|
|
"xmlhttprequest-ssl": "~2.0.0",
|
|
"yeast": "0.1.2"
|
|
},
|
|
"dependencies": {
|
|
"ws": {
|
|
"version": "8.2.3",
|
|
"requires": {}
|
|
}
|
|
}
|
|
},
|
|
"engine.io-parser": {
|
|
"version": "5.0.2",
|
|
"requires": {
|
|
"base64-arraybuffer": "~1.0.1"
|
|
}
|
|
},
|
|
"enquirer": {
|
|
"version": "2.3.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-colors": "^4.1.1"
|
|
}
|
|
},
|
|
"entities": {
|
|
"version": "2.0.3",
|
|
"dev": true
|
|
},
|
|
"env-ci": {
|
|
"version": "5.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"execa": "^4.0.0",
|
|
"java-properties": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
}
|
|
},
|
|
"execa": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"get-stream": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"pump": "^3.0.0"
|
|
}
|
|
},
|
|
"human-signals": {
|
|
"version": "1.1.1",
|
|
"dev": true
|
|
},
|
|
"shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"shebang-regex": "^3.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"err-code": {
|
|
"version": "3.0.1"
|
|
},
|
|
"errno": {
|
|
"version": "0.1.8",
|
|
"requires": {
|
|
"prr": "~1.0.1"
|
|
}
|
|
},
|
|
"error-ex": {
|
|
"version": "1.3.2",
|
|
"requires": {
|
|
"is-arrayish": "^0.2.1"
|
|
}
|
|
},
|
|
"es-abstract": {
|
|
"version": "1.19.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"es-to-primitive": "^1.2.1",
|
|
"function-bind": "^1.1.1",
|
|
"get-intrinsic": "^1.1.1",
|
|
"get-symbol-description": "^1.0.0",
|
|
"has": "^1.0.3",
|
|
"has-symbols": "^1.0.2",
|
|
"internal-slot": "^1.0.3",
|
|
"is-callable": "^1.2.4",
|
|
"is-negative-zero": "^2.0.1",
|
|
"is-regex": "^1.1.4",
|
|
"is-shared-array-buffer": "^1.0.1",
|
|
"is-string": "^1.0.7",
|
|
"is-weakref": "^1.0.1",
|
|
"object-inspect": "^1.11.0",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.2",
|
|
"string.prototype.trimend": "^1.0.4",
|
|
"string.prototype.trimstart": "^1.0.4",
|
|
"unbox-primitive": "^1.0.1"
|
|
}
|
|
},
|
|
"es-get-iterator": {
|
|
"version": "1.1.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.0",
|
|
"has-symbols": "^1.0.1",
|
|
"is-arguments": "^1.1.0",
|
|
"is-map": "^2.0.2",
|
|
"is-set": "^2.0.2",
|
|
"is-string": "^1.0.5",
|
|
"isarray": "^2.0.5"
|
|
},
|
|
"dependencies": {
|
|
"isarray": {
|
|
"version": "2.0.5"
|
|
}
|
|
}
|
|
},
|
|
"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",
|
|
"dev": true
|
|
},
|
|
"es6-promise": {
|
|
"version": "4.2.8",
|
|
"optional": true
|
|
},
|
|
"es6-promisify": {
|
|
"version": "7.0.0"
|
|
},
|
|
"escalade": {
|
|
"version": "3.1.1"
|
|
},
|
|
"escape-goat": {
|
|
"version": "2.1.1"
|
|
},
|
|
"escape-html": {
|
|
"version": "1.0.3"
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"eslint": {
|
|
"version": "7.19.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"@eslint/eslintrc": "^0.3.0",
|
|
"ajv": "^6.10.0",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.0.1",
|
|
"doctrine": "^3.0.0",
|
|
"enquirer": "^2.3.5",
|
|
"eslint-scope": "^5.1.1",
|
|
"eslint-utils": "^2.1.0",
|
|
"eslint-visitor-keys": "^2.0.0",
|
|
"espree": "^7.3.1",
|
|
"esquery": "^1.2.0",
|
|
"esutils": "^2.0.2",
|
|
"file-entry-cache": "^6.0.0",
|
|
"functional-red-black-tree": "^1.0.1",
|
|
"glob-parent": "^5.0.0",
|
|
"globals": "^12.1.0",
|
|
"ignore": "^4.0.6",
|
|
"import-fresh": "^3.0.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"js-yaml": "^3.13.1",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash": "^4.17.20",
|
|
"minimatch": "^3.0.4",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.1",
|
|
"progress": "^2.0.0",
|
|
"regexpp": "^3.1.0",
|
|
"semver": "^7.2.1",
|
|
"strip-ansi": "^6.0.0",
|
|
"strip-json-comments": "^3.1.0",
|
|
"table": "^6.0.4",
|
|
"text-table": "^0.2.0",
|
|
"v8-compile-cache": "^2.0.3"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
}
|
|
},
|
|
"shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"shebang-regex": "^3.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-config-prettier": {
|
|
"version": "7.2.0",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"eslint-config-standard": {
|
|
"version": "16.0.2",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"eslint-import-resolver-node": {
|
|
"version": "0.3.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "^3.2.7",
|
|
"resolve": "^1.20.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-module-utils": {
|
|
"version": "2.7.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "^3.2.7",
|
|
"find-up": "^2.1.0",
|
|
"pkg-dir": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-import": {
|
|
"version": "2.25.1",
|
|
"dev": true,
|
|
"peer": true,
|
|
"requires": {
|
|
"array-includes": "^3.1.4",
|
|
"array.prototype.flat": "^1.2.5",
|
|
"debug": "^2.6.9",
|
|
"doctrine": "^2.1.0",
|
|
"eslint-import-resolver-node": "^0.3.6",
|
|
"eslint-module-utils": "^2.6.2",
|
|
"has": "^1.0.3",
|
|
"is-core-module": "^2.7.0",
|
|
"is-glob": "^4.0.3",
|
|
"minimatch": "^3.0.4",
|
|
"object.values": "^1.1.5",
|
|
"resolve": "^1.20.0",
|
|
"tsconfig-paths": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"peer": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"doctrine": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"peer": true,
|
|
"requires": {
|
|
"esutils": "^2.0.2"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"peer": true
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-node": {
|
|
"version": "11.1.0",
|
|
"dev": true,
|
|
"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": {
|
|
"eslint-plugin-es": {
|
|
"version": "3.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"eslint-utils": "^2.0.0",
|
|
"regexpp": "^3.0.0"
|
|
}
|
|
},
|
|
"ignore": {
|
|
"version": "5.1.8",
|
|
"dev": true
|
|
},
|
|
"semver": {
|
|
"version": "6.3.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-prettier": {
|
|
"version": "3.3.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"prettier-linter-helpers": "^1.0.0"
|
|
}
|
|
},
|
|
"eslint-plugin-promise": {
|
|
"version": "4.3.1",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"eslint-plugin-standard": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"eslint-scope": {
|
|
"version": "5.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"esrecurse": "^4.3.0",
|
|
"estraverse": "^4.1.1"
|
|
}
|
|
},
|
|
"eslint-utils": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"eslint-visitor-keys": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"eslint-visitor-keys": {
|
|
"version": "1.3.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"eslint-visitor-keys": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"espree": {
|
|
"version": "7.3.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"acorn": "^7.4.0",
|
|
"acorn-jsx": "^5.3.1",
|
|
"eslint-visitor-keys": "^1.3.0"
|
|
},
|
|
"dependencies": {
|
|
"eslint-visitor-keys": {
|
|
"version": "1.3.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"esprima": {
|
|
"version": "4.0.1",
|
|
"dev": true
|
|
},
|
|
"esquery": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"estraverse": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"estraverse": {
|
|
"version": "5.2.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"esrecurse": {
|
|
"version": "4.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"estraverse": "^5.2.0"
|
|
},
|
|
"dependencies": {
|
|
"estraverse": {
|
|
"version": "5.2.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"estraverse": {
|
|
"version": "4.3.0",
|
|
"dev": true
|
|
},
|
|
"esutils": {
|
|
"version": "2.0.3",
|
|
"dev": true
|
|
},
|
|
"ethers": {
|
|
"version": "5.5.2",
|
|
"requires": {
|
|
"@ethersproject/abi": "5.5.0",
|
|
"@ethersproject/abstract-provider": "5.5.1",
|
|
"@ethersproject/abstract-signer": "5.5.0",
|
|
"@ethersproject/address": "5.5.0",
|
|
"@ethersproject/base64": "5.5.0",
|
|
"@ethersproject/basex": "5.5.0",
|
|
"@ethersproject/bignumber": "5.5.0",
|
|
"@ethersproject/bytes": "5.5.0",
|
|
"@ethersproject/constants": "5.5.0",
|
|
"@ethersproject/contracts": "5.5.0",
|
|
"@ethersproject/hash": "5.5.0",
|
|
"@ethersproject/hdnode": "5.5.0",
|
|
"@ethersproject/json-wallets": "5.5.0",
|
|
"@ethersproject/keccak256": "5.5.0",
|
|
"@ethersproject/logger": "5.5.0",
|
|
"@ethersproject/networks": "5.5.1",
|
|
"@ethersproject/pbkdf2": "5.5.0",
|
|
"@ethersproject/properties": "5.5.0",
|
|
"@ethersproject/providers": "5.5.1",
|
|
"@ethersproject/random": "5.5.0",
|
|
"@ethersproject/rlp": "5.5.0",
|
|
"@ethersproject/sha2": "5.5.0",
|
|
"@ethersproject/signing-key": "5.5.0",
|
|
"@ethersproject/solidity": "5.5.0",
|
|
"@ethersproject/strings": "5.5.0",
|
|
"@ethersproject/transactions": "5.5.0",
|
|
"@ethersproject/units": "5.5.0",
|
|
"@ethersproject/wallet": "5.5.0",
|
|
"@ethersproject/web": "5.5.1",
|
|
"@ethersproject/wordlists": "5.5.0"
|
|
}
|
|
},
|
|
"event-iterator": {
|
|
"version": "2.0.0"
|
|
},
|
|
"event-target-shim": {
|
|
"version": "5.0.1"
|
|
},
|
|
"eventemitter3": {
|
|
"version": "4.0.7"
|
|
},
|
|
"events": {
|
|
"version": "3.3.0"
|
|
},
|
|
"evp_bytestokey": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"md5.js": "^1.3.4",
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": {
|
|
"version": "7.0.3",
|
|
"requires": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
}
|
|
},
|
|
"shebang-command": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"shebang-regex": "^3.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "3.0.0"
|
|
},
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"extend": {
|
|
"version": "3.0.2"
|
|
},
|
|
"extract-zip": {
|
|
"version": "1.7.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"concat-stream": "^1.6.2",
|
|
"debug": "^2.6.9",
|
|
"mkdirp": "^0.5.4",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"optional": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"extsprintf": {
|
|
"version": "1.3.0"
|
|
},
|
|
"fast-deep-equal": {
|
|
"version": "3.1.3"
|
|
},
|
|
"fast-diff": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"fast-fifo": {
|
|
"version": "1.0.0"
|
|
},
|
|
"fast-glob": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true
|
|
},
|
|
"fast-redact": {
|
|
"version": "3.0.2"
|
|
},
|
|
"fast-safe-stringify": {
|
|
"version": "2.1.1"
|
|
},
|
|
"fast-write-atomic": {
|
|
"version": "0.2.1"
|
|
},
|
|
"fastq": {
|
|
"version": "1.13.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"reusify": "^1.0.4"
|
|
}
|
|
},
|
|
"fd-slicer": {
|
|
"version": "1.1.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"pend": "~1.2.0"
|
|
}
|
|
},
|
|
"fecha": {
|
|
"version": "4.2.1"
|
|
},
|
|
"figures": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
},
|
|
"dependencies": {
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"file-entry-cache": {
|
|
"version": "6.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"flat-cache": "^3.0.4"
|
|
}
|
|
},
|
|
"file-stream-rotator": {
|
|
"version": "0.5.7",
|
|
"requires": {
|
|
"moment": "^2.11.2"
|
|
}
|
|
},
|
|
"file-type": {
|
|
"version": "16.5.3",
|
|
"requires": {
|
|
"readable-web-to-node-stream": "^3.0.0",
|
|
"strtok3": "^6.2.4",
|
|
"token-types": "^4.1.1"
|
|
}
|
|
},
|
|
"file-uri-to-path": {
|
|
"version": "1.0.0"
|
|
},
|
|
"filelist": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"filesize": {
|
|
"version": "8.0.6"
|
|
},
|
|
"fill-range": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"to-regex-range": "^5.0.1"
|
|
}
|
|
},
|
|
"find-cache-dir": {
|
|
"version": "3.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"commondir": "^1.0.1",
|
|
"make-dir": "^3.0.2",
|
|
"pkg-dir": "^4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^4.1.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^2.2.0"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"pkg-dir": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"find-up": "^4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"find-up": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^2.0.0"
|
|
}
|
|
},
|
|
"find-versions": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"semver-regex": "^3.1.2"
|
|
}
|
|
},
|
|
"flat": {
|
|
"version": "5.0.2",
|
|
"dev": true
|
|
},
|
|
"flat-cache": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"flatted": "^3.1.0",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
},
|
|
"flatstr": {
|
|
"version": "1.0.12"
|
|
},
|
|
"flatted": {
|
|
"version": "3.2.2",
|
|
"dev": true
|
|
},
|
|
"fn.name": {
|
|
"version": "1.1.0"
|
|
},
|
|
"fnv1a": {
|
|
"version": "1.0.1"
|
|
},
|
|
"follow-redirects": {
|
|
"version": "1.14.7"
|
|
},
|
|
"for-each": {
|
|
"version": "0.3.3",
|
|
"requires": {
|
|
"is-callable": "^1.1.3"
|
|
}
|
|
},
|
|
"foreach": {
|
|
"version": "2.0.5"
|
|
},
|
|
"foreground-child": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"cross-spawn": "^7.0.0",
|
|
"signal-exit": "^3.0.2"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
}
|
|
},
|
|
"shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"shebang-regex": "^3.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"forever-agent": {
|
|
"version": "0.6.1"
|
|
},
|
|
"formidable": {
|
|
"version": "1.2.2"
|
|
},
|
|
"fresh": {
|
|
"version": "0.5.2"
|
|
},
|
|
"from2": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"inherits": "^2.0.1",
|
|
"readable-stream": "^2.0.0"
|
|
}
|
|
},
|
|
"fromentries": {
|
|
"version": "1.3.2",
|
|
"dev": true
|
|
},
|
|
"fs-constants": {
|
|
"version": "1.0.0",
|
|
"peer": true
|
|
},
|
|
"fs-extra": {
|
|
"version": "9.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"at-least-node": "^1.0.0",
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"fs-minipass": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
}
|
|
},
|
|
"fs.realpath": {
|
|
"version": "1.0.0"
|
|
},
|
|
"function-bind": {
|
|
"version": "1.1.1"
|
|
},
|
|
"functional-red-black-tree": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"gar": {
|
|
"version": "1.0.4"
|
|
},
|
|
"gauge": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.2",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.1",
|
|
"object-assign": "^4.1.1",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1",
|
|
"wide-align": "^1.1.2"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"gc-stats": {
|
|
"version": "1.4.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"nan": "^2.13.2",
|
|
"node-pre-gyp": "^0.13.0"
|
|
},
|
|
"dependencies": {
|
|
"abbrev": {
|
|
"version": "1.1.1",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"ansi-regex": {
|
|
"version": "2.1.1",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"aproba": {
|
|
"version": "1.2.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"are-we-there-yet": {
|
|
"version": "1.1.5",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^2.0.6"
|
|
}
|
|
},
|
|
"balanced-match": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"brace-expansion": {
|
|
"version": "1.1.11",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"chownr": {
|
|
"version": "1.1.1",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"code-point-at": {
|
|
"version": "1.1.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"concat-map": {
|
|
"version": "0.0.1",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"console-control-strings": {
|
|
"version": "1.1.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"core-util-is": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"debug": {
|
|
"version": "4.1.1",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"deep-extend": {
|
|
"version": "0.6.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"delegates": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"detect-libc": {
|
|
"version": "1.0.3",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"fs-minipass": {
|
|
"version": "1.2.5",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"minipass": "^2.2.1"
|
|
}
|
|
},
|
|
"fs.realpath": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"gauge": {
|
|
"version": "2.7.4",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"aproba": "^1.0.3",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.0",
|
|
"object-assign": "^4.1.0",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^1.0.1",
|
|
"strip-ansi": "^3.0.1",
|
|
"wide-align": "^1.1.0"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.1.3",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
}
|
|
},
|
|
"has-unicode": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"iconv-lite": {
|
|
"version": "0.4.24",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
}
|
|
},
|
|
"ignore-walk": {
|
|
"version": "3.0.1",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"inflight": {
|
|
"version": "1.0.6",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"inherits": {
|
|
"version": "2.0.3",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"ini": {
|
|
"version": "1.3.5",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"number-is-nan": "^1.0.0"
|
|
}
|
|
},
|
|
"isarray": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"minimatch": {
|
|
"version": "3.0.4",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
},
|
|
"minimist": {
|
|
"version": "0.0.8",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"minipass": {
|
|
"version": "2.3.5",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"safe-buffer": "^5.1.2",
|
|
"yallist": "^3.0.0"
|
|
}
|
|
},
|
|
"minizlib": {
|
|
"version": "1.2.1",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"minipass": "^2.2.1"
|
|
}
|
|
},
|
|
"mkdirp": {
|
|
"version": "0.5.1",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"minimist": "0.0.8"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.1.1",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"needle": {
|
|
"version": "2.3.1",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"debug": "^4.1.0",
|
|
"iconv-lite": "^0.4.4",
|
|
"sax": "^1.2.4"
|
|
}
|
|
},
|
|
"node-pre-gyp": {
|
|
"version": "0.13.0",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"detect-libc": "^1.0.2",
|
|
"mkdirp": "^0.5.1",
|
|
"needle": "^2.2.1",
|
|
"nopt": "^4.0.1",
|
|
"npm-packlist": "^1.1.6",
|
|
"npmlog": "^4.0.2",
|
|
"rc": "^1.2.7",
|
|
"rimraf": "^2.6.1",
|
|
"semver": "^5.3.0",
|
|
"tar": "^4"
|
|
}
|
|
},
|
|
"nopt": {
|
|
"version": "4.0.1",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"abbrev": "1",
|
|
"osenv": "^0.1.4"
|
|
}
|
|
},
|
|
"npm-bundled": {
|
|
"version": "1.0.6",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"npm-packlist": {
|
|
"version": "1.4.1",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"ignore-walk": "^3.0.1",
|
|
"npm-bundled": "^1.0.1"
|
|
}
|
|
},
|
|
"npmlog": {
|
|
"version": "4.1.2",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"are-we-there-yet": "~1.1.2",
|
|
"console-control-strings": "~1.1.0",
|
|
"gauge": "~2.7.3",
|
|
"set-blocking": "~2.0.0"
|
|
}
|
|
},
|
|
"number-is-nan": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"object-assign": {
|
|
"version": "4.1.1",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"once": {
|
|
"version": "1.4.0",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"os-homedir": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"os-tmpdir": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"osenv": {
|
|
"version": "0.1.5",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"os-homedir": "^1.0.0",
|
|
"os-tmpdir": "^1.0.0"
|
|
}
|
|
},
|
|
"path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"process-nextick-args": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"rc": {
|
|
"version": "1.2.8",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"deep-extend": "^0.6.0",
|
|
"ini": "~1.3.0",
|
|
"minimist": "^1.2.0",
|
|
"strip-json-comments": "~2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"minimist": {
|
|
"version": "1.2.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"readable-stream": {
|
|
"version": "2.3.6",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"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"
|
|
}
|
|
},
|
|
"rimraf": {
|
|
"version": "2.6.3",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"glob": "^7.1.3"
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.1.2",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"safer-buffer": {
|
|
"version": "2.1.2",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"sax": {
|
|
"version": "1.2.4",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"semver": {
|
|
"version": "5.7.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"set-blocking": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"signal-exit": {
|
|
"version": "3.0.2",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"string_decoder": {
|
|
"version": "1.1.1",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"safe-buffer": "~5.1.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"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",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"ansi-regex": "^2.0.0"
|
|
}
|
|
},
|
|
"strip-json-comments": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"tar": {
|
|
"version": "4.4.8",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"chownr": "^1.1.1",
|
|
"fs-minipass": "^1.2.5",
|
|
"minipass": "^2.3.4",
|
|
"minizlib": "^1.1.1",
|
|
"mkdirp": "^0.5.0",
|
|
"safe-buffer": "^5.1.2",
|
|
"yallist": "^3.0.2"
|
|
}
|
|
},
|
|
"util-deprecate": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"wide-align": {
|
|
"version": "1.1.3",
|
|
"bundled": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"string-width": "^1.0.2 || 2"
|
|
}
|
|
},
|
|
"wrappy": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"optional": true
|
|
},
|
|
"yallist": {
|
|
"version": "3.0.3",
|
|
"bundled": true,
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"generic-pool": {
|
|
"version": "3.8.2"
|
|
},
|
|
"gensync": {
|
|
"version": "1.0.0-beta.2",
|
|
"dev": true
|
|
},
|
|
"get-browser-rtc": {
|
|
"version": "1.1.0"
|
|
},
|
|
"get-caller-file": {
|
|
"version": "2.0.5"
|
|
},
|
|
"get-folder-size": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"gar": "^1.0.4",
|
|
"tiny-each-async": "2.0.3"
|
|
}
|
|
},
|
|
"get-func-name": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"get-intrinsic": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"function-bind": "^1.1.1",
|
|
"has": "^1.0.3",
|
|
"has-symbols": "^1.0.1"
|
|
}
|
|
},
|
|
"get-iterator": {
|
|
"version": "1.0.2"
|
|
},
|
|
"get-package-type": {
|
|
"version": "0.1.0"
|
|
},
|
|
"get-stdin": {
|
|
"version": "8.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"
|
|
}
|
|
},
|
|
"getpass": {
|
|
"version": "0.1.7",
|
|
"requires": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
},
|
|
"git-log-parser": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"requires": {
|
|
"through2": "~2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.1.6",
|
|
"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"
|
|
}
|
|
},
|
|
"glob-parent": {
|
|
"version": "5.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"is-glob": "^4.0.1"
|
|
}
|
|
},
|
|
"global-dirs": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"ini": "2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ini": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"globals": {
|
|
"version": "12.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"type-fest": "^0.8.1"
|
|
}
|
|
},
|
|
"globby": {
|
|
"version": "11.0.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"array-union": "^2.1.0",
|
|
"dir-glob": "^3.0.1",
|
|
"fast-glob": "^3.1.1",
|
|
"ignore": "^5.1.4",
|
|
"merge2": "^1.3.0",
|
|
"slash": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ignore": {
|
|
"version": "5.1.8",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"go-ipfs": {
|
|
"version": "0.11.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"cachedir": "^2.3.0",
|
|
"go-platform": "^1.0.0",
|
|
"got": "^11.7.0",
|
|
"gunzip-maybe": "^1.4.2",
|
|
"hasha": "^5.2.2",
|
|
"pkg-conf": "^3.1.0",
|
|
"tar-fs": "^2.1.0",
|
|
"unzip-stream": "^0.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@sindresorhus/is": {
|
|
"version": "4.2.0",
|
|
"peer": true
|
|
},
|
|
"@szmarczak/http-timer": {
|
|
"version": "4.0.6",
|
|
"peer": true,
|
|
"requires": {
|
|
"defer-to-connect": "^2.0.0"
|
|
}
|
|
},
|
|
"cacheable-request": {
|
|
"version": "7.0.2",
|
|
"peer": true,
|
|
"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"
|
|
}
|
|
},
|
|
"decompress-response": {
|
|
"version": "6.0.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"mimic-response": "^3.1.0"
|
|
}
|
|
},
|
|
"defer-to-connect": {
|
|
"version": "2.0.1",
|
|
"peer": true
|
|
},
|
|
"find-up": {
|
|
"version": "3.0.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"locate-path": "^3.0.0"
|
|
}
|
|
},
|
|
"get-stream": {
|
|
"version": "5.2.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"pump": "^3.0.0"
|
|
}
|
|
},
|
|
"got": {
|
|
"version": "11.8.3",
|
|
"peer": true,
|
|
"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"
|
|
}
|
|
},
|
|
"json-buffer": {
|
|
"version": "3.0.1",
|
|
"peer": true
|
|
},
|
|
"keyv": {
|
|
"version": "4.0.4",
|
|
"peer": true,
|
|
"requires": {
|
|
"json-buffer": "3.0.1"
|
|
}
|
|
},
|
|
"load-json-file": {
|
|
"version": "5.3.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.15",
|
|
"parse-json": "^4.0.0",
|
|
"pify": "^4.0.1",
|
|
"strip-bom": "^3.0.0",
|
|
"type-fest": "^0.3.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "3.0.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"p-locate": "^3.0.0",
|
|
"path-exists": "^3.0.0"
|
|
}
|
|
},
|
|
"lowercase-keys": {
|
|
"version": "2.0.0",
|
|
"peer": true
|
|
},
|
|
"mimic-response": {
|
|
"version": "3.1.0",
|
|
"peer": true
|
|
},
|
|
"normalize-url": {
|
|
"version": "6.1.0",
|
|
"peer": true
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "3.0.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"p-limit": "^2.0.0"
|
|
}
|
|
},
|
|
"parse-json": {
|
|
"version": "4.0.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-better-errors": "^1.0.1"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "3.0.0",
|
|
"peer": true
|
|
},
|
|
"pify": {
|
|
"version": "4.0.1",
|
|
"peer": true
|
|
},
|
|
"pkg-conf": {
|
|
"version": "3.1.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"find-up": "^3.0.0",
|
|
"load-json-file": "^5.2.0"
|
|
}
|
|
},
|
|
"responselike": {
|
|
"version": "2.0.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"lowercase-keys": "^2.0.0"
|
|
}
|
|
},
|
|
"strip-bom": {
|
|
"version": "3.0.0",
|
|
"peer": true
|
|
},
|
|
"type-fest": {
|
|
"version": "0.3.1",
|
|
"peer": true
|
|
}
|
|
}
|
|
},
|
|
"go-platform": {
|
|
"version": "1.0.0",
|
|
"peer": true
|
|
},
|
|
"got": {
|
|
"version": "9.6.0",
|
|
"requires": {
|
|
"@sindresorhus/is": "^0.14.0",
|
|
"@szmarczak/http-timer": "^1.1.2",
|
|
"cacheable-request": "^6.0.0",
|
|
"decompress-response": "^3.3.0",
|
|
"duplexer3": "^0.1.4",
|
|
"get-stream": "^4.1.0",
|
|
"lowercase-keys": "^1.0.1",
|
|
"mimic-response": "^1.0.1",
|
|
"p-cancelable": "^1.0.0",
|
|
"to-readable-stream": "^1.0.0",
|
|
"url-parse-lax": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@sindresorhus/is": {
|
|
"version": "0.14.0"
|
|
},
|
|
"get-stream": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"pump": "^3.0.0"
|
|
}
|
|
},
|
|
"p-cancelable": {
|
|
"version": "1.1.0"
|
|
}
|
|
}
|
|
},
|
|
"graceful-fs": {
|
|
"version": "4.2.8"
|
|
},
|
|
"growl": {
|
|
"version": "1.10.5",
|
|
"dev": true
|
|
},
|
|
"gunzip-maybe": {
|
|
"version": "1.4.2",
|
|
"peer": true,
|
|
"requires": {
|
|
"browserify-zlib": "^0.1.4",
|
|
"is-deflate": "^1.0.0",
|
|
"is-gzip": "^1.0.0",
|
|
"peek-stream": "^1.1.0",
|
|
"pumpify": "^1.3.3",
|
|
"through2": "^2.0.3"
|
|
}
|
|
},
|
|
"hamt-sharding": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"sparse-array": "^1.3.1",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"handlebars": {
|
|
"version": "4.7.7",
|
|
"dev": true,
|
|
"requires": {
|
|
"minimist": "^1.2.5",
|
|
"neo-async": "^2.6.0",
|
|
"source-map": "^0.6.1",
|
|
"uglify-js": "^3.1.4",
|
|
"wordwrap": "^1.0.0"
|
|
}
|
|
},
|
|
"hapi-pino": {
|
|
"version": "8.5.0",
|
|
"requires": {
|
|
"@hapi/hoek": "^9.0.0",
|
|
"abstract-logging": "^2.0.0",
|
|
"pino": "^6.0.0",
|
|
"pino-pretty": "^4.0.0"
|
|
}
|
|
},
|
|
"har-schema": {
|
|
"version": "2.0.0"
|
|
},
|
|
"har-validator": {
|
|
"version": "5.1.5",
|
|
"requires": {
|
|
"ajv": "^6.12.3",
|
|
"har-schema": "^2.0.0"
|
|
}
|
|
},
|
|
"hard-rejection": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"has": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"function-bind": "^1.1.1"
|
|
}
|
|
},
|
|
"has-bigints": {
|
|
"version": "1.0.1"
|
|
},
|
|
"has-cors": {
|
|
"version": "1.1.0"
|
|
},
|
|
"has-dynamic-import": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.1"
|
|
}
|
|
},
|
|
"has-flag": {
|
|
"version": "4.0.0"
|
|
},
|
|
"has-localstorage": {
|
|
"version": "1.0.1"
|
|
},
|
|
"has-symbols": {
|
|
"version": "1.0.2"
|
|
},
|
|
"has-tostringtag": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"has-symbols": "^1.0.2"
|
|
}
|
|
},
|
|
"has-unicode": {
|
|
"version": "2.0.1"
|
|
},
|
|
"has-yarn": {
|
|
"version": "2.1.0"
|
|
},
|
|
"hash-base": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.6.0",
|
|
"safe-buffer": "^5.2.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"hash.js": {
|
|
"version": "1.1.7",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"minimalistic-assert": "^1.0.1"
|
|
}
|
|
},
|
|
"hasha": {
|
|
"version": "5.2.2",
|
|
"requires": {
|
|
"is-stream": "^2.0.0",
|
|
"type-fest": "^0.8.0"
|
|
}
|
|
},
|
|
"hashlru": {
|
|
"version": "2.3.0"
|
|
},
|
|
"hat": {
|
|
"version": "0.0.3",
|
|
"optional": true
|
|
},
|
|
"he": {
|
|
"version": "1.2.0",
|
|
"dev": true
|
|
},
|
|
"header-case": {
|
|
"version": "2.0.4",
|
|
"requires": {
|
|
"capital-case": "^1.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"headless": {
|
|
"version": "1.1.0",
|
|
"optional": true
|
|
},
|
|
"heap": {
|
|
"version": "0.2.7"
|
|
},
|
|
"hmac-drbg": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"hash.js": "^1.0.3",
|
|
"minimalistic-assert": "^1.0.0",
|
|
"minimalistic-crypto-utils": "^1.0.1"
|
|
}
|
|
},
|
|
"home-path": {
|
|
"version": "1.0.7",
|
|
"optional": true
|
|
},
|
|
"hook-std": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "4.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"lru-cache": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"html-escaper": {
|
|
"version": "2.0.2",
|
|
"dev": true
|
|
},
|
|
"http-assert": {
|
|
"version": "1.5.0",
|
|
"requires": {
|
|
"deep-equal": "~1.0.1",
|
|
"http-errors": "~1.8.0"
|
|
}
|
|
},
|
|
"http-cache-semantics": {
|
|
"version": "4.1.0"
|
|
},
|
|
"http-errors": {
|
|
"version": "1.8.0",
|
|
"requires": {
|
|
"depd": "~1.1.2",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.2.0",
|
|
"statuses": ">= 1.5.0 < 2",
|
|
"toidentifier": "1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"depd": {
|
|
"version": "1.1.2"
|
|
}
|
|
}
|
|
},
|
|
"http-proxy-agent": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@tootallnate/once": "1",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"http-signature": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"assert-plus": "^1.0.0",
|
|
"jsprim": "^1.2.2",
|
|
"sshpk": "^1.7.0"
|
|
}
|
|
},
|
|
"http2-wrapper": {
|
|
"version": "1.0.3",
|
|
"peer": true,
|
|
"requires": {
|
|
"quick-lru": "^5.1.1",
|
|
"resolve-alpn": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"quick-lru": {
|
|
"version": "5.1.1",
|
|
"peer": true
|
|
}
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"human-signals": {
|
|
"version": "2.1.0"
|
|
},
|
|
"humanize-number": {
|
|
"version": "0.0.2"
|
|
},
|
|
"humble-localstorage": {
|
|
"version": "1.4.2",
|
|
"requires": {
|
|
"has-localstorage": "^1.0.1",
|
|
"localstorage-memory": "^1.0.1"
|
|
}
|
|
},
|
|
"husky": {
|
|
"version": "4.3.8",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^4.0.0",
|
|
"ci-info": "^2.0.0",
|
|
"compare-versions": "^3.6.0",
|
|
"cosmiconfig": "^7.0.0",
|
|
"find-versions": "^4.0.0",
|
|
"opencollective-postinstall": "^2.0.2",
|
|
"pkg-dir": "^5.0.0",
|
|
"please-upgrade-node": "^3.2.0",
|
|
"slash": "^3.0.0",
|
|
"which-pm-runs": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^5.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^3.0.2"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"pkg-dir": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"find-up": "^5.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"iconv-lite": {
|
|
"version": "0.6.3",
|
|
"requires": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
}
|
|
},
|
|
"ieee754": {
|
|
"version": "1.2.1"
|
|
},
|
|
"ignore": {
|
|
"version": "4.0.6",
|
|
"dev": true
|
|
},
|
|
"ignore-by-default": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"immediate": {
|
|
"version": "3.2.3"
|
|
},
|
|
"import-fresh": {
|
|
"version": "3.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"parent-module": "^1.0.0",
|
|
"resolve-from": "^4.0.0"
|
|
}
|
|
},
|
|
"import-from": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"resolve-from": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"import-lazy": {
|
|
"version": "2.1.0"
|
|
},
|
|
"imurmurhash": {
|
|
"version": "0.1.4"
|
|
},
|
|
"indent-string": {
|
|
"version": "4.0.0"
|
|
},
|
|
"inflation": {
|
|
"version": "2.0.0"
|
|
},
|
|
"inflection": {
|
|
"version": "1.12.0"
|
|
},
|
|
"inflight": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"inherits": {
|
|
"version": "2.0.4"
|
|
},
|
|
"ini": {
|
|
"version": "1.3.8"
|
|
},
|
|
"interface-blockstore": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"interface-store": "^2.0.1",
|
|
"multiformats": "^9.0.4"
|
|
}
|
|
},
|
|
"interface-datastore": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"interface-store": "^2.0.1",
|
|
"nanoid": "^3.0.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"interface-store": {
|
|
"version": "2.0.1"
|
|
},
|
|
"internal-slot": {
|
|
"version": "1.0.3",
|
|
"requires": {
|
|
"get-intrinsic": "^1.1.0",
|
|
"has": "^1.0.3",
|
|
"side-channel": "^1.0.4"
|
|
}
|
|
},
|
|
"into-stream": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"from2": "^2.3.0",
|
|
"p-is-promise": "^3.0.0"
|
|
}
|
|
},
|
|
"ip-address": {
|
|
"version": "8.1.0",
|
|
"requires": {
|
|
"jsbn": "1.1.0",
|
|
"sprintf-js": "1.1.2"
|
|
},
|
|
"dependencies": {
|
|
"sprintf-js": {
|
|
"version": "1.1.2"
|
|
}
|
|
}
|
|
},
|
|
"ip-regex": {
|
|
"version": "4.3.0"
|
|
},
|
|
"ipaddr.js": {
|
|
"version": "2.0.1"
|
|
},
|
|
"ipfs": {
|
|
"version": "0.60.0",
|
|
"requires": {
|
|
"debug": "^4.1.1",
|
|
"ipfs-cli": "^0.10.0",
|
|
"ipfs-core": "^0.12.0",
|
|
"semver": "^7.3.2",
|
|
"update-notifier": "^5.0.0"
|
|
}
|
|
},
|
|
"ipfs-bitswap": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"@vascosantos/moving-average": "^1.1.0",
|
|
"abort-controller": "^3.0.0",
|
|
"any-signal": "^2.1.2",
|
|
"blockstore-core": "^1.0.2",
|
|
"debug": "^4.2.0",
|
|
"err-code": "^3.0.1",
|
|
"interface-blockstore": "^2.0.2",
|
|
"it-length-prefixed": "^5.0.2",
|
|
"it-pipe": "^1.1.0",
|
|
"just-debounce-it": "^1.1.0",
|
|
"libp2p-interfaces": "^1.0.1",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.0.4",
|
|
"native-abort-controller": "^1.0.3",
|
|
"protobufjs": "^6.10.2",
|
|
"readable-stream": "^3.6.0",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^6.0.0",
|
|
"varint-decoder": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ipfs-cli": {
|
|
"version": "0.10.2",
|
|
"requires": {
|
|
"@ipld/dag-cbor": "^6.0.5",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"byteman": "^1.3.5",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"execa": "^5.0.0",
|
|
"get-folder-size": "^2.0.1",
|
|
"ipfs-core": "^0.12.2",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-core-utils": "^0.12.2",
|
|
"ipfs-daemon": "^0.10.4",
|
|
"ipfs-http-client": "^54.0.2",
|
|
"ipfs-repo": "^13.0.4",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-all": "^1.0.4",
|
|
"it-concat": "^2.0.0",
|
|
"it-first": "^1.0.4",
|
|
"it-glob": "^1.0.0",
|
|
"it-map": "^1.0.5",
|
|
"it-merge": "^1.0.3",
|
|
"it-pipe": "^1.1.0",
|
|
"it-split": "^1.0.0",
|
|
"it-tar": "^4.0.0",
|
|
"jsondiffpatch": "^0.4.1",
|
|
"libp2p-crypto": "^0.19.7",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"multiaddr-to-uri": "^8.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"parse-duration": "^1.0.0",
|
|
"pretty-bytes": "^5.4.1",
|
|
"progress": "^2.0.3",
|
|
"stream-to-it": "^0.2.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"yargs": "^16.0.3"
|
|
},
|
|
"dependencies": {
|
|
"ipfs-http-client": {
|
|
"version": "54.0.2",
|
|
"requires": {
|
|
"@ipld/dag-cbor": "^6.0.5",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"abort-controller": "^3.0.0",
|
|
"any-signal": "^2.1.2",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-core-utils": "^0.12.2",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-first": "^1.0.6",
|
|
"it-last": "^1.0.4",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"native-abort-controller": "^1.0.3",
|
|
"parse-duration": "^1.0.0",
|
|
"stream-to-it": "^0.2.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ipfs-coord": {
|
|
"version": "6.8.12",
|
|
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-6.8.12.tgz",
|
|
"integrity": "sha512-EeehCH8Xl8ZyxlO7F8PBSTJL8HBgBMieQckop2keEL6pkEkzsJEV+sq1RN2lrLUGvr2B/IFWwyenkdgZ3gjgMg==",
|
|
"requires": {
|
|
"axios": "0.21.4",
|
|
"bch-encrypt-lib": "2.0.0",
|
|
"orbit-db": "0.28.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": {
|
|
"version": "0.21.4",
|
|
"requires": {
|
|
"follow-redirects": "^1.14.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ipfs-core": {
|
|
"version": "0.12.2",
|
|
"requires": {
|
|
"@chainsafe/libp2p-noise": "^4.0.0",
|
|
"@ipld/car": "^3.1.0",
|
|
"@ipld/dag-cbor": "^6.0.5",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"@multiformats/murmur3": "^1.0.1",
|
|
"any-signal": "^2.1.2",
|
|
"array-shuffle": "^2.0.0",
|
|
"blockstore-core": "^1.0.2",
|
|
"blockstore-datastore-adapter": "^2.0.2",
|
|
"datastore-core": "^6.0.7",
|
|
"datastore-pubsub": "^1.0.0",
|
|
"debug": "^4.1.1",
|
|
"dlv": "^1.1.3",
|
|
"err-code": "^3.0.1",
|
|
"hamt-sharding": "^2.0.0",
|
|
"hashlru": "^2.3.0",
|
|
"interface-blockstore": "^2.0.2",
|
|
"interface-datastore": "^6.0.2",
|
|
"ipfs-bitswap": "^7.0.1",
|
|
"ipfs-core-config": "^0.1.4",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-core-utils": "^0.12.2",
|
|
"ipfs-http-client": "^54.0.2",
|
|
"ipfs-repo": "^13.0.4",
|
|
"ipfs-unixfs": "^6.0.3",
|
|
"ipfs-unixfs-exporter": "^7.0.3",
|
|
"ipfs-unixfs-importer": "^9.0.3",
|
|
"ipfs-utils": "^9.0.2",
|
|
"ipns": "^0.15.0",
|
|
"is-domain-name": "^1.0.1",
|
|
"is-ipfs": "^6.0.1",
|
|
"it-all": "^1.0.4",
|
|
"it-drain": "^1.0.3",
|
|
"it-filter": "^1.0.2",
|
|
"it-first": "^1.0.4",
|
|
"it-last": "^1.0.4",
|
|
"it-map": "^1.0.4",
|
|
"it-merge": "^1.0.2",
|
|
"it-parallel": "^1.0.0",
|
|
"it-peekable": "^1.0.2",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.2",
|
|
"it-tar": "^4.0.0",
|
|
"it-to-buffer": "^2.0.0",
|
|
"just-safe-set": "^2.2.1",
|
|
"libp2p": "^0.33.0",
|
|
"libp2p-bootstrap": "^0.13.0",
|
|
"libp2p-crypto": "^0.19.7",
|
|
"libp2p-delegated-content-routing": "^0.11.0",
|
|
"libp2p-delegated-peer-routing": "^0.10.0",
|
|
"libp2p-record": "^0.10.3",
|
|
"mafmt": "^10.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"mortice": "^2.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"multiaddr-to-uri": "^8.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"native-abort-controller": "^1.0.3",
|
|
"pako": "^1.0.2",
|
|
"parse-duration": "^1.0.0",
|
|
"peer-id": "^0.15.1",
|
|
"timeout-abort-controller": "^1.1.1",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ipfs-http-client": {
|
|
"version": "54.0.2",
|
|
"requires": {
|
|
"@ipld/dag-cbor": "^6.0.5",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"abort-controller": "^3.0.0",
|
|
"any-signal": "^2.1.2",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-core-utils": "^0.12.2",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-first": "^1.0.6",
|
|
"it-last": "^1.0.4",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"native-abort-controller": "^1.0.3",
|
|
"parse-duration": "^1.0.0",
|
|
"stream-to-it": "^0.2.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ipfs-core-config": {
|
|
"version": "0.1.4",
|
|
"requires": {
|
|
"@chainsafe/libp2p-noise": "^4.0.0",
|
|
"blockstore-datastore-adapter": "^2.0.2",
|
|
"datastore-core": "^6.0.7",
|
|
"datastore-fs": "^6.0.1",
|
|
"datastore-level": "^7.0.1",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"hashlru": "^2.3.0",
|
|
"ipfs-repo": "^13.0.4",
|
|
"ipfs-utils": "^9.0.2",
|
|
"ipns": "^0.15.0",
|
|
"is-ipfs": "^6.0.1",
|
|
"it-all": "^1.0.4",
|
|
"it-drain": "^1.0.3",
|
|
"libp2p-floodsub": "^0.27.0",
|
|
"libp2p-gossipsub": "^0.11.1",
|
|
"libp2p-kad-dht": "^0.25.0",
|
|
"libp2p-mdns": "^0.17.0",
|
|
"libp2p-mplex": "^0.10.2",
|
|
"libp2p-tcp": "^0.17.1",
|
|
"libp2p-webrtc-star": "^0.24.0",
|
|
"libp2p-websockets": "^0.16.2",
|
|
"p-queue": "^6.6.1",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"ipfs-core-types": {
|
|
"version": "0.8.4",
|
|
"requires": {
|
|
"interface-datastore": "^6.0.2",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13"
|
|
}
|
|
},
|
|
"ipfs-core-utils": {
|
|
"version": "0.12.2",
|
|
"requires": {
|
|
"any-signal": "^2.1.2",
|
|
"blob-to-it": "^1.0.1",
|
|
"browser-readablestream-to-it": "^1.0.1",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-unixfs": "^6.0.3",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-all": "^1.0.4",
|
|
"it-map": "^1.0.4",
|
|
"it-peekable": "^1.0.2",
|
|
"it-to-stream": "^1.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiaddr-to-uri": "^8.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"nanoid": "^3.1.23",
|
|
"parse-duration": "^1.0.0",
|
|
"timeout-abort-controller": "^1.1.1",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"ipfs-daemon": {
|
|
"version": "0.10.4",
|
|
"requires": {
|
|
"@mapbox/node-pre-gyp": "^1.0.5",
|
|
"debug": "^4.1.1",
|
|
"electron-webrtc": "^0.3.0",
|
|
"ipfs-core": "^0.12.2",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-grpc-server": "^0.7.4",
|
|
"ipfs-http-gateway": "^0.7.4",
|
|
"ipfs-http-server": "^0.9.2",
|
|
"ipfs-utils": "^9.0.2",
|
|
"just-safe-set": "^2.2.1",
|
|
"libp2p": "^0.33.0",
|
|
"libp2p-webrtc-star": "^0.24.0",
|
|
"prom-client": "^12.0.0",
|
|
"prometheus-gc-stats": "^0.6.0",
|
|
"wrtc": "^0.4.6"
|
|
}
|
|
},
|
|
"ipfs-grpc-protocol": {
|
|
"version": "0.5.5"
|
|
},
|
|
"ipfs-grpc-server": {
|
|
"version": "0.7.4",
|
|
"requires": {
|
|
"@grpc/grpc-js": "^1.1.8",
|
|
"change-case": "^4.1.1",
|
|
"coercer": "^1.1.2",
|
|
"debug": "^4.1.1",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-grpc-protocol": "^0.5.4",
|
|
"it-first": "^1.0.4",
|
|
"it-map": "^1.0.4",
|
|
"it-peekable": "^1.0.2",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.2",
|
|
"multiaddr": "^10.0.0",
|
|
"nanoid": "^3.1.23",
|
|
"protobufjs": "^6.10.2",
|
|
"ws": "^7.3.1"
|
|
}
|
|
},
|
|
"ipfs-http-client": {
|
|
"version": "55.0.0",
|
|
"requires": {
|
|
"@ipld/dag-cbor": "^7.0.0",
|
|
"@ipld/dag-json": "^8.0.1",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"abort-controller": "^3.0.0",
|
|
"any-signal": "^2.1.2",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-core-types": "^0.9.0",
|
|
"ipfs-core-utils": "^0.13.0",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-first": "^1.0.6",
|
|
"it-last": "^1.0.4",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"native-abort-controller": "^1.0.3",
|
|
"parse-duration": "^1.0.0",
|
|
"stream-to-it": "^0.2.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@ipld/dag-cbor": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"cborg": "^1.6.0",
|
|
"multiformats": "^9.5.4"
|
|
}
|
|
},
|
|
"ipfs-core-types": {
|
|
"version": "0.9.0",
|
|
"requires": {
|
|
"interface-datastore": "^6.0.2",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13"
|
|
}
|
|
},
|
|
"ipfs-core-utils": {
|
|
"version": "0.13.0",
|
|
"requires": {
|
|
"any-signal": "^2.1.2",
|
|
"blob-to-it": "^1.0.1",
|
|
"browser-readablestream-to-it": "^1.0.1",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-core-types": "^0.9.0",
|
|
"ipfs-unixfs": "^6.0.3",
|
|
"ipfs-utils": "^9.0.2",
|
|
"it-all": "^1.0.4",
|
|
"it-map": "^1.0.4",
|
|
"it-peekable": "^1.0.2",
|
|
"it-to-stream": "^1.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiaddr-to-uri": "^8.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"nanoid": "^3.1.23",
|
|
"parse-duration": "^1.0.0",
|
|
"timeout-abort-controller": "^2.0.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"timeout-abort-controller": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"abort-controller": "^3.0.0",
|
|
"native-abort-controller": "^1.0.4",
|
|
"retimer": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ipfs-http-gateway": {
|
|
"version": "0.7.4",
|
|
"requires": {
|
|
"@hapi/ammo": "^5.0.1",
|
|
"@hapi/boom": "^9.1.0",
|
|
"@hapi/hapi": "^20.0.0",
|
|
"debug": "^4.1.1",
|
|
"hapi-pino": "^8.3.0",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-http-response": "^1.0.5",
|
|
"is-ipfs": "^6.0.1",
|
|
"it-last": "^1.0.4",
|
|
"it-to-stream": "^1.0.0",
|
|
"joi": "^17.2.1",
|
|
"multiformats": "^9.4.13",
|
|
"uint8arrays": "^3.0.0",
|
|
"uri-to-multiaddr": "^6.0.0"
|
|
}
|
|
},
|
|
"ipfs-http-response": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"debug": "^4.3.1",
|
|
"ejs": "^3.1.6",
|
|
"file-type": "^16.0.0",
|
|
"filesize": "^8.0.0",
|
|
"it-buffer": "^0.1.1",
|
|
"it-concat": "^2.0.0",
|
|
"it-reader": "^3.0.0",
|
|
"it-to-stream": "^1.0.0",
|
|
"mime-types": "^2.1.30",
|
|
"p-try-each": "^1.0.1"
|
|
}
|
|
},
|
|
"ipfs-http-server": {
|
|
"version": "0.9.2",
|
|
"requires": {
|
|
"@hapi/boom": "^9.1.0",
|
|
"@hapi/content": "^5.0.2",
|
|
"@hapi/hapi": "^20.0.0",
|
|
"@ipld/dag-pb": "^2.1.3",
|
|
"abort-controller": "^3.0.0",
|
|
"debug": "^4.1.1",
|
|
"dlv": "^1.1.3",
|
|
"err-code": "^3.0.1",
|
|
"hapi-pino": "^8.3.0",
|
|
"ipfs-core-types": "^0.8.4",
|
|
"ipfs-core-utils": "^0.12.2",
|
|
"ipfs-http-gateway": "^0.7.4",
|
|
"ipfs-unixfs": "^6.0.3",
|
|
"it-all": "^1.0.4",
|
|
"it-drain": "^1.0.3",
|
|
"it-filter": "^1.0.2",
|
|
"it-first": "^1.0.4",
|
|
"it-last": "^1.0.4",
|
|
"it-map": "^1.0.4",
|
|
"it-merge": "^1.0.2",
|
|
"it-multipart": "^2.0.0",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.2",
|
|
"it-reduce": "^1.0.5",
|
|
"joi": "^17.2.1",
|
|
"just-safe-set": "^2.2.1",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.13",
|
|
"native-abort-controller": "^1.0.3",
|
|
"parse-duration": "^1.0.0",
|
|
"prom-client": "^12.0.0",
|
|
"stream-to-it": "^0.2.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"uri-to-multiaddr": "^6.0.0"
|
|
}
|
|
},
|
|
"ipfs-log": {
|
|
"version": "5.4.1",
|
|
"requires": {
|
|
"json-stringify-deterministic": "^1.0.1",
|
|
"multihashing-async": "^2.0.1",
|
|
"orbit-db-identity-provider": "^0.3.1",
|
|
"orbit-db-io": "^1.0.1",
|
|
"p-do-whilst": "^1.1.0",
|
|
"p-each-series": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"p-whilst": "^2.1.0"
|
|
},
|
|
"dependencies": {
|
|
"multibase": {
|
|
"version": "4.0.6",
|
|
"requires": {
|
|
"@multiformats/base-x": "^4.0.1"
|
|
}
|
|
},
|
|
"multihashes": {
|
|
"version": "4.0.3",
|
|
"requires": {
|
|
"multibase": "^4.0.1",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^5.0.2"
|
|
}
|
|
},
|
|
"multihashing-async": {
|
|
"version": "2.1.4",
|
|
"requires": {
|
|
"blakejs": "^1.1.0",
|
|
"err-code": "^3.0.0",
|
|
"js-sha3": "^0.8.0",
|
|
"multihashes": "^4.0.1",
|
|
"murmurhash3js-revisited": "^3.0.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"varint": {
|
|
"version": "5.0.2"
|
|
}
|
|
}
|
|
},
|
|
"ipfs-pubsub-1on1": {
|
|
"version": "0.0.7",
|
|
"requires": {
|
|
"safe-buffer": "~5.2.1"
|
|
}
|
|
},
|
|
"ipfs-pubsub-peer-monitor": {
|
|
"version": "0.0.10",
|
|
"requires": {
|
|
"p-forever": "^2.1.0"
|
|
}
|
|
},
|
|
"ipfs-repo": {
|
|
"version": "13.0.7",
|
|
"requires": {
|
|
"@ipld/dag-pb": "^2.1.0",
|
|
"bytes": "^3.1.0",
|
|
"cborg": "^1.3.4",
|
|
"datastore-core": "^6.0.7",
|
|
"debug": "^4.1.0",
|
|
"err-code": "^3.0.1",
|
|
"interface-blockstore": "^2.0.2",
|
|
"interface-datastore": "^6.0.2",
|
|
"ipfs-repo-migrations": "^11.0.2",
|
|
"it-drain": "^1.0.1",
|
|
"it-filter": "^1.0.2",
|
|
"it-first": "^1.0.2",
|
|
"it-map": "^1.0.5",
|
|
"it-merge": "^1.0.2",
|
|
"it-parallel-batch": "^1.0.9",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.0",
|
|
"just-safe-get": "^2.0.0",
|
|
"just-safe-set": "^2.1.0",
|
|
"merge-options": "^3.0.4",
|
|
"mortice": "^2.0.1",
|
|
"multiformats": "^9.0.4",
|
|
"p-queue": "^6.0.0",
|
|
"proper-lockfile": "^4.0.0",
|
|
"sort-keys": "^4.2.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"ipfs-repo-migrations": {
|
|
"version": "11.0.2",
|
|
"requires": {
|
|
"@ipld/dag-pb": "^2.0.0",
|
|
"cborg": "^1.3.1",
|
|
"datastore-core": "^6.0.7",
|
|
"debug": "^4.1.0",
|
|
"fnv1a": "^1.0.1",
|
|
"interface-blockstore": "^2.0.2",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-length": "^1.0.1",
|
|
"multiformats": "^9.0.0",
|
|
"protobufjs": "^6.10.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"ipfs-unixfs": {
|
|
"version": "6.0.6",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"protobufjs": "^6.10.2"
|
|
}
|
|
},
|
|
"ipfs-unixfs-exporter": {
|
|
"version": "7.0.6",
|
|
"requires": {
|
|
"@ipld/dag-cbor": "^6.0.4",
|
|
"@ipld/dag-pb": "^2.0.2",
|
|
"@multiformats/murmur3": "^1.0.3",
|
|
"err-code": "^3.0.1",
|
|
"hamt-sharding": "^2.0.0",
|
|
"interface-blockstore": "^1.0.0",
|
|
"ipfs-unixfs": "^6.0.6",
|
|
"it-last": "^1.0.5",
|
|
"multiformats": "^9.4.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"interface-blockstore": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"interface-store": "^1.0.2",
|
|
"it-all": "^1.0.5",
|
|
"it-drain": "^1.0.4",
|
|
"it-filter": "^1.0.2",
|
|
"it-take": "^1.0.1",
|
|
"multiformats": "^9.0.4"
|
|
}
|
|
},
|
|
"interface-store": {
|
|
"version": "1.0.2"
|
|
}
|
|
}
|
|
},
|
|
"ipfs-unixfs-importer": {
|
|
"version": "9.0.6",
|
|
"requires": {
|
|
"@ipld/dag-pb": "^2.0.2",
|
|
"@multiformats/murmur3": "^1.0.3",
|
|
"bl": "^5.0.0",
|
|
"err-code": "^3.0.1",
|
|
"hamt-sharding": "^2.0.0",
|
|
"interface-blockstore": "^1.0.0",
|
|
"ipfs-unixfs": "^6.0.6",
|
|
"it-all": "^1.0.5",
|
|
"it-batch": "^1.0.8",
|
|
"it-first": "^1.0.6",
|
|
"it-parallel-batch": "^1.0.9",
|
|
"merge-options": "^3.0.4",
|
|
"multiformats": "^9.4.2",
|
|
"rabin-wasm": "^0.1.4",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"interface-blockstore": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"interface-store": "^1.0.2",
|
|
"it-all": "^1.0.5",
|
|
"it-drain": "^1.0.4",
|
|
"it-filter": "^1.0.2",
|
|
"it-take": "^1.0.1",
|
|
"multiformats": "^9.0.4"
|
|
}
|
|
},
|
|
"interface-store": {
|
|
"version": "1.0.2"
|
|
}
|
|
}
|
|
},
|
|
"ipfs-utils": {
|
|
"version": "9.0.2",
|
|
"requires": {
|
|
"abort-controller": "^3.0.0",
|
|
"any-signal": "^2.1.0",
|
|
"buffer": "^6.0.1",
|
|
"electron-fetch": "^1.7.2",
|
|
"err-code": "^3.0.1",
|
|
"is-electron": "^2.2.0",
|
|
"iso-url": "^1.1.5",
|
|
"it-glob": "^1.0.1",
|
|
"it-to-stream": "^1.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"nanoid": "^3.1.20",
|
|
"native-abort-controller": "^1.0.3",
|
|
"native-fetch": "^3.0.0",
|
|
"node-fetch": "https://registry.npmjs.org/@achingbrain/node-fetch/-/node-fetch-2.6.7.tgz",
|
|
"react-native-fetch-api": "^2.0.0",
|
|
"stream-to-it": "^0.2.2"
|
|
}
|
|
},
|
|
"ipfsd-ctl": {
|
|
"version": "10.0.5",
|
|
"peer": true,
|
|
"requires": {
|
|
"@hapi/boom": "^9.1.0",
|
|
"@hapi/hapi": "^20.0.0",
|
|
"debug": "^4.1.1",
|
|
"execa": "^5.0.0",
|
|
"ipfs-utils": "^9.0.1",
|
|
"joi": "^17.2.1",
|
|
"merge-options": "^3.0.1",
|
|
"multiaddr": "^10.0.0",
|
|
"nanoid": "^3.1.3",
|
|
"p-wait-for": "^3.1.0",
|
|
"temp-write": "^4.0.0"
|
|
}
|
|
},
|
|
"ipns": {
|
|
"version": "0.15.1",
|
|
"requires": {
|
|
"cborg": "^1.3.3",
|
|
"debug": "^4.2.0",
|
|
"err-code": "^3.0.1",
|
|
"interface-datastore": "^6.0.2",
|
|
"libp2p-crypto": "^0.20.0",
|
|
"long": "^4.0.0",
|
|
"multiformats": "^9.4.5",
|
|
"peer-id": "^0.15.0",
|
|
"protobufjs": "^6.10.2",
|
|
"timestamp-nano": "^1.0.0",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"libp2p-crypto": {
|
|
"version": "0.20.0",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"iso-random-stream": "^2.0.0",
|
|
"keypair": "^1.0.4",
|
|
"multiformats": "^9.4.5",
|
|
"noble-ed25519": "^1.2.6",
|
|
"noble-secp256k1": "^1.2.10",
|
|
"node-forge": "^0.10.0",
|
|
"pem-jwk": "^2.0.0",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"ursa-optional": "^0.10.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"is-arguments": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"requires": {
|
|
"binary-extensions": "^2.0.0"
|
|
}
|
|
},
|
|
"is-bluebird": {
|
|
"version": "1.0.2"
|
|
},
|
|
"is-boolean-object": {
|
|
"version": "1.1.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-buffer": {
|
|
"version": "2.0.5"
|
|
},
|
|
"is-callable": {
|
|
"version": "1.2.4"
|
|
},
|
|
"is-ci": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"ci-info": "^2.0.0"
|
|
}
|
|
},
|
|
"is-core-module": {
|
|
"version": "2.7.0",
|
|
"requires": {
|
|
"has": "^1.0.3"
|
|
}
|
|
},
|
|
"is-date-object": {
|
|
"version": "1.0.5",
|
|
"requires": {
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-deflate": {
|
|
"version": "1.0.0",
|
|
"peer": true
|
|
},
|
|
"is-domain-name": {
|
|
"version": "1.0.1"
|
|
},
|
|
"is-electron": {
|
|
"version": "2.2.1"
|
|
},
|
|
"is-extglob": {
|
|
"version": "2.1.1",
|
|
"dev": true
|
|
},
|
|
"is-finite": {
|
|
"version": "1.1.0",
|
|
"optional": true
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"number-is-nan": "^1.0.0"
|
|
}
|
|
},
|
|
"is-generator-function": {
|
|
"version": "1.0.10",
|
|
"requires": {
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-glob": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"is-extglob": "^2.1.1"
|
|
}
|
|
},
|
|
"is-gzip": {
|
|
"version": "1.0.0",
|
|
"peer": true
|
|
},
|
|
"is-installed-globally": {
|
|
"version": "0.4.0",
|
|
"requires": {
|
|
"global-dirs": "^3.0.0",
|
|
"is-path-inside": "^3.0.2"
|
|
}
|
|
},
|
|
"is-ip": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"ip-regex": "^4.0.0"
|
|
}
|
|
},
|
|
"is-ipfs": {
|
|
"version": "6.0.2",
|
|
"requires": {
|
|
"iso-url": "^1.1.3",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.0.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"is-loopback-addr": {
|
|
"version": "1.0.1"
|
|
},
|
|
"is-map": {
|
|
"version": "2.0.2"
|
|
},
|
|
"is-negative-zero": {
|
|
"version": "2.0.1"
|
|
},
|
|
"is-node": {
|
|
"version": "1.0.2"
|
|
},
|
|
"is-npm": {
|
|
"version": "5.0.0"
|
|
},
|
|
"is-number": {
|
|
"version": "7.0.0",
|
|
"dev": true
|
|
},
|
|
"is-number-object": {
|
|
"version": "1.0.6",
|
|
"requires": {
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-obj": {
|
|
"version": "2.0.0"
|
|
},
|
|
"is-path-cwd": {
|
|
"version": "2.2.0",
|
|
"dev": true
|
|
},
|
|
"is-path-inside": {
|
|
"version": "3.0.3"
|
|
},
|
|
"is-plain-obj": {
|
|
"version": "2.1.0"
|
|
},
|
|
"is-plain-object": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
},
|
|
"is-promise": {
|
|
"version": "1.0.1"
|
|
},
|
|
"is-regex": {
|
|
"version": "1.1.4",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-set": {
|
|
"version": "2.0.2"
|
|
},
|
|
"is-shared-array-buffer": {
|
|
"version": "1.0.1"
|
|
},
|
|
"is-stream": {
|
|
"version": "2.0.1"
|
|
},
|
|
"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",
|
|
"dev": true,
|
|
"requires": {
|
|
"text-extensions": "^1.0.0"
|
|
}
|
|
},
|
|
"is-typed-array": {
|
|
"version": "1.1.8",
|
|
"requires": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"es-abstract": "^1.18.5",
|
|
"foreach": "^2.0.5",
|
|
"has-tostringtag": "^1.0.0"
|
|
}
|
|
},
|
|
"is-typedarray": {
|
|
"version": "1.0.0"
|
|
},
|
|
"is-utf8": {
|
|
"version": "0.2.1",
|
|
"optional": true
|
|
},
|
|
"is-weakmap": {
|
|
"version": "2.0.1"
|
|
},
|
|
"is-weakref": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.0"
|
|
}
|
|
},
|
|
"is-weakset": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"get-intrinsic": "^1.1.1"
|
|
}
|
|
},
|
|
"is-windows": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"is-yarn-global": {
|
|
"version": "0.3.0"
|
|
},
|
|
"isarray": {
|
|
"version": "1.0.0"
|
|
},
|
|
"isexe": {
|
|
"version": "2.0.0"
|
|
},
|
|
"iso-constants": {
|
|
"version": "0.1.2"
|
|
},
|
|
"iso-random-stream": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"events": "^3.3.0",
|
|
"readable-stream": "^3.4.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"iso-url": {
|
|
"version": "1.2.1"
|
|
},
|
|
"isstream": {
|
|
"version": "0.1.2"
|
|
},
|
|
"issue-parser": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"lodash.uniqby": {
|
|
"version": "4.7.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"istanbul-lib-coverage": {
|
|
"version": "3.0.2",
|
|
"dev": true
|
|
},
|
|
"istanbul-lib-hook": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"append-transform": "^2.0.0"
|
|
}
|
|
},
|
|
"istanbul-lib-instrument": {
|
|
"version": "4.0.3",
|
|
"dev": true,
|
|
"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.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"istanbul-lib-processinfo": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"archy": "^1.0.0",
|
|
"cross-spawn": "^7.0.0",
|
|
"istanbul-lib-coverage": "^3.0.0-alpha.1",
|
|
"make-dir": "^3.0.0",
|
|
"p-map": "^3.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"uuid": "^3.3.3"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": {
|
|
"version": "7.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
}
|
|
},
|
|
"p-map": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0"
|
|
}
|
|
},
|
|
"shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"shebang-regex": "^3.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"uuid": {
|
|
"version": "3.4.0",
|
|
"dev": true
|
|
},
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"istanbul-lib-report": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"make-dir": "^3.0.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"istanbul-lib-source-maps": {
|
|
"version": "4.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "^4.1.1",
|
|
"istanbul-lib-coverage": "^3.0.0",
|
|
"source-map": "^0.6.1"
|
|
}
|
|
},
|
|
"istanbul-reports": {
|
|
"version": "3.0.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"html-escaper": "^2.0.0",
|
|
"istanbul-lib-report": "^3.0.0"
|
|
}
|
|
},
|
|
"it-all": {
|
|
"version": "1.0.6"
|
|
},
|
|
"it-batch": {
|
|
"version": "1.0.9"
|
|
},
|
|
"it-buffer": {
|
|
"version": "0.1.3",
|
|
"requires": {
|
|
"bl": "^5.0.0",
|
|
"buffer": "^6.0.3"
|
|
}
|
|
},
|
|
"it-concat": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"bl": "^5.0.0"
|
|
}
|
|
},
|
|
"it-drain": {
|
|
"version": "1.0.5"
|
|
},
|
|
"it-filter": {
|
|
"version": "1.0.3"
|
|
},
|
|
"it-first": {
|
|
"version": "1.0.7"
|
|
},
|
|
"it-glob": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"@types/minimatch": "^3.0.4",
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"it-handshake": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"it-pushable": "^1.4.0",
|
|
"it-reader": "^3.0.0",
|
|
"p-defer": "^3.0.0"
|
|
}
|
|
},
|
|
"it-last": {
|
|
"version": "1.0.6"
|
|
},
|
|
"it-length": {
|
|
"version": "1.0.4"
|
|
},
|
|
"it-length-prefixed": {
|
|
"version": "5.0.3",
|
|
"requires": {
|
|
"bl": "^5.0.0",
|
|
"buffer": "^6.0.3",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"it-map": {
|
|
"version": "1.0.6"
|
|
},
|
|
"it-merge": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"it-pushable": "^1.4.0"
|
|
}
|
|
},
|
|
"it-multipart": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"formidable": "^1.2.2",
|
|
"it-pushable": "^1.4.2"
|
|
}
|
|
},
|
|
"it-pair": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"get-iterator": "^1.0.2"
|
|
}
|
|
},
|
|
"it-parallel": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"p-defer": "^3.0.0"
|
|
}
|
|
},
|
|
"it-parallel-batch": {
|
|
"version": "1.0.10",
|
|
"requires": {
|
|
"it-batch": "^1.0.9"
|
|
}
|
|
},
|
|
"it-pb-rpc": {
|
|
"version": "0.1.11",
|
|
"requires": {
|
|
"is-buffer": "^2.0.5",
|
|
"it-handshake": "^2.0.0",
|
|
"it-length-prefixed": "^5.0.2"
|
|
}
|
|
},
|
|
"it-peekable": {
|
|
"version": "1.0.3"
|
|
},
|
|
"it-pipe": {
|
|
"version": "1.1.0"
|
|
},
|
|
"it-pushable": {
|
|
"version": "1.4.2",
|
|
"requires": {
|
|
"fast-fifo": "^1.0.0"
|
|
}
|
|
},
|
|
"it-reader": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"bl": "^5.0.0"
|
|
}
|
|
},
|
|
"it-reduce": {
|
|
"version": "1.0.6"
|
|
},
|
|
"it-sort": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"it-all": "^1.0.6"
|
|
}
|
|
},
|
|
"it-split": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"bl": "^5.0.0"
|
|
}
|
|
},
|
|
"it-take": {
|
|
"version": "1.0.2"
|
|
},
|
|
"it-tar": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"bl": "^5.0.0",
|
|
"buffer": "^6.0.3",
|
|
"iso-constants": "^0.1.2",
|
|
"it-concat": "^2.0.0",
|
|
"it-reader": "^3.0.0",
|
|
"p-defer": "^3.0.0"
|
|
}
|
|
},
|
|
"it-to-buffer": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"it-to-stream": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"buffer": "^6.0.3",
|
|
"fast-fifo": "^1.0.0",
|
|
"get-iterator": "^1.0.2",
|
|
"p-defer": "^3.0.0",
|
|
"p-fifo": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"it-ws": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"buffer": "^6.0.3",
|
|
"event-iterator": "^2.0.0",
|
|
"iso-url": "^1.1.2",
|
|
"ws": "^7.3.1"
|
|
}
|
|
},
|
|
"jake": {
|
|
"version": "10.8.2",
|
|
"requires": {
|
|
"async": "0.9.x",
|
|
"chalk": "^2.4.2",
|
|
"filelist": "^1.0.1",
|
|
"minimatch": "^3.0.4"
|
|
},
|
|
"dependencies": {
|
|
"ansi-styles": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"color-convert": "^1.9.0"
|
|
}
|
|
},
|
|
"async": {
|
|
"version": "0.9.2"
|
|
},
|
|
"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"
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"java-properties": {
|
|
"version": "1.0.2",
|
|
"dev": true
|
|
},
|
|
"jmespath": {
|
|
"version": "0.15.0"
|
|
},
|
|
"joi": {
|
|
"version": "17.5.0",
|
|
"requires": {
|
|
"@hapi/hoek": "^9.0.0",
|
|
"@hapi/topo": "^5.0.0",
|
|
"@sideway/address": "^4.1.3",
|
|
"@sideway/formula": "^3.0.0",
|
|
"@sideway/pinpoint": "^2.0.0"
|
|
}
|
|
},
|
|
"joycon": {
|
|
"version": "2.2.5"
|
|
},
|
|
"js-base64": {
|
|
"version": "2.6.4"
|
|
},
|
|
"js-sha256": {
|
|
"version": "0.9.0"
|
|
},
|
|
"js-sha3": {
|
|
"version": "0.8.0"
|
|
},
|
|
"js-tokens": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"js-yaml": {
|
|
"version": "3.14.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
}
|
|
},
|
|
"jsbn": {
|
|
"version": "1.1.0"
|
|
},
|
|
"jsesc": {
|
|
"version": "2.5.2",
|
|
"dev": true
|
|
},
|
|
"json-buffer": {
|
|
"version": "3.0.0"
|
|
},
|
|
"json-parse-better-errors": {
|
|
"version": "1.0.2"
|
|
},
|
|
"json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"dev": true
|
|
},
|
|
"json-schema": {
|
|
"version": "0.2.3"
|
|
},
|
|
"json-schema-traverse": {
|
|
"version": "0.4.1"
|
|
},
|
|
"json-stable-stringify-without-jsonify": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"json-stringify-deterministic": {
|
|
"version": "1.0.2"
|
|
},
|
|
"json-stringify-safe": {
|
|
"version": "5.0.1"
|
|
},
|
|
"json5": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"minimist": "^1.2.5"
|
|
}
|
|
},
|
|
"jsondiffpatch": {
|
|
"version": "0.4.1",
|
|
"requires": {
|
|
"chalk": "^2.3.0",
|
|
"diff-match-patch": "^1.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"
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"jsonfile": {
|
|
"version": "6.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.6",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"jsonparse": {
|
|
"version": "1.3.1",
|
|
"dev": true
|
|
},
|
|
"jsonrpc-lite": {
|
|
"version": "2.2.0"
|
|
},
|
|
"JSONStream": {
|
|
"version": "1.3.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"jsonparse": "^1.2.0",
|
|
"through": ">=2.2.7 <3"
|
|
}
|
|
},
|
|
"jsonwebtoken": {
|
|
"version": "8.5.1",
|
|
"requires": {
|
|
"jws": "^3.2.2",
|
|
"lodash.includes": "^4.3.0",
|
|
"lodash.isboolean": "^3.0.3",
|
|
"lodash.isinteger": "^4.0.4",
|
|
"lodash.isnumber": "^3.0.3",
|
|
"lodash.isplainobject": "^4.0.6",
|
|
"lodash.isstring": "^4.0.1",
|
|
"lodash.once": "^4.0.0",
|
|
"ms": "^2.1.1",
|
|
"semver": "^5.6.0"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "5.7.1"
|
|
}
|
|
}
|
|
},
|
|
"jsprim": {
|
|
"version": "1.4.1",
|
|
"requires": {
|
|
"assert-plus": "1.0.0",
|
|
"extsprintf": "1.3.0",
|
|
"json-schema": "0.2.3",
|
|
"verror": "1.10.0"
|
|
}
|
|
},
|
|
"jsx-ast-utils": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"array-includes": "^3.1.1",
|
|
"object.assign": "^4.1.0"
|
|
}
|
|
},
|
|
"just-debounce-it": {
|
|
"version": "1.5.0"
|
|
},
|
|
"just-extend": {
|
|
"version": "4.2.1",
|
|
"dev": true
|
|
},
|
|
"just-safe-get": {
|
|
"version": "2.1.2"
|
|
},
|
|
"just-safe-set": {
|
|
"version": "2.2.3"
|
|
},
|
|
"jwa": {
|
|
"version": "1.4.1",
|
|
"requires": {
|
|
"buffer-equal-constant-time": "1.0.1",
|
|
"ecdsa-sig-formatter": "1.0.11",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"jws": {
|
|
"version": "3.2.2",
|
|
"requires": {
|
|
"jwa": "^1.4.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"jwt-bch-lib": {
|
|
"version": "1.3.0",
|
|
"requires": {
|
|
"axios": "^0.21.1"
|
|
},
|
|
"dependencies": {
|
|
"axios": {
|
|
"version": "0.21.4",
|
|
"requires": {
|
|
"follow-redirects": "^1.14.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"k-bucket": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"kareem": {
|
|
"version": "2.3.2"
|
|
},
|
|
"kcors": {
|
|
"version": "2.2.2"
|
|
},
|
|
"keccak": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"node-addon-api": "^2.0.0",
|
|
"node-gyp-build": "^4.2.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"keygrip": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"tsscmp": "1.0.6"
|
|
}
|
|
},
|
|
"keypair": {
|
|
"version": "1.0.4"
|
|
},
|
|
"keyv": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"json-buffer": "3.0.0"
|
|
}
|
|
},
|
|
"kind-of": {
|
|
"version": "6.0.3",
|
|
"dev": true
|
|
},
|
|
"klaw": {
|
|
"version": "1.3.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.9"
|
|
}
|
|
},
|
|
"klaw-sync": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.11"
|
|
}
|
|
},
|
|
"koa": {
|
|
"version": "2.13.1",
|
|
"requires": {
|
|
"accepts": "^1.3.5",
|
|
"cache-content-type": "^1.0.0",
|
|
"content-disposition": "~0.5.2",
|
|
"content-type": "^1.0.4",
|
|
"cookies": "~0.8.0",
|
|
"debug": "~3.1.0",
|
|
"delegates": "^1.0.0",
|
|
"depd": "^2.0.0",
|
|
"destroy": "^1.0.4",
|
|
"encodeurl": "^1.0.2",
|
|
"escape-html": "^1.0.3",
|
|
"fresh": "~0.5.2",
|
|
"http-assert": "^1.3.0",
|
|
"http-errors": "^1.6.3",
|
|
"is-generator-function": "^1.0.7",
|
|
"koa-compose": "^4.1.0",
|
|
"koa-convert": "^1.2.0",
|
|
"on-finished": "^2.3.0",
|
|
"only": "~0.0.2",
|
|
"parseurl": "^1.3.2",
|
|
"statuses": "^1.5.0",
|
|
"type-is": "^1.6.16",
|
|
"vary": "^1.1.2"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"koa-convert": {
|
|
"version": "1.2.0",
|
|
"requires": {
|
|
"co": "^4.6.0",
|
|
"koa-compose": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"koa-compose": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"any-promise": "^1.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"koa-bodyparser": {
|
|
"version": "4.3.0",
|
|
"requires": {
|
|
"co-body": "^6.0.0",
|
|
"copy-to": "^2.0.1"
|
|
}
|
|
},
|
|
"koa-compose": {
|
|
"version": "4.1.0"
|
|
},
|
|
"koa-convert": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"co": "^4.6.0",
|
|
"koa-compose": "^4.1.0"
|
|
}
|
|
},
|
|
"koa-generic-session": {
|
|
"version": "2.1.1",
|
|
"requires": {
|
|
"copy-to": "~2.0.1",
|
|
"crc": "~3.5.0",
|
|
"debug": "~3.1.0",
|
|
"parseurl": "~1.3.1",
|
|
"uid-safe": "~2.1.4"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"koa-logger": {
|
|
"version": "3.2.1",
|
|
"requires": {
|
|
"bytes": "^3.1.0",
|
|
"chalk": "^2.4.2",
|
|
"humanize-number": "0.0.2",
|
|
"passthrough-counter": "^1.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"
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5"
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0"
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"koa-mount": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"debug": "^4.0.1",
|
|
"koa-compose": "^4.1.0"
|
|
}
|
|
},
|
|
"koa-passport": {
|
|
"version": "4.1.3",
|
|
"requires": {
|
|
"passport": "^0.4.0"
|
|
}
|
|
},
|
|
"koa-router": {
|
|
"version": "10.0.0",
|
|
"requires": {
|
|
"debug": "^4.1.1",
|
|
"http-errors": "^1.7.3",
|
|
"koa-compose": "^4.1.0",
|
|
"methods": "^1.1.2",
|
|
"path-to-regexp": "^6.1.0"
|
|
}
|
|
},
|
|
"koa-send": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"debug": "^4.1.1",
|
|
"http-errors": "^1.7.3",
|
|
"resolve-path": "^1.4.0"
|
|
}
|
|
},
|
|
"koa-static": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"debug": "^3.1.0",
|
|
"koa-send": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.2.7",
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"koa2-ratelimit": {
|
|
"version": "0.9.1",
|
|
"requires": {
|
|
"mongoose": "^5.5.13",
|
|
"redis": "^4.0.0",
|
|
"sequelize": "^5.8.7"
|
|
}
|
|
},
|
|
"kuler": {
|
|
"version": "2.0.0"
|
|
},
|
|
"latest-version": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"package-json": "^6.3.0"
|
|
}
|
|
},
|
|
"lcov-parse": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"level": {
|
|
"version": "7.0.1",
|
|
"requires": {
|
|
"level-js": "^6.1.0",
|
|
"level-packager": "^6.0.1",
|
|
"leveldown": "^6.1.0"
|
|
}
|
|
},
|
|
"level-codec": {
|
|
"version": "10.0.0",
|
|
"requires": {
|
|
"buffer": "^6.0.3"
|
|
}
|
|
},
|
|
"level-concat-iterator": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"catering": "^2.1.0"
|
|
}
|
|
},
|
|
"level-errors": {
|
|
"version": "3.0.1"
|
|
},
|
|
"level-iterator-stream": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"level-js": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"abstract-leveldown": "^7.2.0",
|
|
"buffer": "^6.0.3",
|
|
"inherits": "^2.0.3",
|
|
"ltgt": "^2.1.2",
|
|
"run-parallel-limit": "^1.1.0"
|
|
}
|
|
},
|
|
"level-packager": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"encoding-down": "^7.1.0",
|
|
"levelup": "^5.1.1"
|
|
}
|
|
},
|
|
"level-supports": {
|
|
"version": "2.1.0"
|
|
},
|
|
"leveldown": {
|
|
"version": "6.1.0",
|
|
"requires": {
|
|
"abstract-leveldown": "^7.2.0",
|
|
"napi-macros": "~2.0.0",
|
|
"node-gyp-build": "^4.3.0"
|
|
}
|
|
},
|
|
"levelup": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"catering": "^2.0.0",
|
|
"deferred-leveldown": "^7.0.0",
|
|
"level-errors": "^3.0.1",
|
|
"level-iterator-stream": "^5.0.0",
|
|
"level-supports": "^2.0.1",
|
|
"queue-microtask": "^1.2.3"
|
|
}
|
|
},
|
|
"leven": {
|
|
"version": "2.1.0"
|
|
},
|
|
"levn": {
|
|
"version": "0.4.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "~0.4.0"
|
|
}
|
|
},
|
|
"libp2p": {
|
|
"version": "0.33.0",
|
|
"requires": {
|
|
"@motrix/nat-api": "^0.3.1",
|
|
"@vascosantos/moving-average": "^1.1.0",
|
|
"abort-controller": "^3.0.0",
|
|
"abortable-iterator": "^3.0.0",
|
|
"aggregate-error": "^3.1.0",
|
|
"any-signal": "^2.1.1",
|
|
"bignumber.js": "^9.0.1",
|
|
"class-is": "^1.1.0",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.0",
|
|
"es6-promisify": "^7.0.0",
|
|
"events": "^3.3.0",
|
|
"hashlru": "^2.3.0",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-all": "^1.0.4",
|
|
"it-buffer": "^0.1.2",
|
|
"it-drain": "^1.0.3",
|
|
"it-filter": "^1.0.1",
|
|
"it-first": "^1.0.4",
|
|
"it-handshake": "^2.0.0",
|
|
"it-length-prefixed": "^5.0.2",
|
|
"it-map": "^1.0.4",
|
|
"it-merge": "^1.0.0",
|
|
"it-pipe": "^1.1.0",
|
|
"it-take": "^1.0.0",
|
|
"libp2p-crypto": "^0.19.4",
|
|
"libp2p-interfaces": "^1.0.0",
|
|
"libp2p-utils": "^0.4.0",
|
|
"mafmt": "^10.0.0",
|
|
"merge-options": "^3.0.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.0.0",
|
|
"multistream-select": "^2.0.0",
|
|
"mutable-proxy": "^1.0.0",
|
|
"node-forge": "^0.10.0",
|
|
"p-any": "^3.0.0",
|
|
"p-fifo": "^1.0.0",
|
|
"p-retry": "^4.4.0",
|
|
"p-settle": "^4.1.1",
|
|
"peer-id": "^0.15.0",
|
|
"private-ip": "^2.1.0",
|
|
"protobufjs": "^6.10.2",
|
|
"retimer": "^3.0.0",
|
|
"sanitize-filename": "^1.6.3",
|
|
"set-delayed-interval": "^1.0.0",
|
|
"streaming-iterables": "^6.0.0",
|
|
"timeout-abort-controller": "^1.1.1",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^6.0.0",
|
|
"wherearewe": "^1.0.0",
|
|
"xsalsa20": "^1.1.0"
|
|
}
|
|
},
|
|
"libp2p-bootstrap": {
|
|
"version": "0.13.0",
|
|
"requires": {
|
|
"debug": "^4.3.1",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"peer-id": "^0.15.0"
|
|
}
|
|
},
|
|
"libp2p-crypto": {
|
|
"version": "0.19.7",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"is-typedarray": "^1.0.0",
|
|
"iso-random-stream": "^2.0.0",
|
|
"keypair": "^1.0.1",
|
|
"multiformats": "^9.4.5",
|
|
"node-forge": "^0.10.0",
|
|
"pem-jwk": "^2.0.0",
|
|
"protobufjs": "^6.11.2",
|
|
"secp256k1": "^4.0.0",
|
|
"uint8arrays": "^3.0.0",
|
|
"ursa-optional": "^0.10.1"
|
|
},
|
|
"dependencies": {
|
|
"secp256k1": {
|
|
"version": "4.0.2",
|
|
"requires": {
|
|
"elliptic": "^6.5.2",
|
|
"node-addon-api": "^2.0.0",
|
|
"node-gyp-build": "^4.2.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libp2p-crypto-secp256k1": {
|
|
"version": "0.3.1",
|
|
"requires": {
|
|
"async": "^2.6.2",
|
|
"bs58": "^4.0.1",
|
|
"multihashing-async": "~0.6.0",
|
|
"nodeify": "^1.0.1",
|
|
"safe-buffer": "^5.1.2",
|
|
"secp256k1": "^3.6.2"
|
|
},
|
|
"dependencies": {
|
|
"async": {
|
|
"version": "2.6.3",
|
|
"requires": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libp2p-delegated-content-routing": {
|
|
"version": "0.11.2",
|
|
"requires": {
|
|
"debug": "^4.1.1",
|
|
"it-drain": "^1.0.3",
|
|
"multiaddr": "^10.0.0",
|
|
"p-defer": "^3.0.0",
|
|
"p-queue": "^6.2.1",
|
|
"peer-id": "^0.16.0"
|
|
},
|
|
"dependencies": {
|
|
"libp2p-crypto": {
|
|
"version": "0.21.0",
|
|
"requires": {
|
|
"@noble/ed25519": "^1.3.0",
|
|
"@noble/secp256k1": "^1.3.0",
|
|
"err-code": "^3.0.1",
|
|
"iso-random-stream": "^2.0.0",
|
|
"multiformats": "^9.4.5",
|
|
"node-forge": "^0.10.0",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"peer-id": {
|
|
"version": "0.16.0",
|
|
"requires": {
|
|
"class-is": "^1.1.0",
|
|
"libp2p-crypto": "^0.21.0",
|
|
"multiformats": "^9.4.5",
|
|
"protobufjs": "^6.10.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libp2p-delegated-peer-routing": {
|
|
"version": "0.10.0",
|
|
"requires": {
|
|
"debug": "^4.3.1",
|
|
"multiformats": "^9.0.2",
|
|
"p-defer": "^3.0.0",
|
|
"p-queue": "^6.3.0",
|
|
"peer-id": "^0.15.0"
|
|
}
|
|
},
|
|
"libp2p-floodsub": {
|
|
"version": "0.27.1",
|
|
"requires": {
|
|
"debug": "^4.2.0",
|
|
"libp2p-interfaces": "^1.0.1",
|
|
"time-cache": "^0.3.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"libp2p-gossipsub": {
|
|
"version": "0.11.4",
|
|
"requires": {
|
|
"@types/debug": "^4.1.5",
|
|
"debug": "^4.3.1",
|
|
"denque": "^1.5.0",
|
|
"err-code": "^3.0.1",
|
|
"it-pipe": "^1.1.0",
|
|
"libp2p-interfaces": "^1.1.0",
|
|
"peer-id": "^0.15.3",
|
|
"protobufjs": "^6.11.2",
|
|
"time-cache": "^0.3.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"libp2p-interfaces": {
|
|
"version": "1.3.1",
|
|
"requires": {
|
|
"abort-controller": "^3.0.0",
|
|
"abortable-iterator": "^3.0.0",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.1",
|
|
"it-length-prefixed": "^5.0.2",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.2",
|
|
"libp2p-crypto": "^0.20.0",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.1.2",
|
|
"p-queue": "^6.6.2",
|
|
"peer-id": "^0.15.4",
|
|
"protobufjs": "^6.10.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"libp2p-crypto": {
|
|
"version": "0.20.0",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"iso-random-stream": "^2.0.0",
|
|
"keypair": "^1.0.4",
|
|
"multiformats": "^9.4.5",
|
|
"noble-ed25519": "^1.2.6",
|
|
"noble-secp256k1": "^1.2.10",
|
|
"node-forge": "^0.10.0",
|
|
"pem-jwk": "^2.0.0",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"ursa-optional": "^0.10.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libp2p-kad-dht": {
|
|
"version": "0.25.0",
|
|
"requires": {
|
|
"datastore-core": "^6.0.7",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.0",
|
|
"hashlru": "^2.3.0",
|
|
"heap": "~0.2.6",
|
|
"interface-datastore": "^6.0.2",
|
|
"it-first": "^1.0.4",
|
|
"it-length": "^1.0.3",
|
|
"it-length-prefixed": "^5.0.2",
|
|
"it-pipe": "^1.1.0",
|
|
"k-bucket": "^5.1.0",
|
|
"libp2p-crypto": "^0.19.5",
|
|
"libp2p-interfaces": "^1.0.0",
|
|
"libp2p-record": "^0.10.4",
|
|
"multiaddr": "^10.0.0",
|
|
"multiformats": "^9.4.5",
|
|
"p-map": "^4.0.0",
|
|
"p-queue": "^6.6.2",
|
|
"p-timeout": "^4.1.0",
|
|
"peer-id": "^0.15.0",
|
|
"protobufjs": "^6.10.2",
|
|
"streaming-iterables": "^6.0.0",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"libp2p-mdns": {
|
|
"version": "0.17.0",
|
|
"requires": {
|
|
"debug": "^4.3.1",
|
|
"multiaddr": "^10.0.0",
|
|
"multicast-dns": "^7.2.0",
|
|
"peer-id": "^0.15.0"
|
|
}
|
|
},
|
|
"libp2p-mplex": {
|
|
"version": "0.10.5",
|
|
"requires": {
|
|
"abort-controller": "^3.0.0",
|
|
"abortable-iterator": "^3.0.0",
|
|
"bl": "^5.0.0",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.1",
|
|
"it-pipe": "^1.1.0",
|
|
"it-pushable": "^1.4.1",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"libp2p-record": {
|
|
"version": "0.10.6",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"multiformats": "^9.4.5",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"libp2p-tcp": {
|
|
"version": "0.17.2",
|
|
"requires": {
|
|
"abortable-iterator": "^3.0.0",
|
|
"class-is": "^1.1.0",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.1",
|
|
"libp2p-utils": "^0.4.0",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"stream-to-it": "^0.2.2"
|
|
}
|
|
},
|
|
"libp2p-utils": {
|
|
"version": "0.4.1",
|
|
"requires": {
|
|
"abortable-iterator": "^3.0.0",
|
|
"debug": "^4.3.0",
|
|
"err-code": "^3.0.1",
|
|
"ip-address": "^8.0.0",
|
|
"is-loopback-addr": "^1.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"private-ip": "^2.1.1"
|
|
}
|
|
},
|
|
"libp2p-webrtc-peer": {
|
|
"version": "10.0.1",
|
|
"requires": {
|
|
"debug": "^4.0.1",
|
|
"err-code": "^2.0.3",
|
|
"get-browser-rtc": "^1.0.0",
|
|
"queue-microtask": "^1.1.0",
|
|
"randombytes": "^2.0.3",
|
|
"readable-stream": "^3.4.0"
|
|
},
|
|
"dependencies": {
|
|
"err-code": {
|
|
"version": "2.0.3"
|
|
},
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"libp2p-webrtc-star": {
|
|
"version": "0.24.1",
|
|
"requires": {
|
|
"abortable-iterator": "^3.0.0",
|
|
"class-is": "^1.1.0",
|
|
"debug": "^4.2.0",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-utils": "^9.0.1",
|
|
"it-pipe": "^1.1.0",
|
|
"libp2p-utils": "^0.4.0",
|
|
"libp2p-webrtc-peer": "^10.0.1",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"p-defer": "^3.0.0",
|
|
"peer-id": "^0.15.0",
|
|
"socket.io-client": "^4.1.2",
|
|
"stream-to-it": "^0.2.2"
|
|
}
|
|
},
|
|
"libp2p-websockets": {
|
|
"version": "0.16.2",
|
|
"requires": {
|
|
"abortable-iterator": "^3.0.0",
|
|
"class-is": "^1.1.0",
|
|
"debug": "^4.3.1",
|
|
"err-code": "^3.0.1",
|
|
"ipfs-utils": "^9.0.1",
|
|
"it-ws": "^4.0.0",
|
|
"libp2p-utils": "^0.4.0",
|
|
"mafmt": "^10.0.0",
|
|
"multiaddr": "^10.0.0",
|
|
"multiaddr-to-uri": "^8.0.0",
|
|
"p-defer": "^3.0.0",
|
|
"p-timeout": "^4.1.0"
|
|
}
|
|
},
|
|
"line-reader": {
|
|
"version": "0.4.0"
|
|
},
|
|
"lines-and-columns": {
|
|
"version": "1.1.6",
|
|
"dev": true
|
|
},
|
|
"linkify-it": {
|
|
"version": "3.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"uc.micro": "^1.0.1"
|
|
}
|
|
},
|
|
"load-json-file": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"requires": {
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-better-errors": "^1.0.1"
|
|
}
|
|
},
|
|
"strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"localstorage-down": {
|
|
"version": "0.6.7",
|
|
"requires": {
|
|
"abstract-leveldown": "0.12.3",
|
|
"argsarray": "0.0.1",
|
|
"buffer-from": "^0.1.1",
|
|
"d64": "^1.0.0",
|
|
"humble-localstorage": "^1.4.2",
|
|
"inherits": "^2.0.1",
|
|
"tiny-queue": "0.2.0"
|
|
},
|
|
"dependencies": {
|
|
"abstract-leveldown": {
|
|
"version": "0.12.3",
|
|
"requires": {
|
|
"xtend": "~3.0.0"
|
|
}
|
|
},
|
|
"buffer-from": {
|
|
"version": "0.1.2"
|
|
},
|
|
"xtend": {
|
|
"version": "3.0.0"
|
|
}
|
|
}
|
|
},
|
|
"localstorage-memory": {
|
|
"version": "1.0.3"
|
|
},
|
|
"locate-path": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^2.0.0",
|
|
"path-exists": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"path-exists": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"lodash": {
|
|
"version": "4.17.21"
|
|
},
|
|
"lodash._baseiteratee": {
|
|
"version": "4.7.0",
|
|
"requires": {
|
|
"lodash._stringtopath": "~4.8.0"
|
|
}
|
|
},
|
|
"lodash._basetostring": {
|
|
"version": "4.12.0"
|
|
},
|
|
"lodash._baseuniq": {
|
|
"version": "4.6.0",
|
|
"requires": {
|
|
"lodash._createset": "~4.0.0",
|
|
"lodash._root": "~3.0.0"
|
|
}
|
|
},
|
|
"lodash._createset": {
|
|
"version": "4.0.3"
|
|
},
|
|
"lodash._root": {
|
|
"version": "3.0.1"
|
|
},
|
|
"lodash._stringtopath": {
|
|
"version": "4.8.0",
|
|
"requires": {
|
|
"lodash._basetostring": "~4.12.0"
|
|
}
|
|
},
|
|
"lodash.camelcase": {
|
|
"version": "4.3.0"
|
|
},
|
|
"lodash.capitalize": {
|
|
"version": "4.2.1",
|
|
"dev": true
|
|
},
|
|
"lodash.clonedeep": {
|
|
"version": "4.5.0",
|
|
"dev": true
|
|
},
|
|
"lodash.escaperegexp": {
|
|
"version": "4.1.2",
|
|
"dev": true
|
|
},
|
|
"lodash.flattendeep": {
|
|
"version": "4.4.0",
|
|
"dev": true
|
|
},
|
|
"lodash.get": {
|
|
"version": "4.4.2",
|
|
"dev": true
|
|
},
|
|
"lodash.includes": {
|
|
"version": "4.3.0"
|
|
},
|
|
"lodash.isboolean": {
|
|
"version": "3.0.3"
|
|
},
|
|
"lodash.isinteger": {
|
|
"version": "4.0.4"
|
|
},
|
|
"lodash.ismatch": {
|
|
"version": "4.4.0",
|
|
"dev": true
|
|
},
|
|
"lodash.isnumber": {
|
|
"version": "3.0.3"
|
|
},
|
|
"lodash.isplainobject": {
|
|
"version": "4.0.6"
|
|
},
|
|
"lodash.isstring": {
|
|
"version": "4.0.1"
|
|
},
|
|
"lodash.once": {
|
|
"version": "4.1.1"
|
|
},
|
|
"lodash.throttle": {
|
|
"version": "4.1.1"
|
|
},
|
|
"lodash.truncate": {
|
|
"version": "4.4.2",
|
|
"dev": true
|
|
},
|
|
"lodash.uniqby": {
|
|
"version": "4.5.0",
|
|
"requires": {
|
|
"lodash._baseiteratee": "~4.7.0",
|
|
"lodash._baseuniq": "~4.6.0"
|
|
}
|
|
},
|
|
"log-driver": {
|
|
"version": "1.2.7",
|
|
"dev": true
|
|
},
|
|
"log-symbols": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^4.0.0"
|
|
}
|
|
},
|
|
"logform": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"colors": "^1.2.1",
|
|
"fecha": "^4.2.0",
|
|
"ms": "^2.1.1",
|
|
"safe-stable-stringify": "^1.1.0",
|
|
"triple-beam": "^1.3.0"
|
|
}
|
|
},
|
|
"logplease": {
|
|
"version": "1.2.15"
|
|
},
|
|
"long": {
|
|
"version": "4.0.0"
|
|
},
|
|
"loose-envify": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"js-tokens": "^3.0.0 || ^4.0.0"
|
|
}
|
|
},
|
|
"loud-rejection": {
|
|
"version": "1.6.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"currently-unhandled": "^0.4.1",
|
|
"signal-exit": "^3.0.0"
|
|
}
|
|
},
|
|
"lower-case": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"lowercase-keys": {
|
|
"version": "1.0.1"
|
|
},
|
|
"lru": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"inherits": "^2.0.1"
|
|
}
|
|
},
|
|
"lru-cache": {
|
|
"version": "4.1.5",
|
|
"optional": true,
|
|
"requires": {
|
|
"pseudomap": "^1.0.2",
|
|
"yallist": "^2.1.2"
|
|
}
|
|
},
|
|
"ltgt": {
|
|
"version": "2.2.1"
|
|
},
|
|
"mafmt": {
|
|
"version": "10.0.0",
|
|
"requires": {
|
|
"multiaddr": "^10.0.0"
|
|
}
|
|
},
|
|
"make-dir": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"semver": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.0"
|
|
}
|
|
}
|
|
},
|
|
"map-obj": {
|
|
"version": "1.0.1",
|
|
"devOptional": true
|
|
},
|
|
"markdown-it": {
|
|
"version": "11.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"argparse": "^1.0.7",
|
|
"entities": "~2.0.0",
|
|
"linkify-it": "^3.0.1",
|
|
"mdurl": "^1.0.1",
|
|
"uc.micro": "^1.0.5"
|
|
}
|
|
},
|
|
"marked": {
|
|
"version": "2.1.3",
|
|
"dev": true
|
|
},
|
|
"marked-terminal": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-escapes": "^4.3.1",
|
|
"cardinal": "^2.1.1",
|
|
"chalk": "^4.1.0",
|
|
"cli-table3": "^0.6.0",
|
|
"node-emoji": "^1.10.0",
|
|
"supports-hyperlinks": "^2.1.0"
|
|
}
|
|
},
|
|
"md5.js": {
|
|
"version": "1.3.5",
|
|
"requires": {
|
|
"hash-base": "^3.0.0",
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"mdurl": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"media-typer": {
|
|
"version": "0.3.0"
|
|
},
|
|
"memory-pager": {
|
|
"version": "1.5.0",
|
|
"optional": true
|
|
},
|
|
"meow": {
|
|
"version": "3.7.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"camelcase-keys": "^2.0.0",
|
|
"decamelize": "^1.1.2",
|
|
"loud-rejection": "^1.0.0",
|
|
"map-obj": "^1.0.1",
|
|
"minimist": "^1.1.3",
|
|
"normalize-package-data": "^2.3.4",
|
|
"object-assign": "^4.0.1",
|
|
"read-pkg-up": "^1.0.1",
|
|
"redent": "^1.0.0",
|
|
"trim-newlines": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "1.1.2",
|
|
"optional": true,
|
|
"requires": {
|
|
"path-exists": "^2.0.0",
|
|
"pinkie-promise": "^2.0.0"
|
|
}
|
|
},
|
|
"load-json-file": {
|
|
"version": "1.1.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.2",
|
|
"parse-json": "^2.2.0",
|
|
"pify": "^2.0.0",
|
|
"pinkie-promise": "^2.0.0",
|
|
"strip-bom": "^2.0.0"
|
|
}
|
|
},
|
|
"parse-json": {
|
|
"version": "2.2.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"error-ex": "^1.2.0"
|
|
}
|
|
},
|
|
"path-type": {
|
|
"version": "1.1.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.2",
|
|
"pify": "^2.0.0",
|
|
"pinkie-promise": "^2.0.0"
|
|
}
|
|
},
|
|
"pify": {
|
|
"version": "2.3.0",
|
|
"optional": true
|
|
},
|
|
"read-pkg": {
|
|
"version": "1.1.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"load-json-file": "^1.0.0",
|
|
"normalize-package-data": "^2.3.2",
|
|
"path-type": "^1.0.0"
|
|
}
|
|
},
|
|
"read-pkg-up": {
|
|
"version": "1.0.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"find-up": "^1.0.0",
|
|
"read-pkg": "^1.0.0"
|
|
}
|
|
},
|
|
"strip-bom": {
|
|
"version": "2.0.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"is-utf8": "^0.2.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"merge-options": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"is-plain-obj": "^2.1.0"
|
|
}
|
|
},
|
|
"merge-stream": {
|
|
"version": "2.0.0"
|
|
},
|
|
"merge2": {
|
|
"version": "1.4.1",
|
|
"dev": true
|
|
},
|
|
"merkle-lib": {
|
|
"version": "2.0.10"
|
|
},
|
|
"methods": {
|
|
"version": "1.1.2"
|
|
},
|
|
"micromatch": {
|
|
"version": "4.0.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"braces": "^3.0.1",
|
|
"picomatch": "^2.2.3"
|
|
}
|
|
},
|
|
"mime": {
|
|
"version": "2.5.2",
|
|
"dev": true
|
|
},
|
|
"mime-db": {
|
|
"version": "1.50.0"
|
|
},
|
|
"mime-match": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"wildcard": "^1.1.0"
|
|
}
|
|
},
|
|
"mime-types": {
|
|
"version": "2.1.33",
|
|
"requires": {
|
|
"mime-db": "1.50.0"
|
|
}
|
|
},
|
|
"mimic-fn": {
|
|
"version": "2.1.0"
|
|
},
|
|
"mimic-response": {
|
|
"version": "1.0.1"
|
|
},
|
|
"min-indent": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"minimalistic-assert": {
|
|
"version": "1.0.1"
|
|
},
|
|
"minimalistic-crypto-utils": {
|
|
"version": "1.0.1"
|
|
},
|
|
"minimatch": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
},
|
|
"minimist": {
|
|
"version": "1.2.5"
|
|
},
|
|
"minimist-options": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"arrify": "^1.0.1",
|
|
"is-plain-obj": "^1.1.0",
|
|
"kind-of": "^6.0.3"
|
|
},
|
|
"dependencies": {
|
|
"is-plain-obj": {
|
|
"version": "1.1.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"minipass": {
|
|
"version": "3.1.6",
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"yallist": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"minizlib": {
|
|
"version": "2.1.2",
|
|
"requires": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"yallist": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"mkdirp": {
|
|
"version": "0.5.5",
|
|
"requires": {
|
|
"minimist": "^1.2.5"
|
|
}
|
|
},
|
|
"mkdirp-classic": {
|
|
"version": "0.5.3",
|
|
"peer": true
|
|
},
|
|
"mocha": {
|
|
"version": "8.2.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"@ungap/promise-all-settled": "1.1.2",
|
|
"ansi-colors": "4.1.1",
|
|
"browser-stdout": "1.3.1",
|
|
"chokidar": "3.4.3",
|
|
"debug": "4.2.0",
|
|
"diff": "4.0.2",
|
|
"escape-string-regexp": "4.0.0",
|
|
"find-up": "5.0.0",
|
|
"glob": "7.1.6",
|
|
"growl": "1.10.5",
|
|
"he": "1.2.0",
|
|
"js-yaml": "3.14.0",
|
|
"log-symbols": "4.0.0",
|
|
"minimatch": "3.0.4",
|
|
"ms": "2.1.2",
|
|
"nanoid": "3.1.12",
|
|
"serialize-javascript": "5.0.1",
|
|
"strip-json-comments": "3.1.1",
|
|
"supports-color": "7.2.0",
|
|
"which": "2.0.2",
|
|
"wide-align": "1.1.3",
|
|
"workerpool": "6.0.2",
|
|
"yargs": "13.3.2",
|
|
"yargs-parser": "13.1.2",
|
|
"yargs-unparser": "2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "4.1.0",
|
|
"dev": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^1.9.0"
|
|
}
|
|
},
|
|
"cliui": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"string-width": "^3.1.0",
|
|
"strip-ansi": "^5.2.0",
|
|
"wrap-ansi": "^5.1.0"
|
|
}
|
|
},
|
|
"color-convert": {
|
|
"version": "1.9.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-name": "1.1.3"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.3",
|
|
"dev": true
|
|
},
|
|
"debug": {
|
|
"version": "4.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "2.1.2"
|
|
}
|
|
},
|
|
"emoji-regex": {
|
|
"version": "7.0.3",
|
|
"dev": true
|
|
},
|
|
"find-up": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^6.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"js-yaml": {
|
|
"version": "3.14.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^4.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^5.0.0"
|
|
}
|
|
},
|
|
"nanoid": {
|
|
"version": "3.1.12",
|
|
"dev": true
|
|
},
|
|
"p-locate": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^3.0.2"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"string-width": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"emoji-regex": "^7.0.1",
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^5.1.0"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-regex": "^4.1.0"
|
|
}
|
|
},
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "5.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^3.2.0",
|
|
"string-width": "^3.0.0",
|
|
"strip-ansi": "^5.0.0"
|
|
}
|
|
},
|
|
"y18n": {
|
|
"version": "4.0.3",
|
|
"dev": true
|
|
},
|
|
"yargs": {
|
|
"version": "13.3.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"cliui": "^5.0.0",
|
|
"find-up": "^3.0.0",
|
|
"get-caller-file": "^2.0.1",
|
|
"require-directory": "^2.1.1",
|
|
"require-main-filename": "^2.0.0",
|
|
"set-blocking": "^2.0.0",
|
|
"string-width": "^3.0.0",
|
|
"which-module": "^2.0.0",
|
|
"y18n": "^4.0.0",
|
|
"yargs-parser": "^13.1.2"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^3.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^3.0.0",
|
|
"path-exists": "^3.0.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^2.0.0"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"modify-values": {
|
|
"version": "1.0.1",
|
|
"dev": true
|
|
},
|
|
"moment": {
|
|
"version": "2.29.1"
|
|
},
|
|
"moment-timezone": {
|
|
"version": "0.5.33",
|
|
"requires": {
|
|
"moment": ">= 2.9.0"
|
|
}
|
|
},
|
|
"mongodb": {
|
|
"version": "3.6.3",
|
|
"requires": {
|
|
"bl": "^2.2.1",
|
|
"bson": "^1.1.4",
|
|
"denque": "^1.4.1",
|
|
"require_optional": "^1.0.1",
|
|
"safe-buffer": "^5.1.2",
|
|
"saslprep": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"bl": {
|
|
"version": "2.2.1",
|
|
"requires": {
|
|
"readable-stream": "^2.3.5",
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mongoose": {
|
|
"version": "5.11.15",
|
|
"requires": {
|
|
"@types/mongodb": "^3.5.27",
|
|
"bson": "^1.1.4",
|
|
"kareem": "2.3.2",
|
|
"mongodb": "3.6.3",
|
|
"mongoose-legacy-pluralize": "1.0.2",
|
|
"mpath": "0.8.3",
|
|
"mquery": "3.2.3",
|
|
"ms": "2.1.2",
|
|
"regexp-clone": "1.0.0",
|
|
"safe-buffer": "5.2.1",
|
|
"sift": "7.0.1",
|
|
"sliced": "1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"mongoose-legacy-pluralize": {
|
|
"version": "1.0.2",
|
|
"requires": {}
|
|
}
|
|
}
|
|
},
|
|
"mortice": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"nanoid": "^3.1.20",
|
|
"observable-webworkers": "^1.0.0",
|
|
"p-queue": "^6.0.0",
|
|
"promise-timeout": "^1.3.0"
|
|
}
|
|
},
|
|
"mpath": {
|
|
"version": "0.8.3"
|
|
},
|
|
"mquery": {
|
|
"version": "3.2.3",
|
|
"requires": {
|
|
"bluebird": "3.5.1",
|
|
"debug": "3.1.0",
|
|
"regexp-clone": "^1.0.0",
|
|
"safe-buffer": "5.1.2",
|
|
"sliced": "1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0"
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.1.2"
|
|
}
|
|
}
|
|
},
|
|
"mri": {
|
|
"version": "1.1.4"
|
|
},
|
|
"ms": {
|
|
"version": "2.1.2"
|
|
},
|
|
"multiaddr": {
|
|
"version": "10.0.1",
|
|
"requires": {
|
|
"dns-over-http-resolver": "^1.2.3",
|
|
"err-code": "^3.0.1",
|
|
"is-ip": "^3.1.0",
|
|
"multiformats": "^9.4.5",
|
|
"uint8arrays": "^3.0.0",
|
|
"varint": "^6.0.0"
|
|
}
|
|
},
|
|
"multiaddr-to-uri": {
|
|
"version": "8.0.0",
|
|
"requires": {
|
|
"multiaddr": "^10.0.0"
|
|
}
|
|
},
|
|
"multibase": {
|
|
"version": "3.1.2",
|
|
"requires": {
|
|
"@multiformats/base-x": "^4.0.1",
|
|
"web-encoding": "^1.0.6"
|
|
}
|
|
},
|
|
"multicast-dns": {
|
|
"version": "7.2.4",
|
|
"requires": {
|
|
"dns-packet": "^5.2.2",
|
|
"thunky": "^1.0.2"
|
|
}
|
|
},
|
|
"multiformats": {
|
|
"version": "9.5.4"
|
|
},
|
|
"multihashes": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"multibase": "^3.0.0",
|
|
"uint8arrays": "^1.0.0",
|
|
"varint": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"uint8arrays": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"multibase": "^3.0.0",
|
|
"web-encoding": "^1.0.2"
|
|
}
|
|
},
|
|
"varint": {
|
|
"version": "5.0.2"
|
|
}
|
|
}
|
|
},
|
|
"multihashing-async": {
|
|
"version": "0.6.0",
|
|
"requires": {
|
|
"blakejs": "^1.1.0",
|
|
"js-sha3": "~0.8.0",
|
|
"multihashes": "~0.4.13",
|
|
"murmurhash3js": "^3.0.1",
|
|
"nodeify": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"buffer": {
|
|
"version": "5.7.1",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"multibase": {
|
|
"version": "0.7.0",
|
|
"requires": {
|
|
"base-x": "^3.0.8",
|
|
"buffer": "^5.5.0"
|
|
}
|
|
},
|
|
"multihashes": {
|
|
"version": "0.4.21",
|
|
"requires": {
|
|
"buffer": "^5.5.0",
|
|
"multibase": "^0.7.0",
|
|
"varint": "^5.0.0"
|
|
}
|
|
},
|
|
"varint": {
|
|
"version": "5.0.2"
|
|
}
|
|
}
|
|
},
|
|
"multistream-select": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"bl": "^5.0.0",
|
|
"debug": "^4.1.1",
|
|
"err-code": "^3.0.1",
|
|
"it-first": "^1.0.6",
|
|
"it-handshake": "^2.0.0",
|
|
"it-length-prefixed": "^5.0.0",
|
|
"it-pipe": "^1.0.1",
|
|
"it-reader": "^3.0.0",
|
|
"p-defer": "^3.0.0",
|
|
"uint8arrays": "^3.0.0"
|
|
}
|
|
},
|
|
"murmurhash3js": {
|
|
"version": "3.0.1"
|
|
},
|
|
"murmurhash3js-revisited": {
|
|
"version": "3.0.0"
|
|
},
|
|
"mutable-proxy": {
|
|
"version": "1.0.0"
|
|
},
|
|
"namespace-emitter": {
|
|
"version": "2.0.1"
|
|
},
|
|
"nan": {
|
|
"version": "2.15.0"
|
|
},
|
|
"nanoid": {
|
|
"version": "3.1.30"
|
|
},
|
|
"napi-macros": {
|
|
"version": "2.0.0"
|
|
},
|
|
"native-abort-controller": {
|
|
"version": "1.0.4",
|
|
"requires": {}
|
|
},
|
|
"native-fetch": {
|
|
"version": "3.0.0",
|
|
"requires": {}
|
|
},
|
|
"natural-compare": {
|
|
"version": "1.4.0",
|
|
"dev": true
|
|
},
|
|
"ndjson": {
|
|
"version": "1.5.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"json-stringify-safe": "^5.0.1",
|
|
"minimist": "^1.2.0",
|
|
"split2": "^2.1.0",
|
|
"through2": "^2.0.3"
|
|
},
|
|
"dependencies": {
|
|
"split2": {
|
|
"version": "2.2.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"through2": "^2.0.2"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"negotiator": {
|
|
"version": "0.6.2"
|
|
},
|
|
"neo-async": {
|
|
"version": "2.6.2",
|
|
"dev": true
|
|
},
|
|
"nerf-dart": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"netmask": {
|
|
"version": "2.0.2"
|
|
},
|
|
"nise": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@sinonjs/commons": "^1.7.0",
|
|
"@sinonjs/fake-timers": "^6.0.0",
|
|
"@sinonjs/text-encoding": "^0.7.1",
|
|
"just-extend": "^4.0.2",
|
|
"path-to-regexp": "^1.7.0"
|
|
},
|
|
"dependencies": {
|
|
"isarray": {
|
|
"version": "0.0.1",
|
|
"dev": true
|
|
},
|
|
"path-to-regexp": {
|
|
"version": "1.8.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"isarray": "0.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"no-case": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"lower-case": "^2.0.2",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"noble-ed25519": {
|
|
"version": "1.2.6"
|
|
},
|
|
"noble-secp256k1": {
|
|
"version": "1.2.14"
|
|
},
|
|
"node-addon-api": {
|
|
"version": "2.0.2"
|
|
},
|
|
"node-emoji": {
|
|
"version": "1.11.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"lodash": "^4.17.21"
|
|
}
|
|
},
|
|
"node-fetch": {
|
|
"version": "npm:@achingbrain/node-fetch@2.6.7"
|
|
},
|
|
"node-forge": {
|
|
"version": "0.10.0"
|
|
},
|
|
"node-gyp-build": {
|
|
"version": "4.3.0"
|
|
},
|
|
"node-preload": {
|
|
"version": "0.2.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"process-on-spawn": "^1.0.0"
|
|
}
|
|
},
|
|
"node-releases": {
|
|
"version": "1.1.77",
|
|
"dev": true
|
|
},
|
|
"nodeify": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"is-promise": "~1.0.0",
|
|
"promise": "~1.3.0"
|
|
}
|
|
},
|
|
"nodemailer": {
|
|
"version": "6.4.17"
|
|
},
|
|
"nodemon": {
|
|
"version": "2.0.13",
|
|
"dev": true,
|
|
"requires": {
|
|
"chokidar": "^3.2.2",
|
|
"debug": "^3.2.6",
|
|
"ignore-by-default": "^1.0.1",
|
|
"minimatch": "^3.0.4",
|
|
"pstree.remy": "^1.1.7",
|
|
"semver": "^5.7.1",
|
|
"supports-color": "^5.5.0",
|
|
"touch": "^3.1.0",
|
|
"undefsafe": "^2.0.3",
|
|
"update-notifier": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "3.2.7",
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"semver": {
|
|
"version": "5.7.1",
|
|
"dev": true
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"nopt": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"abbrev": "1"
|
|
}
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "2.5.0",
|
|
"devOptional": true,
|
|
"requires": {
|
|
"hosted-git-info": "^2.1.4",
|
|
"resolve": "^1.10.0",
|
|
"semver": "2 || 3 || 4 || 5",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"hosted-git-info": {
|
|
"version": "2.8.9",
|
|
"devOptional": true
|
|
},
|
|
"semver": {
|
|
"version": "5.7.1",
|
|
"devOptional": true
|
|
}
|
|
}
|
|
},
|
|
"normalize-path": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"normalize-url": {
|
|
"version": "4.5.1"
|
|
},
|
|
"npm": {
|
|
"version": "7.24.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"@isaacs/string-locale-compare": "^1.1.0",
|
|
"@npmcli/arborist": "^2.9.0",
|
|
"@npmcli/ci-detect": "^1.2.0",
|
|
"@npmcli/config": "^2.3.0",
|
|
"@npmcli/map-workspaces": "^1.0.4",
|
|
"@npmcli/package-json": "^1.0.1",
|
|
"@npmcli/run-script": "^1.8.6",
|
|
"abbrev": "~1.1.1",
|
|
"ansicolors": "~0.3.2",
|
|
"ansistyles": "~0.1.3",
|
|
"archy": "~1.0.0",
|
|
"cacache": "^15.3.0",
|
|
"chalk": "^4.1.2",
|
|
"chownr": "^2.0.0",
|
|
"cli-columns": "^3.1.2",
|
|
"cli-table3": "^0.6.0",
|
|
"columnify": "~1.5.4",
|
|
"fastest-levenshtein": "^1.0.12",
|
|
"glob": "^7.2.0",
|
|
"graceful-fs": "^4.2.8",
|
|
"hosted-git-info": "^4.0.2",
|
|
"ini": "^2.0.0",
|
|
"init-package-json": "^2.0.5",
|
|
"is-cidr": "^4.0.2",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"libnpmaccess": "^4.0.2",
|
|
"libnpmdiff": "^2.0.4",
|
|
"libnpmexec": "^2.0.1",
|
|
"libnpmfund": "^1.1.0",
|
|
"libnpmhook": "^6.0.2",
|
|
"libnpmorg": "^2.0.2",
|
|
"libnpmpack": "^2.0.1",
|
|
"libnpmpublish": "^4.0.1",
|
|
"libnpmsearch": "^3.1.1",
|
|
"libnpmteam": "^2.0.3",
|
|
"libnpmversion": "^1.2.1",
|
|
"make-fetch-happen": "^9.1.0",
|
|
"minipass": "^3.1.3",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"mkdirp": "^1.0.4",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"ms": "^2.1.2",
|
|
"node-gyp": "^7.1.2",
|
|
"nopt": "^5.0.0",
|
|
"npm-audit-report": "^2.1.5",
|
|
"npm-install-checks": "^4.0.0",
|
|
"npm-package-arg": "^8.1.5",
|
|
"npm-pick-manifest": "^6.1.1",
|
|
"npm-profile": "^5.0.3",
|
|
"npm-registry-fetch": "^11.0.0",
|
|
"npm-user-validate": "^1.0.1",
|
|
"npmlog": "^5.0.1",
|
|
"opener": "^1.5.2",
|
|
"pacote": "^11.3.5",
|
|
"parse-conflict-json": "^1.1.1",
|
|
"qrcode-terminal": "^0.12.0",
|
|
"read": "~1.0.7",
|
|
"read-package-json": "^4.1.1",
|
|
"read-package-json-fast": "^2.0.3",
|
|
"readdir-scoped-modules": "^1.1.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"ssri": "^8.0.1",
|
|
"tar": "^6.1.11",
|
|
"text-table": "~0.2.0",
|
|
"tiny-relative-date": "^1.3.0",
|
|
"treeverse": "^1.0.4",
|
|
"validate-npm-package-name": "~3.0.0",
|
|
"which": "^2.0.2",
|
|
"write-file-atomic": "^3.0.3"
|
|
},
|
|
"dependencies": {
|
|
"@gar/promisify": {
|
|
"version": "1.1.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"@isaacs/string-locale-compare": {
|
|
"version": "1.1.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"@npmcli/arborist": {
|
|
"version": "2.9.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@isaacs/string-locale-compare": "^1.0.1",
|
|
"@npmcli/installed-package-contents": "^1.0.7",
|
|
"@npmcli/map-workspaces": "^1.0.2",
|
|
"@npmcli/metavuln-calculator": "^1.1.0",
|
|
"@npmcli/move-file": "^1.1.0",
|
|
"@npmcli/name-from-folder": "^1.0.1",
|
|
"@npmcli/node-gyp": "^1.0.1",
|
|
"@npmcli/package-json": "^1.0.1",
|
|
"@npmcli/run-script": "^1.8.2",
|
|
"bin-links": "^2.2.1",
|
|
"cacache": "^15.0.3",
|
|
"common-ancestor-path": "^1.0.1",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"json-stringify-nice": "^1.1.4",
|
|
"mkdirp": "^1.0.4",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"npm-install-checks": "^4.0.0",
|
|
"npm-package-arg": "^8.1.5",
|
|
"npm-pick-manifest": "^6.1.0",
|
|
"npm-registry-fetch": "^11.0.0",
|
|
"pacote": "^11.3.5",
|
|
"parse-conflict-json": "^1.1.1",
|
|
"proc-log": "^1.0.0",
|
|
"promise-all-reject-late": "^1.0.0",
|
|
"promise-call-limit": "^1.0.1",
|
|
"read-package-json-fast": "^2.0.2",
|
|
"readdir-scoped-modules": "^1.1.0",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.5",
|
|
"ssri": "^8.0.1",
|
|
"treeverse": "^1.0.4",
|
|
"walk-up-path": "^1.0.0"
|
|
}
|
|
},
|
|
"@npmcli/ci-detect": {
|
|
"version": "1.3.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"@npmcli/config": {
|
|
"version": "2.3.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ini": "^2.0.0",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"nopt": "^5.0.0",
|
|
"semver": "^7.3.4",
|
|
"walk-up-path": "^1.0.0"
|
|
}
|
|
},
|
|
"@npmcli/disparity-colors": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.3.0"
|
|
}
|
|
},
|
|
"@npmcli/fs": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@gar/promisify": "^1.0.1",
|
|
"semver": "^7.3.5"
|
|
}
|
|
},
|
|
"@npmcli/git": {
|
|
"version": "2.1.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@npmcli/promise-spawn": "^1.3.2",
|
|
"lru-cache": "^6.0.0",
|
|
"mkdirp": "^1.0.4",
|
|
"npm-pick-manifest": "^6.1.1",
|
|
"promise-inflight": "^1.0.1",
|
|
"promise-retry": "^2.0.1",
|
|
"semver": "^7.3.5",
|
|
"which": "^2.0.2"
|
|
}
|
|
},
|
|
"@npmcli/installed-package-contents": {
|
|
"version": "1.0.7",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"npm-bundled": "^1.1.1",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
}
|
|
},
|
|
"@npmcli/map-workspaces": {
|
|
"version": "1.0.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@npmcli/name-from-folder": "^1.0.1",
|
|
"glob": "^7.1.6",
|
|
"minimatch": "^3.0.4",
|
|
"read-package-json-fast": "^2.0.1"
|
|
}
|
|
},
|
|
"@npmcli/metavuln-calculator": {
|
|
"version": "1.1.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"cacache": "^15.0.5",
|
|
"pacote": "^11.1.11",
|
|
"semver": "^7.3.2"
|
|
}
|
|
},
|
|
"@npmcli/move-file": {
|
|
"version": "1.1.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"mkdirp": "^1.0.4",
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
},
|
|
"@npmcli/name-from-folder": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"@npmcli/node-gyp": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"@npmcli/package-json": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"json-parse-even-better-errors": "^2.3.1"
|
|
}
|
|
},
|
|
"@npmcli/promise-spawn": {
|
|
"version": "1.3.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"infer-owner": "^1.0.4"
|
|
}
|
|
},
|
|
"@npmcli/run-script": {
|
|
"version": "1.8.6",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@npmcli/node-gyp": "^1.0.2",
|
|
"@npmcli/promise-spawn": "^1.3.2",
|
|
"node-gyp": "^7.1.0",
|
|
"read-package-json-fast": "^2.0.1"
|
|
}
|
|
},
|
|
"@tootallnate/once": {
|
|
"version": "1.1.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"abbrev": {
|
|
"version": "1.1.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"agent-base": {
|
|
"version": "6.0.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"agentkeepalive": {
|
|
"version": "4.1.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "^4.1.0",
|
|
"depd": "^1.1.2",
|
|
"humanize-ms": "^1.2.1"
|
|
}
|
|
},
|
|
"aggregate-error": {
|
|
"version": "3.1.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
}
|
|
},
|
|
"ajv": {
|
|
"version": "6.12.6",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"ansi-regex": {
|
|
"version": "2.1.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "4.3.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^2.0.1"
|
|
}
|
|
},
|
|
"ansicolors": {
|
|
"version": "0.3.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"ansistyles": {
|
|
"version": "0.1.3",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"aproba": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"archy": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"are-we-there-yet": {
|
|
"version": "1.1.6",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
}
|
|
},
|
|
"asap": {
|
|
"version": "2.0.6",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"asn1": {
|
|
"version": "0.2.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"safer-buffer": "~2.1.0"
|
|
}
|
|
},
|
|
"assert-plus": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"asynckit": {
|
|
"version": "0.4.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"aws-sign2": {
|
|
"version": "0.7.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"aws4": {
|
|
"version": "1.11.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"balanced-match": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"bcrypt-pbkdf": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"tweetnacl": "^0.14.3"
|
|
}
|
|
},
|
|
"bin-links": {
|
|
"version": "2.2.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"cmd-shim": "^4.0.1",
|
|
"mkdirp": "^1.0.3",
|
|
"npm-normalize-package-bin": "^1.0.0",
|
|
"read-cmd-shim": "^2.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"write-file-atomic": "^3.0.3"
|
|
}
|
|
},
|
|
"binary-extensions": {
|
|
"version": "2.2.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"brace-expansion": {
|
|
"version": "1.1.11",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"balanced-match": "^1.0.0",
|
|
"concat-map": "0.0.1"
|
|
}
|
|
},
|
|
"builtins": {
|
|
"version": "1.0.3",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"cacache": {
|
|
"version": "15.3.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@npmcli/fs": "^1.0.0",
|
|
"@npmcli/move-file": "^1.0.1",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"glob": "^7.1.4",
|
|
"infer-owner": "^1.0.4",
|
|
"lru-cache": "^6.0.0",
|
|
"minipass": "^3.1.1",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.2",
|
|
"mkdirp": "^1.0.3",
|
|
"p-map": "^4.0.0",
|
|
"promise-inflight": "^1.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^8.0.1",
|
|
"tar": "^6.0.2",
|
|
"unique-filename": "^1.1.1"
|
|
}
|
|
},
|
|
"caseless": {
|
|
"version": "0.12.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"chalk": {
|
|
"version": "4.1.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.1.0",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"chownr": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"cidr-regex": {
|
|
"version": "3.1.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ip-regex": "^4.1.0"
|
|
}
|
|
},
|
|
"clean-stack": {
|
|
"version": "2.2.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"cli-columns": {
|
|
"version": "3.1.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"string-width": "^2.0.0",
|
|
"strip-ansi": "^3.0.1"
|
|
}
|
|
},
|
|
"cli-table3": {
|
|
"version": "0.6.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"colors": "^1.1.2",
|
|
"object-assign": "^4.1.0",
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "5.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"string-width": {
|
|
"version": "4.2.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"emoji-regex": "^8.0.0",
|
|
"is-fullwidth-code-point": "^3.0.0",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-regex": "^5.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"clone": {
|
|
"version": "1.0.4",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"cmd-shim": {
|
|
"version": "4.1.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"mkdirp-infer-owner": "^2.0.0"
|
|
}
|
|
},
|
|
"code-point-at": {
|
|
"version": "1.1.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"color-convert": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"color-name": "~1.1.4"
|
|
}
|
|
},
|
|
"color-name": {
|
|
"version": "1.1.4",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"color-support": {
|
|
"version": "1.1.3",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"colors": {
|
|
"version": "1.4.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"optional": true
|
|
},
|
|
"columnify": {
|
|
"version": "1.5.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"strip-ansi": "^3.0.0",
|
|
"wcwidth": "^1.0.0"
|
|
}
|
|
},
|
|
"combined-stream": {
|
|
"version": "1.0.8",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"delayed-stream": "~1.0.0"
|
|
}
|
|
},
|
|
"common-ancestor-path": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"concat-map": {
|
|
"version": "0.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"console-control-strings": {
|
|
"version": "1.1.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"core-util-is": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"dashdash": {
|
|
"version": "1.14.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
},
|
|
"debug": {
|
|
"version": "4.3.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"dependencies": {
|
|
"ms": {
|
|
"version": "2.1.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"debuglog": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"defaults": {
|
|
"version": "1.0.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"clone": "^1.0.2"
|
|
}
|
|
},
|
|
"delayed-stream": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"delegates": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"depd": {
|
|
"version": "1.1.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"dezalgo": {
|
|
"version": "1.0.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"asap": "^2.0.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"diff": {
|
|
"version": "5.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"ecc-jsbn": {
|
|
"version": "0.1.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.1.0"
|
|
}
|
|
},
|
|
"emoji-regex": {
|
|
"version": "8.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"encoding": {
|
|
"version": "0.1.13",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"iconv-lite": "^0.6.2"
|
|
}
|
|
},
|
|
"env-paths": {
|
|
"version": "2.2.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"err-code": {
|
|
"version": "2.0.3",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"extend": {
|
|
"version": "3.0.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"extsprintf": {
|
|
"version": "1.3.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"fast-deep-equal": {
|
|
"version": "3.1.3",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"fast-json-stable-stringify": {
|
|
"version": "2.1.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"fastest-levenshtein": {
|
|
"version": "1.0.12",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"forever-agent": {
|
|
"version": "0.6.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"fs-minipass": {
|
|
"version": "2.1.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
}
|
|
},
|
|
"fs.realpath": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"function-bind": {
|
|
"version": "1.1.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"gauge": {
|
|
"version": "3.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
"color-support": "^1.1.2",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.1",
|
|
"object-assign": "^4.1.1",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^1.0.1 || ^2.0.0",
|
|
"strip-ansi": "^3.0.1 || ^4.0.0",
|
|
"wide-align": "^1.1.2"
|
|
}
|
|
},
|
|
"getpass": {
|
|
"version": "0.1.7",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"assert-plus": "^1.0.0"
|
|
}
|
|
},
|
|
"glob": {
|
|
"version": "7.2.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"fs.realpath": "^1.0.0",
|
|
"inflight": "^1.0.4",
|
|
"inherits": "2",
|
|
"minimatch": "^3.0.4",
|
|
"once": "^1.3.0",
|
|
"path-is-absolute": "^1.0.0"
|
|
}
|
|
},
|
|
"graceful-fs": {
|
|
"version": "4.2.8",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"har-schema": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"har-validator": {
|
|
"version": "5.1.5",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ajv": "^6.12.3",
|
|
"har-schema": "^2.0.0"
|
|
}
|
|
},
|
|
"has": {
|
|
"version": "1.0.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"function-bind": "^1.1.1"
|
|
}
|
|
},
|
|
"has-flag": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"has-unicode": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"hosted-git-info": {
|
|
"version": "4.0.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
},
|
|
"http-cache-semantics": {
|
|
"version": "4.1.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"http-proxy-agent": {
|
|
"version": "4.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@tootallnate/once": "1",
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"http-signature": {
|
|
"version": "1.2.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"assert-plus": "^1.0.0",
|
|
"jsprim": "^1.2.2",
|
|
"sshpk": "^1.7.0"
|
|
}
|
|
},
|
|
"https-proxy-agent": {
|
|
"version": "5.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "6",
|
|
"debug": "4"
|
|
}
|
|
},
|
|
"humanize-ms": {
|
|
"version": "1.2.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "^2.0.0"
|
|
}
|
|
},
|
|
"iconv-lite": {
|
|
"version": "0.6.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"optional": true,
|
|
"requires": {
|
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
}
|
|
},
|
|
"ignore-walk": {
|
|
"version": "3.0.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"imurmurhash": {
|
|
"version": "0.1.4",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"indent-string": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"infer-owner": {
|
|
"version": "1.0.4",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"inflight": {
|
|
"version": "1.0.6",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"once": "^1.3.0",
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"inherits": {
|
|
"version": "2.0.4",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"ini": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"init-package-json": {
|
|
"version": "2.0.5",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"npm-package-arg": "^8.1.5",
|
|
"promzard": "^0.3.0",
|
|
"read": "~1.0.1",
|
|
"read-package-json": "^4.1.1",
|
|
"semver": "^7.3.5",
|
|
"validate-npm-package-license": "^3.0.4",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
}
|
|
},
|
|
"ip": {
|
|
"version": "1.1.5",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"ip-regex": {
|
|
"version": "4.3.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"is-cidr": {
|
|
"version": "4.0.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"cidr-regex": "^3.1.1"
|
|
}
|
|
},
|
|
"is-core-module": {
|
|
"version": "2.7.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"has": "^1.0.3"
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"is-lambda": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"is-typedarray": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"isexe": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"isstream": {
|
|
"version": "0.1.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"jsbn": {
|
|
"version": "0.1.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"json-parse-even-better-errors": {
|
|
"version": "2.3.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"json-schema": {
|
|
"version": "0.2.3",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"json-schema-traverse": {
|
|
"version": "0.4.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"json-stringify-nice": {
|
|
"version": "1.1.4",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"json-stringify-safe": {
|
|
"version": "5.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"jsonparse": {
|
|
"version": "1.3.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"jsprim": {
|
|
"version": "1.4.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"assert-plus": "1.0.0",
|
|
"extsprintf": "1.3.0",
|
|
"json-schema": "0.2.3",
|
|
"verror": "1.10.0"
|
|
}
|
|
},
|
|
"just-diff": {
|
|
"version": "3.1.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"just-diff-apply": {
|
|
"version": "3.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"libnpmaccess": {
|
|
"version": "4.0.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"aproba": "^2.0.0",
|
|
"minipass": "^3.1.1",
|
|
"npm-package-arg": "^8.1.2",
|
|
"npm-registry-fetch": "^11.0.0"
|
|
}
|
|
},
|
|
"libnpmdiff": {
|
|
"version": "2.0.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@npmcli/disparity-colors": "^1.0.1",
|
|
"@npmcli/installed-package-contents": "^1.0.7",
|
|
"binary-extensions": "^2.2.0",
|
|
"diff": "^5.0.0",
|
|
"minimatch": "^3.0.4",
|
|
"npm-package-arg": "^8.1.4",
|
|
"pacote": "^11.3.4",
|
|
"tar": "^6.1.0"
|
|
}
|
|
},
|
|
"libnpmexec": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@npmcli/arborist": "^2.3.0",
|
|
"@npmcli/ci-detect": "^1.3.0",
|
|
"@npmcli/run-script": "^1.8.4",
|
|
"chalk": "^4.1.0",
|
|
"mkdirp-infer-owner": "^2.0.0",
|
|
"npm-package-arg": "^8.1.2",
|
|
"pacote": "^11.3.1",
|
|
"proc-log": "^1.0.0",
|
|
"read": "^1.0.7",
|
|
"read-package-json-fast": "^2.0.2",
|
|
"walk-up-path": "^1.0.0"
|
|
}
|
|
},
|
|
"libnpmfund": {
|
|
"version": "1.1.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@npmcli/arborist": "^2.5.0"
|
|
}
|
|
},
|
|
"libnpmhook": {
|
|
"version": "6.0.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^11.0.0"
|
|
}
|
|
},
|
|
"libnpmorg": {
|
|
"version": "2.0.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^11.0.0"
|
|
}
|
|
},
|
|
"libnpmpack": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@npmcli/run-script": "^1.8.3",
|
|
"npm-package-arg": "^8.1.0",
|
|
"pacote": "^11.2.6"
|
|
}
|
|
},
|
|
"libnpmpublish": {
|
|
"version": "4.0.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"normalize-package-data": "^3.0.2",
|
|
"npm-package-arg": "^8.1.2",
|
|
"npm-registry-fetch": "^11.0.0",
|
|
"semver": "^7.1.3",
|
|
"ssri": "^8.0.1"
|
|
}
|
|
},
|
|
"libnpmsearch": {
|
|
"version": "3.1.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"npm-registry-fetch": "^11.0.0"
|
|
}
|
|
},
|
|
"libnpmteam": {
|
|
"version": "2.0.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"aproba": "^2.0.0",
|
|
"npm-registry-fetch": "^11.0.0"
|
|
}
|
|
},
|
|
"libnpmversion": {
|
|
"version": "1.2.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@npmcli/git": "^2.0.7",
|
|
"@npmcli/run-script": "^1.8.4",
|
|
"json-parse-even-better-errors": "^2.3.1",
|
|
"semver": "^7.3.5",
|
|
"stringify-package": "^1.0.1"
|
|
}
|
|
},
|
|
"lru-cache": {
|
|
"version": "6.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"make-fetch-happen": {
|
|
"version": "9.1.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"agentkeepalive": "^4.1.3",
|
|
"cacache": "^15.2.0",
|
|
"http-cache-semantics": "^4.1.0",
|
|
"http-proxy-agent": "^4.0.1",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"is-lambda": "^1.0.1",
|
|
"lru-cache": "^6.0.0",
|
|
"minipass": "^3.1.3",
|
|
"minipass-collect": "^1.0.2",
|
|
"minipass-fetch": "^1.3.2",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"negotiator": "^0.6.2",
|
|
"promise-retry": "^2.0.1",
|
|
"socks-proxy-agent": "^6.0.0",
|
|
"ssri": "^8.0.0"
|
|
}
|
|
},
|
|
"mime-db": {
|
|
"version": "1.49.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"mime-types": {
|
|
"version": "2.1.32",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"mime-db": "1.49.0"
|
|
}
|
|
},
|
|
"minimatch": {
|
|
"version": "3.0.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"brace-expansion": "^1.1.7"
|
|
}
|
|
},
|
|
"minipass": {
|
|
"version": "3.1.5",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"minipass-collect": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
}
|
|
},
|
|
"minipass-fetch": {
|
|
"version": "1.4.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"encoding": "^0.1.12",
|
|
"minipass": "^3.1.0",
|
|
"minipass-sized": "^1.0.3",
|
|
"minizlib": "^2.0.0"
|
|
}
|
|
},
|
|
"minipass-flush": {
|
|
"version": "1.0.5",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
}
|
|
},
|
|
"minipass-json-stream": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"jsonparse": "^1.3.1",
|
|
"minipass": "^3.0.0"
|
|
}
|
|
},
|
|
"minipass-pipeline": {
|
|
"version": "1.2.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
}
|
|
},
|
|
"minipass-sized": {
|
|
"version": "1.0.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0"
|
|
}
|
|
},
|
|
"minizlib": {
|
|
"version": "2.1.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"minipass": "^3.0.0",
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"mkdirp": {
|
|
"version": "1.0.4",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"mkdirp-infer-owner": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"chownr": "^2.0.0",
|
|
"infer-owner": "^1.0.4",
|
|
"mkdirp": "^1.0.3"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.1.3",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"mute-stream": {
|
|
"version": "0.0.8",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"negotiator": {
|
|
"version": "0.6.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"node-gyp": {
|
|
"version": "7.1.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"env-paths": "^2.2.0",
|
|
"glob": "^7.1.4",
|
|
"graceful-fs": "^4.2.3",
|
|
"nopt": "^5.0.0",
|
|
"npmlog": "^4.1.2",
|
|
"request": "^2.88.2",
|
|
"rimraf": "^3.0.2",
|
|
"semver": "^7.3.2",
|
|
"tar": "^6.0.2",
|
|
"which": "^2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"aproba": {
|
|
"version": "1.2.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"gauge": {
|
|
"version": "2.7.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"aproba": "^1.0.3",
|
|
"console-control-strings": "^1.0.0",
|
|
"has-unicode": "^2.0.0",
|
|
"object-assign": "^4.1.0",
|
|
"signal-exit": "^3.0.0",
|
|
"string-width": "^1.0.1",
|
|
"strip-ansi": "^3.0.1",
|
|
"wide-align": "^1.1.0"
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"number-is-nan": "^1.0.0"
|
|
}
|
|
},
|
|
"npmlog": {
|
|
"version": "4.1.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"are-we-there-yet": "~1.1.2",
|
|
"console-control-strings": "~1.1.0",
|
|
"gauge": "~2.7.3",
|
|
"set-blocking": "~2.0.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"code-point-at": "^1.0.0",
|
|
"is-fullwidth-code-point": "^1.0.0",
|
|
"strip-ansi": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"nopt": {
|
|
"version": "5.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"abbrev": "1"
|
|
}
|
|
},
|
|
"normalize-package-data": {
|
|
"version": "3.0.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"is-core-module": "^2.5.0",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-license": "^3.0.1"
|
|
}
|
|
},
|
|
"npm-audit-report": {
|
|
"version": "2.1.5",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^4.0.0"
|
|
}
|
|
},
|
|
"npm-bundled": {
|
|
"version": "1.1.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
}
|
|
},
|
|
"npm-install-checks": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"semver": "^7.1.1"
|
|
}
|
|
},
|
|
"npm-normalize-package-bin": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"npm-package-arg": {
|
|
"version": "8.1.5",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"hosted-git-info": "^4.0.1",
|
|
"semver": "^7.3.4",
|
|
"validate-npm-package-name": "^3.0.0"
|
|
}
|
|
},
|
|
"npm-packlist": {
|
|
"version": "2.2.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"glob": "^7.1.6",
|
|
"ignore-walk": "^3.0.3",
|
|
"npm-bundled": "^1.1.1",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
}
|
|
},
|
|
"npm-pick-manifest": {
|
|
"version": "6.1.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"npm-install-checks": "^4.0.0",
|
|
"npm-normalize-package-bin": "^1.0.1",
|
|
"npm-package-arg": "^8.1.2",
|
|
"semver": "^7.3.4"
|
|
}
|
|
},
|
|
"npm-profile": {
|
|
"version": "5.0.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"npm-registry-fetch": "^11.0.0"
|
|
}
|
|
},
|
|
"npm-registry-fetch": {
|
|
"version": "11.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"make-fetch-happen": "^9.0.1",
|
|
"minipass": "^3.1.3",
|
|
"minipass-fetch": "^1.3.0",
|
|
"minipass-json-stream": "^1.0.1",
|
|
"minizlib": "^2.0.0",
|
|
"npm-package-arg": "^8.0.0"
|
|
}
|
|
},
|
|
"npm-user-validate": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"npmlog": {
|
|
"version": "5.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"are-we-there-yet": "^2.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^3.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"are-we-there-yet": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"delegates": "^1.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"number-is-nan": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"oauth-sign": {
|
|
"version": "0.9.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"object-assign": {
|
|
"version": "4.1.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"once": {
|
|
"version": "1.4.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"opener": {
|
|
"version": "1.5.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"p-map": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0"
|
|
}
|
|
},
|
|
"pacote": {
|
|
"version": "11.3.5",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"@npmcli/git": "^2.1.0",
|
|
"@npmcli/installed-package-contents": "^1.0.6",
|
|
"@npmcli/promise-spawn": "^1.2.0",
|
|
"@npmcli/run-script": "^1.8.2",
|
|
"cacache": "^15.0.5",
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.1.0",
|
|
"infer-owner": "^1.0.4",
|
|
"minipass": "^3.1.3",
|
|
"mkdirp": "^1.0.3",
|
|
"npm-package-arg": "^8.0.1",
|
|
"npm-packlist": "^2.1.4",
|
|
"npm-pick-manifest": "^6.0.0",
|
|
"npm-registry-fetch": "^11.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"read-package-json-fast": "^2.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"ssri": "^8.0.1",
|
|
"tar": "^6.1.0"
|
|
}
|
|
},
|
|
"parse-conflict-json": {
|
|
"version": "1.1.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"just-diff": "^3.0.1",
|
|
"just-diff-apply": "^3.0.0"
|
|
}
|
|
},
|
|
"path-is-absolute": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"performance-now": {
|
|
"version": "2.1.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"proc-log": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"promise-all-reject-late": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"promise-call-limit": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"promise-inflight": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"promise-retry": {
|
|
"version": "2.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"err-code": "^2.0.2",
|
|
"retry": "^0.12.0"
|
|
}
|
|
},
|
|
"promzard": {
|
|
"version": "0.3.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"read": "1"
|
|
}
|
|
},
|
|
"psl": {
|
|
"version": "1.8.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"punycode": {
|
|
"version": "2.1.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"qrcode-terminal": {
|
|
"version": "0.12.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"qs": {
|
|
"version": "6.5.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"read": {
|
|
"version": "1.0.7",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"mute-stream": "~0.0.4"
|
|
}
|
|
},
|
|
"read-cmd-shim": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"read-package-json": {
|
|
"version": "4.1.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"glob": "^7.1.1",
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"normalize-package-data": "^3.0.0",
|
|
"npm-normalize-package-bin": "^1.0.0"
|
|
}
|
|
},
|
|
"read-package-json-fast": {
|
|
"version": "2.0.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"json-parse-even-better-errors": "^2.3.0",
|
|
"npm-normalize-package-bin": "^1.0.1"
|
|
}
|
|
},
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
},
|
|
"readdir-scoped-modules": {
|
|
"version": "1.1.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"debuglog": "^1.0.1",
|
|
"dezalgo": "^1.0.0",
|
|
"graceful-fs": "^4.1.2",
|
|
"once": "^1.3.0"
|
|
}
|
|
},
|
|
"request": {
|
|
"version": "2.88.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"aws-sign2": "~0.7.0",
|
|
"aws4": "^1.8.0",
|
|
"caseless": "~0.12.0",
|
|
"combined-stream": "~1.0.6",
|
|
"extend": "~3.0.2",
|
|
"forever-agent": "~0.6.1",
|
|
"form-data": "~2.3.2",
|
|
"har-validator": "~5.1.3",
|
|
"http-signature": "~1.2.0",
|
|
"is-typedarray": "~1.0.0",
|
|
"isstream": "~0.1.2",
|
|
"json-stringify-safe": "~5.0.1",
|
|
"mime-types": "~2.1.19",
|
|
"oauth-sign": "~0.9.0",
|
|
"performance-now": "^2.1.0",
|
|
"qs": "~6.5.2",
|
|
"safe-buffer": "^5.1.2",
|
|
"tough-cookie": "~2.5.0",
|
|
"tunnel-agent": "^0.6.0",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"form-data": {
|
|
"version": "2.3.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.6",
|
|
"mime-types": "^2.1.12"
|
|
}
|
|
},
|
|
"tough-cookie": {
|
|
"version": "2.5.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"psl": "^1.1.28",
|
|
"punycode": "^2.1.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"retry": {
|
|
"version": "0.12.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"rimraf": {
|
|
"version": "3.0.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"glob": "^7.1.3"
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.2.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"safer-buffer": {
|
|
"version": "2.1.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"semver": {
|
|
"version": "7.3.5",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
},
|
|
"set-blocking": {
|
|
"version": "2.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"signal-exit": {
|
|
"version": "3.0.3",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"smart-buffer": {
|
|
"version": "4.2.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"socks": {
|
|
"version": "2.6.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ip": "^1.1.5",
|
|
"smart-buffer": "^4.1.0"
|
|
}
|
|
},
|
|
"socks-proxy-agent": {
|
|
"version": "6.1.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"agent-base": "^6.0.2",
|
|
"debug": "^4.3.1",
|
|
"socks": "^2.6.1"
|
|
}
|
|
},
|
|
"spdx-correct": {
|
|
"version": "3.1.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"spdx-expression-parse": "^3.0.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"spdx-exceptions": {
|
|
"version": "2.3.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"spdx-license-ids": {
|
|
"version": "3.0.10",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"sshpk": {
|
|
"version": "1.16.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"asn1": "~0.2.3",
|
|
"assert-plus": "^1.0.0",
|
|
"bcrypt-pbkdf": "^1.0.0",
|
|
"dashdash": "^1.12.0",
|
|
"ecc-jsbn": "~0.1.1",
|
|
"getpass": "^0.1.1",
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.0.2",
|
|
"tweetnacl": "~0.14.0"
|
|
}
|
|
},
|
|
"ssri": {
|
|
"version": "8.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"minipass": "^3.1.1"
|
|
}
|
|
},
|
|
"string_decoder": {
|
|
"version": "1.3.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"safe-buffer": "~5.2.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "2.1.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "3.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"strip-ansi": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-regex": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"stringify-package": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"strip-ansi": {
|
|
"version": "3.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-regex": "^2.0.0"
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"tar": {
|
|
"version": "6.1.11",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^3.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"text-table": {
|
|
"version": "0.2.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"tiny-relative-date": {
|
|
"version": "1.3.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"treeverse": {
|
|
"version": "1.0.4",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"tunnel-agent": {
|
|
"version": "0.6.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"tweetnacl": {
|
|
"version": "0.14.5",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"typedarray-to-buffer": {
|
|
"version": "3.1.5",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"is-typedarray": "^1.0.0"
|
|
}
|
|
},
|
|
"unique-filename": {
|
|
"version": "1.1.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"unique-slug": "^2.0.0"
|
|
}
|
|
},
|
|
"unique-slug": {
|
|
"version": "2.0.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"imurmurhash": "^0.1.4"
|
|
}
|
|
},
|
|
"uri-js": {
|
|
"version": "4.4.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"util-deprecate": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"uuid": {
|
|
"version": "3.4.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
}
|
|
},
|
|
"validate-npm-package-name": {
|
|
"version": "3.0.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"builtins": "^1.0.3"
|
|
}
|
|
},
|
|
"verror": {
|
|
"version": "1.10.0",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"assert-plus": "^1.0.0",
|
|
"core-util-is": "1.0.2",
|
|
"extsprintf": "^1.2.0"
|
|
}
|
|
},
|
|
"walk-up-path": {
|
|
"version": "1.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"wcwidth": {
|
|
"version": "1.0.1",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"defaults": "^1.0.3"
|
|
}
|
|
},
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
},
|
|
"wide-align": {
|
|
"version": "1.1.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"string-width": "^1.0.2 || 2"
|
|
}
|
|
},
|
|
"wrappy": {
|
|
"version": "1.0.2",
|
|
"bundled": true,
|
|
"dev": true
|
|
},
|
|
"write-file-atomic": {
|
|
"version": "3.0.3",
|
|
"bundled": true,
|
|
"dev": true,
|
|
"requires": {
|
|
"imurmurhash": "^0.1.4",
|
|
"is-typedarray": "^1.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"typedarray-to-buffer": "^3.1.5"
|
|
}
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0",
|
|
"bundled": true,
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"npm-run-path": {
|
|
"version": "4.0.1",
|
|
"requires": {
|
|
"path-key": "^3.0.0"
|
|
}
|
|
},
|
|
"npmlog": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"are-we-there-yet": "^2.0.0",
|
|
"console-control-strings": "^1.1.0",
|
|
"gauge": "^3.0.0",
|
|
"set-blocking": "^2.0.0"
|
|
}
|
|
},
|
|
"nugget": {
|
|
"version": "2.0.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"debug": "^2.1.3",
|
|
"minimist": "^1.1.0",
|
|
"pretty-bytes": "^1.0.2",
|
|
"progress-stream": "^1.1.0",
|
|
"request": "^2.45.0",
|
|
"single-line-log": "^1.1.2",
|
|
"throttleit": "0.0.2"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"optional": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"get-stdin": {
|
|
"version": "4.0.1",
|
|
"optional": true
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"optional": true
|
|
},
|
|
"pretty-bytes": {
|
|
"version": "1.0.4",
|
|
"optional": true,
|
|
"requires": {
|
|
"get-stdin": "^4.0.1",
|
|
"meow": "^3.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"number-is-nan": {
|
|
"version": "1.0.1"
|
|
},
|
|
"nyc": {
|
|
"version": "15.1.0",
|
|
"dev": true,
|
|
"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": {
|
|
"cliui": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"string-width": "^4.2.0",
|
|
"strip-ansi": "^6.0.0",
|
|
"wrap-ansi": "^6.2.0"
|
|
}
|
|
},
|
|
"find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^4.1.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^2.2.0"
|
|
}
|
|
},
|
|
"p-map": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"resolve-from": {
|
|
"version": "5.0.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"
|
|
}
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "6.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
}
|
|
},
|
|
"y18n": {
|
|
"version": "4.0.3",
|
|
"dev": true
|
|
},
|
|
"yargs": {
|
|
"version": "15.4.1",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true,
|
|
"requires": {
|
|
"camelcase": "^5.0.0",
|
|
"decamelize": "^1.2.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"oauth-sign": {
|
|
"version": "0.9.0"
|
|
},
|
|
"object-assign": {
|
|
"version": "4.1.1"
|
|
},
|
|
"object-hash": {
|
|
"version": "2.2.0"
|
|
},
|
|
"object-inspect": {
|
|
"version": "1.12.0"
|
|
},
|
|
"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.2",
|
|
"requires": {
|
|
"call-bind": "^1.0.0",
|
|
"define-properties": "^1.1.3",
|
|
"has-symbols": "^1.0.1",
|
|
"object-keys": "^1.1.1"
|
|
}
|
|
},
|
|
"object.entries": {
|
|
"version": "1.1.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1"
|
|
}
|
|
},
|
|
"object.fromentries": {
|
|
"version": "2.0.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1"
|
|
}
|
|
},
|
|
"object.values": {
|
|
"version": "1.1.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1"
|
|
}
|
|
},
|
|
"observable-webworkers": {
|
|
"version": "1.0.0"
|
|
},
|
|
"on-finished": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"ee-first": "1.1.1"
|
|
}
|
|
},
|
|
"once": {
|
|
"version": "1.4.0",
|
|
"requires": {
|
|
"wrappy": "1"
|
|
}
|
|
},
|
|
"one-time": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"fn.name": "1.x.x"
|
|
}
|
|
},
|
|
"onetime": {
|
|
"version": "5.1.2",
|
|
"requires": {
|
|
"mimic-fn": "^2.1.0"
|
|
}
|
|
},
|
|
"only": {
|
|
"version": "0.0.2"
|
|
},
|
|
"opencollective-postinstall": {
|
|
"version": "2.0.3"
|
|
},
|
|
"optimist": {
|
|
"version": "0.3.7",
|
|
"requires": {
|
|
"wordwrap": "~0.0.2"
|
|
},
|
|
"dependencies": {
|
|
"wordwrap": {
|
|
"version": "0.0.3"
|
|
}
|
|
}
|
|
},
|
|
"optional": {
|
|
"version": "0.1.4",
|
|
"optional": true
|
|
},
|
|
"optionator": {
|
|
"version": "0.9.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"deep-is": "^0.1.3",
|
|
"fast-levenshtein": "^2.0.6",
|
|
"levn": "^0.4.1",
|
|
"prelude-ls": "^1.2.1",
|
|
"type-check": "^0.4.0",
|
|
"word-wrap": "^1.2.3"
|
|
}
|
|
},
|
|
"orbit-db": {
|
|
"version": "0.28.0",
|
|
"requires": {
|
|
"ipfs-pubsub-1on1": "~0.0.6",
|
|
"is-electron": "^2.2.0",
|
|
"is-node": "^1.0.2",
|
|
"localstorage-down": "^0.6.7",
|
|
"logplease": "^1.2.14",
|
|
"multihashes": "~3.0.1",
|
|
"orbit-db-access-controllers": "^0.3.2",
|
|
"orbit-db-cache": "~0.3.0",
|
|
"orbit-db-counterstore": "^1.12.1",
|
|
"orbit-db-docstore": "~1.12.0",
|
|
"orbit-db-eventstore": "~1.12.0",
|
|
"orbit-db-feedstore": "~1.12.0",
|
|
"orbit-db-identity-provider": "~0.3.0",
|
|
"orbit-db-io": "^1.0.1",
|
|
"orbit-db-keystore": "~0.3.0",
|
|
"orbit-db-kvstore": "~1.12.0",
|
|
"orbit-db-pubsub": "~0.6.0",
|
|
"orbit-db-storage-adapter": "~0.5.3",
|
|
"orbit-db-store": "^4.3.2"
|
|
}
|
|
},
|
|
"orbit-db-access-controllers": {
|
|
"version": "0.3.2",
|
|
"requires": {
|
|
"p-map-series": "^1.0.0"
|
|
}
|
|
},
|
|
"orbit-db-cache": {
|
|
"version": "0.3.0",
|
|
"requires": {
|
|
"logplease": "~1.2.15"
|
|
}
|
|
},
|
|
"orbit-db-counterstore": {
|
|
"version": "1.12.1",
|
|
"requires": {
|
|
"crdts": "~0.1.2"
|
|
}
|
|
},
|
|
"orbit-db-docstore": {
|
|
"version": "1.12.0",
|
|
"requires": {
|
|
"p-map": "~1.1.1"
|
|
},
|
|
"dependencies": {
|
|
"p-map": {
|
|
"version": "1.1.1"
|
|
}
|
|
}
|
|
},
|
|
"orbit-db-eventstore": {
|
|
"version": "1.12.0",
|
|
"requires": {}
|
|
},
|
|
"orbit-db-feedstore": {
|
|
"version": "1.12.0",
|
|
"requires": {
|
|
"orbit-db-eventstore": "~1.12.0"
|
|
}
|
|
},
|
|
"orbit-db-identity-provider": {
|
|
"version": "0.3.1",
|
|
"requires": {
|
|
"ethers": "^5.0.8",
|
|
"orbit-db-keystore": "~0.3.5"
|
|
}
|
|
},
|
|
"orbit-db-io": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"@ipld/dag-cbor": "^6.0.10",
|
|
"@ipld/dag-pb": "^2.1.9",
|
|
"multiformats": "^9.4.7"
|
|
}
|
|
},
|
|
"orbit-db-keystore": {
|
|
"version": "0.3.5",
|
|
"requires": {
|
|
"elliptic": "^6.5.3",
|
|
"level": "~5.0.1",
|
|
"leveldown": "~5.1.1",
|
|
"levelup": "~4.1.0",
|
|
"libp2p-crypto": "^0.16.0",
|
|
"libp2p-crypto-secp256k1": "^0.3.0",
|
|
"lru": "^3.1.0",
|
|
"mkdirp": "^0.5.5",
|
|
"safe-buffer": "^5.2.1"
|
|
},
|
|
"dependencies": {
|
|
"abstract-leveldown": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"level-concat-iterator": "~2.0.0",
|
|
"xtend": "~4.0.0"
|
|
}
|
|
},
|
|
"async": {
|
|
"version": "2.6.3",
|
|
"requires": {
|
|
"lodash": "^4.17.14"
|
|
}
|
|
},
|
|
"buffer": {
|
|
"version": "5.7.1",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"deferred-leveldown": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"abstract-leveldown": "~6.0.0",
|
|
"inherits": "^2.0.3"
|
|
}
|
|
},
|
|
"encoding-down": {
|
|
"version": "6.3.0",
|
|
"requires": {
|
|
"abstract-leveldown": "^6.2.1",
|
|
"inherits": "^2.0.3",
|
|
"level-codec": "^9.0.0",
|
|
"level-errors": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"abstract-leveldown": {
|
|
"version": "6.3.0",
|
|
"requires": {
|
|
"buffer": "^5.5.0",
|
|
"immediate": "^3.2.3",
|
|
"level-concat-iterator": "~2.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"iso-random-stream": {
|
|
"version": "1.1.2",
|
|
"requires": {
|
|
"buffer": "^6.0.3",
|
|
"readable-stream": "^3.4.0"
|
|
},
|
|
"dependencies": {
|
|
"buffer": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"level": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"level-js": "^4.0.0",
|
|
"level-packager": "^5.0.0",
|
|
"leveldown": "^5.0.0",
|
|
"opencollective-postinstall": "^2.0.0"
|
|
}
|
|
},
|
|
"level-codec": {
|
|
"version": "9.0.2",
|
|
"requires": {
|
|
"buffer": "^5.6.0"
|
|
}
|
|
},
|
|
"level-concat-iterator": {
|
|
"version": "2.0.1"
|
|
},
|
|
"level-errors": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"errno": "~0.1.1"
|
|
}
|
|
},
|
|
"level-iterator-stream": {
|
|
"version": "4.0.2",
|
|
"requires": {
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0",
|
|
"xtend": "^4.0.2"
|
|
}
|
|
},
|
|
"level-js": {
|
|
"version": "4.0.2",
|
|
"requires": {
|
|
"abstract-leveldown": "~6.0.1",
|
|
"immediate": "~3.2.3",
|
|
"inherits": "^2.0.3",
|
|
"ltgt": "^2.1.2",
|
|
"typedarray-to-buffer": "~3.1.5"
|
|
}
|
|
},
|
|
"level-packager": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"encoding-down": "^6.3.0",
|
|
"levelup": "^4.3.2"
|
|
},
|
|
"dependencies": {
|
|
"abstract-leveldown": {
|
|
"version": "6.2.3",
|
|
"requires": {
|
|
"buffer": "^5.5.0",
|
|
"immediate": "^3.2.3",
|
|
"level-concat-iterator": "~2.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
}
|
|
},
|
|
"deferred-leveldown": {
|
|
"version": "5.3.0",
|
|
"requires": {
|
|
"abstract-leveldown": "~6.2.1",
|
|
"inherits": "^2.0.3"
|
|
}
|
|
},
|
|
"levelup": {
|
|
"version": "4.4.0",
|
|
"requires": {
|
|
"deferred-leveldown": "~5.3.0",
|
|
"level-errors": "~2.0.0",
|
|
"level-iterator-stream": "~4.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"level-supports": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"xtend": "^4.0.2"
|
|
}
|
|
},
|
|
"leveldown": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"abstract-leveldown": "~6.0.3",
|
|
"napi-macros": "~1.8.1",
|
|
"node-gyp-build": "~4.1.0"
|
|
}
|
|
},
|
|
"levelup": {
|
|
"version": "4.1.0",
|
|
"requires": {
|
|
"deferred-leveldown": "~5.1.0",
|
|
"level-errors": "~2.0.0",
|
|
"level-iterator-stream": "~4.0.0",
|
|
"xtend": "~4.0.0"
|
|
}
|
|
},
|
|
"libp2p-crypto": {
|
|
"version": "0.16.4",
|
|
"requires": {
|
|
"asmcrypto.js": "^2.3.2",
|
|
"asn1.js": "^5.0.1",
|
|
"async": "^2.6.1",
|
|
"bn.js": "^4.11.8",
|
|
"browserify-aes": "^1.2.0",
|
|
"bs58": "^4.0.1",
|
|
"iso-random-stream": "^1.1.0",
|
|
"keypair": "^1.0.1",
|
|
"libp2p-crypto-secp256k1": "~0.3.0",
|
|
"multihashing-async": "~0.5.1",
|
|
"node-forge": "^0.10.0",
|
|
"pem-jwk": "^2.0.0",
|
|
"protons": "^1.0.1",
|
|
"rsa-pem-to-jwk": "^1.1.3",
|
|
"tweetnacl": "^1.0.0",
|
|
"ursa-optional": "~0.10.0"
|
|
}
|
|
},
|
|
"multibase": {
|
|
"version": "0.7.0",
|
|
"requires": {
|
|
"base-x": "^3.0.8",
|
|
"buffer": "^5.5.0"
|
|
}
|
|
},
|
|
"multihashes": {
|
|
"version": "0.4.21",
|
|
"requires": {
|
|
"buffer": "^5.5.0",
|
|
"multibase": "^0.7.0",
|
|
"varint": "^5.0.0"
|
|
}
|
|
},
|
|
"multihashing-async": {
|
|
"version": "0.5.2",
|
|
"requires": {
|
|
"blakejs": "^1.1.0",
|
|
"js-sha3": "~0.8.0",
|
|
"multihashes": "~0.4.13",
|
|
"murmurhash3js": "^3.0.1",
|
|
"nodeify": "^1.0.1"
|
|
}
|
|
},
|
|
"napi-macros": {
|
|
"version": "1.8.2"
|
|
},
|
|
"node-gyp-build": {
|
|
"version": "4.1.1"
|
|
},
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
},
|
|
"tweetnacl": {
|
|
"version": "1.0.3"
|
|
},
|
|
"varint": {
|
|
"version": "5.0.2"
|
|
}
|
|
}
|
|
},
|
|
"orbit-db-kvstore": {
|
|
"version": "1.12.0",
|
|
"requires": {}
|
|
},
|
|
"orbit-db-pubsub": {
|
|
"version": "0.6.0",
|
|
"requires": {
|
|
"ipfs-pubsub-peer-monitor": "~0.0.5",
|
|
"logplease": "~1.2.14",
|
|
"p-series": "^1.1.0"
|
|
}
|
|
},
|
|
"orbit-db-storage-adapter": {
|
|
"version": "0.5.3",
|
|
"requires": {
|
|
"level": "^5.0.1",
|
|
"mkdirp": "^0.5.1"
|
|
},
|
|
"dependencies": {
|
|
"abstract-leveldown": {
|
|
"version": "6.0.3",
|
|
"requires": {
|
|
"level-concat-iterator": "~2.0.0",
|
|
"xtend": "~4.0.0"
|
|
}
|
|
},
|
|
"buffer": {
|
|
"version": "5.7.1",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"deferred-leveldown": {
|
|
"version": "5.3.0",
|
|
"requires": {
|
|
"abstract-leveldown": "~6.2.1",
|
|
"inherits": "^2.0.3"
|
|
},
|
|
"dependencies": {
|
|
"abstract-leveldown": {
|
|
"version": "6.2.3",
|
|
"requires": {
|
|
"buffer": "^5.5.0",
|
|
"immediate": "^3.2.3",
|
|
"level-concat-iterator": "~2.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"encoding-down": {
|
|
"version": "6.3.0",
|
|
"requires": {
|
|
"abstract-leveldown": "^6.2.1",
|
|
"inherits": "^2.0.3",
|
|
"level-codec": "^9.0.0",
|
|
"level-errors": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"abstract-leveldown": {
|
|
"version": "6.3.0",
|
|
"requires": {
|
|
"buffer": "^5.5.0",
|
|
"immediate": "^3.2.3",
|
|
"level-concat-iterator": "~2.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"level": {
|
|
"version": "5.0.1",
|
|
"requires": {
|
|
"level-js": "^4.0.0",
|
|
"level-packager": "^5.0.0",
|
|
"leveldown": "^5.0.0",
|
|
"opencollective-postinstall": "^2.0.0"
|
|
}
|
|
},
|
|
"level-codec": {
|
|
"version": "9.0.2",
|
|
"requires": {
|
|
"buffer": "^5.6.0"
|
|
}
|
|
},
|
|
"level-concat-iterator": {
|
|
"version": "2.0.1"
|
|
},
|
|
"level-errors": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"errno": "~0.1.1"
|
|
}
|
|
},
|
|
"level-iterator-stream": {
|
|
"version": "4.0.2",
|
|
"requires": {
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0",
|
|
"xtend": "^4.0.2"
|
|
}
|
|
},
|
|
"level-js": {
|
|
"version": "4.0.2",
|
|
"requires": {
|
|
"abstract-leveldown": "~6.0.1",
|
|
"immediate": "~3.2.3",
|
|
"inherits": "^2.0.3",
|
|
"ltgt": "^2.1.2",
|
|
"typedarray-to-buffer": "~3.1.5"
|
|
}
|
|
},
|
|
"level-packager": {
|
|
"version": "5.1.1",
|
|
"requires": {
|
|
"encoding-down": "^6.3.0",
|
|
"levelup": "^4.3.2"
|
|
}
|
|
},
|
|
"level-supports": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"xtend": "^4.0.2"
|
|
}
|
|
},
|
|
"leveldown": {
|
|
"version": "5.6.0",
|
|
"requires": {
|
|
"abstract-leveldown": "~6.2.1",
|
|
"napi-macros": "~2.0.0",
|
|
"node-gyp-build": "~4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"abstract-leveldown": {
|
|
"version": "6.2.3",
|
|
"requires": {
|
|
"buffer": "^5.5.0",
|
|
"immediate": "^3.2.3",
|
|
"level-concat-iterator": "~2.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"levelup": {
|
|
"version": "4.4.0",
|
|
"requires": {
|
|
"deferred-leveldown": "~5.3.0",
|
|
"level-errors": "~2.0.0",
|
|
"level-iterator-stream": "~4.0.0",
|
|
"level-supports": "~1.0.0",
|
|
"xtend": "~4.0.0"
|
|
}
|
|
},
|
|
"node-gyp-build": {
|
|
"version": "4.1.1"
|
|
},
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"orbit-db-store": {
|
|
"version": "4.3.2",
|
|
"requires": {
|
|
"ipfs-log": "^5.4.1",
|
|
"it-to-stream": "^1.0.0",
|
|
"logplease": "^1.2.14",
|
|
"p-each-series": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"p-queue": "^6.6.2",
|
|
"readable-stream": "~3.6.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"p-any": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"p-cancelable": "^2.0.0",
|
|
"p-some": "^5.0.0"
|
|
}
|
|
},
|
|
"p-cancelable": {
|
|
"version": "2.1.1"
|
|
},
|
|
"p-defer": {
|
|
"version": "3.0.0"
|
|
},
|
|
"p-do-whilst": {
|
|
"version": "1.1.0"
|
|
},
|
|
"p-each-series": {
|
|
"version": "2.2.0"
|
|
},
|
|
"p-fifo": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"fast-fifo": "^1.0.0",
|
|
"p-defer": "^3.0.0"
|
|
}
|
|
},
|
|
"p-filter": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-map": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"p-map": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"p-finally": {
|
|
"version": "1.0.0"
|
|
},
|
|
"p-forever": {
|
|
"version": "2.1.0"
|
|
},
|
|
"p-is-promise": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"p-limit": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"yocto-queue": "^0.1.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^1.1.0"
|
|
},
|
|
"dependencies": {
|
|
"p-limit": {
|
|
"version": "1.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-try": "^1.0.0"
|
|
}
|
|
},
|
|
"p-try": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"p-map": {
|
|
"version": "4.0.0",
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0"
|
|
}
|
|
},
|
|
"p-map-series": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"p-reduce": "^1.0.0"
|
|
}
|
|
},
|
|
"p-queue": {
|
|
"version": "6.6.2",
|
|
"requires": {
|
|
"eventemitter3": "^4.0.4",
|
|
"p-timeout": "^3.2.0"
|
|
},
|
|
"dependencies": {
|
|
"p-timeout": {
|
|
"version": "3.2.0",
|
|
"requires": {
|
|
"p-finally": "^1.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"p-reduce": {
|
|
"version": "1.0.0"
|
|
},
|
|
"p-reflect": {
|
|
"version": "2.1.0"
|
|
},
|
|
"p-retry": {
|
|
"version": "4.6.1",
|
|
"requires": {
|
|
"@types/retry": "^0.12.0",
|
|
"retry": "^0.13.1"
|
|
}
|
|
},
|
|
"p-series": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"@sindresorhus/is": "^0.7.0",
|
|
"p-reduce": "^1.0.0"
|
|
}
|
|
},
|
|
"p-settle": {
|
|
"version": "4.1.1",
|
|
"requires": {
|
|
"p-limit": "^2.2.2",
|
|
"p-reflect": "^2.1.0"
|
|
},
|
|
"dependencies": {
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"p-some": {
|
|
"version": "5.0.0",
|
|
"requires": {
|
|
"aggregate-error": "^3.0.0",
|
|
"p-cancelable": "^2.0.0"
|
|
}
|
|
},
|
|
"p-timeout": {
|
|
"version": "4.1.0"
|
|
},
|
|
"p-try": {
|
|
"version": "2.2.0"
|
|
},
|
|
"p-try-each": {
|
|
"version": "1.0.1"
|
|
},
|
|
"p-wait-for": {
|
|
"version": "3.2.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"p-timeout": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"p-timeout": {
|
|
"version": "3.2.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"p-finally": "^1.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"p-whilst": {
|
|
"version": "2.1.0"
|
|
},
|
|
"package-hash": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.15",
|
|
"hasha": "^5.0.0",
|
|
"lodash.flattendeep": "^4.4.0",
|
|
"release-zalgo": "^1.0.0"
|
|
}
|
|
},
|
|
"package-json": {
|
|
"version": "6.5.0",
|
|
"requires": {
|
|
"got": "^9.6.0",
|
|
"registry-auth-token": "^4.0.0",
|
|
"registry-url": "^5.0.0",
|
|
"semver": "^6.2.0"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.0"
|
|
}
|
|
}
|
|
},
|
|
"pako": {
|
|
"version": "1.0.11"
|
|
},
|
|
"param-case": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"dot-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"parent-module": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"callsites": "^3.0.0"
|
|
}
|
|
},
|
|
"parse-duration": {
|
|
"version": "1.0.2"
|
|
},
|
|
"parse-json": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"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"
|
|
}
|
|
},
|
|
"parseqs": {
|
|
"version": "0.0.6"
|
|
},
|
|
"parseuri": {
|
|
"version": "0.0.6"
|
|
},
|
|
"parseurl": {
|
|
"version": "1.3.3"
|
|
},
|
|
"pascal-case": {
|
|
"version": "3.1.2",
|
|
"requires": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"passport": {
|
|
"version": "0.4.1",
|
|
"requires": {
|
|
"passport-strategy": "1.x.x",
|
|
"pause": "0.0.1"
|
|
}
|
|
},
|
|
"passport-local": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"passport-strategy": "1.x.x"
|
|
}
|
|
},
|
|
"passport-strategy": {
|
|
"version": "1.0.0"
|
|
},
|
|
"passthrough-counter": {
|
|
"version": "1.0.0"
|
|
},
|
|
"path-case": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"dot-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "2.1.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"pinkie-promise": "^2.0.0"
|
|
}
|
|
},
|
|
"path-is-absolute": {
|
|
"version": "1.0.1"
|
|
},
|
|
"path-key": {
|
|
"version": "3.1.1"
|
|
},
|
|
"path-parse": {
|
|
"version": "1.0.7"
|
|
},
|
|
"path-to-regexp": {
|
|
"version": "6.2.0"
|
|
},
|
|
"path-type": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"pathval": {
|
|
"version": "1.1.1",
|
|
"dev": true
|
|
},
|
|
"pause": {
|
|
"version": "0.0.1"
|
|
},
|
|
"pbkdf2": {
|
|
"version": "3.1.2",
|
|
"requires": {
|
|
"create-hash": "^1.1.2",
|
|
"create-hmac": "^1.1.4",
|
|
"ripemd160": "^2.0.1",
|
|
"safe-buffer": "^5.0.1",
|
|
"sha.js": "^2.4.8"
|
|
}
|
|
},
|
|
"peek-readable": {
|
|
"version": "4.0.2"
|
|
},
|
|
"peek-stream": {
|
|
"version": "1.1.3",
|
|
"peer": true,
|
|
"requires": {
|
|
"buffer-from": "^1.0.0",
|
|
"duplexify": "^3.5.0",
|
|
"through2": "^2.0.3"
|
|
}
|
|
},
|
|
"peer-id": {
|
|
"version": "0.15.4",
|
|
"requires": {
|
|
"class-is": "^1.1.0",
|
|
"libp2p-crypto": "^0.20.0",
|
|
"minimist": "^1.2.5",
|
|
"multiformats": "^9.4.5",
|
|
"protobufjs": "^6.10.2",
|
|
"uint8arrays": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"libp2p-crypto": {
|
|
"version": "0.20.0",
|
|
"requires": {
|
|
"err-code": "^3.0.1",
|
|
"iso-random-stream": "^2.0.0",
|
|
"keypair": "^1.0.4",
|
|
"multiformats": "^9.4.5",
|
|
"noble-ed25519": "^1.2.6",
|
|
"noble-secp256k1": "^1.2.10",
|
|
"node-forge": "^0.10.0",
|
|
"pem-jwk": "^2.0.0",
|
|
"protobufjs": "^6.11.2",
|
|
"uint8arrays": "^3.0.0",
|
|
"ursa-optional": "^0.10.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"pem-jwk": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"asn1.js": "^5.0.1"
|
|
}
|
|
},
|
|
"pend": {
|
|
"version": "1.2.0",
|
|
"optional": true
|
|
},
|
|
"performance-now": {
|
|
"version": "2.1.0"
|
|
},
|
|
"picocolors": {
|
|
"version": "0.2.1",
|
|
"dev": true
|
|
},
|
|
"picomatch": {
|
|
"version": "2.3.0",
|
|
"dev": true
|
|
},
|
|
"pify": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"pinkie": {
|
|
"version": "2.0.4",
|
|
"optional": true
|
|
},
|
|
"pinkie-promise": {
|
|
"version": "2.0.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"pinkie": "^2.0.0"
|
|
}
|
|
},
|
|
"pino": {
|
|
"version": "6.13.4",
|
|
"requires": {
|
|
"fast-redact": "^3.0.0",
|
|
"fast-safe-stringify": "^2.0.8",
|
|
"flatstr": "^1.0.12",
|
|
"pino-std-serializers": "^3.1.0",
|
|
"process-warning": "^1.0.0",
|
|
"quick-format-unescaped": "^4.0.3",
|
|
"sonic-boom": "^1.0.2"
|
|
}
|
|
},
|
|
"pino-pretty": {
|
|
"version": "4.8.0",
|
|
"requires": {
|
|
"@hapi/bourne": "^2.0.0",
|
|
"args": "^5.0.1",
|
|
"chalk": "^4.0.0",
|
|
"dateformat": "^4.5.1",
|
|
"fast-safe-stringify": "^2.0.7",
|
|
"jmespath": "^0.15.0",
|
|
"joycon": "^2.2.5",
|
|
"pump": "^3.0.0",
|
|
"readable-stream": "^3.6.0",
|
|
"rfdc": "^1.3.0",
|
|
"split2": "^3.1.1",
|
|
"strip-json-comments": "^3.1.1"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"pino-std-serializers": {
|
|
"version": "3.2.0"
|
|
},
|
|
"pkg-conf": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"find-up": "^2.0.0",
|
|
"load-json-file": "^4.0.0"
|
|
}
|
|
},
|
|
"pkg-dir": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"find-up": "^2.1.0"
|
|
}
|
|
},
|
|
"please-upgrade-node": {
|
|
"version": "3.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"semver-compare": "^1.0.0"
|
|
}
|
|
},
|
|
"preact": {
|
|
"version": "8.2.9"
|
|
},
|
|
"prelude-ls": {
|
|
"version": "1.2.1",
|
|
"dev": true
|
|
},
|
|
"prepend-http": {
|
|
"version": "2.0.0"
|
|
},
|
|
"prettier": {
|
|
"version": "2.4.1",
|
|
"dev": true,
|
|
"peer": true
|
|
},
|
|
"prettier-linter-helpers": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"fast-diff": "^1.1.2"
|
|
}
|
|
},
|
|
"pretty-bytes": {
|
|
"version": "5.6.0"
|
|
},
|
|
"private-ip": {
|
|
"version": "2.3.3",
|
|
"requires": {
|
|
"ip-regex": "^4.3.0",
|
|
"ipaddr.js": "^2.0.1",
|
|
"is-ip": "^3.1.0",
|
|
"netmask": "^2.0.2"
|
|
}
|
|
},
|
|
"process-nextick-args": {
|
|
"version": "2.0.1"
|
|
},
|
|
"process-on-spawn": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"fromentries": "^1.2.0"
|
|
}
|
|
},
|
|
"process-warning": {
|
|
"version": "1.0.0"
|
|
},
|
|
"progress": {
|
|
"version": "2.0.3"
|
|
},
|
|
"progress-stream": {
|
|
"version": "1.2.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"speedometer": "~0.1.2",
|
|
"through2": "~0.2.3"
|
|
},
|
|
"dependencies": {
|
|
"isarray": {
|
|
"version": "0.0.1",
|
|
"optional": true
|
|
},
|
|
"object-keys": {
|
|
"version": "0.4.0",
|
|
"optional": true
|
|
},
|
|
"readable-stream": {
|
|
"version": "1.1.14",
|
|
"optional": true,
|
|
"requires": {
|
|
"core-util-is": "~1.0.0",
|
|
"inherits": "~2.0.1",
|
|
"isarray": "0.0.1",
|
|
"string_decoder": "~0.10.x"
|
|
}
|
|
},
|
|
"string_decoder": {
|
|
"version": "0.10.31",
|
|
"optional": true
|
|
},
|
|
"through2": {
|
|
"version": "0.2.3",
|
|
"optional": true,
|
|
"requires": {
|
|
"readable-stream": "~1.1.9",
|
|
"xtend": "~2.1.1"
|
|
}
|
|
},
|
|
"xtend": {
|
|
"version": "2.1.2",
|
|
"optional": true,
|
|
"requires": {
|
|
"object-keys": "~0.4.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"prom-client": {
|
|
"version": "12.0.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"tdigest": "^0.1.1"
|
|
}
|
|
},
|
|
"prometheus-gc-stats": {
|
|
"version": "0.6.3",
|
|
"optional": true,
|
|
"requires": {
|
|
"gc-stats": "^1.4.0",
|
|
"optional": "^0.1.3"
|
|
}
|
|
},
|
|
"promise": {
|
|
"version": "1.3.0",
|
|
"requires": {
|
|
"is-promise": "~1"
|
|
}
|
|
},
|
|
"promise-timeout": {
|
|
"version": "1.3.0"
|
|
},
|
|
"prop-types": {
|
|
"version": "15.7.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"loose-envify": "^1.4.0",
|
|
"object-assign": "^4.1.1",
|
|
"react-is": "^16.8.1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"protobufjs": {
|
|
"version": "6.11.2",
|
|
"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/long": "^4.0.1",
|
|
"@types/node": ">=13.7.0",
|
|
"long": "^4.0.0"
|
|
}
|
|
},
|
|
"protocol-buffers-schema": {
|
|
"version": "3.6.0"
|
|
},
|
|
"protons": {
|
|
"version": "1.2.1",
|
|
"requires": {
|
|
"buffer": "^5.5.0",
|
|
"protocol-buffers-schema": "^3.3.1",
|
|
"signed-varint": "^2.0.1",
|
|
"varint": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"buffer": {
|
|
"version": "5.7.1",
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"varint": {
|
|
"version": "5.0.2"
|
|
}
|
|
}
|
|
},
|
|
"prr": {
|
|
"version": "1.0.1"
|
|
},
|
|
"pseudomap": {
|
|
"version": "1.0.2",
|
|
"optional": true
|
|
},
|
|
"psl": {
|
|
"version": "1.8.0"
|
|
},
|
|
"pstree.remy": {
|
|
"version": "1.1.8",
|
|
"dev": true
|
|
},
|
|
"public-ip": {
|
|
"version": "4.0.4",
|
|
"requires": {
|
|
"dns-socket": "^4.2.2",
|
|
"got": "^9.6.0",
|
|
"is-ip": "^3.1.0"
|
|
}
|
|
},
|
|
"pump": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
},
|
|
"pumpify": {
|
|
"version": "1.5.1",
|
|
"peer": true,
|
|
"requires": {
|
|
"duplexify": "^3.6.0",
|
|
"inherits": "^2.0.3",
|
|
"pump": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"pump": {
|
|
"version": "2.0.1",
|
|
"peer": true,
|
|
"requires": {
|
|
"end-of-stream": "^1.1.0",
|
|
"once": "^1.3.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"punycode": {
|
|
"version": "2.1.1"
|
|
},
|
|
"pupa": {
|
|
"version": "2.1.1",
|
|
"requires": {
|
|
"escape-goat": "^2.0.0"
|
|
}
|
|
},
|
|
"q": {
|
|
"version": "1.5.1",
|
|
"dev": true
|
|
},
|
|
"qs": {
|
|
"version": "6.10.1",
|
|
"requires": {
|
|
"side-channel": "^1.0.4"
|
|
}
|
|
},
|
|
"qs-stringify": {
|
|
"version": "1.2.1"
|
|
},
|
|
"querystringify": {
|
|
"version": "2.2.0"
|
|
},
|
|
"queue-microtask": {
|
|
"version": "1.2.3"
|
|
},
|
|
"queue-tick": {
|
|
"version": "1.0.0"
|
|
},
|
|
"quick-format-unescaped": {
|
|
"version": "4.0.4"
|
|
},
|
|
"quick-lru": {
|
|
"version": "4.0.1",
|
|
"dev": true
|
|
},
|
|
"rabin-wasm": {
|
|
"version": "0.1.5",
|
|
"requires": {
|
|
"@assemblyscript/loader": "^0.9.4",
|
|
"bl": "^5.0.0",
|
|
"debug": "^4.3.1",
|
|
"minimist": "^1.2.5",
|
|
"node-fetch": "^2.6.1",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"random-bytes": {
|
|
"version": "1.0.0"
|
|
},
|
|
"randombytes": {
|
|
"version": "2.1.0",
|
|
"requires": {
|
|
"safe-buffer": "^5.1.0"
|
|
}
|
|
},
|
|
"raw-body": {
|
|
"version": "2.4.1",
|
|
"requires": {
|
|
"bytes": "3.1.0",
|
|
"http-errors": "1.7.3",
|
|
"iconv-lite": "0.4.24",
|
|
"unpipe": "1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"depd": {
|
|
"version": "1.1.2"
|
|
},
|
|
"http-errors": {
|
|
"version": "1.7.3",
|
|
"requires": {
|
|
"depd": "~1.1.2",
|
|
"inherits": "2.0.4",
|
|
"setprototypeof": "1.1.1",
|
|
"statuses": ">= 1.5.0 < 2",
|
|
"toidentifier": "1.0.0"
|
|
}
|
|
},
|
|
"iconv-lite": {
|
|
"version": "0.4.24",
|
|
"requires": {
|
|
"safer-buffer": ">= 2.1.2 < 3"
|
|
}
|
|
},
|
|
"setprototypeof": {
|
|
"version": "1.1.1"
|
|
}
|
|
}
|
|
},
|
|
"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-is": {
|
|
"version": "16.13.1",
|
|
"dev": true
|
|
},
|
|
"react-native-fetch-api": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"p-defer": "^3.0.0"
|
|
}
|
|
},
|
|
"read-pkg": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/normalize-package-data": "^2.4.0",
|
|
"normalize-package-data": "^2.5.0",
|
|
"parse-json": "^5.0.0",
|
|
"type-fest": "^0.6.0"
|
|
},
|
|
"dependencies": {
|
|
"type-fest": {
|
|
"version": "0.6.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"read-pkg-up": {
|
|
"version": "7.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"find-up": "^4.1.0",
|
|
"read-pkg": "^5.2.0",
|
|
"type-fest": "^0.8.1"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^5.0.0",
|
|
"path-exists": "^4.0.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "5.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^4.1.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "4.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^2.2.0"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"readable-stream": {
|
|
"version": "2.3.7",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"safe-buffer": {
|
|
"version": "5.1.2"
|
|
}
|
|
}
|
|
},
|
|
"readable-web-to-node-stream": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"readdirp": {
|
|
"version": "3.5.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"picomatch": "^2.2.1"
|
|
}
|
|
},
|
|
"receptacle": {
|
|
"version": "1.3.2",
|
|
"requires": {
|
|
"ms": "^2.1.1"
|
|
}
|
|
},
|
|
"redent": {
|
|
"version": "1.0.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"indent-string": "^2.1.0",
|
|
"strip-indent": "^1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"indent-string": {
|
|
"version": "2.1.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"repeating": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"redeyed": {
|
|
"version": "2.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"esprima": "~4.0.0"
|
|
}
|
|
},
|
|
"redis": {
|
|
"version": "4.0.1",
|
|
"requires": {
|
|
"@node-redis/client": "^1.0.1",
|
|
"@node-redis/json": "^1.0.1",
|
|
"@node-redis/search": "^1.0.1",
|
|
"@node-redis/time-series": "^1.0.0"
|
|
}
|
|
},
|
|
"redis-errors": {
|
|
"version": "1.2.0"
|
|
},
|
|
"redis-parser": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"redis-errors": "^1.0.0"
|
|
}
|
|
},
|
|
"regexp-clone": {
|
|
"version": "1.0.0"
|
|
},
|
|
"regexp.prototype.flags": {
|
|
"version": "1.3.1",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3"
|
|
}
|
|
},
|
|
"regexpp": {
|
|
"version": "3.2.0",
|
|
"dev": true
|
|
},
|
|
"registry-auth-token": {
|
|
"version": "4.2.1",
|
|
"requires": {
|
|
"rc": "^1.2.8"
|
|
}
|
|
},
|
|
"registry-url": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"rc": "^1.2.8"
|
|
}
|
|
},
|
|
"release-zalgo": {
|
|
"version": "1.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"es6-error": "^4.0.1"
|
|
}
|
|
},
|
|
"repeating": {
|
|
"version": "2.0.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"is-finite": "^1.0.0"
|
|
}
|
|
},
|
|
"request": {
|
|
"version": "2.88.2",
|
|
"requires": {
|
|
"aws-sign2": "~0.7.0",
|
|
"aws4": "^1.8.0",
|
|
"caseless": "~0.12.0",
|
|
"combined-stream": "~1.0.6",
|
|
"extend": "~3.0.2",
|
|
"forever-agent": "~0.6.1",
|
|
"form-data": "~2.3.2",
|
|
"har-validator": "~5.1.3",
|
|
"http-signature": "~1.2.0",
|
|
"is-typedarray": "~1.0.0",
|
|
"isstream": "~0.1.2",
|
|
"json-stringify-safe": "~5.0.1",
|
|
"mime-types": "~2.1.19",
|
|
"oauth-sign": "~0.9.0",
|
|
"performance-now": "^2.1.0",
|
|
"qs": "~6.5.2",
|
|
"safe-buffer": "^5.1.2",
|
|
"tough-cookie": "~2.5.0",
|
|
"tunnel-agent": "^0.6.0",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"form-data": {
|
|
"version": "2.3.3",
|
|
"requires": {
|
|
"asynckit": "^0.4.0",
|
|
"combined-stream": "^1.0.6",
|
|
"mime-types": "^2.1.12"
|
|
}
|
|
},
|
|
"qs": {
|
|
"version": "6.5.2"
|
|
},
|
|
"uuid": {
|
|
"version": "3.4.0"
|
|
}
|
|
}
|
|
},
|
|
"require_optional": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"resolve-from": "^2.0.0",
|
|
"semver": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"resolve-from": {
|
|
"version": "2.0.0"
|
|
},
|
|
"semver": {
|
|
"version": "5.7.1"
|
|
}
|
|
}
|
|
},
|
|
"require-directory": {
|
|
"version": "2.1.1"
|
|
},
|
|
"require-from-string": {
|
|
"version": "2.0.2",
|
|
"dev": true
|
|
},
|
|
"require-main-filename": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"requires-port": {
|
|
"version": "1.0.0"
|
|
},
|
|
"resolve": {
|
|
"version": "1.20.0",
|
|
"devOptional": true,
|
|
"requires": {
|
|
"is-core-module": "^2.2.0",
|
|
"path-parse": "^1.0.6"
|
|
}
|
|
},
|
|
"resolve-alpn": {
|
|
"version": "1.2.1",
|
|
"peer": true
|
|
},
|
|
"resolve-from": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"resolve-path": {
|
|
"version": "1.4.0",
|
|
"requires": {
|
|
"http-errors": "~1.6.2",
|
|
"path-is-absolute": "1.0.1"
|
|
},
|
|
"dependencies": {
|
|
"depd": {
|
|
"version": "1.1.2"
|
|
},
|
|
"http-errors": {
|
|
"version": "1.6.3",
|
|
"requires": {
|
|
"depd": "~1.1.2",
|
|
"inherits": "2.0.3",
|
|
"setprototypeof": "1.1.0",
|
|
"statuses": ">= 1.4.0 < 2"
|
|
}
|
|
},
|
|
"inherits": {
|
|
"version": "2.0.3"
|
|
},
|
|
"setprototypeof": {
|
|
"version": "1.1.0"
|
|
}
|
|
}
|
|
},
|
|
"responselike": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"lowercase-keys": "^1.0.0"
|
|
}
|
|
},
|
|
"resumer": {
|
|
"version": "0.0.0",
|
|
"requires": {
|
|
"through": "~2.3.4"
|
|
}
|
|
},
|
|
"retimer": {
|
|
"version": "3.0.0"
|
|
},
|
|
"retry": {
|
|
"version": "0.13.1"
|
|
},
|
|
"retry-as-promised": {
|
|
"version": "3.2.0",
|
|
"requires": {
|
|
"any-promise": "^1.3.0"
|
|
}
|
|
},
|
|
"reusify": {
|
|
"version": "1.0.4",
|
|
"dev": true
|
|
},
|
|
"rfdc": {
|
|
"version": "1.3.0"
|
|
},
|
|
"rimraf": {
|
|
"version": "3.0.2",
|
|
"requires": {
|
|
"glob": "^7.1.3"
|
|
}
|
|
},
|
|
"ripemd160": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"hash-base": "^3.0.0",
|
|
"inherits": "^2.0.1"
|
|
}
|
|
},
|
|
"rsa-pem-to-jwk": {
|
|
"version": "1.1.3",
|
|
"requires": {
|
|
"object-assign": "^2.0.0",
|
|
"rsa-unpack": "0.0.6"
|
|
},
|
|
"dependencies": {
|
|
"object-assign": {
|
|
"version": "2.1.1"
|
|
}
|
|
}
|
|
},
|
|
"rsa-unpack": {
|
|
"version": "0.0.6",
|
|
"requires": {
|
|
"optimist": "~0.3.5"
|
|
}
|
|
},
|
|
"run-parallel": {
|
|
"version": "1.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"run-parallel-limit": {
|
|
"version": "1.1.0",
|
|
"requires": {
|
|
"queue-microtask": "^1.2.2"
|
|
}
|
|
},
|
|
"safe-buffer": {
|
|
"version": "5.2.1"
|
|
},
|
|
"safe-stable-stringify": {
|
|
"version": "1.1.1"
|
|
},
|
|
"safer-buffer": {
|
|
"version": "2.1.2"
|
|
},
|
|
"sanitize-filename": {
|
|
"version": "1.6.3",
|
|
"requires": {
|
|
"truncate-utf8-bytes": "^1.0.0"
|
|
}
|
|
},
|
|
"saslprep": {
|
|
"version": "1.0.3",
|
|
"optional": true,
|
|
"requires": {
|
|
"sparse-bitfield": "^3.0.3"
|
|
}
|
|
},
|
|
"satoshi-bitcoin": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"big.js": "^3.1.3"
|
|
}
|
|
},
|
|
"sax": {
|
|
"version": "1.2.4"
|
|
},
|
|
"scrypt-js": {
|
|
"version": "3.0.1"
|
|
},
|
|
"scryptsy": {
|
|
"version": "2.1.0"
|
|
},
|
|
"secp256k1": {
|
|
"version": "3.8.0",
|
|
"requires": {
|
|
"bindings": "^1.5.0",
|
|
"bip66": "^1.1.5",
|
|
"bn.js": "^4.11.8",
|
|
"create-hash": "^1.2.0",
|
|
"drbg.js": "^1.0.1",
|
|
"elliptic": "^6.5.2",
|
|
"nan": "^2.14.0",
|
|
"safe-buffer": "^5.1.2"
|
|
}
|
|
},
|
|
"semantic-release": {
|
|
"version": "17.4.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@semantic-release/commit-analyzer": "^8.0.0",
|
|
"@semantic-release/error": "^2.2.0",
|
|
"@semantic-release/github": "^7.0.0",
|
|
"@semantic-release/npm": "^7.0.0",
|
|
"@semantic-release/release-notes-generator": "^9.0.0",
|
|
"aggregate-error": "^3.0.0",
|
|
"cosmiconfig": "^7.0.0",
|
|
"debug": "^4.0.0",
|
|
"env-ci": "^5.0.0",
|
|
"execa": "^5.0.0",
|
|
"figures": "^3.0.0",
|
|
"find-versions": "^4.0.0",
|
|
"get-stream": "^6.0.0",
|
|
"git-log-parser": "^1.2.0",
|
|
"hook-std": "^2.0.0",
|
|
"hosted-git-info": "^4.0.0",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^2.0.0",
|
|
"marked-terminal": "^4.1.1",
|
|
"micromatch": "^4.0.2",
|
|
"p-each-series": "^2.1.0",
|
|
"p-reduce": "^2.0.0",
|
|
"read-pkg-up": "^7.0.0",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.3.2",
|
|
"semver-diff": "^3.1.1",
|
|
"signale": "^1.2.1",
|
|
"yargs": "^16.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@semantic-release/commit-analyzer": {
|
|
"version": "8.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"conventional-changelog-angular": "^5.0.0",
|
|
"conventional-commits-filter": "^2.0.0",
|
|
"conventional-commits-parser": "^3.0.7",
|
|
"debug": "^4.0.0",
|
|
"import-from": "^3.0.0",
|
|
"lodash": "^4.17.4",
|
|
"micromatch": "^4.0.2"
|
|
}
|
|
},
|
|
"@semantic-release/github": {
|
|
"version": "7.2.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"@octokit/rest": "^18.0.0",
|
|
"@semantic-release/error": "^2.2.0",
|
|
"aggregate-error": "^3.0.0",
|
|
"bottleneck": "^2.18.1",
|
|
"debug": "^4.0.0",
|
|
"dir-glob": "^3.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"globby": "^11.0.0",
|
|
"http-proxy-agent": "^4.0.0",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"issue-parser": "^6.0.0",
|
|
"lodash": "^4.17.4",
|
|
"mime": "^2.4.3",
|
|
"p-filter": "^2.0.0",
|
|
"p-retry": "^4.0.0",
|
|
"url-join": "^4.0.0"
|
|
}
|
|
},
|
|
"@semantic-release/npm": {
|
|
"version": "7.1.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"@semantic-release/error": "^2.2.0",
|
|
"aggregate-error": "^3.0.0",
|
|
"execa": "^5.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"lodash": "^4.17.15",
|
|
"nerf-dart": "^1.0.0",
|
|
"normalize-url": "^6.0.0",
|
|
"npm": "^7.0.0",
|
|
"rc": "^1.2.8",
|
|
"read-pkg": "^5.0.0",
|
|
"registry-auth-token": "^4.0.0",
|
|
"semver": "^7.1.2",
|
|
"tempy": "^1.0.0"
|
|
}
|
|
},
|
|
"@semantic-release/release-notes-generator": {
|
|
"version": "9.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"conventional-changelog-angular": "^5.0.0",
|
|
"conventional-changelog-writer": "^4.0.0",
|
|
"conventional-commits-filter": "^2.0.0",
|
|
"conventional-commits-parser": "^3.0.0",
|
|
"debug": "^4.0.0",
|
|
"get-stream": "^6.0.0",
|
|
"import-from": "^3.0.0",
|
|
"into-stream": "^6.0.0",
|
|
"lodash": "^4.17.4",
|
|
"read-pkg-up": "^7.0.0"
|
|
}
|
|
},
|
|
"fs-extra": {
|
|
"version": "10.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.2.0",
|
|
"jsonfile": "^6.0.1",
|
|
"universalify": "^2.0.0"
|
|
}
|
|
},
|
|
"normalize-url": {
|
|
"version": "6.1.0",
|
|
"dev": true
|
|
},
|
|
"p-reduce": {
|
|
"version": "2.1.0",
|
|
"dev": true
|
|
},
|
|
"resolve-from": {
|
|
"version": "5.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"semver": {
|
|
"version": "7.3.5",
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"lru-cache": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"yallist": "^4.0.0"
|
|
}
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"semver-compare": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"semver-diff": {
|
|
"version": "3.1.1",
|
|
"requires": {
|
|
"semver": "^6.3.0"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.0"
|
|
}
|
|
}
|
|
},
|
|
"semver-regex": {
|
|
"version": "3.1.3",
|
|
"dev": true
|
|
},
|
|
"sentence-case": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"no-case": "^3.0.4",
|
|
"tslib": "^2.0.3",
|
|
"upper-case-first": "^2.0.2"
|
|
}
|
|
},
|
|
"sequelize": {
|
|
"version": "5.22.4",
|
|
"requires": {
|
|
"bluebird": "^3.5.0",
|
|
"cls-bluebird": "^2.1.0",
|
|
"debug": "^4.1.1",
|
|
"dottie": "^2.0.0",
|
|
"inflection": "1.12.0",
|
|
"lodash": "^4.17.15",
|
|
"moment": "^2.24.0",
|
|
"moment-timezone": "^0.5.21",
|
|
"retry-as-promised": "^3.2.0",
|
|
"semver": "^6.3.0",
|
|
"sequelize-pool": "^2.3.0",
|
|
"toposort-class": "^1.0.1",
|
|
"uuid": "^3.3.3",
|
|
"validator": "^10.11.0",
|
|
"wkx": "^0.4.8"
|
|
},
|
|
"dependencies": {
|
|
"semver": {
|
|
"version": "6.3.0"
|
|
},
|
|
"uuid": {
|
|
"version": "3.4.0"
|
|
}
|
|
}
|
|
},
|
|
"sequelize-pool": {
|
|
"version": "2.3.0"
|
|
},
|
|
"serialize-javascript": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"randombytes": "^2.1.0"
|
|
}
|
|
},
|
|
"set-blocking": {
|
|
"version": "2.0.0"
|
|
},
|
|
"set-delayed-interval": {
|
|
"version": "1.0.0"
|
|
},
|
|
"setprototypeof": {
|
|
"version": "1.2.0"
|
|
},
|
|
"sha.js": {
|
|
"version": "2.4.11",
|
|
"requires": {
|
|
"inherits": "^2.0.1",
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"shebang-command": {
|
|
"version": "1.2.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"shebang-regex": "^1.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "1.0.0",
|
|
"optional": true
|
|
},
|
|
"shimmer": {
|
|
"version": "1.2.1"
|
|
},
|
|
"side-channel": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"call-bind": "^1.0.0",
|
|
"get-intrinsic": "^1.0.2",
|
|
"object-inspect": "^1.9.0"
|
|
}
|
|
},
|
|
"sift": {
|
|
"version": "7.0.1"
|
|
},
|
|
"signal-exit": {
|
|
"version": "3.0.5"
|
|
},
|
|
"signale": {
|
|
"version": "1.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"chalk": "^2.3.2",
|
|
"figures": "^2.0.0",
|
|
"pkg-conf": "^2.1.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
|
|
},
|
|
"escape-string-regexp": {
|
|
"version": "1.0.5",
|
|
"dev": true
|
|
},
|
|
"figures": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"escape-string-regexp": "^1.0.5"
|
|
}
|
|
},
|
|
"has-flag": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"supports-color": {
|
|
"version": "5.5.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^3.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"signed-varint": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"varint": "~5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"varint": {
|
|
"version": "5.0.2"
|
|
}
|
|
}
|
|
},
|
|
"simple-swizzle": {
|
|
"version": "0.2.2",
|
|
"requires": {
|
|
"is-arrayish": "^0.3.1"
|
|
},
|
|
"dependencies": {
|
|
"is-arrayish": {
|
|
"version": "0.3.2"
|
|
}
|
|
}
|
|
},
|
|
"single-line-log": {
|
|
"version": "1.1.2",
|
|
"optional": true,
|
|
"requires": {
|
|
"string-width": "^1.0.1"
|
|
}
|
|
},
|
|
"sinon": {
|
|
"version": "9.2.4",
|
|
"dev": true,
|
|
"requires": {
|
|
"@sinonjs/commons": "^1.8.1",
|
|
"@sinonjs/fake-timers": "^6.0.1",
|
|
"@sinonjs/samsam": "^5.3.1",
|
|
"diff": "^4.0.2",
|
|
"nise": "^4.0.4",
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
},
|
|
"slash": {
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"sliced": {
|
|
"version": "1.0.1"
|
|
},
|
|
"slp-mdm": {
|
|
"version": "0.0.6",
|
|
"requires": {
|
|
"bignumber.js": "^9.0.0"
|
|
}
|
|
},
|
|
"slp-parser": {
|
|
"version": "0.0.4",
|
|
"requires": {
|
|
"bignumber.js": "^9.0.0"
|
|
}
|
|
},
|
|
"snake-case": {
|
|
"version": "3.0.4",
|
|
"requires": {
|
|
"dot-case": "^3.0.4",
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"socket.io-client": {
|
|
"version": "4.4.0",
|
|
"requires": {
|
|
"@socket.io/component-emitter": "~3.0.0",
|
|
"backo2": "~1.0.2",
|
|
"debug": "~4.3.2",
|
|
"engine.io-client": "~6.1.1",
|
|
"parseuri": "0.0.6",
|
|
"socket.io-parser": "~4.1.1"
|
|
}
|
|
},
|
|
"socket.io-parser": {
|
|
"version": "4.1.1",
|
|
"requires": {
|
|
"@socket.io/component-emitter": "~3.0.0",
|
|
"debug": "~4.3.1"
|
|
}
|
|
},
|
|
"sonic-boom": {
|
|
"version": "1.4.1",
|
|
"requires": {
|
|
"atomic-sleep": "^1.0.0",
|
|
"flatstr": "^1.0.12"
|
|
}
|
|
},
|
|
"sort-keys": {
|
|
"version": "4.2.0",
|
|
"requires": {
|
|
"is-plain-obj": "^2.0.0"
|
|
}
|
|
},
|
|
"source-map": {
|
|
"version": "0.6.1",
|
|
"dev": true
|
|
},
|
|
"sparse-array": {
|
|
"version": "1.3.2"
|
|
},
|
|
"sparse-bitfield": {
|
|
"version": "3.0.3",
|
|
"optional": true,
|
|
"requires": {
|
|
"memory-pager": "^1.0.2"
|
|
}
|
|
},
|
|
"spawn-error-forwarder": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"spawn-wrap": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"foreground-child": "^2.0.0",
|
|
"is-windows": "^1.0.2",
|
|
"make-dir": "^3.0.0",
|
|
"rimraf": "^3.0.0",
|
|
"signal-exit": "^3.0.2",
|
|
"which": "^2.0.1"
|
|
},
|
|
"dependencies": {
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"spdx-correct": {
|
|
"version": "3.1.1",
|
|
"devOptional": true,
|
|
"requires": {
|
|
"spdx-expression-parse": "^3.0.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"spdx-exceptions": {
|
|
"version": "2.3.0",
|
|
"devOptional": true
|
|
},
|
|
"spdx-expression-parse": {
|
|
"version": "3.0.1",
|
|
"devOptional": true,
|
|
"requires": {
|
|
"spdx-exceptions": "^2.1.0",
|
|
"spdx-license-ids": "^3.0.0"
|
|
}
|
|
},
|
|
"spdx-license-ids": {
|
|
"version": "3.0.10",
|
|
"devOptional": true
|
|
},
|
|
"speedometer": {
|
|
"version": "0.1.4",
|
|
"optional": true
|
|
},
|
|
"split": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"through": "2"
|
|
}
|
|
},
|
|
"split2": {
|
|
"version": "3.2.2",
|
|
"requires": {
|
|
"readable-stream": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sprintf-js": {
|
|
"version": "1.0.3",
|
|
"dev": true
|
|
},
|
|
"sshpk": {
|
|
"version": "1.16.1",
|
|
"requires": {
|
|
"asn1": "~0.2.3",
|
|
"assert-plus": "^1.0.0",
|
|
"bcrypt-pbkdf": "^1.0.0",
|
|
"dashdash": "^1.12.0",
|
|
"ecc-jsbn": "~0.1.1",
|
|
"getpass": "^0.1.1",
|
|
"jsbn": "~0.1.0",
|
|
"safer-buffer": "^2.0.2",
|
|
"tweetnacl": "~0.14.0"
|
|
},
|
|
"dependencies": {
|
|
"jsbn": {
|
|
"version": "0.1.1"
|
|
}
|
|
}
|
|
},
|
|
"stack-trace": {
|
|
"version": "0.0.10"
|
|
},
|
|
"standard": {
|
|
"version": "16.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"eslint": "~7.13.0",
|
|
"eslint-config-standard": "16.0.2",
|
|
"eslint-config-standard-jsx": "10.0.0",
|
|
"eslint-plugin-import": "~2.22.1",
|
|
"eslint-plugin-node": "~11.1.0",
|
|
"eslint-plugin-promise": "~4.2.1",
|
|
"eslint-plugin-react": "~7.21.5",
|
|
"standard-engine": "^14.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/eslintrc": {
|
|
"version": "0.2.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"ajv": "^6.12.4",
|
|
"debug": "^4.1.1",
|
|
"espree": "^7.3.0",
|
|
"globals": "^12.1.0",
|
|
"ignore": "^4.0.6",
|
|
"import-fresh": "^3.2.1",
|
|
"js-yaml": "^3.13.1",
|
|
"lodash": "^4.17.19",
|
|
"minimatch": "^3.0.4",
|
|
"strip-json-comments": "^3.1.1"
|
|
}
|
|
},
|
|
"ansi-regex": {
|
|
"version": "4.1.0",
|
|
"dev": true
|
|
},
|
|
"ansi-styles": {
|
|
"version": "3.2.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"color-convert": "^1.9.0"
|
|
}
|
|
},
|
|
"astral-regex": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"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": "7.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"path-key": "^3.1.0",
|
|
"shebang-command": "^2.0.0",
|
|
"which": "^2.0.1"
|
|
}
|
|
},
|
|
"emoji-regex": {
|
|
"version": "7.0.3",
|
|
"dev": true
|
|
},
|
|
"eslint": {
|
|
"version": "7.13.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@babel/code-frame": "^7.0.0",
|
|
"@eslint/eslintrc": "^0.2.1",
|
|
"ajv": "^6.10.0",
|
|
"chalk": "^4.0.0",
|
|
"cross-spawn": "^7.0.2",
|
|
"debug": "^4.0.1",
|
|
"doctrine": "^3.0.0",
|
|
"enquirer": "^2.3.5",
|
|
"eslint-scope": "^5.1.1",
|
|
"eslint-utils": "^2.1.0",
|
|
"eslint-visitor-keys": "^2.0.0",
|
|
"espree": "^7.3.0",
|
|
"esquery": "^1.2.0",
|
|
"esutils": "^2.0.2",
|
|
"file-entry-cache": "^5.0.1",
|
|
"functional-red-black-tree": "^1.0.1",
|
|
"glob-parent": "^5.0.0",
|
|
"globals": "^12.1.0",
|
|
"ignore": "^4.0.6",
|
|
"import-fresh": "^3.0.0",
|
|
"imurmurhash": "^0.1.4",
|
|
"is-glob": "^4.0.0",
|
|
"js-yaml": "^3.13.1",
|
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
"levn": "^0.4.1",
|
|
"lodash": "^4.17.19",
|
|
"minimatch": "^3.0.4",
|
|
"natural-compare": "^1.4.0",
|
|
"optionator": "^0.9.1",
|
|
"progress": "^2.0.0",
|
|
"regexpp": "^3.1.0",
|
|
"semver": "^7.2.1",
|
|
"strip-ansi": "^6.0.0",
|
|
"strip-json-comments": "^3.1.0",
|
|
"table": "^5.2.3",
|
|
"text-table": "^0.2.0",
|
|
"v8-compile-cache": "^2.0.3"
|
|
}
|
|
},
|
|
"eslint-config-standard-jsx": {
|
|
"version": "10.0.0",
|
|
"dev": true,
|
|
"requires": {}
|
|
},
|
|
"eslint-plugin-import": {
|
|
"version": "2.22.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"array-includes": "^3.1.1",
|
|
"array.prototype.flat": "^1.2.3",
|
|
"contains-path": "^0.1.0",
|
|
"debug": "^2.6.9",
|
|
"doctrine": "1.5.0",
|
|
"eslint-import-resolver-node": "^0.3.4",
|
|
"eslint-module-utils": "^2.6.0",
|
|
"has": "^1.0.3",
|
|
"minimatch": "^3.0.4",
|
|
"object.values": "^1.1.1",
|
|
"read-pkg-up": "^2.0.0",
|
|
"resolve": "^1.17.0",
|
|
"tsconfig-paths": "^3.9.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"doctrine": {
|
|
"version": "1.5.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"esutils": "^2.0.2",
|
|
"isarray": "^1.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"eslint-plugin-promise": {
|
|
"version": "4.2.1",
|
|
"dev": true
|
|
},
|
|
"eslint-plugin-react": {
|
|
"version": "7.21.5",
|
|
"dev": true,
|
|
"requires": {
|
|
"array-includes": "^3.1.1",
|
|
"array.prototype.flatmap": "^1.2.3",
|
|
"doctrine": "^2.1.0",
|
|
"has": "^1.0.3",
|
|
"jsx-ast-utils": "^2.4.1 || ^3.0.0",
|
|
"object.entries": "^1.1.2",
|
|
"object.fromentries": "^2.0.2",
|
|
"object.values": "^1.1.1",
|
|
"prop-types": "^15.7.2",
|
|
"resolve": "^1.18.1",
|
|
"string.prototype.matchall": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"doctrine": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"esutils": "^2.0.2"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"file-entry-cache": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"flat-cache": "^2.0.1"
|
|
}
|
|
},
|
|
"flat-cache": {
|
|
"version": "2.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"flatted": "^2.0.0",
|
|
"rimraf": "2.6.3",
|
|
"write": "1.0.3"
|
|
}
|
|
},
|
|
"flatted": {
|
|
"version": "2.0.2",
|
|
"dev": true
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"load-json-file": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.2",
|
|
"parse-json": "^2.2.0",
|
|
"pify": "^2.0.0",
|
|
"strip-bom": "^3.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"parse-json": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"error-ex": "^1.2.0"
|
|
}
|
|
},
|
|
"path-type": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"pify": "^2.0.0"
|
|
}
|
|
},
|
|
"pify": {
|
|
"version": "2.3.0",
|
|
"dev": true
|
|
},
|
|
"read-pkg": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"load-json-file": "^2.0.0",
|
|
"normalize-package-data": "^2.3.2",
|
|
"path-type": "^2.0.0"
|
|
}
|
|
},
|
|
"read-pkg-up": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"find-up": "^2.0.0",
|
|
"read-pkg": "^2.0.0"
|
|
}
|
|
},
|
|
"rimraf": {
|
|
"version": "2.6.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"glob": "^7.1.3"
|
|
}
|
|
},
|
|
"shebang-command": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"shebang-regex": "^3.0.0"
|
|
}
|
|
},
|
|
"shebang-regex": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"slice-ansi": {
|
|
"version": "2.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-styles": "^3.2.0",
|
|
"astral-regex": "^1.0.0",
|
|
"is-fullwidth-code-point": "^2.0.0"
|
|
}
|
|
},
|
|
"string-width": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"emoji-regex": "^7.0.1",
|
|
"is-fullwidth-code-point": "^2.0.0",
|
|
"strip-ansi": "^5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"strip-ansi": {
|
|
"version": "5.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"ansi-regex": "^4.1.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"table": {
|
|
"version": "5.4.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"ajv": "^6.10.2",
|
|
"lodash": "^4.17.14",
|
|
"slice-ansi": "^2.1.0",
|
|
"string-width": "^3.0.0"
|
|
}
|
|
},
|
|
"which": {
|
|
"version": "2.0.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"isexe": "^2.0.0"
|
|
}
|
|
},
|
|
"write": {
|
|
"version": "1.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"mkdirp": "^0.5.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"standard-engine": {
|
|
"version": "14.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"get-stdin": "^8.0.0",
|
|
"minimist": "^1.2.5",
|
|
"pkg-conf": "^3.1.0",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"find-up": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"locate-path": "^3.0.0"
|
|
}
|
|
},
|
|
"load-json-file": {
|
|
"version": "5.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.15",
|
|
"parse-json": "^4.0.0",
|
|
"pify": "^4.0.1",
|
|
"strip-bom": "^3.0.0",
|
|
"type-fest": "^0.3.0"
|
|
}
|
|
},
|
|
"locate-path": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-locate": "^3.0.0",
|
|
"path-exists": "^3.0.0"
|
|
}
|
|
},
|
|
"p-limit": {
|
|
"version": "2.3.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-try": "^2.0.0"
|
|
}
|
|
},
|
|
"p-locate": {
|
|
"version": "3.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"p-limit": "^2.0.0"
|
|
}
|
|
},
|
|
"parse-json": {
|
|
"version": "4.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"error-ex": "^1.3.1",
|
|
"json-parse-better-errors": "^1.0.1"
|
|
}
|
|
},
|
|
"path-exists": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"pify": {
|
|
"version": "4.0.1",
|
|
"dev": true
|
|
},
|
|
"pkg-conf": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"find-up": "^3.0.0",
|
|
"load-json-file": "^5.2.0"
|
|
}
|
|
},
|
|
"strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"type-fest": {
|
|
"version": "0.3.1",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"statuses": {
|
|
"version": "1.5.0"
|
|
},
|
|
"stream-combiner2": {
|
|
"version": "1.1.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"duplexer2": "~0.1.0",
|
|
"readable-stream": "^2.0.2"
|
|
}
|
|
},
|
|
"stream-shift": {
|
|
"version": "1.0.1",
|
|
"peer": true
|
|
},
|
|
"stream-to-it": {
|
|
"version": "0.2.4",
|
|
"requires": {
|
|
"get-iterator": "^1.0.2"
|
|
}
|
|
},
|
|
"streaming-iterables": {
|
|
"version": "6.0.0"
|
|
},
|
|
"string_decoder": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"safe-buffer": "~5.1.0"
|
|
},
|
|
"dependencies": {
|
|
"safe-buffer": {
|
|
"version": "5.1.2"
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"ansi-regex": {
|
|
"version": "2.1.1"
|
|
},
|
|
"strip-ansi": {
|
|
"version": "3.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"string.prototype.matchall": {
|
|
"version": "4.0.6",
|
|
"dev": true,
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1",
|
|
"get-intrinsic": "^1.1.1",
|
|
"has-symbols": "^1.0.2",
|
|
"internal-slot": "^1.0.3",
|
|
"regexp.prototype.flags": "^1.3.1",
|
|
"side-channel": "^1.0.4"
|
|
}
|
|
},
|
|
"string.prototype.trim": {
|
|
"version": "1.2.5",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3",
|
|
"es-abstract": "^1.19.1"
|
|
}
|
|
},
|
|
"string.prototype.trimend": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3"
|
|
}
|
|
},
|
|
"string.prototype.trimstart": {
|
|
"version": "1.0.4",
|
|
"requires": {
|
|
"call-bind": "^1.0.2",
|
|
"define-properties": "^1.1.3"
|
|
}
|
|
},
|
|
"strip-ansi": {
|
|
"version": "6.0.1",
|
|
"requires": {
|
|
"ansi-regex": "^5.0.1"
|
|
}
|
|
},
|
|
"strip-bom": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
},
|
|
"strip-final-newline": {
|
|
"version": "2.0.0"
|
|
},
|
|
"strip-indent": {
|
|
"version": "1.0.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"get-stdin": "^4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"get-stdin": {
|
|
"version": "4.0.1",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"strip-json-comments": {
|
|
"version": "3.1.1"
|
|
},
|
|
"strtok3": {
|
|
"version": "6.2.4",
|
|
"requires": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"peek-readable": "^4.0.1"
|
|
}
|
|
},
|
|
"sumchecker": {
|
|
"version": "1.3.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"debug": "^2.2.0",
|
|
"es6-promise": "^4.0.5"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"optional": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"supports-color": {
|
|
"version": "7.2.0",
|
|
"requires": {
|
|
"has-flag": "^4.0.0"
|
|
}
|
|
},
|
|
"supports-hyperlinks": {
|
|
"version": "2.2.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"has-flag": "^4.0.0",
|
|
"supports-color": "^7.0.0"
|
|
}
|
|
},
|
|
"table": {
|
|
"version": "6.7.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"ajv": "^8.0.1",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.truncate": "^4.4.2",
|
|
"slice-ansi": "^4.0.0",
|
|
"string-width": "^4.2.3",
|
|
"strip-ansi": "^6.0.1"
|
|
},
|
|
"dependencies": {
|
|
"ajv": {
|
|
"version": "8.6.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"fast-deep-equal": "^3.1.1",
|
|
"json-schema-traverse": "^1.0.0",
|
|
"require-from-string": "^2.0.2",
|
|
"uri-js": "^4.2.2"
|
|
}
|
|
},
|
|
"is-fullwidth-code-point": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
},
|
|
"json-schema-traverse": {
|
|
"version": "1.0.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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tape": {
|
|
"version": "5.5.0",
|
|
"requires": {
|
|
"array.prototype.every": "^1.1.3",
|
|
"call-bind": "^1.0.2",
|
|
"deep-equal": "^2.0.5",
|
|
"defined": "^1.0.0",
|
|
"dotignore": "^0.1.2",
|
|
"for-each": "^0.3.3",
|
|
"get-package-type": "^0.1.0",
|
|
"glob": "^7.2.0",
|
|
"has": "^1.0.3",
|
|
"has-dynamic-import": "^2.0.1",
|
|
"inherits": "^2.0.4",
|
|
"is-regex": "^1.1.4",
|
|
"minimist": "^1.2.5",
|
|
"object-inspect": "^1.12.0",
|
|
"object-is": "^1.1.5",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.2",
|
|
"resolve": "^2.0.0-next.3",
|
|
"resumer": "^0.0.0",
|
|
"string.prototype.trim": "^1.2.5",
|
|
"through": "^2.3.8"
|
|
},
|
|
"dependencies": {
|
|
"deep-equal": {
|
|
"version": "2.0.5",
|
|
"requires": {
|
|
"call-bind": "^1.0.0",
|
|
"es-get-iterator": "^1.1.1",
|
|
"get-intrinsic": "^1.0.1",
|
|
"is-arguments": "^1.0.4",
|
|
"is-date-object": "^1.0.2",
|
|
"is-regex": "^1.1.1",
|
|
"isarray": "^2.0.5",
|
|
"object-is": "^1.1.4",
|
|
"object-keys": "^1.1.1",
|
|
"object.assign": "^4.1.2",
|
|
"regexp.prototype.flags": "^1.3.0",
|
|
"side-channel": "^1.0.3",
|
|
"which-boxed-primitive": "^1.0.1",
|
|
"which-collection": "^1.0.1",
|
|
"which-typed-array": "^1.1.2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"isarray": {
|
|
"version": "2.0.5"
|
|
},
|
|
"resolve": {
|
|
"version": "2.0.0-next.3",
|
|
"requires": {
|
|
"is-core-module": "^2.2.0",
|
|
"path-parse": "^1.0.6"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tar": {
|
|
"version": "6.1.11",
|
|
"requires": {
|
|
"chownr": "^2.0.0",
|
|
"fs-minipass": "^2.0.0",
|
|
"minipass": "^3.0.0",
|
|
"minizlib": "^2.1.1",
|
|
"mkdirp": "^1.0.3",
|
|
"yallist": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"mkdirp": {
|
|
"version": "1.0.4"
|
|
},
|
|
"yallist": {
|
|
"version": "4.0.0"
|
|
}
|
|
}
|
|
},
|
|
"tar-fs": {
|
|
"version": "2.1.1",
|
|
"peer": true,
|
|
"requires": {
|
|
"chownr": "^1.1.1",
|
|
"mkdirp-classic": "^0.5.2",
|
|
"pump": "^3.0.0",
|
|
"tar-stream": "^2.1.4"
|
|
},
|
|
"dependencies": {
|
|
"chownr": {
|
|
"version": "1.1.4",
|
|
"peer": true
|
|
}
|
|
}
|
|
},
|
|
"tar-stream": {
|
|
"version": "2.2.0",
|
|
"peer": true,
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"bl": {
|
|
"version": "4.1.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"buffer": "^5.5.0",
|
|
"inherits": "^2.0.4",
|
|
"readable-stream": "^3.4.0"
|
|
}
|
|
},
|
|
"buffer": {
|
|
"version": "5.7.1",
|
|
"peer": true,
|
|
"requires": {
|
|
"base64-js": "^1.3.1",
|
|
"ieee754": "^1.1.13"
|
|
}
|
|
},
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tdigest": {
|
|
"version": "0.1.1",
|
|
"optional": true,
|
|
"requires": {
|
|
"bintrees": "1.0.1"
|
|
}
|
|
},
|
|
"temp-dir": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"temp-write": {
|
|
"version": "4.0.0",
|
|
"peer": true,
|
|
"requires": {
|
|
"graceful-fs": "^4.1.15",
|
|
"is-stream": "^2.0.0",
|
|
"make-dir": "^3.0.0",
|
|
"temp-dir": "^1.0.0",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"temp-dir": {
|
|
"version": "1.0.0",
|
|
"peer": true
|
|
},
|
|
"uuid": {
|
|
"version": "3.4.0",
|
|
"peer": true
|
|
}
|
|
}
|
|
},
|
|
"tempy": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"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",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"test-exclude": {
|
|
"version": "6.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@istanbuljs/schema": "^0.1.2",
|
|
"glob": "^7.1.4",
|
|
"minimatch": "^3.0.4"
|
|
}
|
|
},
|
|
"text-extensions": {
|
|
"version": "1.9.0",
|
|
"dev": true
|
|
},
|
|
"text-hex": {
|
|
"version": "1.0.0"
|
|
},
|
|
"text-table": {
|
|
"version": "0.2.0",
|
|
"dev": true
|
|
},
|
|
"throttleit": {
|
|
"version": "0.0.2",
|
|
"optional": true
|
|
},
|
|
"through": {
|
|
"version": "2.3.8"
|
|
},
|
|
"through2": {
|
|
"version": "2.0.5",
|
|
"requires": {
|
|
"readable-stream": "~2.3.6",
|
|
"xtend": "~4.0.1"
|
|
}
|
|
},
|
|
"thunky": {
|
|
"version": "1.1.0"
|
|
},
|
|
"time-cache": {
|
|
"version": "0.3.0",
|
|
"requires": {
|
|
"lodash.throttle": "^4.1.1"
|
|
}
|
|
},
|
|
"timeout-abort-controller": {
|
|
"version": "1.1.1",
|
|
"requires": {
|
|
"abort-controller": "^3.0.0",
|
|
"retimer": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"retimer": {
|
|
"version": "2.0.0"
|
|
}
|
|
}
|
|
},
|
|
"timestamp-nano": {
|
|
"version": "1.0.0"
|
|
},
|
|
"tiny-each-async": {
|
|
"version": "2.0.3"
|
|
},
|
|
"tiny-queue": {
|
|
"version": "0.2.0"
|
|
},
|
|
"to-fast-properties": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"to-readable-stream": {
|
|
"version": "1.0.0"
|
|
},
|
|
"to-regex-range": {
|
|
"version": "5.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"is-number": "^7.0.0"
|
|
}
|
|
},
|
|
"toidentifier": {
|
|
"version": "1.0.0"
|
|
},
|
|
"token-types": {
|
|
"version": "4.1.1",
|
|
"requires": {
|
|
"@tokenizer/token": "^0.3.0",
|
|
"ieee754": "^1.2.1"
|
|
}
|
|
},
|
|
"toposort-class": {
|
|
"version": "1.0.1"
|
|
},
|
|
"touch": {
|
|
"version": "3.1.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"nopt": "~1.0.10"
|
|
},
|
|
"dependencies": {
|
|
"nopt": {
|
|
"version": "1.0.10",
|
|
"dev": true,
|
|
"requires": {
|
|
"abbrev": "1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"tough-cookie": {
|
|
"version": "2.5.0",
|
|
"requires": {
|
|
"psl": "^1.1.28",
|
|
"punycode": "^2.1.1"
|
|
}
|
|
},
|
|
"traverse": {
|
|
"version": "0.6.6",
|
|
"dev": true
|
|
},
|
|
"trim-newlines": {
|
|
"version": "1.0.0",
|
|
"optional": true
|
|
},
|
|
"triple-beam": {
|
|
"version": "1.3.0"
|
|
},
|
|
"truncate-utf8-bytes": {
|
|
"version": "1.0.2",
|
|
"requires": {
|
|
"utf8-byte-length": "^1.0.1"
|
|
}
|
|
},
|
|
"tsconfig-paths": {
|
|
"version": "3.11.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"@types/json5": "^0.0.29",
|
|
"json5": "^1.0.1",
|
|
"minimist": "^1.2.0",
|
|
"strip-bom": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"json5": {
|
|
"version": "1.0.1",
|
|
"dev": true,
|
|
"requires": {
|
|
"minimist": "^1.2.0"
|
|
}
|
|
},
|
|
"strip-bom": {
|
|
"version": "3.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"tslib": {
|
|
"version": "2.3.1"
|
|
},
|
|
"tsscmp": {
|
|
"version": "1.0.6"
|
|
},
|
|
"tunnel-agent": {
|
|
"version": "0.6.0",
|
|
"requires": {
|
|
"safe-buffer": "^5.0.1"
|
|
}
|
|
},
|
|
"tus-js-client": {
|
|
"version": "1.8.0",
|
|
"requires": {
|
|
"buffer-from": "^0.1.1",
|
|
"combine-errors": "^3.0.3",
|
|
"extend": "^3.0.2",
|
|
"js-base64": "^2.4.9",
|
|
"lodash.throttle": "^4.1.1",
|
|
"proper-lockfile": "^2.0.1",
|
|
"url-parse": "^1.4.3"
|
|
},
|
|
"dependencies": {
|
|
"buffer-from": {
|
|
"version": "0.1.2"
|
|
},
|
|
"proper-lockfile": {
|
|
"version": "2.0.1",
|
|
"requires": {
|
|
"graceful-fs": "^4.1.2",
|
|
"retry": "^0.10.0"
|
|
}
|
|
},
|
|
"retry": {
|
|
"version": "0.10.1"
|
|
}
|
|
}
|
|
},
|
|
"tweetnacl": {
|
|
"version": "0.14.5"
|
|
},
|
|
"type-check": {
|
|
"version": "0.4.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"prelude-ls": "^1.2.1"
|
|
}
|
|
},
|
|
"type-detect": {
|
|
"version": "4.0.8",
|
|
"dev": true
|
|
},
|
|
"type-fest": {
|
|
"version": "0.8.1"
|
|
},
|
|
"type-is": {
|
|
"version": "1.6.18",
|
|
"requires": {
|
|
"media-typer": "0.3.0",
|
|
"mime-types": "~2.1.24"
|
|
}
|
|
},
|
|
"typedarray": {
|
|
"version": "0.0.6",
|
|
"optional": true
|
|
},
|
|
"typedarray-to-buffer": {
|
|
"version": "3.1.5",
|
|
"requires": {
|
|
"is-typedarray": "^1.0.0"
|
|
}
|
|
},
|
|
"typeforce": {
|
|
"version": "1.18.0"
|
|
},
|
|
"uc.micro": {
|
|
"version": "1.0.6",
|
|
"dev": true
|
|
},
|
|
"uglify-js": {
|
|
"version": "3.14.2",
|
|
"dev": true,
|
|
"optional": true
|
|
},
|
|
"uid-safe": {
|
|
"version": "2.1.5",
|
|
"requires": {
|
|
"random-bytes": "~1.0.0"
|
|
}
|
|
},
|
|
"uint8arrays": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"multiformats": "^9.4.2"
|
|
}
|
|
},
|
|
"unbox-primitive": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"function-bind": "^1.1.1",
|
|
"has-bigints": "^1.0.1",
|
|
"has-symbols": "^1.0.2",
|
|
"which-boxed-primitive": "^1.0.2"
|
|
}
|
|
},
|
|
"undefsafe": {
|
|
"version": "2.0.3",
|
|
"dev": true,
|
|
"requires": {
|
|
"debug": "^2.2.0"
|
|
},
|
|
"dependencies": {
|
|
"debug": {
|
|
"version": "2.6.9",
|
|
"dev": true,
|
|
"requires": {
|
|
"ms": "2.0.0"
|
|
}
|
|
},
|
|
"ms": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"unique-string": {
|
|
"version": "2.0.0",
|
|
"requires": {
|
|
"crypto-random-string": "^2.0.0"
|
|
}
|
|
},
|
|
"universal-user-agent": {
|
|
"version": "6.0.0",
|
|
"dev": true
|
|
},
|
|
"universalify": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"unordered-array-remove": {
|
|
"version": "1.0.2"
|
|
},
|
|
"unpipe": {
|
|
"version": "1.0.0"
|
|
},
|
|
"unzip-stream": {
|
|
"version": "0.3.1",
|
|
"peer": true,
|
|
"requires": {
|
|
"binary": "^0.3.0",
|
|
"mkdirp": "^0.5.1"
|
|
}
|
|
},
|
|
"update-notifier": {
|
|
"version": "5.1.0",
|
|
"requires": {
|
|
"boxen": "^5.0.0",
|
|
"chalk": "^4.1.0",
|
|
"configstore": "^5.0.1",
|
|
"has-yarn": "^2.1.0",
|
|
"import-lazy": "^2.1.0",
|
|
"is-ci": "^2.0.0",
|
|
"is-installed-globally": "^0.4.0",
|
|
"is-npm": "^5.0.0",
|
|
"is-yarn-global": "^0.3.0",
|
|
"latest-version": "^5.1.0",
|
|
"pupa": "^2.1.1",
|
|
"semver": "^7.3.4",
|
|
"semver-diff": "^3.1.1",
|
|
"xdg-basedir": "^4.0.0"
|
|
}
|
|
},
|
|
"upper-case": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"upper-case-first": {
|
|
"version": "2.0.2",
|
|
"requires": {
|
|
"tslib": "^2.0.3"
|
|
}
|
|
},
|
|
"uri-js": {
|
|
"version": "4.4.1",
|
|
"requires": {
|
|
"punycode": "^2.1.0"
|
|
}
|
|
},
|
|
"uri-to-multiaddr": {
|
|
"version": "6.0.0",
|
|
"requires": {
|
|
"is-ip": "^3.1.0",
|
|
"multiaddr": "^10.0.0"
|
|
}
|
|
},
|
|
"url-join": {
|
|
"version": "4.0.1",
|
|
"dev": true
|
|
},
|
|
"url-parse": {
|
|
"version": "1.5.4",
|
|
"requires": {
|
|
"querystringify": "^2.1.1",
|
|
"requires-port": "^1.0.0"
|
|
}
|
|
},
|
|
"url-parse-lax": {
|
|
"version": "3.0.0",
|
|
"requires": {
|
|
"prepend-http": "^2.0.0"
|
|
}
|
|
},
|
|
"ursa-optional": {
|
|
"version": "0.10.2",
|
|
"requires": {
|
|
"bindings": "^1.5.0",
|
|
"nan": "^2.14.2"
|
|
}
|
|
},
|
|
"utf8-byte-length": {
|
|
"version": "1.0.4"
|
|
},
|
|
"util": {
|
|
"version": "0.12.4",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"is-arguments": "^1.0.4",
|
|
"is-generator-function": "^1.0.7",
|
|
"is-typed-array": "^1.1.3",
|
|
"safe-buffer": "^5.1.2",
|
|
"which-typed-array": "^1.1.2"
|
|
}
|
|
},
|
|
"util-deprecate": {
|
|
"version": "1.0.2"
|
|
},
|
|
"uuid": {
|
|
"version": "8.3.2",
|
|
"dev": true
|
|
},
|
|
"v8-compile-cache": {
|
|
"version": "2.3.0",
|
|
"dev": true
|
|
},
|
|
"validate-npm-package-license": {
|
|
"version": "3.0.4",
|
|
"devOptional": true,
|
|
"requires": {
|
|
"spdx-correct": "^3.0.0",
|
|
"spdx-expression-parse": "^3.0.0"
|
|
}
|
|
},
|
|
"validator": {
|
|
"version": "10.11.0"
|
|
},
|
|
"varint": {
|
|
"version": "6.0.0"
|
|
},
|
|
"varint-decoder": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"varint": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"varint": {
|
|
"version": "5.0.2"
|
|
}
|
|
}
|
|
},
|
|
"varuint-bitcoin": {
|
|
"version": "1.1.2",
|
|
"requires": {
|
|
"safe-buffer": "^5.1.1"
|
|
}
|
|
},
|
|
"vary": {
|
|
"version": "1.1.2"
|
|
},
|
|
"verror": {
|
|
"version": "1.10.0",
|
|
"requires": {
|
|
"assert-plus": "^1.0.0",
|
|
"core-util-is": "1.0.2",
|
|
"extsprintf": "^1.2.0"
|
|
},
|
|
"dependencies": {
|
|
"core-util-is": {
|
|
"version": "1.0.2"
|
|
}
|
|
}
|
|
},
|
|
"web-encoding": {
|
|
"version": "1.1.5",
|
|
"requires": {
|
|
"@zxing/text-encoding": "0.9.0",
|
|
"util": "^0.12.3"
|
|
}
|
|
},
|
|
"webidl-conversions": {
|
|
"version": "4.0.2",
|
|
"optional": true
|
|
},
|
|
"wherearewe": {
|
|
"version": "1.0.0",
|
|
"requires": {
|
|
"is-electron": "^2.2.0"
|
|
}
|
|
},
|
|
"which": {
|
|
"version": "1.3.1",
|
|
"optional": true,
|
|
"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-collection": {
|
|
"version": "1.0.1",
|
|
"requires": {
|
|
"is-map": "^2.0.1",
|
|
"is-set": "^2.0.1",
|
|
"is-weakmap": "^2.0.1",
|
|
"is-weakset": "^2.0.1"
|
|
}
|
|
},
|
|
"which-module": {
|
|
"version": "2.0.0",
|
|
"dev": true
|
|
},
|
|
"which-pm-runs": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"which-typed-array": {
|
|
"version": "1.1.7",
|
|
"requires": {
|
|
"available-typed-arrays": "^1.0.5",
|
|
"call-bind": "^1.0.2",
|
|
"es-abstract": "^1.18.5",
|
|
"foreach": "^2.0.5",
|
|
"has-tostringtag": "^1.0.0",
|
|
"is-typed-array": "^1.1.7"
|
|
}
|
|
},
|
|
"wide-align": {
|
|
"version": "1.1.3",
|
|
"requires": {
|
|
"string-width": "^1.0.2 || 2"
|
|
}
|
|
},
|
|
"widest-line": {
|
|
"version": "3.1.0",
|
|
"requires": {
|
|
"string-width": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"wif": {
|
|
"version": "2.0.6",
|
|
"requires": {
|
|
"bs58check": "<3.0.0"
|
|
}
|
|
},
|
|
"wildcard": {
|
|
"version": "1.1.2"
|
|
},
|
|
"winston": {
|
|
"version": "3.3.3",
|
|
"requires": {
|
|
"@dabh/diagnostics": "^2.0.2",
|
|
"async": "^3.1.0",
|
|
"is-stream": "^2.0.0",
|
|
"logform": "^2.2.0",
|
|
"one-time": "^1.0.0",
|
|
"readable-stream": "^3.4.0",
|
|
"stack-trace": "0.0.x",
|
|
"triple-beam": "^1.3.0",
|
|
"winston-transport": "^4.4.0"
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": {
|
|
"version": "3.6.0",
|
|
"requires": {
|
|
"inherits": "^2.0.3",
|
|
"string_decoder": "^1.1.1",
|
|
"util-deprecate": "^1.0.1"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"winston-daily-rotate-file": {
|
|
"version": "4.5.0",
|
|
"requires": {
|
|
"file-stream-rotator": "^0.5.7",
|
|
"object-hash": "^2.0.1",
|
|
"triple-beam": "^1.3.0",
|
|
"winston-transport": "^4.2.0"
|
|
}
|
|
},
|
|
"winston-transport": {
|
|
"version": "4.4.0",
|
|
"requires": {
|
|
"readable-stream": "^2.3.7",
|
|
"triple-beam": "^1.2.0"
|
|
}
|
|
},
|
|
"wkx": {
|
|
"version": "0.4.8",
|
|
"requires": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"word-wrap": {
|
|
"version": "1.2.3",
|
|
"dev": true
|
|
},
|
|
"wordwrap": {
|
|
"version": "1.0.0",
|
|
"dev": true
|
|
},
|
|
"workerpool": {
|
|
"version": "6.0.2",
|
|
"dev": true
|
|
},
|
|
"wrap-ansi": {
|
|
"version": "7.0.0",
|
|
"requires": {
|
|
"ansi-styles": "^4.0.0",
|
|
"string-width": "^4.1.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"wrtc": {
|
|
"version": "0.4.7",
|
|
"optional": true,
|
|
"requires": {
|
|
"domexception": "^1.0.1",
|
|
"node-pre-gyp": "^0.13.0"
|
|
}
|
|
},
|
|
"ws": {
|
|
"version": "7.5.6",
|
|
"requires": {}
|
|
},
|
|
"xdg-basedir": {
|
|
"version": "4.0.0"
|
|
},
|
|
"xml2js": {
|
|
"version": "0.4.23",
|
|
"requires": {
|
|
"sax": ">=0.6.0",
|
|
"xmlbuilder": "~11.0.0"
|
|
}
|
|
},
|
|
"xmlbuilder": {
|
|
"version": "11.0.1"
|
|
},
|
|
"xmlhttprequest-ssl": {
|
|
"version": "2.0.0"
|
|
},
|
|
"xsalsa20": {
|
|
"version": "1.2.0"
|
|
},
|
|
"xtend": {
|
|
"version": "4.0.2"
|
|
},
|
|
"y18n": {
|
|
"version": "5.0.8"
|
|
},
|
|
"yallist": {
|
|
"version": "2.1.2",
|
|
"optional": true
|
|
},
|
|
"yaml": {
|
|
"version": "1.10.2",
|
|
"dev": true
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
},
|
|
"yargs-parser": {
|
|
"version": "20.2.9"
|
|
}
|
|
}
|
|
},
|
|
"yargs-parser": {
|
|
"version": "13.1.2",
|
|
"dev": true,
|
|
"requires": {
|
|
"camelcase": "^5.0.0",
|
|
"decamelize": "^1.2.0"
|
|
}
|
|
},
|
|
"yargs-unparser": {
|
|
"version": "2.0.0",
|
|
"dev": true,
|
|
"requires": {
|
|
"camelcase": "^6.0.0",
|
|
"decamelize": "^4.0.0",
|
|
"flat": "^5.0.2",
|
|
"is-plain-obj": "^2.1.0"
|
|
},
|
|
"dependencies": {
|
|
"camelcase": {
|
|
"version": "6.2.0",
|
|
"dev": true
|
|
},
|
|
"decamelize": {
|
|
"version": "4.0.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
},
|
|
"yauzl": {
|
|
"version": "2.10.0",
|
|
"optional": true,
|
|
"requires": {
|
|
"buffer-crc32": "~0.2.3",
|
|
"fd-slicer": "~1.1.0"
|
|
}
|
|
},
|
|
"yeast": {
|
|
"version": "0.1.2"
|
|
},
|
|
"ylru": {
|
|
"version": "1.2.1"
|
|
},
|
|
"yocto-queue": {
|
|
"version": "0.1.0",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|