package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "xmldom@0.1.27",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "xmldom@0.1.27",
  10. "_id": "xmldom@0.1.27",
  11. "_inBundle": false,
  12. "_integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=",
  13. "_location": "/xmldom",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "xmldom@0.1.27",
  19. "name": "xmldom",
  20. "escapedName": "xmldom",
  21. "rawSpec": "0.1.27",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.27"
  24. },
  25. "_requiredBy": [
  26. "/plist"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
  29. "_spec": "0.1.27",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "author": {
  32. "name": "jindw",
  33. "email": "jindw@xidea.org",
  34. "url": "http://www.xidea.org"
  35. },
  36. "bugs": {
  37. "url": "http://github.com/jindw/xmldom/issues",
  38. "email": "jindw@xidea.org"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Yaron Naveh",
  43. "email": "yaronn01@gmail.com",
  44. "url": "http://webservices20.blogspot.com/"
  45. },
  46. {
  47. "name": "Harutyun Amirjanyan",
  48. "email": "amirjanyan@gmail.com",
  49. "url": "https://github.com/nightwing"
  50. },
  51. {
  52. "name": "Alan Gutierrez",
  53. "email": "alan@prettyrobots.com",
  54. "url": "http://www.prettyrobots.com/"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
  59. "devDependencies": {
  60. "proof": "0.0.28"
  61. },
  62. "engines": {
  63. "node": ">=0.1"
  64. },
  65. "homepage": "https://github.com/jindw/xmldom",
  66. "keywords": [
  67. "w3c",
  68. "dom",
  69. "xml",
  70. "parser",
  71. "javascript",
  72. "DOMParser",
  73. "XMLSerializer"
  74. ],
  75. "licenses": [
  76. {
  77. "type": "LGPL",
  78. "url": "http://www.gnu.org/licenses/lgpl.html",
  79. "MIT": "http://opensource.org/licenses/MIT"
  80. }
  81. ],
  82. "main": "./dom-parser.js",
  83. "maintainers": [
  84. {
  85. "name": "jindw",
  86. "email": "jindw@xidea.org",
  87. "url": "http://www.xidea.org"
  88. }
  89. ],
  90. "name": "xmldom",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/jindw/xmldom.git"
  94. },
  95. "scripts": {
  96. "test": "proof platform win32 && proof test */*/*.t.js || t/test"
  97. },
  98. "version": "0.1.27"
  99. }