@rxap/schematics-xml-parser
Version:
This package provides utilities for parsing XML templates within Angular Schematics. It includes functionality to locate templates in a file system, parse them using a specified DOMParser, and register custom elements for parsing. The package also offers
49 lines (48 loc) • 1.68 kB
JSON
{
"version": "19.0.5",
"name": "@rxap/schematics-xml-parser",
"description": "This package provides utilities for parsing XML templates within Angular Schematics. It includes functionality to locate templates in a file system, parse them using a specified DOMParser, and register custom elements for parsing. The package also offers elements for defining modules, types, and methods within the XML templates.\n",
"license": "GPL-3.0-or-later",
"dependencies": {
"@angular-devkit/core": "^19.2.1",
"@angular-devkit/schematics": "^19.2.1",
"@nx/devkit": "20.5.0",
"@rxap/schematics-ts-morph": "^19.1.1",
"@rxap/schematics-utilities": "^19.0.5",
"@rxap/xml-parser": "^16.3.0",
"ts-morph": "^18.0.0",
"tslib": "2.6.2"
},
"author": {
"name": "Merzough Münker",
"email": "mmuenker@digitaix.com"
},
"bugs": {
"url": "https://gitlab.com/rxap/packages/-/issues",
"email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com"
},
"generators": "./generators.json",
"homepage": "https:/gitlab.com/rxap/packages/packages/schematic/xml-parser",
"keywords": [
"packages",
"rxap",
"schematic",
"schematic-xml-parser",
"scope:utilities",
"xml-parser"
],
"publishConfig": {
"access": "public",
"directory": "../../../dist/packages/schematic/xml-parser"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/rxap/packages.git",
"directory": "packages/schematic/xml-parser"
},
"schematics": "./generators.json",
"type": "commonjs",
"gitHead": "36b0e9732b24717840935712e316593ff6aba795",
"types": "./src/index.d.ts",
"main": "./src/index.js"
}