File: control

package info (click to toggle)
node-setprototypeof 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 96 kB
  • sloc: javascript: 34; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 971 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-setprototypeof
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Kartik Kulkarni <kartik.koolks@gmail.com>
Build-Depends: debhelper-compat (= 13)
 , mocha <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-setprototypeof
Vcs-Git: https://salsa.debian.org/js-team/node-setprototypeof.git
Homepage: https://github.com/wesleytodd/setprototypeof
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-setprototypeof
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Provides: nodetypes-setprototypeof (= ${source:Version})
Description: Small polyfill for Object.setprototypeof
 A simple cross platform implementation to set the prototype of
 an instianted object.
 .
 Supports all modern browsers and at least back to IE8.
 .
 Node.js is an event-based server-side JavaScript engine.