UNPKG

number-operator

Version:

Perform correct +-* / operation operations on the front end

32 lines (31 loc) 659 B
{ "name": "number-operator", "version": "1.0.2", "description": "Perform correct +-* / operation operations on the front end", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/dleged/number-operator.git" }, "keywords": [ "number", "string", "math", "IEEE754" ], "author": "yimu", "license": "MIT", "bugs": { "url": "https://github.com/dleged/number-operator/issues" }, "homepage": "https://github.com/dleged/number-operator#readme", "dependencies": { "big.js": "^5.2.2" }, "devDependencies": { "mocha": "^7.1.0" } }