to-exponential
Version:
Converts any big/small/precise decimal number represented as String, to exponential notation.
39 lines (38 loc) • 952 B
JSON
{
"name": "to-exponential",
"version": "1.0.2",
"description": "Converts any big/small/precise decimal number represented as String, to exponential notation.",
"main": "src/index.js",
"scripts": {
"lint": "eslint src",
"test": "mocha \"src/**/*.test.js\" --check-leaks",
"testw": "mocha \"src/**/*.test.js\" --check-leaks --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stcruy/to-exponential.git"
},
"keywords": [
"number",
"toExponential",
"scientific",
"exponential",
"notation",
"big",
"large",
"small",
"precise",
"precision"
],
"author": "Steven Vercruysse (http://stcruy.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/stcruy/to-exponential/issues"
},
"homepage": "https://github.com/stcruy/to-exponential#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.6.1",
"mocha": "^5.2.0"
}
}