You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
3.8 KiB

{
"_from": "bcrypt",
"_id": "bcrypt@2.0.1",
"_inBundle": false,
"_integrity": "sha512-DwB7WgJPdskbR+9Y3OTJtwRq09Lmm7Na6b+4ewvXjkD0nfNRi1OozxljHm5ETlDCBq9DTy04lQz+rj+T2ztIJg==",
"_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-2.0.1.tgz",
"_shasum": "229c5afe09379789f918efe86e5e5b682e509f85",
"_spec": "bcrypt",
"_where": "C:\\NodejsTut\\publish_article\\node_rest_api_jwt",
"author": {
"name": "Nick Campbell",
"url": "https://github.com/ncb000gt"
},
"binary": {
"module_name": "bcrypt_lib",
"module_path": "./lib/binding/",
"host": "https://github.com",
"remote_path": "/kelektiv/node.bcrypt.js/releases/download/v{version}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz"
},
"bugs": {
"url": "https://github.com/kelektiv/node.bcrypt.js/issues"
},
"bundleDependencies": [
"node-pre-gyp"
],
"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"
}
],
"dependencies": {
"nan": "2.10.0",
"node-pre-gyp": "0.9.1"
},
"deprecated": false,
"description": "A bcrypt library for NodeJS.",
"devDependencies": {
"nodeunit": "~0.11.1"
},
"engines": {
"node": ">= 4.0.0"
},
"homepage": "https://github.com/kelektiv/node.bcrypt.js#readme",
"keywords": [
"bcrypt",
"password",
"auth",
"authentication",
"encryption",
"crypt",
"crypto"
],
"license": "MIT",
"main": "./bcrypt",
"name": "bcrypt",
"repository": {
"type": "git",
"url": "git+https://github.com/kelektiv/node.bcrypt.js.git"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "npm install --build-from-source && nodeunit test"
},
"version": "2.0.1"
}