package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "safe-buffer": "5.1.2",
  13. "string_decoder": "1.1.1",
  14. "util-deprecate": "1.0.2"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "duplexify@^3.4.2",
  20. "name": "duplexify",
  21. "escapedName": "duplexify",
  22. "rawSpec": "^3.4.2",
  23. "saveSpec": null,
  24. "fetchSpec": "^3.4.2"
  25. },
  26. "_requiredBy": [
  27. "/copy-webpack-plugin/mississippi",
  28. "/mississippi",
  29. "/pumpify"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/duplexify/-/duplexify-3.7.1.tgz",
  32. "_shasum": "2a4df5317f6ccfd91f86d6fd25d8d8a103b88309",
  33. "_spec": "duplexify@^3.4.2",
  34. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\mississippi",
  35. "author": {
  36. "name": "Mathias Buus"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mafintosh/duplexify/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "end-of-stream": "^1.0.0",
  44. "inherits": "^2.0.1",
  45. "readable-stream": "^2.0.0",
  46. "stream-shift": "^1.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
  50. "devDependencies": {
  51. "concat-stream": "^1.5.2",
  52. "tape": "^4.0.0",
  53. "through2": "^2.0.0"
  54. },
  55. "homepage": "https://github.com/mafintosh/duplexify",
  56. "keywords": [
  57. "duplex",
  58. "streams2",
  59. "streams",
  60. "stream",
  61. "writable",
  62. "readable",
  63. "async"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "duplexify",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/mafintosh/duplexify.git"
  71. },
  72. "scripts": {
  73. "test": "tape test.js"
  74. },
  75. "version": "3.7.1"
  76. }