UNPKG

@mitre/jsonix

Version:

Jsonix (JSON interfaces for XML) is a JavaScript library which allows converting between XML and JSON structures.

66 lines (65 loc) 1.29 kB
{ "name": "@mitre/jsonix", "version": "3.0.10", "description": "Jsonix (JSON interfaces for XML) is a JavaScript library which allows converting between XML and JSON structures.", "keywords": [ "json", "xml", "unmarshal", "unmarshalling", "marshal", "marshalling", "parse", "parsing", "serialize", "serializing", "javascript objects", "dom", "util", "utility", "jaxb", "jsonix" ], "homepage": "http://github.com/mitre/jsonix", "bugs": { "url": "http://github.com/mitre/jsonix/issues" }, "licenses": [ { "type": "(Apache-2.0 AND BSD-2-Clause)", "url": "https://github.com/mitre/jsonix/raw/master/LICENSE" } ], "author": { "name": "Alexey Valikov", "url": "http://github.com/highsource" }, "contributors": [ { "name": "Conrad Pankoff", "url": "https://github.com/deoxxa" }, { "name": "MITRE SAF (C)", "url": "https://saf.mitre.org" } ], "main": "jsonix.js", "repository": { "type": "git", "url": "http://github.com/mitre/jsonix.git" }, "types": "./types/main.d.ts", "scripts": { "test": "nodeunit tests/tests.js" }, "dependencies": { "@xmldom/xmldom": "^0.9.7", "amdefine": "^1.0.1", "xmlhttprequest": "^1.8.0" }, "devDependencies": { "node-static": "^0.7.11", "nodeunit": "^0.11.3" } }