forked from ajaxorg/treehugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
35 lines (35 loc) · 936 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
35
{
"name": "@pylonide/treehugger",
"version": "0.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@pylonide/treehugger",
"version": "0.2.0",
"license": "MIT",
"devDependencies": {
"amd-loader": "~0.0.8",
"asyncjs": "~0.0.13"
},
"engines": {
"node": ">= 18.18.2"
}
},
"node_modules/amd-loader": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/amd-loader/-/amd-loader-0.0.8.tgz",
"integrity": "sha1-ECKSgEDlZ+jmpvtYvaBS+BkYkgY=",
"dev": true,
"engines": {
"node": ">= 0.4.11"
}
},
"node_modules/asyncjs": {
"version": "0.0.13",
"resolved": "https://registry.npmjs.org/asyncjs/-/asyncjs-0.0.13.tgz",
"integrity": "sha512-ZwrkJ1zbf+LMmFKbb9DylLdcf30HaJ/6vxv/2Yx0Dt/aW8cxWlwNPlBsPB3WUnu9dpbVzjWgp6ix6DdnecUhwg==",
"dev": true
}
}
}