UNPKG

xml-js-graphite

Version:

A convertor between XML text and Javascript object / JSON text. Forked to add Graphite specific features.

62 lines (61 loc) 1.4 kB
{ "name": "xml-js-graphite", "version": "1.7.1", "description": "A convertor between XML text and Javascript object / JSON text. Forked to add Graphite specific features.", "repository": { "type": "git", "url": "git+https://github.com/ibm-maximo-dev/xml-js.git" }, "author": "Yousuf Almarzooqi <ysf953@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ibm-maximo-dev/xml-js/issues" }, "homepage": "https://github.com/ibm-maximo-dev/xml-js#readme", "keywords": [ "XML", "xml", "js", "JSON", "json", "cdata", "CDATA", "doctype", "processing instruction", "Javascript", "js2xml", "json2xml", "xml2js", "xml2json", "transform", "transformer", "transforming", "transformation", "convert", "convertor", "converting", "conversion", "parse", "parser", "parsing" ], "main": "lib/index.js", "types": "./types/index.d.ts", "scripts": { "jest": "jest --config=test/jest.conf.js", "prepublish": "npm run test", "test": "jest --config=test/jest.conf.js", "xposttest": "npm run test:types", "test:types": "tsc -p ./types" }, "dependencies": { "sax": "^1.2.4" }, "devDependencies": { "cross-env": "^5.2.0", "eslint": "^8.36.0", "jest": "^20.0.4", "jest-cli": "^20.0.4", "typescript": "^5.0.2" } }