Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "xmldom@0.1.x",
  3. "_id": "xmldom@0.1.27",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1QH5ezvbQDr4757MIFcxh6rawOk=",
  6. "_location": "/xmldom",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xmldom@0.1.x",
  12. "name": "xmldom",
  13. "escapedName": "xmldom",
  14. "rawSpec": "0.1.x",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.x"
  17. },
  18. "_requiredBy": [
  19. "/plist"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.27.tgz",
  22. "_shasum": "d501f97b3bdb403af8ef9ecc20573187aadac0e9",
  23. "_spec": "xmldom@0.1.x",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\plist",
  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": false,
  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/jindw/xmldom",
  62. "keywords": [
  63. "w3c",
  64. "dom",
  65. "xml",
  66. "parser",
  67. "javascript",
  68. "DOMParser",
  69. "XMLSerializer"
  70. ],
  71. "licenses": [
  72. {
  73. "type": "LGPL",
  74. "url": "http://www.gnu.org/licenses/lgpl.html",
  75. "MIT": "http://opensource.org/licenses/MIT"
  76. }
  77. ],
  78. "main": "./dom-parser.js",
  79. "maintainers": [
  80. {
  81. "name": "jindw",
  82. "email": "jindw@xidea.org",
  83. "url": "http://www.xidea.org"
  84. }
  85. ],
  86. "name": "xmldom",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/jindw/xmldom.git"
  90. },
  91. "scripts": {
  92. "test": "proof platform win32 && proof test */*/*.t.js || t/test"
  93. },
  94. "version": "0.1.27"
  95. }