unpipe

WebJar for unpipe

Лицензия

Лицензия

MIT
Группа

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/stream-utils/unpipe

Скачать unpipe

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

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

Зависимости

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

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

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

unpipe

NPM Version NPM Downloads Node.js Version Build Status Test Coverage

Unpipe a stream from all destinations.

Installation

This is a Node.js module available through the npm registry. Installation is done using the npm install command:

$ npm install unpipe

API

var unpipe = require('unpipe')

unpipe(stream)

Unpipes all destinations from a given stream. With stream 2+, this is equivalent to stream.unpipe(). When used with streams 1 style streams (typically Node.js 0.8 and below), this module attempts to undo the actions done in stream.pipe(dest).

License

MIT

org.webjars.npm

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

Версия
1.0.0