Security update to Drupal 8.4.6
[yaffs-website] / node_modules / combined-stream / package.json
1 {
2   "_args": [
3     [
4       "combined-stream@~1.0.5",
5       "/var/www/yaffs/node_modules/request"
6     ]
7   ],
8   "_from": "combined-stream@>=1.0.5 <1.1.0",
9   "_id": "combined-stream@1.0.5",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/combined-stream",
13   "_nodeVersion": "0.12.4",
14   "_npmUser": {
15     "email": "iam@alexindigo.com",
16     "name": "alexindigo"
17   },
18   "_npmVersion": "2.10.1",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "combined-stream",
22     "raw": "combined-stream@~1.0.5",
23     "rawSpec": "~1.0.5",
24     "scope": null,
25     "spec": ">=1.0.5 <1.1.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/form-data",
30     "/request"
31   ],
32   "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz",
33   "_shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
34   "_shrinkwrap": null,
35   "_spec": "combined-stream@~1.0.5",
36   "_where": "/var/www/yaffs/node_modules/request",
37   "author": {
38     "email": "felix@debuggable.com",
39     "name": "Felix Geisendörfer",
40     "url": "http://debuggable.com/"
41   },
42   "bugs": {
43     "url": "https://github.com/felixge/node-combined-stream/issues"
44   },
45   "dependencies": {
46     "delayed-stream": "~1.0.0"
47   },
48   "description": "A stream that emits multiple other streams one after another.",
49   "devDependencies": {
50     "far": "~0.0.7"
51   },
52   "directories": {},
53   "dist": {
54     "shasum": "938370a57b4a51dea2c77c15d5c5fdf895164009",
55     "tarball": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz"
56   },
57   "engines": {
58     "node": ">= 0.8"
59   },
60   "gitHead": "cfc7b815d090a109bcedb5bb0f6713148d55a6b7",
61   "homepage": "https://github.com/felixge/node-combined-stream",
62   "license": "MIT",
63   "main": "./lib/combined_stream",
64   "maintainers": [
65     {
66       "name": "felixge",
67       "email": "felix@debuggable.com"
68     },
69     {
70       "name": "celer",
71       "email": "dtyree77@gmail.com"
72     },
73     {
74       "name": "alexindigo",
75       "email": "iam@alexindigo.com"
76     },
77     {
78       "name": "apechimp",
79       "email": "apeherder@gmail.com"
80     }
81   ],
82   "name": "combined-stream",
83   "optionalDependencies": {},
84   "readme": "ERROR: No README data found!",
85   "repository": {
86     "type": "git",
87     "url": "git://github.com/felixge/node-combined-stream.git"
88   },
89   "scripts": {
90     "test": "node test/run.js"
91   },
92   "version": "1.0.5"
93 }