File: control

package info (click to toggle)
node-whatwg-fetch 3.6.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: javascript: 2,103; makefile: 14
file content (29 lines) | stat: -rw-r--r-- 1,159 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
Source: node-whatwg-fetch
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Nicolas Mora <babelouest@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , rollup
Standards-Version: 4.6.1
Homepage: https://github.com/github/fetch#readme
Vcs-Git: https://salsa.debian.org/js-team/node-whatwg-fetch.git
Vcs-Browser: https://salsa.debian.org/js-team/node-whatwg-fetch
Rules-Requires-Root: no

Package: node-whatwg-fetch
Architecture: all
Depends: ${misc:Depends}
Provides: libjs-whatwg-fetch (= ${binary:Version})
Breaks: libjs-fetch (<< 3.5.0-2~)
Replaces: libjs-fetch (<< 3.5.0-2~)
Multi-Arch: foreign
Description: window.fetch JavaScript polyfill
 The fetch() function is a Promise-based mechanism for programmatically making
 web requests in the browser. This project is a polyfill that implements a
 subset of the standard Fetch specification, enough to make fetch a viable
 replacement for most uses of XMLHttpRequest in traditional web applications.
 .
 Node.js is an event-based server-side JavaScript engine.