-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
28 lines (28 loc) · 935 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": "@gooby/keys",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@gooby/keys",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@gooby/string": "^1.0.0"
}
},
"node_modules/@gooby/string": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@gooby/string/-/string-1.0.0.tgz",
"integrity": "sha512-uIlhxKgoAPlK6ygVocokMBGzYCXCyri2/XlsEdobgtKHpDOthoVBS1bg0IQfRrQ/OTbOhH5AB3e3VmSEt42ZOA=="
}
},
"dependencies": {
"@gooby/string": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@gooby/string/-/string-1.0.0.tgz",
"integrity": "sha512-uIlhxKgoAPlK6ygVocokMBGzYCXCyri2/XlsEdobgtKHpDOthoVBS1bg0IQfRrQ/OTbOhH5AB3e3VmSEt42ZOA=="
}
}
}