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