UNPKG

rapidx2j

Version:

Node.js XML to JSON using rapidXML

48 lines (47 loc) 963 B
{ "name": "rapidx2j", "version": "0.6.1", "description": "Node.js XML to JSON using rapidXML", "main": "index.js", "types": "types/index.d.ts", "private": false, "gypfile": true, "scripts": { "install": "node-gyp rebuild", "test": "./node_modules/mocha/bin/mocha" }, "files": [ "src", "binding.gyp", "index.js", "package.json" ], "dependencies": { "cmake-js": "^7.3.0", "nan": "^2.18.0" }, "directories": { "test": "test" }, "devDependencies": { "@types/node": "^10.12.18", "mocha": "^8.3.0" }, "repository": { "type": "git", "url": "https://github.com/damirn/rapidx2j.git" }, "keywords": [ "rapidxml", "xml", "json", "parsing", "addon" ], "author": "Damir Nedžibović <damirn@gmail.com>", "license": "MIT OR BSL-1.0", "bugs": { "url": "https://github.com/damirn/rapidx2j/issues" }, "homepage": "https://github.com/damirn/rapidx2j" }