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
| {
| "_from": "bignumber.js",
| "_id": "bignumber.js@9.1.1",
| "_inBundle": false,
| "_integrity": "sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==",
| "_location": "/bignumber.js",
| "_phantomChildren": {},
| "_requested": {
| "type": "tag",
| "registry": true,
| "raw": "bignumber.js",
| "name": "bignumber.js",
| "escapedName": "bignumber.js",
| "rawSpec": "",
| "saveSpec": null,
| "fetchSpec": "latest"
| },
| "_requiredBy": [
| "#USER",
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.1.tgz",
| "_shasum": "c4df7dc496bd849d4c9464344c1aa74228b4dac6",
| "_spec": "bignumber.js",
| "_where": "D:\\WenJian\\Min\\微信小程序\\博英\\unattended-app",
| "author": {
| "name": "Michael Mclaughlin",
| "email": "M8ch88l@gmail.com"
| },
| "browser": "bignumber.js",
| "bugs": {
| "url": "https://github.com/MikeMcl/bignumber.js/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
| "engines": {
| "node": "*"
| },
| "exports": {
| ".": {
| "types": "./bignumber.d.ts",
| "require": "./bignumber.js",
| "import": "./bignumber.mjs",
| "browser": "./bignumber.js"
| },
| "./bignumber.mjs": "./bignumber.mjs",
| "./bignumber.js": "./bignumber.js",
| "./package.json": "./package.json"
| },
| "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",
| "module": "bignumber.mjs",
| "name": "bignumber.js",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/MikeMcl/bignumber.js.git"
| },
| "scripts": {
| "test": "node test/test"
| },
| "types": "bignumber.d.ts",
| "version": "9.1.1"
| }
|
|