package.json 1.8 KB

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