Server IP : 162.213.251.212 / Your IP : 3.144.40.102 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/nodevenv/needapair.com/20/lib/node_modules/@xmldom/xmldom/ |
Upload File : |
{ "name": "@xmldom/xmldom", "version": "0.9.5", "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" ], "scripts": { "lint": "eslint examples lib test", "format": "prettier --write 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": "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": "9.0.2", "@jazzer.js/core": "2.1.0", "@jazzer.js/jest-runner": "2.1.0", "auto-changelog": "2.5.0", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-anti-trojan-source": "1.1.1", "eslint-plugin-es5": "1.5.0", "eslint-plugin-n": "17.11.1", "eslint-plugin-prettier": "5.2.1", "get-stream": "6.0.1", "jest": "29.7.0", "nodemon": "3.1.7", "np": "8.0.4", "prettier": "3.3.3", "rxjs": "7.8.1", "xmltest": "2.0.1", "yauzl": "3.1.3" }, "bugs": { "url": "https://github.com/xmldom/xmldom/issues" }, "license": "MIT", "auto-changelog": { "prepend": true, "remote": "origin", "tagPrefix": "", "template": "./auto-changelog.hbs" } }