{"_id":"plexer","_rev":"229258","name":"plexer","description":"A stream duplexer embracing Streams 2.0 (for real).","dist-tags":{"latest":"2.0.0"},"maintainers":[{"name":"nfroidure","email":"nfroidure@elitwork.com"}],"time":{"modified":"2021-06-03T15:44:52.000Z","created":"2014-02-16T22:48:51.023Z","2.0.0":"2019-08-27T14:49:14.564Z","1.0.3":"2019-08-27T09:22:13.957Z","1.0.2":"2017-12-03T12:28:35.583Z","1.0.1":"2015-09-07T08:09:26.859Z","1.0.0":"2015-08-02T13:18:57.770Z","0.0.3":"2014-04-26T17:37:12.603Z","0.0.2":"2014-03-29T12:19:12.039Z","0.0.1":"2014-02-17T00:35:53.778Z","0.0.0":"2014-02-16T22:48:51.023Z"},"users":{"yashprit":true,"itonyyo":true,"antixrist":true},"author":{"name":"Nicolas Froidure","email":"nicolas.froidure@insertafter.com","url":"http://insertafter.com/en/index.html"},"repository":{"type":"git","url":"git://github.com/nfroidure/plexer.git"},"versions":{"2.0.0":{"name":"plexer","version":"2.0.0","description":"A stream duplexer embracing Streams 2.0 (for real).","homepage":"https://github.com/nfroidure/plexer","main":"src/index.js","metapak":{"configs":["main","readme","eslint","travis","codeclimate","mocha"],"data":{"files":"src/*.js tests/*.mocha.js","testsFiles":"tests/*.mocha.js"}},"scripts":{"changelog":"conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md","cli":"env NODE_ENV=${NODE_ENV:-cli}","cover":"nyc npm test && nyc report --reporter=html --reporter=text","coveralls":"nyc npm test && nyc report --reporter=text-lcov | coveralls && rm -rf ./coverage","cz":"env NODE_ENV=${NODE_ENV:-cli} git cz","lint":"eslint src/*.js tests/*.mocha.js","metapak":"metapak","mocha":"mocha tests/*.mocha.js","precz":"npm t && npm run lint && npm run metapak -- -s","prettier":"prettier --write src/*.js tests/*.mocha.js","preversion":"npm t && npm run lint && npm run metapak -- -s","test":"npm run mocha","version":"npm run changelog"},"repository":{"type":"git","url":"git://github.com/nfroidure/plexer.git"},"keywords":["duplexer","streaming","stream2","stream","readable","writable","async","pipe"],"devDependencies":{"commitizen":"^3.1.1","conventional-changelog-cli":"^2.0.23","coveralls":"^3.0.5","cz-conventional-changelog":"^3.0.2","eslint":"^6.1.0","eslint-plugin-prettier":"^3.1.0","metapak":"^3.1.6","metapak-nfroidure":"9.6.4","mocha":"^6.2.0","nyc":"^14.1.1","prettier":"^1.18.2","streamtest":"^1.2.4"},"author":{"name":"Nicolas Froidure","email":"nicolas.froidure@insertafter.com","url":"http://insertafter.com/en/index.html"},"engines":{"node":">=8.12.0"},"licenses":[{"type":"MIT","url":"https://github.com/nfroidure/plexer/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/nfroidure/plexer/issues"},"dependencies":{"isstream":"^0.1.2","readable-stream":"^3.4.0"},"license":"MIT","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"greenkeeper":{"ignore":["commitizen","cz-conventional-changelog","conventional-changelog-cli","eslint","eslint-config-prettier","prettier","mocha","coveralls","nyc"]},"eslintConfig":{"extends":["eslint:recommended"],"parserOptions":{"ecmaVersion":2018,"sourceType":"script","modules":true},"env":{"es6":true,"node":true,"jest":true,"mocha":true},"plugins":["prettier"],"rules":{"prettier/prettier":"error"}},"prettier":{"semi":true,"printWidth":80,"singleQuote":true,"trailingComma":"es5","proseWrap":"always"},"nyc":{"exclude":["tests/*.mocha.js"]},"contributors":[],"gitHead":"0c8260075260932972c28fa2f20123a97a335533","_id":"plexer@2.0.0","_nodeVersion":"10.0.0","_npmVersion":"6.9.0","dist":{"shasum":"d5ff402f7fb79cce592101c193807d0b085ea41f","size":4949,"noattachment":false,"key":"/plexer/-/plexer-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/plexer/download/plexer-2.0.0.tgz"},"maintainers":[{"name":"nfroidure","email":"nfroidure@elitwork.com"}],"_npmUser":{"name":"nfroidure","email":"nicolas.froidure@insertafter.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plexer_2.0.0_1566917354419_0.27769945097683646"},"_hasShrinkwrap":false,"publish_time":1566917354564,"_cnpm_publish_time":1566917354564},"1.0.3":{"name":"plexer","version":"1.0.3","description":"A stream duplexer embracing Streams 2.0 (for real).","homepage":"https://github.com/nfroidure/plexer","main":"src/index.js","metapak":{"configs":["readme","eslint","mocha","codeclimate","travis"],"data":{"files":"src/*.js tests/*.mocha.js","testsFiles":"tests/*.mocha.js"}},"scripts":{"changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","cli":"env NODE_ENV=${NODE_ENV:-cli}","cover":"istanbul cover _mocha --report html -- tests/*.mocha.js -R spec -t 5000","coveralls":"istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage","cz":"env NODE_ENV=${NODE_ENV:-cli} git cz","lint":"eslint src/*.js tests/*.mocha.js","metapak":"metapak","mocha":"mocha tests/*.mocha.js","prettier":"prettier --write src/*.js tests/*.mocha.js","preversion":"npm t && npm run lint && npm run metapak -s","test":"npm run mocha","version":"npm run changelog && git add CHANGELOG.md"},"repository":{"type":"git","url":"git://github.com/nfroidure/plexer.git"},"keywords":["duplexer","streaming","stream2","stream","readable","writable","async","pipe"],"devDependencies":{"commitizen":"^2.9.6","conventional-changelog-cli":"^1.3.5","coveralls":"^2.13.3","cz-conventional-changelog":"^2.0.0","eslint":"^4.12.1","eslint-plugin-prettier":"^2.3.1","istanbul":"^0.4.5","metapak":"^1.0.2","metapak-nfroidure":"^2.0.2","mocha":"^3.5.3","mocha-lcov-reporter":"^1.3.0","prettier":"^1.8.2","streamtest":"^1.2.3"},"author":{"name":"Nicolas Froidure"},"engines":{"node":">=6.9.5"},"licenses":[{"type":"MIT","url":"https://github.com/nfroidure/plexer/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/nfroidure/plexer/issues"},"dependencies":{"isstream":"^0.1.2","readable-stream":"^2.0.2"},"license":"MIT","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"greenkeeper":{"ignore":["commitizen","cz-conventional-changelog","conventional-changelog-cli","eslint","eslint-config-prettier","prettier","mocha","mocha-lcov-reporter","coveralls","istanbul"]},"gitHead":"cbb8ab72574f444a2b3a54ef7cf312cc91963b94","_id":"plexer@1.0.3","_nodeVersion":"10.0.0","_npmVersion":"6.9.0","dist":{"shasum":"f2032fb58f010ce4f8d15e4e0ef347722932ef6e","size":8138,"noattachment":false,"key":"/plexer/-/plexer-1.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/plexer/download/plexer-1.0.3.tgz"},"maintainers":[{"name":"nfroidure","email":"nfroidure@elitwork.com"}],"_npmUser":{"name":"nfroidure","email":"nicolas.froidure@insertafter.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plexer_1.0.3_1566897733749_0.6853632413268298"},"_hasShrinkwrap":false,"publish_time":1566897733957,"_cnpm_publish_time":1566897733957},"1.0.2":{"name":"plexer","version":"1.0.2","description":"A stream duplexer embracing Streams 2.0 (for real).","homepage":"https://github.com/nfroidure/plexer","main":"src/index.js","metapak":{"configs":["readme","eslint","mocha","codeclimate","travis"],"data":{"files":"src/*.js tests/*.mocha.js","testsFiles":"tests/*.mocha.js"}},"scripts":{"changelog":"conventional-changelog -p angular -i CHANGELOG.md -s","cli":"env NODE_ENV=${NODE_ENV:-cli}","cover":"istanbul cover _mocha --report html -- tests/*.mocha.js -R spec -t 5000","coveralls":"istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage","cz":"env NODE_ENV=${NODE_ENV:-cli} git cz","lint":"eslint src/*.js tests/*.mocha.js","metapak":"metapak","mocha":"mocha tests/*.mocha.js","prettier":"prettier --write src/*.js tests/*.mocha.js","preversion":"npm t && npm run lint && npm run metapak -s","test":"npm run mocha","version":"npm run changelog && git add CHANGELOG.md"},"repository":{"type":"git","url":"git://github.com/nfroidure/plexer.git"},"keywords":["duplexer","streaming","stream2","stream","readable","writable","async","pipe"],"devDependencies":{"commitizen":"^2.9.6","conventional-changelog-cli":"^1.3.5","coveralls":"^2.13.3","cz-conventional-changelog":"^2.0.0","eslint":"^4.12.1","eslint-plugin-prettier":"^2.3.1","istanbul":"^0.4.5","metapak":"^1.0.2","metapak-nfroidure":"^2.0.2","mocha":"^3.5.3","mocha-lcov-reporter":"^1.3.0","prettier":"^1.8.2","streamtest":"^1.2.3"},"author":{"name":"Nicolas Froidure"},"engines":{"node":">=6.9.5"},"licenses":[{"type":"MIT","url":"https://github.com/nfroidure/plexer/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/nfroidure/plexer/issues"},"dependencies":{"debug":"2.6.1","isstream":"^0.1.2","readable-stream":"^2.0.2"},"license":"MIT","config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"greenkeeper":{"ignore":["commitizen","cz-conventional-changelog","conventional-changelog-cli","eslint","eslint-config-prettier","prettier","mocha","mocha-lcov-reporter","coveralls","istanbul"]},"gitHead":"796c2b6423cb2c9f3bc323bc02c0838c23940350","_id":"plexer@1.0.2","_npmVersion":"5.5.1","_nodeVersion":"6.10.3","_npmUser":{"name":"nfroidure","email":"nicolas.froidure@insertafter.com"},"dist":{"shasum":"a8549ecbcda551043540cab765d723af037fc067","size":8135,"noattachment":false,"key":"/plexer/-/plexer-1.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/plexer/download/plexer-1.0.2.tgz"},"maintainers":[{"name":"nfroidure","email":"nfroidure@elitwork.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/plexer-1.0.2.tgz_1512304115451_0.44818295864388347"},"directories":{},"publish_time":1512304115583,"_hasShrinkwrap":false,"_cnpm_publish_time":1512304115583},"1.0.1":{"name":"plexer","version":"1.0.1","description":"Streams2 duplexer.","homepage":"https://github.com/nfroidure/plexer","main":"src/index.js","scripts":{"test":"mocha tests/*.mocha.js","coveralls":"istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage","cover":"istanbul cover --report html _mocha -- tests/*.mocha.js -R spec -t 5000","lint":"eslint **/*.js","cli":"env NPM_RUN_CLI=1","prepublish":"npm test && npm run lint"},"repository":{"type":"git","url":"git://github.com/nfroidure/plexer"},"keywords":["duplexer","streaming","stream2","stream","readable","writable","async","pipe"],"devDependencies":{"coveralls":"^2.11.4","eslint":"^1.3.1","eslint-config-simplifield":"^1.1.0","istanbul":"^0.3.19","mocha":"^2.3.1","mocha-lcov-reporter":"^0.0.2","streamtest":"^1.2.1"},"author":{"name":"Nicolas Froidure","url":"http://www.insertafter.com/blog.html"},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"https://github.com/nfroidure/plexer/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/nfroidure/plexer/issues"},"dependencies":{"isstream":"^0.1.2","readable-stream":"^2.0.2"},"gitHead":"50bb4a32c3aced96348fc989ffd5d7041723319e","_id":"plexer@1.0.1","_shasum":"a801b652bf8145739795ea4d3bf0af946c30c0dd","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"nfroidure","email":"nfroidure@elitwork.com"},"dist":{"shasum":"a801b652bf8145739795ea4d3bf0af946c30c0dd","size":4501,"noattachment":false,"key":"/plexer/-/plexer-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/plexer/download/plexer-1.0.1.tgz"},"maintainers":[{"name":"nfroidure","email":"nfroidure@elitwork.com"}],"directories":{},"publish_time":1441613366859,"_cnpm_publish_time":1441613366859,"_hasShrinkwrap":false},"1.0.0":{"name":"plexer","version":"1.0.0","description":"Streams2 duplexer.","homepage":"https://github.com/nfroidure/plexer","main":"src/index.js","scripts":{"test":"node_modules/mocha/bin/mocha tests/*.mocha.js","coveralls":"./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","cover":"./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000","lint":"eslint **/*.js *.js","cli":"env NPM_RUN_CLI=1"},"repository":{"type":"git","url":"git://github.com/nfroidure/plexer"},"keywords":["duplexer","streaming","stream2","stream","readable","writable","async","pipe"],"devDependencies":{"coveralls":"~2.11.x","eslint":"^1.0.0","istanbul":"~0.3.17","mocha":"~2.2.5","mocha-lcov-reporter":"0.0.2","sf-lint":"^1.0.2","streamtest":"^1.2.1"},"author":{"name":"Nicolas Froidure","url":"http://www.insertafter.com/blog.html"},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"https://github.com/nfroidure/plexer/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/nfroidure/plexer/issues"},"dependencies":{"isstream":"^0.1.2","readable-stream":"^2.0.2"},"gitHead":"b3ffeb1d9ccf470e8d24de4dc540ee325e837c1f","_id":"plexer@1.0.0","_shasum":"9335d15ee9c4cc7bdb1efe68d369ea8b2eb3a08a","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"nfroidure","email":"nfroidure@elitwork.com"},"dist":{"shasum":"9335d15ee9c4cc7bdb1efe68d369ea8b2eb3a08a","size":5715,"noattachment":false,"key":"/plexer/-/plexer-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/plexer/download/plexer-1.0.0.tgz"},"maintainers":[{"name":"nfroidure","email":"nfroidure@elitwork.com"}],"directories":{},"publish_time":1438521537770,"_cnpm_publish_time":1438521537770,"_hasShrinkwrap":false},"0.0.3":{"name":"plexer","version":"0.0.3","description":"Streams2 duplexer.","homepage":"https://github.com/nfroidure/plexer","main":"src/index.js","scripts":{"test":"node_modules/mocha/bin/mocha tests/*.mocha.js","coveralls":"./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","cover":"./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000"},"repository":{"type":"git","url":"git://github.com/nfroidure/plexer"},"keywords":["duplexer","streaming","stream2","stream","readable","writable","async","pipe"],"devDependencies":{"mocha":"~1.18.2","event-stream":"~3.1.1","mocha-lcov-reporter":"0.0.1","istanbul":"~0.2.6","coveralls":"~2.10.x"},"author":{"name":"Nicolas Froidure","url":"http://www.insertafter.com/blog.html"},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"https://github.com/nfroidure/plexer/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/nfroidure/plexer/issues"},"dependencies":{"readable-stream":"^1.0.26-2"},"_id":"plexer@0.0.3","dist":{"shasum":"334d1d7cd6232465417e9a66364901f29230f531","size":4265,"noattachment":false,"key":"/plexer/-/plexer-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/plexer/download/plexer-0.0.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"nfroidure","email":"nfroidure@elitwork.com"},"maintainers":[{"name":"nfroidure","email":"nfroidure@elitwork.com"}],"directories":{},"publish_time":1398533832603,"_cnpm_publish_time":1398533832603,"_hasShrinkwrap":false},"0.0.2":{"name":"plexer","version":"0.0.2","description":"Streams2 duplexer.","homepage":"https://github.com/nfroidure/plexer","main":"src/index.js","scripts":{"test":"node_modules/mocha/bin/mocha tests/*.mocha.js","coveralls":"./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","cover":"./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000"},"repository":{"type":"git","url":"git://github.com/nfroidure/plexer"},"keywords":["duplexer","streaming","stream2","stream","readable","writable","async","pipe"],"devDependencies":{"mocha":"~1.18.2","event-stream":"~3.1.1","mocha-lcov-reporter":"0.0.1","istanbul":"~0.2.6","coveralls":"~2.10.x"},"author":{"name":"Nicolas Froidure","url":"http://www.insertafter.com/blog.html"},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"https://github.com/nfroidure/plexer/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/nfroidure/plexer/issues"},"dependencies":{"readable-stream":"^1.0.26-2"},"_id":"plexer@0.0.2","dist":{"shasum":"223d5800628a0646a0097d30ab576866a2f3784e","size":4272,"noattachment":false,"key":"/plexer/-/plexer-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/plexer/download/plexer-0.0.2.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"nfroidure","email":"nfroidure@elitwork.com"},"maintainers":[{"name":"nfroidure","email":"nfroidure@elitwork.com"}],"directories":{},"publish_time":1396095552039,"_cnpm_publish_time":1396095552039,"_hasShrinkwrap":false},"0.0.1":{"name":"plexer","version":"0.0.1","description":"Streams2 duplexer.","homepage":"https://github.com/nfroidure/plexer","main":"src/index.js","scripts":{"test":"node_modules/mocha/bin/mocha tests/*.mocha.js","coveralls":"./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","cover":"./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000"},"repository":{"type":"git","url":"git://github.com/nfroidure/plexer"},"keywords":["duplexer","streaming","stream2","stream","readable","writable","async","pipe"],"devDependencies":{"mocha":"~1.17.1","event-stream":"~3.1.0","mocha-lcov-reporter":"0.0.1","istanbul":"~0.2.4","coveralls":"~2.8.x"},"author":{"name":"Nicolas Froidure","url":"http://www.insertafter.com/blog.html"},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"https://github.com/nfroidure/plexer/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/nfroidure/plexer/issues"},"_id":"plexer@0.0.1","dist":{"shasum":"6982db8d1cc83c88af608acd9cea5d29208fb99f","size":3908,"noattachment":false,"key":"/plexer/-/plexer-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/plexer/download/plexer-0.0.1.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"nfroidure","email":"nfroidure@elitwork.com"},"maintainers":[{"name":"nfroidure","email":"nfroidure@elitwork.com"}],"directories":{},"publish_time":1392597353778,"_cnpm_publish_time":1392597353778,"_hasShrinkwrap":false},"0.0.0":{"name":"plexer","version":"0.0.0","description":"Streams2 duplexer.","homepage":"https://github.com/nfroidure/plexer","main":"src/index.js","scripts":{"test":"node_modules/mocha/bin/mocha tests/*.mocha.js","coveralls":"./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage","cover":"./node_modules/istanbul/lib/cli.js cover --report html ./node_modules/mocha/bin/_mocha -- tests/*.mocha.js -R spec -t 5000"},"repository":{"type":"git","url":"git://github.com/nfroidure/plexer"},"keywords":["duplexer","streaming","stream2","stream","readable","writable","async","pipe"],"devDependencies":{"mocha":"~1.17.1","event-stream":"~3.1.0","mocha-lcov-reporter":"0.0.1","istanbul":"~0.2.4","coveralls":"~2.7.1"},"author":{"name":"Nicolas Froidure","url":"http://www.insertafter.com/blog.html"},"engines":{"node":">= 0.10.0"},"licenses":[{"type":"MIT","url":"https://github.com/nfroidure/plexer/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/nfroidure/plexer/issues"},"_id":"plexer@0.0.0","dist":{"shasum":"21df8f8ef66f8a518adccdaf6af87db4da6cade3","size":16257,"noattachment":false,"key":"/plexer/-/plexer-0.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/plexer/download/plexer-0.0.0.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"nfroidure","email":"nfroidure@elitwork.com"},"maintainers":[{"name":"nfroidure","email":"nfroidure@elitwork.com"}],"directories":{},"publish_time":1392590931023,"_cnpm_publish_time":1392590931023,"_hasShrinkwrap":false}},"readme":"[//]: # ( )\n[//]: # (This file is automatically generated by a `metapak`)\n[//]: # (module. Do not change it  except between the)\n[//]: # (`content:start/end` flags, your changes would)\n[//]: # (be overridden.)\n[//]: # ( )\n# plexer\n> A stream duplexer embracing Streams 2.0 (for real).\n\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nfroidure/plexer/blob/master/LICENSE)\n[![Build status](https://secure.travis-ci.org/nfroidure/plexer.svg)](https://travis-ci.org/nfroidure/plexer)\n[![Coverage Status](https://coveralls.io/repos/nfroidure/plexer/badge.svg?branch=master)](https://coveralls.io/r/nfroidure/plexer?branch=master)\n[![NPM version](https://badge.fury.io/js/plexer.svg)](https://npmjs.org/package/plexer)\n[![Dependency Status](https://david-dm.org/nfroidure/plexer.svg)](https://david-dm.org/nfroidure/plexer)\n[![devDependency Status](https://david-dm.org/nfroidure/plexer/dev-status.svg)](https://david-dm.org/nfroidure/plexer#info=devDependencies)\n[![Package Quality](http://npm.packagequality.com/shield/plexer.svg)](http://packagequality.com/#?package=plexer)\n[![Code Climate](https://codeclimate.com/github/nfroidure/plexer.svg)](https://codeclimate.com/github/nfroidure/plexer)\n\n\n[//]: # (::contents:start)\n\n## Usage\n\n### plexer([options,] writable, readable)\n\n#### options\n##### options.reemitErrors\nType: `Boolean`\nDefault value: `true`\n\nTells the duplexer to reemit given streams errors.\n\n##### options.objectMode\nType: `Boolean`\nDefault value: `false`\n\nUse if given in streams are in object mode. In this case, the duplexer will\n also be in the object mode.\n\n##### options.*\n\nPlexer inherits of Stream.Duplex, the options are passed to the\n parent constructor so you can use it's options too.\n\n#### writable\nType: `Stream`\n\nRequired. Any writable stream.\n\n#### readable\nType: `Stream`\n\nRequired. Any readable stream.\n\n### plexer.obj([options], writable, readable)\n\nA shortcut for `plexer({objectMode: true})`.\n\n## Stats\n\n[![NPM](https://nodei.co/npm/plexer.png?downloads=true&stars=true)](https://nodei.co/npm/plexer/)\n[![NPM](https://nodei.co/npm-dl/plexer.png)](https://nodei.co/npm/plexer/)\n\n## Contributing\nFeel free to pull your code if you agree with publishing it under the MIT license.\n\n[//]: # (::contents:end)\n\n# Authors\n- [Nicolas Froidure](http://insertafter.com/en/index.html)\n\n# License\n[MIT](https://github.com/nfroidure/plexer/blob/master/LICENSE)\n","_attachments":{},"homepage":"https://github.com/nfroidure/plexer","bugs":{"url":"https://github.com/nfroidure/plexer/issues"},"license":"MIT"}