Sha256: 12b92bb3122090e24269c1cf8a321126358c6f008a02d9af9418e66d6ee64008
Contents?: true
Size: 1.38 KB
Versions: 16
Compression:
Stored size: 1.38 KB
Contents
{ "name": "is-number", "description": "Returns true if the value is a number. comprehensive tests.", "version": "4.0.0", "homepage": "https://github.com/jonschlinkert/is-number", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ "Jon Schlinkert (http://twitter.com/jonschlinkert)", "tunnckoCore (https://i.am.charlike.online)" ], "repository": "jonschlinkert/is-number", "bugs": { "url": "https://github.com/jonschlinkert/is-number/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "devDependencies": { "benchmarked": "^2.0.0", "chalk": "^2.1.0", "gulp-format-md": "^1.0.0", "mocha": "^3.0.1" }, "keywords": [ "check", "coerce", "coercion", "integer", "is", "is-nan", "is-num", "is-number", "istype", "kind", "math", "nan", "num", "number", "numeric", "test", "type", "typeof", "value" ], "verb": { "related": { "list": [ "even", "is-even", "is-odd", "is-primitive", "kind-of", "odd" ] }, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "lint": { "reflinks": true } } }
Version data entries
16 entries across 13 versions & 5 rubygems