package.json 1.6 KB

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