1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: browser-request
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Hubert Chathi <uhoreg@debian.org>
Build-Depends: debhelper (>= 11~)
Standards-Version: 4.3.0
Homepage: https://github.com/jhs/browser-request
Vcs-Git: https://salsa.debian.org/js-team/browser-request.git
Vcs-Browser: https://salsa.debian.org/js-team/browser-request
Package: libjs-browser-request
Provides: node-browser-request
Architecture: all
Depends: ${misc:Depends}
Suggests: node-browserify-lite
Description: browser library compatible with the node-request package
This package provides a library compatible with the request library for
Node.js. The library can be used as a UMD module, or through a
JavaScript bundling tool that resolves require() statements, such as
node-browserify-lite.
|