package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "duplexify@3.7.1",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "duplexify@3.7.1",
  10. "_id": "duplexify@3.7.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Kk31MX9sz9kfhtb9JdjYoQO4gwk=",
  13. "_location": "/duplexify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "duplexify@3.7.1",
  19. "name": "duplexify",
  20. "escapedName": "duplexify",
  21. "rawSpec": "3.7.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.7.1"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin/mississippi",
  27. "/mississippi",
  28. "/pumpify"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/duplexify/download/duplexify-3.7.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fduplexify%2Fdownload%2Fduplexify-3.7.1.tgz",
  31. "_spec": "3.7.1",
  32. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  33. "author": {
  34. "name": "Mathias Buus"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/mafintosh/duplexify/issues"
  38. },
  39. "dependencies": {
  40. "end-of-stream": "^1.0.0",
  41. "inherits": "^2.0.1",
  42. "readable-stream": "^2.0.0",
  43. "stream-shift": "^1.0.0"
  44. },
  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. }