|
@@ -0,0 +1,997 @@
|
|
|
+{
|
|
|
+ "name": "wisdom-server",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "lockfileVersion": 3,
|
|
|
+ "requires": true,
|
|
|
+ "packages": {
|
|
|
+ "node_modules/accepts": {
|
|
|
+ "version": "1.3.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
|
|
|
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "mime-types": "~2.1.34",
|
|
|
+ "negotiator": "0.6.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/array-flatten": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/assert-options": {
|
|
|
+ "version": "0.8.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/assert-options/-/assert-options-0.8.2.tgz",
|
|
|
+ "integrity": "sha512-XaXoMxY0zuwAb0YuZjxIm8FeWvNq0aWNIbrzHhFjme8Smxw4JlPoyrAKQ6808k5UvQdhvnWqHZCphq5mXd4TDA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.0.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==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "bytes": "3.1.2",
|
|
|
+ "content-type": "~1.0.5",
|
|
|
+ "debug": "2.6.9",
|
|
|
+ "depd": "2.0.0",
|
|
|
+ "destroy": "1.2.0",
|
|
|
+ "http-errors": "2.0.0",
|
|
|
+ "iconv-lite": "0.4.24",
|
|
|
+ "on-finished": "2.4.1",
|
|
|
+ "qs": "6.13.0",
|
|
|
+ "raw-body": "2.5.2",
|
|
|
+ "type-is": "~1.6.18",
|
|
|
+ "unpipe": "1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8",
|
|
|
+ "npm": "1.2.8000 || >= 1.4.16"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/bytes": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/call-bind": {
|
|
|
+ "version": "1.0.8",
|
|
|
+ "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.8.tgz",
|
|
|
+ "integrity": "sha512-oKlSFMcMwpUg2ednkhQ454wfWiU/ul3CkJe/PEHcTKuiX6RpbehUiFMXu13HalGZxfUwCQzZG747YXBn1im9ww==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "call-bind-apply-helpers": "^1.0.0",
|
|
|
+ "es-define-property": "^1.0.0",
|
|
|
+ "get-intrinsic": "^1.2.4",
|
|
|
+ "set-function-length": "^1.2.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/call-bind-apply-helpers": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-BhYE+WDaywFg2TBWYNXAE+8B1ATnThNBqXHP5nQu0jWJdVvY2hvkpyB3qOmtmDePiS5/BDQ8wASEWGMWRG148g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/content-disposition": {
|
|
|
+ "version": "0.5.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz",
|
|
|
+ "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "safe-buffer": "5.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/content-type": {
|
|
|
+ "version": "1.0.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz",
|
|
|
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/cookie": {
|
|
|
+ "version": "0.7.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.7.1.tgz",
|
|
|
+ "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/cookie-signature": {
|
|
|
+ "version": "1.0.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz",
|
|
|
+ "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/debug": {
|
|
|
+ "version": "2.6.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz",
|
|
|
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ms": "2.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/define-data-property": {
|
|
|
+ "version": "1.1.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
|
|
|
+ "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "es-define-property": "^1.0.0",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "gopd": "^1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/depd": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/destroy": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8",
|
|
|
+ "npm": "1.2.8000 || >= 1.4.16"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/dunder-proto": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-9+Sj30DIu+4KvHqMfLUGLFYL2PkURSYMVXJyXe92nFRvlYq5hBjLEhblKB+vkd/WVlUYMWigiY07T91Fkk0+4A==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "call-bind-apply-helpers": "^1.0.0",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "gopd": "^1.2.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ee-first": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/encodeurl": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/es-define-property": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/es-errors": {
|
|
|
+ "version": "1.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz",
|
|
|
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/escape-html": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/etag": {
|
|
|
+ "version": "1.8.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz",
|
|
|
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/express": {
|
|
|
+ "version": "4.21.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/express/-/express-4.21.2.tgz",
|
|
|
+ "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "accepts": "~1.3.8",
|
|
|
+ "array-flatten": "1.1.1",
|
|
|
+ "body-parser": "1.20.3",
|
|
|
+ "content-disposition": "0.5.4",
|
|
|
+ "content-type": "~1.0.4",
|
|
|
+ "cookie": "0.7.1",
|
|
|
+ "cookie-signature": "1.0.6",
|
|
|
+ "debug": "2.6.9",
|
|
|
+ "depd": "2.0.0",
|
|
|
+ "encodeurl": "~2.0.0",
|
|
|
+ "escape-html": "~1.0.3",
|
|
|
+ "etag": "~1.8.1",
|
|
|
+ "finalhandler": "1.3.1",
|
|
|
+ "fresh": "0.5.2",
|
|
|
+ "http-errors": "2.0.0",
|
|
|
+ "merge-descriptors": "1.0.3",
|
|
|
+ "methods": "~1.1.2",
|
|
|
+ "on-finished": "2.4.1",
|
|
|
+ "parseurl": "~1.3.3",
|
|
|
+ "path-to-regexp": "0.1.12",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/express"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/finalhandler": {
|
|
|
+ "version": "1.3.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.3.1.tgz",
|
|
|
+ "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "debug": "2.6.9",
|
|
|
+ "encodeurl": "~2.0.0",
|
|
|
+ "escape-html": "~1.0.3",
|
|
|
+ "on-finished": "2.4.1",
|
|
|
+ "parseurl": "~1.3.3",
|
|
|
+ "statuses": "2.0.1",
|
|
|
+ "unpipe": "~1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/forwarded": {
|
|
|
+ "version": "0.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz",
|
|
|
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/fresh": {
|
|
|
+ "version": "0.5.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz",
|
|
|
+ "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/function-bind": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/get-intrinsic": {
|
|
|
+ "version": "1.2.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.5.tgz",
|
|
|
+ "integrity": "sha512-Y4+pKa7XeRUPWFNvOOYHkRYrfzW07oraURSvjDmRVOJ748OrVmeXtpE4+GCEHncjCjkTxPNRt8kEbxDhsn6VTg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "call-bind-apply-helpers": "^1.0.0",
|
|
|
+ "dunder-proto": "^1.0.0",
|
|
|
+ "es-define-property": "^1.0.1",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "function-bind": "^1.1.2",
|
|
|
+ "gopd": "^1.2.0",
|
|
|
+ "has-symbols": "^1.1.0",
|
|
|
+ "hasown": "^2.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/gopd": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-property-descriptors": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "es-define-property": "^1.0.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-symbols": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/hasown": {
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
|
|
|
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/http-errors": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "depd": "2.0.0",
|
|
|
+ "inherits": "2.0.4",
|
|
|
+ "setprototypeof": "1.2.0",
|
|
|
+ "statuses": "2.0.1",
|
|
|
+ "toidentifier": "1.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/iconv-lite": {
|
|
|
+ "version": "0.4.24",
|
|
|
+ "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
|
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "safer-buffer": ">= 2.1.2 < 3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/inherits": {
|
|
|
+ "version": "2.0.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
|
|
|
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/ipaddr.js": {
|
|
|
+ "version": "1.9.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
|
|
|
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/media-typer": {
|
|
|
+ "version": "0.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz",
|
|
|
+ "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/merge-descriptors": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/methods": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mime": {
|
|
|
+ "version": "1.6.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz",
|
|
|
+ "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "bin": {
|
|
|
+ "mime": "cli.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mime-db": {
|
|
|
+ "version": "1.52.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz",
|
|
|
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mime-types": {
|
|
|
+ "version": "2.1.35",
|
|
|
+ "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz",
|
|
|
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "mime-db": "1.52.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ms": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/negotiator": {
|
|
|
+ "version": "0.6.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz",
|
|
|
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/object-inspect": {
|
|
|
+ "version": "1.13.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.3.tgz",
|
|
|
+ "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/on-finished": {
|
|
|
+ "version": "2.4.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz",
|
|
|
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "ee-first": "1.1.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/parseurl": {
|
|
|
+ "version": "1.3.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz",
|
|
|
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/path-to-regexp": {
|
|
|
+ "version": "0.1.12",
|
|
|
+ "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
|
|
|
+ "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/pg": {
|
|
|
+ "version": "8.13.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg/-/pg-8.13.1.tgz",
|
|
|
+ "integrity": "sha512-OUir1A0rPNZlX//c7ksiu7crsGZTKSOXJPgtNiHGIlC9H0lO+NC6ZDYksSgBYY/thSWhnSRBv8w1lieNNGATNQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "pg-connection-string": "^2.7.0",
|
|
|
+ "pg-pool": "^3.7.0",
|
|
|
+ "pg-protocol": "^1.7.0",
|
|
|
+ "pg-types": "^2.1.0",
|
|
|
+ "pgpass": "1.x"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8.0.0"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "pg-cloudflare": "^1.1.1"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "pg-native": ">=3.0.1"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "pg-native": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg-cloudflare": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "node_modules/pg-connection-string": {
|
|
|
+ "version": "2.7.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-connection-string/-/pg-connection-string-2.7.0.tgz",
|
|
|
+ "integrity": "sha512-PI2W9mv53rXJQEOb8xNR8lH7Hr+EKa6oJa38zsK0S/ky2er16ios1wLKhZyxzD7jUReiWokc9WK5nxSnC7W1TA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/pg-cursor": {
|
|
|
+ "version": "2.12.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-cursor/-/pg-cursor-2.12.1.tgz",
|
|
|
+ "integrity": "sha512-V13tEaA9Oq1w+V6Q3UBIB/blxJrwbbr35/dY54r/86soBJ7xkP236bXaORUTVXUPt9B6Ql2BQu+uwQiuMfRVgg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "peerDependencies": {
|
|
|
+ "pg": "^8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg-int8": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-int8/-/pg-int8-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==",
|
|
|
+ "license": "ISC",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg-minify": {
|
|
|
+ "version": "1.6.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-minify/-/pg-minify-1.6.5.tgz",
|
|
|
+ "integrity": "sha512-u0UE8veaCnMfJmoklqneeBBopOAPG3/6DHqGVHYAhz8DkJXh9dnjPlz25fRxn4e+6XVzdOp7kau63Rp52fZ3WQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg-pool": {
|
|
|
+ "version": "3.7.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-pool/-/pg-pool-3.7.0.tgz",
|
|
|
+ "integrity": "sha512-ZOBQForurqh4zZWjrgSwwAtzJ7QiRX0ovFkZr2klsen3Nm0aoh33Ls0fzfv3imeH/nw/O27cjdz5kzYJfeGp/g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peerDependencies": {
|
|
|
+ "pg": ">=8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg-promise": {
|
|
|
+ "version": "11.10.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-promise/-/pg-promise-11.10.2.tgz",
|
|
|
+ "integrity": "sha512-wK4yjxZdfxBmAMcs40q6IsC1SOzdLilc1yNvJqlbOjtm2syayqLDCt1JQ9lhS6yNSgVlGOQZT88yb/SADJmEBw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "assert-options": "0.8.2",
|
|
|
+ "pg": "8.13.1",
|
|
|
+ "pg-minify": "1.6.5",
|
|
|
+ "spex": "3.4.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "pg-query-stream": "4.7.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg-protocol": {
|
|
|
+ "version": "1.7.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-protocol/-/pg-protocol-1.7.0.tgz",
|
|
|
+ "integrity": "sha512-hTK/mE36i8fDDhgDFjy6xNOG+LCorxLG3WO17tku+ij6sVHXh1jQUJ8hYAnRhNla4QVD2H8er/FOjc/+EgC6yQ==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/pg-query-stream": {
|
|
|
+ "version": "4.7.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-query-stream/-/pg-query-stream-4.7.1.tgz",
|
|
|
+ "integrity": "sha512-UMgsgn/pOIYsIifRySp59vwlpTpLADMK9HWJtq5ff0Z3MxBnPMGnCQeaQl5VuL+7ov4F96mSzIRIcz+Duo6OiQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "peer": true,
|
|
|
+ "dependencies": {
|
|
|
+ "pg-cursor": "^2.12.1"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "pg": "^8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pg-types": {
|
|
|
+ "version": "2.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pg-types/-/pg-types-2.2.0.tgz",
|
|
|
+ "integrity": "sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "pg-int8": "1.0.1",
|
|
|
+ "postgres-array": "~2.0.0",
|
|
|
+ "postgres-bytea": "~1.0.0",
|
|
|
+ "postgres-date": "~1.0.4",
|
|
|
+ "postgres-interval": "^1.1.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/pgpass": {
|
|
|
+ "version": "1.0.5",
|
|
|
+ "resolved": "https://registry.npmmirror.com/pgpass/-/pgpass-1.0.5.tgz",
|
|
|
+ "integrity": "sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "split2": "^4.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postgres-array": {
|
|
|
+ "version": "2.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postgres-array/-/postgres-array-2.0.0.tgz",
|
|
|
+ "integrity": "sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postgres-bytea": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postgres-date": {
|
|
|
+ "version": "1.0.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postgres-date/-/postgres-date-1.0.7.tgz",
|
|
|
+ "integrity": "sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postgres-interval": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/postgres-interval/-/postgres-interval-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "xtend": "^4.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/proxy-addr": {
|
|
|
+ "version": "2.0.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
|
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "forwarded": "0.2.0",
|
|
|
+ "ipaddr.js": "1.9.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/qs": {
|
|
|
+ "version": "6.13.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/qs/-/qs-6.13.0.tgz",
|
|
|
+ "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
|
|
|
+ "license": "BSD-3-Clause",
|
|
|
+ "dependencies": {
|
|
|
+ "side-channel": "^1.0.6"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.6"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/range-parser": {
|
|
|
+ "version": "1.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz",
|
|
|
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/raw-body": {
|
|
|
+ "version": "2.5.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.2.tgz",
|
|
|
+ "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "bytes": "3.1.2",
|
|
|
+ "http-errors": "2.0.0",
|
|
|
+ "iconv-lite": "0.4.24",
|
|
|
+ "unpipe": "1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/safe-buffer": {
|
|
|
+ "version": "5.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
|
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "patreon",
|
|
|
+ "url": "https://www.patreon.com/feross"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "consulting",
|
|
|
+ "url": "https://feross.org/support"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/safer-buffer": {
|
|
|
+ "version": "2.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
|
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/send": {
|
|
|
+ "version": "0.19.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/send/-/send-0.19.0.tgz",
|
|
|
+ "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "debug": "2.6.9",
|
|
|
+ "depd": "2.0.0",
|
|
|
+ "destroy": "1.2.0",
|
|
|
+ "encodeurl": "~1.0.2",
|
|
|
+ "escape-html": "~1.0.3",
|
|
|
+ "etag": "~1.8.1",
|
|
|
+ "fresh": "0.5.2",
|
|
|
+ "http-errors": "2.0.0",
|
|
|
+ "mime": "1.6.0",
|
|
|
+ "ms": "2.1.3",
|
|
|
+ "on-finished": "2.4.1",
|
|
|
+ "range-parser": "~1.2.1",
|
|
|
+ "statuses": "2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/send/node_modules/encodeurl": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/send/node_modules/ms": {
|
|
|
+ "version": "2.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
|
|
|
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
|
+ "license": "MIT"
|
|
|
+ },
|
|
|
+ "node_modules/serve-static": {
|
|
|
+ "version": "1.16.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.16.2.tgz",
|
|
|
+ "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "encodeurl": "~2.0.0",
|
|
|
+ "escape-html": "~1.0.3",
|
|
|
+ "parseurl": "~1.3.3",
|
|
|
+ "send": "0.19.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/set-function-length": {
|
|
|
+ "version": "1.2.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
|
|
|
+ "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "define-data-property": "^1.1.4",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "function-bind": "^1.1.2",
|
|
|
+ "get-intrinsic": "^1.2.4",
|
|
|
+ "gopd": "^1.0.1",
|
|
|
+ "has-property-descriptors": "^1.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/setprototypeof": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
|
+ "license": "ISC"
|
|
|
+ },
|
|
|
+ "node_modules/side-channel": {
|
|
|
+ "version": "1.0.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.6.tgz",
|
|
|
+ "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "call-bind": "^1.0.7",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "get-intrinsic": "^1.2.4",
|
|
|
+ "object-inspect": "^1.13.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/spex": {
|
|
|
+ "version": "3.4.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/spex/-/spex-3.4.0.tgz",
|
|
|
+ "integrity": "sha512-8JeZJ7QlEBnSj1W1fKXgbB2KUPA8k4BxFMf6lZX/c1ZagU/1b9uZWZK0yD6yjfzqAIuTNG4YlRmtMpQiXuohsg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/split2": {
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/split2/-/split2-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
|
+ "license": "ISC",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 10.x"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/statuses": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/toidentifier": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/type-is": {
|
|
|
+ "version": "1.6.18",
|
|
|
+ "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz",
|
|
|
+ "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "media-typer": "0.3.0",
|
|
|
+ "mime-types": "~2.1.24"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/unpipe": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/utils-merge": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/vary": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/xtend": {
|
|
|
+ "version": "4.0.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/xtend/-/xtend-4.0.2.tgz",
|
|
|
+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
|
|
|
+ "license": "MIT",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.4"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|