You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.5 KiB

6 months ago
  1. {
  2. "_args": [
  3. [
  4. "pump@3.0.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pump@3.0.2",
  10. "_id": "pump@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
  13. "_location": "/pump",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pump@3.0.2",
  19. "name": "pump",
  20. "escapedName": "pump",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/get-stream"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.2.tgz",
  29. "_spec": "3.0.2",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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.2"
  63. }