Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / get-stdin / package.json
1 {
2   "_from": "get-stdin@^5.0.1",
3   "_id": "get-stdin@5.0.1",
4   "_inBundle": false,
5   "_integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=",
6   "_location": "/get-stdin",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "get-stdin@^5.0.1",
12     "name": "get-stdin",
13     "escapedName": "get-stdin",
14     "rawSpec": "^5.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^5.0.1"
17   },
18   "_requiredBy": [
19     "/prettier-stylelint",
20     "/stylelint"
21   ],
22   "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
23   "_shasum": "122e161591e21ff4c52530305693f20e6393a398",
24   "_spec": "get-stdin@^5.0.1",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/prettier-stylelint",
26   "author": {
27     "name": "Sindre Sorhus",
28     "email": "sindresorhus@gmail.com",
29     "url": "sindresorhus.com"
30   },
31   "bugs": {
32     "url": "https://github.com/sindresorhus/get-stdin/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Get stdin as a string or buffer",
37   "devDependencies": {
38     "ava": "*",
39     "buffer-equals": "^1.0.3",
40     "xo": "*"
41   },
42   "engines": {
43     "node": ">=0.12.0"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/sindresorhus/get-stdin#readme",
49   "keywords": [
50     "std",
51     "stdin",
52     "stdio",
53     "concat",
54     "buffer",
55     "stream",
56     "process",
57     "read"
58   ],
59   "license": "MIT",
60   "name": "get-stdin",
61   "repository": {
62     "type": "git",
63     "url": "git+https://github.com/sindresorhus/get-stdin.git"
64   },
65   "scripts": {
66     "test": "xo && ava test.js && echo unicorns | ava test-real.js"
67   },
68   "version": "5.0.1",
69   "xo": {
70     "ignores": [
71       "test.js"
72     ]
73   }
74 }