Source: node-static-extend Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Section: javascript Priority: optional Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper (>= 11~), nodejs, mocha, node-object-copy, node-define-property, pkg-js-tools Standards-Version: 4.3.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}, nodejs, node-object-copy, node-define-property 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.