80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
|
{
|
||
|
"_from": "number-precision@^1.5.0",
|
||
|
"_id": "number-precision@1.6.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-05OLPgbgmnixJw+VvEh18yNPUo3iyp4BEWJcrLu4X9W05KmMifN7Mu5exYvQXqxxeNWhvIF+j3Rij+HmddM/hQ==",
|
||
|
"_location": "/number-precision",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "number-precision@^1.5.0",
|
||
|
"name": "number-precision",
|
||
|
"escapedName": "number-precision",
|
||
|
"rawSpec": "^1.5.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.5.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/number-precision/-/number-precision-1.6.0.tgz",
|
||
|
"_shasum": "e309d28f80871d36ac9f6ecd974e13afb1ec0de0",
|
||
|
"_spec": "number-precision@^1.5.0",
|
||
|
"_where": "D:\\wxfiles\\WeChat Files\\wxid_nwzh0d8ul35q22\\FileStorage\\File\\2025-04\\安装教程\\安装教程\\2、其他安装方法【手动安装】\\1、手动安装方法\\前端调试代码\\W72crm_web-master",
|
||
|
"author": {
|
||
|
"name": "cam song"
|
||
|
},
|
||
|
"ava": {
|
||
|
"files": [
|
||
|
"build-test/**/*.test.js"
|
||
|
]
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/nefe/number-precision/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "Perform addition, subtraction, multiplication and division operations precisely using javascript",
|
||
|
"devDependencies": {
|
||
|
"ava": "^3.8.2",
|
||
|
"braces": ">=2.3.1",
|
||
|
"codecov": "^3.1.0",
|
||
|
"nyc": "^15.0.1",
|
||
|
"pre-commit": "^1.2.2",
|
||
|
"rollup": "^0.52.2",
|
||
|
"rollup-plugin-typescript": "^0.8.1",
|
||
|
"rollup-plugin-typescript2": "^0.8.4",
|
||
|
"rollup-watch": "^4.3.1",
|
||
|
"tslint": "^5.8.0",
|
||
|
"typescript": "^3.8.3"
|
||
|
},
|
||
|
"homepage": "https://github.com/nefe/number-precision",
|
||
|
"keywords": [
|
||
|
"number precision",
|
||
|
"floating problem",
|
||
|
"rounding error"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "build/index.js",
|
||
|
"module": "build/index.es.js",
|
||
|
"name": "number-precision",
|
||
|
"pre-commit": [
|
||
|
"tslint"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/nefe/number-precision.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rollup -c",
|
||
|
"posttest": "codecov -f coverage/*.json -t 072762c4-c5bc-4393-bcd9-71eac9e7725b",
|
||
|
"prepublish": "rm -rf build && tsc && npm run build",
|
||
|
"test": "tsc -p tsconfig.test.json && nyc --reporter=lcov --reporter=text --reporter=json ava && rm -rf .nyc_output",
|
||
|
"tslint": "tslint ./src/**/*.ts --fix",
|
||
|
"watch": "rollup -cw"
|
||
|
},
|
||
|
"types": "build/index.d.ts",
|
||
|
"version": "1.6.0"
|
||
|
}
|