-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
72 lines (72 loc) · 2.38 KB
/
package-lock.json
File metadata and controls
72 lines (72 loc) · 2.38 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "zmjs",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "zmjs",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.118.10",
"@abaplint/runtime": "^2.13.11",
"@abaplint/transpiler-cli": "^2.13.11"
}
},
"node_modules/@abaplint/cli": {
"version": "2.118.10",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.118.10.tgz",
"integrity": "sha512-hp+IR+iPDNU0i+6HcUH+ekw/coIKsZjLrGt5QtwpGaD3EdxU3Ts5N3HeMZLhxG4LV46QyyhhLMuJf26gjquNHg==",
"license": "MIT",
"bin": {
"abaplint": "abaplint"
},
"engines": {
"node": ">=18.0.0"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
},
"node_modules/@abaplint/runtime": {
"version": "2.13.11",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.13.11.tgz",
"integrity": "sha512-X82A2QdZUEeTlyPGSXzuCT0p5jykk6gobBILF10ZSdBGWQVNSMup8mAcRbeZJvXPvE++V+1Oamn5kaM5epU0Eg==",
"license": "MIT",
"dependencies": {
"temporal-polyfill": "^0.3.2"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
},
"node_modules/@abaplint/transpiler-cli": {
"version": "2.13.11",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.13.11.tgz",
"integrity": "sha512-4XLkBF1144CGibVmjqA/4F7gUL5eathfXleJCHJU0bNwHWgYu+H06cjrzRdOyhgTZLM0LGRlQTeOjowcLlCu6w==",
"license": "MIT",
"bin": {
"abap_transpile": "abap_transpile"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
},
"node_modules/temporal-polyfill": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.3.2.tgz",
"integrity": "sha512-TzHthD/heRK947GNiSu3Y5gSPpeUDH34+LESnfsq8bqpFhsB79HFBX8+Z834IVX68P3EUyRPZK5bL/1fh437Eg==",
"license": "MIT",
"dependencies": {
"temporal-spec": "0.3.1"
}
},
"node_modules/temporal-spec": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.3.1.tgz",
"integrity": "sha512-B4TUhezh9knfSIMwt7RVggApDRJZo73uZdj8AacL2mZ8RP5KtLianh2MXxL06GN9ESYiIsiuoLQhgVfwe55Yhw==",
"license": "ISC"
}
}
}