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