package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "xmldom@^0.1.31",
  3. "_id": "xmldom@0.1.31",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==",
  6. "_location": "/xmldom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xmldom@^0.1.31",
  12. "name": "xmldom",
  13. "escapedName": "xmldom",
  14. "rawSpec": "^0.1.31",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.31"
  17. },
  18. "_requiredBy": [
  19. "/cos-js-sdk-v5"
  20. ],
  21. "_resolved": "https://repo.huaweicloud.com/repository/npm/xmldom/-/xmldom-0.1.31.tgz",
  22. "_shasum": "b76c9a1bd9f0a9737e5a72dc37231cf38375e2ff",
  23. "_spec": "xmldom@^0.1.31",
  24. "_where": "H:\\company-project\\instant_messaging\\node_modules\\cos-js-sdk-v5",
  25. "author": {
  26. "name": "jindw",
  27. "email": "jindw@xidea.org",
  28. "url": "http://www.xidea.org"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/jindw/xmldom/issues",
  32. "email": "jindw@xidea.org"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Yaron Naveh",
  38. "email": "yaronn01@gmail.com",
  39. "url": "http://webservices20.blogspot.com/"
  40. },
  41. {
  42. "name": "Harutyun Amirjanyan",
  43. "email": "amirjanyan@gmail.com",
  44. "url": "https://github.com/nightwing"
  45. },
  46. {
  47. "name": "Alan Gutierrez",
  48. "email": "alan@prettyrobots.com",
  49. "url": "http://www.prettyrobots.com/"
  50. }
  51. ],
  52. "dependencies": {},
  53. "deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0",
  54. "description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
  55. "devDependencies": {
  56. "proof": "0.0.28"
  57. },
  58. "engines": {
  59. "node": ">=0.1"
  60. },
  61. "homepage": "https://github.com/xmldom/xmldom",
  62. "keywords": [
  63. "w3c",
  64. "dom",
  65. "xml",
  66. "parser",
  67. "javascript",
  68. "DOMParser",
  69. "XMLSerializer"
  70. ],
  71. "license": "(LGPL-2.0 or MIT)",
  72. "main": "./dom-parser.js",
  73. "maintainers": [
  74. {
  75. "name": "jindw",
  76. "email": "jindw@xidea.org",
  77. "url": "http://www.xidea.org"
  78. }
  79. ],
  80. "name": "xmldom",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/xmldom/xmldom.git"
  84. },
  85. "scripts": {
  86. "test": "proof platform win32 && proof test */*/*.t.js || t/test"
  87. },
  88. "version": "0.1.31"
  89. }