duplexer

WebJar for duplexer

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

duplexer
Последняя версия

Последняя версия

0.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

duplexer
WebJar for duplexer
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/Raynos/duplexer

Скачать duplexer

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/duplexer/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>duplexer</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/duplexer/
implementation 'org.webjars.npm:duplexer:0.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/duplexer/
implementation ("org.webjars.npm:duplexer:0.1.2")
'org.webjars.npm:duplexer:jar:0.1.2'
<dependency org="org.webjars.npm" name="duplexer" rev="0.1.2">
  <artifact name="duplexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='duplexer', version='0.1.2')
)
libraryDependencies += "org.webjars.npm" % "duplexer" % "0.1.2"
[org.webjars.npm/duplexer "0.1.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

duplexer

build status dependency status

browser support

Creates a duplex stream

Taken from event-stream

duplex (writeStream, readStream)

Takes a writable stream and a readable stream and makes them appear as a readable writable stream.

It is assumed that the two streams are connected to each other in some way.

Example

var cp = require('child_process')
  , duplex = require('duplexer')
  , grep = cp.exec('grep Stream')

duplex(grep.stdin, grep.stdout)

Installation

npm install duplexer

Tests

npm test

Contributors

  • Dominictarr
  • Raynos
  • samccone

MIT Licenced

Версии библиотеки

Версия
0.1.2
0.1.1