123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- {
- "_from": "bcrypt",
- "_id": "bcrypt@5.0.1",
- "_inBundle": false,
- "_integrity": "sha512-9BTgmrhZM2t1bNuDtrtIMVSmmxZBrJ71n8Wg+YgdjHuIWYF7SjjmCPZFB+/5i/o/PIeRpwVJR3P+NrpIItUjqw==",
- "_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.1.tgz",
- "_shasum": "f1a2c20f208e2ccdceea4433df0c8b2c54ecdf71",
- "_spec": "bcrypt",
- "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server",
- "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": {
- "@mapbox/node-pre-gyp": "^1.0.0",
- "node-addon-api": "^3.1.0"
- },
- "deprecated": false,
- "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",
- "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": "5.0.1"
- }
|