-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
59 lines (59 loc) · 2.15 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "open-abap-ssh",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "open-abap-ssh",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.89.0",
"@abaplint/runtime": "^2.0.9",
"@abaplint/transpiler-cli": "^2.0.9"
}
},
"node_modules/@abaplint/cli": {
"version": "2.89.0",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.89.0.tgz",
"integrity": "sha512-N+qpOa1BkHDglX4ibITrxpJvRN3JIesRumuePMDPkee2bqNfDfgq6xZedLoWI2kUsAj5DpiWdKbNY4nBme0WIg==",
"bin": {
"abaplint": "abaplint"
},
"engines": {
"node": ">=12.0.0"
}
},
"node_modules/@abaplint/runtime": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.0.9.tgz",
"integrity": "sha512-z6jIDF/98+DAVDdM5LYeBNLIJrh4Mg/EIa3C+ESCokLevGMCTynuGomg3E8mv9/Cu+YxWA0SPMzcGof0i7jg7Q=="
},
"node_modules/@abaplint/transpiler-cli": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.0.9.tgz",
"integrity": "sha512-1prLaF03TqQ5OAndGt1BhmUQXjw9Ip0HKVWftyjc7KvFq2P/QscLqB5EuLiOnzIOKnBFt6bb6CLJgFTNRJTdWw==",
"bin": {
"abap_transpile": "abap_transpile"
}
}
},
"dependencies": {
"@abaplint/cli": {
"version": "2.89.0",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.89.0.tgz",
"integrity": "sha512-N+qpOa1BkHDglX4ibITrxpJvRN3JIesRumuePMDPkee2bqNfDfgq6xZedLoWI2kUsAj5DpiWdKbNY4nBme0WIg=="
},
"@abaplint/runtime": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.0.9.tgz",
"integrity": "sha512-z6jIDF/98+DAVDdM5LYeBNLIJrh4Mg/EIa3C+ESCokLevGMCTynuGomg3E8mv9/Cu+YxWA0SPMzcGof0i7jg7Q=="
},
"@abaplint/transpiler-cli": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.0.9.tgz",
"integrity": "sha512-1prLaF03TqQ5OAndGt1BhmUQXjw9Ip0HKVWftyjc7KvFq2P/QscLqB5EuLiOnzIOKnBFt6bb6CLJgFTNRJTdWw=="
}
}
}