1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: node-brfs
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12)
, node-quote-stream <!nocheck>
, node-resolve (>= 1.1.5) <!nocheck>
, node-static-module <!nocheck>
, node-tap (>= 8) <!nocheck>
, node-through2 (>= 2.0.0) <!nocheck>
, pkg-js-tools (>= 0.9.35~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-brfs
Vcs-Git: https://salsa.debian.org/js-team/node-brfs.git
Homepage: https://github.com/substack/brfs
Rules-Requires-Root: no
Package: node-brfs
Architecture: all
Depends: ${misc:Depends}
, node-quote-stream
, node-resolve (>= 1.1.5)
, node-static-module
, node-through2 (>= 2.0.0)
, nodejs (>= 6)
Description: browserify fs.readFileSync() static asset inliner
This module is a standalone tool and module for browserify allowing
one to include some external file in browserified file.
.
Browserify is a JavaScript tool (compiler) that allows developers
to write Node.js-style modules usable in the browser context.
.
Node.js is an event-based server-side JavaScript engine.
|