1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "decimal.js@10.3.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "decimal.js@10.3.1",
- "_id": "decimal.js@10.3.1",
- "_inBundle": false,
- "_integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==",
- "_location": "/decimal.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "decimal.js@10.3.1",
- "name": "decimal.js",
- "escapedName": "decimal.js",
- "rawSpec": "10.3.1",
- "saveSpec": null,
- "fetchSpec": "10.3.1"
- },
- "_requiredBy": [
- "/jest-environment-jsdom/jsdom",
- "/jsdom"
- ],
- "_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
- "_spec": "10.3.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Michael Mclaughlin",
- "email": "M8ch88l@gmail.com"
- },
- "browser": "decimal.js",
- "bugs": {
- "url": "https://github.com/MikeMcl/decimal.js/issues"
- },
- "description": "An arbitrary-precision Decimal type for JavaScript.",
- "files": [
- "decimal.js",
- "decimal.mjs",
- "decimal.d.ts"
- ],
- "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": {
- "test": "node ./test/test.js"
- },
- "types": "decimal.d.ts",
- "version": "10.3.1"
- }
|