UNPKG

1.03 kBJSONView Raw
1{
2 "name": "is-number",
3 "description": "Returns true if the value is a number. comprehensive tests.",
4 "version": "1.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-MIT"
20 },
21 "main": "index.js",
22 "engines": {
23 "node": ">=0.10.0"
24 },
25 "scripts": {
26 "test": "mocha -R spec"
27 },
28 "files": ["index.js"],
29 "devDependencies": {
30 "benchmarked": "^0.1.3",
31 "chalk": "^0.5.1"
32 },
33 "keywords": [
34 "check",
35 "coerce",
36 "coercion",
37 "integer",
38 "is number",
39 "is",
40 "is-number",
41 "istype",
42 "kind of",
43 "math",
44 "number",
45 "test",
46 "type",
47 "typeof",
48 "value"
49 ]
50}
\No newline at end of file