fast-isnumeric
Version:
The fast way to check if a JS object is numeric
40 lines (39 loc) • 962 B
JSON
{
"name": "fast-isnumeric",
"version": "1.1.4",
"description": "The fast way to check if a JS object is numeric",
"main": "index.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plotly/fast-isnumeric.git"
},
"keywords": [
"number",
"numeric",
"isnumeric",
"fast"
],
"author": "Alex Johnson (@alexcjohnson)",
"license": "MIT",
"bugs": {
"url": "https://github.com/plotly/fast-isnumeric/issues"
},
"homepage": "https://github.com/plotly/fast-isnumeric#readme",
"dependencies": {
"is-string-blank": "^1.0.1"
},
"devDependencies": {
"browserify": "^16.2.3",
"jasmine-core": "^2.99.1",
"karma": "^4.1.0",
"karma-browserify": "^6.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"watchify": "^3.11.1"
}
}