-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
34 lines (34 loc) · 979 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
29
30
31
32
33
34
{
"name": "deno example application",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "deno example application",
"dependencies": {
"deno-bin": "^1.39.0"
}
},
"node_modules/adm-zip": {
"version": "0.5.10",
"resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz",
"integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==",
"engines": {
"node": ">=6.0"
}
},
"node_modules/deno-bin": {
"version": "1.39.0",
"resolved": "https://registry.npmjs.org/deno-bin/-/deno-bin-1.39.0.tgz",
"integrity": "sha512-F9zMzDROZOvtSBz3GLYIJwk5hJGm07OTCxVRJeuKBLGcLkmzQgsvSxDbRJbg+N97RryxNOck8ZtEula3NfxFMw==",
"hasInstallScript": true,
"dependencies": {
"adm-zip": "^0.5.4"
},
"bin": {
"deno": "bin/deno.js",
"deno-bin": "bin/deno.js"
}
}
}
}