-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
51 lines (51 loc) · 2.11 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
{
"name": "abap-type-to-json-schema",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@abaplint/cli": {
"version": "2.74.14",
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.74.14.tgz",
"integrity": "sha512-luDS+Jac2qLANgkoks5WvWcbAH//bYIDBP6mL/k+DTEMbxo4et56TQ+rkpPnJHbixRbn1eb+NMHdHSqXhSj8tg=="
},
"@abaplint/runtime": {
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-1.3.8.tgz",
"integrity": "sha512-756Z7rTx5rgncylGRm0bi3q8S9jxHHmtLmow/fMGPjwcn3Z4gHgqLpjZx74wVi5gHk6aGc/wps+6RpiEyy5joQ==",
"requires": {
"node-fetch": "^3.0.0-beta.9",
"sql.js": "^1.5.0"
}
},
"@abaplint/transpiler-cli": {
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-1.3.8.tgz",
"integrity": "sha512-+6BIzEFi5QgG8sW5OqYuRb5URp60YcdemV6Mzzn6Ssay2/OhkXA6HDKV2HGmV7zZqFensKBlfT4O0JZP/OdOVw=="
},
"data-uri-to-buffer": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz",
"integrity": "sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og=="
},
"fetch-blob": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-2.1.2.tgz",
"integrity": "sha512-YKqtUDwqLyfyMnmbw8XD6Q8j9i/HggKtPEI+pZ1+8bvheBu78biSmNaXWusx1TauGqtUUGx/cBb1mKdq2rLYow=="
},
"node-fetch": {
"version": "3.0.0-beta.9",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.0.0-beta.9.tgz",
"integrity": "sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==",
"requires": {
"data-uri-to-buffer": "^3.0.1",
"fetch-blob": "^2.1.1"
}
},
"sql.js": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/sql.js/-/sql.js-1.5.0.tgz",
"integrity": "sha512-Qqr6HgX/hCDpLFWdN0BNoNpYQ2c1tOl1c3HGI0cshjaFSAWszKICuLZ9CyFUvRFPpEGW8RzHzwuXWWvXVGTKBg=="
}
}
}