File: control

package info (click to toggle)
node-static-extend 0.1.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: javascript: 182; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,137 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-static-extend
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13),
               nodejs:native <!nocheck>,
               mocha <!nocheck>,
               node-object-copy <!nocheck>,
               node-define-property (>> 2.0.2+really+2.0.2-1~) <!nocheck>,
               dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-static-extend
Vcs-Git: https://salsa.debian.org/js-team/node-static-extend.git
Homepage: https://github.com/jonschlinkert/static-extend

Package: node-static-extend
Architecture: all
Depends: ${misc:Depends},
         node-object-copy,
         node-define-property (>> 2.0.2+really+2.0.2-1~)
Description: Adds a static `extend` method to a class, to simplify inheritance
 Extends the static properties, prototype properties, and descriptors from a
 `Parent` constructor onto `Child` constructors.
 .
 Node.js is an event-based server-side JavaScript engine.