-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
28 lines (28 loc) · 928 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": "shortmyurl",
"version": "1.0.15",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "shortmyurl",
"version": "1.0.15",
"license": "ISC",
"dependencies": {
"shortmyurl": "^1.0.2"
}
},
"node_modules/shortmyurl": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/shortmyurl/-/shortmyurl-1.0.2.tgz",
"integrity": "sha512-PGgK2d+gbQgrLDec2vvlSOWsIJYFeD7Mr5AfjIoG6DjipU5hk52sgpjDPOjOkSpjdif84PIKnMipi6CEqDtBAQ=="
}
},
"dependencies": {
"shortmyurl": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/shortmyurl/-/shortmyurl-1.0.2.tgz",
"integrity": "sha512-PGgK2d+gbQgrLDec2vvlSOWsIJYFeD7Mr5AfjIoG6DjipU5hk52sgpjDPOjOkSpjdif84PIKnMipi6CEqDtBAQ=="
}
}
}