package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "@xmldom/xmldom@0.7.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_from": "@xmldom/xmldom@0.7.5",
  9. "_id": "@xmldom/xmldom@0.7.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-V3BIhmY36fXZ1OtVcI9W+FxQqxVLsPKcNjWigIaa81dLC9IolJl5Mt4Cvhmr0flUnjSpTdrbMTSbXqYqV5dT6A==",
  12. "_location": "/@xmldom/xmldom",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@xmldom/xmldom@0.7.5",
  18. "name": "@xmldom/xmldom",
  19. "escapedName": "@xmldom%2fxmldom",
  20. "scope": "@xmldom",
  21. "rawSpec": "0.7.5",
  22. "saveSpec": null,
  23. "fetchSpec": "0.7.5"
  24. },
  25. "_requiredBy": [
  26. "/x2js"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.7.5.tgz",
  29. "_spec": "0.7.5",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "bugs": {
  32. "url": "https://github.com/xmldom/xmldom/issues"
  33. },
  34. "dependencies": {},
  35. "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",
  36. "devDependencies": {
  37. "@stryker-mutator/core": "^5.2.2",
  38. "eslint": "^7.32.0",
  39. "eslint-config-prettier": "^8.3.0",
  40. "eslint-plugin-es5": "^1.5.0",
  41. "eslint-plugin-prettier": "^3.4.1",
  42. "get-stream": "^6.0.1",
  43. "jest": "^27.0.6",
  44. "nodemon": "^2.0.12",
  45. "prettier": "^2.3.2",
  46. "xmltest": "^1.5.0",
  47. "yauzl": "^2.10.0"
  48. },
  49. "engines": {
  50. "node": ">=10.0.0"
  51. },
  52. "files": [
  53. "CHANGELOG.md",
  54. "LICENSE",
  55. "readme.md",
  56. "index.d.ts",
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/xmldom/xmldom",
  60. "keywords": [
  61. "w3c",
  62. "dom",
  63. "xml",
  64. "parser",
  65. "javascript",
  66. "DOMParser",
  67. "XMLSerializer",
  68. "ponyfill"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/index.js",
  72. "name": "@xmldom/xmldom",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/xmldom/xmldom.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint lib test",
  79. "start": "nodemon --watch package.json --watch lib --watch test --exec 'npm --silent run test && npm --silent run lint'",
  80. "stryker": "stryker run",
  81. "stryker:dry-run": "stryker run -m '' --reporters progress",
  82. "test": "jest"
  83. },
  84. "types": "index.d.ts",
  85. "version": "0.7.5"
  86. }