package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "pump@2.0.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pump@2.0.1",
  10. "_id": "pump@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
  13. "_location": "/pump",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pump@2.0.1",
  19. "name": "pump",
  20. "escapedName": "pump",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/mississippi",
  27. "/pumpify"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
  30. "_spec": "2.0.1",
  31. "_where": "E:\\amr1.0\\AMR",
  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": "2.0.1"
  64. }