32 lines
972 B
Plaintext
32 lines
972 B
Plaintext
Source: node-minipass
|
|
Section: javascript
|
|
Priority: optional
|
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
|
Testsuite: autopkgtest-pkg-nodejs
|
|
Build-Depends:
|
|
debhelper-compat (= 13)
|
|
, dh-sequence-nodejs
|
|
, node-encoding <!nocheck>
|
|
, node-end-of-stream <!nocheck>
|
|
, node-jsonparse <!nocheck>
|
|
, node-yallist (>= 4.0.0) <!nocheck>
|
|
, node-tap <!nocheck>
|
|
, node-through2 <!nocheck>
|
|
Standards-Version: 4.6.0
|
|
Homepage: https://github.com/isaacs/minipass#readme
|
|
Vcs-Git: https://gitee.com/openkylin/node-minipass.git
|
|
Vcs-Browser: https://gitee.com/openkylin/node-minipass
|
|
Rules-Requires-Root: no
|
|
|
|
Package: node-minipass
|
|
Architecture: all
|
|
Depends:
|
|
${misc:Depends}
|
|
, node-encoding
|
|
, node-jsonparse
|
|
, node-yallist (>= 4.0.0)
|
|
Provides: ${nodejs:Provides}
|
|
Description: Minimal implementation of a PassThrough for Node.js
|
|
minipass supports pipe/multi-pipe buffering data until either a "data"
|
|
event handler or "pipe()" is added (so firsk chunk not loose).
|