1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
| {
| "_from": "bcryptjs@2.4.3",
| "_id": "bcryptjs@2.4.3",
| "_inBundle": false,
| "_integrity": "sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==",
| "_location": "/bcryptjs",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "bcryptjs@2.4.3",
| "name": "bcryptjs",
| "escapedName": "bcryptjs",
| "rawSpec": "2.4.3",
| "saveSpec": null,
| "fetchSpec": "2.4.3"
| },
| "_requiredBy": [
| "/",
| "/node-red-admin"
| ],
| "_resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
| "_shasum": "9ab5627b93e60621ff7cdac5da9733027df1d0cb",
| "_spec": "bcryptjs@2.4.3",
| "_where": "/home/l/plc/node-red",
| "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"
| }
|
|