UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

68 lines (67 loc) 1.78 kB
{ "_args": [ [ "decimal.js@9.0.1", "/Users/robert/Code/core-ui/packages/cosmo-ui-build" ] ], "_from": "decimal.js@9.0.1", "_id": "decimal.js@9.0.1", "_inBundle": false, "_integrity": "sha512-2h0iKbJwnImBk4TGk7CG1xadoA0g3LDPlQhQzbZ221zvG0p2YVUedbKIPsOZXKZGx6YmZMJKYOalpCMxSdDqTQ==", "_location": "/decimal.js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "decimal.js@9.0.1", "name": "decimal.js", "escapedName": "decimal.js", "rawSpec": "9.0.1", "saveSpec": null, "fetchSpec": "9.0.1" }, "_requiredBy": [ "/mathjs" ], "_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-9.0.1.tgz", "_spec": "9.0.1", "_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build", "author": { "name": "Michael Mclaughlin", "email": "M8ch88l@gmail.com" }, "bugs": { "url": "https://github.com/MikeMcl/decimal.js/issues" }, "description": "An arbitrary-precision Decimal type for JavaScript.", "homepage": "https://github.com/MikeMcl/decimal.js#readme", "keywords": [ "arbitrary", "precision", "arithmetic", "big", "number", "decimal", "float", "biginteger", "bigdecimal", "bignumber", "bigint", "bignum" ], "license": "MIT", "main": "./decimal", "module": "./decimal.mjs", "name": "decimal.js", "repository": { "type": "git", "url": "git+https://github.com/MikeMcl/decimal.js.git" }, "scripts": { "build": "uglifyjs decimal.js --source-map doc/decimal.js.map -c -m -o decimal.min.js --preamble \"/* decimal.js v9.0.1 https://github.com/MikeMcl/decimal.js/LICENCE */\"", "test": "node ./test/test.js" }, "types": "decimal.d.ts", "version": "9.0.1" }