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
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)
, mocha (>= 4) <!nocheck>
, node-resolve (>= 1.1.7) <!nocheck>
, dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-browser-resolve
Vcs-Git: https://salsa.debian.org/js-team/node-browser-resolve.git
Homepage: https://github.com/shtylman/node-browser-resolve#readme
Rules-Requires-Root: no
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.
|