package.json 1.81 KB
{
  "_from": "bignumber.js@^9.0.0",
  "_id": "bignumber.js@9.0.1",
  "_inBundle": false,
  "_integrity": "sha512-IdZR9mh6ahOBv/hYGiXyVuyCetmGJhtYkqLBpTStdhEGjegpPlUawydyaF3pbIOFynJTpllEs+NP+CS9jKFLjA==",
  "_location": "/bignumber.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bignumber.js@^9.0.0",
    "name": "bignumber.js",
    "escapedName": "bignumber.js",
    "rawSpec": "^9.0.0",
    "saveSpec": null,
    "fetchSpec": "^9.0.0"
  },
  "_requiredBy": [
    "/json-bigint"
  ],
  "_resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.0.1.tgz",
  "_shasum": "8d7ba124c882bfd8e43260c67475518d0689e4e5",
  "_spec": "bignumber.js@^9.0.0",
  "_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\node_modules\\json-bigint",
  "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": "*"
  },
  "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": {
    "build": "uglifyjs bignumber.js --source-map -c -m -o bignumber.min.js",
    "test": "node test/test"
  },
  "types": "bignumber.d.ts",
  "version": "9.0.1"
}