package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "duplexify@3.7.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "duplexify@3.7.1",
  10. "_id": "duplexify@3.7.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
  13. "_location": "/duplexify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "duplexify@3.7.1",
  19. "name": "duplexify",
  20. "escapedName": "duplexify",
  21. "rawSpec": "3.7.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.7.1"
  24. },
  25. "_requiredBy": [
  26. "/mississippi",
  27. "/pumpify"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
  30. "_spec": "3.7.1",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Mathias Buus"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mafintosh/duplexify/issues"
  37. },
  38. "dependencies": {
  39. "end-of-stream": "^1.0.0",
  40. "inherits": "^2.0.1",
  41. "readable-stream": "^2.0.0",
  42. "stream-shift": "^1.0.0"
  43. },
  44. "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
  45. "devDependencies": {
  46. "concat-stream": "^1.5.2",
  47. "tape": "^4.0.0",
  48. "through2": "^2.0.0"
  49. },
  50. "homepage": "https://github.com/mafintosh/duplexify",
  51. "keywords": [
  52. "duplex",
  53. "streams2",
  54. "streams",
  55. "stream",
  56. "writable",
  57. "readable",
  58. "async"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "duplexify",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/mafintosh/duplexify.git"
  66. },
  67. "scripts": {
  68. "test": "tape test.js"
  69. },
  70. "version": "3.7.1"
  71. }