Initial commit
[yaffs-website] / node_modules / is-stream / package.json
1 {
2   "_args": [
3     [
4       "is-stream@^1.1.0",
5       "/var/www/yaffs/node_modules/gulp-concat/node_modules/vinyl"
6     ]
7   ],
8   "_from": "is-stream@>=1.1.0 <2.0.0",
9   "_id": "is-stream@1.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/is-stream",
13   "_nodeVersion": "4.4.2",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/is-stream-1.1.0.tgz_1460446915184_0.806101513793692"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "is-stream",
26     "raw": "is-stream@^1.1.0",
27     "rawSpec": "^1.1.0",
28     "scope": null,
29     "spec": ">=1.1.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/decompress/ordered-read-streams",
34     "/download/ordered-read-streams",
35     "/execa",
36     "/got",
37     "/gulp-concat/vinyl"
38   ],
39   "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
40   "_shasum": "12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44",
41   "_shrinkwrap": null,
42   "_spec": "is-stream@^1.1.0",
43   "_where": "/var/www/yaffs/node_modules/gulp-concat/node_modules/vinyl",
44   "author": {
45     "email": "sindresorhus@gmail.com",
46     "name": "Sindre Sorhus",
47     "url": "sindresorhus.com"
48   },
49   "bugs": {
50     "url": "https://github.com/sindresorhus/is-stream/issues"
51   },
52   "dependencies": {},
53   "description": "Check if something is a Node.js stream",
54   "devDependencies": {
55     "ava": "*",
56     "tempfile": "^1.1.0",
57     "xo": "*"
58   },
59   "directories": {},
60   "dist": {
61     "shasum": "12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44",
62     "tarball": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz"
63   },
64   "engines": {
65     "node": ">=0.10.0"
66   },
67   "files": [
68     "index.js"
69   ],
70   "gitHead": "e21d73f1028c189d16150cea52641059b0936310",
71   "homepage": "https://github.com/sindresorhus/is-stream#readme",
72   "keywords": [
73     "check",
74     "detect",
75     "duplex",
76     "is",
77     "readable",
78     "stream",
79     "streams",
80     "transform",
81     "type",
82     "writable"
83   ],
84   "license": "MIT",
85   "maintainers": [
86     {
87       "name": "sindresorhus",
88       "email": "sindresorhus@gmail.com"
89     }
90   ],
91   "name": "is-stream",
92   "optionalDependencies": {},
93   "readme": "ERROR: No README data found!",
94   "repository": {
95     "type": "git",
96     "url": "git+https://github.com/sindresorhus/is-stream.git"
97   },
98   "scripts": {
99     "test": "xo && ava"
100   },
101   "version": "1.1.0"
102 }