big-decimal
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "big-decimal", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Javascript version of the com.ibm.icu.math.BigDecimal and com.ibm.icu.math.MathContext Java classes from the ICU4J project.", | ||
@@ -29,5 +29,5 @@ "main": "build/BigDecimal-all-last.js", | ||
"bugs": { | ||
"url": "https://github.com/gferrin/BigDecimal.js/issues" | ||
"url": "https://github.com/dtrebbien/BigDecimal.js/issues" | ||
}, | ||
"homepage": "https://github.com/gferrin/BigDecimal.js" | ||
"homepage": "https://github.com/dtrebbien/BigDecimal.js" | ||
} |
@@ -1,3 +0,5 @@ | ||
This is a node.js implementation of this [Javascript Library](https://github.com/dtrebbien/BigDecimal.js) | ||
## Node.js | ||
To install run: `npm install big-decimal --save` | ||
```js | ||
@@ -11,2 +13,7 @@ var big = require('big-decimal'); | ||
## Build | ||
To build the project run: `bash run_closure_compiler.sh` | ||
## Legacy | ||
This is a copy of version 1.0.1 of the [STZ-IDA JavaScript translation](http://www.stz-ida.de/index.php?option=com_content&view=article&id=18&Itemid=32) of the `com.ibm.icu.math.BigDecimal` and `com.ibm.icu.math.MathContext` Java classes from the ICU4J project. | ||
@@ -13,0 +20,0 @@ |
return MathContext; | ||
})(); | ||
var BigDecimal = (function (MathContext) { | ||
module.exports = BigDecimal = (function (MathContext) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
436574
33
3
2