@phensley/decimal
Advanced tools
Comparing version 0.7.6 to 0.8.0
{ | ||
"name": "@phensley/decimal", | ||
"version": "0.7.6", | ||
"version": "0.8.0", | ||
"description": "Arbitrary precision decimal math", | ||
"main": "lib/index.js", | ||
"module": "lib-es/index.js", | ||
"types": "lib/index.d.ts", | ||
@@ -19,3 +20,5 @@ "author": "Patrick Hensley <pathensley@gmail.com>", | ||
"bench:off": "ts-node __benchmarks__/", | ||
"build": "tsc -p ./tsconfig.build.json", | ||
"build": "yarn build:cj && yarn build:es", | ||
"build:cj": "tsc -p ./tsconfig.build.json", | ||
"build:es": "tsc -p ./tsconfig.build.json --module esnext --outDir lib-es", | ||
"build:watch": "tsc -p ./tsconfig.build.json -w --preserveWatchOutput", | ||
@@ -29,13 +32,16 @@ "clean": "rimraf ./lib ./.scratch", | ||
"files": [ | ||
"lib/" | ||
"lib/", | ||
"lib-es/" | ||
], | ||
"devDependencies": { | ||
"@types/jest": "^23.1.1", | ||
"@types/jest": "^23.3.14", | ||
"@types/node": "^10.12.21", | ||
"beautify-benchmark": "^0.2.4", | ||
"benchmark": "^2.1.4", | ||
"chalk": "^2.3.2", | ||
"jest": "^23.1.0", | ||
"jest": "^23.6.0", | ||
"rimraf": "^2.6.2", | ||
"ts-jest": "^23.10.5", | ||
"tslint": "5.10.0", | ||
"tslint-no-circular-imports": "^0.2.1", | ||
"tslint-no-circular-imports": "^0.6.1", | ||
"typescript": "3.x" | ||
@@ -53,5 +59,6 @@ }, | ||
"transform": { | ||
"^.+\\.(ts|tsx)$": "<rootDir>../../node_modules/ts-jest/preprocessor.js" | ||
"^.+\\.(ts|tsx)$": "ts-jest" | ||
} | ||
} | ||
}, | ||
"gitHead": "5fa45ee94e5b937f4c4d4cd6c3310fb90e19a28f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
222774
51
3857
11
1
80