aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp/package.json
blob: d31b5bdcbcf0c4dfaad3712552f70c313c8fae03 (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
  "_args": [
    [
      {
        "raw": "gulp@^3.9.1",
        "scope": null,
        "escapedName": "gulp",
        "name": "gulp",
        "rawSpec": "^3.9.1",
        "spec": ">=3.9.1 <4.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex"
    ]
  ],
  "_from": "gulp@>=3.9.1 <4.0.0",
  "_id": "gulp@3.9.1",
  "_inCache": true,
  "_location": "/gulp",
  "_nodeVersion": "0.10.41",
  "_npmOperationalInternal": {
    "host": "packages-6-west.internal.npmjs.com",
    "tmp": "tmp/gulp-3.9.1.tgz_1454957415500_0.15343931876122952"
  },
  "_npmUser": {
    "name": "phated",
    "email": "blaine@iceddev.com"
  },
  "_npmVersion": "2.14.14",
  "_phantomChildren": {
    "clone-stats": "0.0.1",
    "core-util-is": "1.0.2",
    "defaults": "1.0.3",
    "first-chunk-stream": "1.0.0",
    "glob-stream": "3.1.18",
    "glob-watcher": "0.0.6",
    "inherits": "2.0.3",
    "is-utf8": "0.2.1",
    "isarray": "0.0.1",
    "mkdirp": "0.5.1",
    "natives": "1.1.0",
    "string_decoder": "0.10.31",
    "xtend": "4.0.1"
  },
  "_requested": {
    "raw": "gulp@^3.9.1",
    "scope": null,
    "escapedName": "gulp",
    "name": "gulp",
    "rawSpec": "^3.9.1",
    "spec": ">=3.9.1 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
  "_shasum": "571ce45928dd40af6514fc4011866016c13845b4",
  "_shrinkwrap": null,
  "_spec": "gulp@^3.9.1",
  "_where": "/home/dold/repos/taler/wallet-webex",
  "author": {
    "name": "Fractal",
    "email": "contact@wearefractal.com",
    "url": "http://wearefractal.com/"
  },
  "bin": {
    "gulp": "./bin/gulp.js"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/gulp/issues"
  },
  "dependencies": {
    "archy": "^1.0.0",
    "chalk": "^1.0.0",
    "deprecated": "^0.0.1",
    "gulp-util": "^3.0.0",
    "interpret": "^1.0.0",
    "liftoff": "^2.1.0",
    "minimist": "^1.1.0",
    "orchestrator": "^0.3.0",
    "pretty-hrtime": "^1.0.0",
    "semver": "^4.1.0",
    "tildify": "^1.0.0",
    "v8flags": "^2.0.2",
    "vinyl-fs": "^0.3.0"
  },
  "description": "The streaming build system",
  "devDependencies": {
    "coveralls": "^2.7.0",
    "eslint": "^1.7.3",
    "eslint-config-gulp": "^2.0.0",
    "graceful-fs": "^3.0.0",
    "istanbul": "^0.3.0",
    "jscs": "^2.3.5",
    "jscs-preset-gulp": "^1.0.0",
    "marked-man": "^0.1.3",
    "mkdirp": "^0.5.0",
    "mocha": "^2.0.1",
    "mocha-lcov-reporter": "^0.0.1",
    "q": "^1.0.0",
    "rimraf": "^2.2.5",
    "should": "^5.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "571ce45928dd40af6514fc4011866016c13845b4",
    "tarball": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz"
  },
  "engines": {
    "node": ">= 0.9"
  },
  "files": [
    "index.js",
    "lib",
    "bin",
    "completion",
    "gulp.1"
  ],
  "gitHead": "9c14e3a13a73a32e424f144d62566671b2fcdbed",
  "homepage": "http://gulpjs.com",
  "license": "MIT",
  "maintainers": [
    {
      "name": "fractal",
      "email": "contact@wearefractal.com"
    },
    {
      "name": "phated",
      "email": "blaine@iceddev.com"
    }
  ],
  "man": [
    "gulp.1"
  ],
  "name": "gulp",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/gulp.git"
  },
  "scripts": {
    "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "lint": "eslint . && jscs *.js bin/ lib/ test/",
    "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
    "pretest": "npm run lint",
    "test": "mocha --reporter spec"
  },
  "tags": [
    "build",
    "stream",
    "system",
    "make",
    "tool",
    "asset",
    "pipeline"
  ],
  "version": "3.9.1"
}