3578 lines
78 KiB
JSON
3578 lines
78 KiB
JSON
|
{
|
||
|
"name": "cma_api",
|
||
|
"version": "1.0.0",
|
||
|
"lockfileVersion": 2,
|
||
|
"requires": true,
|
||
|
"packages": {
|
||
|
"": {
|
||
|
"name": "cma_api",
|
||
|
"version": "1.0.0",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"async": "^3.2.2",
|
||
|
"body-parser": "^1.19.0",
|
||
|
"cookie-parser": "^1.4.6",
|
||
|
"crypto": "^1.0.1",
|
||
|
"cryptr": "^6.0.2",
|
||
|
"dateformat": "^5.0.2",
|
||
|
"express": "^4.17.1",
|
||
|
"express-session": "^1.17.2",
|
||
|
"https": "^1.0.0",
|
||
|
"md5": "^2.3.0",
|
||
|
"msg91": "^0.0.6",
|
||
|
"msg91-sms": "^1.0.1",
|
||
|
"multer": "^1.4.3",
|
||
|
"mysql": "^2.18.1",
|
||
|
"nodemon": "^2.0.15",
|
||
|
"path": "^0.12.7",
|
||
|
"sendotp": "^1.2.9",
|
||
|
"ws": "^8.4.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/@sindresorhus/is": {
|
||
|
"version": "0.14.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/@szmarczak/http-timer": {
|
||
|
"version": "1.1.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"defer-to-connect": "^1.0.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/abbrev": {
|
||
|
"version": "1.1.1",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/accepts": {
|
||
|
"version": "1.3.7",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"mime-types": "~2.1.24",
|
||
|
"negotiator": "0.6.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/ajv": {
|
||
|
"version": "6.12.6",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"fast-deep-equal": "^3.1.1",
|
||
|
"fast-json-stable-stringify": "^2.0.0",
|
||
|
"json-schema-traverse": "^0.4.1",
|
||
|
"uri-js": "^4.2.2"
|
||
|
},
|
||
|
"funding": {
|
||
|
"type": "github",
|
||
|
"url": "https://github.com/sponsors/epoberezkin"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/ansi-align": {
|
||
|
"version": "3.0.1",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"string-width": "^4.1.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/ansi-regex": {
|
||
|
"version": "5.0.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/ansi-styles": {
|
||
|
"version": "4.3.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"color-convert": "^2.0.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/anymatch": {
|
||
|
"version": "3.1.2",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"normalize-path": "^3.0.0",
|
||
|
"picomatch": "^2.0.4"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/append-field": {
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/array-flatten": {
|
||
|
"version": "1.1.1",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/asn1": {
|
||
|
"version": "0.2.6",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"safer-buffer": "~2.1.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/assert-plus": {
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/async": {
|
||
|
"version": "3.2.2",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/asynckit": {
|
||
|
"version": "0.4.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/aws-sign2": {
|
||
|
"version": "0.7.0",
|
||
|
"license": "Apache-2.0",
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/aws4": {
|
||
|
"version": "1.11.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/balanced-match": {
|
||
|
"version": "1.0.2",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/bcrypt-pbkdf": {
|
||
|
"version": "1.0.2",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"dependencies": {
|
||
|
"tweetnacl": "^0.14.3"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/bignumber.js": {
|
||
|
"version": "9.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/binary-extensions": {
|
||
|
"version": "2.2.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/body-parser": {
|
||
|
"version": "1.19.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"bytes": "3.1.0",
|
||
|
"content-type": "~1.0.4",
|
||
|
"debug": "2.6.9",
|
||
|
"depd": "~1.1.2",
|
||
|
"http-errors": "1.7.2",
|
||
|
"iconv-lite": "0.4.24",
|
||
|
"on-finished": "~2.3.0",
|
||
|
"qs": "6.7.0",
|
||
|
"raw-body": "2.4.0",
|
||
|
"type-is": "~1.6.17"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/boxen": {
|
||
|
"version": "5.1.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"ansi-align": "^3.0.0",
|
||
|
"camelcase": "^6.2.0",
|
||
|
"chalk": "^4.1.0",
|
||
|
"cli-boxes": "^2.2.1",
|
||
|
"string-width": "^4.2.2",
|
||
|
"type-fest": "^0.20.2",
|
||
|
"widest-line": "^3.1.0",
|
||
|
"wrap-ansi": "^7.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/brace-expansion": {
|
||
|
"version": "1.1.11",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"balanced-match": "^1.0.0",
|
||
|
"concat-map": "0.0.1"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/braces": {
|
||
|
"version": "3.0.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"fill-range": "^7.0.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/buffer-from": {
|
||
|
"version": "1.1.2",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/busboy": {
|
||
|
"version": "0.2.14",
|
||
|
"dependencies": {
|
||
|
"dicer": "0.2.5",
|
||
|
"readable-stream": "1.1.x"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.8.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/busboy/node_modules/isarray": {
|
||
|
"version": "0.0.1",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/busboy/node_modules/readable-stream": {
|
||
|
"version": "1.1.14",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"core-util-is": "~1.0.0",
|
||
|
"inherits": "~2.0.1",
|
||
|
"isarray": "0.0.1",
|
||
|
"string_decoder": "~0.10.x"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/busboy/node_modules/string_decoder": {
|
||
|
"version": "0.10.31",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/bytes": {
|
||
|
"version": "3.1.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/cacheable-request": {
|
||
|
"version": "6.1.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"clone-response": "^1.0.2",
|
||
|
"get-stream": "^5.1.0",
|
||
|
"http-cache-semantics": "^4.0.0",
|
||
|
"keyv": "^3.0.0",
|
||
|
"lowercase-keys": "^2.0.0",
|
||
|
"normalize-url": "^4.1.0",
|
||
|
"responselike": "^1.0.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/cacheable-request/node_modules/get-stream": {
|
||
|
"version": "5.2.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"pump": "^3.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/cacheable-request/node_modules/lowercase-keys": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/camelcase": {
|
||
|
"version": "6.2.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/caseless": {
|
||
|
"version": "0.12.0",
|
||
|
"license": "Apache-2.0"
|
||
|
},
|
||
|
"node_modules/chalk": {
|
||
|
"version": "4.1.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"ansi-styles": "^4.1.0",
|
||
|
"supports-color": "^7.1.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/chalk/node_modules/has-flag": {
|
||
|
"version": "4.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/chalk/node_modules/supports-color": {
|
||
|
"version": "7.2.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"has-flag": "^4.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/charenc": {
|
||
|
"version": "0.0.2",
|
||
|
"resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
|
||
|
"integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=",
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/chokidar": {
|
||
|
"version": "3.5.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"anymatch": "~3.1.2",
|
||
|
"braces": "~3.0.2",
|
||
|
"glob-parent": "~5.1.2",
|
||
|
"is-binary-path": "~2.1.0",
|
||
|
"is-glob": "~4.0.1",
|
||
|
"normalize-path": "~3.0.0",
|
||
|
"readdirp": "~3.6.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 8.10.0"
|
||
|
},
|
||
|
"optionalDependencies": {
|
||
|
"fsevents": "~2.3.2"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/ci-info": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/cli-boxes": {
|
||
|
"version": "2.2.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/clone-response": {
|
||
|
"version": "1.0.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"mimic-response": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/color-convert": {
|
||
|
"version": "2.0.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"color-name": "~1.1.4"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/color-name": {
|
||
|
"version": "1.1.4",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/combined-stream": {
|
||
|
"version": "1.0.8",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"delayed-stream": "~1.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/concat-map": {
|
||
|
"version": "0.0.1",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/concat-stream": {
|
||
|
"version": "1.6.2",
|
||
|
"engines": [
|
||
|
"node >= 0.8"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"buffer-from": "^1.0.0",
|
||
|
"inherits": "^2.0.3",
|
||
|
"readable-stream": "^2.2.2",
|
||
|
"typedarray": "^0.0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/configstore": {
|
||
|
"version": "5.0.1",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"dependencies": {
|
||
|
"dot-prop": "^5.2.0",
|
||
|
"graceful-fs": "^4.1.2",
|
||
|
"make-dir": "^3.0.0",
|
||
|
"unique-string": "^2.0.0",
|
||
|
"write-file-atomic": "^3.0.0",
|
||
|
"xdg-basedir": "^4.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/content-disposition": {
|
||
|
"version": "0.5.3",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"safe-buffer": "5.1.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/content-type": {
|
||
|
"version": "1.0.4",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/cookie": {
|
||
|
"version": "0.4.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/cookie-parser": {
|
||
|
"version": "1.4.6",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"cookie": "0.4.1",
|
||
|
"cookie-signature": "1.0.6"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/cookie-parser/node_modules/cookie": {
|
||
|
"version": "0.4.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/cookie-signature": {
|
||
|
"version": "1.0.6",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/core-util-is": {
|
||
|
"version": "1.0.3",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/crypt": {
|
||
|
"version": "0.0.2",
|
||
|
"resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
|
||
|
"integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=",
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/crypto": {
|
||
|
"version": "1.0.1",
|
||
|
"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
|
||
|
"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig==",
|
||
|
"deprecated": "This package is no longer supported. It's now a built-in Node module. If you've depended on crypto, you should switch to the one that's built-in."
|
||
|
},
|
||
|
"node_modules/crypto-random-string": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/cryptr": {
|
||
|
"version": "6.0.2",
|
||
|
"resolved": "https://registry.npmjs.org/cryptr/-/cryptr-6.0.2.tgz",
|
||
|
"integrity": "sha512-1TRHI4bmuLIB8WgkH9eeYXzhEg1T4tonO4vVaMBKKde8Dre51J68nAgTVXTwMYXAf7+mV2gBCkm/9wksjSb2sA=="
|
||
|
},
|
||
|
"node_modules/dashdash": {
|
||
|
"version": "1.14.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"assert-plus": "^1.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/dateformat": {
|
||
|
"version": "5.0.2",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=12.20"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/debug": {
|
||
|
"version": "2.6.9",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"ms": "2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/decompress-response": {
|
||
|
"version": "3.3.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"mimic-response": "^1.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/deep-extend": {
|
||
|
"version": "0.6.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=4.0.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/defer-to-connect": {
|
||
|
"version": "1.1.3",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/delayed-stream": {
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.4.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/depd": {
|
||
|
"version": "1.1.2",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/destroy": {
|
||
|
"version": "1.0.4",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/dicer": {
|
||
|
"version": "0.2.5",
|
||
|
"dependencies": {
|
||
|
"readable-stream": "1.1.x",
|
||
|
"streamsearch": "0.1.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.8.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/dicer/node_modules/isarray": {
|
||
|
"version": "0.0.1",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/dicer/node_modules/readable-stream": {
|
||
|
"version": "1.1.14",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"core-util-is": "~1.0.0",
|
||
|
"inherits": "~2.0.1",
|
||
|
"isarray": "0.0.1",
|
||
|
"string_decoder": "~0.10.x"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/dicer/node_modules/string_decoder": {
|
||
|
"version": "0.10.31",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/dot-prop": {
|
||
|
"version": "5.3.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"is-obj": "^2.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/duplexer3": {
|
||
|
"version": "0.1.4",
|
||
|
"license": "BSD-3-Clause"
|
||
|
},
|
||
|
"node_modules/ecc-jsbn": {
|
||
|
"version": "0.1.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"jsbn": "~0.1.0",
|
||
|
"safer-buffer": "^2.1.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/ee-first": {
|
||
|
"version": "1.1.1",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/emoji-regex": {
|
||
|
"version": "8.0.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/encodeurl": {
|
||
|
"version": "1.0.2",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/end-of-stream": {
|
||
|
"version": "1.4.4",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"once": "^1.4.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/escape-goat": {
|
||
|
"version": "2.1.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/escape-html": {
|
||
|
"version": "1.0.3",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/etag": {
|
||
|
"version": "1.8.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/express": {
|
||
|
"version": "4.17.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"accepts": "~1.3.7",
|
||
|
"array-flatten": "1.1.1",
|
||
|
"body-parser": "1.19.0",
|
||
|
"content-disposition": "0.5.3",
|
||
|
"content-type": "~1.0.4",
|
||
|
"cookie": "0.4.0",
|
||
|
"cookie-signature": "1.0.6",
|
||
|
"debug": "2.6.9",
|
||
|
"depd": "~1.1.2",
|
||
|
"encodeurl": "~1.0.2",
|
||
|
"escape-html": "~1.0.3",
|
||
|
"etag": "~1.8.1",
|
||
|
"finalhandler": "~1.1.2",
|
||
|
"fresh": "0.5.2",
|
||
|
"merge-descriptors": "1.0.1",
|
||
|
"methods": "~1.1.2",
|
||
|
"on-finished": "~2.3.0",
|
||
|
"parseurl": "~1.3.3",
|
||
|
"path-to-regexp": "0.1.7",
|
||
|
"proxy-addr": "~2.0.5",
|
||
|
"qs": "6.7.0",
|
||
|
"range-parser": "~1.2.1",
|
||
|
"safe-buffer": "5.1.2",
|
||
|
"send": "0.17.1",
|
||
|
"serve-static": "1.14.1",
|
||
|
"setprototypeof": "1.1.1",
|
||
|
"statuses": "~1.5.0",
|
||
|
"type-is": "~1.6.18",
|
||
|
"utils-merge": "1.0.1",
|
||
|
"vary": "~1.1.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/express-session": {
|
||
|
"version": "1.17.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"cookie": "0.4.1",
|
||
|
"cookie-signature": "1.0.6",
|
||
|
"debug": "2.6.9",
|
||
|
"depd": "~2.0.0",
|
||
|
"on-headers": "~1.0.2",
|
||
|
"parseurl": "~1.3.3",
|
||
|
"safe-buffer": "5.2.1",
|
||
|
"uid-safe": "~2.1.5"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/express-session/node_modules/cookie": {
|
||
|
"version": "0.4.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/express-session/node_modules/depd": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/express-session/node_modules/safe-buffer": {
|
||
|
"version": "5.2.1",
|
||
|
"funding": [
|
||
|
{
|
||
|
"type": "github",
|
||
|
"url": "https://github.com/sponsors/feross"
|
||
|
},
|
||
|
{
|
||
|
"type": "patreon",
|
||
|
"url": "https://www.patreon.com/feross"
|
||
|
},
|
||
|
{
|
||
|
"type": "consulting",
|
||
|
"url": "https://feross.org/support"
|
||
|
}
|
||
|
],
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/extend": {
|
||
|
"version": "3.0.2",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/extsprintf": {
|
||
|
"version": "1.3.0",
|
||
|
"engines": [
|
||
|
"node >=0.6.0"
|
||
|
],
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/fast-deep-equal": {
|
||
|
"version": "3.1.3",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/fast-json-stable-stringify": {
|
||
|
"version": "2.1.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/fill-range": {
|
||
|
"version": "7.0.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"to-regex-range": "^5.0.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/finalhandler": {
|
||
|
"version": "1.1.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"debug": "2.6.9",
|
||
|
"encodeurl": "~1.0.2",
|
||
|
"escape-html": "~1.0.3",
|
||
|
"on-finished": "~2.3.0",
|
||
|
"parseurl": "~1.3.3",
|
||
|
"statuses": "~1.5.0",
|
||
|
"unpipe": "~1.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/forever-agent": {
|
||
|
"version": "0.6.1",
|
||
|
"license": "Apache-2.0",
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/form-data": {
|
||
|
"version": "2.3.3",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"asynckit": "^0.4.0",
|
||
|
"combined-stream": "^1.0.6",
|
||
|
"mime-types": "^2.1.12"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.12"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/forwarded": {
|
||
|
"version": "0.2.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/fresh": {
|
||
|
"version": "0.5.2",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/get-stream": {
|
||
|
"version": "4.1.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"pump": "^3.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/getpass": {
|
||
|
"version": "0.1.7",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"assert-plus": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/glob-parent": {
|
||
|
"version": "5.1.2",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"is-glob": "^4.0.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/global-dirs": {
|
||
|
"version": "3.0.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"ini": "2.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/got": {
|
||
|
"version": "9.6.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"@sindresorhus/is": "^0.14.0",
|
||
|
"@szmarczak/http-timer": "^1.1.2",
|
||
|
"cacheable-request": "^6.0.0",
|
||
|
"decompress-response": "^3.3.0",
|
||
|
"duplexer3": "^0.1.4",
|
||
|
"get-stream": "^4.1.0",
|
||
|
"lowercase-keys": "^1.0.1",
|
||
|
"mimic-response": "^1.0.1",
|
||
|
"p-cancelable": "^1.0.0",
|
||
|
"to-readable-stream": "^1.0.0",
|
||
|
"url-parse-lax": "^3.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/graceful-fs": {
|
||
|
"version": "4.2.8",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/har-schema": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "ISC",
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/har-validator": {
|
||
|
"version": "5.1.5",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"ajv": "^6.12.3",
|
||
|
"har-schema": "^2.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/has-flag": {
|
||
|
"version": "3.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/has-yarn": {
|
||
|
"version": "2.1.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/http-cache-semantics": {
|
||
|
"version": "4.1.0",
|
||
|
"license": "BSD-2-Clause"
|
||
|
},
|
||
|
"node_modules/http-errors": {
|
||
|
"version": "1.7.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"depd": "~1.1.2",
|
||
|
"inherits": "2.0.3",
|
||
|
"setprototypeof": "1.1.1",
|
||
|
"statuses": ">= 1.5.0 < 2",
|
||
|
"toidentifier": "1.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/http-signature": {
|
||
|
"version": "1.2.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"assert-plus": "^1.0.0",
|
||
|
"jsprim": "^1.2.2",
|
||
|
"sshpk": "^1.7.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.8",
|
||
|
"npm": ">=1.3.7"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/https": {
|
||
|
"version": "1.0.0",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/iconv-lite": {
|
||
|
"version": "0.4.24",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"safer-buffer": ">= 2.1.2 < 3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/ignore-by-default": {
|
||
|
"version": "1.0.1",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/import-lazy": {
|
||
|
"version": "2.1.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/imurmurhash": {
|
||
|
"version": "0.1.4",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.8.19"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/inherits": {
|
||
|
"version": "2.0.3",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/ini": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "ISC",
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/ipaddr.js": {
|
||
|
"version": "1.9.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.10"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-binary-path": {
|
||
|
"version": "2.1.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"binary-extensions": "^2.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-buffer": {
|
||
|
"version": "1.1.6",
|
||
|
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
|
||
|
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
|
||
|
},
|
||
|
"node_modules/is-ci": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"ci-info": "^2.0.0"
|
||
|
},
|
||
|
"bin": {
|
||
|
"is-ci": "bin.js"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-extglob": {
|
||
|
"version": "2.1.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-fullwidth-code-point": {
|
||
|
"version": "3.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-glob": {
|
||
|
"version": "4.0.3",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"is-extglob": "^2.1.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-installed-globally": {
|
||
|
"version": "0.4.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"global-dirs": "^3.0.0",
|
||
|
"is-path-inside": "^3.0.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-npm": {
|
||
|
"version": "5.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-number": {
|
||
|
"version": "7.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.12.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-obj": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-path-inside": {
|
||
|
"version": "3.0.3",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/is-typedarray": {
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/is-yarn-global": {
|
||
|
"version": "0.3.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/isarray": {
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/isstream": {
|
||
|
"version": "0.1.2",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/jsbn": {
|
||
|
"version": "0.1.1",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/json-buffer": {
|
||
|
"version": "3.0.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/json-schema": {
|
||
|
"version": "0.4.0",
|
||
|
"license": "(AFL-2.1 OR BSD-3-Clause)"
|
||
|
},
|
||
|
"node_modules/json-schema-traverse": {
|
||
|
"version": "0.4.1",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/json-stringify-safe": {
|
||
|
"version": "5.0.1",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/jsprim": {
|
||
|
"version": "1.4.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"assert-plus": "1.0.0",
|
||
|
"extsprintf": "1.3.0",
|
||
|
"json-schema": "0.4.0",
|
||
|
"verror": "1.10.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.6.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/keyv": {
|
||
|
"version": "3.1.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"json-buffer": "3.0.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/latest-version": {
|
||
|
"version": "5.1.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"package-json": "^6.3.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/lowercase-keys": {
|
||
|
"version": "1.0.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/lru-cache": {
|
||
|
"version": "6.0.0",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"yallist": "^4.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/make-dir": {
|
||
|
"version": "3.1.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"semver": "^6.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/make-dir/node_modules/semver": {
|
||
|
"version": "6.3.0",
|
||
|
"license": "ISC",
|
||
|
"bin": {
|
||
|
"semver": "bin/semver.js"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/md5": {
|
||
|
"version": "2.3.0",
|
||
|
"resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz",
|
||
|
"integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
|
||
|
"dependencies": {
|
||
|
"charenc": "0.0.2",
|
||
|
"crypt": "0.0.2",
|
||
|
"is-buffer": "~1.1.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/media-typer": {
|
||
|
"version": "0.3.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/merge-descriptors": {
|
||
|
"version": "1.0.1",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/methods": {
|
||
|
"version": "1.1.2",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/mime": {
|
||
|
"version": "1.6.0",
|
||
|
"license": "MIT",
|
||
|
"bin": {
|
||
|
"mime": "cli.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/mime-db": {
|
||
|
"version": "1.51.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/mime-types": {
|
||
|
"version": "2.1.34",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"mime-db": "1.51.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/mimic-response": {
|
||
|
"version": "1.0.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/minimatch": {
|
||
|
"version": "3.0.4",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"brace-expansion": "^1.1.7"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/minimist": {
|
||
|
"version": "1.2.5",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/mkdirp": {
|
||
|
"version": "0.5.5",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"minimist": "^1.2.5"
|
||
|
},
|
||
|
"bin": {
|
||
|
"mkdirp": "bin/cmd.js"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/ms": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/msg91": {
|
||
|
"version": "0.0.6",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/msg91-sms": {
|
||
|
"version": "1.0.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"request": "^2.65.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/multer": {
|
||
|
"version": "1.4.3",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"append-field": "^1.0.0",
|
||
|
"busboy": "^0.2.11",
|
||
|
"concat-stream": "^1.5.2",
|
||
|
"mkdirp": "^0.5.4",
|
||
|
"object-assign": "^4.1.1",
|
||
|
"on-finished": "^2.3.0",
|
||
|
"type-is": "^1.6.4",
|
||
|
"xtend": "^4.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/mysql": {
|
||
|
"version": "2.18.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"bignumber.js": "9.0.0",
|
||
|
"readable-stream": "2.3.7",
|
||
|
"safe-buffer": "5.1.2",
|
||
|
"sqlstring": "2.3.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/negotiator": {
|
||
|
"version": "0.6.2",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/nodemon": {
|
||
|
"version": "2.0.15",
|
||
|
"hasInstallScript": true,
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"chokidar": "^3.5.2",
|
||
|
"debug": "^3.2.7",
|
||
|
"ignore-by-default": "^1.0.1",
|
||
|
"minimatch": "^3.0.4",
|
||
|
"pstree.remy": "^1.1.8",
|
||
|
"semver": "^5.7.1",
|
||
|
"supports-color": "^5.5.0",
|
||
|
"touch": "^3.1.0",
|
||
|
"undefsafe": "^2.0.5",
|
||
|
"update-notifier": "^5.1.0"
|
||
|
},
|
||
|
"bin": {
|
||
|
"nodemon": "bin/nodemon.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.10.0"
|
||
|
},
|
||
|
"funding": {
|
||
|
"type": "opencollective",
|
||
|
"url": "https://opencollective.com/nodemon"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/nodemon/node_modules/debug": {
|
||
|
"version": "3.2.7",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"ms": "^2.1.1"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/nodemon/node_modules/ms": {
|
||
|
"version": "2.1.3",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/nopt": {
|
||
|
"version": "1.0.10",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"abbrev": "1"
|
||
|
},
|
||
|
"bin": {
|
||
|
"nopt": "bin/nopt.js"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/normalize-path": {
|
||
|
"version": "3.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/normalize-url": {
|
||
|
"version": "4.5.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/oauth-sign": {
|
||
|
"version": "0.9.0",
|
||
|
"license": "Apache-2.0",
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/object-assign": {
|
||
|
"version": "4.1.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/on-finished": {
|
||
|
"version": "2.3.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"ee-first": "1.1.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/on-headers": {
|
||
|
"version": "1.0.2",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/once": {
|
||
|
"version": "1.4.0",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"wrappy": "1"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/p-cancelable": {
|
||
|
"version": "1.1.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/package-json": {
|
||
|
"version": "6.5.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"got": "^9.6.0",
|
||
|
"registry-auth-token": "^4.0.0",
|
||
|
"registry-url": "^5.0.0",
|
||
|
"semver": "^6.2.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/package-json/node_modules/semver": {
|
||
|
"version": "6.3.0",
|
||
|
"license": "ISC",
|
||
|
"bin": {
|
||
|
"semver": "bin/semver.js"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/parseurl": {
|
||
|
"version": "1.3.3",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/path": {
|
||
|
"version": "0.12.7",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"process": "^0.11.1",
|
||
|
"util": "^0.10.3"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/path-to-regexp": {
|
||
|
"version": "0.1.7",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/performance-now": {
|
||
|
"version": "2.1.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/picomatch": {
|
||
|
"version": "2.3.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8.6"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/jonschlinkert"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/prepend-http": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/process": {
|
||
|
"version": "0.11.10",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/process-nextick-args": {
|
||
|
"version": "2.0.1",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/proxy-addr": {
|
||
|
"version": "2.0.7",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"forwarded": "0.2.0",
|
||
|
"ipaddr.js": "1.9.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/psl": {
|
||
|
"version": "1.8.0",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/pstree.remy": {
|
||
|
"version": "1.1.8",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/pump": {
|
||
|
"version": "3.0.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"end-of-stream": "^1.1.0",
|
||
|
"once": "^1.3.1"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/punycode": {
|
||
|
"version": "2.1.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/pupa": {
|
||
|
"version": "2.1.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"escape-goat": "^2.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/qs": {
|
||
|
"version": "6.7.0",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"engines": {
|
||
|
"node": ">=0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/random-bytes": {
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/range-parser": {
|
||
|
"version": "1.2.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/raw-body": {
|
||
|
"version": "2.4.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"bytes": "3.1.0",
|
||
|
"http-errors": "1.7.2",
|
||
|
"iconv-lite": "0.4.24",
|
||
|
"unpipe": "1.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/rc": {
|
||
|
"version": "1.2.8",
|
||
|
"license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
|
||
|
"dependencies": {
|
||
|
"deep-extend": "^0.6.0",
|
||
|
"ini": "~1.3.0",
|
||
|
"minimist": "^1.2.0",
|
||
|
"strip-json-comments": "~2.0.1"
|
||
|
},
|
||
|
"bin": {
|
||
|
"rc": "cli.js"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/rc/node_modules/ini": {
|
||
|
"version": "1.3.8",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/readable-stream": {
|
||
|
"version": "2.3.7",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"core-util-is": "~1.0.0",
|
||
|
"inherits": "~2.0.3",
|
||
|
"isarray": "~1.0.0",
|
||
|
"process-nextick-args": "~2.0.0",
|
||
|
"safe-buffer": "~5.1.1",
|
||
|
"string_decoder": "~1.1.1",
|
||
|
"util-deprecate": "~1.0.1"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/readdirp": {
|
||
|
"version": "3.6.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"picomatch": "^2.2.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/registry-auth-token": {
|
||
|
"version": "4.2.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"rc": "^1.2.8"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6.0.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/registry-url": {
|
||
|
"version": "5.1.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"rc": "^1.2.8"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/request": {
|
||
|
"version": "2.88.2",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": {
|
||
|
"aws-sign2": "~0.7.0",
|
||
|
"aws4": "^1.8.0",
|
||
|
"caseless": "~0.12.0",
|
||
|
"combined-stream": "~1.0.6",
|
||
|
"extend": "~3.0.2",
|
||
|
"forever-agent": "~0.6.1",
|
||
|
"form-data": "~2.3.2",
|
||
|
"har-validator": "~5.1.3",
|
||
|
"http-signature": "~1.2.0",
|
||
|
"is-typedarray": "~1.0.0",
|
||
|
"isstream": "~0.1.2",
|
||
|
"json-stringify-safe": "~5.0.1",
|
||
|
"mime-types": "~2.1.19",
|
||
|
"oauth-sign": "~0.9.0",
|
||
|
"performance-now": "^2.1.0",
|
||
|
"qs": "~6.5.2",
|
||
|
"safe-buffer": "^5.1.2",
|
||
|
"tough-cookie": "~2.5.0",
|
||
|
"tunnel-agent": "^0.6.0",
|
||
|
"uuid": "^3.3.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/request/node_modules/qs": {
|
||
|
"version": "6.5.2",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"engines": {
|
||
|
"node": ">=0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/responselike": {
|
||
|
"version": "1.0.2",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"lowercase-keys": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/safe-buffer": {
|
||
|
"version": "5.1.2",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/safer-buffer": {
|
||
|
"version": "2.1.2",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/semver": {
|
||
|
"version": "5.7.1",
|
||
|
"license": "ISC",
|
||
|
"bin": {
|
||
|
"semver": "bin/semver"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/semver-diff": {
|
||
|
"version": "3.1.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"semver": "^6.3.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/semver-diff/node_modules/semver": {
|
||
|
"version": "6.3.0",
|
||
|
"license": "ISC",
|
||
|
"bin": {
|
||
|
"semver": "bin/semver.js"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/send": {
|
||
|
"version": "0.17.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"debug": "2.6.9",
|
||
|
"depd": "~1.1.2",
|
||
|
"destroy": "~1.0.4",
|
||
|
"encodeurl": "~1.0.2",
|
||
|
"escape-html": "~1.0.3",
|
||
|
"etag": "~1.8.1",
|
||
|
"fresh": "0.5.2",
|
||
|
"http-errors": "~1.7.2",
|
||
|
"mime": "1.6.0",
|
||
|
"ms": "2.1.1",
|
||
|
"on-finished": "~2.3.0",
|
||
|
"range-parser": "~1.2.1",
|
||
|
"statuses": "~1.5.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/send/node_modules/ms": {
|
||
|
"version": "2.1.1",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/sendotp": {
|
||
|
"version": "1.2.9",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"request": "^2.81.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/serve-static": {
|
||
|
"version": "1.14.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"encodeurl": "~1.0.2",
|
||
|
"escape-html": "~1.0.3",
|
||
|
"parseurl": "~1.3.3",
|
||
|
"send": "0.17.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/setprototypeof": {
|
||
|
"version": "1.1.1",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/signal-exit": {
|
||
|
"version": "3.0.6",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/sqlstring": {
|
||
|
"version": "2.3.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/sshpk": {
|
||
|
"version": "1.16.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"asn1": "~0.2.3",
|
||
|
"assert-plus": "^1.0.0",
|
||
|
"bcrypt-pbkdf": "^1.0.0",
|
||
|
"dashdash": "^1.12.0",
|
||
|
"ecc-jsbn": "~0.1.1",
|
||
|
"getpass": "^0.1.1",
|
||
|
"jsbn": "~0.1.0",
|
||
|
"safer-buffer": "^2.0.2",
|
||
|
"tweetnacl": "~0.14.0"
|
||
|
},
|
||
|
"bin": {
|
||
|
"sshpk-conv": "bin/sshpk-conv",
|
||
|
"sshpk-sign": "bin/sshpk-sign",
|
||
|
"sshpk-verify": "bin/sshpk-verify"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/statuses": {
|
||
|
"version": "1.5.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/streamsearch": {
|
||
|
"version": "0.1.2",
|
||
|
"engines": {
|
||
|
"node": ">=0.8.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/string_decoder": {
|
||
|
"version": "1.1.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"safe-buffer": "~5.1.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/string-width": {
|
||
|
"version": "4.2.3",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"emoji-regex": "^8.0.0",
|
||
|
"is-fullwidth-code-point": "^3.0.0",
|
||
|
"strip-ansi": "^6.0.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/strip-ansi": {
|
||
|
"version": "6.0.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"ansi-regex": "^5.0.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/strip-json-comments": {
|
||
|
"version": "2.0.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/supports-color": {
|
||
|
"version": "5.5.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"has-flag": "^3.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/to-readable-stream": {
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/to-regex-range": {
|
||
|
"version": "5.0.1",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"is-number": "^7.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/toidentifier": {
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/touch": {
|
||
|
"version": "3.1.0",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"nopt": "~1.0.10"
|
||
|
},
|
||
|
"bin": {
|
||
|
"nodetouch": "bin/nodetouch.js"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/tough-cookie": {
|
||
|
"version": "2.5.0",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"dependencies": {
|
||
|
"psl": "^1.1.28",
|
||
|
"punycode": "^2.1.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/tunnel-agent": {
|
||
|
"version": "0.6.0",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": {
|
||
|
"safe-buffer": "^5.0.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "*"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/tweetnacl": {
|
||
|
"version": "0.14.5",
|
||
|
"license": "Unlicense"
|
||
|
},
|
||
|
"node_modules/type-fest": {
|
||
|
"version": "0.20.2",
|
||
|
"license": "(MIT OR CC0-1.0)",
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/sindresorhus"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/type-is": {
|
||
|
"version": "1.6.18",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"media-typer": "0.3.0",
|
||
|
"mime-types": "~2.1.24"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/typedarray": {
|
||
|
"version": "0.0.6",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/typedarray-to-buffer": {
|
||
|
"version": "3.1.5",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"is-typedarray": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/uid-safe": {
|
||
|
"version": "2.1.5",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"random-bytes": "~1.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/undefsafe": {
|
||
|
"version": "2.0.5",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/unique-string": {
|
||
|
"version": "2.0.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"crypto-random-string": "^2.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/unpipe": {
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/update-notifier": {
|
||
|
"version": "5.1.0",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"dependencies": {
|
||
|
"boxen": "^5.0.0",
|
||
|
"chalk": "^4.1.0",
|
||
|
"configstore": "^5.0.1",
|
||
|
"has-yarn": "^2.1.0",
|
||
|
"import-lazy": "^2.1.0",
|
||
|
"is-ci": "^2.0.0",
|
||
|
"is-installed-globally": "^0.4.0",
|
||
|
"is-npm": "^5.0.0",
|
||
|
"is-yarn-global": "^0.3.0",
|
||
|
"latest-version": "^5.1.0",
|
||
|
"pupa": "^2.1.1",
|
||
|
"semver": "^7.3.4",
|
||
|
"semver-diff": "^3.1.1",
|
||
|
"xdg-basedir": "^4.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/yeoman/update-notifier?sponsor=1"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/update-notifier/node_modules/semver": {
|
||
|
"version": "7.3.5",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"lru-cache": "^6.0.0"
|
||
|
},
|
||
|
"bin": {
|
||
|
"semver": "bin/semver.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/uri-js": {
|
||
|
"version": "4.4.1",
|
||
|
"license": "BSD-2-Clause",
|
||
|
"dependencies": {
|
||
|
"punycode": "^2.1.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/url-parse-lax": {
|
||
|
"version": "3.0.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"prepend-http": "^2.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/util": {
|
||
|
"version": "0.10.4",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"inherits": "2.0.3"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/util-deprecate": {
|
||
|
"version": "1.0.2",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/utils-merge": {
|
||
|
"version": "1.0.1",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.4.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/uuid": {
|
||
|
"version": "3.4.0",
|
||
|
"license": "MIT",
|
||
|
"bin": {
|
||
|
"uuid": "bin/uuid"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/vary": {
|
||
|
"version": "1.1.2",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">= 0.8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/verror": {
|
||
|
"version": "1.10.0",
|
||
|
"engines": [
|
||
|
"node >=0.6.0"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"assert-plus": "^1.0.0",
|
||
|
"core-util-is": "1.0.2",
|
||
|
"extsprintf": "^1.2.0"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/verror/node_modules/core-util-is": {
|
||
|
"version": "1.0.2",
|
||
|
"license": "MIT"
|
||
|
},
|
||
|
"node_modules/widest-line": {
|
||
|
"version": "3.1.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"string-width": "^4.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/wrap-ansi": {
|
||
|
"version": "7.0.0",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"ansi-styles": "^4.0.0",
|
||
|
"string-width": "^4.1.0",
|
||
|
"strip-ansi": "^6.0.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=10"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/wrappy": {
|
||
|
"version": "1.0.2",
|
||
|
"license": "ISC"
|
||
|
},
|
||
|
"node_modules/write-file-atomic": {
|
||
|
"version": "3.0.3",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"imurmurhash": "^0.1.4",
|
||
|
"is-typedarray": "^1.0.0",
|
||
|
"signal-exit": "^3.0.2",
|
||
|
"typedarray-to-buffer": "^3.1.5"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/ws": {
|
||
|
"version": "8.4.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=10.0.0"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"bufferutil": "^4.0.1",
|
||
|
"utf-8-validate": "^5.0.2"
|
||
|
},
|
||
|
"peerDependenciesMeta": {
|
||
|
"bufferutil": {
|
||
|
"optional": true
|
||
|
},
|
||
|
"utf-8-validate": {
|
||
|
"optional": true
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"node_modules/xdg-basedir": {
|
||
|
"version": "4.0.0",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=8"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/xtend": {
|
||
|
"version": "4.0.2",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"node": ">=0.4"
|
||
|
}
|
||
|
},
|
||
|
"node_modules/yallist": {
|
||
|
"version": "4.0.0",
|
||
|
"license": "ISC"
|
||
|
}
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@sindresorhus/is": {
|
||
|
"version": "0.14.0"
|
||
|
},
|
||
|
"@szmarczak/http-timer": {
|
||
|
"version": "1.1.2",
|
||
|
"requires": {
|
||
|
"defer-to-connect": "^1.0.1"
|
||
|
}
|
||
|
},
|
||
|
"abbrev": {
|
||
|
"version": "1.1.1"
|
||
|
},
|
||
|
"accepts": {
|
||
|
"version": "1.3.7",
|
||
|
"requires": {
|
||
|
"mime-types": "~2.1.24",
|
||
|
"negotiator": "0.6.2"
|
||
|
}
|
||
|
},
|
||
|
"ajv": {
|
||
|
"version": "6.12.6",
|
||
|
"requires": {
|
||
|
"fast-deep-equal": "^3.1.1",
|
||
|
"fast-json-stable-stringify": "^2.0.0",
|
||
|
"json-schema-traverse": "^0.4.1",
|
||
|
"uri-js": "^4.2.2"
|
||
|
}
|
||
|
},
|
||
|
"ansi-align": {
|
||
|
"version": "3.0.1",
|
||
|
"requires": {
|
||
|
"string-width": "^4.1.0"
|
||
|
}
|
||
|
},
|
||
|
"ansi-regex": {
|
||
|
"version": "5.0.1"
|
||
|
},
|
||
|
"ansi-styles": {
|
||
|
"version": "4.3.0",
|
||
|
"requires": {
|
||
|
"color-convert": "^2.0.1"
|
||
|
}
|
||
|
},
|
||
|
"anymatch": {
|
||
|
"version": "3.1.2",
|
||
|
"requires": {
|
||
|
"normalize-path": "^3.0.0",
|
||
|
"picomatch": "^2.0.4"
|
||
|
}
|
||
|
},
|
||
|
"append-field": {
|
||
|
"version": "1.0.0"
|
||
|
},
|
||
|
"array-flatten": {
|
||
|
"version": "1.1.1"
|
||
|
},
|
||
|
"asn1": {
|
||
|
"version": "0.2.6",
|
||
|
"requires": {
|
||
|
"safer-buffer": "~2.1.0"
|
||
|
}
|
||
|
},
|
||
|
"assert-plus": {
|
||
|
"version": "1.0.0"
|
||
|
},
|
||
|
"async": {
|
||
|
"version": "3.2.2"
|
||
|
},
|
||
|
"asynckit": {
|
||
|
"version": "0.4.0"
|
||
|
},
|
||
|
"aws-sign2": {
|
||
|
"version": "0.7.0"
|
||
|
},
|
||
|
"aws4": {
|
||
|
"version": "1.11.0"
|
||
|
},
|
||
|
"balanced-match": {
|
||
|
"version": "1.0.2"
|
||
|
},
|
||
|
"bcrypt-pbkdf": {
|
||
|
"version": "1.0.2",
|
||
|
"requires": {
|
||
|
"tweetnacl": "^0.14.3"
|
||
|
}
|
||
|
},
|
||
|
"bignumber.js": {
|
||
|
"version": "9.0.0"
|
||
|
},
|
||
|
"binary-extensions": {
|
||
|
"version": "2.2.0"
|
||
|
},
|
||
|
"body-parser": {
|
||
|
"version": "1.19.0",
|
||
|
"requires": {
|
||
|
"bytes": "3.1.0",
|
||
|
"content-type": "~1.0.4",
|
||
|
"debug": "2.6.9",
|
||
|
"depd": "~1.1.2",
|
||
|
"http-errors": "1.7.2",
|
||
|
"iconv-lite": "0.4.24",
|
||
|
"on-finished": "~2.3.0",
|
||
|
"qs": "6.7.0",
|
||
|
"raw-body": "2.4.0",
|
||
|
"type-is": "~1.6.17"
|
||
|
}
|
||
|
},
|
||
|
"boxen": {
|
||
|
"version": "5.1.2",
|
||
|
"requires": {
|
||
|
"ansi-align": "^3.0.0",
|
||
|
"camelcase": "^6.2.0",
|
||
|
"chalk": "^4.1.0",
|
||
|
"cli-boxes": "^2.2.1",
|
||
|
"string-width": "^4.2.2",
|
||
|
"type-fest": "^0.20.2",
|
||
|
"widest-line": "^3.1.0",
|
||
|
"wrap-ansi": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"brace-expansion": {
|
||
|
"version": "1.1.11",
|
||
|
"requires": {
|
||
|
"balanced-match": "^1.0.0",
|
||
|
"concat-map": "0.0.1"
|
||
|
}
|
||
|
},
|
||
|
"braces": {
|
||
|
"version": "3.0.2",
|
||
|
"requires": {
|
||
|
"fill-range": "^7.0.1"
|
||
|
}
|
||
|
},
|
||
|
"buffer-from": {
|
||
|
"version": "1.1.2"
|
||
|
},
|
||
|
"busboy": {
|
||
|
"version": "0.2.14",
|
||
|
"requires": {
|
||
|
"dicer": "0.2.5",
|
||
|
"readable-stream": "1.1.x"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"isarray": {
|
||
|
"version": "0.0.1"
|
||
|
},
|
||
|
"readable-stream": {
|
||
|
"version": "1.1.14",
|
||
|
"requires": {
|
||
|
"core-util-is": "~1.0.0",
|
||
|
"inherits": "~2.0.1",
|
||
|
"isarray": "0.0.1",
|
||
|
"string_decoder": "~0.10.x"
|
||
|
}
|
||
|
},
|
||
|
"string_decoder": {
|
||
|
"version": "0.10.31"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"bytes": {
|
||
|
"version": "3.1.0"
|
||
|
},
|
||
|
"cacheable-request": {
|
||
|
"version": "6.1.0",
|
||
|
"requires": {
|
||
|
"clone-response": "^1.0.2",
|
||
|
"get-stream": "^5.1.0",
|
||
|
"http-cache-semantics": "^4.0.0",
|
||
|
"keyv": "^3.0.0",
|
||
|
"lowercase-keys": "^2.0.0",
|
||
|
"normalize-url": "^4.1.0",
|
||
|
"responselike": "^1.0.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"get-stream": {
|
||
|
"version": "5.2.0",
|
||
|
"requires": {
|
||
|
"pump": "^3.0.0"
|
||
|
}
|
||
|
},
|
||
|
"lowercase-keys": {
|
||
|
"version": "2.0.0"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"camelcase": {
|
||
|
"version": "6.2.1"
|
||
|
},
|
||
|
"caseless": {
|
||
|
"version": "0.12.0"
|
||
|
},
|
||
|
"chalk": {
|
||
|
"version": "4.1.2",
|
||
|
"requires": {
|
||
|
"ansi-styles": "^4.1.0",
|
||
|
"supports-color": "^7.1.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"has-flag": {
|
||
|
"version": "4.0.0"
|
||
|
},
|
||
|
"supports-color": {
|
||
|
"version": "7.2.0",
|
||
|
"requires": {
|
||
|
"has-flag": "^4.0.0"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"charenc": {
|
||
|
"version": "0.0.2",
|
||
|
"resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz",
|
||
|
"integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc="
|
||
|
},
|
||
|
"chokidar": {
|
||
|
"version": "3.5.2",
|
||
|
"requires": {
|
||
|
"anymatch": "~3.1.2",
|
||
|
"braces": "~3.0.2",
|
||
|
"fsevents": "~2.3.2",
|
||
|
"glob-parent": "~5.1.2",
|
||
|
"is-binary-path": "~2.1.0",
|
||
|
"is-glob": "~4.0.1",
|
||
|
"normalize-path": "~3.0.0",
|
||
|
"readdirp": "~3.6.0"
|
||
|
}
|
||
|
},
|
||
|
"ci-info": {
|
||
|
"version": "2.0.0"
|
||
|
},
|
||
|
"cli-boxes": {
|
||
|
"version": "2.2.1"
|
||
|
},
|
||
|
"clone-response": {
|
||
|
"version": "1.0.2",
|
||
|
"requires": {
|
||
|
"mimic-response": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"color-convert": {
|
||
|
"version": "2.0.1",
|
||
|
"requires": {
|
||
|
"color-name": "~1.1.4"
|
||
|
}
|
||
|
},
|
||
|
"color-name": {
|
||
|
"version": "1.1.4"
|
||
|
},
|
||
|
"combined-stream": {
|
||
|
"version": "1.0.8",
|
||
|
"requires": {
|
||
|
"delayed-stream": "~1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"concat-map": {
|
||
|
"version": "0.0.1"
|
||
|
},
|
||
|
"concat-stream": {
|
||
|
"version": "1.6.2",
|
||
|
"requires": {
|
||
|
"buffer-from": "^1.0.0",
|
||
|
"inherits": "^2.0.3",
|
||
|
"readable-stream": "^2.2.2",
|
||
|
"typedarray": "^0.0.6"
|
||
|
}
|
||
|
},
|
||
|
"configstore": {
|
||
|
"version": "5.0.1",
|
||
|
"requires": {
|
||
|
"dot-prop": "^5.2.0",
|
||
|
"graceful-fs": "^4.1.2",
|
||
|
"make-dir": "^3.0.0",
|
||
|
"unique-string": "^2.0.0",
|
||
|
"write-file-atomic": "^3.0.0",
|
||
|
"xdg-basedir": "^4.0.0"
|
||
|
}
|
||
|
},
|
||
|
"content-disposition": {
|
||
|
"version": "0.5.3",
|
||
|
"requires": {
|
||
|
"safe-buffer": "5.1.2"
|
||
|
}
|
||
|
},
|
||
|
"content-type": {
|
||
|
"version": "1.0.4"
|
||
|
},
|
||
|
"cookie": {
|
||
|
"version": "0.4.0"
|
||
|
},
|
||
|
"cookie-parser": {
|
||
|
"version": "1.4.6",
|
||
|
"requires": {
|
||
|
"cookie": "0.4.1",
|
||
|
"cookie-signature": "1.0.6"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"cookie": {
|
||
|
"version": "0.4.1"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"cookie-signature": {
|
||
|
"version": "1.0.6"
|
||
|
},
|
||
|
"core-util-is": {
|
||
|
"version": "1.0.3"
|
||
|
},
|
||
|
"crypt": {
|
||
|
"version": "0.0.2",
|
||
|
"resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz",
|
||
|
"integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs="
|
||
|
},
|
||
|
"crypto": {
|
||
|
"version": "1.0.1",
|
||
|
"resolved": "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz",
|
||
|
"integrity": "sha512-VxBKmeNcqQdiUQUW2Tzq0t377b54N2bMtXO/qiLa+6eRRmmC4qT3D4OnTGoT/U6O9aklQ/jTwbOtRMTTY8G0Ig=="
|
||
|
},
|
||
|
"crypto-random-string": {
|
||
|
"version": "2.0.0"
|
||
|
},
|
||
|
"cryptr": {
|
||
|
"version": "6.0.2",
|
||
|
"resolved": "https://registry.npmjs.org/cryptr/-/cryptr-6.0.2.tgz",
|
||
|
"integrity": "sha512-1TRHI4bmuLIB8WgkH9eeYXzhEg1T4tonO4vVaMBKKde8Dre51J68nAgTVXTwMYXAf7+mV2gBCkm/9wksjSb2sA=="
|
||
|
},
|
||
|
"dashdash": {
|
||
|
"version": "1.14.1",
|
||
|
"requires": {
|
||
|
"assert-plus": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"dateformat": {
|
||
|
"version": "5.0.2"
|
||
|
},
|
||
|
"debug": {
|
||
|
"version": "2.6.9",
|
||
|
"requires": {
|
||
|
"ms": "2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"decompress-response": {
|
||
|
"version": "3.3.0",
|
||
|
"requires": {
|
||
|
"mimic-response": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"deep-extend": {
|
||
|
"version": "0.6.0"
|
||
|
},
|
||
|
"defer-to-connect": {
|
||
|
"version": "1.1.3"
|
||
|
},
|
||
|
"delayed-stream": {
|
||
|
"version": "1.0.0"
|
||
|
},
|
||
|
"depd": {
|
||
|
"version": "1.1.2"
|
||
|
},
|
||
|
"destroy": {
|
||
|
"version": "1.0.4"
|
||
|
},
|
||
|
"dicer": {
|
||
|
"version": "0.2.5",
|
||
|
"requires": {
|
||
|
"readable-stream": "1.1.x",
|
||
|
"streamsearch": "0.1.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"isarray": {
|
||
|
"version": "0.0.1"
|
||
|
},
|
||
|
"readable-stream": {
|
||
|
"version": "1.1.14",
|
||
|
"requires": {
|
||
|
"core-util-is": "~1.0.0",
|
||
|
"inherits": "~2.0.1",
|
||
|
"isarray": "0.0.1",
|
||
|
"string_decoder": "~0.10.x"
|
||
|
}
|
||
|
},
|
||
|
"string_decoder": {
|
||
|
"version": "0.10.31"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"dot-prop": {
|
||
|
"version": "5.3.0",
|
||
|
"requires": {
|
||
|
"is-obj": "^2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"duplexer3": {
|
||
|
"version": "0.1.4"
|
||
|
},
|
||
|
"ecc-jsbn": {
|
||
|
"version": "0.1.2",
|
||
|
"requires": {
|
||
|
"jsbn": "~0.1.0",
|
||
|
"safer-buffer": "^2.1.0"
|
||
|
}
|
||
|
},
|
||
|
"ee-first": {
|
||
|
"version": "1.1.1"
|
||
|
},
|
||
|
"emoji-regex": {
|
||
|
"version": "8.0.0"
|
||
|
},
|
||
|
"encodeurl": {
|
||
|
"version": "1.0.2"
|
||
|
},
|
||
|
"end-of-stream": {
|
||
|
"version": "1.4.4",
|
||
|
"requires": {
|
||
|
"once": "^1.4.0"
|
||
|
}
|
||
|
},
|
||
|
"escape-goat": {
|
||
|
"version": "2.1.1"
|
||
|
},
|
||
|
"escape-html": {
|
||
|
"version": "1.0.3"
|
||
|
},
|
||
|
"etag": {
|
||
|
"version": "1.8.1"
|
||
|
},
|
||
|
"express": {
|
||
|
"version": "4.17.1",
|
||
|
"requires": {
|
||
|
"accepts": "~1.3.7",
|
||
|
"array-flatten": "1.1.1",
|
||
|
"body-parser": "1.19.0",
|
||
|
"content-disposition": "0.5.3",
|
||
|
"content-type": "~1.0.4",
|
||
|
"cookie": "0.4.0",
|
||
|
"cookie-signature": "1.0.6",
|
||
|
"debug": "2.6.9",
|
||
|
"depd": "~1.1.2",
|
||
|
"encodeurl": "~1.0.2",
|
||
|
"escape-html": "~1.0.3",
|
||
|
"etag": "~1.8.1",
|
||
|
"finalhandler": "~1.1.2",
|
||
|
"fresh": "0.5.2",
|
||
|
"merge-descriptors": "1.0.1",
|
||
|
"methods": "~1.1.2",
|
||
|
"on-finished": "~2.3.0",
|
||
|
"parseurl": "~1.3.3",
|
||
|
"path-to-regexp": "0.1.7",
|
||
|
"proxy-addr": "~2.0.5",
|
||
|
"qs": "6.7.0",
|
||
|
"range-parser": "~1.2.1",
|
||
|
"safe-buffer": "5.1.2",
|
||
|
"send": "0.17.1",
|
||
|
"serve-static": "1.14.1",
|
||
|
"setprototypeof": "1.1.1",
|
||
|
"statuses": "~1.5.0",
|
||
|
"type-is": "~1.6.18",
|
||
|
"utils-merge": "1.0.1",
|
||
|
"vary": "~1.1.2"
|
||
|
}
|
||
|
},
|
||
|
"express-session": {
|
||
|
"version": "1.17.2",
|
||
|
"requires": {
|
||
|
"cookie": "0.4.1",
|
||
|
"cookie-signature": "1.0.6",
|
||
|
"debug": "2.6.9",
|
||
|
"depd": "~2.0.0",
|
||
|
"on-headers": "~1.0.2",
|
||
|
"parseurl": "~1.3.3",
|
||
|
"safe-buffer": "5.2.1",
|
||
|
"uid-safe": "~2.1.5"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"cookie": {
|
||
|
"version": "0.4.1"
|
||
|
},
|
||
|
"depd": {
|
||
|
"version": "2.0.0"
|
||
|
},
|
||
|
"safe-buffer": {
|
||
|
"version": "5.2.1"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"extend": {
|
||
|
"version": "3.0.2"
|
||
|
},
|
||
|
"extsprintf": {
|
||
|
"version": "1.3.0"
|
||
|
},
|
||
|
"fast-deep-equal": {
|
||
|
"version": "3.1.3"
|
||
|
},
|
||
|
"fast-json-stable-stringify": {
|
||
|
"version": "2.1.0"
|
||
|
},
|
||
|
"fill-range": {
|
||
|
"version": "7.0.1",
|
||
|
"requires": {
|
||
|
"to-regex-range": "^5.0.1"
|
||
|
}
|
||
|
},
|
||
|
"finalhandler": {
|
||
|
"version": "1.1.2",
|
||
|
"requires": {
|
||
|
"debug": "2.6.9",
|
||
|
"encodeurl": "~1.0.2",
|
||
|
"escape-html": "~1.0.3",
|
||
|
"on-finished": "~2.3.0",
|
||
|
"parseurl": "~1.3.3",
|
||
|
"statuses": "~1.5.0",
|
||
|
"unpipe": "~1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"forever-agent": {
|
||
|
"version": "0.6.1"
|
||
|
},
|
||
|
"form-data": {
|
||
|
"version": "2.3.3",
|
||
|
"requires": {
|
||
|
"asynckit": "^0.4.0",
|
||
|
"combined-stream": "^1.0.6",
|
||
|
"mime-types": "^2.1.12"
|
||
|
}
|
||
|
},
|
||
|
"forwarded": {
|
||
|
"version": "0.2.0"
|
||
|
},
|
||
|
"fresh": {
|
||
|
"version": "0.5.2"
|
||
|
},
|
||
|
"get-stream": {
|
||
|
"version": "4.1.0",
|
||
|
"requires": {
|
||
|
"pump": "^3.0.0"
|
||
|
}
|
||
|
},
|
||
|
"getpass": {
|
||
|
"version": "0.1.7",
|
||
|
"requires": {
|
||
|
"assert-plus": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"glob-parent": {
|
||
|
"version": "5.1.2",
|
||
|
"requires": {
|
||
|
"is-glob": "^4.0.1"
|
||
|
}
|
||
|
},
|
||
|
"global-dirs": {
|
||
|
"version": "3.0.0",
|
||
|
"requires": {
|
||
|
"ini": "2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"got": {
|
||
|
"version": "9.6.0",
|
||
|
"requires": {
|
||
|
"@sindresorhus/is": "^0.14.0",
|
||
|
"@szmarczak/http-timer": "^1.1.2",
|
||
|
"cacheable-request": "^6.0.0",
|
||
|
"decompress-response": "^3.3.0",
|
||
|
"duplexer3": "^0.1.4",
|
||
|
"get-stream": "^4.1.0",
|
||
|
"lowercase-keys": "^1.0.1",
|
||
|
"mimic-response": "^1.0.1",
|
||
|
"p-cancelable": "^1.0.0",
|
||
|
"to-readable-stream": "^1.0.0",
|
||
|
"url-parse-lax": "^3.0.0"
|
||
|
}
|
||
|
},
|
||
|
"graceful-fs": {
|
||
|
"version": "4.2.8"
|
||
|
},
|
||
|
"har-schema": {
|
||
|
"version": "2.0.0"
|
||
|
},
|
||
|
"har-validator": {
|
||
|
"version": "5.1.5",
|
||
|
"requires": {
|
||
|
"ajv": "^6.12.3",
|
||
|
"har-schema": "^2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"has-flag": {
|
||
|
"version": "3.0.0"
|
||
|
},
|
||
|
"has-yarn": {
|
||
|
"version": "2.1.0"
|
||
|
},
|
||
|
"http-cache-semantics": {
|
||
|
"version": "4.1.0"
|
||
|
},
|
||
|
"http-errors": {
|
||
|
"version": "1.7.2",
|
||
|
"requires": {
|
||
|
"depd": "~1.1.2",
|
||
|
"inherits": "2.0.3",
|
||
|
"setprototypeof": "1.1.1",
|
||
|
"statuses": ">= 1.5.0 < 2",
|
||
|
"toidentifier": "1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"http-signature": {
|
||
|
"version": "1.2.0",
|
||
|
"requires": {
|
||
|
"assert-plus": "^1.0.0",
|
||
|
"jsprim": "^1.2.2",
|
||
|
"sshpk": "^1.7.0"
|
||
|
}
|
||
|
},
|
||
|
"https": {
|
||
|
"version": "1.0.0"
|
||
|
},
|
||
|
"iconv-lite": {
|
||
|
"version": "0.4.24",
|
||
|
"requires": {
|
||
|
"safer-buffer": ">= 2.1.2 < 3"
|
||
|
}
|
||
|
},
|
||
|
"ignore-by-default": {
|
||
|
"version": "1.0.1"
|
||
|
},
|
||
|
"import-lazy": {
|
||
|
"version": "2.1.0"
|
||
|
},
|
||
|
"imurmurhash": {
|
||
|
"version": "0.1.4"
|
||
|
},
|
||
|
"inherits": {
|
||
|
"version": "2.0.3"
|
||
|
},
|
||
|
"ini": {
|
||
|
"version": "2.0.0"
|
||
|
},
|
||
|
"ipaddr.js": {
|
||
|
"version": "1.9.1"
|
||
|
},
|
||
|
"is-binary-path": {
|
||
|
"version": "2.1.0",
|
||
|
"requires": {
|
||
|
"binary-extensions": "^2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"is-buffer": {
|
||
|
"version": "1.1.6",
|
||
|
"resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
|
||
|
"integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w=="
|
||
|
},
|
||
|
"is-ci": {
|
||
|
"version": "2.0.0",
|
||
|
"requires": {
|
||
|
"ci-info": "^2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"is-extglob": {
|
||
|
"version": "2.1.1"
|
||
|
},
|
||
|
"is-fullwidth-code-point": {
|
||
|
"version": "3.0.0"
|
||
|
},
|
||
|
"is-glob": {
|
||
|
"version": "4.0.3",
|
||
|
"requires": {
|
||
|
"is-extglob": "^2.1.1"
|
||
|
}
|
||
|
},
|
||
|
"is-installed-globally": {
|
||
|
"version": "0.4.0",
|
||
|
"requires": {
|
||
|
"global-dirs": "^3.0.0",
|
||
|
"is-path-inside": "^3.0.2"
|
||
|
}
|
||
|
},
|
||
|
"is-npm": {
|
||
|
"version": "5.0.0"
|
||
|
},
|
||
|
"is-number": {
|
||
|
"version": "7.0.0"
|
||
|
},
|
||
|
"is-obj": {
|
||
|
"version": "2.0.0"
|
||
|
},
|
||
|
"is-path-inside": {
|
||
|
"version": "3.0.3"
|
||
|
},
|
||
|
"is-typedarray": {
|
||
|
"version": "1.0.0"
|
||
|
},
|
||
|
"is-yarn-global": {
|
||
|
"version": "0.3.0"
|
||
|
},
|
||
|
"isarray": {
|
||
|
"version": "1.0.0"
|
||
|
},
|
||
|
"isstream": {
|
||
|
"version": "0.1.2"
|
||
|
},
|
||
|
"jsbn": {
|
||
|
"version": "0.1.1"
|
||
|
},
|
||
|
"json-buffer": {
|
||
|
"version": "3.0.0"
|
||
|
},
|
||
|
"json-schema": {
|
||
|
"version": "0.4.0"
|
||
|
},
|
||
|
"json-schema-traverse": {
|
||
|
"version": "0.4.1"
|
||
|
},
|
||
|
"json-stringify-safe": {
|
||
|
"version": "5.0.1"
|
||
|
},
|
||
|
"jsprim": {
|
||
|
"version": "1.4.2",
|
||
|
"requires": {
|
||
|
"assert-plus": "1.0.0",
|
||
|
"extsprintf": "1.3.0",
|
||
|
"json-schema": "0.4.0",
|
||
|
"verror": "1.10.0"
|
||
|
}
|
||
|
},
|
||
|
"keyv": {
|
||
|
"version": "3.1.0",
|
||
|
"requires": {
|
||
|
"json-buffer": "3.0.0"
|
||
|
}
|
||
|
},
|
||
|
"latest-version": {
|
||
|
"version": "5.1.0",
|
||
|
"requires": {
|
||
|
"package-json": "^6.3.0"
|
||
|
}
|
||
|
},
|
||
|
"lowercase-keys": {
|
||
|
"version": "1.0.1"
|
||
|
},
|
||
|
"lru-cache": {
|
||
|
"version": "6.0.0",
|
||
|
"requires": {
|
||
|
"yallist": "^4.0.0"
|
||
|
}
|
||
|
},
|
||
|
"make-dir": {
|
||
|
"version": "3.1.0",
|
||
|
"requires": {
|
||
|
"semver": "^6.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"semver": {
|
||
|
"version": "6.3.0"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"md5": {
|
||
|
"version": "2.3.0",
|
||
|
"resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz",
|
||
|
"integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==",
|
||
|
"requires": {
|
||
|
"charenc": "0.0.2",
|
||
|
"crypt": "0.0.2",
|
||
|
"is-buffer": "~1.1.6"
|
||
|
}
|
||
|
},
|
||
|
"media-typer": {
|
||
|
"version": "0.3.0"
|
||
|
},
|
||
|
"merge-descriptors": {
|
||
|
"version": "1.0.1"
|
||
|
},
|
||
|
"methods": {
|
||
|
"version": "1.1.2"
|
||
|
},
|
||
|
"mime": {
|
||
|
"version": "1.6.0"
|
||
|
},
|
||
|
"mime-db": {
|
||
|
"version": "1.51.0"
|
||
|
},
|
||
|
"mime-types": {
|
||
|
"version": "2.1.34",
|
||
|
"requires": {
|
||
|
"mime-db": "1.51.0"
|
||
|
}
|
||
|
},
|
||
|
"mimic-response": {
|
||
|
"version": "1.0.1"
|
||
|
},
|
||
|
"minimatch": {
|
||
|
"version": "3.0.4",
|
||
|
"requires": {
|
||
|
"brace-expansion": "^1.1.7"
|
||
|
}
|
||
|
},
|
||
|
"minimist": {
|
||
|
"version": "1.2.5"
|
||
|
},
|
||
|
"mkdirp": {
|
||
|
"version": "0.5.5",
|
||
|
"requires": {
|
||
|
"minimist": "^1.2.5"
|
||
|
}
|
||
|
},
|
||
|
"ms": {
|
||
|
"version": "2.0.0"
|
||
|
},
|
||
|
"msg91": {
|
||
|
"version": "0.0.6"
|
||
|
},
|
||
|
"msg91-sms": {
|
||
|
"version": "1.0.1",
|
||
|
"requires": {
|
||
|
"request": "^2.65.0"
|
||
|
}
|
||
|
},
|
||
|
"multer": {
|
||
|
"version": "1.4.3",
|
||
|
"requires": {
|
||
|
"append-field": "^1.0.0",
|
||
|
"busboy": "^0.2.11",
|
||
|
"concat-stream": "^1.5.2",
|
||
|
"mkdirp": "^0.5.4",
|
||
|
"object-assign": "^4.1.1",
|
||
|
"on-finished": "^2.3.0",
|
||
|
"type-is": "^1.6.4",
|
||
|
"xtend": "^4.0.0"
|
||
|
}
|
||
|
},
|
||
|
"mysql": {
|
||
|
"version": "2.18.1",
|
||
|
"requires": {
|
||
|
"bignumber.js": "9.0.0",
|
||
|
"readable-stream": "2.3.7",
|
||
|
"safe-buffer": "5.1.2",
|
||
|
"sqlstring": "2.3.1"
|
||
|
}
|
||
|
},
|
||
|
"negotiator": {
|
||
|
"version": "0.6.2"
|
||
|
},
|
||
|
"nodemon": {
|
||
|
"version": "2.0.15",
|
||
|
"requires": {
|
||
|
"chokidar": "^3.5.2",
|
||
|
"debug": "^3.2.7",
|
||
|
"ignore-by-default": "^1.0.1",
|
||
|
"minimatch": "^3.0.4",
|
||
|
"pstree.remy": "^1.1.8",
|
||
|
"semver": "^5.7.1",
|
||
|
"supports-color": "^5.5.0",
|
||
|
"touch": "^3.1.0",
|
||
|
"undefsafe": "^2.0.5",
|
||
|
"update-notifier": "^5.1.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"debug": {
|
||
|
"version": "3.2.7",
|
||
|
"requires": {
|
||
|
"ms": "^2.1.1"
|
||
|
}
|
||
|
},
|
||
|
"ms": {
|
||
|
"version": "2.1.3"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"nopt": {
|
||
|
"version": "1.0.10",
|
||
|
"requires": {
|
||
|
"abbrev": "1"
|
||
|
}
|
||
|
},
|
||
|
"normalize-path": {
|
||
|
"version": "3.0.0"
|
||
|
},
|
||
|
"normalize-url": {
|
||
|
"version": "4.5.1"
|
||
|
},
|
||
|
"oauth-sign": {
|
||
|
"version": "0.9.0"
|
||
|
},
|
||
|
"object-assign": {
|
||
|
"version": "4.1.1"
|
||
|
},
|
||
|
"on-finished": {
|
||
|
"version": "2.3.0",
|
||
|
"requires": {
|
||
|
"ee-first": "1.1.1"
|
||
|
}
|
||
|
},
|
||
|
"on-headers": {
|
||
|
"version": "1.0.2"
|
||
|
},
|
||
|
"once": {
|
||
|
"version": "1.4.0",
|
||
|
"requires": {
|
||
|
"wrappy": "1"
|
||
|
}
|
||
|
},
|
||
|
"p-cancelable": {
|
||
|
"version": "1.1.0"
|
||
|
},
|
||
|
"package-json": {
|
||
|
"version": "6.5.0",
|
||
|
"requires": {
|
||
|
"got": "^9.6.0",
|
||
|
"registry-auth-token": "^4.0.0",
|
||
|
"registry-url": "^5.0.0",
|
||
|
"semver": "^6.2.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"semver": {
|
||
|
"version": "6.3.0"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"parseurl": {
|
||
|
"version": "1.3.3"
|
||
|
},
|
||
|
"path": {
|
||
|
"version": "0.12.7",
|
||
|
"requires": {
|
||
|
"process": "^0.11.1",
|
||
|
"util": "^0.10.3"
|
||
|
}
|
||
|
},
|
||
|
"path-to-regexp": {
|
||
|
"version": "0.1.7"
|
||
|
},
|
||
|
"performance-now": {
|
||
|
"version": "2.1.0"
|
||
|
},
|
||
|
"picomatch": {
|
||
|
"version": "2.3.0"
|
||
|
},
|
||
|
"prepend-http": {
|
||
|
"version": "2.0.0"
|
||
|
},
|
||
|
"process": {
|
||
|
"version": "0.11.10"
|
||
|
},
|
||
|
"process-nextick-args": {
|
||
|
"version": "2.0.1"
|
||
|
},
|
||
|
"proxy-addr": {
|
||
|
"version": "2.0.7",
|
||
|
"requires": {
|
||
|
"forwarded": "0.2.0",
|
||
|
"ipaddr.js": "1.9.1"
|
||
|
}
|
||
|
},
|
||
|
"psl": {
|
||
|
"version": "1.8.0"
|
||
|
},
|
||
|
"pstree.remy": {
|
||
|
"version": "1.1.8"
|
||
|
},
|
||
|
"pump": {
|
||
|
"version": "3.0.0",
|
||
|
"requires": {
|
||
|
"end-of-stream": "^1.1.0",
|
||
|
"once": "^1.3.1"
|
||
|
}
|
||
|
},
|
||
|
"punycode": {
|
||
|
"version": "2.1.1"
|
||
|
},
|
||
|
"pupa": {
|
||
|
"version": "2.1.1",
|
||
|
"requires": {
|
||
|
"escape-goat": "^2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"qs": {
|
||
|
"version": "6.7.0"
|
||
|
},
|
||
|
"random-bytes": {
|
||
|
"version": "1.0.0"
|
||
|
},
|
||
|
"range-parser": {
|
||
|
"version": "1.2.1"
|
||
|
},
|
||
|
"raw-body": {
|
||
|
"version": "2.4.0",
|
||
|
"requires": {
|
||
|
"bytes": "3.1.0",
|
||
|
"http-errors": "1.7.2",
|
||
|
"iconv-lite": "0.4.24",
|
||
|
"unpipe": "1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"rc": {
|
||
|
"version": "1.2.8",
|
||
|
"requires": {
|
||
|
"deep-extend": "^0.6.0",
|
||
|
"ini": "~1.3.0",
|
||
|
"minimist": "^1.2.0",
|
||
|
"strip-json-comments": "~2.0.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"ini": {
|
||
|
"version": "1.3.8"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"readable-stream": {
|
||
|
"version": "2.3.7",
|
||
|
"requires": {
|
||
|
"core-util-is": "~1.0.0",
|
||
|
"inherits": "~2.0.3",
|
||
|
"isarray": "~1.0.0",
|
||
|
"process-nextick-args": "~2.0.0",
|
||
|
"safe-buffer": "~5.1.1",
|
||
|
"string_decoder": "~1.1.1",
|
||
|
"util-deprecate": "~1.0.1"
|
||
|
}
|
||
|
},
|
||
|
"readdirp": {
|
||
|
"version": "3.6.0",
|
||
|
"requires": {
|
||
|
"picomatch": "^2.2.1"
|
||
|
}
|
||
|
},
|
||
|
"registry-auth-token": {
|
||
|
"version": "4.2.1",
|
||
|
"requires": {
|
||
|
"rc": "^1.2.8"
|
||
|
}
|
||
|
},
|
||
|
"registry-url": {
|
||
|
"version": "5.1.0",
|
||
|
"requires": {
|
||
|
"rc": "^1.2.8"
|
||
|
}
|
||
|
},
|
||
|
"request": {
|
||
|
"version": "2.88.2",
|
||
|
"requires": {
|
||
|
"aws-sign2": "~0.7.0",
|
||
|
"aws4": "^1.8.0",
|
||
|
"caseless": "~0.12.0",
|
||
|
"combined-stream": "~1.0.6",
|
||
|
"extend": "~3.0.2",
|
||
|
"forever-agent": "~0.6.1",
|
||
|
"form-data": "~2.3.2",
|
||
|
"har-validator": "~5.1.3",
|
||
|
"http-signature": "~1.2.0",
|
||
|
"is-typedarray": "~1.0.0",
|
||
|
"isstream": "~0.1.2",
|
||
|
"json-stringify-safe": "~5.0.1",
|
||
|
"mime-types": "~2.1.19",
|
||
|
"oauth-sign": "~0.9.0",
|
||
|
"performance-now": "^2.1.0",
|
||
|
"qs": "~6.5.2",
|
||
|
"safe-buffer": "^5.1.2",
|
||
|
"tough-cookie": "~2.5.0",
|
||
|
"tunnel-agent": "^0.6.0",
|
||
|
"uuid": "^3.3.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"qs": {
|
||
|
"version": "6.5.2"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"responselike": {
|
||
|
"version": "1.0.2",
|
||
|
"requires": {
|
||
|
"lowercase-keys": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"safe-buffer": {
|
||
|
"version": "5.1.2"
|
||
|
},
|
||
|
"safer-buffer": {
|
||
|
"version": "2.1.2"
|
||
|
},
|
||
|
"semver": {
|
||
|
"version": "5.7.1"
|
||
|
},
|
||
|
"semver-diff": {
|
||
|
"version": "3.1.1",
|
||
|
"requires": {
|
||
|
"semver": "^6.3.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"semver": {
|
||
|
"version": "6.3.0"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"send": {
|
||
|
"version": "0.17.1",
|
||
|
"requires": {
|
||
|
"debug": "2.6.9",
|
||
|
"depd": "~1.1.2",
|
||
|
"destroy": "~1.0.4",
|
||
|
"encodeurl": "~1.0.2",
|
||
|
"escape-html": "~1.0.3",
|
||
|
"etag": "~1.8.1",
|
||
|
"fresh": "0.5.2",
|
||
|
"http-errors": "~1.7.2",
|
||
|
"mime": "1.6.0",
|
||
|
"ms": "2.1.1",
|
||
|
"on-finished": "~2.3.0",
|
||
|
"range-parser": "~1.2.1",
|
||
|
"statuses": "~1.5.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"ms": {
|
||
|
"version": "2.1.1"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"sendotp": {
|
||
|
"version": "1.2.9",
|
||
|
"requires": {
|
||
|
"request": "^2.81.0"
|
||
|
}
|
||
|
},
|
||
|
"serve-static": {
|
||
|
"version": "1.14.1",
|
||
|
"requires": {
|
||
|
"encodeurl": "~1.0.2",
|
||
|
"escape-html": "~1.0.3",
|
||
|
"parseurl": "~1.3.3",
|
||
|
"send": "0.17.1"
|
||
|
}
|
||
|
},
|
||
|
"setprototypeof": {
|
||
|
"version": "1.1.1"
|
||
|
},
|
||
|
"signal-exit": {
|
||
|
"version": "3.0.6"
|
||
|
},
|
||
|
"sqlstring": {
|
||
|
"version": "2.3.1"
|
||
|
},
|
||
|
"sshpk": {
|
||
|
"version": "1.16.1",
|
||
|
"requires": {
|
||
|
"asn1": "~0.2.3",
|
||
|
"assert-plus": "^1.0.0",
|
||
|
"bcrypt-pbkdf": "^1.0.0",
|
||
|
"dashdash": "^1.12.0",
|
||
|
"ecc-jsbn": "~0.1.1",
|
||
|
"getpass": "^0.1.1",
|
||
|
"jsbn": "~0.1.0",
|
||
|
"safer-buffer": "^2.0.2",
|
||
|
"tweetnacl": "~0.14.0"
|
||
|
}
|
||
|
},
|
||
|
"statuses": {
|
||
|
"version": "1.5.0"
|
||
|
},
|
||
|
"streamsearch": {
|
||
|
"version": "0.1.2"
|
||
|
},
|
||
|
"string_decoder": {
|
||
|
"version": "1.1.1",
|
||
|
"requires": {
|
||
|
"safe-buffer": "~5.1.0"
|
||
|
}
|
||
|
},
|
||
|
"string-width": {
|
||
|
"version": "4.2.3",
|
||
|
"requires": {
|
||
|
"emoji-regex": "^8.0.0",
|
||
|
"is-fullwidth-code-point": "^3.0.0",
|
||
|
"strip-ansi": "^6.0.1"
|
||
|
}
|
||
|
},
|
||
|
"strip-ansi": {
|
||
|
"version": "6.0.1",
|
||
|
"requires": {
|
||
|
"ansi-regex": "^5.0.1"
|
||
|
}
|
||
|
},
|
||
|
"strip-json-comments": {
|
||
|
"version": "2.0.1"
|
||
|
},
|
||
|
"supports-color": {
|
||
|
"version": "5.5.0",
|
||
|
"requires": {
|
||
|
"has-flag": "^3.0.0"
|
||
|
}
|
||
|
},
|
||
|
"to-readable-stream": {
|
||
|
"version": "1.0.0"
|
||
|
},
|
||
|
"to-regex-range": {
|
||
|
"version": "5.0.1",
|
||
|
"requires": {
|
||
|
"is-number": "^7.0.0"
|
||
|
}
|
||
|
},
|
||
|
"toidentifier": {
|
||
|
"version": "1.0.0"
|
||
|
},
|
||
|
"touch": {
|
||
|
"version": "3.1.0",
|
||
|
"requires": {
|
||
|
"nopt": "~1.0.10"
|
||
|
}
|
||
|
},
|
||
|
"tough-cookie": {
|
||
|
"version": "2.5.0",
|
||
|
"requires": {
|
||
|
"psl": "^1.1.28",
|
||
|
"punycode": "^2.1.1"
|
||
|
}
|
||
|
},
|
||
|
"tunnel-agent": {
|
||
|
"version": "0.6.0",
|
||
|
"requires": {
|
||
|
"safe-buffer": "^5.0.1"
|
||
|
}
|
||
|
},
|
||
|
"tweetnacl": {
|
||
|
"version": "0.14.5"
|
||
|
},
|
||
|
"type-fest": {
|
||
|
"version": "0.20.2"
|
||
|
},
|
||
|
"type-is": {
|
||
|
"version": "1.6.18",
|
||
|
"requires": {
|
||
|
"media-typer": "0.3.0",
|
||
|
"mime-types": "~2.1.24"
|
||
|
}
|
||
|
},
|
||
|
"typedarray": {
|
||
|
"version": "0.0.6"
|
||
|
},
|
||
|
"typedarray-to-buffer": {
|
||
|
"version": "3.1.5",
|
||
|
"requires": {
|
||
|
"is-typedarray": "^1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"uid-safe": {
|
||
|
"version": "2.1.5",
|
||
|
"requires": {
|
||
|
"random-bytes": "~1.0.0"
|
||
|
}
|
||
|
},
|
||
|
"undefsafe": {
|
||
|
"version": "2.0.5"
|
||
|
},
|
||
|
"unique-string": {
|
||
|
"version": "2.0.0",
|
||
|
"requires": {
|
||
|
"crypto-random-string": "^2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"unpipe": {
|
||
|
"version": "1.0.0"
|
||
|
},
|
||
|
"update-notifier": {
|
||
|
"version": "5.1.0",
|
||
|
"requires": {
|
||
|
"boxen": "^5.0.0",
|
||
|
"chalk": "^4.1.0",
|
||
|
"configstore": "^5.0.1",
|
||
|
"has-yarn": "^2.1.0",
|
||
|
"import-lazy": "^2.1.0",
|
||
|
"is-ci": "^2.0.0",
|
||
|
"is-installed-globally": "^0.4.0",
|
||
|
"is-npm": "^5.0.0",
|
||
|
"is-yarn-global": "^0.3.0",
|
||
|
"latest-version": "^5.1.0",
|
||
|
"pupa": "^2.1.1",
|
||
|
"semver": "^7.3.4",
|
||
|
"semver-diff": "^3.1.1",
|
||
|
"xdg-basedir": "^4.0.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"semver": {
|
||
|
"version": "7.3.5",
|
||
|
"requires": {
|
||
|
"lru-cache": "^6.0.0"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"uri-js": {
|
||
|
"version": "4.4.1",
|
||
|
"requires": {
|
||
|
"punycode": "^2.1.0"
|
||
|
}
|
||
|
},
|
||
|
"url-parse-lax": {
|
||
|
"version": "3.0.0",
|
||
|
"requires": {
|
||
|
"prepend-http": "^2.0.0"
|
||
|
}
|
||
|
},
|
||
|
"util": {
|
||
|
"version": "0.10.4",
|
||
|
"requires": {
|
||
|
"inherits": "2.0.3"
|
||
|
}
|
||
|
},
|
||
|
"util-deprecate": {
|
||
|
"version": "1.0.2"
|
||
|
},
|
||
|
"utils-merge": {
|
||
|
"version": "1.0.1"
|
||
|
},
|
||
|
"uuid": {
|
||
|
"version": "3.4.0"
|
||
|
},
|
||
|
"vary": {
|
||
|
"version": "1.1.2"
|
||
|
},
|
||
|
"verror": {
|
||
|
"version": "1.10.0",
|
||
|
"requires": {
|
||
|
"assert-plus": "^1.0.0",
|
||
|
"core-util-is": "1.0.2",
|
||
|
"extsprintf": "^1.2.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"core-util-is": {
|
||
|
"version": "1.0.2"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"widest-line": {
|
||
|
"version": "3.1.0",
|
||
|
"requires": {
|
||
|
"string-width": "^4.0.0"
|
||
|
}
|
||
|
},
|
||
|
"wrap-ansi": {
|
||
|
"version": "7.0.0",
|
||
|
"requires": {
|
||
|
"ansi-styles": "^4.0.0",
|
||
|
"string-width": "^4.1.0",
|
||
|
"strip-ansi": "^6.0.0"
|
||
|
}
|
||
|
},
|
||
|
"wrappy": {
|
||
|
"version": "1.0.2"
|
||
|
},
|
||
|
"write-file-atomic": {
|
||
|
"version": "3.0.3",
|
||
|
"requires": {
|
||
|
"imurmurhash": "^0.1.4",
|
||
|
"is-typedarray": "^1.0.0",
|
||
|
"signal-exit": "^3.0.2",
|
||
|
"typedarray-to-buffer": "^3.1.5"
|
||
|
}
|
||
|
},
|
||
|
"ws": {
|
||
|
"version": "8.4.0",
|
||
|
"requires": {}
|
||
|
},
|
||
|
"xdg-basedir": {
|
||
|
"version": "4.0.0"
|
||
|
},
|
||
|
"xtend": {
|
||
|
"version": "4.0.2"
|
||
|
},
|
||
|
"yallist": {
|
||
|
"version": "4.0.0"
|
||
|
}
|
||
|
}
|
||
|
}
|