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

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "through@~2.3.8",
  3. "_id": "through@2.3.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
  6. "_location": "/through",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through@~2.3.8",
  12. "name": "through",
  13. "escapedName": "through",
  14. "rawSpec": "~2.3.8",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.3.8"
  17. },
  18. "_requiredBy": [
  19. "/resumer",
  20. "/tape"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
  23. "_shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5",
  24. "_spec": "through@~2.3.8",
  25. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\tape",
  26. "author": {
  27. "name": "Dominic Tarr",
  28. "email": "dominic.tarr@gmail.com",
  29. "url": "dominictarr.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/dominictarr/through/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "simplified stream construction",
  37. "devDependencies": {
  38. "from": "~0.1.3",
  39. "stream-spec": "~0.3.5",
  40. "tape": "~2.3.2"
  41. },
  42. "homepage": "https://github.com/dominictarr/through",
  43. "keywords": [
  44. "stream",
  45. "streams",
  46. "user-streams",
  47. "pipe"
  48. ],
  49. "license": "MIT",
  50. "main": "index.js",
  51. "name": "through",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/dominictarr/through.git"
  55. },
  56. "scripts": {
  57. "test": "set -e; for t in test/*.js; do node $t; done"
  58. },
  59. "testling": {
  60. "browsers": [
  61. "ie/8..latest",
  62. "ff/15..latest",
  63. "chrome/20..latest",
  64. "safari/5.1..latest"
  65. ],
  66. "files": "test/*.js"
  67. },
  68. "version": "2.3.8"
  69. }