-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
26 lines (26 loc) · 970 Bytes
/
package-lock.json
File metadata and controls
26 lines (26 loc) · 970 Bytes
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
{
"name": "neighborhood-project",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/googlemaps": {
"version": "3.30.0",
"resolved": "https://registry.npmjs.org/@types/googlemaps/-/googlemaps-3.30.0.tgz",
"integrity": "sha512-zwTvoic1sKitEd6oOElZslloFvLdWO6fqAWgM/QSfpLRlXwxq3Nxj9TLIFuCfNvQfCn72IaMtok/iJ4jbBTN3Q==",
"dev": true
},
"@types/jquery": {
"version": "3.2.16",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.2.16.tgz",
"integrity": "sha512-q2WC02YxQoX2nY1HRKlYGHpGP1saPmD7GN0pwCDlTz35a4eOtJG+aHRlXyjCuXokUukSrR2aXyBhSW3j+jPc0A==",
"dev": true
},
"@types/knockout": {
"version": "3.4.47",
"resolved": "https://registry.npmjs.org/@types/knockout/-/knockout-3.4.47.tgz",
"integrity": "sha512-pZq4rs3YuV3Fk6Ss1Nt8mWV1/Uxrsvmc5Z0Iau22S9QL467YXXZ1IONMNZl/iKMgaa5G4xKZSHgSZ4N4EfRYXA==",
"dev": true
}
}
}