File: control

package info (click to toggle)
node-browser-resolve 1.11.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 588 kB
  • sloc: makefile: 20; sh: 15
file content (31 lines) | stat: -rw-r--r-- 1,048 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
Source: node-browser-resolve
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , nodejs (>= 4.7)
 , dpkg-dev (>= 1.17.14)
 , mocha (>= 4) <!nocheck>
 , node-resolve (>= 1.1.7) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/shtylman/node-browser-resolve#readme
Vcs-Git: https://salsa.debian.org/js-team/node-browser-resolve.git
Vcs-Browser: https://salsa.debian.org/js-team/node-browser-resolve

Package: node-browser-resolve
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 4.7)
 , node-resolve (>= 1.1.7)
Description: node.js resolve algorithm with browser mapping support
 This package allow one to use javascript function require in
 browser context and to automatically resolve it.
 .
 Moreover, this extension supports the browser field (mapping) if
 set in package.json file.
 .
 Node.js is an event-based server-side JavaScript engine.