package.json 1.5 KB

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