jiangchengfeiyi-xiaochengxu/node_modules/decimal.js/package.json

85 lines
2.0 KiB
JSON
Raw Normal View History

2025-01-02 03:13:50 +00:00
{
2025-04-02 15:45:33 +00:00
"_from": "decimal.js@^10.4.3",
"_id": "decimal.js@10.5.0",
2025-03-25 13:00:57 +00:00
"_inBundle": false,
2025-04-02 15:45:33 +00:00
"_integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==",
2025-03-25 13:00:57 +00:00
"_location": "/decimal.js",
"_phantomChildren": {},
"_requested": {
2025-04-02 15:45:33 +00:00
"type": "range",
2025-03-25 13:00:57 +00:00
"registry": true,
2025-04-02 15:45:33 +00:00
"raw": "decimal.js@^10.4.3",
2025-03-25 13:00:57 +00:00
"name": "decimal.js",
"escapedName": "decimal.js",
2025-04-02 15:45:33 +00:00
"rawSpec": "^10.4.3",
2025-03-25 13:00:57 +00:00
"saveSpec": null,
2025-04-02 15:45:33 +00:00
"fetchSpec": "^10.4.3"
2025-03-25 13:00:57 +00:00
},
"_requiredBy": [
"/mathjs"
2025-01-02 03:13:50 +00:00
],
2025-04-02 15:45:33 +00:00
"_resolved": "https://registry.npmmirror.com/decimal.js/-/decimal.js-10.5.0.tgz",
"_shasum": "0f371c7cf6c4898ce0afb09836db73cd82010f22",
"_spec": "decimal.js@^10.4.3",
2025-03-25 13:00:57 +00:00
"_where": "D:\\jiangchengfeiyi-xiaochengxu\\node_modules\\mathjs",
"author": {
"name": "Michael Mclaughlin",
"email": "M8ch88l@gmail.com"
2025-01-02 03:13:50 +00:00
},
"browser": "decimal.js",
2025-03-25 13:00:57 +00:00
"bugs": {
"url": "https://github.com/MikeMcl/decimal.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "An arbitrary-precision Decimal type for JavaScript.",
2025-01-02 03:13:50 +00:00
"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"
}
},
2025-03-25 13:00:57 +00:00
"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"
],
2025-01-02 03:13:50 +00:00
"license": "MIT",
2025-03-25 13:00:57 +00:00
"main": "decimal",
"module": "decimal.mjs",
"name": "decimal.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MikeMcl/decimal.js.git"
},
2025-01-02 03:13:50 +00:00
"scripts": {
"test": "node ./test/test.js"
},
"types": "decimal.d.ts",
2025-04-02 15:45:33 +00:00
"version": "10.5.0"
2025-01-02 03:13:50 +00:00
}