File: control

package info (click to toggle)
node-set-immediate-shim 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: javascript: 100; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,197 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
Source: node-set-immediate-shim
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-resolve-from <!nocheck>
 , node-tape <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-set-immediate-shim
Vcs-Git: https://salsa.debian.org/js-team/node-set-immediate-shim.git
Homepage: https://github.com/sindresorhus/set-immediate-shim
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-set-immediate-shim
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Simple setImmediate shim
 setImmediate allows scripts to yield to the browser, executing a  given
 operation asynchronously, in a manner that is typically  more efficient and
 consumes less power than the usual  setTimeout(..., 0) pattern. This library
 provides a simple setImmediate shim.
 .
 This library is a dependency of readdirp. Even though setimmediate is
 packaged, patching readdirp to use it is more work.
 .
 Node.js is an event-based server-side JavaScript engine.