blob: 8248078bea2e54e4faece12617b0995381a39862 [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"description": "Easier stdin",
"devDependencies": {
"ava": "0.0.4",
"buffer-equal": "0.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"std",
"stdin",
"stdio",
"concat",
"buffer",
"stream",
"process",
"stream"
],
"license": "MIT",
"name": "get-stdin",
"repository": "sindresorhus/get-stdin",
"scripts": {
"test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
},
"version": "4.0.1"
}