Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-redirect / package.json
1 {
2   "_from": "is-redirect@^1.0.0",
3   "_id": "is-redirect@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=",
6   "_location": "/is-redirect",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-redirect@^1.0.0",
12     "name": "is-redirect",
13     "escapedName": "is-redirect",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/got"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz",
22   "_shasum": "1d03dded53bd8db0f30c26e4f95d36fc7c87dc24",
23   "_spec": "is-redirect@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/got",
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-redirect/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Check if a number is a redirect HTTP status code",
36   "devDependencies": {
37     "ava": "0.0.4"
38   },
39   "engines": {
40     "node": ">=0.10.0"
41   },
42   "files": [
43     "index.js"
44   ],
45   "homepage": "https://github.com/sindresorhus/is-redirect#readme",
46   "keywords": [
47     "redirect",
48     "http",
49     "https",
50     "status",
51     "code",
52     "codes",
53     "is",
54     "check",
55     "detect"
56   ],
57   "license": "MIT",
58   "name": "is-redirect",
59   "repository": {
60     "type": "git",
61     "url": "git+https://github.com/sindresorhus/is-redirect.git"
62   },
63   "scripts": {
64     "test": "node test.js"
65   },
66   "version": "1.0.0"
67 }