UNPKG

1.05 kBJSONView Raw
1{
2 "name": "is-number",
3 "description": "Returns true if the value is a number. comprehensive tests.",
4 "version": "2.0.0",
5 "homepage": "https://github.com/jonschlinkert/is-number",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/is-number.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/is-number/issues"
16 },
17 "license": {
18 "type": "MIT",
19 "url": "https://github.com/jonschlinkert/is-number/blob/master/LICENSE"
20 },
21 "files": [
22 "index.js"
23 ],
24 "main": "index.js",
25 "engines": {
26 "node": ">=0.10.0"
27 },
28 "scripts": {
29 "test": "mocha"
30 },
31 "devDependencies": {
32 "benchmarked": "^0.1.3",
33 "chalk": "^0.5.1",
34 "mocha": "^2.1.0"
35 },
36 "keywords": [
37 "check",
38 "coerce",
39 "coercion",
40 "integer",
41 "is number",
42 "is",
43 "is-number",
44 "istype",
45 "kind of",
46 "math",
47 "number",
48 "test",
49 "type",
50 "typeof",
51 "value"
52 ]
53}