Blame view

node_modules/big.js/package.json 1.79 KB
6a9ffbcc   liuqimichale   地图点击事件
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
  {
    "_from": "big.js@^5.2.2",
    "_id": "big.js@5.2.2",
    "_inBundle": false,
    "_integrity": "sha1-ZfCvOC9Xi83HQr2cKB6cstd2gyg=",
    "_location": "/big.js",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "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": [
      "/loader-utils"
    ],
    "_resolved": "http://registry.npm.taobao.org/big.js/download/big.js-5.2.2.tgz",
    "_shasum": "65f0af382f578bcdc742bd9c281e9cb2d7768328",
    "_spec": "big.js@^5.2.2",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/loader-utils",
    "author": {
      "name": "Michael Mclaughlin",
      "email": "M8ch88l@gmail.com"
    },
    "browser": "big.js",
    "bugs": {
      "url": "https://github.com/MikeMcl/big.js/issues"
    },
    "bundleDependencies": false,
    "collective": {
      "type": "opencollective",
      "url": "https://opencollective.com/bigjs"
    },
    "deprecated": false,
    "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"
  }