File: control

package info (click to toggle)
node-typedarray 0.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 156 kB
  • sloc: javascript: 500; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,030 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
Source: node-typedarray
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@mail.dk>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-nodejs,
               node-tap <!nocheck>,
               node-tape <!nocheck>
Testsuite: autopkgtest-pkg-nodejs
Standards-Version: 4.6.1
Homepage: https://github.com/es-shims/typedarray
Vcs-Git: https://salsa.debian.org/js-team/node-typedarray.git
Vcs-Browser: https://salsa.debian.org/js-team/node-typedarray
Rules-Requires-Root: no

Package: node-typedarray
Architecture: all
Depends: ${misc:Depends},
Multi-Arch: foreign
Description: TypedArray polyfill for old browsers
 Node-typedarray is a fork of the inexorabletash version of polyfill.
 .
 A polyfill is a shim or collection of shims, and a shim lets you write the
 same code across all browsers by implementing a new API in downlevel
 browsers.
 .
 Node.js is an event-based server-side JavaScript engine.