package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "pumpify@^1.3.3",
  3. "_id": "pumpify@1.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==",
  6. "_location": "/pumpify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pumpify@^1.3.3",
  12. "name": "pumpify",
  13. "escapedName": "pumpify",
  14. "rawSpec": "^1.3.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.3"
  17. },
  18. "_requiredBy": [
  19. "/mississippi"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
  22. "_shasum": "36513be246ab27570b1a374a5ce278bfd74370ce",
  23. "_spec": "pumpify@^1.3.3",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\mississippi",
  25. "author": {
  26. "name": "Mathias Buus"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mafintosh/pumpify/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "duplexify": "^3.6.0",
  34. "inherits": "^2.0.3",
  35. "pump": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Combine an array of streams into a single duplex stream using pump and duplexify",
  39. "devDependencies": {
  40. "tape": "^4.8.0",
  41. "through2": "^2.0.3"
  42. },
  43. "homepage": "https://github.com/mafintosh/pumpify",
  44. "keywords": [
  45. "pump",
  46. "duplexify",
  47. "duplex",
  48. "streams",
  49. "stream",
  50. "pipeline",
  51. "combine"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "pumpify",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/mafintosh/pumpify.git"
  59. },
  60. "scripts": {
  61. "test": "tape test.js"
  62. },
  63. "version": "1.5.1"
  64. }