|
|
@@ -0,0 +1,2671 @@
|
|
|
+{
|
|
|
+ "name": "employee-attendance-system",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "lockfileVersion": 3,
|
|
|
+ "requires": true,
|
|
|
+ "packages": {
|
|
|
+ "node_modules/@babel/runtime": {
|
|
|
+ "version": "7.26.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.26.0.tgz",
|
|
|
+ "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "regenerator-runtime": "^0.14.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@gar/promisify": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@gar/promisify/-/promisify-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/@npmcli/fs": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@npmcli/fs/-/fs-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@gar/promisify": "^1.0.1",
|
|
|
+ "semver": "^7.3.5"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@npmcli/fs/node_modules/semver": {
|
|
|
+ "version": "7.6.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz",
|
|
|
+ "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
|
+ "optional": true,
|
|
|
+ "bin": {
|
|
|
+ "semver": "bin/semver.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@npmcli/move-file": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@npmcli/move-file/-/move-file-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==",
|
|
|
+ "deprecated": "This functionality has been moved to @npmcli/fs",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "mkdirp": "^1.0.4",
|
|
|
+ "rimraf": "^3.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tootallnate/once": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@tootallnate/once/-/once-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
|
|
|
+ "optional": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/abbrev": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "optional": true,
|
|
|
+ "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==",
|
|
|
+ "optional": true,
|
|
|
+ "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==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/agentkeepalive": {
|
|
|
+ "version": "4.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-4.5.0.tgz",
|
|
|
+ "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "humanize-ms": "^1.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/aggregate-error": {
|
|
|
+ "version": "3.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/aggregate-error/-/aggregate-error-3.1.0.tgz",
|
|
|
+ "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "clean-stack": "^2.0.0",
|
|
|
+ "indent-string": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "devOptional": true,
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "color-convert": "^2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/anymatch": {
|
|
|
+ "version": "3.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.3.tgz",
|
|
|
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
+ "picomatch": "^2.0.4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/aproba": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/aproba/-/aproba-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/are-we-there-yet": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==",
|
|
|
+ "deprecated": "This package is no longer supported.",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "delegates": "^1.0.0",
|
|
|
+ "readable-stream": "^3.6.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "node_modules/balanced-match": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
|
+ "devOptional": true
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/binary-extensions": {
|
|
|
+ "version": "2.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
|
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/bindings": {
|
|
|
+ "version": "1.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz",
|
|
|
+ "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "file-uri-to-path": "1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/bl": {
|
|
|
+ "version": "4.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz",
|
|
|
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
|
+ "dependencies": {
|
|
|
+ "buffer": "^5.5.0",
|
|
|
+ "inherits": "^2.0.4",
|
|
|
+ "readable-stream": "^3.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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/brace-expansion": {
|
|
|
+ "version": "1.1.11",
|
|
|
+ "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
|
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
|
+ "devOptional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "balanced-match": "^1.0.0",
|
|
|
+ "concat-map": "0.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "base64-js": "^1.3.1",
|
|
|
+ "ieee754": "^1.1.13"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/bytes": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/cacache": {
|
|
|
+ "version": "15.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/cacache/-/cacache-15.3.0.tgz",
|
|
|
+ "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@npmcli/fs": "^1.0.0",
|
|
|
+ "@npmcli/move-file": "^1.0.1",
|
|
|
+ "chownr": "^2.0.0",
|
|
|
+ "fs-minipass": "^2.0.0",
|
|
|
+ "glob": "^7.1.4",
|
|
|
+ "infer-owner": "^1.0.4",
|
|
|
+ "lru-cache": "^6.0.0",
|
|
|
+ "minipass": "^3.1.1",
|
|
|
+ "minipass-collect": "^1.0.2",
|
|
|
+ "minipass-flush": "^1.0.5",
|
|
|
+ "minipass-pipeline": "^1.2.2",
|
|
|
+ "mkdirp": "^1.0.3",
|
|
|
+ "p-map": "^4.0.0",
|
|
|
+ "promise-inflight": "^1.0.1",
|
|
|
+ "rimraf": "^3.0.2",
|
|
|
+ "ssri": "^8.0.1",
|
|
|
+ "tar": "^6.0.2",
|
|
|
+ "unique-filename": "^1.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/call-bind": {
|
|
|
+ "version": "1.0.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.7.tgz",
|
|
|
+ "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==",
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ansi-styles": "^4.1.0",
|
|
|
+ "supports-color": "^7.1.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/chalk/chalk?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/chalk/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==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "has-flag": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/chokidar": {
|
|
|
+ "version": "3.6.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/chokidar/-/chokidar-3.6.0.tgz",
|
|
|
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "anymatch": "~3.1.2",
|
|
|
+ "braces": "~3.0.2",
|
|
|
+ "glob-parent": "~5.1.2",
|
|
|
+ "is-binary-path": "~2.1.0",
|
|
|
+ "is-glob": "~4.0.1",
|
|
|
+ "normalize-path": "~3.0.0",
|
|
|
+ "readdirp": "~3.6.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8.10.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "fsevents": "~2.3.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/chownr": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/clean-stack": {
|
|
|
+ "version": "2.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/clean-stack/-/clean-stack-2.2.0.tgz",
|
|
|
+ "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
|
|
|
+ "optional": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "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==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/color-support": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/color-support/-/color-support-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
|
|
|
+ "optional": true,
|
|
|
+ "bin": {
|
|
|
+ "color-support": "bin.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/concat-map": {
|
|
|
+ "version": "0.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
|
|
|
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
|
+ "devOptional": true
|
|
|
+ },
|
|
|
+ "node_modules/concurrently": {
|
|
|
+ "version": "6.5.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/concurrently/-/concurrently-6.5.1.tgz",
|
|
|
+ "integrity": "sha512-FlSwNpGjWQfRwPLXvJ/OgysbBxPkWpiVjy1042b0U7on7S7qwwMIILRj7WTN1mTgqa582bG6NFuScOoh6Zgdag==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "chalk": "^4.1.0",
|
|
|
+ "date-fns": "^2.16.1",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
+ "rxjs": "^6.6.3",
|
|
|
+ "spawn-command": "^0.0.2-1",
|
|
|
+ "supports-color": "^8.1.0",
|
|
|
+ "tree-kill": "^1.2.2",
|
|
|
+ "yargs": "^16.2.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "concurrently": "bin/concurrently.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/console-control-strings": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dependencies": {
|
|
|
+ "object-assign": "^4",
|
|
|
+ "vary": "^1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/date-fns": {
|
|
|
+ "version": "2.30.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/date-fns/-/date-fns-2.30.0.tgz",
|
|
|
+ "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.21.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.11"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/date-fns"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/debug": {
|
|
|
+ "version": "2.6.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
|
|
|
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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/delegates": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/delegates/-/delegates-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "devOptional": true
|
|
|
+ },
|
|
|
+ "node_modules/encodeurl": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/encoding": {
|
|
|
+ "version": "0.1.13",
|
|
|
+ "resolved": "https://registry.npmmirror.com/encoding/-/encoding-0.1.13.tgz",
|
|
|
+ "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "iconv-lite": "^0.6.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/encoding/node_modules/iconv-lite": {
|
|
|
+ "version": "0.6.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
|
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dependencies": {
|
|
|
+ "once": "^1.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/env-paths": {
|
|
|
+ "version": "2.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/env-paths/-/env-paths-2.2.1.tgz",
|
|
|
+ "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
|
|
|
+ "optional": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/err-code": {
|
|
|
+ "version": "2.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/err-code/-/err-code-2.0.3.tgz",
|
|
|
+ "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "node_modules/etag": {
|
|
|
+ "version": "1.8.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
|
|
|
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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/file-uri-to-path": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw=="
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "node_modules/fs-minipass": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
|
|
|
+ "dependencies": {
|
|
|
+ "minipass": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/fs.realpath": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/gauge": {
|
|
|
+ "version": "4.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/gauge/-/gauge-4.0.4.tgz",
|
|
|
+ "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
|
|
|
+ "deprecated": "This package is no longer supported.",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "aproba": "^1.0.3 || ^2.0.0",
|
|
|
+ "color-support": "^1.1.3",
|
|
|
+ "console-control-strings": "^1.1.0",
|
|
|
+ "has-unicode": "^2.0.1",
|
|
|
+ "signal-exit": "^3.0.7",
|
|
|
+ "string-width": "^4.2.3",
|
|
|
+ "strip-ansi": "^6.0.1",
|
|
|
+ "wide-align": "^1.1.5"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/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==",
|
|
|
+ "dev": true,
|
|
|
+ "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==",
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "node_modules/glob": {
|
|
|
+ "version": "7.2.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
|
|
|
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
|
+ "deprecated": "Glob versions prior to v9 are no longer supported",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "fs.realpath": "^1.0.0",
|
|
|
+ "inflight": "^1.0.4",
|
|
|
+ "inherits": "2",
|
|
|
+ "minimatch": "^3.1.1",
|
|
|
+ "once": "^1.3.0",
|
|
|
+ "path-is-absolute": "^1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "*"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/glob-parent": {
|
|
|
+ "version": "5.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
|
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "is-glob": "^4.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/gopd": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
|
|
|
+ "dependencies": {
|
|
|
+ "get-intrinsic": "^1.1.3"
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "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==",
|
|
|
+ "dependencies": {
|
|
|
+ "es-define-property": "^1.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-proto": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-symbols": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-unicode": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-unicode/-/has-unicode-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/hasown": {
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
|
|
|
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/http-cache-semantics": {
|
|
|
+ "version": "4.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz",
|
|
|
+ "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dependencies": {
|
|
|
+ "depd": "2.0.0",
|
|
|
+ "inherits": "2.0.4",
|
|
|
+ "setprototypeof": "1.2.0",
|
|
|
+ "statuses": "2.0.1",
|
|
|
+ "toidentifier": "1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/http-proxy-agent": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@tootallnate/once": "1",
|
|
|
+ "agent-base": "6",
|
|
|
+ "debug": "4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/http-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==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "^2.1.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "supports-color": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/http-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==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "optional": true,
|
|
|
+ "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==",
|
|
|
+ "optional": true,
|
|
|
+ "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==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/humanize-ms": {
|
|
|
+ "version": "1.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/humanize-ms/-/humanize-ms-1.2.1.tgz",
|
|
|
+ "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "^2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/ignore-by-default": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ignore-by-default/-/ignore-by-default-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/imurmurhash": {
|
|
|
+ "version": "0.1.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
|
|
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
|
|
|
+ "optional": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.8.19"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/indent-string": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/indent-string/-/indent-string-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==",
|
|
|
+ "optional": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/infer-owner": {
|
|
|
+ "version": "1.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/infer-owner/-/infer-owner-1.0.4.tgz",
|
|
|
+ "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/inflight": {
|
|
|
+ "version": "1.0.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
|
|
|
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
|
+ "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "once": "^1.3.0",
|
|
|
+ "wrappy": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/inherits": {
|
|
|
+ "version": "2.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
|
|
|
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
|
|
+ },
|
|
|
+ "node_modules/ini": {
|
|
|
+ "version": "1.3.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz",
|
|
|
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
|
|
|
+ },
|
|
|
+ "node_modules/ip-address": {
|
|
|
+ "version": "9.0.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ip-address/-/ip-address-9.0.5.tgz",
|
|
|
+ "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "jsbn": "1.1.0",
|
|
|
+ "sprintf-js": "^1.1.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/is-binary-path": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "binary-extensions": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/is-extglob": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
|
+ "dev": true,
|
|
|
+ "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==",
|
|
|
+ "devOptional": true,
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "is-extglob": "^2.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/is-lambda": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/is-lambda/-/is-lambda-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.12.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/isexe": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/jsbn": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/lodash": {
|
|
|
+ "version": "4.17.21",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
|
|
|
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/lru-cache": {
|
|
|
+ "version": "6.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
|
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "yallist": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/make-fetch-happen": {
|
|
|
+ "version": "9.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz",
|
|
|
+ "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "agentkeepalive": "^4.1.3",
|
|
|
+ "cacache": "^15.2.0",
|
|
|
+ "http-cache-semantics": "^4.1.0",
|
|
|
+ "http-proxy-agent": "^4.0.1",
|
|
|
+ "https-proxy-agent": "^5.0.0",
|
|
|
+ "is-lambda": "^1.0.1",
|
|
|
+ "lru-cache": "^6.0.0",
|
|
|
+ "minipass": "^3.1.3",
|
|
|
+ "minipass-collect": "^1.0.2",
|
|
|
+ "minipass-fetch": "^1.3.2",
|
|
|
+ "minipass-flush": "^1.0.5",
|
|
|
+ "minipass-pipeline": "^1.2.4",
|
|
|
+ "negotiator": "^0.6.2",
|
|
|
+ "promise-retry": "^2.0.1",
|
|
|
+ "socks-proxy-agent": "^6.0.0",
|
|
|
+ "ssri": "^8.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/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==",
|
|
|
+ "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==",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/methods": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mime": {
|
|
|
+ "version": "1.6.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
|
|
|
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minimatch": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
|
+ "devOptional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "brace-expansion": "^1.1.7"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "*"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minimist": {
|
|
|
+ "version": "1.2.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz",
|
|
|
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minipass": {
|
|
|
+ "version": "3.3.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz",
|
|
|
+ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
|
|
|
+ "dependencies": {
|
|
|
+ "yallist": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minipass-collect": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minipass-collect/-/minipass-collect-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "minipass": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minipass-fetch": {
|
|
|
+ "version": "1.4.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
|
|
|
+ "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "minipass": "^3.1.0",
|
|
|
+ "minipass-sized": "^1.0.3",
|
|
|
+ "minizlib": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "encoding": "^0.1.12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minipass-flush": {
|
|
|
+ "version": "1.0.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minipass-flush/-/minipass-flush-1.0.5.tgz",
|
|
|
+ "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "minipass": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minipass-pipeline": {
|
|
|
+ "version": "1.2.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
|
|
|
+ "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "minipass": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minipass-sized": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minipass-sized/-/minipass-sized-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "minipass": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minizlib": {
|
|
|
+ "version": "2.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz",
|
|
|
+ "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
|
|
|
+ "dependencies": {
|
|
|
+ "minipass": "^3.0.0",
|
|
|
+ "yallist": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mkdirp": {
|
|
|
+ "version": "1.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
|
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
|
|
+ "bin": {
|
|
|
+ "mkdirp": "bin/cmd.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "node_modules/ms": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
|
|
|
+ },
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "bin": {
|
|
|
+ "semver": "bin/semver.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/node-addon-api": {
|
|
|
+ "version": "7.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-7.1.1.tgz",
|
|
|
+ "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ=="
|
|
|
+ },
|
|
|
+ "node_modules/node-gyp": {
|
|
|
+ "version": "8.4.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/node-gyp/-/node-gyp-8.4.1.tgz",
|
|
|
+ "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "env-paths": "^2.2.0",
|
|
|
+ "glob": "^7.1.4",
|
|
|
+ "graceful-fs": "^4.2.6",
|
|
|
+ "make-fetch-happen": "^9.1.0",
|
|
|
+ "nopt": "^5.0.0",
|
|
|
+ "npmlog": "^6.0.0",
|
|
|
+ "rimraf": "^3.0.2",
|
|
|
+ "semver": "^7.3.5",
|
|
|
+ "tar": "^6.1.2",
|
|
|
+ "which": "^2.0.2"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "node-gyp": "bin/node-gyp.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10.12.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/node-gyp/node_modules/semver": {
|
|
|
+ "version": "7.6.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.3.tgz",
|
|
|
+ "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
|
|
|
+ "optional": true,
|
|
|
+ "bin": {
|
|
|
+ "semver": "bin/semver.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nodemon": {
|
|
|
+ "version": "2.0.22",
|
|
|
+ "resolved": "https://registry.npmmirror.com/nodemon/-/nodemon-2.0.22.tgz",
|
|
|
+ "integrity": "sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "chokidar": "^3.5.2",
|
|
|
+ "debug": "^3.2.7",
|
|
|
+ "ignore-by-default": "^1.0.1",
|
|
|
+ "minimatch": "^3.1.2",
|
|
|
+ "pstree.remy": "^1.1.8",
|
|
|
+ "semver": "^5.7.1",
|
|
|
+ "simple-update-notifier": "^1.0.7",
|
|
|
+ "supports-color": "^5.5.0",
|
|
|
+ "touch": "^3.1.0",
|
|
|
+ "undefsafe": "^2.0.5"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "nodemon": "bin/nodemon.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.10.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/nodemon"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nodemon/node_modules/debug": {
|
|
|
+ "version": "3.2.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz",
|
|
|
+ "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "^2.1.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nodemon/node_modules/has-flag": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nodemon/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==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/nodemon/node_modules/supports-color": {
|
|
|
+ "version": "5.5.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz",
|
|
|
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "has-flag": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nopt": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/nopt/-/nopt-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "abbrev": "1"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "nopt": "bin/nopt.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/normalize-path": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/npmlog": {
|
|
|
+ "version": "6.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/npmlog/-/npmlog-6.0.2.tgz",
|
|
|
+ "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==",
|
|
|
+ "deprecated": "This package is no longer supported.",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "are-we-there-yet": "^3.0.0",
|
|
|
+ "console-control-strings": "^1.1.0",
|
|
|
+ "gauge": "^4.0.3",
|
|
|
+ "set-blocking": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/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==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/object-inspect": {
|
|
|
+ "version": "1.13.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.2.tgz",
|
|
|
+ "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==",
|
|
|
+ "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==",
|
|
|
+ "dependencies": {
|
|
|
+ "ee-first": "1.1.1"
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dependencies": {
|
|
|
+ "wrappy": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/p-map": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/p-map/-/p-map-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "aggregate-error": "^3.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/parseurl": {
|
|
|
+ "version": "1.3.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
|
|
|
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/path-is-absolute": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
|
+ "optional": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "node_modules/picomatch": {
|
|
|
+ "version": "2.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
|
|
|
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.6"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/prebuild-install": {
|
|
|
+ "version": "7.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/prebuild-install/-/prebuild-install-7.1.2.tgz",
|
|
|
+ "integrity": "sha512-UnNke3IQb6sgarcZIDU3gbMeTp/9SSU1DAIkil7PrqG1vZlBtY5msYccSKSHDqa3hNg436IXK+SNImReuA1wEQ==",
|
|
|
+ "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/promise-inflight": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/promise-inflight/-/promise-inflight-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/promise-retry": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/promise-retry/-/promise-retry-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "err-code": "^2.0.2",
|
|
|
+ "retry": "^0.12.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dependencies": {
|
|
|
+ "forwarded": "0.2.0",
|
|
|
+ "ipaddr.js": "1.9.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pstree.remy": {
|
|
|
+ "version": "1.1.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pstree.remy/-/pstree.remy-1.1.8.tgz",
|
|
|
+ "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/pump": {
|
|
|
+ "version": "3.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
|
|
|
+ "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
|
|
|
+ "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==",
|
|
|
+ "dependencies": {
|
|
|
+ "side-channel": "^1.0.6"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.6"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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": "3.6.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
|
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
|
+ "dependencies": {
|
|
|
+ "inherits": "^2.0.3",
|
|
|
+ "string_decoder": "^1.1.1",
|
|
|
+ "util-deprecate": "^1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/readdirp": {
|
|
|
+ "version": "3.6.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/readdirp/-/readdirp-3.6.0.tgz",
|
|
|
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "picomatch": "^2.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/regenerator-runtime": {
|
|
|
+ "version": "0.14.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
|
|
+ "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/retry": {
|
|
|
+ "version": "0.12.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/retry/-/retry-0.12.0.tgz",
|
|
|
+ "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
|
+ "optional": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/rimraf": {
|
|
|
+ "version": "3.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
|
|
|
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
|
|
+ "deprecated": "Rimraf versions prior to v4 are no longer supported",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "glob": "^7.1.3"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "rimraf": "bin.js"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/isaacs"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/rxjs": {
|
|
|
+ "version": "6.6.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/rxjs/-/rxjs-6.6.7.tgz",
|
|
|
+ "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "tslib": "^1.9.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "npm": ">=2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "node_modules/safer-buffer": {
|
|
|
+ "version": "2.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
|
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
|
|
|
+ },
|
|
|
+ "node_modules/semver": {
|
|
|
+ "version": "5.7.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
|
|
|
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
|
|
|
+ "dev": true,
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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-blocking": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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/signal-exit": {
|
|
|
+ "version": "3.0.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
|
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "decompress-response": "^6.0.0",
|
|
|
+ "once": "^1.3.1",
|
|
|
+ "simple-concat": "^1.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/simple-update-notifier": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "semver": "~7.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/simple-update-notifier/node_modules/semver": {
|
|
|
+ "version": "7.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/semver/-/semver-7.0.0.tgz",
|
|
|
+ "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
|
|
|
+ "dev": true,
|
|
|
+ "bin": {
|
|
|
+ "semver": "bin/semver.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/smart-buffer": {
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/smart-buffer/-/smart-buffer-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
|
|
|
+ "optional": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6.0.0",
|
|
|
+ "npm": ">= 3.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/socks": {
|
|
|
+ "version": "2.8.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/socks/-/socks-2.8.3.tgz",
|
|
|
+ "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ip-address": "^9.0.5",
|
|
|
+ "smart-buffer": "^4.2.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10.0.0",
|
|
|
+ "npm": ">= 3.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/socks-proxy-agent": {
|
|
|
+ "version": "6.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz",
|
|
|
+ "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "agent-base": "^6.0.2",
|
|
|
+ "debug": "^4.3.3",
|
|
|
+ "socks": "^2.6.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/socks-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==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "^2.1.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "supports-color": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/socks-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==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/spawn-command": {
|
|
|
+ "version": "0.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/spawn-command/-/spawn-command-0.0.2.tgz",
|
|
|
+ "integrity": "sha512-zC8zGoGkmc8J9ndvml8Xksr1Amk9qBujgbF0JAIWO7kXr43w0h/0GJNM/Vustixu+YE8N/MTrQ7N31FvHUACxQ==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/sprintf-js": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/sqlite3": {
|
|
|
+ "version": "5.1.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/sqlite3/-/sqlite3-5.1.7.tgz",
|
|
|
+ "integrity": "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==",
|
|
|
+ "hasInstallScript": true,
|
|
|
+ "dependencies": {
|
|
|
+ "bindings": "^1.5.0",
|
|
|
+ "node-addon-api": "^7.0.0",
|
|
|
+ "prebuild-install": "^7.1.1",
|
|
|
+ "tar": "^6.1.11"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "node-gyp": "8.x"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "node-gyp": "8.x"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "node-gyp": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ssri": {
|
|
|
+ "version": "8.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ssri/-/ssri-8.0.1.tgz",
|
|
|
+ "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "minipass": "^3.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/statuses": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/string_decoder": {
|
|
|
+ "version": "1.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
|
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
|
+ "dependencies": {
|
|
|
+ "safe-buffer": "~5.2.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "devOptional": true,
|
|
|
+ "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==",
|
|
|
+ "devOptional": true,
|
|
|
+ "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==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/supports-color": {
|
|
|
+ "version": "8.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-8.1.1.tgz",
|
|
|
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "has-flag": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tar": {
|
|
|
+ "version": "6.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tar/-/tar-6.2.1.tgz",
|
|
|
+ "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
|
|
|
+ "dependencies": {
|
|
|
+ "chownr": "^2.0.0",
|
|
|
+ "fs-minipass": "^2.0.0",
|
|
|
+ "minipass": "^5.0.0",
|
|
|
+ "minizlib": "^2.1.1",
|
|
|
+ "mkdirp": "^1.0.3",
|
|
|
+ "yallist": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/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==",
|
|
|
+ "dependencies": {
|
|
|
+ "chownr": "^1.1.1",
|
|
|
+ "mkdirp-classic": "^0.5.2",
|
|
|
+ "pump": "^3.0.0",
|
|
|
+ "tar-stream": "^2.1.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tar-fs/node_modules/chownr": {
|
|
|
+ "version": "1.1.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz",
|
|
|
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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/node_modules/minipass": {
|
|
|
+ "version": "5.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz",
|
|
|
+ "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "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==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/touch": {
|
|
|
+ "version": "3.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/touch/-/touch-3.1.1.tgz",
|
|
|
+ "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==",
|
|
|
+ "dev": true,
|
|
|
+ "bin": {
|
|
|
+ "nodetouch": "bin/nodetouch.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tree-kill": {
|
|
|
+ "version": "1.2.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tree-kill/-/tree-kill-1.2.2.tgz",
|
|
|
+ "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==",
|
|
|
+ "dev": true,
|
|
|
+ "bin": {
|
|
|
+ "tree-kill": "cli.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tslib": {
|
|
|
+ "version": "1.14.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz",
|
|
|
+ "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "dependencies": {
|
|
|
+ "media-typer": "0.3.0",
|
|
|
+ "mime-types": "~2.1.24"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/undefsafe": {
|
|
|
+ "version": "2.0.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/undefsafe/-/undefsafe-2.0.5.tgz",
|
|
|
+ "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/unique-filename": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/unique-filename/-/unique-filename-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "unique-slug": "^2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unique-slug": {
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/unique-slug/-/unique-slug-2.0.2.tgz",
|
|
|
+ "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "imurmurhash": "^0.1.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unpipe": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "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==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/which": {
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
|
|
|
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "isexe": "^2.0.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "node-which": "bin/node-which"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/wide-align": {
|
|
|
+ "version": "1.1.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/wide-align/-/wide-align-1.1.5.tgz",
|
|
|
+ "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
|
|
|
+ "optional": true,
|
|
|
+ "dependencies": {
|
|
|
+ "string-width": "^1.0.2 || 2 || 3 || 4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "ansi-styles": "^4.0.0",
|
|
|
+ "string-width": "^4.1.0",
|
|
|
+ "strip-ansi": "^6.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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=="
|
|
|
+ },
|
|
|
+ "node_modules/y18n": {
|
|
|
+ "version": "5.0.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/y18n/-/y18n-5.0.8.tgz",
|
|
|
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/yallist": {
|
|
|
+ "version": "4.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz",
|
|
|
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
|
|
|
+ },
|
|
|
+ "node_modules/yargs": {
|
|
|
+ "version": "16.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/yargs/-/yargs-16.2.0.tgz",
|
|
|
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "cliui": "^7.0.2",
|
|
|
+ "escalade": "^3.1.1",
|
|
|
+ "get-caller-file": "^2.0.5",
|
|
|
+ "require-directory": "^2.1.1",
|
|
|
+ "string-width": "^4.2.0",
|
|
|
+ "y18n": "^5.0.5",
|
|
|
+ "yargs-parser": "^20.2.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|