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

package.json 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "xml-escape@^1.1.0",
  3. "_id": "xml-escape@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-OQTBQ/qOs6ADDsZG0pAqLxtwbEQ=",
  6. "_location": "/xml-escape",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xml-escape@^1.1.0",
  12. "name": "xml-escape",
  13. "escapedName": "xml-escape",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-ios"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xml-escape/-/xml-escape-1.1.0.tgz",
  22. "_shasum": "3904c143fa8eb3a0030ec646d2902a2f1b706c44",
  23. "_spec": "xml-escape@^1.1.0",
  24. "_where": "/Users/christian/Documents/artesanias/node_modules/cordova-ios",
  25. "author": {
  26. "name": "Michael Hernandez - michael.hernandez1988@gmail.com"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/miketheprogrammer/xml-escape/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Escape XML ",
  35. "devDependencies": {
  36. "tape": "~2.4.2"
  37. },
  38. "homepage": "https://github.com/miketheprogrammer/xml-escape",
  39. "keywords": [
  40. "Escape",
  41. "XML",
  42. "Unesacpe",
  43. "encoding",
  44. "xml-escape"
  45. ],
  46. "license": "MIT License",
  47. "main": "index.js",
  48. "name": "xml-escape",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/miketheprogrammer/xml-escape.git"
  52. },
  53. "scripts": {
  54. "test": "node test.js"
  55. },
  56. "version": "1.1.0"
  57. }