-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
112 lines (112 loc) · 4.43 KB
/
Copy pathpackage-lock.json
File metadata and controls
112 lines (112 loc) · 4.43 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "abap2ui5-custom_controls",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "abap2ui5-custom_controls",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"npm-check-updates": "^19.6.5"
},
"devDependencies": {
"@abaplint/cli": "^2.106.9",
"@abaplint/database-sqlite": "^2.8.0",
"@abaplint/runtime": "^2.8.24",
"@abaplint/transpiler-cli": "^2.8.24"
}
},
"node_modules/@abaplint/cli": {
"version": "2.113.1",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.113.1.tgz",
"integrity": "sha512-ZV9fB6AOJ31A1i/iTpj5+F9gDdCNQZKGhIrlBbDVmVHkSMlHfYE9HHBQhQjqwz+71KV7qtywGmwZruwkP+wSUw==",
"dev": true,
"license": "MIT",
"bin": {
"abaplint": "abaplint"
},
"engines": {
"node": ">=12.0.0"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
},
"node_modules/@abaplint/database-sqlite": {
"version": "2.8.25",
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.8.25.tgz",
"integrity": "sha512-kiRA7304sR6AACd6KF4pJKg9MQ6EHjR8GQcDCOCEZSLBlHjvmS8UadxQfuPB0DNncRIPVGxvlf+xh1sRtmuAvg==",
"dev": true,
"license": "MIT",
"dependencies": {
"sql.js": "^1.10.3"
}
},
"node_modules/@abaplint/runtime": {
"version": "2.10.10",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.10.10.tgz",
"integrity": "sha512-jOcipZpDpWhuqp+b6UiFjl9UI+/2oQChh4qb/73oA2hxDnMx+fKXtcNYHMTWz9hxXhgjU88w8b2jThgIzuvfoQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"temporal-polyfill": "^0.2.5"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
},
"node_modules/@abaplint/transpiler-cli": {
"version": "2.10.10",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.10.10.tgz",
"integrity": "sha512-rWeBAIubxAi70pwFhao9R7qaF8VU+YAEWHKS27D9OAZ1pJ7/dok9udv2Wq6v1Tx0rrsf3QOmUvuu2k3ZtaiVgw==",
"dev": true,
"license": "MIT",
"bin": {
"abap_transpile": "abap_transpile"
},
"funding": {
"url": "https://github.com/sponsors/larshp"
}
},
"node_modules/npm-check-updates": {
"version": "19.6.5",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-19.6.5.tgz",
"integrity": "sha512-XlBUMC30relXfEerrnX239W9iB30U6Woz0Hj42Sv6iSF4EGOvj2mS2r45sZ3RglH0VPBxXOWooMxObZ/SMZhrw==",
"license": "Apache-2.0",
"bin": {
"ncu": "build/cli.js",
"npm-check-updates": "build/cli.js"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=8.12.1"
}
},
"node_modules/sql.js": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/sql.js/-/sql.js-1.11.0.tgz",
"integrity": "sha512-GsLUDU3vhOo14Pd5ME0y2te49JQyby6HuoCuadevEV+CGgTUjmYRrm7B7lhRyzOgrmcWmspUfyjNb6sOAEqdsA==",
"dev": true,
"license": "MIT"
},
"node_modules/temporal-polyfill": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.2.5.tgz",
"integrity": "sha512-ye47xp8Cb0nDguAhrrDS1JT1SzwEV9e26sSsrWzVu+yPZ7LzceEcH0i2gci9jWfOfSCCgM3Qv5nOYShVUUFUXA==",
"dev": true,
"license": "MIT",
"dependencies": {
"temporal-spec": "^0.2.4"
}
},
"node_modules/temporal-spec": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.2.4.tgz",
"integrity": "sha512-lDMFv4nKQrSjlkHKAlHVqKrBG4DyFfa9F74cmBZ3Iy3ed8yvWnlWSIdi4IKfSqwmazAohBNwiN64qGx4y5Q3IQ==",
"dev": true,
"license": "ISC"
}
}
}