芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@xmldom/xmldom/package.json
{ "_from": "@xmldom/xmldom@^0.8.5", "_id": "@xmldom/xmldom@0.8.6", "_inBundle": false, "_integrity": "sha512-uRjjusqpoqfmRkTaNuLJ2VohVr67Q5YwDATW3VU7PfzTj6IRaihGrYI7zckGZjxQPBIp63nfvJbM+Yu5ICh0Bg==", "_location": "/@xmldom/xmldom", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@xmldom/xmldom@^0.8.5", "name": "@xmldom/xmldom", "escapedName": "@xmldom%2fxmldom", "scope": "@xmldom", "rawSpec": "^0.8.5", "saveSpec": null, "fetchSpec": "^0.8.5" }, "_requiredBy": [ "/xml-crypto" ], "_resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.6.tgz", "_shasum": "8a1524eb5bd5e965c1e3735476f0262469f71440", "_spec": "@xmldom/xmldom@^0.8.5", "_where": "/home/freeclou/app.optimyar.com/backend/node_modules/xml-crypto", "auto-changelog": { "prepend": true, "remote": "upstream", "tagPrefix": "", "template": "./auto-changelog.hbs" }, "bugs": { "url": "https://github.com/xmldom/xmldom/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.", "devDependencies": { "@stryker-mutator/core": "5.6.1", "auto-changelog": "2.4.0", "eslint": "8.25.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-es5": "1.5.0", "eslint-plugin-prettier": "4.2.1", "get-stream": "6.0.1", "jest": "27.5.1", "nodemon": "2.0.20", "np": "7.6.2", "prettier": "2.7.1", "xmltest": "1.5.0", "yauzl": "2.10.0" }, "engines": { "node": ">=10.0.0" }, "files": [ "CHANGELOG.md", "LICENSE", "readme.md", "SECURITY.md", "index.d.ts", "lib" ], "homepage": "https://github.com/xmldom/xmldom", "keywords": [ "w3c", "dom", "xml", "parser", "javascript", "DOMParser", "XMLSerializer", "ponyfill" ], "license": "MIT", "main": "lib/index.js", "name": "@xmldom/xmldom", "repository": { "type": "git", "url": "git://github.com/xmldom/xmldom.git" }, "scripts": { "changelog": "auto-changelog --unreleased-only", "format": "prettier --write test", "lint": "eslint lib test", "release": "np --no-yarn --test-script testrelease --branch release-0.8.x patch", "start": "nodemon --watch package.json --watch lib --watch test --exec 'npm --silent run test && npm --silent run lint'", "stryker": "stryker run", "stryker:dry-run": "stryker run -m '' --reporters progress", "test": "jest", "testrelease": "npm test && eslint lib", "version": "./changelog-has-version.sh" }, "types": "index.d.ts", "version": "0.8.6" }