-
Notifications
You must be signed in to change notification settings - Fork 141
/
Copy pathpackage-lock.json
72 lines (72 loc) · 1.87 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
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
{
"name": "cli-table",
"version": "0.3.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cli-table",
"version": "0.3.11",
"dependencies": {
"colors": "1.0.3"
},
"devDependencies": {
"expresso": "~0.9",
"should": "~0.6"
},
"engines": {
"node": ">= 0.2.0"
}
},
"node_modules/colors": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
"integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs=",
"engines": {
"node": ">=0.1.90"
}
},
"node_modules/expresso": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/expresso/-/expresso-0.9.2.tgz",
"integrity": "sha1-F3smCQisrr5F7hbd90SVo/VYYug=",
"dev": true,
"hasInstallScript": true,
"bin": {
"expresso": "bin/expresso",
"node-jscoverage": "deps/jscoverage/node-jscoverage"
},
"engines": {
"node": "*"
}
},
"node_modules/should": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/should/-/should-0.6.3.tgz",
"integrity": "sha1-1LVTNciQjzpsR5cLaH91A3Ks3HM=",
"dev": true,
"engines": {
"node": ">= 0.2.0"
}
}
},
"dependencies": {
"colors": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
"integrity": "sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs="
},
"expresso": {
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/expresso/-/expresso-0.9.2.tgz",
"integrity": "sha1-F3smCQisrr5F7hbd90SVo/VYYug=",
"dev": true
},
"should": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/should/-/should-0.6.3.tgz",
"integrity": "sha1-1LVTNciQjzpsR5cLaH91A3Ks3HM=",
"dev": true
}
}
}