-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
45 lines (45 loc) · 1.5 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": "callcise",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"helpbox": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/helpbox/-/helpbox-7.2.0.tgz",
"integrity": "sha512-jripXj1tnNI0qEEOMCx9BGb3k3TYFVHdn4xWvj0L26ELWLxFdClBUuGNHETbaomdKtLkMYuGrMmUC+gPnGkNRA==",
"requires": {
"lodash.deburr": "^4.1.0",
"lodash.flow": "^3.5.0",
"lodash.noop": "^3.0.1",
"lodash.times": "^4.3.2",
"lodash.tolower": "^4.1.2"
}
},
"lodash.deburr": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/lodash.deburr/-/lodash.deburr-4.1.0.tgz",
"integrity": "sha1-3bG7s+8HRYwBd7oH3hRCLLAz/5s="
},
"lodash.flow": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/lodash.flow/-/lodash.flow-3.5.0.tgz",
"integrity": "sha1-h79AKSuM+D5OjOGjrkIJ4gBxZ1o="
},
"lodash.noop": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/lodash.noop/-/lodash.noop-3.0.1.tgz",
"integrity": "sha1-OBiPTWUKOkdCWEObluxFsyYXEzw="
},
"lodash.times": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/lodash.times/-/lodash.times-4.3.2.tgz",
"integrity": "sha1-Ph8lZcQxdU1Uq1fy7RdBk5KFyh0="
},
"lodash.tolower": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/lodash.tolower/-/lodash.tolower-4.1.2.tgz",
"integrity": "sha1-1tMJrEPu+NROje1mtz2rC+sIBtc="
}
}
}