1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| {
| "_args": [
| [
| "decimal.js@10.3.1",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_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": [
| "/jsdom"
| ],
| "_resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
| "_spec": "10.3.1",
| "_where": "/Users/tomas/PAM/PAMapp",
| "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"
| }
|
|