parse-exponential
Version:
Parse an exponential notation string into parts
35 lines (34 loc) • 652 B
JSON
{
"name": "parse-exponential",
"main": "index.js",
"version": "1.0.1",
"description": "Parse an exponential notation string into parts",
"license": "MIT",
"repository": "bendrucker/parse-exponential",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"number",
"exponential",
"string",
"parse"
],
"dependencies": {},
"devDependencies": {
"tape": "^4.0.0",
"standard": "^4.0.0"
},
"files": [
"index.js",
"readme.md"
]
}