保誠-保戶業務員媒合平台
Tomas
2022-05-19 957a1f10a06fdbb76f1a0ba94fe44126c613fee3
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
{
  "_args": [
    [
      "big.js@5.2.2",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "big.js@5.2.2",
  "_id": "big.js@5.2.2",
  "_inBundle": false,
  "_integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==",
  "_location": "/big.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "big.js@5.2.2",
    "name": "big.js",
    "escapedName": "big.js",
    "rawSpec": "5.2.2",
    "saveSpec": null,
    "fetchSpec": "5.2.2"
  },
  "_requiredBy": [
    "/@nuxt/types/loader-utils",
    "/css-loader/loader-utils",
    "/extract-css-chunks-webpack-plugin/loader-utils",
    "/file-loader/loader-utils",
    "/loader-utils",
    "/sass-loader/loader-utils",
    "/sass-resources-loader/loader-utils",
    "/style-resources-loader/loader-utils",
    "/thread-loader/loader-utils",
    "/ts-loader/loader-utils",
    "/url-loader/loader-utils"
  ],
  "_resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz",
  "_spec": "5.2.2",
  "_where": "/Users/tomas/PAM/PAMapp",
  "author": {
    "name": "Michael Mclaughlin",
    "email": "M8ch88l@gmail.com"
  },
  "browser": "big.js",
  "bugs": {
    "url": "https://github.com/MikeMcl/big.js/issues"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/bigjs"
  },
  "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
  "engines": {
    "node": "*"
  },
  "files": [
    "big.js",
    "big.mjs",
    "big.min.js"
  ],
  "homepage": "https://github.com/MikeMcl/big.js#readme",
  "keywords": [
    "arbitrary",
    "precision",
    "arithmetic",
    "big",
    "number",
    "decimal",
    "float",
    "biginteger",
    "bigdecimal",
    "bignumber",
    "bigint",
    "bignum"
  ],
  "license": "MIT",
  "main": "big",
  "module": "big.mjs",
  "name": "big.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MikeMcl/big.js.git"
  },
  "scripts": {
    "build": "uglifyjs big.js --source-map -c -m -o big.min.js",
    "test": "node ./test/every-test.js"
  },
  "version": "5.2.2"
}