-
Notifications
You must be signed in to change notification settings - Fork 7
/
package-lock.json
46 lines (46 loc) · 1.33 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
43
44
45
46
{
"name": "blockchainimages",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"dirty-chai": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/dirty-chai/-/dirty-chai-2.0.1.tgz",
"integrity": "sha512-ys79pWKvDMowIDEPC6Fig8d5THiC0DJ2gmTeGzVAoEH18J8OzLud0Jh7I9IWg3NSk8x2UocznUuFmfHCXYZx9w=="
},
"executioner": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/executioner/-/executioner-2.0.1.tgz",
"integrity": "sha1-rdMo4DvEXdWY81j7tSn8C+Dsb80=",
"dev": true,
"requires": {
"mixly": "1.0.0"
}
},
"fulcon": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/fulcon/-/fulcon-1.0.2.tgz",
"integrity": "sha1-ik39pMc/zZzGKnnVBFw5K0VUcyA=",
"dev": true
},
"install-peers": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/install-peers/-/install-peers-1.0.2.tgz",
"integrity": "sha1-yt8UuMb8z+b5TupQZVp0S/20Ecs=",
"dev": true,
"requires": {
"executioner": "2.0.1"
}
},
"mixly": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/mixly/-/mixly-1.0.0.tgz",
"integrity": "sha1-m1ouH2Pm37oNMOZ5f/rmKrHcJO8=",
"dev": true,
"requires": {
"fulcon": "1.0.2"
}
}
}
}