You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
674 B

11 years ago
{
"name": "get-stdin",
9 years ago
"version": "5.0.1",
"description": "Get stdin as a string or buffer",
11 years ago
"license": "MIT",
"repository": "sindresorhus/get-stdin",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
11 years ago
},
"engines": {
"node": ">=0.12.0"
11 years ago
},
"scripts": {
9 years ago
"test": "xo && ava test.js test-buffer.js && echo unicorns | node test-real.js"
11 years ago
},
"files": [
"index.js"
],
"keywords": [
10 years ago
"std",
11 years ago
"stdin",
"stdio",
"concat",
"buffer",
10 years ago
"stream",
"process",
"read"
11 years ago
],
"devDependencies": {
9 years ago
"ava": "*",
"buffer-equals": "^1.0.3",
9 years ago
"xo": "*"
11 years ago
}
}