-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package-lock.json
39 lines (39 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"error-ex": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
"requires": {
"is-arrayish": "^0.2.1"
}
},
"is-arrayish": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
"integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
},
"option": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/option/-/option-0.2.4.tgz",
"integrity": "sha1-/Udc35jcq7PLOXo7pShP60Xtv+Q="
},
"ramda": {
"version": "0.25.0",
"resolved": "https://registry.npmjs.org/ramda/-/ramda-0.25.0.tgz",
"integrity": "sha512-GXpfrYVPwx3K7RQ6aYT8KPS8XViSXUVJT1ONhoKPE9VAleW42YE+U+8VEyGWt41EnEQW7gwecYJriTI0pKoecQ=="
},
"ui-predicate-core": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/ui-predicate-core/-/ui-predicate-core-0.3.0.tgz",
"integrity": "sha512-1dvzNHq8JuXRctqntX80DpSwlktpwkHxqbC4R0el3SVG21QOTvTP4A0YtwyfX0VmQljwcbOPpcX5WRaBqz3w8A==",
"requires": {
"error-ex": "^1.3.1",
"option": "^0.2.4",
"ramda": "^0.25.0"
}
}
}
}