package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "xmldom@^0.5.0",
  3. "_id": "xmldom@0.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GTy5a4SqNIYSfqYnLEWWNUy0li4=",
  6. "_location": "/xmldom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xmldom@^0.5.0",
  12. "name": "xmldom",
  13. "escapedName": "xmldom",
  14. "rawSpec": "^0.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.5.0"
  17. },
  18. "_requiredBy": [
  19. "/x2js"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/xmldom/download/xmldom-0.5.0.tgz?cache=0&sync_timestamp=1618678242096&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fxmldom%2Fdownload%2Fxmldom-0.5.0.tgz",
  22. "_shasum": "193cb96b84aa3486127ea6272c4596354cb4962e",
  23. "_spec": "xmldom@^0.5.0",
  24. "_where": "E:\\work-text\\jialong-tiku_1.0.3_example\\node_modules\\x2js",
  25. "author": {
  26. "name": "jindw",
  27. "email": "jindw@xidea.org",
  28. "url": "http://www.xidea.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/xmldom/xmldom/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "jindw",
  37. "email": "jindw@xidea.org",
  38. "url": "http://www.xidea.org"
  39. },
  40. {
  41. "name": "Yaron Naveh",
  42. "email": "yaronn01@gmail.com",
  43. "url": "http://webservices20.blogspot.com/"
  44. },
  45. {
  46. "name": "Harutyun Amirjanyan",
  47. "email": "amirjanyan@gmail.com",
  48. "url": "https://github.com/nightwing"
  49. },
  50. {
  51. "name": "Alan Gutierrez",
  52. "email": "alan@prettyrobots.com",
  53. "url": "http://www.prettyrobots.com/"
  54. },
  55. {
  56. "name": "Eric Newport",
  57. "email": "kethinov@gmail.com",
  58. "url": "https://github.com/kethinov"
  59. },
  60. {
  61. "name": "Christian Bewernitz",
  62. "email": "coder@karfau.de",
  63. "url": "https://github.com/karfau"
  64. }
  65. ],
  66. "dependencies": {},
  67. "deprecated": false,
  68. "description": "A pure JavaScript W3C standard-based (XML DOM Level 2 Core) DOMParser and XMLSerializer module.",
  69. "devDependencies": {
  70. "@stryker-mutator/core": "^4.4.1",
  71. "dom-js": "0.0.9",
  72. "eslint": "^7.18.0",
  73. "eslint-config-prettier": "^7.2.0",
  74. "eslint-plugin-es5": "^1.5.0",
  75. "eslint-plugin-prettier": "^3.3.1",
  76. "get-stream": "^6.0.0",
  77. "jest": "^26.6.3",
  78. "nodemon": "^2.0.7",
  79. "npm-run-all": "^4.1.5",
  80. "prettier": "^2.2.1",
  81. "xmltest": "^1.5.0",
  82. "yauzl": "^2.10.0"
  83. },
  84. "engines": {
  85. "node": ">=10.0.0"
  86. },
  87. "files": [
  88. "CHANGELOG.md",
  89. "LICENSE",
  90. "readme.md",
  91. "lib"
  92. ],
  93. "homepage": "https://github.com/xmldom/xmldom",
  94. "keywords": [
  95. "w3c",
  96. "dom",
  97. "xml",
  98. "parser",
  99. "javascript",
  100. "DOMParser",
  101. "XMLSerializer"
  102. ],
  103. "license": "MIT",
  104. "main": "lib/dom-parser.js",
  105. "maintainers": [
  106. {
  107. "name": "brodybits",
  108. "email": "chris@brody.consulting",
  109. "url": "https://github.com/brodybits"
  110. }
  111. ],
  112. "name": "xmldom",
  113. "repository": {
  114. "type": "git",
  115. "url": "git://github.com/xmldom/xmldom.git"
  116. },
  117. "scripts": {
  118. "lint": "npm-run-all lint:eslint",
  119. "lint:eslint": "eslint lib test",
  120. "start": "nodemon --watch package.json --watch lib --watch test --exec 'npm --silent run test'",
  121. "stryker": "stryker run",
  122. "test": "npm-run-all test:unit lint",
  123. "test:jest": "jest",
  124. "test:unit": "npm-run-all test:jest"
  125. },
  126. "version": "0.5.0"
  127. }