forked from carlosazaustre/blockchain-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
42 lines (42 loc) · 1.25 KB
/
package-lock.json
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
{
"name": "yt-blockchain",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "yt-blockchain",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"crypto-js": "^4.1.1",
"hex2ascii": "^0.0.3"
}
},
"node_modules/crypto-js": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz",
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
},
"node_modules/hex2ascii": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/hex2ascii/-/hex2ascii-0.0.3.tgz",
"integrity": "sha1-LasIutWjRDDdXMdRJx6sSpDq6Po=",
"engines": {
"node": ">=7"
}
}
},
"dependencies": {
"crypto-js": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz",
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
},
"hex2ascii": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/hex2ascii/-/hex2ascii-0.0.3.tgz",
"integrity": "sha1-LasIutWjRDDdXMdRJx6sSpDq6Po="
}
}
}