Initial commit
[yaffs-website] / node_modules / glob-stream / package.json
1 {
2   "_args": [
3     [
4       "glob-stream@^3.1.5",
5       "/var/www/yaffs/node_modules/gulp/node_modules/vinyl-fs"
6     ]
7   ],
8   "_from": "glob-stream@>=3.1.5 <4.0.0",
9   "_id": "glob-stream@3.1.18",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/glob-stream",
13   "_nodeVersion": "0.10.33",
14   "_npmUser": {
15     "email": "contact@wearefractal.com",
16     "name": "fractal"
17   },
18   "_npmVersion": "2.1.6",
19   "_phantomChildren": {
20     "brace-expansion": "1.1.6",
21     "core-util-is": "1.0.2",
22     "inflight": "1.0.6",
23     "inherits": "2.0.3",
24     "isarray": "0.0.1",
25     "once": "1.4.0",
26     "string_decoder": "0.10.31",
27     "xtend": "4.0.1"
28   },
29   "_requested": {
30     "name": "glob-stream",
31     "raw": "glob-stream@^3.1.5",
32     "rawSpec": "^3.1.5",
33     "scope": null,
34     "spec": ">=3.1.5 <4.0.0",
35     "type": "range"
36   },
37   "_requiredBy": [
38     "/gulp/vinyl-fs"
39   ],
40   "_resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
41   "_shasum": "9170a5f12b790306fdfe598f313f8f7954fd143b",
42   "_shrinkwrap": null,
43   "_spec": "glob-stream@^3.1.5",
44   "_where": "/var/www/yaffs/node_modules/gulp/node_modules/vinyl-fs",
45   "author": {
46     "email": "contact@wearefractal.com",
47     "name": "Fractal",
48     "url": "http://wearefractal.com/"
49   },
50   "bugs": {
51     "url": "https://github.com/wearefractal/glob-stream/issues"
52   },
53   "dependencies": {
54     "glob": "^4.3.1",
55     "glob2base": "^0.0.12",
56     "minimatch": "^2.0.1",
57     "ordered-read-streams": "^0.1.0",
58     "through2": "^0.6.1",
59     "unique-stream": "^1.0.0"
60   },
61   "description": "File system globs as a stream",
62   "devDependencies": {
63     "coveralls": "^2.11.2",
64     "istanbul": "^0.3.0",
65     "istanbul-coveralls": "^1.0.1",
66     "jshint": "^2.5.10",
67     "mocha": "^2.0.0",
68     "mocha-lcov-reporter": "0.0.1",
69     "rimraf": "^2.2.5",
70     "should": "^4.3.0"
71   },
72   "directories": {},
73   "dist": {
74     "shasum": "9170a5f12b790306fdfe598f313f8f7954fd143b",
75     "tarball": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz"
76   },
77   "engines": {
78     "node": ">= 0.9"
79   },
80   "files": [
81     "index.js"
82   ],
83   "gitHead": "472b98e7a0a747a3c72454337def65cebc4fb78e",
84   "homepage": "http://github.com/wearefractal/glob-stream",
85   "licenses": [
86     {
87       "type": "MIT",
88       "url": "http://github.com/wearefractal/glob-stream/raw/master/LICENSE"
89     }
90   ],
91   "main": "./index.js",
92   "maintainers": [
93     {
94       "name": "fractal",
95       "email": "contact@wearefractal.com"
96     }
97   ],
98   "name": "glob-stream",
99   "optionalDependencies": {},
100   "readme": "ERROR: No README data found!",
101   "repository": {
102     "type": "git",
103     "url": "git://github.com/wearefractal/glob-stream.git"
104   },
105   "scripts": {
106     "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && istanbul-coveralls",
107     "test": "mocha --reporter spec && jshint"
108   },
109   "version": "3.1.18"
110 }