File: control

package info (click to toggle)
node-is-redirect 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: javascript: 29; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,342 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
30
31
Source: node-is-redirect
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Shirish Togarla <shirishtogarla533@gmail.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-tape <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-is-redirect
Vcs-Git: https://salsa.debian.org/js-team/node-is-redirect.git
Homepage: https://github.com/sindresorhus/is-redirect
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-is-redirect
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Check if a number is a redirect HTTP status code
 The class of HTTP response status codes from 300 to 308 indicates the client
 must take additional action to complete the request. Many of these status
 codes are used in URL redirection. A user agent may carry out the additional
 action with no user interaction only if the method used in the second request
 is GET or HEAD. A user agent may automatically redirect a request. A user
 agent should detect and intervene to prevent cyclical redirects. From this
 package you can check if the number is a redirect HTTP status code.
 .
 This package is a dependency of ava.
 .
 Node.js is an event-based server-side JavaScript engine.