forked from brownman/lib-v8debug
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
36 lines (36 loc) · 948 Bytes
/
package-lock.json
File metadata and controls
36 lines (36 loc) · 948 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@pylonide/v8debug",
"version": "0.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@pylonide/v8debug",
"version": "0.3.0",
"license": "LGPL-3.0",
"dependencies": {
"amd-loader": "~0.0.8"
},
"devDependencies": {
"asyncjs": "~0.0.13"
},
"engines": {
"node": ">= 20.19.0"
}
},
"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=",
"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
}
}
}