Source: node-ieee754
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Siddhesh Rane <kingsid911@gmail.com>
Build-Depends:
 debhelper-compat (= 12)
 , dpkg-dev (>= 1.17.14)
 , nodejs (>= 4.7)
 , pkg-js-tools (>= 0.9.8~)
 , node-tape (>= 4.0) <!nocheck>
 , node-tap (>= 10) <!nocheck>
Standards-Version: 4.4.0
Homepage: https://github.com/feross/ieee754#readme
Vcs-Git: https://salsa.debian.org/js-team/node-ieee754.git
Vcs-Browser: https://salsa.debian.org/js-team/node-ieee754
Testsuite: autopkgtest-pkg-nodejs

Package: node-ieee754
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 4.7)
Description: Libray to read or write IEEE754 floating point numbers
 This library lets you read binary data from a buffer into javascript
 number data types and write it back into binary buffer.
 .
 Node.js is an event-based server-side JavaScript engine.
