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

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "end-of-stream@^1.1.0",
  3. "_id": "end-of-stream@1.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  6. "_location": "/end-of-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "end-of-stream@^1.1.0",
  12. "name": "end-of-stream",
  13. "escapedName": "end-of-stream",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/pump"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  22. "_shasum": "5ae64a5f45057baf3626ec14da0ca5e4b2431eb0",
  23. "_spec": "end-of-stream@^1.1.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/pump",
  25. "author": {
  26. "name": "Mathias Buus",
  27. "email": "mathiasbuus@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/end-of-stream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "once": "^1.4.0"
  35. },
  36. "deprecated": false,
  37. "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  38. "devDependencies": {
  39. "tape": "^4.11.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/mafintosh/end-of-stream",
  45. "keywords": [
  46. "stream",
  47. "streams",
  48. "callback",
  49. "finish",
  50. "close",
  51. "end",
  52. "wait"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "end-of-stream",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/mafintosh/end-of-stream.git"
  60. },
  61. "scripts": {
  62. "test": "node test.js"
  63. },
  64. "version": "1.4.4"
  65. }