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.
