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