rapid-xml-to-json
Version:
Fast, dependency-free XML-parser for parsing XML structures into JSON. Optimised for speed and low memory usage.
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "rapid-xml-to-json",
"version": "0.1.3",
"type": "module",
"description": "Fast, dependency-free XML-parser for parsing XML structures into JSON. Optimised for speed and low memory usage.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs.js",
"types": "./dist/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/chcederquist/rapid-xml-to-json"
},
"scripts": {
"test": "jest",
"build": "rollup -c && tsc --emitDeclarationOnly --declaration"
},
"keywords": [
"xml2json",
"xml-to-json",
"xml",
"xml-parser",
"xml",
"parser",
"simple-xml-parser",
"xml-to-js",
"xml2js"
],
"author": "Christian Pilegaard Cederquist",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/jest": "^29.5.14",
"jest": "^29.7.0",
"rollup": "^4.25.0",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typescript": "^5.6.3"
}
}