1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "@xmldom/xmldom@0.7.5",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_from": "@xmldom/xmldom@0.7.5",
- "_id": "@xmldom/xmldom@0.7.5",
- "_inBundle": false,
- "_integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==",
- "_location": "/@xmldom/xmldom",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@xmldom/xmldom@0.7.5",
- "name": "@xmldom/xmldom",
- "escapedName": "@xmldom%2fxmldom",
- "scope": "@xmldom",
- "rawSpec": "0.7.5",
- "saveSpec": null,
- "fetchSpec": "0.7.5"
- },
- "_requiredBy": [
- "/x2js"
- ],
- "_resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz",
- "_spec": "0.7.5",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "bugs": {
- "url": "https://github.com/xmldom/xmldom/issues"
- },
- "dependencies": {},
- "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",
- "devDependencies": {
- "@stryker-mutator/core": "^5.2.2",
- "eslint": "^7.32.0",
- "eslint-config-prettier": "^8.3.0",
- "eslint-plugin-es5": "^1.5.0",
- "eslint-plugin-prettier": "^3.4.1",
- "get-stream": "^6.0.1",
- "jest": "^27.0.6",
- "nodemon": "^2.0.12",
- "prettier": "^2.3.2",
- "xmltest": "^1.5.0",
- "yauzl": "^2.10.0"
- },
- "engines": {
- "node": ">=10.0.0"
- },
- "files": [
- "CHANGELOG.md",
- "LICENSE",
- "readme.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": {
- "lint": "eslint lib test",
- "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"
- },
- "types": "index.d.ts",
- "version": "0.7.5"
- }
|