-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 835 Bytes
/
package-lock.json
File metadata and controls
24 lines (24 loc) · 835 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
{
"name": "simplebingmap",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/bingmaps": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@types/bingmaps/-/bingmaps-0.0.1.tgz",
"integrity": "sha512-jNcii5qVe+CLqhj/IOOaZbjCpWUHUj6YbD9UHttgyQSiL4NbgQ5ERQWjIwuvhz73FCQdF/JuGVTnLswgEIdkow=="
},
"bingmaps": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/bingmaps/-/bingmaps-2.0.3.tgz",
"integrity": "sha1-WFB7PH1inzW1VtYFIrNuoyUPFQ4="
},
"typescript": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.3.tgz",
"integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==",
"dev": true
}
}
}