diff options
author | 2020-11-18 23:26:45 +0100 | |
---|---|---|
committer | 2020-11-18 23:26:45 +0100 | |
commit | 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch) | |
tree | 8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/bcryptjs/package.json | |
parent | 1870f3fdf43707a15fda0f609a021f516f45eb63 (diff) | |
download | website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2 website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip |
rm node_modules
Diffstat (limited to 'node_modules/bcryptjs/package.json')
-rw-r--r-- | node_modules/bcryptjs/package.json | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/node_modules/bcryptjs/package.json b/node_modules/bcryptjs/package.json deleted file mode 100644 index 0e576ba..0000000 --- a/node_modules/bcryptjs/package.json +++ /dev/null @@ -1,93 +0,0 @@ -{ - "_from": "bcryptjs@^2.4.3", - "_id": "bcryptjs@2.4.3", - "_inBundle": false, - "_integrity": "sha1-mrVie5PmBiH/fNrF2pczAn3x0Ms=", - "_location": "/bcryptjs", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "bcryptjs@^2.4.3", - "name": "bcryptjs", - "escapedName": "bcryptjs", - "rawSpec": "^2.4.3", - "saveSpec": null, - "fetchSpec": "^2.4.3" - }, - "_requiredBy": [ - "/" - ], - "_resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", - "_shasum": "9ab5627b93e60621ff7cdac5da9733027df1d0cb", - "_spec": "bcryptjs@^2.4.3", - "_where": "/home/pruss/Dev/3-minute-website", - "author": { - "name": "Daniel Wirtz", - "email": "dcode@dcode.io" - }, - "browser": "dist/bcrypt.js", - "bugs": { - "url": "https://github.com/dcodeIO/bcrypt.js/issues" - }, - "bundleDependencies": false, - "contributors": [ - { - "name": "Shane Girish", - "email": "shaneGirish@gmail.com", - "url": "https://github.com/shaneGirish" - }, - { - "name": "Alex Murray", - "url": "https://github.com/alexmurray" - }, - { - "name": "Nicolas Pelletier", - "url": "https://github.com/NicolasPelletier" - }, - { - "name": "Josh Rogers", - "url": "https://github.com/geekymole" - }, - { - "name": "Noah Isaacson", - "email": "noah@nisaacson.com", - "url": "https://github.com/nisaacson" - } - ], - "dependencies": {}, - "deprecated": false, - "description": "Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.", - "devDependencies": { - "bcrypt": "latest", - "closurecompiler": "~1", - "metascript": "~0.18", - "testjs": "~1", - "utfx": "~1" - }, - "homepage": "https://github.com/dcodeIO/bcrypt.js#readme", - "keywords": [ - "bcrypt", - "password", - "auth", - "authentication", - "encryption", - "crypt", - "crypto" - ], - "license": "MIT", - "main": "index.js", - "name": "bcryptjs", - "repository": { - "type": "url", - "url": "git+https://github.com/dcodeIO/bcrypt.js.git" - }, - "scripts": { - "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", - "test": "node node_modules/testjs/bin/testjs" - }, - "version": "2.4.3" -} |