[ 原始碼: node-glob-stream ]
套件:node-glob-stream(7.0.0+~6.1.1-2)
node-glob-stream 的相關連結
Debian 的資源:
下載原始碼套件 node-glob-stream:
- [node-glob-stream_7.0.0+~6.1.1-2.dsc]
- [node-glob-stream_7.0.0+~6.1.1.orig-types-glob-stream.tar.gz]
- [node-glob-stream_7.0.0+~6.1.1.orig.tar.gz]
- [node-glob-stream_7.0.0+~6.1.1-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [gulpjs.com]
相似套件:
wrapper around node-glob to make it streamy
You can pass any combination of globs. One caveat is that you can not only pass a glob negation, you must give it at least one positive glob so it knows where to start. All given must match for the file to be returned.
Node.js is an event-based server-side JavaScript engine.
其他與 node-glob-stream 有關的套件
|
|
|
|
-
- dep: node-extend
- port of jQuery.extend for Node.js
-
- dep: node-glob
- glob functionality for Node.js
-
- dep: node-glob-parent
- Extract the non-magic parent path from a glob string
-
- dep: node-is-negated-glob
- returns object with `negated` boolean
-
- dep: node-ordered-read-streams
- combines array of streams into one read stream in strict order
-
- dep: node-pumpify
- combine streams into a single duplex stream by pump and duplexify
-
- dep: node-readable-stream
- stream compatibility library for Node.js and browser
-
- dep: node-remove-trailing-separator
- Removes separators from the end of the string
-
- dep: node-to-absolute-glob
- Make a glob pattern absolute
-
- dep: node-unique-stream
- node.js through stream that emits a unique stream of objects based on criteria