package.json 1.4 KB

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