Source: node-extend
Section: javascript
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-tap <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/node-extend
Vcs-Git: https://gitee.com/openkylin/node-extend.git
Homepage: https://github.com/justmoon/node-extend
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-extend
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Description: port of jQuery.extend for Node.js
 This package contains a method extend() which merges
 the contents of two or more objects together into
 the first object.
 .
 Node.js is an event-based server-side JavaScript engine.
