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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "delayed-stream@~1.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/combined-stream"
  6. ]
  7. ],
  8. "_from": "delayed-stream@>=1.0.0 <1.1.0",
  9. "_id": "delayed-stream@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/delayed-stream",
  13. "_nodeVersion": "1.6.4",
  14. "_npmUser": {
  15. "email": "apeherder@gmail.com",
  16. "name": "apechimp"
  17. },
  18. "_npmVersion": "2.8.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "delayed-stream",
  22. "raw": "delayed-stream@~1.0.0",
  23. "rawSpec": "~1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <1.1.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/combined-stream"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
  32. "_shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
  33. "_shrinkwrap": null,
  34. "_spec": "delayed-stream@~1.0.0",
  35. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/combined-stream",
  36. "author": {
  37. "email": "felix@debuggable.com",
  38. "name": "Felix Geisendörfer",
  39. "url": "http://debuggable.com/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/felixge/node-delayed-stream/issues"
  43. },
  44. "contributors": [
  45. {
  46. "name": "Mike Atkins",
  47. "email": "apeherder@gmail.com"
  48. }
  49. ],
  50. "dependencies": {},
  51. "description": "Buffers events from a stream until you are ready to handle them.",
  52. "devDependencies": {
  53. "fake": "0.2.0",
  54. "far": "0.0.1"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "df3ae199acadfb7d440aaae0b29e2272b24ec619",
  59. "tarball": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.4.0"
  63. },
  64. "gitHead": "07a9dc99fb8f1a488160026b9ad77493f766fb84",
  65. "homepage": "https://github.com/felixge/node-delayed-stream",
  66. "license": "MIT",
  67. "main": "./lib/delayed_stream",
  68. "maintainers": [
  69. {
  70. "name": "felixge",
  71. "email": "felix@debuggable.com"
  72. },
  73. {
  74. "name": "apechimp",
  75. "email": "apeherder@gmail.com"
  76. }
  77. ],
  78. "name": "delayed-stream",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/felixge/node-delayed-stream.git"
  84. },
  85. "scripts": {
  86. "test": "make test"
  87. },
  88. "version": "1.0.0"
  89. }