aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-stream/package.json
blob: 9e8ae3e321a35aeca9c49b723cd295a0016ca65d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
  "_args": [
    [
      {
        "raw": "gulp-stream@0.0.2",
        "scope": null,
        "escapedName": "gulp-stream",
        "name": "gulp-stream",
        "rawSpec": "0.0.2",
        "spec": "0.0.2",
        "type": "version"
      },
      "/home/dold/repos/taler/wallet-webex"
    ]
  ],
  "_from": "gulp-stream@0.0.2",
  "_id": "gulp-stream@0.0.2",
  "_inCache": true,
  "_location": "/gulp-stream",
  "_npmUser": {
    "name": "jeromew",
    "email": "jerome.wagner@m4x.org"
  },
  "_npmVersion": "1.3.15",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "isarray": "0.0.1",
    "object-keys": "0.4.0",
    "string_decoder": "0.10.31"
  },
  "_requested": {
    "raw": "gulp-stream@0.0.2",
    "scope": null,
    "escapedName": "gulp-stream",
    "name": "gulp-stream",
    "rawSpec": "0.0.2",
    "spec": "0.0.2",
    "type": "version"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-stream/-/gulp-stream-0.0.2.tgz",
  "_shasum": "c90140cc8ada1710ab0041083af74ac93b270cdb",
  "_shrinkwrap": null,
  "_spec": "gulp-stream@0.0.2",
  "_where": "/home/dold/repos/taler/wallet-webex",
  "author": {
    "name": "Jérôme Wagner"
  },
  "bugs": {
    "url": "https://github.com/jeromew/gulp-stream/issues"
  },
  "dependencies": {
    "through2": "~0.4.0"
  },
  "description": "Make sure all gulp file contents are available as streams",
  "devDependencies": {
    "mocha": "~1.17.0",
    "vinyl": "~0.2.3"
  },
  "directories": {},
  "dist": {
    "shasum": "c90140cc8ada1710ab0041083af74ac93b270cdb",
    "tarball": "https://registry.npmjs.org/gulp-stream/-/gulp-stream-0.0.2.tgz"
  },
  "homepage": "https://github.com/jeromew/gulp-stream",
  "keywords": [
    "gulp",
    "gulpplugin"
  ],
  "licence": "MIT",
  "maintainers": [
    {
      "name": "jeromew",
      "email": "jerome.wagner@m4x.org"
    }
  ],
  "name": "gulp-stream",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/jeromew/gulp-stream.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.0.2"
}