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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "sax@1.1.4",
  3. "_id": "sax@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dLbTPJrh4AFRDxeakRaFiPGu2qk=",
  6. "_location": "/sax",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "sax@1.1.4",
  12. "name": "sax",
  13. "escapedName": "sax",
  14. "rawSpec": "1.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.4"
  17. },
  18. "_requiredBy": [
  19. "/elementtree"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sax/-/sax-1.1.4.tgz",
  22. "_shasum": "74b6d33c9ae1e001510f179a91168588f1aedaa9",
  23. "_spec": "sax@1.1.4",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\elementtree",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/isaacs/sax-js/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "An evented streaming XML parser in JavaScript",
  36. "devDependencies": {
  37. "standard": "^5.3.1",
  38. "tap": "^2.1.1"
  39. },
  40. "files": [
  41. "lib/sax.js",
  42. "LICENSE",
  43. "LICENSE-W3C.html",
  44. "README.md"
  45. ],
  46. "homepage": "https://github.com/isaacs/sax-js#readme",
  47. "license": "ISC",
  48. "main": "lib/sax.js",
  49. "name": "sax",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/isaacs/sax-js.git"
  53. },
  54. "scripts": {
  55. "lint": "standard -F test/*.js lib/*.js",
  56. "posttest": "npm run lint",
  57. "test": "tap test/*.js"
  58. },
  59. "version": "1.1.4"
  60. }