schangxiang@126.com
2025-09-19 0821aa23eabe557c0d9ef5dbe6989c68be35d1fe
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
{
  "_args": [
    [
      "big-number@1.0.0",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "big-number@1.0.0",
  "_id": "big-number@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-cHUzdT+mMXd1ozht8n5ZwBlNiPO/4zCqqkyp3lF1TMPsRJLXUbQ7cKnfXRkrW475H5SOtSOP0HFeihNbpa53MQ==",
  "_location": "/big-number",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "big-number@1.0.0",
    "name": "big-number",
    "escapedName": "big-number",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/tedious"
  ],
  "_resolved": "https://registry.npmjs.org/big-number/-/big-number-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "Alex Bardas",
    "email": "alex.bardas+github@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/alexbardas/bignumber.js/issues"
  },
  "description": "Light, ultra-fast javascript implementation for BigIntegers (base arithmetic operations)",
  "devDependencies": {
    "eslint": "^4.19.1",
    "mocha": "^5.2.0",
    "should": "^13.2.1"
  },
  "engines": {
    "node": ">= 0.10.x"
  },
  "homepage": "https://github.com/alexbardas/bignumber.js#readme",
  "keywords": [
    "number",
    "big",
    "int",
    "integer",
    "bigint",
    "big integer",
    "bignumber",
    "big-number",
    "bignumbers",
    "arithmetic",
    "operations"
  ],
  "license": "MIT",
  "main": "./index",
  "name": "big-number",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/alexbardas/bignumber.js.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "mocha test/"
  },
  "version": "1.0.0"
}