Source: node-static-extend Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Section: javascript Priority: optional Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), nodejs:native , mocha , node-object-copy , node-define-property (>> 2.0.2+really+2.0.2-1~) , 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.