-
Notifications
You must be signed in to change notification settings - Fork 20
/
package-lock.json
67 lines (67 loc) · 2.25 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
60
61
62
63
64
65
66
67
{
"name": "aes",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aes",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.105.26",
"@abaplint/runtime": "^2.8.1",
"@abaplint/transpiler-cli": "^2.8.1"
}
},
"node_modules/@abaplint/cli": {
"version": "2.105.26",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.105.26.tgz",
"integrity": "sha512-l8dm6SC3DDkdXdjqV8Mr+ihG9SQcz6TdKe02WVXFHaXGvLFQUDvGtF3d1WLlaUUKvhoIgQkflhOBZvM4rF1Fig==",
"bin": {
"abaplint": "abaplint"
},
"engines": {
"node": ">=12.0.0"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
},
"node_modules/@abaplint/runtime": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.8.1.tgz",
"integrity": "sha512-lfQoYk6zPk0os+9JOowTnMjfKAn8uGDFp9Ep5Giw9gSJfnQmhLHRBE7zph/RuRuPr18+wMXDz9N5pTvdPXr4Wg==",
"dependencies": {
"temporal-polyfill": "^0.2.3"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
},
"node_modules/@abaplint/transpiler-cli": {
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.8.1.tgz",
"integrity": "sha512-ay3iOPvLesWoy9bF8a8daMu0WyUy3vF6mJYPES/esqlAsxXpcY3SkPNzTXnVFTXPVGrPeueJxMr+0q1eNr/g4Q==",
"bin": {
"abap_transpile": "abap_transpile"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
},
"node_modules/temporal-polyfill": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.3.tgz",
"integrity": "sha512-7ZJRc7wq/1XjrOQYkkNpgo2qfE9XLrUU8D/DS+LAC/T0bYqZ46rW6dow0sOTXTPZS4bwer8bD/0OyuKQBfA3yw==",
"dependencies": {
"temporal-spec": "^0.2.0"
}
},
"node_modules/temporal-spec": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.2.0.tgz",
"integrity": "sha512-r1AT0XdEp8TMQ13FLvOt8mOtAxDQsRt2QU5rSWCA7YfshddU651Y1NHVrceLANvixKdf9fYO8B/S9fXHodB7HQ=="
}
}
}