File: control

package info (click to toggle)
node-setprototypeof 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • sloc: makefile: 11; sh: 2
file content (27 lines) | stat: -rw-r--r-- 890 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 (>= 11)
 , dh-buildinfo
 , nodejs (>= 6)
Standards-Version: 4.1.4
Homepage: https://github.com/wesleytodd/setprototypeof
Vcs-Git: https://salsa.debian.org/js-team/node-setprototypeof.git
Vcs-Browser: https://salsa.debian.org/js-team/node-setprototypeof

Package: node-setprototypeof
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
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.