This commit is contained in:
2020-08-20 11:44:32 +02:00
parent 4715fc1814
commit 6aceefeb2f
2891 changed files with 11239 additions and 347539 deletions

194
node_modules/bcrypt/package.json generated vendored
View File

@@ -1,144 +1,6 @@
{
"_from": "bcrypt",
"_id": "bcrypt@5.0.0",
"_inBundle": false,
"_integrity": "sha512-jB0yCBl4W/kVHM2whjfyqnxTmOHkCX4kHEa5nYKSoGeYe8YrjTYTc87/6bwt1g8cmV0QrbhKriETg9jWtcREhg==",
"_location": "/bcrypt",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "bcrypt",
"name": "bcrypt",
"escapedName": "bcrypt",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-5.0.0.tgz",
"_shasum": "051407c7cd5ffbfb773d541ca3760ea0754e37e2",
"_spec": "bcrypt",
"_where": "D:\\WORK\\Menui\\menui_backend",
"author": {
"name": "Nick Campbell",
"url": "https://github.com/ncb000gt"
},
"binary": {
"module_name": "bcrypt_lib",
"module_path": "./lib/binding/napi-v{napi_build_version}",
"package_name": "{module_name}-v{version}-napi-v{napi_build_version}-{platform}-{arch}-{libc}.tar.gz",
"host": "https://github.com",
"remote_path": "kelektiv/node.bcrypt.js/releases/download/v{version}",
"napi_versions": [
3
]
},
"bugs": {
"url": "https://github.com/kelektiv/node.bcrypt.js/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Antonio Salazar Cardozo",
"email": "savedfastcool@gmail.com",
"url": "https://github.com/Shadowfiend"
},
{
"name": "Van Nguyen",
"email": "the.gol.effect@gmail.com",
"url": "https://github.com/thegoleffect"
},
{
"name": "David Trejo",
"email": "david@dtrejo.com",
"url": "https://github.com/dtrejo"
},
{
"name": "Ben Glow",
"email": "glen.low@pixelglow.com",
"url": "https://github.com/pixelglow"
},
{
"name": "NewITFarmer.com",
"url": "https://github.com/newitfarmer"
},
{
"name": "Alfred Westerveld",
"email": "alfredwesterveld@gmail.com",
"url": "https://github.com/alfredwesterveld"
},
{
"name": "Vincent Côté-Roy",
"email": "vincentcr@gmail.com",
"url": "https://github.com/vincentcr"
},
{
"name": "Lloyd Hilaiel",
"email": "lloyd@hilaiel.com",
"url": "https://github.com/lloyd"
},
{
"name": "Roman Shtylman",
"email": "shtylman@gmail.com",
"url": "https://github.com/shtylman"
},
{
"name": "Vadim Graboys",
"email": "dimva13@gmail.com",
"url": "https://github.com/vadimg"
},
{
"name": "Ben Noorduis",
"url": "https://github.com/bnoordhuis"
},
{
"name": "Nate Rajlich",
"email": "nathan@tootallnate.net",
"url": "https://github.com/tootallnate"
},
{
"name": "Sean McArthur",
"email": "sean.monstar@gmail.com",
"url": "https://github.com/seanmonstar"
},
{
"name": "Fanie Oosthuysen",
"email": "fanie.oosthuysen@gmail.com",
"url": "https://github.com/weareu"
},
{
"name": "Amitosh Swain Mahapatra",
"email": "amitosh.swain@gmail.com",
"url": "https://github.com/Agathver"
},
{
"name": "Corbin Crutchley",
"email": "crutchcorn@gmail.com",
"url": "https://github.com/crutchcorn"
},
{
"name": "Nicola Del Gobbo",
"email": "nicoladelgobbo@gmail.com",
"url": "https://github.com/NickNaso"
}
],
"dependencies": {
"node-addon-api": "^3.0.0",
"node-pre-gyp": "0.15.0"
},
"deprecated": false,
"name": "bcrypt",
"description": "A bcrypt library for NodeJS.",
"devDependencies": {
"nodeunit": "^0.11.3"
},
"engines": {
"node": ">= 10.0.0"
},
"homepage": "https://github.com/kelektiv/node.bcrypt.js#readme",
"keywords": [
"bcrypt",
"password",
@@ -148,16 +10,58 @@
"crypt",
"crypto"
],
"license": "MIT",
"main": "./bcrypt",
"name": "bcrypt",
"version": "5.0.0",
"author": "Nick Campbell (https://github.com/ncb000gt)",
"engines": {
"node": ">= 10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kelektiv/node.bcrypt.js.git"
"url": "https://github.com/kelektiv/node.bcrypt.js.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kelektiv/node.bcrypt.js/issues"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "npm install --build-from-source && nodeunit test"
"test": "npm install --build-from-source && nodeunit test",
"install": "node-pre-gyp install --fallback-to-build"
},
"version": "5.0.0"
"dependencies": {
"node-pre-gyp": "0.15.0",
"node-addon-api": "^3.0.0"
},
"devDependencies": {
"nodeunit": "^0.11.3"
},
"contributors": [
"Antonio Salazar Cardozo <savedfastcool@gmail.com> (https://github.com/Shadowfiend)",
"Van Nguyen <the.gol.effect@gmail.com> (https://github.com/thegoleffect)",
"David Trejo <david@dtrejo.com> (https://github.com/dtrejo)",
"Ben Glow <glen.low@pixelglow.com> (https://github.com/pixelglow)",
"NewITFarmer.com <> (https://github.com/newitfarmer)",
"Alfred Westerveld <alfredwesterveld@gmail.com> (https://github.com/alfredwesterveld)",
"Vincent Côté-Roy <vincentcr@gmail.com> (https://github.com/vincentcr)",
"Lloyd Hilaiel <lloyd@hilaiel.com> (https://github.com/lloyd)",
"Roman Shtylman <shtylman@gmail.com> (https://github.com/shtylman)",
"Vadim Graboys <dimva13@gmail.com> (https://github.com/vadimg)",
"Ben Noorduis <> (https://github.com/bnoordhuis)",
"Nate Rajlich <nathan@tootallnate.net> (https://github.com/tootallnate)",
"Sean McArthur <sean.monstar@gmail.com> (https://github.com/seanmonstar)",
"Fanie Oosthuysen <fanie.oosthuysen@gmail.com> (https://github.com/weareu)",
"Amitosh Swain Mahapatra <amitosh.swain@gmail.com> (https://github.com/Agathver)",
"Corbin Crutchley <crutchcorn@gmail.com> (https://github.com/crutchcorn)",
"Nicola Del Gobbo <nicoladelgobbo@gmail.com> (https://github.com/NickNaso)"
],
"binary": {
"module_name": "bcrypt_lib",
"module_path": "./lib/binding/napi-v{napi_build_version}",
"package_name": "{module_name}-v{version}-napi-v{napi_build_version}-{platform}-{arch}-{libc}.tar.gz",
"host": "https://github.com",
"remote_path": "kelektiv/node.bcrypt.js/releases/download/v{version}",
"napi_versions": [
3
]
}
}