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

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "pump@^3.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/get-stream"
  6. ]
  7. ],
  8. "_from": "pump@>=3.0.0 <4.0.0",
  9. "_id": "pump@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/pump",
  13. "_nodeVersion": "9.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/pump-3.0.0.tgz_1517391995455_0.9241023743525147"
  17. },
  18. "_npmUser": {
  19. "email": "mathiasbuus@gmail.com",
  20. "name": "mafintosh"
  21. },
  22. "_npmVersion": "5.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "pump",
  26. "raw": "pump@^3.0.0",
  27. "rawSpec": "^3.0.0",
  28. "scope": null,
  29. "spec": ">=3.0.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/get-stream",
  34. "/got/get-stream",
  35. "/windows-release/get-stream"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
  38. "_shasum": "b4a2116815bde2f4e1ea602354e8c75565107a64",
  39. "_shrinkwrap": null,
  40. "_spec": "pump@^3.0.0",
  41. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/get-stream",
  42. "author": {
  43. "email": "mathiasbuus@gmail.com",
  44. "name": "Mathias Buus Madsen"
  45. },
  46. "browser": {
  47. "fs": false
  48. },
  49. "bugs": {
  50. "url": "https://github.com/mafintosh/pump/issues"
  51. },
  52. "dependencies": {
  53. "end-of-stream": "^1.1.0",
  54. "once": "^1.3.1"
  55. },
  56. "description": "pipe streams together and close all of them if one of them closes",
  57. "devDependencies": {},
  58. "directories": {},
  59. "dist": {
  60. "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
  61. "shasum": "b4a2116815bde2f4e1ea602354e8c75565107a64",
  62. "tarball": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz"
  63. },
  64. "gitHead": "b05d1838cc3be47f7c3cd9020c73f6ebbafd3aa0",
  65. "homepage": "https://github.com/mafintosh/pump#readme",
  66. "keywords": [
  67. "callback",
  68. "destroy",
  69. "pipe",
  70. "streams"
  71. ],
  72. "license": "MIT",
  73. "maintainers": [
  74. {
  75. "name": "mafintosh",
  76. "email": "mathiasbuus@gmail.com"
  77. }
  78. ],
  79. "name": "pump",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/mafintosh/pump.git"
  85. },
  86. "scripts": {
  87. "test": "node test-browser.js && node test-node.js"
  88. },
  89. "version": "3.0.0"
  90. }