-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-lock.json
45 lines (45 loc) · 1.3 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
{
"name": "deephas",
"version": "1.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"should": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/should/-/should-8.0.1.tgz",
"integrity": "sha1-OjpxF9RfKaNnvBKch4owPsHvZAo=",
"dev": true,
"requires": {
"should-equal": "0.5.0",
"should-format": "0.3.1",
"should-type": "0.2.0"
},
"dependencies": {
"should-equal": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/should-equal/-/should-equal-0.5.0.tgz",
"integrity": "sha1-x5fxNfMGf+tp6+zbMGscP+IbPm8=",
"dev": true,
"requires": {
"should-type": "0.2.0"
}
},
"should-format": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/should-format/-/should-format-0.3.1.tgz",
"integrity": "sha1-LLt4JGFnCs5CkrKx7EaNuM+Z4zA=",
"dev": true,
"requires": {
"should-type": "0.2.0"
}
},
"should-type": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/should-type/-/should-type-0.2.0.tgz",
"integrity": "sha1-ZwfvlVKdmJ3MCY/gdTqx+RNrt/Y=",
"dev": true
}
}
}
}
}