aboutsummaryrefslogtreecommitdiff
path: root/node_modules/get-stdin/package.json
blob: 9a3e42a624a94491f306b50e11eb60ab728be389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "get-stdin",
  "version": "4.0.1",
  "description": "Easier stdin",
  "license": "MIT",
  "repository": "sindresorhus/get-stdin",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "std",
    "stdin",
    "stdio",
    "concat",
    "buffer",
    "stream",
    "process",
    "stream"
  ],
  "devDependencies": {
    "ava": "0.0.4",
    "buffer-equal": "0.0.1"
  }
}