-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage-lock.json
37 lines (37 loc) · 1 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
{
"name": "logger_mirror",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "logger_mirror",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.113.16"
}
},
"node_modules/@abaplint/cli": {
"version": "2.113.16",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.113.16.tgz",
"integrity": "sha512-oDWvqnQN5ZwcZkVvU4iD9h4haq9HaeS1e42A8zAliNJyaxxw2hotATqsnJjm4hGYlgT0J/HdaDFMKS3tevxYTQ==",
"bin": {
"abaplint": "abaplint"
},
"engines": {
"node": ">=12.0.0"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
}
},
"dependencies": {
"@abaplint/cli": {
"version": "2.113.16",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.113.16.tgz",
"integrity": "sha512-oDWvqnQN5ZwcZkVvU4iD9h4haq9HaeS1e42A8zAliNJyaxxw2hotATqsnJjm4hGYlgT0J/HdaDFMKS3tevxYTQ=="
}
}
}