{ "name": "xmldom", "version": "0.4.0", "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.", "keywords": [ "w3c", "dom", "xml", "parser", "javascript", "DOMParser", "XMLSerializer" ], "author": "jindw (http://www.xidea.org)", "homepage": "https://github.com/xmldom/xmldom", "repository": { "type": "git", "url": "git://github.com/xmldom/xmldom.git" }, "main": "lib/dom-parser.js", "files": [ "CHANGELOG.md", "LICENSE.md", "readme.md", "lib" ], "scripts": { "lint": "npm-run-all lint:eslint", "lint:eslint": "eslint lib test", "start": "nodemon --watch package.json --watch lib --watch test --exec 'npm --silent run test'", "stryker": "stryker run", "test": "npm-run-all test:unit lint", "test:unit": "npm-run-all test:jest", "test:jest": "jest" }, "engines": { "node": ">=10.0.0" }, "dependencies": {}, "devDependencies": { "@stryker-mutator/core": "^3.3.1", "@stryker-mutator/javascript-mutator": "^3.3.1", "dom-js": "0.0.9", "eslint": "^7.12.0", "eslint-config-prettier": "^6.14.0", "eslint-plugin-es5": "^1.5.0", "eslint-plugin-prettier": "^3.1.4", "get-stream": "^6.0.0", "jest": "^26.6.1", "nodemon": "^2.0.6", "npm-run-all": "^4.1.5", "prettier": "^2.1.2", "xmltest": "^1.4.0", "yauzl": "^2.10.0" }, "maintainers": [ { "name": "brodybits", "email": "chris@brody.consulting", "url": "https://github.com/brodybits" } ], "contributors": [ { "name": "jindw", "email": "jindw@xidea.org", "url": "http://www.xidea.org" }, { "name": "Yaron Naveh", "email": "yaronn01@gmail.com", "web": "http://webservices20.blogspot.com/" }, { "name": "Harutyun Amirjanyan", "email": "amirjanyan@gmail.com", "web": "https://github.com/nightwing" }, { "name": "Alan Gutierrez", "email": "alan@prettyrobots.com", "web": "http://www.prettyrobots.com/" }, { "name": "Eric Newport", "email": "kethinov@gmail.com", "web": "https://github.com/kethinov" } ], "bugs": { "url": "https://github.com/xmldom/xmldom/issues" }, "license": "(LGPL-2.0 OR MIT)" }