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.
|