package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "xmldom",
  3. "version": "0.1.31",
  4. "description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
  5. "keywords": [
  6. "w3c",
  7. "dom",
  8. "xml",
  9. "parser",
  10. "javascript",
  11. "DOMParser",
  12. "XMLSerializer"
  13. ],
  14. "author": "jindw <jindw@xidea.org> (http://www.xidea.org)",
  15. "homepage": "https://github.com/xmldom/xmldom",
  16. "repository": {
  17. "type": "git",
  18. "url": "git://github.com/xmldom/xmldom.git"
  19. },
  20. "main": "./dom-parser.js",
  21. "scripts": {
  22. "test": "proof platform win32 && proof test */*/*.t.js || t/test"
  23. },
  24. "engines": {
  25. "node": ">=0.1"
  26. },
  27. "dependencies": {},
  28. "devDependencies": {
  29. "proof": "0.0.28"
  30. },
  31. "maintainers": [
  32. {
  33. "name": "jindw",
  34. "email": "jindw@xidea.org",
  35. "url": "http://www.xidea.org"
  36. }
  37. ],
  38. "contributors": [
  39. {
  40. "name": "Yaron Naveh",
  41. "email": "yaronn01@gmail.com",
  42. "web": "http://webservices20.blogspot.com/"
  43. },
  44. {
  45. "name": "Harutyun Amirjanyan",
  46. "email": "amirjanyan@gmail.com",
  47. "web": "https://github.com/nightwing"
  48. },
  49. {
  50. "name": "Alan Gutierrez",
  51. "email": "alan@prettyrobots.com",
  52. "web": "http://www.prettyrobots.com/"
  53. }
  54. ],
  55. "bugs": {
  56. "email": "jindw@xidea.org",
  57. "url": "http://github.com/jindw/xmldom/issues"
  58. },
  59. "license": "(LGPL-2.0 or MIT)",
  60. "__npminstall_done": "Thu Dec 24 2020 20:20:28 GMT+0800 (CST)",
  61. "_from": "xmldom@0.1.31",
  62. "_resolved": "https://registry.npm.taobao.org/xmldom/download/xmldom-0.1.31.tgz"
  63. }