.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / number-is-nan / package.json
1 {
2   "name": "number-is-nan",
3   "version": "1.0.1",
4   "description": "ES2015 Number.isNaN() ponyfill",
5   "license": "MIT",
6   "repository": "sindresorhus/number-is-nan",
7   "author": {
8     "name": "Sindre Sorhus",
9     "email": "sindresorhus@gmail.com",
10     "url": "sindresorhus.com"
11   },
12   "engines": {
13     "node": ">=0.10.0"
14   },
15   "scripts": {
16     "test": "ava"
17   },
18   "files": [
19     "index.js"
20   ],
21   "keywords": [
22     "es2015",
23     "ecmascript",
24     "ponyfill",
25     "polyfill",
26     "shim",
27     "number",
28     "is",
29     "nan",
30     "not"
31   ],
32   "devDependencies": {
33     "ava": "*"
34   }
35 }