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.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "/mississippi",
  20. "/pumpify"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
  23. "_shasum": "2a4df5317f6ccfd91f86d6fd25d8d8a103b88309",
  24. "_spec": "duplexify@^3.4.2",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/mississippi",
  26. "author": {
  27. "name": "Mathias Buus"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mafintosh/duplexify/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "end-of-stream": "^1.0.0",
  35. "inherits": "^2.0.1",
  36. "readable-stream": "^2.0.0",
  37. "stream-shift": "^1.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
  41. "devDependencies": {
  42. "concat-stream": "^1.5.2",
  43. "tape": "^4.0.0",
  44. "through2": "^2.0.0"
  45. },
  46. "homepage": "https://github.com/mafintosh/duplexify",
  47. "keywords": [
  48. "duplex",
  49. "streams2",
  50. "streams",
  51. "stream",
  52. "writable",
  53. "readable",
  54. "async"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "duplexify",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/mafintosh/duplexify.git"
  62. },
  63. "scripts": {
  64. "test": "tape test.js"
  65. },
  66. "version": "3.7.1"
  67. }