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.

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "pump@^2.0.0",
  3. "_id": "pump@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==",
  6. "_location": "/pump",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pump@^2.0.0",
  12. "name": "pump",
  13. "escapedName": "pump",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/pumpify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
  22. "_shasum": "12399add6e4cf7526d973cbc8b5ce2e2908b3909",
  23. "_spec": "pump@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\pumpify",
  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. "keywords": [
  44. "streams",
  45. "pipe",
  46. "destroy",
  47. "callback"
  48. ],
  49. "license": "MIT",
  50. "name": "pump",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/mafintosh/pump.git"
  54. },
  55. "scripts": {
  56. "test": "node test-browser.js && node test-node.js"
  57. },
  58. "version": "2.0.1"
  59. }