Version 1
[yaffs-website] / node_modules / get-stdin / package.json
1 {
2   "_args": [
3     [
4       "get-stdin@^4.0.1",
5       "/var/www/yaffs/node_modules/node-sass"
6     ]
7   ],
8   "_from": "get-stdin@>=4.0.1 <5.0.0",
9   "_id": "get-stdin@4.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/get-stdin",
13   "_npmUser": {
14     "email": "sindresorhus@gmail.com",
15     "name": "sindresorhus"
16   },
17   "_npmVersion": "1.4.28",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "get-stdin",
21     "raw": "get-stdin@^4.0.1",
22     "rawSpec": "^4.0.1",
23     "scope": null,
24     "spec": ">=4.0.1 <5.0.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/node-sass",
29     "/strip-indent"
30   ],
31   "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
32   "_shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
33   "_shrinkwrap": null,
34   "_spec": "get-stdin@^4.0.1",
35   "_where": "/var/www/yaffs/node_modules/node-sass",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "http://sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/get-stdin/issues"
43   },
44   "dependencies": {},
45   "description": "Easier stdin",
46   "devDependencies": {
47     "ava": "0.0.4",
48     "buffer-equal": "0.0.1"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
53     "tarball": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz"
54   },
55   "engines": {
56     "node": ">=0.10.0"
57   },
58   "files": [
59     "index.js"
60   ],
61   "gitHead": "65c744975229b25d6cc5c7546f49b6ad9099553f",
62   "homepage": "https://github.com/sindresorhus/get-stdin",
63   "keywords": [
64     "buffer",
65     "concat",
66     "process",
67     "std",
68     "stdin",
69     "stdio",
70     "stream",
71     "stream"
72   ],
73   "license": "MIT",
74   "maintainers": [
75     {
76       "name": "sindresorhus",
77       "email": "sindresorhus@gmail.com"
78     }
79   ],
80   "name": "get-stdin",
81   "optionalDependencies": {},
82   "readme": "ERROR: No README data found!",
83   "repository": {
84     "type": "git",
85     "url": "git+https://github.com/sindresorhus/get-stdin.git"
86   },
87   "scripts": {
88     "test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
89   },
90   "version": "4.0.1"
91 }