shell bypass 403
{
"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"
}
}