Source: node-vinyl-fs
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , mocha <!nocheck>
 , node-array-union <!nocheck>
 , node-arrify <!nocheck>
 , node-buffer-equal <!nocheck>
 , node-define-properties <!nocheck>
 , node-duplexify <!nocheck>
 , node-function-bind <!nocheck>
 , node-glob-stream (>= 6.1~) <!nocheck>
 , node-graceful-fs (>= 4.0.0) <!nocheck>
 , node-gulp-sourcemaps <!nocheck>
 , node-is-path-cwd <!nocheck>
 , node-is-path-in-cwd <!nocheck>
 , node-is-valid-glob <!nocheck>
 , node-lazystream <!nocheck>
 , node-lodash-packages <!nocheck>
 , node-merge-stream <!nocheck>
 , node-mkdirp <!nocheck>
 , node-object-assign <!nocheck>
 , node-object-inspect <!nocheck>
 , node-pify <!nocheck>
 , node-pinkie-promise <!nocheck>
 , node-rimraf <!nocheck>
 , node-should <!nocheck>
 , node-sinon (>= 8~) <!nocheck>
 , node-strip-bom <!nocheck>
 , node-tmatch <!nocheck>
 , node-through2 (>= 2.0.0) <!nocheck>
 , node-through2-filter <!nocheck>
 , node-vali-date <!nocheck>
 , node-vinyl <!nocheck>
 , pkg-js-tools (>= 0.9.22~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-vinyl-fs
Vcs-Git: https://salsa.debian.org/js-team/node-vinyl-fs.git
Homepage: https://github.com/wearefractal/vinyl-fs
Rules-Requires-Root: no

Package: node-vinyl-fs
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-gulp-sourcemaps
 , node-mkdirp
 , node-strip-bom
 , node-duplexify
 , node-through2 (>= 2.0.0)
 , node-merge-stream
 , node-through2-filter
 , node-vali-date
 , node-graceful-fs (>= 4.0.0)
 , node-glob-stream (>= 6.1~)
 , node-lazystream
 , node-lodash-packages
 , node-is-valid-glob
 , node-object-assign
 , node-vinyl
Description: 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.
