node-big.js 6.2.1+ds+~6.1.5-1 source package in Ubuntu

Changelog

node-big.js (6.2.1+ds+~6.1.5-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.1
  * New upstream version 6.2.1+ds+~6.1.5

 -- Yadd <email address hidden>  Wed, 10 Aug 2022 07:21:11 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-big.js_6.2.1+ds+~6.1.5-1.dsc 2.4 KiB 1df3ff407542dbfc34d81460385e6477566bc34234b56c7bf1195908e4415879
node-big.js_6.2.1+ds+~6.1.5.orig-types-big-js.tar.xz 4.5 KiB df34c9e762910d7ee54e24814e5c8fc9bf67e7853e33382c9bb9f4c196437bde
node-big.js_6.2.1+ds+~6.1.5.orig.tar.xz 1001.4 KiB f382f997ae8147becb5f6085536b78a5240763bdd10dece99deb380411f15e48
node-big.js_6.2.1+ds+~6.1.5-1.debian.tar.xz 3.4 KiB 7af77ae5566ae66a911e9d60808c0b04240bca4933940f7aaa69e5bd0bc2a2d4

No changes file available.

Binary packages built by this source

node-big.js: small, fast, easy-to-use library for arbitrary-precision decimal arithmetic

 This module is the little sister to bignumber.js:
   - Faster, smaller and easier-to-use than JavaScript versions
     of Java's BigDecimal
   - Only 2.7 KB minified and gzipped
   - Simple API
   - Replicates the toExponential, toFixed and toPrecision methods
     of JavaScript's Number type
   - Includes a sqrt method
   - Stores values in an accessible decimal floating point format
   - No dependencies
   - Comprehensive documentation and test set
 .
 Node.js is an event-based server-side JavaScript engine.