Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/sprintf-js/../bcrypt/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "bcrypt", "description": "A bcrypt library for NodeJS.", "keywords": [ "bcrypt", "password", "auth", "authentication", "encryption", "crypt", "crypto" ], "main": "./bcrypt", "version": "5.1.0", "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 ci --build-from-source && jest", "install": "node-pre-gyp install --fallback-to-build" }, "dependencies": { "@mapbox/node-pre-gyp": "^1.0.10", "node-addon-api": "^5.0.0" }, "devDependencies": { "jest": "^29.1.2" }, "contributors": [ "Antonio Salazar Cardozo <[email protected]> (https://github.com/Shadowfiend)", "Van Nguyen <[email protected]> (https://github.com/thegoleffect)", "David Trejo <[email protected]> (https://github.com/dtrejo)", "Ben Glow <[email protected]> (https://github.com/pixelglow)", "NewITFarmer.com <> (https://github.com/newitfarmer)", "Alfred Westerveld <[email protected]> (https://github.com/alfredwesterveld)", "Vincent Côté-Roy <[email protected]> (https://github.com/vincentcr)", "Lloyd Hilaiel <[email protected]> (https://github.com/lloyd)", "Roman Shtylman <[email protected]> (https://github.com/shtylman)", "Vadim Graboys <[email protected]> (https://github.com/vadimg)", "Ben Noorduis <> (https://github.com/bnoordhuis)", "Nate Rajlich <[email protected]> (https://github.com/tootallnate)", "Sean McArthur <[email protected]> (https://github.com/seanmonstar)", "Fanie Oosthuysen <[email protected]> (https://github.com/weareu)", "Amitosh Swain Mahapatra <[email protected]> (https://github.com/Agathver)", "Corbin Crutchley <[email protected]> (https://github.com/crutchcorn)", "Nicola Del Gobbo <[email protected]> (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 ] } }