ui5-tooling-modules
Version:
UI5 tooling extensions to load and convert node modules as UI5 AMD-like modules
50 lines (49 loc) • 1.52 kB
JSON
{
"name": "ui5-tooling-modules",
"version": "3.4.6",
"description": "UI5 tooling extensions to load and convert node modules as UI5 AMD-like modules",
"author": "Peter Muessig",
"license": "Apache-2.0",
"homepage": "https://github.com/ui5-community/ui5-ecosystem-showcase/tree/main/packages/ui5-tooling-modules#readme",
"repository": {
"type": "git",
"url": "https://github.com/ui5-community/ui5-ecosystem-showcase.git",
"directory": "packages/ui5-tooling-modules"
},
"scripts": {
"lint": "eslint lib",
"test": "ava --no-worker-threads",
"test:snapshots": "ava --no-worker-threads -- --generateSnapshots"
},
"ava": {
"files": [
"test/**/*.test.js",
"!test/__assets__/**/*"
],
"verbose": true,
"timeout": "20s"
},
"dependencies": {
"@buxlabs/amd-to-es6": "^0.16.3",
"@javascript-obfuscator/escodegen": "^2.3.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/pluginutils": "^5.1.0",
"chokidar": "^3.5.3",
"espree": "^9.6.1",
"estraverse": "^5.3.0",
"fast-xml-parser": "^4.3.3",
"ignore-walk": "^6.0.4",
"minimatch": "^7.4.6",
"rollup": "^4.9.6",
"rollup-plugin-polyfill-node": "^0.13.0",
"sloppy-module-parser": "^1.0.1"
},
"devDependencies": {
"ava": "^5.3.1"
},
"gitHead": "a19b2faaa4252f68c14b9141f9c516ea38e8c3e8"
}