Source: node-immutable-tuple
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:  Deva sena priya <devasenapriya3@gmail.com>,
 Jeya Sree <jeyasreepriya@gmail.com>
Build-Depends:
 debhelper (>= 10)
 , nodejs (>= 6)
 , rollup
 , uglifyjs
Standards-Version: 4.3.0
Homepage: https://github.com/benjamn/immutable-tuple#readme
Vcs-Git: https://salsa.debian.org/js-team/node-immutable-tuple.git
Vcs-Browser: https://salsa.debian.org/js-team/node-immutable-tuple

Package: node-immutable-tuple
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
Description: Immutable finite list objects
 This library provides immutable finite list objects with constant-time
 equality testing (===) and no memory leaks.
 .
 This package exports a single function called tuple both as a default export
 and as an equivalent named export, so all of the following import styles will
 work.
 .
 Node.js is an event-based server-side JavaScript engine.
