mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 12:36:14 +08:00

* fix error message * popup close fix * refactoring * refactoring * refactoring * Create abaplint-fix * update * update * refactoring * refactoring * update * update * update abaplint * refactoring * update * unit tests utility class * update unit tests * update unit tests * update * update * update unit tests * update * Update z2ui5_cl_xml_view.clas.locals_imp.abap * Delete z2ui5_cl_xml_view.clas.locals_imp.abap * Update package.devc.xml * update start page * update unit tests and organization * update abaplint * update abaplint * update abaplint fixes * update * update * update abalint issues * Delete z2ui5_cl_http_handler.clas.locals_imp.abap * update downport readiness * update downport readiness * Update README.md * update abaplint * update * abaplint fixes * update unit tests * update unit tests * update abaplint * update * update unit tests sequence * update sequence * update unit test order * Update abaplint.jsonc * exclude unit test * update unit test syntax * added unit test nested xsdbool * update unit tests * upadate * unit tests * unit tests * update unit tests * update * update version
142 lines
5.2 KiB
JSON
142 lines
5.2 KiB
JSON
{
|
|
"name": "abap2ui5",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "abap2ui5",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@abaplint/cli": "^2.102.11",
|
|
"@abaplint/database-sqlite": "^2.7.18",
|
|
"@abaplint/runtime": "^2.7.55",
|
|
"@abaplint/transpiler-cli": "^2.7.55"
|
|
}
|
|
},
|
|
"node_modules/@abaplint/cli": {
|
|
"version": "2.102.11",
|
|
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.11.tgz",
|
|
"integrity": "sha512-APdQdrRjN4dUSKkEB1ABm9qijcCa1HWpNFLFGgZgTFVUl2T4PSnTkouJtc6Rad/1A/fB6I0c2lWnOxQV9c3dZA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"abaplint": "abaplint"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/larshp"
|
|
}
|
|
},
|
|
"node_modules/@abaplint/database-sqlite": {
|
|
"version": "2.7.18",
|
|
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.7.18.tgz",
|
|
"integrity": "sha512-NY1D+39sh9WQV2pmDR0mFM4C0bNI9CTTlbSUhXrUcq8X26rfLjYemGHJ/J/G90W/W9xx6Do4lMzgGep7sMqZ1w==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"sql.js": "^1.8.0"
|
|
}
|
|
},
|
|
"node_modules/@abaplint/runtime": {
|
|
"version": "2.7.55",
|
|
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.55.tgz",
|
|
"integrity": "sha512-bNQ4nexrF2oLQ3d8baj8rSn6s1V19RqimF4sPwBawnUH9jAXb99zxysYFEqMf/R6aTmPUjnPgB9PLnYPPJ6FoA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"temporal-polyfill": "^0.1.1"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/larshp"
|
|
}
|
|
},
|
|
"node_modules/@abaplint/transpiler-cli": {
|
|
"version": "2.7.55",
|
|
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.7.55.tgz",
|
|
"integrity": "sha512-tgSib6t6TnHsQfmm0a6wLoF0vdpw9nyq24laZMXGNWXADN4442kj5/6NUYo8CJ/0gxqK94P3lQwem0ZkQIZSVA==",
|
|
"dev": true,
|
|
"bin": {
|
|
"abap_transpile": "abap_transpile"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/larshp"
|
|
}
|
|
},
|
|
"node_modules/sql.js": {
|
|
"version": "1.8.0",
|
|
"resolved": "https://registry.npmjs.org/sql.js/-/sql.js-1.8.0.tgz",
|
|
"integrity": "sha512-3HD8pSkZL+5YvYUI8nlvNILs61ALqq34xgmF+BHpqxe68yZIJ1H+sIVIODvni25+CcxHUxDyrTJUL0lE/m7afw==",
|
|
"dev": true
|
|
},
|
|
"node_modules/temporal-polyfill": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.1.1.tgz",
|
|
"integrity": "sha512-/5e4EVRA0wBI/bEhWLirSjwUg1lELhQyTXxw9zNbVhqjKvI9BLczs+3wtsoD9sn3HN2ImAMW5XJQwAiXgWT+GA==",
|
|
"dev": true,
|
|
"dependencies": {
|
|
"temporal-spec": "~0.1.0"
|
|
}
|
|
},
|
|
"node_modules/temporal-spec": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.1.0.tgz",
|
|
"integrity": "sha512-sMNggMeS6trCgMQuudgFHhX1gtBK3e+AT1zGrMsFYG1wlqtRT5E9rcvm3I1iNlvHpJX/3DO6L4qtWAuEl/T04Q==",
|
|
"dev": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@abaplint/cli": {
|
|
"version": "2.102.11",
|
|
"resolved": "https://registry.npmjs.org/@abaplint/cli/-/cli-2.102.11.tgz",
|
|
"integrity": "sha512-APdQdrRjN4dUSKkEB1ABm9qijcCa1HWpNFLFGgZgTFVUl2T4PSnTkouJtc6Rad/1A/fB6I0c2lWnOxQV9c3dZA==",
|
|
"dev": true
|
|
},
|
|
"@abaplint/database-sqlite": {
|
|
"version": "2.7.18",
|
|
"resolved": "https://registry.npmjs.org/@abaplint/database-sqlite/-/database-sqlite-2.7.18.tgz",
|
|
"integrity": "sha512-NY1D+39sh9WQV2pmDR0mFM4C0bNI9CTTlbSUhXrUcq8X26rfLjYemGHJ/J/G90W/W9xx6Do4lMzgGep7sMqZ1w==",
|
|
"dev": true,
|
|
"requires": {
|
|
"sql.js": "^1.8.0"
|
|
}
|
|
},
|
|
"@abaplint/runtime": {
|
|
"version": "2.7.55",
|
|
"resolved": "https://registry.npmjs.org/@abaplint/runtime/-/runtime-2.7.55.tgz",
|
|
"integrity": "sha512-bNQ4nexrF2oLQ3d8baj8rSn6s1V19RqimF4sPwBawnUH9jAXb99zxysYFEqMf/R6aTmPUjnPgB9PLnYPPJ6FoA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"temporal-polyfill": "^0.1.1"
|
|
}
|
|
},
|
|
"@abaplint/transpiler-cli": {
|
|
"version": "2.7.55",
|
|
"resolved": "https://registry.npmjs.org/@abaplint/transpiler-cli/-/transpiler-cli-2.7.55.tgz",
|
|
"integrity": "sha512-tgSib6t6TnHsQfmm0a6wLoF0vdpw9nyq24laZMXGNWXADN4442kj5/6NUYo8CJ/0gxqK94P3lQwem0ZkQIZSVA==",
|
|
"dev": true
|
|
},
|
|
"sql.js": {
|
|
"version": "1.8.0",
|
|
"resolved": "https://registry.npmjs.org/sql.js/-/sql.js-1.8.0.tgz",
|
|
"integrity": "sha512-3HD8pSkZL+5YvYUI8nlvNILs61ALqq34xgmF+BHpqxe68yZIJ1H+sIVIODvni25+CcxHUxDyrTJUL0lE/m7afw==",
|
|
"dev": true
|
|
},
|
|
"temporal-polyfill": {
|
|
"version": "0.1.1",
|
|
"resolved": "https://registry.npmjs.org/temporal-polyfill/-/temporal-polyfill-0.1.1.tgz",
|
|
"integrity": "sha512-/5e4EVRA0wBI/bEhWLirSjwUg1lELhQyTXxw9zNbVhqjKvI9BLczs+3wtsoD9sn3HN2ImAMW5XJQwAiXgWT+GA==",
|
|
"dev": true,
|
|
"requires": {
|
|
"temporal-spec": "~0.1.0"
|
|
}
|
|
},
|
|
"temporal-spec": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/temporal-spec/-/temporal-spec-0.1.0.tgz",
|
|
"integrity": "sha512-sMNggMeS6trCgMQuudgFHhX1gtBK3e+AT1zGrMsFYG1wlqtRT5E9rcvm3I1iNlvHpJX/3DO6L4qtWAuEl/T04Q==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|