package.json
3.44 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"_args": [
[
"bignumber.js@9.0.0",
"/root/nodejs/node_modules/mysql"
]
],
"_from": "bignumber.js@9.0.0",
"_hasShrinkwrap": false,
"_id": "bignumber.js@9.0.0",
"_inCache": true,
"_installable": true,
"_location": "/bignumber.js",
"_nodeVersion": "12.2.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/bignumber.js_9.0.0_1558977627333_0.42439649964584025"
},
"_npmUser": {
"email": "M8ch88l@gmail.com",
"name": "mikemcl"
},
"_npmVersion": "6.9.0",
"_phantomChildren": {},
"_requested": {
"name": "bignumber.js",
"raw": "bignumber.js@9.0.0",
"rawSpec": "9.0.0",
"scope": null,
"spec": "9.0.0",
"type": "version"
},
"_requiredBy": [
"/mysql"
],
"_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.0.tgz",
"_shasum": "805880f84a329b5eac6e7cb6f8274b6d82bdf075",
"_shrinkwrap": null,
"_spec": "bignumber.js@9.0.0",
"_where": "/root/nodejs/node_modules/mysql",
"author": {
"email": "M8ch88l@gmail.com",
"name": "Michael Mclaughlin"
},
"browser": "bignumber.js",
"bugs": {
"url": "https://github.com/MikeMcl/bignumber.js/issues"
},
"dependencies": {},
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
"devDependencies": {},
"directories": {},
"dist": {
"fileCount": 10,
"integrity": "sha512-t/OYhhJ2SD+YGBQcjY8GzzDHEk9f3nerxjtfa6tlMXfe7frs/WozhvCNoGvpM0P3bNf3Gq5ZRMlGr5f3r4/N8A==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc7BxcCRA9TVsSAnZWagAAaVAP/2i1olzrdqkcX3On4KXS\nmGTjsLOApkDw/5HcLxVy6f0DfNdn1PVWPrdPLQwE0xwYc+VuyYSOKugNgznQ\neIhk5aH9e3Vk7E99dUdmDoMq2v8NXw1Mz/EcZ4zGKZF7GbYz65LEXnNVeJZq\nAPHWKQOm7kCu98v5h7A4a2brlkQS5V/W4qcZTUv3Kr7zHoxYs6aiOYk1kg21\nUCOUu6w/1EIiwWAymQ9Ui8tEb1Q3sqJgngpk9iBRZEAYgQMoHNf5MgcRpYig\nMsiMQPTDJF5kjoU+kcq5xFvaMAPXf5m4lNfeeVs0R6qZHeiucukNKmtoH8kq\nYLlpY5THGUmhK4Fh/He56ARPwLCg4npsBgLfFshgT42UlmKaRsDpWvJEwEwU\n72ylXG5MRAM4AJusTuDiI68jhtChmC63SNzu2kB0RYOH4yxActVY05srZzqJ\nm9eVPoGFmbJ5CgjMUIrU9k8PY1Ft1cFph4Eq/Et7/5uBdtvIJC6dedGV4ZFO\nfewlYG3AtMjXXgcdqhoFSYVEgm2BRKfK8xV2kpIbgSo/gBdtItyOKCfAfZzc\n3By6oZToexGqDvjscAWiC9Aws2LJ51ZoDuRM1+bvLlzx8Yy2hmio/H49AdUo\nPdw5kvkm4IobJofixDruBvf/59RbPRiaoBSe7nkSTkf2iLFINu7HH7SgZrYc\n5L3z\r\n=i4Nw\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "805880f84a329b5eac6e7cb6f8274b6d82bdf075",
"tarball": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.0.tgz",
"unpackedSize": 401573
},
"engines": {
"node": "*"
},
"gitHead": "986fd70e514e58e86d43bc9944547d82658e47ae",
"homepage": "https://github.com/MikeMcl/bignumber.js#readme",
"keywords": [
"arbitrary",
"arithmetic",
"big",
"bigdecimal",
"bigint",
"biginteger",
"bignum",
"bignumber",
"decimal",
"float",
"number",
"precision"
],
"license": "MIT",
"main": "bignumber",
"maintainers": [
{
"name": "mikemcl",
"email": "M8ch88l@gmail.com"
}
],
"module": "bignumber.mjs",
"name": "bignumber.js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/MikeMcl/bignumber.js.git"
},
"scripts": {
"build": "uglifyjs bignumber.js --source-map -c -m -o bignumber.min.js",
"test": "node test/test"
},
"types": "bignumber.d.ts",
"version": "9.0.0"
}