UNPKG

xml-to-json-promise

Version:

Convert an XML file or XML data to JSON (via xml2js), with promises.

58 lines (57 loc) 1.21 kB
{ "name": "xml-to-json-promise", "version": "0.0.3", "description": "Convert an XML file or XML data to JSON (via xml2js), with promises.", "main": "index.js", "scripts": { "test": "xo && ava --verbose && nyc ava", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "files": [ "index.js" ], "repository": { "type": "git", "url": "https://github.com/radiovisual/xml-to-json-promise" }, "keywords": [ "xml", "json", "node", "convert", "change", "parse", "transform", "read", "write", "raw", "data", "file", "wrapper", "promise", "xml2js", "JSON", "XML" ], "author": { "name": "Michael Wuergler", "email": "senjudev@gmail.com", "url": "http://numetriclabs.com" }, "license": "MIT", "bugs": { "url": "https://github.com/radiovisual/xml-to-json-promise/issues" }, "homepage": "https://github.com/radiovisual/xml-to-json-promise/issues", "dependencies": { "native-promise-only": "^0.8.1", "object-assign": "^4.0.1", "xml2js": "~0.4.16" }, "devDependencies": { "ava": "*", "coveralls": "^2.11.6", "nyc": "^5.6.0", "xo": "*" } }