package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "duplexify@^3.2.0",
  3. "_id": "duplexify@3.7.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
  6. "_location": "/duplexify",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3",
  10. "process-nextick-args": "2.0.0",
  11. "safe-buffer": "5.1.2",
  12. "util-deprecate": "1.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "duplexify@^3.2.0",
  18. "name": "duplexify",
  19. "escapedName": "duplexify",
  20. "rawSpec": "^3.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^3.2.0"
  23. },
  24. "_requiredBy": [
  25. "/ssh-exec"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
  28. "_shasum": "2a4df5317f6ccfd91f86d6fd25d8d8a103b88309",
  29. "_spec": "duplexify@^3.2.0",
  30. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register\\node_modules\\ssh-exec",
  31. "author": {
  32. "name": "Mathias Buus"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mafintosh/duplexify/issues"
  36. },
  37. "bundleDependencies": false,
  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. "deprecated": false,
  45. "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
  46. "devDependencies": {
  47. "concat-stream": "^1.5.2",
  48. "tape": "^4.0.0",
  49. "through2": "^2.0.0"
  50. },
  51. "homepage": "https://github.com/mafintosh/duplexify",
  52. "keywords": [
  53. "duplex",
  54. "streams2",
  55. "streams",
  56. "stream",
  57. "writable",
  58. "readable",
  59. "async"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "duplexify",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/mafintosh/duplexify.git"
  67. },
  68. "scripts": {
  69. "test": "tape test.js"
  70. },
  71. "version": "3.7.1"
  72. }