{ "name": "bcrypt", "description": "A bcrypt library for NodeJS.", "keywords": [ "bcrypt", "password", "auth", "authentication", "encryption", "crypt", "crypto" ], "main": "./bcrypt", "version": "5.0.1", "author": "Nick Campbell (https://github.com/ncb000gt)", "engines": { "node": ">= 10.0.0" }, "repository": { "type": "git", "url": "https://github.com/kelektiv/node.bcrypt.js.git" }, "license": "MIT", "bugs": { "url": "https://github.com/kelektiv/node.bcrypt.js/issues" }, "scripts": { "test": "npm install --build-from-source && nodeunit test", "install": "node-pre-gyp install --fallback-to-build" }, "dependencies": { "@mapbox/node-pre-gyp": "^1.0.0", "node-addon-api": "^3.1.0" }, "devDependencies": { "nodeunit": "^0.11.3" }, "contributors": [ "Antonio Salazar Cardozo (https://github.com/Shadowfiend)", "Van Nguyen (https://github.com/thegoleffect)", "David Trejo (https://github.com/dtrejo)", "Ben Glow (https://github.com/pixelglow)", "NewITFarmer.com <> (https://github.com/newitfarmer)", "Alfred Westerveld (https://github.com/alfredwesterveld)", "Vincent Côté-Roy (https://github.com/vincentcr)", "Lloyd Hilaiel (https://github.com/lloyd)", "Roman Shtylman (https://github.com/shtylman)", "Vadim Graboys (https://github.com/vadimg)", "Ben Noorduis <> (https://github.com/bnoordhuis)", "Nate Rajlich (https://github.com/tootallnate)", "Sean McArthur (https://github.com/seanmonstar)", "Fanie Oosthuysen (https://github.com/weareu)", "Amitosh Swain Mahapatra (https://github.com/Agathver)", "Corbin Crutchley (https://github.com/crutchcorn)", "Nicola Del Gobbo (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 ] } }