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/function-bind/../bcryptjs/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "bcryptjs", "description": "Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.", "version": "2.4.3", "author": "Daniel Wirtz <[email protected]>", "contributors": [ "Shane Girish <[email protected]> (https://github.com/shaneGirish)", "Alex Murray <> (https://github.com/alexmurray)", "Nicolas Pelletier <> (https://github.com/NicolasPelletier)", "Josh Rogers <> (https://github.com/geekymole)", "Noah Isaacson <[email protected]> (https://github.com/nisaacson)" ], "repository": { "type": "url", "url": "https://github.com/dcodeIO/bcrypt.js.git" }, "bugs": { "url": "https://github.com/dcodeIO/bcrypt.js/issues" }, "keywords": [ "bcrypt", "password", "auth", "authentication", "encryption", "crypt", "crypto" ], "main": "index.js", "browser": "dist/bcrypt.js", "dependencies": {}, "devDependencies": { "testjs": "~1", "closurecompiler": "~1", "metascript": "~0.18", "bcrypt": "latest", "utfx": "~1" }, "license": "MIT", "scripts": { "test": "node node_modules/testjs/bin/testjs", "build": "node scripts/build.js", "compile": "node node_modules/closurecompiler/bin/ccjs dist/bcrypt.js --compilation_level=SIMPLE_OPTIMIZATIONS --create_source_map=dist/bcrypt.min.map > dist/bcrypt.min.js", "compress": "gzip -c -9 dist/bcrypt.min.js > dist/bcrypt.min.js.gz", "make": "npm run build && npm run compile && npm run compress && npm test" } }