Initial commit
[yaffs-website] / node_modules / gulp / package.json
1 {
2   "_args": [
3     [
4       "gulp",
5       "/var/www/yaffs"
6     ]
7   ],
8   "_from": "gulp@latest",
9   "_id": "gulp@3.9.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/gulp",
13   "_nodeVersion": "0.10.41",
14   "_npmOperationalInternal": {
15     "host": "packages-6-west.internal.npmjs.com",
16     "tmp": "tmp/gulp-3.9.1.tgz_1454957415500_0.15343931876122952"
17   },
18   "_npmUser": {
19     "email": "blaine@iceddev.com",
20     "name": "phated"
21   },
22   "_npmVersion": "2.14.14",
23   "_phantomChildren": {
24     "clone-stats": "0.0.1",
25     "core-util-is": "1.0.2",
26     "defaults": "1.0.3",
27     "glob-stream": "3.1.18",
28     "glob-watcher": "0.0.6",
29     "graceful-fs": "3.0.11",
30     "inherits": "2.0.3",
31     "isarray": "0.0.1",
32     "mkdirp": "0.5.1",
33     "string_decoder": "0.10.31",
34     "strip-bom": "1.0.0",
35     "xtend": "4.0.1"
36   },
37   "_requested": {
38     "name": "gulp",
39     "raw": "gulp",
40     "rawSpec": "",
41     "scope": null,
42     "spec": "latest",
43     "type": "tag"
44   },
45   "_requiredBy": [
46     "#DEV:/"
47   ],
48   "_resolved": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
49   "_shasum": "571ce45928dd40af6514fc4011866016c13845b4",
50   "_shrinkwrap": null,
51   "_spec": "gulp",
52   "_where": "/var/www/yaffs",
53   "author": {
54     "email": "contact@wearefractal.com",
55     "name": "Fractal",
56     "url": "http://wearefractal.com/"
57   },
58   "bin": {
59     "gulp": "./bin/gulp.js"
60   },
61   "bugs": {
62     "url": "https://github.com/gulpjs/gulp/issues"
63   },
64   "dependencies": {
65     "archy": "^1.0.0",
66     "chalk": "^1.0.0",
67     "deprecated": "^0.0.1",
68     "gulp-util": "^3.0.0",
69     "interpret": "^1.0.0",
70     "liftoff": "^2.1.0",
71     "minimist": "^1.1.0",
72     "orchestrator": "^0.3.0",
73     "pretty-hrtime": "^1.0.0",
74     "semver": "^4.1.0",
75     "tildify": "^1.0.0",
76     "v8flags": "^2.0.2",
77     "vinyl-fs": "^0.3.0"
78   },
79   "description": "The streaming build system",
80   "devDependencies": {
81     "coveralls": "^2.7.0",
82     "eslint": "^1.7.3",
83     "eslint-config-gulp": "^2.0.0",
84     "graceful-fs": "^3.0.0",
85     "istanbul": "^0.3.0",
86     "jscs": "^2.3.5",
87     "jscs-preset-gulp": "^1.0.0",
88     "marked-man": "^0.1.3",
89     "mkdirp": "^0.5.0",
90     "mocha": "^2.0.1",
91     "mocha-lcov-reporter": "^0.0.1",
92     "q": "^1.0.0",
93     "rimraf": "^2.2.5",
94     "should": "^5.0.1"
95   },
96   "directories": {},
97   "dist": {
98     "shasum": "571ce45928dd40af6514fc4011866016c13845b4",
99     "tarball": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz"
100   },
101   "engines": {
102     "node": ">= 0.9"
103   },
104   "files": [
105     "bin",
106     "completion",
107     "gulp.1",
108     "index.js",
109     "lib"
110   ],
111   "gitHead": "9c14e3a13a73a32e424f144d62566671b2fcdbed",
112   "homepage": "http://gulpjs.com",
113   "license": "MIT",
114   "maintainers": [
115     {
116       "name": "fractal",
117       "email": "contact@wearefractal.com"
118     },
119     {
120       "name": "phated",
121       "email": "blaine@iceddev.com"
122     }
123   ],
124   "man": [
125     "gulp.1"
126   ],
127   "name": "gulp",
128   "optionalDependencies": {},
129   "readme": "ERROR: No README data found!",
130   "repository": {
131     "type": "git",
132     "url": "git+https://github.com/gulpjs/gulp.git"
133   },
134   "scripts": {
135     "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
136     "lint": "eslint . && jscs *.js bin/ lib/ test/",
137     "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
138     "pretest": "npm run lint",
139     "test": "mocha --reporter spec"
140   },
141   "tags": [
142     "asset",
143     "build",
144     "make",
145     "pipeline",
146     "stream",
147     "system",
148     "tool"
149   ],
150   "version": "3.9.1"
151 }