mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 12:00:03 +02:00
80 lines
1.9 KiB
JSON
80 lines
1.9 KiB
JSON
{
|
|
"_from": "decimal.js@^10.2.1",
|
|
"_id": "decimal.js@10.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Nv6ENEzyPQ6AItkGwLE2PGKinZZ9g59vSh2BeH6NqPu0OTKZ5ruJsVqh/orbAnqXc9pBbgXAIrc2EyaCj8NpGg==",
|
|
"_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.npmjs.org/decimal.js/-/decimal.js-10.4.0.tgz",
|
|
"_shasum": "97a7448873b01e92e5ff9117d89a7bca8e63e0fe",
|
|
"_spec": "decimal.js@^10.2.1",
|
|
"_where": "D:\\Projects\\minifyfromhtml\\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"
|
|
},
|
|
"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.0"
|
|
}
|