package.json
2.79 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
103
104
{
"_args": [
[
{
"raw": "bignumber.js@4.0.4",
"scope": null,
"escapedName": "bignumber.js",
"name": "bignumber.js",
"rawSpec": "4.0.4",
"spec": "4.0.4",
"type": "version"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mysql"
]
],
"_from": "bignumber.js@4.0.4",
"_id": "bignumber.js@4.0.4",
"_inCache": true,
"_location": "/bignumber.js",
"_nodeVersion": "8.1.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/bignumber.js-4.0.4.tgz_1504429902953_0.5128783290274441"
},
"_npmUser": {
"name": "mikemcl",
"email": "M8ch88l@gmail.com"
},
"_npmVersion": "5.0.4",
"_phantomChildren": {},
"_requested": {
"raw": "bignumber.js@4.0.4",
"scope": null,
"escapedName": "bignumber.js",
"name": "bignumber.js",
"rawSpec": "4.0.4",
"spec": "4.0.4",
"type": "version"
},
"_requiredBy": [
"/mysql"
],
"_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-4.0.4.tgz",
"_shasum": "7c40f5abcd2d6623ab7b99682ee7db81b11889a4",
"_shrinkwrap": null,
"_spec": "bignumber.js@4.0.4",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mysql",
"author": {
"name": "Michael Mclaughlin",
"email": "M8ch88l@gmail.com"
},
"bugs": {
"url": "https://github.com/MikeMcl/bignumber.js/issues"
},
"dependencies": {},
"description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
"devDependencies": {},
"directories": {},
"dist": {
"integrity": "sha512-LDXpJKVzEx2/OqNbG9mXBNvHuiRL4PzHCGfnANHMJ+fv68Ads3exDVJeGDJws+AoNEuca93bU3q+S0woeUaCdg==",
"shasum": "7c40f5abcd2d6623ab7b99682ee7db81b11889a4",
"tarball": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-4.0.4.tgz"
},
"engines": {
"node": "*"
},
"gitHead": "cf004586180c1e28129676d0c42d6c51930714c2",
"homepage": "https://github.com/MikeMcl/bignumber.js#readme",
"keywords": [
"arbitrary",
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignumber",
"bigint",
"bignum"
],
"license": "MIT",
"main": "bignumber.js",
"maintainers": [
{
"name": "mikemcl",
"email": "M8ch88l@gmail.com"
}
],
"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 bignumber.js.map -c -m -o bignumber.min.js --preamble \"/* bignumber.js v4.0.4 https://github.com/MikeMcl/bignumber.js/LICENCE */\"",
"test": "node ./test/every-test.js"
},
"types": "bignumber.d.ts",
"version": "4.0.4"
}