Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / number-is-nan / package.json
1 {
2   "_from": "number-is-nan@^1.0.0",
3   "_id": "number-is-nan@1.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
6   "_location": "/number-is-nan",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "number-is-nan@^1.0.0",
12     "name": "number-is-nan",
13     "escapedName": "number-is-nan",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/wrap-ansi/is-fullwidth-code-point"
20   ],
21   "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
22   "_shasum": "097b602b53422a522c1afb8790318336941a011d",
23   "_spec": "number-is-nan@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/wrap-ansi/node_modules/is-fullwidth-code-point",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/number-is-nan/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "ES2015 Number.isNaN() ponyfill",
36   "devDependencies": {
37     "ava": "*"
38   },
39   "engines": {
40     "node": ">=0.10.0"
41   },
42   "files": [
43     "index.js"
44   ],
45   "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
46   "keywords": [
47     "es2015",
48     "ecmascript",
49     "ponyfill",
50     "polyfill",
51     "shim",
52     "number",
53     "is",
54     "nan",
55     "not"
56   ],
57   "license": "MIT",
58   "name": "number-is-nan",
59   "repository": {
60     "type": "git",
61     "url": "git+https://github.com/sindresorhus/number-is-nan.git"
62   },
63   "scripts": {
64     "test": "ava"
65   },
66   "version": "1.0.1"
67 }