Source: node-drange
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 mocha <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/fent/node-drange
Vcs-Git: https://salsa.debian.org/js-team/node-drange.git
Vcs-Browser: https://salsa.debian.org/js-team/node-drange

Package: node-drange
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Javascript module to add/subtract ranges of numbers
 This library provides an API for creating and manipulating sets of
 integers using ranges. It defines a DRange object that has methods to
 add (union), subtract, intersect, and list subranges.
 .
 Node.js is an event-based server-side JavaScript engine.
