-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
28 lines (28 loc) · 908 Bytes
/
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
{
"name": "code-tests",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "code-tests",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@types/google-apps-script": "^1.0.55"
}
},
"node_modules/@types/google-apps-script": {
"version": "1.0.55",
"resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.55.tgz",
"integrity": "sha512-rrZ2jUdroRbbbDNEYTi5HbxiJYa4K5cpanIzRaiK5bnI0GxRtROZUT8Zjt6IIrPp1SUL+8w+T5bR8ZLwF9FkBA=="
}
},
"dependencies": {
"@types/google-apps-script": {
"version": "1.0.55",
"resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.55.tgz",
"integrity": "sha512-rrZ2jUdroRbbbDNEYTi5HbxiJYa4K5cpanIzRaiK5bnI0GxRtROZUT8Zjt6IIrPp1SUL+8w+T5bR8ZLwF9FkBA=="
}
}
}