-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage-lock.json
46 lines (46 loc) · 1.6 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
{
"name": "gcal",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"chalk": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.1.0.tgz",
"integrity": "sha512-LUHGS/dge4ujbXMJrnihYMcL4AoOweGnw9Tp3kQuqy1Kx5c1qKjqvMJZ6nVJPMWJtKCTN72ZogH3oeSO9g9rXQ=="
},
"eslint": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-4.7.0.tgz",
"integrity": "sha1-01/AfEclIL496Fs9oR6ZxXav1RU=",
"dev": true,
"dependencies": {
"ajv": {
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.2.2.tgz",
"integrity": "sha1-R8aNaehvXZUxA7AHSpQw3GPaXjk="
}
}
},
"googleapis": {
"version": "21.3.0",
"resolved": "https://registry.npmjs.org/googleapis/-/googleapis-21.3.0.tgz",
"integrity": "sha512-Z3UgwUrsalkIvn+7kiwodkc3xVXSyea9VBSdswIzYRpXgMgaAFBUeULiUCnmFFXw9UVTUeJ6BXemmIIN5Vfopw=="
},
"minimist": {
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.3.tgz",
"integrity": "sha512-+bMdgqjMN/Z77a6NlY/I3U5LlRDbnmaAk6lDveAPKwSpcPM4tKAuYsvYF8xjhOPXhOYGe/73vVLVez5PW+jqhw=="
},
"moment": {
"version": "2.18.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.18.1.tgz",
"integrity": "sha1-w2GT3Tzhwu7SrbfIAtu8d6gbHA8="
},
"sherlockjs": {
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/sherlockjs/-/sherlockjs-1.3.7.tgz",
"integrity": "sha1-QL/6j+MSKtlYsDK56FJimtAK/zE="
}
}
}