File: control

package info (click to toggle)
node-brfs 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 372 kB
  • sloc: javascript: 717; makefile: 5; sh: 3
file content (36 lines) | stat: -rw-r--r-- 1,193 bytes parent folder | download
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
36
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 (= 13)
 , dh-sequence-nodejs
 , node-quote-stream <!nocheck>
 , node-resolve <!nocheck>
 , node-static-module <!nocheck>
 , node-tap <!nocheck>
 , node-through2 <!nocheck>
Standards-Version: 4.6.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
 , node-static-module
 , node-through2
 , nodejs:any
Multi-Arch: foreign
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.