12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "number-precision@1.5.0",
- "_id": "number-precision@1.5.0",
- "_inBundle": false,
- "_integrity": "sha512-CxmQK1FFj3G3YXS4PDZSz3+IvtNESpuMwK6JY+y4IIDBbyY1ldkvk2nqBzDJj+EKFXZrrmL/fObqtSoB8b/jZQ==",
- "_location": "/number-precision",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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.npmjs.org/number-precision/-/number-precision-1.5.0.tgz",
- "_shasum": "eca1e3657cc7de3778987f2d22aa9dea4be238d5",
- "_spec": "number-precision@1.5.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "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|tsx)'",
- "watch": "rollup -cw"
- },
- "types": "src/index.ts",
- "version": "1.5.0"
- }
|