|
@@ -0,0 +1,2609 @@
|
|
|
+{
|
|
|
+ "name": "server",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "lockfileVersion": 3,
|
|
|
+ "requires": true,
|
|
|
+ "packages": {
|
|
|
+ "": {
|
|
|
+ "name": "server",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "child_process": "^1.0.2",
|
|
|
+ "cors": "^2.8.5",
|
|
|
+ "express": "^4.17.1",
|
|
|
+ "jsonwebtoken": "^8.5.1",
|
|
|
+ "morgan": "^1.10.0",
|
|
|
+ "pg": "^8.3.0",
|
|
|
+ "pkg": "^5.5.2"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "server": "index.js"
|
|
|
+ },
|
|
|
+ "devDependencies": {}
|
|
|
+ },
|
|
|
+ "node_modules/@babel/generator": {
|
|
|
+ "version": "7.18.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.18.2.tgz",
|
|
|
+ "integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/types": "^7.18.2",
|
|
|
+ "@jridgewell/gen-mapping": "^0.3.0",
|
|
|
+ "jsesc": "^2.5.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-string-parser": {
|
|
|
+ "version": "7.25.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz",
|
|
|
+ "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/helper-validator-identifier": {
|
|
|
+ "version": "7.25.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz",
|
|
|
+ "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/parser": {
|
|
|
+ "version": "7.18.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.18.4.tgz",
|
|
|
+ "integrity": "sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==",
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "parser": "bin/babel-parser.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@babel/types": {
|
|
|
+ "version": "7.19.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.19.0.tgz",
|
|
|
+ "integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-string-parser": "^7.18.10",
|
|
|
+ "@babel/helper-validator-identifier": "^7.18.6",
|
|
|
+ "to-fast-properties": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/gen-mapping": {
|
|
|
+ "version": "0.3.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz",
|
|
|
+ "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/set-array": "^1.2.1",
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.10",
|
|
|
+ "@jridgewell/trace-mapping": "^0.3.24"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/resolve-uri": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/set-array": {
|
|
|
+ "version": "1.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.2.1.tgz",
|
|
|
+ "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/sourcemap-codec": {
|
|
|
+ "version": "1.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
|
+ "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/trace-mapping": {
|
|
|
+ "version": "0.3.25",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz",
|
|
|
+ "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/resolve-uri": "^3.1.0",
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@nodelib/fs.scandir": {
|
|
|
+ "version": "2.1.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
|
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
|
+ "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",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
|
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@nodelib/fs.walk": {
|
|
|
+ "version": "1.2.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
|
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@nodelib/fs.scandir": "2.1.5",
|
|
|
+ "fastq": "^1.6.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/accepts": {
|
|
|
+ "version": "1.3.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
|
|
|
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "mime-types": "~2.1.34",
|
|
|
+ "negotiator": "0.6.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/agent-base": {
|
|
|
+ "version": "6.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/agent-base/-/agent-base-6.0.2.tgz",
|
|
|
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "debug": "4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/agent-base/node_modules/debug": {
|
|
|
+ "version": "4.3.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.7.tgz",
|
|
|
+ "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "^2.1.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "supports-color": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/agent-base/node_modules/ms": {
|
|
|
+ "version": "2.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
|
|
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/ansi-regex": {
|
|
|
+ "version": "5.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
|
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ansi-styles": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "color-convert": "^2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/array-flatten": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/array-union": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/at-least-node": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/at-least-node/-/at-least-node-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
|
|
|
+ "license": "ISC",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 4.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/base64-js": {
|
|
|
+ "version": "1.5.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz",
|
|
|
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
|
+ "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/basic-auth": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/basic-auth/-/basic-auth-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "safe-buffer": "5.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/basic-auth/node_modules/safe-buffer": {
|
|
|
+ "version": "5.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
|
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/bl": {
|
|
|
+ "version": "4.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
|
|
|
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "buffer": "^5.5.0",
|
|
|
+ "inherits": "^2.0.4",
|
|
|
+ "readable-stream": "^3.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/bl/node_modules/readable-stream": {
|
|
|
+ "version": "3.6.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
|
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "inherits": "^2.0.3",
|
|
|
+ "string_decoder": "^1.1.1",
|
|
|
+ "util-deprecate": "^1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/body-parser": {
|
|
|
+ "version": "1.20.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.3.tgz",
|
|
|
+ "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "bytes": "3.1.2",
|
|
|
+ "content-type": "~1.0.5",
|
|
|
+ "debug": "2.6.9",
|
|
|
+ "depd": "2.0.0",
|
|
|
+ "destroy": "1.2.0",
|
|
|
+ "http-errors": "2.0.0",
|
|
|
+ "iconv-lite": "0.4.24",
|
|
|
+ "on-finished": "2.4.1",
|
|
|
+ "qs": "6.13.0",
|
|
|
+ "raw-body": "2.5.2",
|
|
|
+ "type-is": "~1.6.18",
|
|
|
+ "unpipe": "1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8",
|
|
|
+ "npm": "1.2.8000 || >= 1.4.16"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/braces": {
|
|
|
+ "version": "3.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
|
|
|
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "fill-range": "^7.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/buffer": {
|
|
|
+ "version": "5.7.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz",
|
|
|
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "patreon",
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "consulting",
|
|
|
+ "url": "https://feross.org/support"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "base64-js": "^1.3.1",
|
|
|
+ "ieee754": "^1.1.13"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/buffer-equal-constant-time": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
|
|
|
+ "license": "BSD-3-Clause"
|
|
|
+ },
|
|
|
+ "node_modules/bytes": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/call-bind": {
|
|
|
+ "version": "1.0.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.7.tgz",
|
|
|
+ "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "es-define-property": "^1.0.0",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "function-bind": "^1.1.2",
|
|
|
+ "get-intrinsic": "^1.2.4",
|
|
|
+ "set-function-length": "^1.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/chalk": {
|
|
|
+ "version": "4.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
|
|
|
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
|
+ "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/child_process": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/child_process/-/child_process-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-Wmza/JzL0SiWz7kl6MhIKT5ceIlnFPJX+lwUGj7Clhy5MMldsSoJR0+uvRzOS5Kv45Mq7t1PoE8TsOA9bzvb6g==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/chownr": {
|
|
|
+ "version": "1.1.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz",
|
|
|
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/cliui": {
|
|
|
+ "version": "7.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/cliui/-/cliui-7.0.4.tgz",
|
|
|
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "string-width": "^4.2.0",
|
|
|
+ "strip-ansi": "^6.0.0",
|
|
|
+ "wrap-ansi": "^7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/color-convert": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "color-name": "~1.1.4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=7.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/color-name": {
|
|
|
+ "version": "1.1.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
|
|
|
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/content-disposition": {
|
|
|
+ "version": "0.5.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
|
|
|
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "safe-buffer": "5.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/content-type": {
|
|
|
+ "version": "1.0.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
|
|
|
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/cookie": {
|
|
|
+ "version": "0.7.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.7.1.tgz",
|
|
|
+ "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/cookie-signature": {
|
|
|
+ "version": "1.0.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz",
|
|
|
+ "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/core-util-is": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/cors": {
|
|
|
+ "version": "2.8.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/cors/-/cors-2.8.5.tgz",
|
|
|
+ "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "object-assign": "^4",
|
|
|
+ "vary": "^1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/debug": {
|
|
|
+ "version": "2.6.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
|
|
|
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/decompress-response": {
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/decompress-response/-/decompress-response-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "mimic-response": "^3.1.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/deep-extend": {
|
|
|
+ "version": "0.6.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/deep-extend/-/deep-extend-0.6.0.tgz",
|
|
|
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/define-data-property": {
|
|
|
+ "version": "1.1.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
|
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "es-define-property": "^1.0.0",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "gopd": "^1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/depd": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/destroy": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8",
|
|
|
+ "npm": "1.2.8000 || >= 1.4.16"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/detect-libc": {
|
|
|
+ "version": "2.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.3.tgz",
|
|
|
+ "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/dir-glob": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "path-type": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ecdsa-sig-formatter": {
|
|
|
+ "version": "1.0.11",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
|
|
|
+ "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "safe-buffer": "^5.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ee-first": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/emoji-regex": {
|
|
|
+ "version": "8.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
|
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/encodeurl": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/end-of-stream": {
|
|
|
+ "version": "1.4.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
|
|
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "once": "^1.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/es-define-property": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "get-intrinsic": "^1.2.4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/es-errors": {
|
|
|
+ "version": "1.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
|
|
|
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/escalade": {
|
|
|
+ "version": "3.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.2.0.tgz",
|
|
|
+ "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/escape-html": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/etag": {
|
|
|
+ "version": "1.8.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
|
|
|
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/expand-template": {
|
|
|
+ "version": "2.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/expand-template/-/expand-template-2.0.3.tgz",
|
|
|
+ "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
|
|
|
+ "license": "(MIT OR WTFPL)",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/express": {
|
|
|
+ "version": "4.21.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/express/-/express-4.21.1.tgz",
|
|
|
+ "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "accepts": "~1.3.8",
|
|
|
+ "array-flatten": "1.1.1",
|
|
|
+ "body-parser": "1.20.3",
|
|
|
+ "content-disposition": "0.5.4",
|
|
|
+ "content-type": "~1.0.4",
|
|
|
+ "cookie": "0.7.1",
|
|
|
+ "cookie-signature": "1.0.6",
|
|
|
+ "debug": "2.6.9",
|
|
|
+ "depd": "2.0.0",
|
|
|
+ "encodeurl": "~2.0.0",
|
|
|
+ "escape-html": "~1.0.3",
|
|
|
+ "etag": "~1.8.1",
|
|
|
+ "finalhandler": "1.3.1",
|
|
|
+ "fresh": "0.5.2",
|
|
|
+ "http-errors": "2.0.0",
|
|
|
+ "merge-descriptors": "1.0.3",
|
|
|
+ "methods": "~1.1.2",
|
|
|
+ "on-finished": "2.4.1",
|
|
|
+ "parseurl": "~1.3.3",
|
|
|
+ "path-to-regexp": "0.1.10",
|
|
|
+ "proxy-addr": "~2.0.7",
|
|
|
+ "qs": "6.13.0",
|
|
|
+ "range-parser": "~1.2.1",
|
|
|
+ "safe-buffer": "5.2.1",
|
|
|
+ "send": "0.19.0",
|
|
|
+ "serve-static": "1.16.2",
|
|
|
+ "setprototypeof": "1.2.0",
|
|
|
+ "statuses": "2.0.1",
|
|
|
+ "type-is": "~1.6.18",
|
|
|
+ "utils-merge": "1.0.1",
|
|
|
+ "vary": "~1.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/fast-glob": {
|
|
|
+ "version": "3.3.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.2.tgz",
|
|
|
+ "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@nodelib/fs.stat": "^2.0.2",
|
|
|
+ "@nodelib/fs.walk": "^1.2.3",
|
|
|
+ "glob-parent": "^5.1.2",
|
|
|
+ "merge2": "^1.3.0",
|
|
|
+ "micromatch": "^4.0.4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.6.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/fastq": {
|
|
|
+ "version": "1.17.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.17.1.tgz",
|
|
|
+ "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "reusify": "^1.0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/fill-range": {
|
|
|
+ "version": "7.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
|
|
|
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "to-regex-range": "^5.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/finalhandler": {
|
|
|
+ "version": "1.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.3.1.tgz",
|
|
|
+ "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "debug": "2.6.9",
|
|
|
+ "encodeurl": "~2.0.0",
|
|
|
+ "escape-html": "~1.0.3",
|
|
|
+ "on-finished": "2.4.1",
|
|
|
+ "parseurl": "~1.3.3",
|
|
|
+ "statuses": "2.0.1",
|
|
|
+ "unpipe": "~1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/forwarded": {
|
|
|
+ "version": "0.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
|
|
|
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/fresh": {
|
|
|
+ "version": "0.5.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
|
|
|
+ "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/from2": {
|
|
|
+ "version": "2.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/from2/-/from2-2.3.0.tgz",
|
|
|
+ "integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "inherits": "^2.0.1",
|
|
|
+ "readable-stream": "^2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/fs-constants": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/fs-extra": {
|
|
|
+ "version": "9.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-9.1.0.tgz",
|
|
|
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
|
|
|
+ "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/function-bind": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/get-caller-file": {
|
|
|
+ "version": "2.0.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
|
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
|
+ "license": "ISC",
|
|
|
+ "engines": {
|
|
|
+ "node": "6.* || 8.* || >= 10.*"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/get-intrinsic": {
|
|
|
+ "version": "1.2.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
|
|
|
+ "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "function-bind": "^1.1.2",
|
|
|
+ "has-proto": "^1.0.1",
|
|
|
+ "has-symbols": "^1.0.3",
|
|
|
+ "hasown": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/github-from-package": {
|
|
|
+ "version": "0.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/github-from-package/-/github-from-package-0.0.0.tgz",
|
|
|
+ "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/glob-parent": {
|
|
|
+ "version": "5.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
|
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "is-glob": "^4.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/globby": {
|
|
|
+ "version": "11.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz",
|
|
|
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "array-union": "^2.1.0",
|
|
|
+ "dir-glob": "^3.0.1",
|
|
|
+ "fast-glob": "^3.2.9",
|
|
|
+ "ignore": "^5.2.0",
|
|
|
+ "merge2": "^1.4.1",
|
|
|
+ "slash": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/gopd": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-FQoVQnqcdk4hVM4JN1eromaun4iuS34oStkdlLENLdpULsuQcTyXj8w7ayhuUfPwEYZ1ZOooOTT6fdA9Vmx/RA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "get-intrinsic": "^1.2.4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/graceful-fs": {
|
|
|
+ "version": "4.2.11",
|
|
|
+ "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
|
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/has": {
|
|
|
+ "version": "1.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has/-/has-1.0.4.tgz",
|
|
|
+ "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-flag": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-property-descriptors": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "es-define-property": "^1.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-proto": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-QLdzI9IIO1Jg7f9GT1gXpPpXArAn6cS31R1eEZqz08Gc+uQ8/XiqHWt17Fiw+2p6oTTIq5GXEpQkAlA88YRl/Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "call-bind": "^1.0.7"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-symbols": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/hasown": {
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
|
|
|
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/http-errors": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "depd": "2.0.0",
|
|
|
+ "inherits": "2.0.4",
|
|
|
+ "setprototypeof": "1.2.0",
|
|
|
+ "statuses": "2.0.1",
|
|
|
+ "toidentifier": "1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/https-proxy-agent": {
|
|
|
+ "version": "5.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
|
+ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "agent-base": "6",
|
|
|
+ "debug": "4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/https-proxy-agent/node_modules/debug": {
|
|
|
+ "version": "4.3.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.7.tgz",
|
|
|
+ "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "^2.1.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "supports-color": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/https-proxy-agent/node_modules/ms": {
|
|
|
+ "version": "2.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
|
|
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/iconv-lite": {
|
|
|
+ "version": "0.4.24",
|
|
|
+ "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
|
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "safer-buffer": ">= 2.1.2 < 3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ieee754": {
|
|
|
+ "version": "1.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz",
|
|
|
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "patreon",
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "consulting",
|
|
|
+ "url": "https://feross.org/support"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "BSD-3-Clause"
|
|
|
+ },
|
|
|
+ "node_modules/ignore": {
|
|
|
+ "version": "5.3.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
|
|
|
+ "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/inherits": {
|
|
|
+ "version": "2.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
|
|
|
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/ini": {
|
|
|
+ "version": "1.3.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz",
|
|
|
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/into-stream": {
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/into-stream/-/into-stream-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA==",
|
|
|
+ "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/ipaddr.js": {
|
|
|
+ "version": "1.9.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
|
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/is-core-module": {
|
|
|
+ "version": "2.9.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.9.0.tgz",
|
|
|
+ "integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "has": "^1.0.3"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/is-extglob": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/is-fullwidth-code-point": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/is-glob": {
|
|
|
+ "version": "4.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
|
|
|
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "is-extglob": "^2.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/is-number": {
|
|
|
+ "version": "7.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
|
|
|
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.12.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/isarray": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/isarray/-/isarray-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/jsesc": {
|
|
|
+ "version": "2.5.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz",
|
|
|
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "jsesc": "bin/jsesc"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jsonfile": {
|
|
|
+ "version": "6.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
|
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "universalify": "^2.0.0"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "graceful-fs": "^4.1.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/jsonwebtoken": {
|
|
|
+ "version": "8.5.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz",
|
|
|
+ "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==",
|
|
|
+ "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/ms": {
|
|
|
+ "version": "2.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
|
|
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/jwa": {
|
|
|
+ "version": "1.4.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/jwa/-/jwa-1.4.1.tgz",
|
|
|
+ "integrity": "sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==",
|
|
|
+ "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",
|
|
|
+ "resolved": "https://registry.npmmirror.com/jws/-/jws-3.2.2.tgz",
|
|
|
+ "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "jwa": "^1.4.1",
|
|
|
+ "safe-buffer": "^5.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/lodash.includes": {
|
|
|
+ "version": "4.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash.includes/-/lodash.includes-4.3.0.tgz",
|
|
|
+ "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/lodash.isboolean": {
|
|
|
+ "version": "3.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
|
|
|
+ "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/lodash.isinteger": {
|
|
|
+ "version": "4.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
|
|
|
+ "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/lodash.isnumber": {
|
|
|
+ "version": "3.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
|
|
|
+ "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/lodash.isplainobject": {
|
|
|
+ "version": "4.0.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
|
+ "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/lodash.isstring": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/lodash.once": {
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/media-typer": {
|
|
|
+ "version": "0.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz",
|
|
|
+ "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/merge-descriptors": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/merge2": {
|
|
|
+ "version": "1.4.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
|
|
|
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/methods": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/micromatch": {
|
|
|
+ "version": "4.0.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
|
|
|
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "braces": "^3.0.3",
|
|
|
+ "picomatch": "^2.3.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mime": {
|
|
|
+ "version": "1.6.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
|
|
|
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "mime": "cli.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mime-db": {
|
|
|
+ "version": "1.52.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
|
|
|
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mime-types": {
|
|
|
+ "version": "2.1.35",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
|
|
|
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "mime-db": "1.52.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mimic-response": {
|
|
|
+ "version": "3.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mimic-response/-/mimic-response-3.1.0.tgz",
|
|
|
+ "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minimist": {
|
|
|
+ "version": "1.2.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
|
|
|
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mkdirp-classic": {
|
|
|
+ "version": "0.5.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
|
|
|
+ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/morgan": {
|
|
|
+ "version": "1.10.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/morgan/-/morgan-1.10.0.tgz",
|
|
|
+ "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "basic-auth": "~2.0.1",
|
|
|
+ "debug": "2.6.9",
|
|
|
+ "depd": "~2.0.0",
|
|
|
+ "on-finished": "~2.3.0",
|
|
|
+ "on-headers": "~1.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/morgan/node_modules/on-finished": {
|
|
|
+ "version": "2.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.3.0.tgz",
|
|
|
+ "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ee-first": "1.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ms": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/multistream": {
|
|
|
+ "version": "4.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/multistream/-/multistream-4.1.0.tgz",
|
|
|
+ "integrity": "sha512-J1XDiAmmNpRCBfIWJv+n0ymC4ABcf/Pl+5YvC5B/D2f/2+8PtHvCNxMPKiQcZyi922Hq69J2YOpb1pTywfifyw==",
|
|
|
+ "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": {
|
|
|
+ "once": "^1.4.0",
|
|
|
+ "readable-stream": "^3.6.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/multistream/node_modules/readable-stream": {
|
|
|
+ "version": "3.6.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
|
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "inherits": "^2.0.3",
|
|
|
+ "string_decoder": "^1.1.1",
|
|
|
+ "util-deprecate": "^1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/napi-build-utils": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/negotiator": {
|
|
|
+ "version": "0.6.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
|
|
|
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/node-abi": {
|
|
|
+ "version": "3.71.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-abi/-/node-abi-3.71.0.tgz",
|
|
|
+ "integrity": "sha512-SZ40vRiy/+wRTf21hxkkEjPJZpARzUMVcJoQse2EF8qkUWbbO2z7vd5oA/H6bVH6SZQ5STGcu0KRDS7biNRfxw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "semver": "^7.3.5"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/node-abi/node_modules/semver": {
|
|
|
+ "version": "7.6.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz",
|
|
|
+ "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
|
+ "license": "ISC",
|
|
|
+ "bin": {
|
|
|
+ "semver": "bin/semver.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/node-fetch": {
|
|
|
+ "version": "2.7.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz",
|
|
|
+ "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "whatwg-url": "^5.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "4.x || >=6.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "encoding": "^0.1.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "encoding": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/object-assign": {
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/object-assign/-/object-assign-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/object-inspect": {
|
|
|
+ "version": "1.13.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.3.tgz",
|
|
|
+ "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/on-finished": {
|
|
|
+ "version": "2.4.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
|
|
|
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ee-first": "1.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/on-headers": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/once": {
|
|
|
+ "version": "1.4.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
|
|
|
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
|
+ "license": "ISC",
|
|
|
+ "dependencies": {
|
|
|
+ "wrappy": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/p-is-promise": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/p-is-promise/-/p-is-promise-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/parseurl": {
|
|
|
+ "version": "1.3.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
|
|
|
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/path-parse": {
|
|
|
+ "version": "1.0.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz",
|
|
|
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/path-to-regexp": {
|
|
|
+ "version": "0.1.10",
|
|
|
+ "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz",
|
|
|
+ "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/path-type": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg": {
|
|
|
+ "version": "8.13.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg/-/pg-8.13.1.tgz",
|
|
|
+ "integrity": "sha512-OUir1A0rPNZlX//c7ksiu7crsGZTKSOXJPgtNiHGIlC9H0lO+NC6ZDYksSgBYY/thSWhnSRBv8w1lieNNGATNQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "pg-connection-string": "^2.7.0",
|
|
|
+ "pg-pool": "^3.7.0",
|
|
|
+ "pg-protocol": "^1.7.0",
|
|
|
+ "pg-types": "^2.1.0",
|
|
|
+ "pgpass": "1.x"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8.0.0"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "pg-cloudflare": "^1.1.1"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "pg-native": ">=3.0.1"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "pg-native": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg-cloudflare": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/pg-connection-string": {
|
|
|
+ "version": "2.7.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-connection-string/-/pg-connection-string-2.7.0.tgz",
|
|
|
+ "integrity": "sha512-PI2W9mv53rXJQEOb8xNR8lH7Hr+EKa6oJa38zsK0S/ky2er16ios1wLKhZyxzD7jUReiWokc9WK5nxSnC7W1TA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/pg-int8": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-int8/-/pg-int8-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
|
|
|
+ "license": "ISC",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg-pool": {
|
|
|
+ "version": "3.7.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-pool/-/pg-pool-3.7.0.tgz",
|
|
|
+ "integrity": "sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peerDependencies": {
|
|
|
+ "pg": ">=8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg-protocol": {
|
|
|
+ "version": "1.7.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-protocol/-/pg-protocol-1.7.0.tgz",
|
|
|
+ "integrity": "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/pg-types": {
|
|
|
+ "version": "2.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-types/-/pg-types-2.2.0.tgz",
|
|
|
+ "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "pg-int8": "1.0.1",
|
|
|
+ "postgres-array": "~2.0.0",
|
|
|
+ "postgres-bytea": "~1.0.0",
|
|
|
+ "postgres-date": "~1.0.4",
|
|
|
+ "postgres-interval": "^1.1.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pgpass": {
|
|
|
+ "version": "1.0.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pgpass/-/pgpass-1.0.5.tgz",
|
|
|
+ "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "split2": "^4.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/picomatch": {
|
|
|
+ "version": "2.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
|
|
|
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.6"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pkg": {
|
|
|
+ "version": "5.8.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pkg/-/pkg-5.8.1.tgz",
|
|
|
+ "integrity": "sha512-CjBWtFStCfIiT4Bde9QpJy0KeH19jCfwZRJqHFDFXfhUklCx8JoFmMj3wgnEYIwGmZVNkhsStPHEOnrtrQhEXA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/generator": "7.18.2",
|
|
|
+ "@babel/parser": "7.18.4",
|
|
|
+ "@babel/types": "7.19.0",
|
|
|
+ "chalk": "^4.1.2",
|
|
|
+ "fs-extra": "^9.1.0",
|
|
|
+ "globby": "^11.1.0",
|
|
|
+ "into-stream": "^6.0.0",
|
|
|
+ "is-core-module": "2.9.0",
|
|
|
+ "minimist": "^1.2.6",
|
|
|
+ "multistream": "^4.1.0",
|
|
|
+ "pkg-fetch": "3.4.2",
|
|
|
+ "prebuild-install": "7.1.1",
|
|
|
+ "resolve": "^1.22.0",
|
|
|
+ "stream-meter": "^1.0.4"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "pkg": "lib-es5/bin.js"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "node-notifier": ">=9.0.1"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "node-notifier": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pkg-fetch": {
|
|
|
+ "version": "3.4.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pkg-fetch/-/pkg-fetch-3.4.2.tgz",
|
|
|
+ "integrity": "sha512-0+uijmzYcnhC0hStDjm/cl2VYdrmVVBpe7Q8k9YBojxmR5tG8mvR9/nooQq3QSXiQqORDVOTY3XqMEqJVIzkHA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "chalk": "^4.1.2",
|
|
|
+ "fs-extra": "^9.1.0",
|
|
|
+ "https-proxy-agent": "^5.0.0",
|
|
|
+ "node-fetch": "^2.6.6",
|
|
|
+ "progress": "^2.0.3",
|
|
|
+ "semver": "^7.3.5",
|
|
|
+ "tar-fs": "^2.1.1",
|
|
|
+ "yargs": "^16.2.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "pkg-fetch": "lib-es5/bin.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pkg-fetch/node_modules/semver": {
|
|
|
+ "version": "7.6.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz",
|
|
|
+ "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
|
+ "license": "ISC",
|
|
|
+ "bin": {
|
|
|
+ "semver": "bin/semver.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postgres-array": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postgres-array/-/postgres-array-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postgres-bytea": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postgres-date": {
|
|
|
+ "version": "1.0.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postgres-date/-/postgres-date-1.0.7.tgz",
|
|
|
+ "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postgres-interval": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postgres-interval/-/postgres-interval-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "xtend": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/prebuild-install": {
|
|
|
+ "version": "7.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/prebuild-install/-/prebuild-install-7.1.1.tgz",
|
|
|
+ "integrity": "sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "detect-libc": "^2.0.0",
|
|
|
+ "expand-template": "^2.0.3",
|
|
|
+ "github-from-package": "0.0.0",
|
|
|
+ "minimist": "^1.2.3",
|
|
|
+ "mkdirp-classic": "^0.5.3",
|
|
|
+ "napi-build-utils": "^1.0.1",
|
|
|
+ "node-abi": "^3.3.0",
|
|
|
+ "pump": "^3.0.0",
|
|
|
+ "rc": "^1.2.7",
|
|
|
+ "simple-get": "^4.0.0",
|
|
|
+ "tar-fs": "^2.0.0",
|
|
|
+ "tunnel-agent": "^0.6.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "prebuild-install": "bin.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/process-nextick-args": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/progress": {
|
|
|
+ "version": "2.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/progress/-/progress-2.0.3.tgz",
|
|
|
+ "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/proxy-addr": {
|
|
|
+ "version": "2.0.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
|
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "forwarded": "0.2.0",
|
|
|
+ "ipaddr.js": "1.9.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pump": {
|
|
|
+ "version": "3.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
|
|
|
+ "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "end-of-stream": "^1.1.0",
|
|
|
+ "once": "^1.3.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/qs": {
|
|
|
+ "version": "6.13.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.0.tgz",
|
|
|
+ "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
+ "dependencies": {
|
|
|
+ "side-channel": "^1.0.6"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.6"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/queue-microtask": {
|
|
|
+ "version": "1.2.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
|
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
|
+ "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/range-parser": {
|
|
|
+ "version": "1.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
|
|
|
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/raw-body": {
|
|
|
+ "version": "2.5.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.2.tgz",
|
|
|
+ "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "bytes": "3.1.2",
|
|
|
+ "http-errors": "2.0.0",
|
|
|
+ "iconv-lite": "0.4.24",
|
|
|
+ "unpipe": "1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/rc": {
|
|
|
+ "version": "1.2.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/rc/-/rc-1.2.8.tgz",
|
|
|
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
|
|
|
+ "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/readable-stream": {
|
|
|
+ "version": "2.3.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
|
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
|
+ "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",
|
|
|
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
|
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/require-directory": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/require-directory/-/require-directory-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/resolve": {
|
|
|
+ "version": "1.22.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.8.tgz",
|
|
|
+ "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "is-core-module": "^2.13.0",
|
|
|
+ "path-parse": "^1.0.7",
|
|
|
+ "supports-preserve-symlinks-flag": "^1.0.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "resolve": "bin/resolve"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/resolve/node_modules/is-core-module": {
|
|
|
+ "version": "2.15.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.15.1.tgz",
|
|
|
+ "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "hasown": "^2.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/reusify": {
|
|
|
+ "version": "1.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz",
|
|
|
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "iojs": ">=1.0.0",
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/run-parallel": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
|
+ "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",
|
|
|
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
|
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
|
+ "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/safer-buffer": {
|
|
|
+ "version": "2.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
|
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/semver": {
|
|
|
+ "version": "5.7.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
|
|
|
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
|
+ "license": "ISC",
|
|
|
+ "bin": {
|
|
|
+ "semver": "bin/semver"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/send": {
|
|
|
+ "version": "0.19.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/send/-/send-0.19.0.tgz",
|
|
|
+ "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "debug": "2.6.9",
|
|
|
+ "depd": "2.0.0",
|
|
|
+ "destroy": "1.2.0",
|
|
|
+ "encodeurl": "~1.0.2",
|
|
|
+ "escape-html": "~1.0.3",
|
|
|
+ "etag": "~1.8.1",
|
|
|
+ "fresh": "0.5.2",
|
|
|
+ "http-errors": "2.0.0",
|
|
|
+ "mime": "1.6.0",
|
|
|
+ "ms": "2.1.3",
|
|
|
+ "on-finished": "2.4.1",
|
|
|
+ "range-parser": "~1.2.1",
|
|
|
+ "statuses": "2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/send/node_modules/encodeurl": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/send/node_modules/ms": {
|
|
|
+ "version": "2.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
|
|
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/serve-static": {
|
|
|
+ "version": "1.16.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.2.tgz",
|
|
|
+ "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "encodeurl": "~2.0.0",
|
|
|
+ "escape-html": "~1.0.3",
|
|
|
+ "parseurl": "~1.3.3",
|
|
|
+ "send": "0.19.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/set-function-length": {
|
|
|
+ "version": "1.2.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
|
|
|
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "define-data-property": "^1.1.4",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "function-bind": "^1.1.2",
|
|
|
+ "get-intrinsic": "^1.2.4",
|
|
|
+ "gopd": "^1.0.1",
|
|
|
+ "has-property-descriptors": "^1.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/setprototypeof": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/side-channel": {
|
|
|
+ "version": "1.0.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.6.tgz",
|
|
|
+ "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "call-bind": "^1.0.7",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "get-intrinsic": "^1.2.4",
|
|
|
+ "object-inspect": "^1.13.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/simple-concat": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/simple-concat/-/simple-concat-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "patreon",
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "consulting",
|
|
|
+ "url": "https://feross.org/support"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/simple-get": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/simple-get/-/simple-get-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "patreon",
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "consulting",
|
|
|
+ "url": "https://feross.org/support"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "decompress-response": "^6.0.0",
|
|
|
+ "once": "^1.3.1",
|
|
|
+ "simple-concat": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/slash": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/split2": {
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/split2/-/split2-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
|
+ "license": "ISC",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/statuses": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/stream-meter": {
|
|
|
+ "version": "1.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/stream-meter/-/stream-meter-1.0.4.tgz",
|
|
|
+ "integrity": "sha512-4sOEtrbgFotXwnEuzzsQBYEV1elAeFSO8rSGeTwabuX1RRn/kEq9JVH7I0MRBhKVRR0sJkr0M0QCH7yOLf9fhQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "readable-stream": "^2.1.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/string_decoder": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "safe-buffer": "~5.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/string_decoder/node_modules/safe-buffer": {
|
|
|
+ "version": "5.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
|
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/string-width": {
|
|
|
+ "version": "4.2.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz",
|
|
|
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
|
+ "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/strip-ansi": {
|
|
|
+ "version": "6.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
|
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ansi-regex": "^5.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/strip-json-comments": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/supports-color": {
|
|
|
+ "version": "7.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
|
|
|
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "has-flag": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/supports-preserve-symlinks-flag": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tar-fs": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tar-fs/-/tar-fs-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "chownr": "^1.1.1",
|
|
|
+ "mkdirp-classic": "^0.5.2",
|
|
|
+ "pump": "^3.0.0",
|
|
|
+ "tar-stream": "^2.1.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tar-stream": {
|
|
|
+ "version": "2.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz",
|
|
|
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "bl": "^4.0.3",
|
|
|
+ "end-of-stream": "^1.4.1",
|
|
|
+ "fs-constants": "^1.0.0",
|
|
|
+ "inherits": "^2.0.3",
|
|
|
+ "readable-stream": "^3.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tar-stream/node_modules/readable-stream": {
|
|
|
+ "version": "3.6.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
|
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "inherits": "^2.0.3",
|
|
|
+ "string_decoder": "^1.1.1",
|
|
|
+ "util-deprecate": "^1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/to-fast-properties": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/to-regex-range": {
|
|
|
+ "version": "5.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
|
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "is-number": "^7.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/toidentifier": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tr46": {
|
|
|
+ "version": "0.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz",
|
|
|
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/tunnel-agent": {
|
|
|
+ "version": "0.6.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
|
|
|
+ "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
|
|
|
+ "license": "Apache-2.0",
|
|
|
+ "dependencies": {
|
|
|
+ "safe-buffer": "^5.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/type-is": {
|
|
|
+ "version": "1.6.18",
|
|
|
+ "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
|
|
|
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "media-typer": "0.3.0",
|
|
|
+ "mime-types": "~2.1.24"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/universalify": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/universalify/-/universalify-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unpipe": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/util-deprecate": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/utils-merge": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/vary": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/webidl-conversions": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
|
|
+ "license": "BSD-2-Clause"
|
|
|
+ },
|
|
|
+ "node_modules/whatwg-url": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "tr46": "~0.0.3",
|
|
|
+ "webidl-conversions": "^3.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/wrap-ansi": {
|
|
|
+ "version": "7.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
|
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ansi-styles": "^4.0.0",
|
|
|
+ "string-width": "^4.1.0",
|
|
|
+ "strip-ansi": "^6.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/wrappy": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/xtend": {
|
|
|
+ "version": "4.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
|
|
|
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/y18n": {
|
|
|
+ "version": "5.0.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
|
|
|
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
|
+ "license": "ISC",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/yargs": {
|
|
|
+ "version": "16.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/yargs/-/yargs-16.2.0.tgz",
|
|
|
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
|
|
|
+ "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": "20.2.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-20.2.9.tgz",
|
|
|
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
|
|
|
+ "license": "ISC",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|