package.json 1.7 KB

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