File: control

package info (click to toggle)
node-isomorphic-fetch 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: javascript: 58; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 967 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
Source: node-isomorphic-fetch
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , node-fetch <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-isomorphic-fetch
Vcs-Git: https://salsa.debian.org/js-team/node-isomorphic-fetch.git
Homepage: https://github.com/matthew-andrews/isomorphic-fetch/issues
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-isomorphic-fetch
Architecture: all
Depends: ${misc:Depends}
 , libjs-fetch
 , node-fetch
Description: Isomorphic WHATWG Fetch API, for Node & Browserify
 This adds fetch as a global so that its API is consistent between client and
 server.
 .
 This requires an ES6 Promise compatible polyfill, like es6-promise.
 .
 Node.js is an event-based server-side JavaScript engine.