123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "decimal.js@^10.2.1",
- "_id": "decimal.js@10.4.3",
- "_inBundle": false,
- "_integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
- "_location": "/decimal.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "decimal.js@^10.2.1",
- "name": "decimal.js",
- "escapedName": "decimal.js",
- "rawSpec": "^10.2.1",
- "saveSpec": null,
- "fetchSpec": "^10.2.1"
- },
- "_requiredBy": [
- "/jsdom"
- ],
- "_resolved": "https://registry.npmmirror.com/decimal.js/-/decimal.js-10.4.3.tgz",
- "_shasum": "1044092884d245d1b7f65725fa4ad4c6f781cc23",
- "_spec": "decimal.js@^10.2.1",
- "_where": "/var/www/AfterAales/node_modules/jsdom",
- "author": {
- "name": "Michael Mclaughlin",
- "email": "M8ch88l@gmail.com"
- },
- "browser": "decimal.js",
- "bugs": {
- "url": "https://github.com/MikeMcl/decimal.js/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "An arbitrary-precision Decimal type for JavaScript.",
- "exports": {
- ".": {
- "types": "./decimal.d.ts",
- "import": "./decimal.mjs",
- "require": "./decimal.js"
- },
- "./decimal.mjs": "./decimal.mjs",
- "./decimal.js": "./decimal.js",
- "./package.json": "./package.json",
- "./decimal": {
- "types": "./decimal.d.ts",
- "import": "./decimal.mjs",
- "require": "./decimal.js"
- }
- },
- "files": [
- "decimal.js",
- "decimal.mjs",
- "decimal.d.ts"
- ],
- "homepage": "https://github.com/MikeMcl/decimal.js#readme",
- "keywords": [
- "arbitrary",
- "precision",
- "arithmetic",
- "big",
- "number",
- "decimal",
- "float",
- "biginteger",
- "bigdecimal",
- "bignumber",
- "bigint",
- "bignum"
- ],
- "license": "MIT",
- "main": "decimal",
- "module": "decimal.mjs",
- "name": "decimal.js",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/MikeMcl/decimal.js.git"
- },
- "scripts": {
- "test": "node ./test/test.js"
- },
- "types": "decimal.d.ts",
- "version": "10.4.3"
- }
|