UNPKG

@xmldom/xmldom

Version:

A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.

78 lines (77 loc) 2.25 kB
{ "name": "@xmldom/xmldom", "version": "0.9.10", "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.", "keywords": [ "w3c", "dom", "xml", "parser", "javascript", "DOMParser", "XMLSerializer", "ponyfill" ], "homepage": "https://github.com/xmldom/xmldom", "repository": { "type": "git", "url": "git://github.com/xmldom/xmldom.git" }, "main": "lib/index.js", "types": "index.d.ts", "files": [ "CHANGELOG.md", "LICENSE", "readme.md", "SECURITY.md", "index.d.ts", "lib" ], "config": { "test_stack_size": 256 }, "scripts": { "lint": "eslint examples lib test", "format": "prettier --write examples lib test index.d.ts", "format:check": "prettier --check examples lib test index.d.ts", "changelog": "auto-changelog --unreleased-only", "start": "nodemon --watch package.json --watch lib --watch test --exec 'npm --silent run test && npm --silent run lint'", "test": "node --stack-size=$npm_package_config_test_stack_size ./node_modules/.bin/jest", "fuzz": "jest --config=./jest.fuzz.config.js", "test:types": "cd examples/typescript-node-es6 && ./pretest.sh 3 && ./pretest.sh 4 && ./pretest.sh 5 && node dist/index.js", "testrelease": "npm test && eslint lib", "version": "./changelog-has-version.sh", "release": "np --no-yarn --test-script testrelease" }, "engines": { "node": ">=14.6" }, "devDependencies": { "@homer0/prettier-plugin-jsdoc": "10.0.1", "auto-changelog": "2.5.0", "eslint": "8.57.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-anti-trojan-source": "1.1.2", "eslint-plugin-es5": "1.5.0", "eslint-plugin-n": "17.24.0", "eslint-plugin-prettier": "5.5.5", "get-stream": "6.0.1", "jest": "29.7.0", "nodemon": "3.1.14", "np": "8.0.4", "prettier": "3.8.1", "xmltest": "2.0.3", "yauzl": "3.3.0" }, "bugs": { "url": "https://github.com/xmldom/xmldom/issues" }, "license": "MIT", "auto-changelog": { "prepend": true, "remote": "origin", "tagPrefix": "", "template": "./auto-changelog.hbs" }, "packageManager": "npm@11.12.1+sha512.cdca14b85d647b3192028d02aadbe82d75f79a446aceea9874be98e6d768f20ebd3555770a48d0e9906106007877bbc690f715e9372f2e2dc644a3c3157fb14c" }