.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-number / package.json
1 {
2   "name": "is-number",
3   "description": "Returns true if the value is a number. comprehensive tests.",
4   "version": "2.1.0",
5   "homepage": "https://github.com/jonschlinkert/is-number",
6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7   "repository": "jonschlinkert/is-number",
8   "bugs": {
9     "url": "https://github.com/jonschlinkert/is-number/issues"
10   },
11   "license": "MIT",
12   "files": [
13     "index.js"
14   ],
15   "main": "index.js",
16   "engines": {
17     "node": ">=0.10.0"
18   },
19   "scripts": {
20     "test": "mocha"
21   },
22   "dependencies": {
23     "kind-of": "^3.0.2"
24   },
25   "devDependencies": {
26     "benchmarked": "^0.1.3",
27     "chalk": "^0.5.1",
28     "mocha": "*"
29   },
30   "keywords": [
31     "check",
32     "coerce",
33     "coercion",
34     "integer",
35     "is",
36     "is number",
37     "is-number",
38     "istype",
39     "kind of",
40     "math",
41     "number",
42     "test",
43     "type",
44     "typeof",
45     "value"
46   ],
47   "verb": {
48     "related": {
49       "list": [
50         "kind-of",
51         "is-primitive",
52         "even",
53         "odd",
54         "is-even",
55         "is-odd"
56       ]
57     }
58   }
59 }