Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50650 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "big.js@^3.1.3",
6
"scope": null,
7
"escapedName": "big.js",
8
"name": "big.js",
9
"rawSpec": "^3.1.3",
10
"spec": ">=3.1.3 <4.0.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/loader-utils"
14
]
15
],
16
"_from": "big.js@>=3.1.3 <4.0.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/big.js",
21
"_nodeVersion": "0.12.0",
22
"_npmUser": {
23
"name": "mikemcl",
24
"email": "[email protected]"
25
},
26
"_npmVersion": "2.9.1",
27
"_phantomChildren": {},
28
"_requested": {
29
"raw": "big.js@^3.1.3",
30
"scope": null,
31
"escapedName": "big.js",
32
"name": "big.js",
33
"rawSpec": "^3.1.3",
34
"spec": ">=3.1.3 <4.0.0",
35
"type": "range"
36
},
37
"_requiredBy": [
38
"/loader-utils"
39
],
40
"_resolved": "https://registry.npmjs.org/big.js/-/big.js-3.1.3.tgz",
41
"_shasum": "4cada2193652eb3ca9ec8e55c9015669c9806978",
42
"_shrinkwrap": null,
43
"_spec": "big.js@^3.1.3",
44
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/loader-utils",
45
"author": {
46
"name": "Michael Mclaughlin",
47
"email": "[email protected]"
48
},
49
"bugs": {
50
"url": "https://github.com/MikeMcl/big.js/issues"
51
},
52
"dependencies": {},
53
"description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
54
"devDependencies": {},
55
"directories": {},
56
"dist": {
57
"shasum": "4cada2193652eb3ca9ec8e55c9015669c9806978",
58
"tarball": "https://registry.npmjs.org/big.js/-/big.js-3.1.3.tgz"
59
},
60
"engines": {
61
"node": "*"
62
},
63
"files": [
64
"big.js",
65
"big.min.js"
66
],
67
"gitHead": "86268e96b3dbf6db8ce319489f410277d9d4ea1b",
68
"homepage": "https://github.com/MikeMcl/big.js#readme",
69
"keywords": [
70
"arbitrary",
71
"precision",
72
"arithmetic",
73
"big",
74
"number",
75
"decimal",
76
"float",
77
"biginteger",
78
"bigdecimal",
79
"bignumber",
80
"bigint",
81
"bignum"
82
],
83
"license": "MIT",
84
"main": "./big",
85
"maintainers": [
86
{
87
"name": "mikemcl",
88
"email": "[email protected]"
89
}
90
],
91
"name": "big.js",
92
"optionalDependencies": {},
93
"readme": "ERROR: No README data found!",
94
"repository": {
95
"type": "git",
96
"url": "git+https://github.com/MikeMcl/big.js.git"
97
},
98
"scripts": {
99
"build": "uglifyjs -o ./big.min.js ./big.js",
100
"test": "node ./test/every-test.js"
101
},
102
"version": "3.1.3"
103
}
104
105