package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "pump@3.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pump@3.0.0",
  10. "_id": "pump@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
  13. "_location": "/pump",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pump@3.0.0",
  19. "name": "pump",
  20. "escapedName": "pump",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/get-stream"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Mathias Buus Madsen",
  33. "email": "mathiasbuus@gmail.com"
  34. },
  35. "browser": {
  36. "fs": false
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mafintosh/pump/issues"
  40. },
  41. "dependencies": {
  42. "end-of-stream": "^1.1.0",
  43. "once": "^1.3.1"
  44. },
  45. "description": "pipe streams together and close all of them if one of them closes",
  46. "homepage": "https://github.com/mafintosh/pump#readme",
  47. "keywords": [
  48. "streams",
  49. "pipe",
  50. "destroy",
  51. "callback"
  52. ],
  53. "license": "MIT",
  54. "name": "pump",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/mafintosh/pump.git"
  58. },
  59. "scripts": {
  60. "test": "node test-browser.js && node test-node.js"
  61. },
  62. "version": "3.0.0"
  63. }