-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-shrinkwrap.json
31 lines (31 loc) · 1.03 KB
/
npm-shrinkwrap.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
{
"name": "maptest",
"version": "1.0.0",
"dependencies": {
"coffee-script": {
"version": "1.10.0",
"from": "[email protected]",
"resolved": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.10.0.tgz"
},
"es6-promise": {
"version": "3.2.1",
"from": "es6-promise@latest",
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-3.2.1.tgz"
},
"eventemitter2": {
"version": "2.1.0",
"from": "eventemitter2@>=2.1.0 <3.0.0",
"resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-2.1.0.tgz"
},
"google-maps-utility-library-v3-infobox": {
"version": "1.1.14",
"from": "google-maps-utility-library-v3-infobox@>=1.1.14 <2.0.0",
"resolved": "https://registry.npmjs.org/google-maps-utility-library-v3-infobox/-/google-maps-utility-library-v3-infobox-1.1.14.tgz"
},
"notie": {
"version": "3.9.2",
"from": "notie@latest",
"resolved": "https://registry.npmjs.org/notie/-/notie-3.9.2.tgz"
}
}
}