[ 原始碼: node-vinyl-fs ]
套件:node-vinyl-fs(3.0.3+~cs18.10.16-1)
node-vinyl-fs 的相關連結
Debian 的資源:
下載原始碼套件 node-vinyl-fs:
- [node-vinyl-fs_3.0.3+~cs18.10.16-1.dsc]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-append-buffer.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-fs-mkdirp-stream.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-is-utf8.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-lead.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-now-and-later.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-remove-bom-buffer.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-remove-bom-stream.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-resolve-options.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-to-through.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-types-vinyl-fs.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-value-or-function.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig-vinyl-sourcemap.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16.orig.tar.gz]
- [node-vinyl-fs_3.0.3+~cs18.10.16-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Vinyl adapter for the file system
A Vinyl adapter simply exposes a `src(globs)` and a `dest(folder)` method. Each return a stream. The `src` stream produces Vinyl objects, and the `dest` stream consumes Vinyl objects. Vinyl adapters can expose extra methods that might be specific to their input/output medium, such as the `symlink` method `vinyl-fs` provides.
Node.js is an event-based server-side JavaScript engine.
其他與 node-vinyl-fs 有關的套件
|
|
|
|
-
- dep: node-buffer-equal
- return whether two buffers are equal
-
- dep: node-call-bind
- 套件暫時不可用
-
- dep: node-convert-source-map
- Converts a source-map from/to between formats
-
- dep: node-flush-write-stream
- Write stream constructor
-
- dep: node-function-bind
- Implementation of Function.prototype.bind
-
- dep: node-glob-stream (>= 6.1~)
- wrapper around node-glob to make it streamy
-
- dep: node-graceful-fs
- drop-in replacement improving the Node.js fs module
-
- dep: node-is-buffer
- Determine if an object is a Buffer
-
- dep: node-is-valid-glob (>= 1.0~)
- Return true if a value is a valid glob pattern or patterns
-
- dep: node-lazystream
- Open streams on demand - Node.js module
-
- dep: node-normalize-path
- Normalize file path slashes to be unix-like forward slashes
-
- dep: node-object.assign
- 套件暫時不可用
-
- 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-safe-buffer
- Safer Node.js Buffer API
-
- dep: node-through2
- Make a stream.Transform out of a function - Node.js module
-
- dep: node-vinyl
- Virtual file format