package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "xmldom@0.1.31",
  5. "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp"
  6. ]
  7. ],
  8. "_from": "xmldom@0.1.31",
  9. "_id": "xmldom@0.1.31",
  10. "_inBundle": false,
  11. "_integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==",
  12. "_location": "/xmldom",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "xmldom@0.1.31",
  18. "name": "xmldom",
  19. "escapedName": "xmldom",
  20. "rawSpec": "0.1.31",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.31"
  23. },
  24. "_requiredBy": [
  25. "/cos-js-sdk-v5"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz",
  28. "_spec": "0.1.31",
  29. "_where": "D:\\WWW\\git\\DSMall_uniapp\\DSMall_Store_uniapp",
  30. "author": {
  31. "name": "jindw",
  32. "email": "jindw@xidea.org",
  33. "url": "http://www.xidea.org"
  34. },
  35. "bugs": {
  36. "url": "http://github.com/jindw/xmldom/issues",
  37. "email": "jindw@xidea.org"
  38. },
  39. "contributors": [
  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. "dependencies": {},
  57. "description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
  58. "devDependencies": {
  59. "proof": "0.0.28"
  60. },
  61. "engines": {
  62. "node": ">=0.1"
  63. },
  64. "homepage": "https://github.com/xmldom/xmldom",
  65. "keywords": [
  66. "w3c",
  67. "dom",
  68. "xml",
  69. "parser",
  70. "javascript",
  71. "DOMParser",
  72. "XMLSerializer"
  73. ],
  74. "license": "(LGPL-2.0 or MIT)",
  75. "main": "./dom-parser.js",
  76. "maintainers": [
  77. {
  78. "name": "jindw",
  79. "email": "jindw@xidea.org",
  80. "url": "http://www.xidea.org"
  81. }
  82. ],
  83. "name": "xmldom",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/xmldom/xmldom.git"
  87. },
  88. "scripts": {
  89. "test": "proof platform win32 && proof test */*/*.t.js || t/test"
  90. },
  91. "version": "0.1.31"
  92. }