xml2o
Version:
Helps you convert XML into an object for easy reading.
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "xml2o",
"version": "0.4.13",
"description": "Helps you convert XML into an object for easy reading.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"clean": "rimraf dist",
"build": "tsc",
"test": "tape dist/*.spec.js",
"postversion": "git push --tags && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/izatop/xml2o.git"
},
"keywords": [
"xml",
"simple-xml",
"xml-to-js",
"xml-reader",
"sax"
],
"author": "izatop@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/izatop/xml2o/issues"
},
"homepage": "https://github.com/izatop/xml2o#readme",
"devDependencies": {
"@types/tape": "^5.6.0",
"rimraf": "^5.0.1",
"source-map-support": "^0.5.21",
"tape": "^5.6.3",
"typescript": "^4.9.5"
},
"dependencies": {
"@types/node": "^20.2.5",
"@types/sax": "^1.2.4",
"sax": "^1.2.4"
},
"packageManager": "yarn@3.5.1"
}