-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
90 lines (90 loc) · 3.11 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "treis",
"version": "2.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"ansi-regex": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
"integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8="
},
"ansicolor": {
"version": "1.1.72",
"resolved": "https://registry.npmjs.org/ansicolor/-/ansicolor-1.1.72.tgz",
"integrity": "sha1-HPpsoFs+4xu5DcQnMA4dblKfzbA="
},
"chalk": {
"version": "1.1.1",
"resolved": "https://nexus.sulake.com/content/groups/npm-all/chalk/-/chalk-1.1.1.tgz",
"integrity": "sha1-UJr7ZwZudJn36zU1x3RFdyri0Bk=",
"requires": {
"ansi-styles": "^2.1.0",
"escape-string-regexp": "^1.0.2",
"has-ansi": "^2.0.0",
"strip-ansi": "^3.0.0",
"supports-color": "^2.0.0"
},
"dependencies": {
"ansi-styles": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz",
"integrity": "sha1-mQ90cUaSe1Wakyv5KVkWPWDA0OI="
},
"escape-string-regexp": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz",
"integrity": "sha1-ni2LJbwlVcMzZyN1DgPwmcJzW7U="
},
"has-ansi": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
"integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
"requires": {
"ansi-regex": "^2.0.0"
},
"dependencies": {
"ansi-regex": {
"version": "2.0.0",
"resolved": "https://nexus.sulake.com/content/groups/npm-all/ansi-regex/-/ansi-regex-2.0.0.tgz",
"integrity": "sha1-xQYbbg74qBd15Q9dZhUb9r83EQc="
}
}
},
"strip-ansi": {
"version": "3.0.0",
"resolved": "https://nexus.sulake.com/content/groups/npm-all/strip-ansi/-/strip-ansi-3.0.0.tgz",
"integrity": "sha1-dRC2ZVZ8qRTMtdfgcnY6yWi+NyQ=",
"requires": {
"ansi-regex": "^2.0.0"
},
"dependencies": {
"ansi-regex": {
"version": "2.0.0",
"resolved": "https://nexus.sulake.com/content/groups/npm-all/ansi-regex/-/ansi-regex-2.0.0.tgz",
"integrity": "sha1-xQYbbg74qBd15Q9dZhUb9r83EQc="
}
}
},
"supports-color": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc="
}
}
},
"ramda": {
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.18.0.tgz",
"integrity": "sha1-xuPF1LmrH3kGcn/e6wORUqhdTbM="
},
"strip-ansi": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"requires": {
"ansi-regex": "^2.0.0"
}
}
}
}