1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
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-compat (= 13)
Standards-Version: 4.6.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
Rules-Requires-Root: no
Package: libjs-browser-request
Provides: node-browser-request (= ${binary:Version})
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Suggests: node-browserify-lite
Multi-Arch: foreign
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.
|