Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81172 views
1
{
2
"name": "get-stdin",
3
"version": "4.0.1",
4
"description": "Easier stdin",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/sindresorhus/get-stdin"
9
},
10
"author": {
11
"name": "Sindre Sorhus",
12
"email": "[email protected]",
13
"url": "http://sindresorhus.com"
14
},
15
"engines": {
16
"node": ">=0.10.0"
17
},
18
"scripts": {
19
"test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
20
},
21
"files": [
22
"index.js"
23
],
24
"keywords": [
25
"std",
26
"stdin",
27
"stdio",
28
"concat",
29
"buffer",
30
"stream",
31
"process",
32
"stream"
33
],
34
"devDependencies": {
35
"ava": "0.0.4",
36
"buffer-equal": "0.0.1"
37
},
38
"gitHead": "65c744975229b25d6cc5c7546f49b6ad9099553f",
39
"bugs": {
40
"url": "https://github.com/sindresorhus/get-stdin/issues"
41
},
42
"homepage": "https://github.com/sindresorhus/get-stdin",
43
"_id": "[email protected]",
44
"_shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
45
"_from": "get-stdin@>=4.0.1 <5.0.0",
46
"_npmVersion": "1.4.28",
47
"_npmUser": {
48
"name": "sindresorhus",
49
"email": "[email protected]"
50
},
51
"maintainers": [
52
{
53
"name": "sindresorhus",
54
"email": "[email protected]"
55
}
56
],
57
"dist": {
58
"shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
59
"tarball": "http://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz"
60
},
61
"directories": {},
62
"_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz"
63
}
64
65