Searched refs:Minipass (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/ |
D | README.md | 37 For some examples of streams that extend Minipass in various ways, check 52 There are several things that make Minipass streams different from (and in 56 intend to use Minipass streams in your programs. 60 Minipass streams are designed to support synchronous use-cases. Thus, data 62 but no longer. Another way to look at it is that Minipass streams are 70 Minipass to achieve the speeds it does, or support the synchronous use 73 This non-deferring approach makes Minipass streams much easier to reason 84 Minipass streams are much simpler. The `write()` method will return `true` 92 ### Hazards of Buffering (or: Why Minipass Is So Fast) 94 Since data written to a Minipass stream is immediately written all the way [all …]
|
D | index.js | 54 module.exports = class Minipass extends EE { class 532 return !!s && (s instanceof Minipass || s instanceof EE && (
|
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/ |
D | README.md | 37 For some examples of streams that extend Minipass in various ways, check 52 There are several things that make Minipass streams different from (and in 56 intend to use Minipass streams in your programs. 60 Minipass streams are designed to support synchronous use-cases. Thus, data 62 but no longer. Another way to look at it is that Minipass streams are 70 Minipass to achieve the speeds it does, or support the synchronous use 73 This non-deferring approach makes Minipass streams much easier to reason 84 Minipass streams are much simpler. The `write()` method will return `true` 92 ### Hazards of Buffering (or: Why Minipass Is So Fast) 94 Since data written to a Minipass stream is immediately written all the way [all …]
|
D | index.js | 54 module.exports = class Minipass extends EE { class 532 return !!s && (s instanceof Minipass || s instanceof EE && (
|
/third_party/node/deps/npm/node_modules/pacote/node_modules/minipass/ |
D | README.md | 37 For some examples of streams that extend Minipass in various ways, check 52 There are several things that make Minipass streams different from (and in 56 intend to use Minipass streams in your programs. 60 Minipass streams are designed to support synchronous use-cases. Thus, data 62 but no longer. Another way to look at it is that Minipass streams are 70 Minipass to achieve the speeds it does, or support the synchronous use 73 This non-deferring approach makes Minipass streams much easier to reason 84 Minipass streams are much simpler. The `write()` method will return `true` 92 ### Hazards of Buffering (or: Why Minipass Is So Fast) 94 Since data written to a Minipass stream is immediately written all the way [all …]
|
D | index.js | 54 module.exports = class Minipass extends EE { class 532 return !!s && (s instanceof Minipass || s instanceof EE && (
|
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/ |
D | README.md | 37 For some examples of streams that extend Minipass in various ways, check 52 There are several things that make Minipass streams different from (and in 56 intend to use Minipass streams in your programs. 60 Minipass streams are designed to support synchronous use-cases. Thus, data 62 but no longer. Another way to look at it is that Minipass streams are 70 Minipass to achieve the speeds it does, or support the synchronous use 73 This non-deferring approach makes Minipass streams much easier to reason 84 Minipass streams are much simpler. The `write()` method will return `true` 92 ### Hazards of Buffering (or: Why Minipass Is So Fast) 94 Since data written to a Minipass stream is immediately written all the way [all …]
|
D | index.js | 54 module.exports = class Minipass extends EE { class 532 return !!s && (s instanceof Minipass || s instanceof EE && (
|
/third_party/node/deps/npm/node_modules/minizlib/ |
D | README.md | 16 only streams. That being said, Minipass streams to make it fairly easy to 29 See [Minipass](http://npm.im/minipass) for more on the differences between 30 Node.js core streams and Minipass streams, and the convenience methods
|
D | index.js | 8 const Minipass = require('minipass') constant 46 class ZlibBase extends Minipass {
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
D | extract-stream.js | 3 const Minipass = require('minipass') constant 10 class Transformer extends Minipass {
|