.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / get-stdin / package.json
1 {
2   "name": "get-stdin",
3   "version": "5.0.1",
4   "description": "Get stdin as a string or buffer",
5   "license": "MIT",
6   "repository": "sindresorhus/get-stdin",
7   "author": {
8     "name": "Sindre Sorhus",
9     "email": "sindresorhus@gmail.com",
10     "url": "sindresorhus.com"
11   },
12   "engines": {
13     "node": ">=0.12.0"
14   },
15   "scripts": {
16     "test": "xo && ava test.js && echo unicorns | ava test-real.js"
17   },
18   "files": [
19     "index.js"
20   ],
21   "keywords": [
22     "std",
23     "stdin",
24     "stdio",
25     "concat",
26     "buffer",
27     "stream",
28     "process",
29     "read"
30   ],
31   "devDependencies": {
32     "ava": "*",
33     "buffer-equals": "^1.0.3",
34     "xo": "*"
35   },
36   "xo": {
37     "ignores": [
38       "test.js"
39     ]
40   }
41 }