-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
37 lines (37 loc) · 1.03 KB
/
Copy pathpackage-lock.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"name": "@multiarc/ace_heddle",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@multiarc/ace_heddle",
"version": "2.0.0",
"license": "Apache-2.0",
"devDependencies": {
"ace-code": "1.32.6",
"antlr4": "^4.13.1"
}
},
"node_modules/ace-code": {
"version": "1.32.6",
"resolved": "https://registry.npmjs.org/ace-code/-/ace-code-1.32.6.tgz",
"integrity": "sha512-BmqgcvIziwptLdvkMb+Y8/TVFhAjtsCSDy+RLzI5bBg8fsJz5frPJGqisgzzChjgJmUWfz0MdqvMFSeIHI+lgA==",
"dev": true,
"license": "BSD-3-Clause",
"engines": {
"node": ">= 0.6.0"
}
},
"node_modules/antlr4": {
"version": "4.13.1",
"resolved": "https://registry.npmjs.org/antlr4/-/antlr4-4.13.1.tgz",
"integrity": "sha512-kiXTspaRYvnIArgE97z5YVVf/cDVQABr3abFRR6mE7yesLMkgu4ujuyV/sgxafQ8wgve0DJQUJ38Z8tkgA2izA==",
"dev": true,
"license": "BSD-3-Clause",
"engines": {
"node": ">=16"
}
}
}
}