-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage-lock.json
40 lines (40 loc) · 1.07 KB
/
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
35
36
37
38
39
40
{
"name": "@telegraf/types",
"version": "8.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@telegraf/types",
"version": "8.2.0",
"license": "MIT",
"devDependencies": {
"deno-bin": "^2.1.6"
}
},
"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==",
"dev": true,
"engines": {
"node": ">=6.0"
}
},
"node_modules/deno-bin": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/deno-bin/-/deno-bin-2.1.6.tgz",
"integrity": "sha512-K05LNOnAWE58JPXmH50sfmoaOTnT9JHKtCtVmYAIHcbkNiILQVO5jMvm5+Ti258tMmnPq565cKryB8bdO2CIzg==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.4"
},
"bin": {
"deno": "bin/deno.js",
"deno-bin": "bin/deno.js"
}
}
}
}