aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-util
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-04-20 03:09:25 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-04-24 16:14:29 +0200
commit82f2b76e25a4a67e01ec67e5ebe39d14ad771ea8 (patch)
tree965f6eb89b84d65a62b49008fd972c004832ccd1 /node_modules/gulp-util
parente6e0cbc387c2a77b48e4065c229daa65bf1aa0fa (diff)
downloadwallet-core-82f2b76e25a4a67e01ec67e5ebe39d14ad771ea8.tar.xz
Reorganize module loading.
We now use webpack instead of SystemJS, effectively bundling modules into one file (plus commons chunks) for every entry point. This results in a much smaller extension size (almost half). Furthermore we use yarn/npm even for extension run-time dependencies. This relieves us from manually vendoring and building dependencies. It's also easier to understand for new developers familiar with node.
Diffstat (limited to 'node_modules/gulp-util')
-rw-r--r--node_modules/gulp-util/.npmignore7
-rw-r--r--node_modules/gulp-util/.travis.yml5
-rw-r--r--node_modules/gulp-util/README.md33
-rw-r--r--node_modules/gulp-util/index.js14
-rw-r--r--node_modules/gulp-util/lib/File.js1
-rw-r--r--node_modules/gulp-util/lib/PluginError.js114
-rw-r--r--node_modules/gulp-util/lib/beep.js3
-rw-r--r--node_modules/gulp-util/lib/buffer.js2
-rw-r--r--node_modules/gulp-util/lib/colors.js1
-rw-r--r--node_modules/gulp-util/lib/date.js1
-rw-r--r--node_modules/gulp-util/lib/env.js2
-rw-r--r--node_modules/gulp-util/lib/isBuffer.js2
-rw-r--r--node_modules/gulp-util/lib/isNull.js2
-rw-r--r--node_modules/gulp-util/lib/isStream.js2
-rw-r--r--node_modules/gulp-util/lib/linefeed.js1
-rw-r--r--node_modules/gulp-util/lib/log.js16
-rw-r--r--node_modules/gulp-util/lib/replaceExtension.js9
-rw-r--r--node_modules/gulp-util/lib/template.js14
l---------node_modules/gulp-util/node_modules/.bin/dateformat1
-rw-r--r--node_modules/gulp-util/node_modules/ansi-regex/index.js4
-rw-r--r--node_modules/gulp-util/node_modules/ansi-regex/package.json51
-rw-r--r--node_modules/gulp-util/node_modules/ansi-regex/readme.md33
-rw-r--r--node_modules/gulp-util/node_modules/ansi-styles/index.js40
-rw-r--r--node_modules/gulp-util/node_modules/ansi-styles/package.json46
-rw-r--r--node_modules/gulp-util/node_modules/ansi-styles/readme.md70
-rw-r--r--node_modules/gulp-util/node_modules/chalk/index.js95
l---------node_modules/gulp-util/node_modules/chalk/node_modules/.bin/has-ansi1
l---------node_modules/gulp-util/node_modules/chalk/node_modules/.bin/strip-ansi1
l---------node_modules/gulp-util/node_modules/chalk/node_modules/.bin/supports-color1
-rw-r--r--node_modules/gulp-util/node_modules/chalk/package.json53
-rw-r--r--node_modules/gulp-util/node_modules/chalk/readme.md175
-rw-r--r--node_modules/gulp-util/node_modules/clone-stats/LICENSE.md21
-rw-r--r--node_modules/gulp-util/node_modules/clone-stats/README.md17
-rw-r--r--node_modules/gulp-util/node_modules/clone-stats/index.js13
-rw-r--r--node_modules/gulp-util/node_modules/clone-stats/package.json31
-rw-r--r--node_modules/gulp-util/node_modules/clone-stats/test.js36
-rwxr-xr-xnode_modules/gulp-util/node_modules/has-ansi/cli.js53
-rw-r--r--node_modules/gulp-util/node_modules/has-ansi/index.js4
-rw-r--r--node_modules/gulp-util/node_modules/has-ansi/package.json57
-rw-r--r--node_modules/gulp-util/node_modules/has-ansi/readme.md45
-rw-r--r--node_modules/gulp-util/node_modules/isarray/README.md54
-rw-r--r--node_modules/gulp-util/node_modules/isarray/build/build.js209
-rw-r--r--node_modules/gulp-util/node_modules/isarray/component.json19
-rw-r--r--node_modules/gulp-util/node_modules/isarray/index.js3
-rw-r--r--node_modules/gulp-util/node_modules/isarray/package.json25
-rw-r--r--node_modules/gulp-util/node_modules/minimist/.travis.yml4
-rw-r--r--node_modules/gulp-util/node_modules/minimist/LICENSE18
-rw-r--r--node_modules/gulp-util/node_modules/minimist/example/parse.js2
-rw-r--r--node_modules/gulp-util/node_modules/minimist/index.js200
-rw-r--r--node_modules/gulp-util/node_modules/minimist/package.json40
-rw-r--r--node_modules/gulp-util/node_modules/minimist/readme.markdown86
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/all_bool.js32
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/bool.js119
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/dash.js31
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/default_bool.js20
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/dotted.js22
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/long.js31
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/num.js36
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/parse.js197
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/parse_modified.js9
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/short.js67
-rw-r--r--node_modules/gulp-util/node_modules/minimist/test/whitespace.js8
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/.npmignore5
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/LICENSE18
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/README.md15
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/duplex.js1
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/lib/_stream_duplex.js89
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/lib/_stream_passthrough.js46
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/lib/_stream_readable.js982
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/lib/_stream_transform.js210
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/lib/_stream_writable.js386
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/package.json32
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/passthrough.js1
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/readable.js11
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/transform.js1
-rw-r--r--node_modules/gulp-util/node_modules/readable-stream/writable.js1
-rwxr-xr-xnode_modules/gulp-util/node_modules/strip-ansi/cli.js39
-rw-r--r--node_modules/gulp-util/node_modules/strip-ansi/index.js6
-rw-r--r--node_modules/gulp-util/node_modules/strip-ansi/package.json56
-rw-r--r--node_modules/gulp-util/node_modules/strip-ansi/readme.md43
-rwxr-xr-xnode_modules/gulp-util/node_modules/supports-color/cli.js28
-rw-r--r--node_modules/gulp-util/node_modules/supports-color/index.js32
-rw-r--r--node_modules/gulp-util/node_modules/supports-color/package.json50
-rw-r--r--node_modules/gulp-util/node_modules/supports-color/readme.md44
-rw-r--r--node_modules/gulp-util/node_modules/through2/.npmignore3
-rw-r--r--node_modules/gulp-util/node_modules/through2/LICENSE39
-rw-r--r--node_modules/gulp-util/node_modules/through2/README.md140
-rw-r--r--node_modules/gulp-util/node_modules/through2/package.json32
-rw-r--r--node_modules/gulp-util/node_modules/through2/through2.js78
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/.npmignore6
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/.travis.yml6
-rw-r--r--[-rwxr-xr-x]node_modules/gulp-util/node_modules/vinyl/LICENSE0
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/README.md156
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/index.js125
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/lib/cloneBuffer.js2
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/lib/inspectStream.js5
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/lib/isBuffer.js8
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/lib/isNull.js2
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/package.json40
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/test/File.js540
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/test/cloneBuffer.js28
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/test/inspectStream.js53
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/test/isBuffer.js29
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/test/isNull.js23
-rw-r--r--node_modules/gulp-util/node_modules/vinyl/test/isStream.js29
-rw-r--r--node_modules/gulp-util/node_modules/xtend/.jshintrc30
-rw-r--r--node_modules/gulp-util/node_modules/xtend/.npmignore1
-rw-r--r--node_modules/gulp-util/node_modules/xtend/LICENCE19
-rw-r--r--node_modules/gulp-util/node_modules/xtend/Makefile4
-rw-r--r--node_modules/gulp-util/node_modules/xtend/README.md28
-rw-r--r--node_modules/gulp-util/node_modules/xtend/index.js17
-rw-r--r--node_modules/gulp-util/node_modules/xtend/mutable.js15
-rw-r--r--node_modules/gulp-util/node_modules/xtend/package.json60
-rw-r--r--node_modules/gulp-util/node_modules/xtend/test.js63
-rw-r--r--node_modules/gulp-util/package.json69
115 files changed, 422 insertions, 5633 deletions
diff --git a/node_modules/gulp-util/.npmignore b/node_modules/gulp-util/.npmignore
deleted file mode 100644
index 5cdb2e5e9..000000000
--- a/node_modules/gulp-util/.npmignore
+++ /dev/null
@@ -1,7 +0,0 @@
-.DS_Store
-*.log
-node_modules
-build
-*.node
-components
-test \ No newline at end of file
diff --git a/node_modules/gulp-util/.travis.yml b/node_modules/gulp-util/.travis.yml
deleted file mode 100644
index 7c1662070..000000000
--- a/node_modules/gulp-util/.travis.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-language: node_js
-node_js:
- - "0.10"
-after_script:
- - npm run coveralls \ No newline at end of file
diff --git a/node_modules/gulp-util/README.md b/node_modules/gulp-util/README.md
index a8d9b19ef..65209b57f 100644
--- a/node_modules/gulp-util/README.md
+++ b/node_modules/gulp-util/README.md
@@ -12,7 +12,7 @@
</tr>
<tr>
<td>Node Version</td>
-<td>>= 0.9</td>
+<td>>= 0.10</td>
</tr>
</table>
@@ -21,8 +21,7 @@
```javascript
var gutil = require('gulp-util');
-gutil.log('stuff happened', 'Really it did', gutil.colors.cyan('123'));
-gutil.beep();
+gutil.log('stuff happened', 'Really it did', gutil.colors.magenta('123'));
gutil.replaceExtension('file.coffee', '.js'); // file.js
@@ -35,13 +34,18 @@ gutil.template('test <%= name %> <%= file.path %>', opt) // test todd /js/hi.js
### log(msg...)
-Logs stuff. Already prefixed with [gulp] and all that. Use the right colors for values. If you pass in multiple arguments it will join them by a space.
+Logs stuff. Already prefixed with [gulp] and all that. If you pass in multiple arguments it will join them by a space.
+The default gulp coloring using gutil.colors.<color>:
```
-values (files, module names, etc.) = magenta
-numbers (times, counts, etc) = cyan
+values (files, module names, etc.) = cyan
+numbers (times, counts, etc) = magenta
```
+### colors
+
+Is an instance of [chalk](https://github.com/sindresorhus/chalk).
+
### replaceExtension(path, newExtension)
Replaces a file extension in a path. Returns the new path.
@@ -64,9 +68,9 @@ This is just [vinyl](https://github.com/wearefractal/vinyl)
```javascript
var file = new gutil.File({
- base: join(__dirname, './fixtures/'),
+ base: path.join(__dirname, './fixtures/'),
cwd: __dirname,
- path: join(__dirname, './fixtures/test.coffee')
+ path: path.join(__dirname, './fixtures/test.coffee')
});
```
@@ -81,7 +85,7 @@ gulp.task('scripts', function() {
gulp.src('src/**/*.js')
.pipe(concat('script.js'))
.pipe(gutil.env.type === 'production' ? uglify() : gutil.noop())
- .pipe(gulp.dest('dist/');
+ .pipe(gulp.dest('dist/'));
});
```
@@ -97,9 +101,9 @@ Callback is optional and receives two arguments: error and data
```javascript
gulp.src('stuff/*.js')
- .pipe(gutil.buffer(function(err, files){
+ .pipe(gutil.buffer(function(err, files) {
- });
+ }));
```
## new PluginError(pluginName, message[, options])
@@ -109,6 +113,7 @@ gulp.src('stuff/*.js')
- By default the stack will not be shown. Set `options.showStack` to true if you think the stack is important for your error.
- If you pass an error in as the message the stack will be pulled from that, otherwise one will be created.
- Note that if you pass in a custom stack string you need to include the message along with that.
+- Error properties will be included in `err.toString()`. Can be omitted by including `{showProperties: false}` in the options.
These are all acceptable forms of instantiation:
@@ -130,11 +135,11 @@ var existingError = new Error('OMG');
var err = new gutil.PluginError('test', existingError, {showStack: true});
```
-[npm-url]: https://npmjs.org/package/gulp-util
+[npm-url]: https://www.npmjs.com/package/gulp-util
[npm-image]: https://badge.fury.io/js/gulp-util.svg
[travis-url]: https://travis-ci.org/gulpjs/gulp-util
-[travis-image]: https://travis-ci.org/gulpjs/gulp-util.svg?branch=master
+[travis-image]: https://img.shields.io/travis/gulpjs/gulp-util.svg?branch=master
[coveralls-url]: https://coveralls.io/r/gulpjs/gulp-util
-[coveralls-image]: https://coveralls.io/repos/gulpjs/gulp-util/badge.png
+[coveralls-image]: https://img.shields.io/coveralls/gulpjs/gulp-util.svg
[depstat-url]: https://david-dm.org/gulpjs/gulp-util
[depstat-image]: https://david-dm.org/gulpjs/gulp-util.svg
diff --git a/node_modules/gulp-util/index.js b/node_modules/gulp-util/index.js
index 6746ee4be..199713c94 100644
--- a/node_modules/gulp-util/index.js
+++ b/node_modules/gulp-util/index.js
@@ -1,18 +1,18 @@
module.exports = {
- File: require('./lib/File'),
- replaceExtension: require('./lib/replaceExtension'),
- colors: require('./lib/colors'),
- date: require('./lib/date'),
+ File: require('vinyl'),
+ replaceExtension: require('replace-ext'),
+ colors: require('chalk'),
+ date: require('dateformat'),
log: require('./lib/log'),
template: require('./lib/template'),
env: require('./lib/env'),
- beep: require('./lib/beep'),
+ beep: require('beeper'),
noop: require('./lib/noop'),
isStream: require('./lib/isStream'),
isBuffer: require('./lib/isBuffer'),
isNull: require('./lib/isNull'),
- linefeed: require('./lib/linefeed'),
+ linefeed: '\n',
combine: require('./lib/combine'),
buffer: require('./lib/buffer'),
PluginError: require('./lib/PluginError')
-}; \ No newline at end of file
+};
diff --git a/node_modules/gulp-util/lib/File.js b/node_modules/gulp-util/lib/File.js
deleted file mode 100644
index 690a508a6..000000000
--- a/node_modules/gulp-util/lib/File.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = require('vinyl'); \ No newline at end of file
diff --git a/node_modules/gulp-util/lib/PluginError.js b/node_modules/gulp-util/lib/PluginError.js
index 6640346ed..d60159ab1 100644
--- a/node_modules/gulp-util/lib/PluginError.js
+++ b/node_modules/gulp-util/lib/PluginError.js
@@ -1,22 +1,32 @@
var util = require('util');
-var colors = require('./colors');
+var arrayDiffer = require('array-differ');
+var arrayUniq = require('array-uniq');
+var chalk = require('chalk');
+var objectAssign = require('object-assign');
+
+var nonEnumberableProperties = ['name', 'message', 'stack'];
+var propertiesNotToDisplay = nonEnumberableProperties.concat(['plugin', 'showStack', 'showProperties', '__safety', '_stack']);
// wow what a clusterfuck
var parseOptions = function(plugin, message, opt) {
- if (!opt) opt = {};
+ opt = opt || {};
if (typeof plugin === 'object') {
opt = plugin;
- } else if (message instanceof Error) {
- opt.error = message;
- opt.plugin = plugin;
- } else if (typeof message === 'object') {
- opt = message;
- opt.plugin = plugin;
- } else if (typeof opt === 'object') {
+ } else {
+ if (message instanceof Error) {
+ opt.error = message;
+ } else if (typeof message === 'object') {
+ opt = message;
+ } else {
+ opt.message = message;
+ }
opt.plugin = plugin;
- opt.message = message;
}
- return opt;
+
+ return objectAssign({
+ showStack: false,
+ showProperties: true
+ }, opt);
};
function PluginError(plugin, message, opt) {
@@ -25,19 +35,19 @@ function PluginError(plugin, message, opt) {
Error.call(this);
var options = parseOptions(plugin, message, opt);
-
- this.plugin = options.plugin;
- this.showStack = options.showStack === true;
-
- var properties = ['name', 'message', 'fileName', 'lineNumber', 'stack'];
+ var self = this;
// if options has an error, grab details from it
if (options.error) {
- properties.forEach(function(prop) {
- if (prop in options.error) this[prop] = options.error[prop];
- }, this);
+ // These properties are not enumerable, so we have to add them explicitly.
+ arrayUniq(Object.keys(options.error).concat(nonEnumberableProperties))
+ .forEach(function(prop) {
+ self[prop] = options.error[prop];
+ });
}
+ var properties = ['name', 'message', 'fileName', 'lineNumber', 'stack', 'showStack', 'showProperties', 'plugin'];
+
// options object can override
properties.forEach(function(prop) {
if (prop in options) this[prop] = options[prop];
@@ -46,8 +56,18 @@ function PluginError(plugin, message, opt) {
// defaults
if (!this.name) this.name = 'Error';
- // TODO: figure out why this explodes mocha
- if (!this.stack) Error.captureStackTrace(this, arguments.callee || this.constructor);
+ if (!this.stack) {
+ // Error.captureStackTrace appends a stack property which relies on the toString method of the object it is applied to.
+ // Since we are using our own toString method which controls when to display the stack trace if we don't go through this
+ // safety object, then we'll get stack overflow problems.
+ var safety = {
+ toString: function() {
+ return this._messageWithDetails() + '\nStack:';
+ }.bind(this)
+ };
+ Error.captureStackTrace(safety, arguments.callee || this.constructor);
+ this.__safety = safety;
+ }
if (!this.plugin) throw new Error('Missing plugin name');
if (!this.message) throw new Error('Missing error message');
@@ -55,10 +75,56 @@ function PluginError(plugin, message, opt) {
util.inherits(PluginError, Error);
+PluginError.prototype._messageWithDetails = function() {
+ var messageWithDetails = 'Message:\n ' + this.message;
+ var details = this._messageDetails();
+
+ if (details !== '') {
+ messageWithDetails += '\n' + details;
+ }
+
+ return messageWithDetails;
+};
+
+PluginError.prototype._messageDetails = function() {
+ if (!this.showProperties) {
+ return '';
+ }
+
+ var properties = arrayDiffer(Object.keys(this), propertiesNotToDisplay);
+
+ if (properties.length === 0) {
+ return '';
+ }
+
+ var self = this;
+ properties = properties.map(function stringifyProperty(prop) {
+ return ' ' + prop + ': ' + self[prop];
+ });
+
+ return 'Details:\n' + properties.join('\n');
+};
+
PluginError.prototype.toString = function () {
- var sig = this.name+' in plugin \''+colors.cyan(this.plugin)+'\'';
- var msg = this.showStack ? (this._stack || this.stack) : this.message;
- return sig+'\n'+msg;
+ var sig = chalk.red(this.name) + ' in plugin \'' + chalk.cyan(this.plugin) + '\'';
+ var detailsWithStack = function(stack) {
+ return this._messageWithDetails() + '\nStack:\n' + stack;
+ }.bind(this);
+
+ var msg;
+ if (this.showStack) {
+ if (this.__safety) { // There is no wrapped error, use the stack captured in the PluginError ctor
+ msg = this.__safety.stack;
+ } else if (this._stack) {
+ msg = detailsWithStack(this._stack);
+ } else { // Stack from wrapped error
+ msg = detailsWithStack(this.stack);
+ }
+ } else {
+ msg = this._messageWithDetails();
+ }
+
+ return sig + '\n' + msg;
};
module.exports = PluginError;
diff --git a/node_modules/gulp-util/lib/beep.js b/node_modules/gulp-util/lib/beep.js
deleted file mode 100644
index 5473d7548..000000000
--- a/node_modules/gulp-util/lib/beep.js
+++ /dev/null
@@ -1,3 +0,0 @@
-module.exports = function() {
- process.stdout.write('\x07');
-};
diff --git a/node_modules/gulp-util/lib/buffer.js b/node_modules/gulp-util/lib/buffer.js
index 4cb064aca..26c940db1 100644
--- a/node_modules/gulp-util/lib/buffer.js
+++ b/node_modules/gulp-util/lib/buffer.js
@@ -12,4 +12,4 @@ module.exports = function(fn) {
cb();
};
return through.obj(push, end);
-}; \ No newline at end of file
+};
diff --git a/node_modules/gulp-util/lib/colors.js b/node_modules/gulp-util/lib/colors.js
deleted file mode 100644
index bc8049406..000000000
--- a/node_modules/gulp-util/lib/colors.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = require('chalk'); \ No newline at end of file
diff --git a/node_modules/gulp-util/lib/date.js b/node_modules/gulp-util/lib/date.js
deleted file mode 100644
index 935793cc6..000000000
--- a/node_modules/gulp-util/lib/date.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = require('dateformat'); \ No newline at end of file
diff --git a/node_modules/gulp-util/lib/env.js b/node_modules/gulp-util/lib/env.js
index ea1e03e4a..ee17c0e30 100644
--- a/node_modules/gulp-util/lib/env.js
+++ b/node_modules/gulp-util/lib/env.js
@@ -1,4 +1,4 @@
var parseArgs = require('minimist');
var argv = parseArgs(process.argv.slice(2));
-module.exports = argv; \ No newline at end of file
+module.exports = argv;
diff --git a/node_modules/gulp-util/lib/isBuffer.js b/node_modules/gulp-util/lib/isBuffer.js
index 0e23782c4..7c52f78c9 100644
--- a/node_modules/gulp-util/lib/isBuffer.js
+++ b/node_modules/gulp-util/lib/isBuffer.js
@@ -4,4 +4,4 @@ var Buffer = buf.Buffer;
// could use Buffer.isBuffer but this is the same exact thing...
module.exports = function(o) {
return typeof o === 'object' && o instanceof Buffer;
-}; \ No newline at end of file
+};
diff --git a/node_modules/gulp-util/lib/isNull.js b/node_modules/gulp-util/lib/isNull.js
index 403bb30e8..7f22c63ae 100644
--- a/node_modules/gulp-util/lib/isNull.js
+++ b/node_modules/gulp-util/lib/isNull.js
@@ -1,3 +1,3 @@
module.exports = function(v) {
return v === null;
-}; \ No newline at end of file
+};
diff --git a/node_modules/gulp-util/lib/isStream.js b/node_modules/gulp-util/lib/isStream.js
index 9ce0929b0..6b54e123b 100644
--- a/node_modules/gulp-util/lib/isStream.js
+++ b/node_modules/gulp-util/lib/isStream.js
@@ -2,4 +2,4 @@ var Stream = require('stream').Stream;
module.exports = function(o) {
return !!o && o instanceof Stream;
-}; \ No newline at end of file
+};
diff --git a/node_modules/gulp-util/lib/linefeed.js b/node_modules/gulp-util/lib/linefeed.js
deleted file mode 100644
index 5b0dfa4b1..000000000
--- a/node_modules/gulp-util/lib/linefeed.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = '\n'; \ No newline at end of file
diff --git a/node_modules/gulp-util/lib/log.js b/node_modules/gulp-util/lib/log.js
index e33d15ed9..bb843beef 100644
--- a/node_modules/gulp-util/lib/log.js
+++ b/node_modules/gulp-util/lib/log.js
@@ -1,10 +1,14 @@
-var colors = require('./colors');
-var date = require('./date');
+var hasGulplog = require('has-gulplog');
module.exports = function(){
- var time = '['+colors.grey(date(new Date(), 'HH:MM:ss'))+']';
- var args = Array.prototype.slice.call(arguments);
- args.unshift(time);
- console.log.apply(console, args);
+ if(hasGulplog()){
+ // specifically deferring loading here to keep from registering it globally
+ var gulplog = require('gulplog');
+ gulplog.info.apply(gulplog, arguments);
+ } else {
+ // specifically defering loading because it might not be used
+ var fancylog = require('fancy-log');
+ fancylog.apply(null, arguments);
+ }
return this;
};
diff --git a/node_modules/gulp-util/lib/replaceExtension.js b/node_modules/gulp-util/lib/replaceExtension.js
deleted file mode 100644
index 3f76938e4..000000000
--- a/node_modules/gulp-util/lib/replaceExtension.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var path = require('path');
-
-module.exports = function(npath, ext) {
- if (typeof npath !== 'string') return npath;
- if (npath.length === 0) return npath;
-
- var nFileName = path.basename(npath, path.extname(npath))+ext;
- return path.join(path.dirname(npath), nFileName);
-}; \ No newline at end of file
diff --git a/node_modules/gulp-util/lib/template.js b/node_modules/gulp-util/lib/template.js
index c467820f3..eef3bb376 100644
--- a/node_modules/gulp-util/lib/template.js
+++ b/node_modules/gulp-util/lib/template.js
@@ -1,17 +1,21 @@
var template = require('lodash.template');
+var reEscape = require('lodash._reescape');
+var reEvaluate = require('lodash._reevaluate');
var reInterpolate = require('lodash._reinterpolate');
var forcedSettings = {
- escape: /<%-([\s\S]+?)%>/g,
- evaluate: /<%([\s\S]+?)%>/g,
+ escape: reEscape,
+ evaluate: reEvaluate,
interpolate: reInterpolate
};
-module.exports = function(tmpl, data){
- var fn = template(tmpl, null, forcedSettings);
+module.exports = function(tmpl, data) {
+ var fn = template(tmpl, forcedSettings);
var wrapped = function(o) {
- if (typeof o === 'undefined' || typeof o.file === 'undefined') throw new Error('Failed to provide the current file as "file" to the template');
+ if (typeof o === 'undefined' || typeof o.file === 'undefined') {
+ throw new Error('Failed to provide the current file as "file" to the template');
+ }
return fn(o);
};
diff --git a/node_modules/gulp-util/node_modules/.bin/dateformat b/node_modules/gulp-util/node_modules/.bin/dateformat
deleted file mode 120000
index 017f21508..000000000
--- a/node_modules/gulp-util/node_modules/.bin/dateformat
+++ /dev/null
@@ -1 +0,0 @@
-../../../dateformat/bin/cli.js \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/ansi-regex/index.js b/node_modules/gulp-util/node_modules/ansi-regex/index.js
deleted file mode 100644
index 783c5c7bb..000000000
--- a/node_modules/gulp-util/node_modules/ansi-regex/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-'use strict';
-module.exports = function () {
- return /\u001b\[(?:[0-9]{1,3}(?:;[0-9]{1,3})*)?[m|K]/g;
-};
diff --git a/node_modules/gulp-util/node_modules/ansi-regex/package.json b/node_modules/gulp-util/node_modules/ansi-regex/package.json
deleted file mode 100644
index 2734a7873..000000000
--- a/node_modules/gulp-util/node_modules/ansi-regex/package.json
+++ /dev/null
@@ -1,51 +0,0 @@
-{
- "name": "ansi-regex",
- "version": "0.2.1",
- "description": "Regular expression for matching ANSI escape codes",
- "license": "MIT",
- "repository": "sindresorhus/ansi-regex",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "tty",
- "escape",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "command-line",
- "text",
- "regex",
- "regexp",
- "re",
- "match",
- "test",
- "find",
- "pattern"
- ],
- "devDependencies": {
- "mocha": "*"
- }
-}
diff --git a/node_modules/gulp-util/node_modules/ansi-regex/readme.md b/node_modules/gulp-util/node_modules/ansi-regex/readme.md
deleted file mode 100644
index ae876e729..000000000
--- a/node_modules/gulp-util/node_modules/ansi-regex/readme.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# ansi-regex [![Build Status](https://travis-ci.org/sindresorhus/ansi-regex.svg?branch=master)](https://travis-ci.org/sindresorhus/ansi-regex)
-
-> Regular expression for matching [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code)
-
-
-## Install
-
-```sh
-$ npm install --save ansi-regex
-```
-
-
-## Usage
-
-```js
-var ansiRegex = require('ansi-regex');
-
-ansiRegex().test('\u001b[4mcake\u001b[0m');
-//=> true
-
-ansiRegex().test('cake');
-//=> false
-
-'\u001b[4mcake\u001b[0m'.match(ansiRegex());
-//=> ['\u001b[4m', '\u001b[0m']
-```
-
-*It's a function so you can create multiple instances. Regexes with the global flag will have the `.lastIndex` property changed for each call to methods on the instance. Therefore reusing the instance with multiple calls will not work as expected for `.test()`.*
-
-
-## License
-
-MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/gulp-util/node_modules/ansi-styles/index.js b/node_modules/gulp-util/node_modules/ansi-styles/index.js
deleted file mode 100644
index 2d8b4726d..000000000
--- a/node_modules/gulp-util/node_modules/ansi-styles/index.js
+++ /dev/null
@@ -1,40 +0,0 @@
-'use strict';
-var styles = module.exports;
-
-var codes = {
- reset: [0, 0],
-
- bold: [1, 22], // 21 isn't widely supported and 22 does the same thing
- dim: [2, 22],
- italic: [3, 23],
- underline: [4, 24],
- inverse: [7, 27],
- hidden: [8, 28],
- strikethrough: [9, 29],
-
- black: [30, 39],
- red: [31, 39],
- green: [32, 39],
- yellow: [33, 39],
- blue: [34, 39],
- magenta: [35, 39],
- cyan: [36, 39],
- white: [37, 39],
- gray: [90, 39],
-
- bgBlack: [40, 49],
- bgRed: [41, 49],
- bgGreen: [42, 49],
- bgYellow: [43, 49],
- bgBlue: [44, 49],
- bgMagenta: [45, 49],
- bgCyan: [46, 49],
- bgWhite: [47, 49]
-};
-
-Object.keys(codes).forEach(function (key) {
- var val = codes[key];
- var style = styles[key] = {};
- style.open = '\u001b[' + val[0] + 'm';
- style.close = '\u001b[' + val[1] + 'm';
-});
diff --git a/node_modules/gulp-util/node_modules/ansi-styles/package.json b/node_modules/gulp-util/node_modules/ansi-styles/package.json
deleted file mode 100644
index a9ba60766..000000000
--- a/node_modules/gulp-util/node_modules/ansi-styles/package.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": "ansi-styles",
- "version": "1.1.0",
- "description": "ANSI escape codes for styling strings in the terminal",
- "license": "MIT",
- "repository": "sindresorhus/ansi-styles",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "tty",
- "escape",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "devDependencies": {
- "mocha": "*"
- }
-}
diff --git a/node_modules/gulp-util/node_modules/ansi-styles/readme.md b/node_modules/gulp-util/node_modules/ansi-styles/readme.md
deleted file mode 100644
index 73584cc95..000000000
--- a/node_modules/gulp-util/node_modules/ansi-styles/readme.md
+++ /dev/null
@@ -1,70 +0,0 @@
-# ansi-styles [![Build Status](https://travis-ci.org/sindresorhus/ansi-styles.svg?branch=master)](https://travis-ci.org/sindresorhus/ansi-styles)
-
-> [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors_and_Styles) for styling strings in the terminal
-
-You probably want the higher-level [chalk](https://github.com/sindresorhus/chalk) module for styling your strings.
-
-![screenshot](screenshot.png)
-
-
-## Install
-
-```sh
-$ npm install --save ansi-styles
-```
-
-
-## Usage
-
-```js
-var ansi = require('ansi-styles');
-
-console.log(ansi.green.open + 'Hello world!' + ansi.green.close);
-```
-
-
-## API
-
-Each style has an `open` and `close` property.
-
-
-## Styles
-
-### General
-
-- `reset`
-- `bold`
-- `dim`
-- `italic` *(not widely supported)*
-- `underline`
-- `inverse`
-- `hidden`
-- `strikethrough` *(not widely supported)*
-
-### Text colors
-
-- `black`
-- `red`
-- `green`
-- `yellow`
-- `blue`
-- `magenta`
-- `cyan`
-- `white`
-- `gray`
-
-### Background colors
-
-- `bgBlack`
-- `bgRed`
-- `bgGreen`
-- `bgYellow`
-- `bgBlue`
-- `bgMagenta`
-- `bgCyan`
-- `bgWhite`
-
-
-## License
-
-MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/gulp-util/node_modules/chalk/index.js b/node_modules/gulp-util/node_modules/chalk/index.js
deleted file mode 100644
index ac1f16820..000000000
--- a/node_modules/gulp-util/node_modules/chalk/index.js
+++ /dev/null
@@ -1,95 +0,0 @@
-'use strict';
-var escapeStringRegexp = require('escape-string-regexp');
-var ansiStyles = require('ansi-styles');
-var stripAnsi = require('strip-ansi');
-var hasAnsi = require('has-ansi');
-var supportsColor = require('supports-color');
-var defineProps = Object.defineProperties;
-var chalk = module.exports;
-
-function build(_styles) {
- var builder = function builder() {
- return applyStyle.apply(builder, arguments);
- };
- builder._styles = _styles;
- // __proto__ is used because we must return a function, but there is
- // no way to create a function with a different prototype.
- builder.__proto__ = proto;
- return builder;
-}
-
-var styles = (function () {
- var ret = {};
-
- ansiStyles.grey = ansiStyles.gray;
-
- Object.keys(ansiStyles).forEach(function (key) {
- ansiStyles[key].closeRe = new RegExp(escapeStringRegexp(ansiStyles[key].close), 'g');
-
- ret[key] = {
- get: function () {
- return build(this._styles.concat(key));
- }
- };
- });
-
- return ret;
-})();
-
-var proto = defineProps(function chalk() {}, styles);
-
-function applyStyle() {
- // support varags, but simply cast to string in case there's only one arg
- var args = arguments;
- var argsLen = args.length;
- var str = argsLen !== 0 && String(arguments[0]);
- if (argsLen > 1) {
- // don't slice `arguments`, it prevents v8 optimizations
- for (var a = 1; a < argsLen; a++) {
- str += ' ' + args[a];
- }
- }
-
- if (!chalk.enabled || !str) {
- return str;
- }
-
- /*jshint validthis: true*/
- var nestedStyles = this._styles;
-
- for (var i = 0; i < nestedStyles.length; i++) {
- var code = ansiStyles[nestedStyles[i]];
- // Replace any instances already present with a re-opening code
- // otherwise only the part of the string until said closing code
- // will be colored, and the rest will simply be 'plain'.
- str = code.open + str.replace(code.closeRe, code.open) + code.close;
- }
-
- return str;
-}
-
-function init() {
- var ret = {};
-
- Object.keys(styles).forEach(function (name) {
- ret[name] = {
- get: function () {
- return build([name]);
- }
- };
- });
-
- return ret;
-}
-
-defineProps(chalk, init());
-
-chalk.styles = ansiStyles;
-chalk.hasColor = hasAnsi;
-chalk.stripColor = stripAnsi;
-chalk.supportsColor = supportsColor;
-
-// detect mode if not set manually
-if (chalk.enabled === undefined) {
- chalk.enabled = chalk.supportsColor;
-}
diff --git a/node_modules/gulp-util/node_modules/chalk/node_modules/.bin/has-ansi b/node_modules/gulp-util/node_modules/chalk/node_modules/.bin/has-ansi
deleted file mode 120000
index 957e9f8cf..000000000
--- a/node_modules/gulp-util/node_modules/chalk/node_modules/.bin/has-ansi
+++ /dev/null
@@ -1 +0,0 @@
-../../../has-ansi/cli.js \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/chalk/node_modules/.bin/strip-ansi b/node_modules/gulp-util/node_modules/chalk/node_modules/.bin/strip-ansi
deleted file mode 120000
index f7646606c..000000000
--- a/node_modules/gulp-util/node_modules/chalk/node_modules/.bin/strip-ansi
+++ /dev/null
@@ -1 +0,0 @@
-../../../strip-ansi/cli.js \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/chalk/node_modules/.bin/supports-color b/node_modules/gulp-util/node_modules/chalk/node_modules/.bin/supports-color
deleted file mode 120000
index 886732fac..000000000
--- a/node_modules/gulp-util/node_modules/chalk/node_modules/.bin/supports-color
+++ /dev/null
@@ -1 +0,0 @@
-../../../supports-color/cli.js \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/chalk/package.json b/node_modules/gulp-util/node_modules/chalk/package.json
deleted file mode 100644
index e58fe486a..000000000
--- a/node_modules/gulp-util/node_modules/chalk/package.json
+++ /dev/null
@@ -1,53 +0,0 @@
-{
- "name": "chalk",
- "version": "0.5.1",
- "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.",
- "license": "MIT",
- "repository": "sindresorhus/chalk",
- "maintainers": [
- "Sindre Sorhus <sindresorhus@gmail.com> (http://sindresorhus.com)",
- "Joshua Appelman <joshua@jbna.nl>"
- ],
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha",
- "bench": "matcha benchmark.js"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "ansi",
- "styles",
- "tty",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "dependencies": {
- "ansi-styles": "^1.1.0",
- "escape-string-regexp": "^1.0.0",
- "has-ansi": "^0.1.0",
- "strip-ansi": "^0.3.0",
- "supports-color": "^0.2.0"
- },
- "devDependencies": {
- "matcha": "^0.5.0",
- "mocha": "*"
- }
-}
diff --git a/node_modules/gulp-util/node_modules/chalk/readme.md b/node_modules/gulp-util/node_modules/chalk/readme.md
deleted file mode 100644
index 239c791f8..000000000
--- a/node_modules/gulp-util/node_modules/chalk/readme.md
+++ /dev/null
@@ -1,175 +0,0 @@
-# <img width="300" src="https://cdn.rawgit.com/sindresorhus/chalk/77ae94f63ab1ac61389b190e5a59866569d1a376/logo.svg" alt="chalk">
-
-> Terminal string styling done right
-
-[![Build Status](https://travis-ci.org/sindresorhus/chalk.svg?branch=master)](https://travis-ci.org/sindresorhus/chalk)
-![](http://img.shields.io/badge/unicorn-approved-ff69b4.svg)
-
-[colors.js](https://github.com/Marak/colors.js) is currently the most popular string styling module, but it has serious deficiencies like extending String.prototype which causes all kinds of [problems](https://github.com/yeoman/yo/issues/68). Although there are other ones, they either do too much or not enough.
-
-**Chalk is a clean and focused alternative.**
-
-![screenshot](https://github.com/sindresorhus/ansi-styles/raw/master/screenshot.png)
-
-
-## Why
-
-- Highly performant
-- Doesn't extend String.prototype
-- Expressive API
-- Ability to nest styles
-- Clean and focused
-- Auto-detects color support
-- Actively maintained
-- [Used by 1000+ modules](https://npmjs.org/browse/depended/chalk)
-
-
-## Install
-
-```sh
-$ npm install --save chalk
-```
-
-
-## Usage
-
-Chalk comes with an easy to use composable API where you just chain and nest the styles you want.
-
-```js
-var chalk = require('chalk');
-
-// style a string
-console.log( chalk.blue('Hello world!') );
-
-// combine styled and normal strings
-console.log( chalk.blue('Hello'), 'World' + chalk.red('!') );
-
-// compose multiple styles using the chainable API
-console.log( chalk.blue.bgRed.bold('Hello world!') );
-
-// pass in multiple arguments
-console.log( chalk.blue('Hello', 'World!', 'Foo', 'bar', 'biz', 'baz') );
-
-// nest styles
-console.log( chalk.red('Hello', chalk.underline.bgBlue('world') + '!') );
-
-// nest styles of the same type even (color, underline, background)
-console.log( chalk.green('I am a green line ' + chalk.blue('with a blue substring') + ' that becomes green again!') );
-```
-
-Easily define your own themes.
-
-```js
-var chalk = require('chalk');
-var error = chalk.bold.red;
-console.log(error('Error!'));
-```
-
-Take advantage of console.log [string substitution](http://nodejs.org/docs/latest/api/console.html#console_console_log_data).
-
-```js
-var name = 'Sindre';
-console.log(chalk.green('Hello %s'), name);
-//=> Hello Sindre
-```
-
-
-## API
-
-### chalk.`<style>[.<style>...](string, [string...])`
-
-Example: `chalk.red.bold.underline('Hello', 'world');`
-
-Chain [styles](#styles) and call the last one as a method with a string argument. Order doesn't matter.
-
-Multiple arguments will be separated by space.
-
-### chalk.enabled
-
-Color support is automatically detected, but you can override it.
-
-### chalk.supportsColor
-
-Detect whether the terminal [supports color](https://github.com/sindresorhus/supports-color).
-
-Can be overridden by the user with the flags `--color` and `--no-color`.
-
-Used internally and handled for you, but exposed for convenience.
-
-### chalk.styles
-
-Exposes the styles as [ANSI escape codes](https://github.com/sindresorhus/ansi-styles).
-
-Generally not useful, but you might need just the `.open` or `.close` escape code if you're mixing externally styled strings with yours.
-
-```js
-var chalk = require('chalk');
-
-console.log(chalk.styles.red);
-//=> {open: '\u001b[31m', close: '\u001b[39m'}
-
-console.log(chalk.styles.red.open + 'Hello' + chalk.styles.red.close);
-```
-
-### chalk.hasColor(string)
-
-Check whether a string [has color](https://github.com/sindresorhus/has-ansi).
-
-### chalk.stripColor(string)
-
-[Strip color](https://github.com/sindresorhus/strip-ansi) from a string.
-
-Can be useful in combination with `.supportsColor` to strip color on externally styled text when it's not supported.
-
-Example:
-
-```js
-var chalk = require('chalk');
-var styledString = getText();
-
-if (!chalk.supportsColor) {
- styledString = chalk.stripColor(styledString);
-}
-```
-
-
-## Styles
-
-### General
-
-- `reset`
-- `bold`
-- `dim`
-- `italic` *(not widely supported)*
-- `underline`
-- `inverse`
-- `hidden`
-- `strikethrough` *(not widely supported)*
-
-### Text colors
-
-- `black`
-- `red`
-- `green`
-- `yellow`
-- `blue`
-- `magenta`
-- `cyan`
-- `white`
-- `gray`
-
-### Background colors
-
-- `bgBlack`
-- `bgRed`
-- `bgGreen`
-- `bgYellow`
-- `bgBlue`
-- `bgMagenta`
-- `bgCyan`
-- `bgWhite`
-
-
-## License
-
-MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/gulp-util/node_modules/clone-stats/LICENSE.md b/node_modules/gulp-util/node_modules/clone-stats/LICENSE.md
deleted file mode 100644
index 146cb32a7..000000000
--- a/node_modules/gulp-util/node_modules/clone-stats/LICENSE.md
+++ /dev/null
@@ -1,21 +0,0 @@
-## The MIT License (MIT) ##
-
-Copyright (c) 2014 Hugh Kennedy
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/node_modules/gulp-util/node_modules/clone-stats/README.md b/node_modules/gulp-util/node_modules/clone-stats/README.md
deleted file mode 100644
index 8b12b6fa5..000000000
--- a/node_modules/gulp-util/node_modules/clone-stats/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# clone-stats [![Flattr this!](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=hughskennedy&url=http://github.com/hughsk/clone-stats&title=clone-stats&description=hughsk/clone-stats%20on%20GitHub&language=en_GB&tags=flattr,github,javascript&category=software)[![experimental](http://hughsk.github.io/stability-badges/dist/experimental.svg)](http://github.com/hughsk/stability-badges) #
-
-Safely clone node's
-[`fs.Stats`](http://nodejs.org/api/fs.html#fs_class_fs_stats) instances without
-losing their class methods, i.e. `stat.isDirectory()` and co.
-
-## Usage ##
-
-[![clone-stats](https://nodei.co/npm/clone-stats.png?mini=true)](https://nodei.co/npm/clone-stats)
-
-### `copy = require('clone-stats')(stat)` ###
-
-Returns a clone of the original `fs.Stats` instance (`stat`).
-
-## License ##
-
-MIT. See [LICENSE.md](http://github.com/hughsk/clone-stats/blob/master/LICENSE.md) for details.
diff --git a/node_modules/gulp-util/node_modules/clone-stats/index.js b/node_modules/gulp-util/node_modules/clone-stats/index.js
deleted file mode 100644
index e797cfe6e..000000000
--- a/node_modules/gulp-util/node_modules/clone-stats/index.js
+++ /dev/null
@@ -1,13 +0,0 @@
-var Stat = require('fs').Stats
-
-module.exports = cloneStats
-
-function cloneStats(stats) {
- var replacement = new Stat
-
- Object.keys(stats).forEach(function(key) {
- replacement[key] = stats[key]
- })
-
- return replacement
-}
diff --git a/node_modules/gulp-util/node_modules/clone-stats/package.json b/node_modules/gulp-util/node_modules/clone-stats/package.json
deleted file mode 100644
index 2880625c1..000000000
--- a/node_modules/gulp-util/node_modules/clone-stats/package.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "name": "clone-stats",
- "description": "Safely clone node's fs.Stats instances without losing their class methods",
- "version": "0.0.1",
- "main": "index.js",
- "browser": "index.js",
- "dependencies": {},
- "devDependencies": {
- "tape": "~2.3.2"
- },
- "scripts": {
- "test": "node test"
- },
- "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git://github.com/hughsk/clone-stats"
- },
- "bugs": {
- "url": "https://github.com/hughsk/clone-stats/issues"
- },
- "homepage": "https://github.com/hughsk/clone-stats",
- "keywords": [
- "stats",
- "fs",
- "clone",
- "copy",
- "prototype"
- ]
-}
diff --git a/node_modules/gulp-util/node_modules/clone-stats/test.js b/node_modules/gulp-util/node_modules/clone-stats/test.js
deleted file mode 100644
index e4bb2814d..000000000
--- a/node_modules/gulp-util/node_modules/clone-stats/test.js
+++ /dev/null
@@ -1,36 +0,0 @@
-var test = require('tape')
-var clone = require('./')
-var fs = require('fs')
-
-test('file', function(t) {
- compare(t, fs.statSync(__filename))
- t.end()
-})
-
-test('directory', function(t) {
- compare(t, fs.statSync(__dirname))
- t.end()
-})
-
-function compare(t, stat) {
- var copy = clone(stat)
-
- t.deepEqual(stat, copy, 'clone has equal properties')
- t.ok(stat instanceof fs.Stats, 'original is an fs.Stat')
- t.ok(copy instanceof fs.Stats, 'copy is an fs.Stat')
-
- ;['isDirectory'
- , 'isFile'
- , 'isBlockDevice'
- , 'isCharacterDevice'
- , 'isSymbolicLink'
- , 'isFIFO'
- , 'isSocket'
- ].forEach(function(method) {
- t.equal(
- stat[method].call(stat)
- , copy[method].call(copy)
- , 'equal value for stat.' + method + '()'
- )
- })
-}
diff --git a/node_modules/gulp-util/node_modules/has-ansi/cli.js b/node_modules/gulp-util/node_modules/has-ansi/cli.js
deleted file mode 100755
index e0956fcc7..000000000
--- a/node_modules/gulp-util/node_modules/has-ansi/cli.js
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/usr/bin/env node
-'use strict';
-var pkg = require('./package.json');
-var hasAnsi = require('./');
-var input = process.argv[2];
-
-function stdin(cb) {
- var ret = '';
- process.stdin.setEncoding('utf8');
- process.stdin.on('data', function (data) {
- ret += data;
- });
- process.stdin.on('end', function () {
- cb(ret);
- });
-}
-
-function help() {
- console.log([
- pkg.description,
- '',
- 'Usage',
- ' $ has-ansi <string>',
- ' $ echo <string> | has-ansi',
- '',
- 'Exits with code 0 if input has ANSI escape codes and 1 if not'
- ].join('\n'));
-}
-
-function init(data) {
- process.exit(hasAnsi(data) ? 0 : 1);
-}
-
-if (process.argv.indexOf('--help') !== -1) {
- help();
- return;
-}
-
-if (process.argv.indexOf('--version') !== -1) {
- console.log(pkg.version);
- return;
-}
-
-if (process.stdin.isTTY) {
- if (!input) {
- help();
- return;
- }
-
- init(input);
-} else {
- stdin(init);
-}
diff --git a/node_modules/gulp-util/node_modules/has-ansi/index.js b/node_modules/gulp-util/node_modules/has-ansi/index.js
deleted file mode 100644
index 98fae0676..000000000
--- a/node_modules/gulp-util/node_modules/has-ansi/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-'use strict';
-var ansiRegex = require('ansi-regex');
-var re = new RegExp(ansiRegex().source); // remove the `g` flag
-module.exports = re.test.bind(re);
diff --git a/node_modules/gulp-util/node_modules/has-ansi/package.json b/node_modules/gulp-util/node_modules/has-ansi/package.json
deleted file mode 100644
index 047ff0d07..000000000
--- a/node_modules/gulp-util/node_modules/has-ansi/package.json
+++ /dev/null
@@ -1,57 +0,0 @@
-{
- "name": "has-ansi",
- "version": "0.1.0",
- "description": "Check if a string has ANSI escape codes",
- "license": "MIT",
- "repository": "sindresorhus/has-ansi",
- "bin": {
- "has-ansi": "cli.js"
- },
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "files": [
- "index.js",
- "cli.js"
- ],
- "keywords": [
- "cli",
- "bin",
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "string",
- "tty",
- "escape",
- "shell",
- "xterm",
- "command-line",
- "text",
- "regex",
- "regexp",
- "re",
- "match",
- "test",
- "find",
- "pattern",
- "has"
- ],
- "dependencies": {
- "ansi-regex": "^0.2.0"
- },
- "devDependencies": {
- "mocha": "*"
- }
-}
diff --git a/node_modules/gulp-util/node_modules/has-ansi/readme.md b/node_modules/gulp-util/node_modules/has-ansi/readme.md
deleted file mode 100644
index 070221231..000000000
--- a/node_modules/gulp-util/node_modules/has-ansi/readme.md
+++ /dev/null
@@ -1,45 +0,0 @@
-# has-ansi [![Build Status](https://travis-ci.org/sindresorhus/has-ansi.svg?branch=master)](https://travis-ci.org/sindresorhus/has-ansi)
-
-> Check if a string has [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code)
-
-
-## Install
-
-```sh
-$ npm install --save has-ansi
-```
-
-
-## Usage
-
-```js
-var hasAnsi = require('has-ansi');
-
-hasAnsi('\u001b[4mcake\u001b[0m');
-//=> true
-
-hasAnsi('cake');
-//=> false
-```
-
-
-## CLI
-
-```sh
-$ npm install --global has-ansi
-```
-
-```
-$ has-ansi --help
-
-Usage
- $ has-ansi <string>
- $ echo <string> | has-ansi
-
-Exits with code 0 if input has ANSI escape codes and 1 if not
-```
-
-
-## License
-
-MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/gulp-util/node_modules/isarray/README.md b/node_modules/gulp-util/node_modules/isarray/README.md
deleted file mode 100644
index 052a62b8d..000000000
--- a/node_modules/gulp-util/node_modules/isarray/README.md
+++ /dev/null
@@ -1,54 +0,0 @@
-
-# isarray
-
-`Array#isArray` for older browsers.
-
-## Usage
-
-```js
-var isArray = require('isarray');
-
-console.log(isArray([])); // => true
-console.log(isArray({})); // => false
-```
-
-## Installation
-
-With [npm](http://npmjs.org) do
-
-```bash
-$ npm install isarray
-```
-
-Then bundle for the browser with
-[browserify](https://github.com/substack/browserify).
-
-With [component](http://component.io) do
-
-```bash
-$ component install juliangruber/isarray
-```
-
-## License
-
-(MIT)
-
-Copyright (c) 2013 Julian Gruber &lt;julian@juliangruber.com&gt;
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
diff --git a/node_modules/gulp-util/node_modules/isarray/build/build.js b/node_modules/gulp-util/node_modules/isarray/build/build.js
deleted file mode 100644
index ec58596ae..000000000
--- a/node_modules/gulp-util/node_modules/isarray/build/build.js
+++ /dev/null
@@ -1,209 +0,0 @@
-
-/**
- * Require the given path.
- *
- * @param {String} path
- * @return {Object} exports
- * @api public
- */
-
-function require(path, parent, orig) {
- var resolved = require.resolve(path);
-
- // lookup failed
- if (null == resolved) {
- orig = orig || path;
- parent = parent || 'root';
- var err = new Error('Failed to require "' + orig + '" from "' + parent + '"');
- err.path = orig;
- err.parent = parent;
- err.require = true;
- throw err;
- }
-
- var module = require.modules[resolved];
-
- // perform real require()
- // by invoking the module's
- // registered function
- if (!module.exports) {
- module.exports = {};
- module.client = module.component = true;
- module.call(this, module.exports, require.relative(resolved), module);
- }
-
- return module.exports;
-}
-
-/**
- * Registered modules.
- */
-
-require.modules = {};
-
-/**
- * Registered aliases.
- */
-
-require.aliases = {};
-
-/**
- * Resolve `path`.
- *
- * Lookup:
- *
- * - PATH/index.js
- * - PATH.js
- * - PATH
- *
- * @param {String} path
- * @return {String} path or null
- * @api private
- */
-
-require.resolve = function(path) {
- if (path.charAt(0) === '/') path = path.slice(1);
- var index = path + '/index.js';
-
- var paths = [
- path,
- path + '.js',
- path + '.json',
- path + '/index.js',
- path + '/index.json'
- ];
-
- for (var i = 0; i < paths.length; i++) {
- var path = paths[i];
- if (require.modules.hasOwnProperty(path)) return path;
- }
-
- if (require.aliases.hasOwnProperty(index)) {
- return require.aliases[index];
- }
-};
-
-/**
- * Normalize `path` relative to the current path.
- *
- * @param {String} curr
- * @param {String} path
- * @return {String}
- * @api private
- */
-
-require.normalize = function(curr, path) {
- var segs = [];
-
- if ('.' != path.charAt(0)) return path;
-
- curr = curr.split('/');
- path = path.split('/');
-
- for (var i = 0; i < path.length; ++i) {
- if ('..' == path[i]) {
- curr.pop();
- } else if ('.' != path[i] && '' != path[i]) {
- segs.push(path[i]);
- }
- }
-
- return curr.concat(segs).join('/');
-};
-
-/**
- * Register module at `path` with callback `definition`.
- *
- * @param {String} path
- * @param {Function} definition
- * @api private
- */
-
-require.register = function(path, definition) {
- require.modules[path] = definition;
-};
-
-/**
- * Alias a module definition.
- *
- * @param {String} from
- * @param {String} to
- * @api private
- */
-
-require.alias = function(from, to) {
- if (!require.modules.hasOwnProperty(from)) {
- throw new Error('Failed to alias "' + from + '", it does not exist');
- }
- require.aliases[to] = from;
-};
-
-/**
- * Return a require function relative to the `parent` path.
- *
- * @param {String} parent
- * @return {Function}
- * @api private
- */
-
-require.relative = function(parent) {
- var p = require.normalize(parent, '..');
-
- /**
- * lastIndexOf helper.
- */
-
- function lastIndexOf(arr, obj) {
- var i = arr.length;
- while (i--) {
- if (arr[i] === obj) return i;
- }
- return -1;
- }
-
- /**
- * The relative require() itself.
- */
-
- function localRequire(path) {
- var resolved = localRequire.resolve(path);
- return require(resolved, parent, path);
- }
-
- /**
- * Resolve relative to the parent.
- */
-
- localRequire.resolve = function(path) {
- var c = path.charAt(0);
- if ('/' == c) return path.slice(1);
- if ('.' == c) return require.normalize(p, path);
-
- // resolve deps by returning
- // the dep in the nearest "deps"
- // directory
- var segs = parent.split('/');
- var i = lastIndexOf(segs, 'deps') + 1;
- if (!i) i = 0;
- path = segs.slice(0, i + 1).join('/') + '/deps/' + path;
- return path;
- };
-
- /**
- * Check if module is defined at `path`.
- */
-
- localRequire.exists = function(path) {
- return require.modules.hasOwnProperty(localRequire.resolve(path));
- };
-
- return localRequire;
-};
-require.register("isarray/index.js", function(exports, require, module){
-module.exports = Array.isArray || function (arr) {
- return Object.prototype.toString.call(arr) == '[object Array]';
-};
-
-});
-require.alias("isarray/index.js", "isarray/index.js");
-
diff --git a/node_modules/gulp-util/node_modules/isarray/component.json b/node_modules/gulp-util/node_modules/isarray/component.json
deleted file mode 100644
index 9e31b6838..000000000
--- a/node_modules/gulp-util/node_modules/isarray/component.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "name" : "isarray",
- "description" : "Array#isArray for older browsers",
- "version" : "0.0.1",
- "repository" : "juliangruber/isarray",
- "homepage": "https://github.com/juliangruber/isarray",
- "main" : "index.js",
- "scripts" : [
- "index.js"
- ],
- "dependencies" : {},
- "keywords": ["browser","isarray","array"],
- "author": {
- "name": "Julian Gruber",
- "email": "mail@juliangruber.com",
- "url": "http://juliangruber.com"
- },
- "license": "MIT"
-}
diff --git a/node_modules/gulp-util/node_modules/isarray/index.js b/node_modules/gulp-util/node_modules/isarray/index.js
deleted file mode 100644
index 5f5ad45d4..000000000
--- a/node_modules/gulp-util/node_modules/isarray/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-module.exports = Array.isArray || function (arr) {
- return Object.prototype.toString.call(arr) == '[object Array]';
-};
diff --git a/node_modules/gulp-util/node_modules/isarray/package.json b/node_modules/gulp-util/node_modules/isarray/package.json
deleted file mode 100644
index 5a1e9c109..000000000
--- a/node_modules/gulp-util/node_modules/isarray/package.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name" : "isarray",
- "description" : "Array#isArray for older browsers",
- "version" : "0.0.1",
- "repository" : {
- "type" : "git",
- "url" : "git://github.com/juliangruber/isarray.git"
- },
- "homepage": "https://github.com/juliangruber/isarray",
- "main" : "index.js",
- "scripts" : {
- "test" : "tap test/*.js"
- },
- "dependencies" : {},
- "devDependencies" : {
- "tap" : "*"
- },
- "keywords": ["browser","isarray","array"],
- "author": {
- "name": "Julian Gruber",
- "email": "mail@juliangruber.com",
- "url": "http://juliangruber.com"
- },
- "license": "MIT"
-}
diff --git a/node_modules/gulp-util/node_modules/minimist/.travis.yml b/node_modules/gulp-util/node_modules/minimist/.travis.yml
deleted file mode 100644
index cc4dba29d..000000000
--- a/node_modules/gulp-util/node_modules/minimist/.travis.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-language: node_js
-node_js:
- - "0.8"
- - "0.10"
diff --git a/node_modules/gulp-util/node_modules/minimist/LICENSE b/node_modules/gulp-util/node_modules/minimist/LICENSE
deleted file mode 100644
index ee27ba4b4..000000000
--- a/node_modules/gulp-util/node_modules/minimist/LICENSE
+++ /dev/null
@@ -1,18 +0,0 @@
-This software is released under the MIT license:
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/node_modules/gulp-util/node_modules/minimist/example/parse.js b/node_modules/gulp-util/node_modules/minimist/example/parse.js
deleted file mode 100644
index abff3e8ee..000000000
--- a/node_modules/gulp-util/node_modules/minimist/example/parse.js
+++ /dev/null
@@ -1,2 +0,0 @@
-var argv = require('../')(process.argv.slice(2));
-console.dir(argv);
diff --git a/node_modules/gulp-util/node_modules/minimist/index.js b/node_modules/gulp-util/node_modules/minimist/index.js
deleted file mode 100644
index 9549c96fb..000000000
--- a/node_modules/gulp-util/node_modules/minimist/index.js
+++ /dev/null
@@ -1,200 +0,0 @@
-module.exports = function (args, opts) {
- if (!opts) opts = {};
-
- var flags = { bools : {}, strings : {} };
-
- if (typeof opts['boolean'] === 'boolean' && opts['boolean']) {
- flags.allBools = true;
- } else {
- [].concat(opts['boolean']).filter(Boolean).forEach(function (key) {
- flags.bools[key] = true;
- });
- }
-
- var aliases = {};
- Object.keys(opts.alias || {}).forEach(function (key) {
- aliases[key] = [].concat(opts.alias[key]);
- aliases[key].forEach(function (x) {
- aliases[x] = [key].concat(aliases[key].filter(function (y) {
- return x !== y;
- }));
- });
- });
-
- [].concat(opts.string).filter(Boolean).forEach(function (key) {
- flags.strings[key] = true;
- if (aliases[key]) {
- flags.strings[aliases[key]] = true;
- }
- });
-
- var defaults = opts['default'] || {};
-
- var argv = { _ : [] };
- Object.keys(flags.bools).forEach(function (key) {
- setArg(key, defaults[key] === undefined ? false : defaults[key]);
- });
-
- var notFlags = [];
-
- if (args.indexOf('--') !== -1) {
- notFlags = args.slice(args.indexOf('--')+1);
- args = args.slice(0, args.indexOf('--'));
- }
-
- function setArg (key, val) {
- var value = !flags.strings[key] && isNumber(val)
- ? Number(val) : val
- ;
- setKey(argv, key.split('.'), value);
-
- (aliases[key] || []).forEach(function (x) {
- setKey(argv, x.split('.'), value);
- });
- }
-
- for (var i = 0; i < args.length; i++) {
- var arg = args[i];
-
- if (/^--.+=/.test(arg)) {
- // Using [\s\S] instead of . because js doesn't support the
- // 'dotall' regex modifier. See:
- // http://stackoverflow.com/a/1068308/13216
- var m = arg.match(/^--([^=]+)=([\s\S]*)$/);
- setArg(m[1], m[2]);
- }
- else if (/^--no-.+/.test(arg)) {
- var key = arg.match(/^--no-(.+)/)[1];
- setArg(key, false);
- }
- else if (/^--.+/.test(arg)) {
- var key = arg.match(/^--(.+)/)[1];
- var next = args[i + 1];
- if (next !== undefined && !/^-/.test(next)
- && !flags.bools[key]
- && !flags.allBools
- && (aliases[key] ? !flags.bools[aliases[key]] : true)) {
- setArg(key, next);
- i++;
- }
- else if (/^(true|false)$/.test(next)) {
- setArg(key, next === 'true');
- i++;
- }
- else {
- setArg(key, flags.strings[key] ? '' : true);
- }
- }
- else if (/^-[^-]+/.test(arg)) {
- var letters = arg.slice(1,-1).split('');
-
- var broken = false;
- for (var j = 0; j < letters.length; j++) {
- var next = arg.slice(j+2);
-
- if (next === '-') {
- setArg(letters[j], next)
- continue;
- }
-
- if (/[A-Za-z]/.test(letters[j])
- && /-?\d+(\.\d*)?(e-?\d+)?$/.test(next)) {
- setArg(letters[j], next);
- broken = true;
- break;
- }
-
- if (letters[j+1] && letters[j+1].match(/\W/)) {
- setArg(letters[j], arg.slice(j+2));
- broken = true;
- break;
- }
- else {
- setArg(letters[j], flags.strings[letters[j]] ? '' : true);
- }
- }
-
- var key = arg.slice(-1)[0];
- if (!broken && key !== '-') {
- if (args[i+1] && !/^(-|--)[^-]/.test(args[i+1])
- && !flags.bools[key]
- && (aliases[key] ? !flags.bools[aliases[key]] : true)) {
- setArg(key, args[i+1]);
- i++;
- }
- else if (args[i+1] && /true|false/.test(args[i+1])) {
- setArg(key, args[i+1] === 'true');
- i++;
- }
- else {
- setArg(key, flags.strings[key] ? '' : true);
- }
- }
- }
- else {
- argv._.push(
- flags.strings['_'] || !isNumber(arg) ? arg : Number(arg)
- );
- }
- }
-
- Object.keys(defaults).forEach(function (key) {
- if (!hasKey(argv, key.split('.'))) {
- setKey(argv, key.split('.'), defaults[key]);
-
- (aliases[key] || []).forEach(function (x) {
- setKey(argv, x.split('.'), defaults[key]);
- });
- }
- });
-
- if (opts['--']) {
- argv['--'] = new Array();
- notFlags.forEach(function(key) {
- argv['--'].push(key);
- });
- }
- else {
- notFlags.forEach(function(key) {
- argv._.push(key);
- });
- }
-
- return argv;
-};
-
-function hasKey (obj, keys) {
- var o = obj;
- keys.slice(0,-1).forEach(function (key) {
- o = (o[key] || {});
- });
-
- var key = keys[keys.length - 1];
- return key in o;
-}
-
-function setKey (obj, keys, value) {
- var o = obj;
- keys.slice(0,-1).forEach(function (key) {
- if (o[key] === undefined) o[key] = {};
- o = o[key];
- });
-
- var key = keys[keys.length - 1];
- if (o[key] === undefined || typeof o[key] === 'boolean') {
- o[key] = value;
- }
- else if (Array.isArray(o[key])) {
- o[key].push(value);
- }
- else {
- o[key] = [ o[key], value ];
- }
-}
-
-function isNumber (x) {
- if (typeof x === 'number') return true;
- if (/^0x[0-9a-f]+$/i.test(x)) return true;
- return /^[-+]?(?:\d+(?:\.\d*)?|\.\d+)(e[-+]?\d+)?$/.test(x);
-}
-
diff --git a/node_modules/gulp-util/node_modules/minimist/package.json b/node_modules/gulp-util/node_modules/minimist/package.json
deleted file mode 100644
index 5935fc34a..000000000
--- a/node_modules/gulp-util/node_modules/minimist/package.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "minimist",
- "version": "0.2.0",
- "description": "parse argument options",
- "main": "index.js",
- "devDependencies": {
- "tape": "~1.0.4",
- "tap": "~0.4.0"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "testling" : {
- "files" : "test/*.js",
- "browsers" : [
- "ie/6..latest",
- "ff/5", "firefox/latest",
- "chrome/10", "chrome/latest",
- "safari/5.1", "safari/latest",
- "opera/12"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/minimist.git"
- },
- "homepage": "https://github.com/substack/minimist",
- "keywords": [
- "argv",
- "getopt",
- "parser",
- "optimist"
- ],
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "license": "MIT"
-}
diff --git a/node_modules/gulp-util/node_modules/minimist/readme.markdown b/node_modules/gulp-util/node_modules/minimist/readme.markdown
deleted file mode 100644
index 82532210a..000000000
--- a/node_modules/gulp-util/node_modules/minimist/readme.markdown
+++ /dev/null
@@ -1,86 +0,0 @@
-# minimist
-
-parse argument options
-
-This module is the guts of optimist's argument parser without all the
-fanciful decoration.
-
-[![browser support](https://ci.testling.com/substack/minimist.png)](http://ci.testling.com/substack/minimist)
-
-[![build status](https://secure.travis-ci.org/substack/minimist.png)](http://travis-ci.org/substack/minimist)
-
-# example
-
-``` js
-var argv = require('minimist')(process.argv.slice(2));
-console.dir(argv);
-```
-
-```
-$ node example/parse.js -a beep -b boop
-{ _: [], a: 'beep', b: 'boop' }
-```
-
-```
-$ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop foo bar baz
-{ _: [ 'foo', 'bar', 'baz' ],
- x: 3,
- y: 4,
- n: 5,
- a: true,
- b: true,
- c: true,
- beep: 'boop' }
-```
-
-# methods
-
-``` js
-var parseArgs = require('minimist')
-```
-
-## var argv = parseArgs(args, opts={})
-
-Return an argument object `argv` populated with the array arguments from `args`.
-
-`argv._` contains all the arguments that didn't have an option associated with
-them.
-
-Numeric-looking arguments will be returned as numbers unless `opts.string` or
-`opts.boolean` is set for that argument name.
-
-Any arguments after `'--'` will not be parsed and will end up in `argv._`.
-
-options can be:
-
-* `opts.string` - a string or array of strings argument names to always treat as
-strings
-* `opts.boolean` - a boolean, string or array of strings to always treat as
-booleans. if `true` will treat all double hyphenated arguments without equal signs
-as boolean (e.g. affects `--foo`, not `-f` or `--foo=bar`)
-* `opts.alias` - an object mapping string names to strings or arrays of string
-argument names to use as aliases
-* `opts.default` - an object mapping string argument names to default values
-* `opts['--']` - when true, populate `argv._` with everything before the `--`
-and `argv['--']` with everything after the `--`. Here's an example:
-
-```
-> require('./')('one two three -- four five --six'.split(' '), { '--': true })
-{ _: [ 'one', 'two', 'three' ],
- '--': [ 'four', 'five', '--six' ] }
-```
-
-Note that with `opts['--']` set, parsing for arguments still stops after the
-`--`.
-
-# install
-
-With [npm](https://npmjs.org) do:
-
-```
-npm install minimist
-```
-
-# license
-
-MIT
diff --git a/node_modules/gulp-util/node_modules/minimist/test/all_bool.js b/node_modules/gulp-util/node_modules/minimist/test/all_bool.js
deleted file mode 100644
index 4575ec0b4..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/all_bool.js
+++ /dev/null
@@ -1,32 +0,0 @@
-var parse = require('../');
-var test = require('tape');
-
-test('flag boolean true (default all --args to boolean)', function (t) {
- var argv = parse(['moo', '--honk', 'cow'], {
- boolean: true
- });
-
- t.deepEqual(argv, {
- honk: true,
- _: ['moo', 'cow']
- });
-
- t.deepEqual(typeof argv.honk, 'boolean');
- t.end();
-});
-
-test('flag boolean true only affects double hyphen arguments without equals signs', function (t) {
- var argv = parse(['moo', '--honk', 'cow', '-p', '55', '--tacos=good'], {
- boolean: true
- });
-
- t.deepEqual(argv, {
- honk: true,
- tacos: 'good',
- p: '55',
- _: ['moo', 'cow']
- });
-
- t.deepEqual(typeof argv.honk, 'boolean');
- t.end();
-});
diff --git a/node_modules/gulp-util/node_modules/minimist/test/bool.js b/node_modules/gulp-util/node_modules/minimist/test/bool.js
deleted file mode 100644
index 749e083cb..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/bool.js
+++ /dev/null
@@ -1,119 +0,0 @@
-var parse = require('../');
-var test = require('tape');
-
-test('flag boolean default false', function (t) {
- var argv = parse(['moo'], {
- boolean: ['t', 'verbose'],
- default: { verbose: false, t: false }
- });
-
- t.deepEqual(argv, {
- verbose: false,
- t: false,
- _: ['moo']
- });
-
- t.deepEqual(typeof argv.verbose, 'boolean');
- t.deepEqual(typeof argv.t, 'boolean');
- t.end();
-
-});
-
-test('boolean groups', function (t) {
- var argv = parse([ '-x', '-z', 'one', 'two', 'three' ], {
- boolean: ['x','y','z']
- });
-
- t.deepEqual(argv, {
- x : true,
- y : false,
- z : true,
- _ : [ 'one', 'two', 'three' ]
- });
-
- t.deepEqual(typeof argv.x, 'boolean');
- t.deepEqual(typeof argv.y, 'boolean');
- t.deepEqual(typeof argv.z, 'boolean');
- t.end();
-});
-test('boolean and alias with chainable api', function (t) {
- var aliased = [ '-h', 'derp' ];
- var regular = [ '--herp', 'derp' ];
- var opts = {
- herp: { alias: 'h', boolean: true }
- };
- var aliasedArgv = parse(aliased, {
- boolean: 'herp',
- alias: { h: 'herp' }
- });
- var propertyArgv = parse(regular, {
- boolean: 'herp',
- alias: { h: 'herp' }
- });
- var expected = {
- herp: true,
- h: true,
- '_': [ 'derp' ]
- };
-
- t.same(aliasedArgv, expected);
- t.same(propertyArgv, expected);
- t.end();
-});
-
-test('boolean and alias with options hash', function (t) {
- var aliased = [ '-h', 'derp' ];
- var regular = [ '--herp', 'derp' ];
- var opts = {
- alias: { 'h': 'herp' },
- boolean: 'herp'
- };
- var aliasedArgv = parse(aliased, opts);
- var propertyArgv = parse(regular, opts);
- var expected = {
- herp: true,
- h: true,
- '_': [ 'derp' ]
- };
- t.same(aliasedArgv, expected);
- t.same(propertyArgv, expected);
- t.end();
-});
-
-test('boolean and alias using explicit true', function (t) {
- var aliased = [ '-h', 'true' ];
- var regular = [ '--herp', 'true' ];
- var opts = {
- alias: { h: 'herp' },
- boolean: 'h'
- };
- var aliasedArgv = parse(aliased, opts);
- var propertyArgv = parse(regular, opts);
- var expected = {
- herp: true,
- h: true,
- '_': [ ]
- };
-
- t.same(aliasedArgv, expected);
- t.same(propertyArgv, expected);
- t.end();
-});
-
-// regression, see https://github.com/substack/node-optimist/issues/71
-test('boolean and --x=true', function(t) {
- var parsed = parse(['--boool', '--other=true'], {
- boolean: 'boool'
- });
-
- t.same(parsed.boool, true);
- t.same(parsed.other, 'true');
-
- parsed = parse(['--boool', '--other=false'], {
- boolean: 'boool'
- });
-
- t.same(parsed.boool, true);
- t.same(parsed.other, 'false');
- t.end();
-});
diff --git a/node_modules/gulp-util/node_modules/minimist/test/dash.js b/node_modules/gulp-util/node_modules/minimist/test/dash.js
deleted file mode 100644
index 5a4fa5be4..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/dash.js
+++ /dev/null
@@ -1,31 +0,0 @@
-var parse = require('../');
-var test = require('tape');
-
-test('-', function (t) {
- t.plan(5);
- t.deepEqual(parse([ '-n', '-' ]), { n: '-', _: [] });
- t.deepEqual(parse([ '-' ]), { _: [ '-' ] });
- t.deepEqual(parse([ '-f-' ]), { f: '-', _: [] });
- t.deepEqual(
- parse([ '-b', '-' ], { boolean: 'b' }),
- { b: true, _: [ '-' ] }
- );
- t.deepEqual(
- parse([ '-s', '-' ], { string: 's' }),
- { s: '-', _: [] }
- );
-});
-
-test('-a -- b', function (t) {
- t.plan(3);
- t.deepEqual(parse([ '-a', '--', 'b' ]), { a: true, _: [ 'b' ] });
- t.deepEqual(parse([ '--a', '--', 'b' ]), { a: true, _: [ 'b' ] });
- t.deepEqual(parse([ '--a', '--', 'b' ]), { a: true, _: [ 'b' ] });
-});
-
-test('move arguments after the -- into their own `--` array', function(t) {
- t.plan(1);
- t.deepEqual(
- parse([ '--name', 'John', 'before', '--', 'after' ], { '--': true }),
- { name: 'John', _: [ 'before' ], '--': [ 'after' ] });
-});
diff --git a/node_modules/gulp-util/node_modules/minimist/test/default_bool.js b/node_modules/gulp-util/node_modules/minimist/test/default_bool.js
deleted file mode 100644
index f0041ee40..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/default_bool.js
+++ /dev/null
@@ -1,20 +0,0 @@
-var test = require('tape');
-var parse = require('../');
-
-test('boolean default true', function (t) {
- var argv = parse([], {
- boolean: 'sometrue',
- default: { sometrue: true }
- });
- t.equal(argv.sometrue, true);
- t.end();
-});
-
-test('boolean default false', function (t) {
- var argv = parse([], {
- boolean: 'somefalse',
- default: { somefalse: false }
- });
- t.equal(argv.somefalse, false);
- t.end();
-});
diff --git a/node_modules/gulp-util/node_modules/minimist/test/dotted.js b/node_modules/gulp-util/node_modules/minimist/test/dotted.js
deleted file mode 100644
index d8b3e856e..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/dotted.js
+++ /dev/null
@@ -1,22 +0,0 @@
-var parse = require('../');
-var test = require('tape');
-
-test('dotted alias', function (t) {
- var argv = parse(['--a.b', '22'], {default: {'a.b': 11}, alias: {'a.b': 'aa.bb'}});
- t.equal(argv.a.b, 22);
- t.equal(argv.aa.bb, 22);
- t.end();
-});
-
-test('dotted default', function (t) {
- var argv = parse('', {default: {'a.b': 11}, alias: {'a.b': 'aa.bb'}});
- t.equal(argv.a.b, 11);
- t.equal(argv.aa.bb, 11);
- t.end();
-});
-
-test('dotted default with no alias', function (t) {
- var argv = parse('', {default: {'a.b': 11}});
- t.equal(argv.a.b, 11);
- t.end();
-});
diff --git a/node_modules/gulp-util/node_modules/minimist/test/long.js b/node_modules/gulp-util/node_modules/minimist/test/long.js
deleted file mode 100644
index 5d3a1e09d..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/long.js
+++ /dev/null
@@ -1,31 +0,0 @@
-var test = require('tape');
-var parse = require('../');
-
-test('long opts', function (t) {
- t.deepEqual(
- parse([ '--bool' ]),
- { bool : true, _ : [] },
- 'long boolean'
- );
- t.deepEqual(
- parse([ '--pow', 'xixxle' ]),
- { pow : 'xixxle', _ : [] },
- 'long capture sp'
- );
- t.deepEqual(
- parse([ '--pow=xixxle' ]),
- { pow : 'xixxle', _ : [] },
- 'long capture eq'
- );
- t.deepEqual(
- parse([ '--host', 'localhost', '--port', '555' ]),
- { host : 'localhost', port : 555, _ : [] },
- 'long captures sp'
- );
- t.deepEqual(
- parse([ '--host=localhost', '--port=555' ]),
- { host : 'localhost', port : 555, _ : [] },
- 'long captures eq'
- );
- t.end();
-});
diff --git a/node_modules/gulp-util/node_modules/minimist/test/num.js b/node_modules/gulp-util/node_modules/minimist/test/num.js
deleted file mode 100644
index 2cc77f4d6..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/num.js
+++ /dev/null
@@ -1,36 +0,0 @@
-var parse = require('../');
-var test = require('tape');
-
-test('nums', function (t) {
- var argv = parse([
- '-x', '1234',
- '-y', '5.67',
- '-z', '1e7',
- '-w', '10f',
- '--hex', '0xdeadbeef',
- '789'
- ]);
- t.deepEqual(argv, {
- x : 1234,
- y : 5.67,
- z : 1e7,
- w : '10f',
- hex : 0xdeadbeef,
- _ : [ 789 ]
- });
- t.deepEqual(typeof argv.x, 'number');
- t.deepEqual(typeof argv.y, 'number');
- t.deepEqual(typeof argv.z, 'number');
- t.deepEqual(typeof argv.w, 'string');
- t.deepEqual(typeof argv.hex, 'number');
- t.deepEqual(typeof argv._[0], 'number');
- t.end();
-});
-
-test('already a number', function (t) {
- var argv = parse([ '-x', 1234, 789 ]);
- t.deepEqual(argv, { x : 1234, _ : [ 789 ] });
- t.deepEqual(typeof argv.x, 'number');
- t.deepEqual(typeof argv._[0], 'number');
- t.end();
-});
diff --git a/node_modules/gulp-util/node_modules/minimist/test/parse.js b/node_modules/gulp-util/node_modules/minimist/test/parse.js
deleted file mode 100644
index 7b4a2a17c..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/parse.js
+++ /dev/null
@@ -1,197 +0,0 @@
-var parse = require('../');
-var test = require('tape');
-
-test('parse args', function (t) {
- t.deepEqual(
- parse([ '--no-moo' ]),
- { moo : false, _ : [] },
- 'no'
- );
- t.deepEqual(
- parse([ '-v', 'a', '-v', 'b', '-v', 'c' ]),
- { v : ['a','b','c'], _ : [] },
- 'multi'
- );
- t.end();
-});
-
-test('comprehensive', function (t) {
- t.deepEqual(
- parse([
- '--name=meowmers', 'bare', '-cats', 'woo',
- '-h', 'awesome', '--multi=quux',
- '--key', 'value',
- '-b', '--bool', '--no-meep', '--multi=baz',
- '--', '--not-a-flag', 'eek'
- ]),
- {
- c : true,
- a : true,
- t : true,
- s : 'woo',
- h : 'awesome',
- b : true,
- bool : true,
- key : 'value',
- multi : [ 'quux', 'baz' ],
- meep : false,
- name : 'meowmers',
- _ : [ 'bare', '--not-a-flag', 'eek' ]
- }
- );
- t.end();
-});
-
-test('flag boolean', function (t) {
- var argv = parse([ '-t', 'moo' ], { boolean: 't' });
- t.deepEqual(argv, { t : true, _ : [ 'moo' ] });
- t.deepEqual(typeof argv.t, 'boolean');
- t.end();
-});
-
-test('flag boolean value', function (t) {
- var argv = parse(['--verbose', 'false', 'moo', '-t', 'true'], {
- boolean: [ 't', 'verbose' ],
- default: { verbose: true }
- });
-
- t.deepEqual(argv, {
- verbose: false,
- t: true,
- _: ['moo']
- });
-
- t.deepEqual(typeof argv.verbose, 'boolean');
- t.deepEqual(typeof argv.t, 'boolean');
- t.end();
-});
-
-test('newlines in params' , function (t) {
- var args = parse([ '-s', "X\nX" ])
- t.deepEqual(args, { _ : [], s : "X\nX" });
-
- // reproduce in bash:
- // VALUE="new
- // line"
- // node program.js --s="$VALUE"
- args = parse([ "--s=X\nX" ])
- t.deepEqual(args, { _ : [], s : "X\nX" });
- t.end();
-});
-
-test('strings' , function (t) {
- var s = parse([ '-s', '0001234' ], { string: 's' }).s;
- t.equal(s, '0001234');
- t.equal(typeof s, 'string');
-
- var x = parse([ '-x', '56' ], { string: 'x' }).x;
- t.equal(x, '56');
- t.equal(typeof x, 'string');
- t.end();
-});
-
-test('stringArgs', function (t) {
- var s = parse([ ' ', ' ' ], { string: '_' })._;
- t.same(s.length, 2);
- t.same(typeof s[0], 'string');
- t.same(s[0], ' ');
- t.same(typeof s[1], 'string');
- t.same(s[1], ' ');
- t.end();
-});
-
-test('empty strings', function(t) {
- var s = parse([ '-s' ], { string: 's' }).s;
- t.equal(s, '');
- t.equal(typeof s, 'string');
-
- var str = parse([ '--str' ], { string: 'str' }).str;
- t.equal(str, '');
- t.equal(typeof str, 'string');
-
- var letters = parse([ '-art' ], {
- string: [ 'a', 't' ]
- });
-
- t.equal(letters.a, '');
- t.equal(letters.r, true);
- t.equal(letters.t, '');
-
- t.end();
-});
-
-
-test('string and alias', function(t) {
- var x = parse([ '--str', '000123' ], {
- string: 's',
- alias: { s: 'str' }
- });
-
- t.equal(x.str, '000123');
- t.equal(typeof x.str, 'string');
- t.equal(x.s, '000123');
- t.equal(typeof x.s, 'string');
-
- var y = parse([ '-s', '000123' ], {
- string: 'str',
- alias: { str: 's' }
- });
-
- t.equal(y.str, '000123');
- t.equal(typeof y.str, 'string');
- t.equal(y.s, '000123');
- t.equal(typeof y.s, 'string');
- t.end();
-});
-
-test('slashBreak', function (t) {
- t.same(
- parse([ '-I/foo/bar/baz' ]),
- { I : '/foo/bar/baz', _ : [] }
- );
- t.same(
- parse([ '-xyz/foo/bar/baz' ]),
- { x : true, y : true, z : '/foo/bar/baz', _ : [] }
- );
- t.end();
-});
-
-test('alias', function (t) {
- var argv = parse([ '-f', '11', '--zoom', '55' ], {
- alias: { z: 'zoom' }
- });
- t.equal(argv.zoom, 55);
- t.equal(argv.z, argv.zoom);
- t.equal(argv.f, 11);
- t.end();
-});
-
-test('multiAlias', function (t) {
- var argv = parse([ '-f', '11', '--zoom', '55' ], {
- alias: { z: [ 'zm', 'zoom' ] }
- });
- t.equal(argv.zoom, 55);
- t.equal(argv.z, argv.zoom);
- t.equal(argv.z, argv.zm);
- t.equal(argv.f, 11);
- t.end();
-});
-
-test('nested dotted objects', function (t) {
- var argv = parse([
- '--foo.bar', '3', '--foo.baz', '4',
- '--foo.quux.quibble', '5', '--foo.quux.o_O',
- '--beep.boop'
- ]);
-
- t.same(argv.foo, {
- bar : 3,
- baz : 4,
- quux : {
- quibble : 5,
- o_O : true
- }
- });
- t.same(argv.beep, { boop : true });
- t.end();
-});
diff --git a/node_modules/gulp-util/node_modules/minimist/test/parse_modified.js b/node_modules/gulp-util/node_modules/minimist/test/parse_modified.js
deleted file mode 100644
index 21851b036..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/parse_modified.js
+++ /dev/null
@@ -1,9 +0,0 @@
-var parse = require('../');
-var test = require('tape');
-
-test('parse with modifier functions' , function (t) {
- t.plan(1);
-
- var argv = parse([ '-b', '123' ], { boolean: 'b' });
- t.deepEqual(argv, { b: true, _: ['123'] });
-});
diff --git a/node_modules/gulp-util/node_modules/minimist/test/short.js b/node_modules/gulp-util/node_modules/minimist/test/short.js
deleted file mode 100644
index d513a1c25..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/short.js
+++ /dev/null
@@ -1,67 +0,0 @@
-var parse = require('../');
-var test = require('tape');
-
-test('numeric short args', function (t) {
- t.plan(2);
- t.deepEqual(parse([ '-n123' ]), { n: 123, _: [] });
- t.deepEqual(
- parse([ '-123', '456' ]),
- { 1: true, 2: true, 3: 456, _: [] }
- );
-});
-
-test('short', function (t) {
- t.deepEqual(
- parse([ '-b' ]),
- { b : true, _ : [] },
- 'short boolean'
- );
- t.deepEqual(
- parse([ 'foo', 'bar', 'baz' ]),
- { _ : [ 'foo', 'bar', 'baz' ] },
- 'bare'
- );
- t.deepEqual(
- parse([ '-cats' ]),
- { c : true, a : true, t : true, s : true, _ : [] },
- 'group'
- );
- t.deepEqual(
- parse([ '-cats', 'meow' ]),
- { c : true, a : true, t : true, s : 'meow', _ : [] },
- 'short group next'
- );
- t.deepEqual(
- parse([ '-h', 'localhost' ]),
- { h : 'localhost', _ : [] },
- 'short capture'
- );
- t.deepEqual(
- parse([ '-h', 'localhost', '-p', '555' ]),
- { h : 'localhost', p : 555, _ : [] },
- 'short captures'
- );
- t.end();
-});
-
-test('mixed short bool and capture', function (t) {
- t.same(
- parse([ '-h', 'localhost', '-fp', '555', 'script.js' ]),
- {
- f : true, p : 555, h : 'localhost',
- _ : [ 'script.js' ]
- }
- );
- t.end();
-});
-
-test('short and long', function (t) {
- t.deepEqual(
- parse([ '-h', 'localhost', '-fp', '555', 'script.js' ]),
- {
- f : true, p : 555, h : 'localhost',
- _ : [ 'script.js' ]
- }
- );
- t.end();
-});
diff --git a/node_modules/gulp-util/node_modules/minimist/test/whitespace.js b/node_modules/gulp-util/node_modules/minimist/test/whitespace.js
deleted file mode 100644
index 8a52a58ce..000000000
--- a/node_modules/gulp-util/node_modules/minimist/test/whitespace.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var parse = require('../');
-var test = require('tape');
-
-test('whitespace should be whitespace' , function (t) {
- t.plan(1);
- var x = parse([ '-x', '\t' ]).x;
- t.equal(x, '\t');
-});
diff --git a/node_modules/gulp-util/node_modules/readable-stream/.npmignore b/node_modules/gulp-util/node_modules/readable-stream/.npmignore
deleted file mode 100644
index 38344f87a..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/.npmignore
+++ /dev/null
@@ -1,5 +0,0 @@
-build/
-test/
-examples/
-fs.js
-zlib.js \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/readable-stream/LICENSE b/node_modules/gulp-util/node_modules/readable-stream/LICENSE
deleted file mode 100644
index e3d4e695a..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/LICENSE
+++ /dev/null
@@ -1,18 +0,0 @@
-Copyright Joyent, Inc. and other Node contributors. All rights reserved.
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to
-deal in the Software without restriction, including without limitation the
-rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
-IN THE SOFTWARE.
diff --git a/node_modules/gulp-util/node_modules/readable-stream/README.md b/node_modules/gulp-util/node_modules/readable-stream/README.md
deleted file mode 100644
index 3fb3e8023..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# readable-stream
-
-***Node-core streams for userland***
-
-[![NPM](https://nodei.co/npm/readable-stream.png?downloads=true&downloadRank=true)](https://nodei.co/npm/readable-stream/)
-[![NPM](https://nodei.co/npm-dl/readable-stream.png?&months=6&height=3)](https://nodei.co/npm/readable-stream/)
-
-This package is a mirror of the Streams2 and Streams3 implementations in Node-core.
-
-If you want to guarantee a stable streams base, regardless of what version of Node you, or the users of your libraries are using, use **readable-stream** *only* and avoid the *"stream"* module in Node-core.
-
-**readable-stream** comes in two major versions, v1.0.x and v1.1.x. The former tracks the Streams2 implementation in Node 0.10, including bug-fixes and minor improvements as they are added. The latter tracks Streams3 as it develops in Node 0.11; we will likely see a v1.2.x branch for Node 0.12.
-
-**readable-stream** uses proper patch-level versioning so if you pin to `"~1.0.0"` you’ll get the latest Node 0.10 Streams2 implementation, including any fixes and minor non-breaking improvements. The patch-level versions of 1.0.x and 1.1.x should mirror the patch-level versions of Node-core releases. You should prefer the **1.0.x** releases for now and when you’re ready to start using Streams3, pin to `"~1.1.0"`
-
diff --git a/node_modules/gulp-util/node_modules/readable-stream/duplex.js b/node_modules/gulp-util/node_modules/readable-stream/duplex.js
deleted file mode 100644
index ca807af87..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/duplex.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = require("./lib/_stream_duplex.js")
diff --git a/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_duplex.js b/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_duplex.js
deleted file mode 100644
index b513d61a9..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_duplex.js
+++ /dev/null
@@ -1,89 +0,0 @@
-// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-// a duplex stream is just a stream that is both readable and writable.
-// Since JS doesn't have multiple prototypal inheritance, this class
-// prototypally inherits from Readable, and then parasitically from
-// Writable.
-
-module.exports = Duplex;
-
-/*<replacement>*/
-var objectKeys = Object.keys || function (obj) {
- var keys = [];
- for (var key in obj) keys.push(key);
- return keys;
-}
-/*</replacement>*/
-
-
-/*<replacement>*/
-var util = require('core-util-is');
-util.inherits = require('inherits');
-/*</replacement>*/
-
-var Readable = require('./_stream_readable');
-var Writable = require('./_stream_writable');
-
-util.inherits(Duplex, Readable);
-
-forEach(objectKeys(Writable.prototype), function(method) {
- if (!Duplex.prototype[method])
- Duplex.prototype[method] = Writable.prototype[method];
-});
-
-function Duplex(options) {
- if (!(this instanceof Duplex))
- return new Duplex(options);
-
- Readable.call(this, options);
- Writable.call(this, options);
-
- if (options && options.readable === false)
- this.readable = false;
-
- if (options && options.writable === false)
- this.writable = false;
-
- this.allowHalfOpen = true;
- if (options && options.allowHalfOpen === false)
- this.allowHalfOpen = false;
-
- this.once('end', onend);
-}
-
-// the no-half-open enforcer
-function onend() {
- // if we allow half-open state, or if the writable side ended,
- // then we're ok.
- if (this.allowHalfOpen || this._writableState.ended)
- return;
-
- // no more data can be written.
- // But allow more writes to happen in this tick.
- process.nextTick(this.end.bind(this));
-}
-
-function forEach (xs, f) {
- for (var i = 0, l = xs.length; i < l; i++) {
- f(xs[i], i);
- }
-}
diff --git a/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_passthrough.js b/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_passthrough.js
deleted file mode 100644
index 895ca50a1..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_passthrough.js
+++ /dev/null
@@ -1,46 +0,0 @@
-// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-// a passthrough stream.
-// basically just the most minimal sort of Transform stream.
-// Every written chunk gets output as-is.
-
-module.exports = PassThrough;
-
-var Transform = require('./_stream_transform');
-
-/*<replacement>*/
-var util = require('core-util-is');
-util.inherits = require('inherits');
-/*</replacement>*/
-
-util.inherits(PassThrough, Transform);
-
-function PassThrough(options) {
- if (!(this instanceof PassThrough))
- return new PassThrough(options);
-
- Transform.call(this, options);
-}
-
-PassThrough.prototype._transform = function(chunk, encoding, cb) {
- cb(null, chunk);
-};
diff --git a/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_readable.js b/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_readable.js
deleted file mode 100644
index 630722099..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_readable.js
+++ /dev/null
@@ -1,982 +0,0 @@
-// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-module.exports = Readable;
-
-/*<replacement>*/
-var isArray = require('isarray');
-/*</replacement>*/
-
-
-/*<replacement>*/
-var Buffer = require('buffer').Buffer;
-/*</replacement>*/
-
-Readable.ReadableState = ReadableState;
-
-var EE = require('events').EventEmitter;
-
-/*<replacement>*/
-if (!EE.listenerCount) EE.listenerCount = function(emitter, type) {
- return emitter.listeners(type).length;
-};
-/*</replacement>*/
-
-var Stream = require('stream');
-
-/*<replacement>*/
-var util = require('core-util-is');
-util.inherits = require('inherits');
-/*</replacement>*/
-
-var StringDecoder;
-
-util.inherits(Readable, Stream);
-
-function ReadableState(options, stream) {
- options = options || {};
-
- // the point at which it stops calling _read() to fill the buffer
- // Note: 0 is a valid value, means "don't call _read preemptively ever"
- var hwm = options.highWaterMark;
- this.highWaterMark = (hwm || hwm === 0) ? hwm : 16 * 1024;
-
- // cast to ints.
- this.highWaterMark = ~~this.highWaterMark;
-
- this.buffer = [];
- this.length = 0;
- this.pipes = null;
- this.pipesCount = 0;
- this.flowing = false;
- this.ended = false;
- this.endEmitted = false;
- this.reading = false;
-
- // In streams that never have any data, and do push(null) right away,
- // the consumer can miss the 'end' event if they do some I/O before
- // consuming the stream. So, we don't emit('end') until some reading
- // happens.
- this.calledRead = false;
-
- // a flag to be able to tell if the onwrite cb is called immediately,
- // or on a later tick. We set this to true at first, becuase any
- // actions that shouldn't happen until "later" should generally also
- // not happen before the first write call.
- this.sync = true;
-
- // whenever we return null, then we set a flag to say
- // that we're awaiting a 'readable' event emission.
- this.needReadable = false;
- this.emittedReadable = false;
- this.readableListening = false;
-
-
- // object stream flag. Used to make read(n) ignore n and to
- // make all the buffer merging and length checks go away
- this.objectMode = !!options.objectMode;
-
- // Crypto is kind of old and crusty. Historically, its default string
- // encoding is 'binary' so we have to make this configurable.
- // Everything else in the universe uses 'utf8', though.
- this.defaultEncoding = options.defaultEncoding || 'utf8';
-
- // when piping, we only care about 'readable' events that happen
- // after read()ing all the bytes and not getting any pushback.
- this.ranOut = false;
-
- // the number of writers that are awaiting a drain event in .pipe()s
- this.awaitDrain = 0;
-
- // if true, a maybeReadMore has been scheduled
- this.readingMore = false;
-
- this.decoder = null;
- this.encoding = null;
- if (options.encoding) {
- if (!StringDecoder)
- StringDecoder = require('string_decoder/').StringDecoder;
- this.decoder = new StringDecoder(options.encoding);
- this.encoding = options.encoding;
- }
-}
-
-function Readable(options) {
- if (!(this instanceof Readable))
- return new Readable(options);
-
- this._readableState = new ReadableState(options, this);
-
- // legacy
- this.readable = true;
-
- Stream.call(this);
-}
-
-// Manually shove something into the read() buffer.
-// This returns true if the highWaterMark has not been hit yet,
-// similar to how Writable.write() returns true if you should
-// write() some more.
-Readable.prototype.push = function(chunk, encoding) {
- var state = this._readableState;
-
- if (typeof chunk === 'string' && !state.objectMode) {
- encoding = encoding || state.defaultEncoding;
- if (encoding !== state.encoding) {
- chunk = new Buffer(chunk, encoding);
- encoding = '';
- }
- }
-
- return readableAddChunk(this, state, chunk, encoding, false);
-};
-
-// Unshift should *always* be something directly out of read()
-Readable.prototype.unshift = function(chunk) {
- var state = this._readableState;
- return readableAddChunk(this, state, chunk, '', true);
-};
-
-function readableAddChunk(stream, state, chunk, encoding, addToFront) {
- var er = chunkInvalid(state, chunk);
- if (er) {
- stream.emit('error', er);
- } else if (chunk === null || chunk === undefined) {
- state.reading = false;
- if (!state.ended)
- onEofChunk(stream, state);
- } else if (state.objectMode || chunk && chunk.length > 0) {
- if (state.ended && !addToFront) {
- var e = new Error('stream.push() after EOF');
- stream.emit('error', e);
- } else if (state.endEmitted && addToFront) {
- var e = new Error('stream.unshift() after end event');
- stream.emit('error', e);
- } else {
- if (state.decoder && !addToFront && !encoding)
- chunk = state.decoder.write(chunk);
-
- // update the buffer info.
- state.length += state.objectMode ? 1 : chunk.length;
- if (addToFront) {
- state.buffer.unshift(chunk);
- } else {
- state.reading = false;
- state.buffer.push(chunk);
- }
-
- if (state.needReadable)
- emitReadable(stream);
-
- maybeReadMore(stream, state);
- }
- } else if (!addToFront) {
- state.reading = false;
- }
-
- return needMoreData(state);
-}
-
-
-
-// if it's past the high water mark, we can push in some more.
-// Also, if we have no data yet, we can stand some
-// more bytes. This is to work around cases where hwm=0,
-// such as the repl. Also, if the push() triggered a
-// readable event, and the user called read(largeNumber) such that
-// needReadable was set, then we ought to push more, so that another
-// 'readable' event will be triggered.
-function needMoreData(state) {
- return !state.ended &&
- (state.needReadable ||
- state.length < state.highWaterMark ||
- state.length === 0);
-}
-
-// backwards compatibility.
-Readable.prototype.setEncoding = function(enc) {
- if (!StringDecoder)
- StringDecoder = require('string_decoder/').StringDecoder;
- this._readableState.decoder = new StringDecoder(enc);
- this._readableState.encoding = enc;
-};
-
-// Don't raise the hwm > 128MB
-var MAX_HWM = 0x800000;
-function roundUpToNextPowerOf2(n) {
- if (n >= MAX_HWM) {
- n = MAX_HWM;
- } else {
- // Get the next highest power of 2
- n--;
- for (var p = 1; p < 32; p <<= 1) n |= n >> p;
- n++;
- }
- return n;
-}
-
-function howMuchToRead(n, state) {
- if (state.length === 0 && state.ended)
- return 0;
-
- if (state.objectMode)
- return n === 0 ? 0 : 1;
-
- if (n === null || isNaN(n)) {
- // only flow one buffer at a time
- if (state.flowing && state.buffer.length)
- return state.buffer[0].length;
- else
- return state.length;
- }
-
- if (n <= 0)
- return 0;
-
- // If we're asking for more than the target buffer level,
- // then raise the water mark. Bump up to the next highest
- // power of 2, to prevent increasing it excessively in tiny
- // amounts.
- if (n > state.highWaterMark)
- state.highWaterMark = roundUpToNextPowerOf2(n);
-
- // don't have that much. return null, unless we've ended.
- if (n > state.length) {
- if (!state.ended) {
- state.needReadable = true;
- return 0;
- } else
- return state.length;
- }
-
- return n;
-}
-
-// you can override either this method, or the async _read(n) below.
-Readable.prototype.read = function(n) {
- var state = this._readableState;
- state.calledRead = true;
- var nOrig = n;
- var ret;
-
- if (typeof n !== 'number' || n > 0)
- state.emittedReadable = false;
-
- // if we're doing read(0) to trigger a readable event, but we
- // already have a bunch of data in the buffer, then just trigger
- // the 'readable' event and move on.
- if (n === 0 &&
- state.needReadable &&
- (state.length >= state.highWaterMark || state.ended)) {
- emitReadable(this);
- return null;
- }
-
- n = howMuchToRead(n, state);
-
- // if we've ended, and we're now clear, then finish it up.
- if (n === 0 && state.ended) {
- ret = null;
-
- // In cases where the decoder did not receive enough data
- // to produce a full chunk, then immediately received an
- // EOF, state.buffer will contain [<Buffer >, <Buffer 00 ...>].
- // howMuchToRead will see this and coerce the amount to
- // read to zero (because it's looking at the length of the
- // first <Buffer > in state.buffer), and we'll end up here.
- //
- // This can only happen via state.decoder -- no other venue
- // exists for pushing a zero-length chunk into state.buffer
- // and triggering this behavior. In this case, we return our
- // remaining data and end the stream, if appropriate.
- if (state.length > 0 && state.decoder) {
- ret = fromList(n, state);
- state.length -= ret.length;
- }
-
- if (state.length === 0)
- endReadable(this);
-
- return ret;
- }
-
- // All the actual chunk generation logic needs to be
- // *below* the call to _read. The reason is that in certain
- // synthetic stream cases, such as passthrough streams, _read
- // may be a completely synchronous operation which may change
- // the state of the read buffer, providing enough data when
- // before there was *not* enough.
- //
- // So, the steps are:
- // 1. Figure out what the state of things will be after we do
- // a read from the buffer.
- //
- // 2. If that resulting state will trigger a _read, then call _read.
- // Note that this may be asynchronous, or synchronous. Yes, it is
- // deeply ugly to write APIs this way, but that still doesn't mean
- // that the Readable class should behave improperly, as streams are
- // designed to be sync/async agnostic.
- // Take note if the _read call is sync or async (ie, if the read call
- // has returned yet), so that we know whether or not it's safe to emit
- // 'readable' etc.
- //
- // 3. Actually pull the requested chunks out of the buffer and return.
-
- // if we need a readable event, then we need to do some reading.
- var doRead = state.needReadable;
-
- // if we currently have less than the highWaterMark, then also read some
- if (state.length - n <= state.highWaterMark)
- doRead = true;
-
- // however, if we've ended, then there's no point, and if we're already
- // reading, then it's unnecessary.
- if (state.ended || state.reading)
- doRead = false;
-
- if (doRead) {
- state.reading = true;
- state.sync = true;
- // if the length is currently zero, then we *need* a readable event.
- if (state.length === 0)
- state.needReadable = true;
- // call internal read method
- this._read(state.highWaterMark);
- state.sync = false;
- }
-
- // If _read called its callback synchronously, then `reading`
- // will be false, and we need to re-evaluate how much data we
- // can return to the user.
- if (doRead && !state.reading)
- n = howMuchToRead(nOrig, state);
-
- if (n > 0)
- ret = fromList(n, state);
- else
- ret = null;
-
- if (ret === null) {
- state.needReadable = true;
- n = 0;
- }
-
- state.length -= n;
-
- // If we have nothing in the buffer, then we want to know
- // as soon as we *do* get something into the buffer.
- if (state.length === 0 && !state.ended)
- state.needReadable = true;
-
- // If we happened to read() exactly the remaining amount in the
- // buffer, and the EOF has been seen at this point, then make sure
- // that we emit 'end' on the very next tick.
- if (state.ended && !state.endEmitted && state.length === 0)
- endReadable(this);
-
- return ret;
-};
-
-function chunkInvalid(state, chunk) {
- var er = null;
- if (!Buffer.isBuffer(chunk) &&
- 'string' !== typeof chunk &&
- chunk !== null &&
- chunk !== undefined &&
- !state.objectMode) {
- er = new TypeError('Invalid non-string/buffer chunk');
- }
- return er;
-}
-
-
-function onEofChunk(stream, state) {
- if (state.decoder && !state.ended) {
- var chunk = state.decoder.end();
- if (chunk && chunk.length) {
- state.buffer.push(chunk);
- state.length += state.objectMode ? 1 : chunk.length;
- }
- }
- state.ended = true;
-
- // if we've ended and we have some data left, then emit
- // 'readable' now to make sure it gets picked up.
- if (state.length > 0)
- emitReadable(stream);
- else
- endReadable(stream);
-}
-
-// Don't emit readable right away in sync mode, because this can trigger
-// another read() call => stack overflow. This way, it might trigger
-// a nextTick recursion warning, but that's not so bad.
-function emitReadable(stream) {
- var state = stream._readableState;
- state.needReadable = false;
- if (state.emittedReadable)
- return;
-
- state.emittedReadable = true;
- if (state.sync)
- process.nextTick(function() {
- emitReadable_(stream);
- });
- else
- emitReadable_(stream);
-}
-
-function emitReadable_(stream) {
- stream.emit('readable');
-}
-
-
-// at this point, the user has presumably seen the 'readable' event,
-// and called read() to consume some data. that may have triggered
-// in turn another _read(n) call, in which case reading = true if
-// it's in progress.
-// However, if we're not ended, or reading, and the length < hwm,
-// then go ahead and try to read some more preemptively.
-function maybeReadMore(stream, state) {
- if (!state.readingMore) {
- state.readingMore = true;
- process.nextTick(function() {
- maybeReadMore_(stream, state);
- });
- }
-}
-
-function maybeReadMore_(stream, state) {
- var len = state.length;
- while (!state.reading && !state.flowing && !state.ended &&
- state.length < state.highWaterMark) {
- stream.read(0);
- if (len === state.length)
- // didn't get any data, stop spinning.
- break;
- else
- len = state.length;
- }
- state.readingMore = false;
-}
-
-// abstract method. to be overridden in specific implementation classes.
-// call cb(er, data) where data is <= n in length.
-// for virtual (non-string, non-buffer) streams, "length" is somewhat
-// arbitrary, and perhaps not very meaningful.
-Readable.prototype._read = function(n) {
- this.emit('error', new Error('not implemented'));
-};
-
-Readable.prototype.pipe = function(dest, pipeOpts) {
- var src = this;
- var state = this._readableState;
-
- switch (state.pipesCount) {
- case 0:
- state.pipes = dest;
- break;
- case 1:
- state.pipes = [state.pipes, dest];
- break;
- default:
- state.pipes.push(dest);
- break;
- }
- state.pipesCount += 1;
-
- var doEnd = (!pipeOpts || pipeOpts.end !== false) &&
- dest !== process.stdout &&
- dest !== process.stderr;
-
- var endFn = doEnd ? onend : cleanup;
- if (state.endEmitted)
- process.nextTick(endFn);
- else
- src.once('end', endFn);
-
- dest.on('unpipe', onunpipe);
- function onunpipe(readable) {
- if (readable !== src) return;
- cleanup();
- }
-
- function onend() {
- dest.end();
- }
-
- // when the dest drains, it reduces the awaitDrain counter
- // on the source. This would be more elegant with a .once()
- // handler in flow(), but adding and removing repeatedly is
- // too slow.
- var ondrain = pipeOnDrain(src);
- dest.on('drain', ondrain);
-
- function cleanup() {
- // cleanup event handlers once the pipe is broken
- dest.removeListener('close', onclose);
- dest.removeListener('finish', onfinish);
- dest.removeListener('drain', ondrain);
- dest.removeListener('error', onerror);
- dest.removeListener('unpipe', onunpipe);
- src.removeListener('end', onend);
- src.removeListener('end', cleanup);
-
- // if the reader is waiting for a drain event from this
- // specific writer, then it would cause it to never start
- // flowing again.
- // So, if this is awaiting a drain, then we just call it now.
- // If we don't know, then assume that we are waiting for one.
- if (!dest._writableState || dest._writableState.needDrain)
- ondrain();
- }
-
- // if the dest has an error, then stop piping into it.
- // however, don't suppress the throwing behavior for this.
- function onerror(er) {
- unpipe();
- dest.removeListener('error', onerror);
- if (EE.listenerCount(dest, 'error') === 0)
- dest.emit('error', er);
- }
- // This is a brutally ugly hack to make sure that our error handler
- // is attached before any userland ones. NEVER DO THIS.
- if (!dest._events || !dest._events.error)
- dest.on('error', onerror);
- else if (isArray(dest._events.error))
- dest._events.error.unshift(onerror);
- else
- dest._events.error = [onerror, dest._events.error];
-
-
-
- // Both close and finish should trigger unpipe, but only once.
- function onclose() {
- dest.removeListener('finish', onfinish);
- unpipe();
- }
- dest.once('close', onclose);
- function onfinish() {
- dest.removeListener('close', onclose);
- unpipe();
- }
- dest.once('finish', onfinish);
-
- function unpipe() {
- src.unpipe(dest);
- }
-
- // tell the dest that it's being piped to
- dest.emit('pipe', src);
-
- // start the flow if it hasn't been started already.
- if (!state.flowing) {
- // the handler that waits for readable events after all
- // the data gets sucked out in flow.
- // This would be easier to follow with a .once() handler
- // in flow(), but that is too slow.
- this.on('readable', pipeOnReadable);
-
- state.flowing = true;
- process.nextTick(function() {
- flow(src);
- });
- }
-
- return dest;
-};
-
-function pipeOnDrain(src) {
- return function() {
- var dest = this;
- var state = src._readableState;
- state.awaitDrain--;
- if (state.awaitDrain === 0)
- flow(src);
- };
-}
-
-function flow(src) {
- var state = src._readableState;
- var chunk;
- state.awaitDrain = 0;
-
- function write(dest, i, list) {
- var written = dest.write(chunk);
- if (false === written) {
- state.awaitDrain++;
- }
- }
-
- while (state.pipesCount && null !== (chunk = src.read())) {
-
- if (state.pipesCount === 1)
- write(state.pipes, 0, null);
- else
- forEach(state.pipes, write);
-
- src.emit('data', chunk);
-
- // if anyone needs a drain, then we have to wait for that.
- if (state.awaitDrain > 0)
- return;
- }
-
- // if every destination was unpiped, either before entering this
- // function, or in the while loop, then stop flowing.
- //
- // NB: This is a pretty rare edge case.
- if (state.pipesCount === 0) {
- state.flowing = false;
-
- // if there were data event listeners added, then switch to old mode.
- if (EE.listenerCount(src, 'data') > 0)
- emitDataEvents(src);
- return;
- }
-
- // at this point, no one needed a drain, so we just ran out of data
- // on the next readable event, start it over again.
- state.ranOut = true;
-}
-
-function pipeOnReadable() {
- if (this._readableState.ranOut) {
- this._readableState.ranOut = false;
- flow(this);
- }
-}
-
-
-Readable.prototype.unpipe = function(dest) {
- var state = this._readableState;
-
- // if we're not piping anywhere, then do nothing.
- if (state.pipesCount === 0)
- return this;
-
- // just one destination. most common case.
- if (state.pipesCount === 1) {
- // passed in one, but it's not the right one.
- if (dest && dest !== state.pipes)
- return this;
-
- if (!dest)
- dest = state.pipes;
-
- // got a match.
- state.pipes = null;
- state.pipesCount = 0;
- this.removeListener('readable', pipeOnReadable);
- state.flowing = false;
- if (dest)
- dest.emit('unpipe', this);
- return this;
- }
-
- // slow case. multiple pipe destinations.
-
- if (!dest) {
- // remove all.
- var dests = state.pipes;
- var len = state.pipesCount;
- state.pipes = null;
- state.pipesCount = 0;
- this.removeListener('readable', pipeOnReadable);
- state.flowing = false;
-
- for (var i = 0; i < len; i++)
- dests[i].emit('unpipe', this);
- return this;
- }
-
- // try to find the right one.
- var i = indexOf(state.pipes, dest);
- if (i === -1)
- return this;
-
- state.pipes.splice(i, 1);
- state.pipesCount -= 1;
- if (state.pipesCount === 1)
- state.pipes = state.pipes[0];
-
- dest.emit('unpipe', this);
-
- return this;
-};
-
-// set up data events if they are asked for
-// Ensure readable listeners eventually get something
-Readable.prototype.on = function(ev, fn) {
- var res = Stream.prototype.on.call(this, ev, fn);
-
- if (ev === 'data' && !this._readableState.flowing)
- emitDataEvents(this);
-
- if (ev === 'readable' && this.readable) {
- var state = this._readableState;
- if (!state.readableListening) {
- state.readableListening = true;
- state.emittedReadable = false;
- state.needReadable = true;
- if (!state.reading) {
- this.read(0);
- } else if (state.length) {
- emitReadable(this, state);
- }
- }
- }
-
- return res;
-};
-Readable.prototype.addListener = Readable.prototype.on;
-
-// pause() and resume() are remnants of the legacy readable stream API
-// If the user uses them, then switch into old mode.
-Readable.prototype.resume = function() {
- emitDataEvents(this);
- this.read(0);
- this.emit('resume');
-};
-
-Readable.prototype.pause = function() {
- emitDataEvents(this, true);
- this.emit('pause');
-};
-
-function emitDataEvents(stream, startPaused) {
- var state = stream._readableState;
-
- if (state.flowing) {
- // https://github.com/isaacs/readable-stream/issues/16
- throw new Error('Cannot switch to old mode now.');
- }
-
- var paused = startPaused || false;
- var readable = false;
-
- // convert to an old-style stream.
- stream.readable = true;
- stream.pipe = Stream.prototype.pipe;
- stream.on = stream.addListener = Stream.prototype.on;
-
- stream.on('readable', function() {
- readable = true;
-
- var c;
- while (!paused && (null !== (c = stream.read())))
- stream.emit('data', c);
-
- if (c === null) {
- readable = false;
- stream._readableState.needReadable = true;
- }
- });
-
- stream.pause = function() {
- paused = true;
- this.emit('pause');
- };
-
- stream.resume = function() {
- paused = false;
- if (readable)
- process.nextTick(function() {
- stream.emit('readable');
- });
- else
- this.read(0);
- this.emit('resume');
- };
-
- // now make it start, just in case it hadn't already.
- stream.emit('readable');
-}
-
-// wrap an old-style stream as the async data source.
-// This is *not* part of the readable stream interface.
-// It is an ugly unfortunate mess of history.
-Readable.prototype.wrap = function(stream) {
- var state = this._readableState;
- var paused = false;
-
- var self = this;
- stream.on('end', function() {
- if (state.decoder && !state.ended) {
- var chunk = state.decoder.end();
- if (chunk && chunk.length)
- self.push(chunk);
- }
-
- self.push(null);
- });
-
- stream.on('data', function(chunk) {
- if (state.decoder)
- chunk = state.decoder.write(chunk);
-
- // don't skip over falsy values in objectMode
- //if (state.objectMode && util.isNullOrUndefined(chunk))
- if (state.objectMode && (chunk === null || chunk === undefined))
- return;
- else if (!state.objectMode && (!chunk || !chunk.length))
- return;
-
- var ret = self.push(chunk);
- if (!ret) {
- paused = true;
- stream.pause();
- }
- });
-
- // proxy all the other methods.
- // important when wrapping filters and duplexes.
- for (var i in stream) {
- if (typeof stream[i] === 'function' &&
- typeof this[i] === 'undefined') {
- this[i] = function(method) { return function() {
- return stream[method].apply(stream, arguments);
- }}(i);
- }
- }
-
- // proxy certain important events.
- var events = ['error', 'close', 'destroy', 'pause', 'resume'];
- forEach(events, function(ev) {
- stream.on(ev, self.emit.bind(self, ev));
- });
-
- // when we try to consume some more bytes, simply unpause the
- // underlying stream.
- self._read = function(n) {
- if (paused) {
- paused = false;
- stream.resume();
- }
- };
-
- return self;
-};
-
-
-
-// exposed for testing purposes only.
-Readable._fromList = fromList;
-
-// Pluck off n bytes from an array of buffers.
-// Length is the combined lengths of all the buffers in the list.
-function fromList(n, state) {
- var list = state.buffer;
- var length = state.length;
- var stringMode = !!state.decoder;
- var objectMode = !!state.objectMode;
- var ret;
-
- // nothing in the list, definitely empty.
- if (list.length === 0)
- return null;
-
- if (length === 0)
- ret = null;
- else if (objectMode)
- ret = list.shift();
- else if (!n || n >= length) {
- // read it all, truncate the array.
- if (stringMode)
- ret = list.join('');
- else
- ret = Buffer.concat(list, length);
- list.length = 0;
- } else {
- // read just some of it.
- if (n < list[0].length) {
- // just take a part of the first list item.
- // slice is the same for buffers and strings.
- var buf = list[0];
- ret = buf.slice(0, n);
- list[0] = buf.slice(n);
- } else if (n === list[0].length) {
- // first list is a perfect match
- ret = list.shift();
- } else {
- // complex case.
- // we have enough to cover it, but it spans past the first buffer.
- if (stringMode)
- ret = '';
- else
- ret = new Buffer(n);
-
- var c = 0;
- for (var i = 0, l = list.length; i < l && c < n; i++) {
- var buf = list[0];
- var cpy = Math.min(n - c, buf.length);
-
- if (stringMode)
- ret += buf.slice(0, cpy);
- else
- buf.copy(ret, c, 0, cpy);
-
- if (cpy < buf.length)
- list[0] = buf.slice(cpy);
- else
- list.shift();
-
- c += cpy;
- }
- }
- }
-
- return ret;
-}
-
-function endReadable(stream) {
- var state = stream._readableState;
-
- // If we get here before consuming all the bytes, then that is a
- // bug in node. Should never happen.
- if (state.length > 0)
- throw new Error('endReadable called on non-empty stream');
-
- if (!state.endEmitted && state.calledRead) {
- state.ended = true;
- process.nextTick(function() {
- // Check that we didn't get one last unshift.
- if (!state.endEmitted && state.length === 0) {
- state.endEmitted = true;
- stream.readable = false;
- stream.emit('end');
- }
- });
- }
-}
-
-function forEach (xs, f) {
- for (var i = 0, l = xs.length; i < l; i++) {
- f(xs[i], i);
- }
-}
-
-function indexOf (xs, x) {
- for (var i = 0, l = xs.length; i < l; i++) {
- if (xs[i] === x) return i;
- }
- return -1;
-}
diff --git a/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_transform.js b/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_transform.js
deleted file mode 100644
index eb188df3e..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_transform.js
+++ /dev/null
@@ -1,210 +0,0 @@
-// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-// a transform stream is a readable/writable stream where you do
-// something with the data. Sometimes it's called a "filter",
-// but that's not a great name for it, since that implies a thing where
-// some bits pass through, and others are simply ignored. (That would
-// be a valid example of a transform, of course.)
-//
-// While the output is causally related to the input, it's not a
-// necessarily symmetric or synchronous transformation. For example,
-// a zlib stream might take multiple plain-text writes(), and then
-// emit a single compressed chunk some time in the future.
-//
-// Here's how this works:
-//
-// The Transform stream has all the aspects of the readable and writable
-// stream classes. When you write(chunk), that calls _write(chunk,cb)
-// internally, and returns false if there's a lot of pending writes
-// buffered up. When you call read(), that calls _read(n) until
-// there's enough pending readable data buffered up.
-//
-// In a transform stream, the written data is placed in a buffer. When
-// _read(n) is called, it transforms the queued up data, calling the
-// buffered _write cb's as it consumes chunks. If consuming a single
-// written chunk would result in multiple output chunks, then the first
-// outputted bit calls the readcb, and subsequent chunks just go into
-// the read buffer, and will cause it to emit 'readable' if necessary.
-//
-// This way, back-pressure is actually determined by the reading side,
-// since _read has to be called to start processing a new chunk. However,
-// a pathological inflate type of transform can cause excessive buffering
-// here. For example, imagine a stream where every byte of input is
-// interpreted as an integer from 0-255, and then results in that many
-// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in
-// 1kb of data being output. In this case, you could write a very small
-// amount of input, and end up with a very large amount of output. In
-// such a pathological inflating mechanism, there'd be no way to tell
-// the system to stop doing the transform. A single 4MB write could
-// cause the system to run out of memory.
-//
-// However, even in such a pathological case, only a single written chunk
-// would be consumed, and then the rest would wait (un-transformed) until
-// the results of the previous transformed chunk were consumed.
-
-module.exports = Transform;
-
-var Duplex = require('./_stream_duplex');
-
-/*<replacement>*/
-var util = require('core-util-is');
-util.inherits = require('inherits');
-/*</replacement>*/
-
-util.inherits(Transform, Duplex);
-
-
-function TransformState(options, stream) {
- this.afterTransform = function(er, data) {
- return afterTransform(stream, er, data);
- };
-
- this.needTransform = false;
- this.transforming = false;
- this.writecb = null;
- this.writechunk = null;
-}
-
-function afterTransform(stream, er, data) {
- var ts = stream._transformState;
- ts.transforming = false;
-
- var cb = ts.writecb;
-
- if (!cb)
- return stream.emit('error', new Error('no writecb in Transform class'));
-
- ts.writechunk = null;
- ts.writecb = null;
-
- if (data !== null && data !== undefined)
- stream.push(data);
-
- if (cb)
- cb(er);
-
- var rs = stream._readableState;
- rs.reading = false;
- if (rs.needReadable || rs.length < rs.highWaterMark) {
- stream._read(rs.highWaterMark);
- }
-}
-
-
-function Transform(options) {
- if (!(this instanceof Transform))
- return new Transform(options);
-
- Duplex.call(this, options);
-
- var ts = this._transformState = new TransformState(options, this);
-
- // when the writable side finishes, then flush out anything remaining.
- var stream = this;
-
- // start out asking for a readable event once data is transformed.
- this._readableState.needReadable = true;
-
- // we have implemented the _read method, and done the other things
- // that Readable wants before the first _read call, so unset the
- // sync guard flag.
- this._readableState.sync = false;
-
- this.once('finish', function() {
- if ('function' === typeof this._flush)
- this._flush(function(er) {
- done(stream, er);
- });
- else
- done(stream);
- });
-}
-
-Transform.prototype.push = function(chunk, encoding) {
- this._transformState.needTransform = false;
- return Duplex.prototype.push.call(this, chunk, encoding);
-};
-
-// This is the part where you do stuff!
-// override this function in implementation classes.
-// 'chunk' is an input chunk.
-//
-// Call `push(newChunk)` to pass along transformed output
-// to the readable side. You may call 'push' zero or more times.
-//
-// Call `cb(err)` when you are done with this chunk. If you pass
-// an error, then that'll put the hurt on the whole operation. If you
-// never call cb(), then you'll never get another chunk.
-Transform.prototype._transform = function(chunk, encoding, cb) {
- throw new Error('not implemented');
-};
-
-Transform.prototype._write = function(chunk, encoding, cb) {
- var ts = this._transformState;
- ts.writecb = cb;
- ts.writechunk = chunk;
- ts.writeencoding = encoding;
- if (!ts.transforming) {
- var rs = this._readableState;
- if (ts.needTransform ||
- rs.needReadable ||
- rs.length < rs.highWaterMark)
- this._read(rs.highWaterMark);
- }
-};
-
-// Doesn't matter what the args are here.
-// _transform does all the work.
-// That we got here means that the readable side wants more data.
-Transform.prototype._read = function(n) {
- var ts = this._transformState;
-
- if (ts.writechunk !== null && ts.writecb && !ts.transforming) {
- ts.transforming = true;
- this._transform(ts.writechunk, ts.writeencoding, ts.afterTransform);
- } else {
- // mark that we need a transform, so that any data that comes in
- // will get processed, now that we've asked for it.
- ts.needTransform = true;
- }
-};
-
-
-function done(stream, er) {
- if (er)
- return stream.emit('error', er);
-
- // if there's nothing in the write buffer, then that means
- // that nothing more will ever be provided
- var ws = stream._writableState;
- var rs = stream._readableState;
- var ts = stream._transformState;
-
- if (ws.length)
- throw new Error('calling transform done when ws.length != 0');
-
- if (ts.transforming)
- throw new Error('calling transform done when still transforming');
-
- return stream.push(null);
-}
diff --git a/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_writable.js b/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_writable.js
deleted file mode 100644
index 4bdaa4fa4..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/lib/_stream_writable.js
+++ /dev/null
@@ -1,386 +0,0 @@
-// Copyright Joyent, Inc. and other Node contributors.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a
-// copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to permit
-// persons to whom the Software is furnished to do so, subject to the
-// following conditions:
-//
-// The above copyright notice and this permission notice shall be included
-// in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
-// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
-// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
-// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
-// USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-// A bit simpler than readable streams.
-// Implement an async ._write(chunk, cb), and it'll handle all
-// the drain event emission and buffering.
-
-module.exports = Writable;
-
-/*<replacement>*/
-var Buffer = require('buffer').Buffer;
-/*</replacement>*/
-
-Writable.WritableState = WritableState;
-
-
-/*<replacement>*/
-var util = require('core-util-is');
-util.inherits = require('inherits');
-/*</replacement>*/
-
-var Stream = require('stream');
-
-util.inherits(Writable, Stream);
-
-function WriteReq(chunk, encoding, cb) {
- this.chunk = chunk;
- this.encoding = encoding;
- this.callback = cb;
-}
-
-function WritableState(options, stream) {
- options = options || {};
-
- // the point at which write() starts returning false
- // Note: 0 is a valid value, means that we always return false if
- // the entire buffer is not flushed immediately on write()
- var hwm = options.highWaterMark;
- this.highWaterMark = (hwm || hwm === 0) ? hwm : 16 * 1024;
-
- // object stream flag to indicate whether or not this stream
- // contains buffers or objects.
- this.objectMode = !!options.objectMode;
-
- // cast to ints.
- this.highWaterMark = ~~this.highWaterMark;
-
- this.needDrain = false;
- // at the start of calling end()
- this.ending = false;
- // when end() has been called, and returned
- this.ended = false;
- // when 'finish' is emitted
- this.finished = false;
-
- // should we decode strings into buffers before passing to _write?
- // this is here so that some node-core streams can optimize string
- // handling at a lower level.
- var noDecode = options.decodeStrings === false;
- this.decodeStrings = !noDecode;
-
- // Crypto is kind of old and crusty. Historically, its default string
- // encoding is 'binary' so we have to make this configurable.
- // Everything else in the universe uses 'utf8', though.
- this.defaultEncoding = options.defaultEncoding || 'utf8';
-
- // not an actual buffer we keep track of, but a measurement
- // of how much we're waiting to get pushed to some underlying
- // socket or file.
- this.length = 0;
-
- // a flag to see when we're in the middle of a write.
- this.writing = false;
-
- // a flag to be able to tell if the onwrite cb is called immediately,
- // or on a later tick. We set this to true at first, becuase any
- // actions that shouldn't happen until "later" should generally also
- // not happen before the first write call.
- this.sync = true;
-
- // a flag to know if we're processing previously buffered items, which
- // may call the _write() callback in the same tick, so that we don't
- // end up in an overlapped onwrite situation.
- this.bufferProcessing = false;
-
- // the callback that's passed to _write(chunk,cb)
- this.onwrite = function(er) {
- onwrite(stream, er);
- };
-
- // the callback that the user supplies to write(chunk,encoding,cb)
- this.writecb = null;
-
- // the amount that is being written when _write is called.
- this.writelen = 0;
-
- this.buffer = [];
-
- // True if the error was already emitted and should not be thrown again
- this.errorEmitted = false;
-}
-
-function Writable(options) {
- var Duplex = require('./_stream_duplex');
-
- // Writable ctor is applied to Duplexes, though they're not
- // instanceof Writable, they're instanceof Readable.
- if (!(this instanceof Writable) && !(this instanceof Duplex))
- return new Writable(options);
-
- this._writableState = new WritableState(options, this);
-
- // legacy.
- this.writable = true;
-
- Stream.call(this);
-}
-
-// Otherwise people can pipe Writable streams, which is just wrong.
-Writable.prototype.pipe = function() {
- this.emit('error', new Error('Cannot pipe. Not readable.'));
-};
-
-
-function writeAfterEnd(stream, state, cb) {
- var er = new Error('write after end');
- // TODO: defer error events consistently everywhere, not just the cb
- stream.emit('error', er);
- process.nextTick(function() {
- cb(er);
- });
-}
-
-// If we get something that is not a buffer, string, null, or undefined,
-// and we're not in objectMode, then that's an error.
-// Otherwise stream chunks are all considered to be of length=1, and the
-// watermarks determine how many objects to keep in the buffer, rather than
-// how many bytes or characters.
-function validChunk(stream, state, chunk, cb) {
- var valid = true;
- if (!Buffer.isBuffer(chunk) &&
- 'string' !== typeof chunk &&
- chunk !== null &&
- chunk !== undefined &&
- !state.objectMode) {
- var er = new TypeError('Invalid non-string/buffer chunk');
- stream.emit('error', er);
- process.nextTick(function() {
- cb(er);
- });
- valid = false;
- }
- return valid;
-}
-
-Writable.prototype.write = function(chunk, encoding, cb) {
- var state = this._writableState;
- var ret = false;
-
- if (typeof encoding === 'function') {
- cb = encoding;
- encoding = null;
- }
-
- if (Buffer.isBuffer(chunk))
- encoding = 'buffer';
- else if (!encoding)
- encoding = state.defaultEncoding;
-
- if (typeof cb !== 'function')
- cb = function() {};
-
- if (state.ended)
- writeAfterEnd(this, state, cb);
- else if (validChunk(this, state, chunk, cb))
- ret = writeOrBuffer(this, state, chunk, encoding, cb);
-
- return ret;
-};
-
-function decodeChunk(state, chunk, encoding) {
- if (!state.objectMode &&
- state.decodeStrings !== false &&
- typeof chunk === 'string') {
- chunk = new Buffer(chunk, encoding);
- }
- return chunk;
-}
-
-// if we're already writing something, then just put this
-// in the queue, and wait our turn. Otherwise, call _write
-// If we return false, then we need a drain event, so set that flag.
-function writeOrBuffer(stream, state, chunk, encoding, cb) {
- chunk = decodeChunk(state, chunk, encoding);
- if (Buffer.isBuffer(chunk))
- encoding = 'buffer';
- var len = state.objectMode ? 1 : chunk.length;
-
- state.length += len;
-
- var ret = state.length < state.highWaterMark;
- // we must ensure that previous needDrain will not be reset to false.
- if (!ret)
- state.needDrain = true;
-
- if (state.writing)
- state.buffer.push(new WriteReq(chunk, encoding, cb));
- else
- doWrite(stream, state, len, chunk, encoding, cb);
-
- return ret;
-}
-
-function doWrite(stream, state, len, chunk, encoding, cb) {
- state.writelen = len;
- state.writecb = cb;
- state.writing = true;
- state.sync = true;
- stream._write(chunk, encoding, state.onwrite);
- state.sync = false;
-}
-
-function onwriteError(stream, state, sync, er, cb) {
- if (sync)
- process.nextTick(function() {
- cb(er);
- });
- else
- cb(er);
-
- stream._writableState.errorEmitted = true;
- stream.emit('error', er);
-}
-
-function onwriteStateUpdate(state) {
- state.writing = false;
- state.writecb = null;
- state.length -= state.writelen;
- state.writelen = 0;
-}
-
-function onwrite(stream, er) {
- var state = stream._writableState;
- var sync = state.sync;
- var cb = state.writecb;
-
- onwriteStateUpdate(state);
-
- if (er)
- onwriteError(stream, state, sync, er, cb);
- else {
- // Check if we're actually ready to finish, but don't emit yet
- var finished = needFinish(stream, state);
-
- if (!finished && !state.bufferProcessing && state.buffer.length)
- clearBuffer(stream, state);
-
- if (sync) {
- process.nextTick(function() {
- afterWrite(stream, state, finished, cb);
- });
- } else {
- afterWrite(stream, state, finished, cb);
- }
- }
-}
-
-function afterWrite(stream, state, finished, cb) {
- if (!finished)
- onwriteDrain(stream, state);
- cb();
- if (finished)
- finishMaybe(stream, state);
-}
-
-// Must force callback to be called on nextTick, so that we don't
-// emit 'drain' before the write() consumer gets the 'false' return
-// value, and has a chance to attach a 'drain' listener.
-function onwriteDrain(stream, state) {
- if (state.length === 0 && state.needDrain) {
- state.needDrain = false;
- stream.emit('drain');
- }
-}
-
-
-// if there's something in the buffer waiting, then process it
-function clearBuffer(stream, state) {
- state.bufferProcessing = true;
-
- for (var c = 0; c < state.buffer.length; c++) {
- var entry = state.buffer[c];
- var chunk = entry.chunk;
- var encoding = entry.encoding;
- var cb = entry.callback;
- var len = state.objectMode ? 1 : chunk.length;
-
- doWrite(stream, state, len, chunk, encoding, cb);
-
- // if we didn't call the onwrite immediately, then
- // it means that we need to wait until it does.
- // also, that means that the chunk and cb are currently
- // being processed, so move the buffer counter past them.
- if (state.writing) {
- c++;
- break;
- }
- }
-
- state.bufferProcessing = false;
- if (c < state.buffer.length)
- state.buffer = state.buffer.slice(c);
- else
- state.buffer.length = 0;
-}
-
-Writable.prototype._write = function(chunk, encoding, cb) {
- cb(new Error('not implemented'));
-};
-
-Writable.prototype.end = function(chunk, encoding, cb) {
- var state = this._writableState;
-
- if (typeof chunk === 'function') {
- cb = chunk;
- chunk = null;
- encoding = null;
- } else if (typeof encoding === 'function') {
- cb = encoding;
- encoding = null;
- }
-
- if (typeof chunk !== 'undefined' && chunk !== null)
- this.write(chunk, encoding);
-
- // ignore unnecessary end() calls.
- if (!state.ending && !state.finished)
- endWritable(this, state, cb);
-};
-
-
-function needFinish(stream, state) {
- return (state.ending &&
- state.length === 0 &&
- !state.finished &&
- !state.writing);
-}
-
-function finishMaybe(stream, state) {
- var need = needFinish(stream, state);
- if (need) {
- state.finished = true;
- stream.emit('finish');
- }
- return need;
-}
-
-function endWritable(stream, state, cb) {
- state.ending = true;
- finishMaybe(stream, state);
- if (cb) {
- if (state.finished)
- process.nextTick(cb);
- else
- stream.once('finish', cb);
- }
- state.ended = true;
-}
diff --git a/node_modules/gulp-util/node_modules/readable-stream/package.json b/node_modules/gulp-util/node_modules/readable-stream/package.json
deleted file mode 100644
index b550f6ce4..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/package.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "readable-stream",
- "version": "1.0.34",
- "description": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",
- "main": "readable.js",
- "dependencies": {
- "core-util-is": "~1.0.0",
- "isarray": "0.0.1",
- "string_decoder": "~0.10.x",
- "inherits": "~2.0.1"
- },
- "devDependencies": {
- "tap": "~0.2.6"
- },
- "scripts": {
- "test": "tap test/simple/*.js"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/readable-stream"
- },
- "keywords": [
- "readable",
- "stream",
- "pipe"
- ],
- "browser": {
- "util": false
- },
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
- "license": "MIT"
-}
diff --git a/node_modules/gulp-util/node_modules/readable-stream/passthrough.js b/node_modules/gulp-util/node_modules/readable-stream/passthrough.js
deleted file mode 100644
index 27e8d8a55..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/passthrough.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = require("./lib/_stream_passthrough.js")
diff --git a/node_modules/gulp-util/node_modules/readable-stream/readable.js b/node_modules/gulp-util/node_modules/readable-stream/readable.js
deleted file mode 100644
index 26511e87b..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/readable.js
+++ /dev/null
@@ -1,11 +0,0 @@
-var Stream = require('stream'); // hack to fix a circular dependency issue when used with browserify
-exports = module.exports = require('./lib/_stream_readable.js');
-exports.Stream = Stream;
-exports.Readable = exports;
-exports.Writable = require('./lib/_stream_writable.js');
-exports.Duplex = require('./lib/_stream_duplex.js');
-exports.Transform = require('./lib/_stream_transform.js');
-exports.PassThrough = require('./lib/_stream_passthrough.js');
-if (!process.browser && process.env.READABLE_STREAM === 'disable') {
- module.exports = require('stream');
-}
diff --git a/node_modules/gulp-util/node_modules/readable-stream/transform.js b/node_modules/gulp-util/node_modules/readable-stream/transform.js
deleted file mode 100644
index 5d482f078..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/transform.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = require("./lib/_stream_transform.js")
diff --git a/node_modules/gulp-util/node_modules/readable-stream/writable.js b/node_modules/gulp-util/node_modules/readable-stream/writable.js
deleted file mode 100644
index e1e9efdf3..000000000
--- a/node_modules/gulp-util/node_modules/readable-stream/writable.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = require("./lib/_stream_writable.js")
diff --git a/node_modules/gulp-util/node_modules/strip-ansi/cli.js b/node_modules/gulp-util/node_modules/strip-ansi/cli.js
deleted file mode 100755
index 602ae00e8..000000000
--- a/node_modules/gulp-util/node_modules/strip-ansi/cli.js
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/usr/bin/env node
-'use strict';
-var fs = require('fs');
-var pkg = require('./package.json');
-var strip = require('./');
-var input = process.argv[2];
-
-function help() {
- console.log([
- pkg.description,
- '',
- 'Usage',
- ' $ strip-ansi <input-file> > <output-file>',
- ' $ cat <input-file> | strip-ansi > <output-file>',
- '',
- 'Example',
- ' $ strip-ansi unicorn.txt > unicorn-stripped.txt'
- ].join('\n'));
-}
-
-if (process.argv.indexOf('--help') !== -1) {
- help();
- return;
-}
-
-if (process.argv.indexOf('--version') !== -1) {
- console.log(pkg.version);
- return;
-}
-
-if (input) {
- process.stdout.write(strip(fs.readFileSync(input, 'utf8')));
- return;
-}
-
-process.stdin.setEncoding('utf8');
-process.stdin.on('data', function (data) {
- process.stdout.write(strip(data));
-});
diff --git a/node_modules/gulp-util/node_modules/strip-ansi/index.js b/node_modules/gulp-util/node_modules/strip-ansi/index.js
deleted file mode 100644
index 099480fbf..000000000
--- a/node_modules/gulp-util/node_modules/strip-ansi/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-'use strict';
-var ansiRegex = require('ansi-regex')();
-
-module.exports = function (str) {
- return typeof str === 'string' ? str.replace(ansiRegex, '') : str;
-};
diff --git a/node_modules/gulp-util/node_modules/strip-ansi/package.json b/node_modules/gulp-util/node_modules/strip-ansi/package.json
deleted file mode 100644
index 3bacc6706..000000000
--- a/node_modules/gulp-util/node_modules/strip-ansi/package.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "name": "strip-ansi",
- "version": "0.3.0",
- "description": "Strip ANSI escape codes",
- "license": "MIT",
- "bin": {
- "strip-ansi": "cli.js"
- },
- "repository": "sindresorhus/strip-ansi",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "files": [
- "index.js",
- "cli.js"
- ],
- "keywords": [
- "strip",
- "trim",
- "remove",
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "tty",
- "escape",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "dependencies": {
- "ansi-regex": "^0.2.1"
- },
- "devDependencies": {
- "mocha": "*"
- }
-}
diff --git a/node_modules/gulp-util/node_modules/strip-ansi/readme.md b/node_modules/gulp-util/node_modules/strip-ansi/readme.md
deleted file mode 100644
index 5477079d0..000000000
--- a/node_modules/gulp-util/node_modules/strip-ansi/readme.md
+++ /dev/null
@@ -1,43 +0,0 @@
-# strip-ansi [![Build Status](https://travis-ci.org/sindresorhus/strip-ansi.svg?branch=master)](https://travis-ci.org/sindresorhus/strip-ansi)
-
-> Strip [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code)
-
-
-## Install
-
-```sh
-$ npm install --save strip-ansi
-```
-
-
-## Usage
-
-```js
-var stripAnsi = require('strip-ansi');
-
-stripAnsi('\x1b[4mcake\x1b[0m');
-//=> 'cake'
-```
-
-
-## CLI
-
-```sh
-$ npm install --global strip-ansi
-```
-
-```sh
-$ strip-ansi --help
-
-Usage
- $ strip-ansi <input-file> > <output-file>
- $ cat <input-file> | strip-ansi > <output-file>
-
-Example
- $ strip-ansi unicorn.txt > unicorn-stripped.txt
-```
-
-
-## License
-
-MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/gulp-util/node_modules/supports-color/cli.js b/node_modules/gulp-util/node_modules/supports-color/cli.js
deleted file mode 100755
index 0617971e6..000000000
--- a/node_modules/gulp-util/node_modules/supports-color/cli.js
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/usr/bin/env node
-'use strict';
-var pkg = require('./package.json');
-var supportsColor = require('./');
-var input = process.argv[2];
-
-function help() {
- console.log([
- pkg.description,
- '',
- 'Usage',
- ' $ supports-color',
- '',
- 'Exits with code 0 if color is supported and 1 if not'
- ].join('\n'));
-}
-
-if (!input || process.argv.indexOf('--help') !== -1) {
- help();
- return;
-}
-
-if (process.argv.indexOf('--version') !== -1) {
- console.log(pkg.version);
- return;
-}
-
-process.exit(supportsColor ? 0 : 1);
diff --git a/node_modules/gulp-util/node_modules/supports-color/index.js b/node_modules/gulp-util/node_modules/supports-color/index.js
deleted file mode 100644
index 092d0baef..000000000
--- a/node_modules/gulp-util/node_modules/supports-color/index.js
+++ /dev/null
@@ -1,32 +0,0 @@
-'use strict';
-module.exports = (function () {
- if (process.argv.indexOf('--no-color') !== -1) {
- return false;
- }
-
- if (process.argv.indexOf('--color') !== -1) {
- return true;
- }
-
- if (process.stdout && !process.stdout.isTTY) {
- return false;
- }
-
- if (process.platform === 'win32') {
- return true;
- }
-
- if ('COLORTERM' in process.env) {
- return true;
- }
-
- if (process.env.TERM === 'dumb') {
- return false;
- }
-
- if (/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(process.env.TERM)) {
- return true;
- }
-
- return false;
-})();
diff --git a/node_modules/gulp-util/node_modules/supports-color/package.json b/node_modules/gulp-util/node_modules/supports-color/package.json
deleted file mode 100644
index 02b019789..000000000
--- a/node_modules/gulp-util/node_modules/supports-color/package.json
+++ /dev/null
@@ -1,50 +0,0 @@
-{
- "name": "supports-color",
- "version": "0.2.0",
- "description": "Detect whether a terminal supports color",
- "license": "MIT",
- "repository": "sindresorhus/supports-color",
- "bin": {
- "supports-color": "cli.js"
- },
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "files": [
- "index.js",
- "cli.js"
- ],
- "keywords": [
- "cli",
- "bin",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "ansi",
- "styles",
- "tty",
- "rgb",
- "256",
- "shell",
- "xterm",
- "command-line",
- "support",
- "supports",
- "capability",
- "detect"
- ],
- "devDependencies": {
- "mocha": "*"
- }
-}
diff --git a/node_modules/gulp-util/node_modules/supports-color/readme.md b/node_modules/gulp-util/node_modules/supports-color/readme.md
deleted file mode 100644
index 7f07e5fb0..000000000
--- a/node_modules/gulp-util/node_modules/supports-color/readme.md
+++ /dev/null
@@ -1,44 +0,0 @@
-# supports-color [![Build Status](https://travis-ci.org/sindresorhus/supports-color.svg?branch=master)](https://travis-ci.org/sindresorhus/supports-color)
-
-> Detect whether a terminal supports color
-
-
-## Install
-
-```sh
-$ npm install --save supports-color
-```
-
-
-## Usage
-
-```js
-var supportsColor = require('supports-color');
-
-if (supportsColor) {
- console.log('Terminal supports color');
-}
-```
-
-It obeys the `--color` and `--no-color` CLI flags.
-
-
-## CLI
-
-```sh
-$ npm install --global supports-color
-```
-
-```sh
-$ supports-color --help
-
-Usage
- $ supports-color
-
-# Exits with code 0 if color is supported and 1 if not
-```
-
-
-## License
-
-MIT © [Sindre Sorhus](http://sindresorhus.com)
diff --git a/node_modules/gulp-util/node_modules/through2/.npmignore b/node_modules/gulp-util/node_modules/through2/.npmignore
deleted file mode 100644
index 1e1dcab34..000000000
--- a/node_modules/gulp-util/node_modules/through2/.npmignore
+++ /dev/null
@@ -1,3 +0,0 @@
-test
-.jshintrc
-.travis.yml \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/through2/LICENSE b/node_modules/gulp-util/node_modules/through2/LICENSE
deleted file mode 100644
index f6a0029de..000000000
--- a/node_modules/gulp-util/node_modules/through2/LICENSE
+++ /dev/null
@@ -1,39 +0,0 @@
-Copyright 2013, Rod Vagg (the "Original Author")
-All rights reserved.
-
-MIT +no-false-attribs License
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-Distributions of all or part of the Software intended to be used
-by the recipients as they would use the unmodified Software,
-containing modifications that substantially alter, remove, or
-disable functionality of the Software, outside of the documented
-configuration mechanisms provided by the Software, shall be
-modified such that the Original Author's bug reporting email
-addresses and urls are either replaced with the contact information
-of the parties responsible for the changes, or removed entirely.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-
-Except where noted, this license applies to any and all software
-programs and associated documentation files created by the
-Original Author, when distributed with the Software. \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/through2/README.md b/node_modules/gulp-util/node_modules/through2/README.md
deleted file mode 100644
index 33aa01ec3..000000000
--- a/node_modules/gulp-util/node_modules/through2/README.md
+++ /dev/null
@@ -1,140 +0,0 @@
-# through2
-
-<!--
-
-soon ...
-
-[![Build Status](https://secure.travis-ci.org/rvagg/through2.png)](http://travis-ci.org/rvagg/through2)
-
-[![Build Status](https://saucelabs.com/browser-matrix/through2-sauce.svg)](https://travis-ci.org/rvagg/through2)
-
--->
-
-[![NPM](https://nodei.co/npm/through2.png?compact=true)](https://nodei.co/npm/through2/)
-
-<!--
-not happy with these, we need to peg to readable-stream@1.0.x so it'll always report out-of-date
-
-[![david-dm](https://david-dm.org/rvagg/through2.png)](https://david-dm.org/rvagg/through2/)
-[![david-dm](https://david-dm.org/rvagg/through2/dev-status.png)](https://david-dm.org/rvagg/through2#info=devDependencies/)
--->
-
-**A tiny wrapper around Node streams.Transform (Streams2) to avoid explicit subclassing noise**
-
-Inspired by [Dominic Tarr](https://github.com/dominictarr)'s [through](https://github.com/dominictarr/through) in that it's so much easier to make a stream out of a function than it is to set up the prototype chain properly: `through(function (chunk) { ... })`.
-
-Note: A **Streams3** version of through2 is available in npm with the tag `"1.0"` rather than `"latest"` so an `npm install through2` will get you the current Streams2 version (version number is 0.x.x). To use a Streams3 version use `npm install through2@1` to fetch the latest version 1.x.x. More information about Streams2 vs Streams3 and recommendations [here](http://www.nearform.com/nodecrunch/dont-use-nodes-core-stream-module).
-
-```js
-fs.createReadStream('ex.txt')
- .pipe(through2(function (chunk, enc, callback) {
-
- for (var i = 0; i < chunk.length; i++)
- if (chunk[i] == 97)
- chunk[i] = 122 // swap 'a' for 'z'
-
- this.push(chunk)
-
- callback()
-
- }))
- .pipe(fs.createWriteStream('out.txt'))
-```
-
-Or object streams:
-
-```js
-var all = []
-
-fs.createReadStream('data.csv')
- .pipe(csv2())
- .pipe(through2.obj(function (chunk, enc, callback) {
-
- var data = {
- name : chunk[0]
- , address : chunk[3]
- , phone : chunk[10]
- }
-
- this.push(data)
-
- callback()
-
- }))
- .on('data', function (data) {
- all.push(data)
- })
- .on('end', function () {
- doSomethingSpecial(all)
- })
-```
-
-Note that `through2.obj(fn)` is a convenience wrapper around `through2({ objectMode: true }, fn)`.
-
-## API
-
-<b><code>through2([ options, ] [ transformFunction ] [, flushFunction ])</code></b>
-
-Consult the **[stream.Transform](http://nodejs.org/docs/latest/api/stream.html#stream_class_stream_transform)** documentation for the exact rules of the `transformFunction` (i.e. `this._transform`) and the optional `flushFunction` (i.e. `this._flush`).
-
-### options
-
-The options argument is optional and is passed straight through to `stream.Transform`. So you can use `objectMode:true` if you are processing non-binary streams (or just use `through2.obj()`).
-
-The `options` argument is first, unlike standard convention, because if I'm passing in an anonymous function then I'd prefer for the options argument to not get lost at the end of the call:
-
-```js
-fs.createReadStream('/tmp/important.dat')
- .pipe(through2({ objectMode: true, allowHalfOpen: false }, function (chunk, enc, cb) {
-
- this.push(new Buffer('wut?'))
- cb()
-
- })
- .pipe(fs.createWriteStream('/tmp/wut.txt'))
-```
-
-### transformFunction
-
-The `transformFunction` must have the following signature: `function (chunk, encoding, callback) {}`. A minimal implementation should call the `callback` function to indicate that the transformation is done, even if that transformation means discarding the chunk.
-
-To queue a new chunk, call `this.push(chunk)`&mdash;this can be called as many times as required before the `callback()` if you have multiple pieces to send on.
-
-If you **do not provide a `transformFunction`** then you will get a simple simple pass-through stream.
-
-### flushFunction
-
-The optional `flushFunction` is provided as the last argument (2nd or 3rd, depending on whether you've supplied options) is called just prior to the stream ending. Can be used to finish up any processing that may be in progress.
-
-<b><code>through2.ctor([ options, ] transformFunction[, flushFunction ])</code></b>
-
-Instead of returning a `stream.Transform` instance, `through2.ctor()` returns a **constructor** for a custom Transform. This is useful when you want to use the same transform logic in multiple instances.
-
-```js
-var FToC = through2.ctor({objectMode: true}, function (record, encoding, callback) {
- if (record.temp != null && record.unit = "F") {
- record.temp = ( ( record.temp - 32 ) * 5 ) / 9
- record.unit = "C"
- }
- this.push(record)
- callback()
-})
-
-// Create instances of FToC like so:
-var converter = new FToC()
-// Or:
-var converter = FToC()
-// Or specify/override options when you instantiate, if you prefer:
-var converter = FToC({objectMode: true})
-```
-
-## See Also
-
- - [through2-map](https://github.com/brycebaril/through2-map) - Array.prototype.map analog for streams.
- - [through2-filter](https://github.com/brycebaril/through2-filter) - Array.prototype.filter analog for streams.
- - [through2-reduce](https://github.com/brycebaril/through2-reduce) - Array.prototype.reduce analog for streams.
- - [through2-spy](https://github.com/brycebaril/through2-spy) - Wrapper for simple stream.PassThrough spies.
-
-## License
-
-**through2** is Copyright (c) 2013 Rod Vagg [@rvagg](https://twitter.com/rvagg) and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.
diff --git a/node_modules/gulp-util/node_modules/through2/package.json b/node_modules/gulp-util/node_modules/through2/package.json
deleted file mode 100644
index 079126edb..000000000
--- a/node_modules/gulp-util/node_modules/through2/package.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "name": "through2",
- "version": "0.5.1",
- "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
- "main": "through2.js",
- "scripts": {
- "test": "node test/test.js",
- "test-local": "brtapsauce-local test/basic-test.js"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/rvagg/through2.git"
- },
- "keywords": [
- "stream",
- "streams2",
- "through",
- "transform"
- ],
- "author": "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
- "license": "MIT",
- "dependencies": {
- "readable-stream": "~1.0.17",
- "xtend": "~3.0.0"
- },
- "devDependencies": {
- "tape": "~2.3.0",
- "bl": "~0.6.0",
- "stream-spigot": "~3.0.1",
- "brtapsauce": "~0.2.2"
- }
-}
diff --git a/node_modules/gulp-util/node_modules/through2/through2.js b/node_modules/gulp-util/node_modules/through2/through2.js
deleted file mode 100644
index d3610aa52..000000000
--- a/node_modules/gulp-util/node_modules/through2/through2.js
+++ /dev/null
@@ -1,78 +0,0 @@
-var Transform = require('readable-stream/transform')
- , inherits = require('util').inherits
- , xtend = require('xtend')
-
-
-// a noop _transform function
-function noop (chunk, enc, callback) {
- callback(null, chunk)
-}
-
-
-// create a new export function, used by both the main export and
-// the .ctor export, contains common logic for dealing with arguments
-function through2 (construct) {
- return function (options, transform, flush) {
- if (typeof options == 'function') {
- flush = transform
- transform = options
- options = {}
- }
-
- if (typeof transform != 'function')
- transform = noop
-
- if (typeof flush != 'function')
- flush = null
-
- return construct(options, transform, flush)
- }
-}
-
-
-// main export, just make me a transform stream!
-module.exports = through2(function (options, transform, flush) {
- var t2 = new Transform(options)
-
- t2._transform = transform
-
- if (flush)
- t2._flush = flush
-
- return t2
-})
-
-
-// make me a reusable prototype that I can `new`, or implicitly `new`
-// with a constructor call
-module.exports.ctor = through2(function (options, transform, flush) {
- function Through2 (override) {
- if (!(this instanceof Through2))
- return new Through2(override)
-
- this.options = xtend(options, override)
-
- Transform.call(this, this.options)
- }
-
- inherits(Through2, Transform)
-
- Through2.prototype._transform = transform
-
- if (flush)
- Through2.prototype._flush = flush
-
- return Through2
-})
-
-
-module.exports.obj = through2(function (options, transform, flush) {
- var t2 = new Transform(xtend({ objectMode: true, highWaterMark: 16 }, options))
-
- t2._transform = transform
-
- if (flush)
- t2._flush = flush
-
- return t2
-})
diff --git a/node_modules/gulp-util/node_modules/vinyl/.npmignore b/node_modules/gulp-util/node_modules/vinyl/.npmignore
deleted file mode 100644
index b5ef13a3c..000000000
--- a/node_modules/gulp-util/node_modules/vinyl/.npmignore
+++ /dev/null
@@ -1,6 +0,0 @@
-.DS_Store
-*.log
-node_modules
-build
-*.node
-components \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/vinyl/.travis.yml b/node_modules/gulp-util/node_modules/vinyl/.travis.yml
deleted file mode 100644
index 33ad9f8c8..000000000
--- a/node_modules/gulp-util/node_modules/vinyl/.travis.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-language: node_js
-node_js:
- - "0.9"
- - "0.10"
-after_script:
- - npm run coveralls \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/vinyl/LICENSE b/node_modules/gulp-util/node_modules/vinyl/LICENSE
index 4f482f9ba..4f482f9ba 100755..100644
--- a/node_modules/gulp-util/node_modules/vinyl/LICENSE
+++ b/node_modules/gulp-util/node_modules/vinyl/LICENSE
diff --git a/node_modules/gulp-util/node_modules/vinyl/README.md b/node_modules/gulp-util/node_modules/vinyl/README.md
index 3f97efc56..2d57d8566 100644
--- a/node_modules/gulp-util/node_modules/vinyl/README.md
+++ b/node_modules/gulp-util/node_modules/vinyl/README.md
@@ -1,21 +1,9 @@
# vinyl [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Dependency Status](https://david-dm.org/wearefractal/vinyl.png?theme=shields.io)](https://david-dm.org/wearefractal/vinyl)
-
-
## Information
+<table><br><tr><br><td>Package</td><td>vinyl</td><br></tr><br><tr><br><td>Description</td><br><td>A virtual file format</td><br></tr><br><tr><br><td>Node Version</td><br><td>>= 0.9</td><br></tr><br></table>
-<table>
-<tr>
-<td>Package</td><td>vinyl</td>
-</tr>
-<tr>
-<td>Description</td>
-<td>A virtual file format</td>
-</tr>
-<tr>
-<td>Node Version</td>
-<td>>= 0.9</td>
-</tr>
-</table>
+## What is this?
+Read this for more info about how this plays into the grand scheme of things [https://medium.com/@eschoff/3828e8126466](https://medium.com/@eschoff/3828e8126466)
## File
@@ -25,80 +13,101 @@ var File = require('vinyl');
var coffeeFile = new File({
cwd: "/",
base: "/test/",
- path: "/test/file.coffee"
+ path: "/test/file.coffee",
contents: new Buffer("test = 123")
});
```
-### constructor(options)
+### isVinyl
+When checking if an object is a vinyl file, you should not use instanceof. Use the isVinyl function instead.
-#### options.cwd
+```js
+var File = require('vinyl');
-Type: `String`
-Default: `process.cwd()`
+var dummy = new File({stuff});
+var notAFile = {};
-#### options.base
+File.isVinyl(dummy); // true
+File.isVinyl(notAFile); // false
+```
+
+### constructor(options)
+#### options.cwd
+Type: `String`<br><br>Default: `process.cwd()`
+#### options.base
Used for relative pathing. Typically where a glob starts.
-Type: `String`
-Default: `options.cwd`
+Type: `String`<br><br>Default: `options.cwd`
#### options.path
-
Full path to the file.
-Type: `String`
-Default: `null`
+Type: `String`<br><br>Default: `undefined`
-#### options.stat
+#### options.history
+Path history. Has no effect if `options.path` is passed.
+Type: `Array`<br><br>Default: `options.path ? [options.path] : []`
+
+#### options.stat
The result of an fs.stat call. See [fs.Stats](http://nodejs.org/api/fs.html#fs_class_fs_stats) for more information.
-Type: `fs.Stats`
-Default: `null`
+Type: `fs.Stats`<br><br>Default: `null`
#### options.contents
-
File contents.
-Type: `Buffer, Stream, or null`
-Default: `null`
+Type: `Buffer, Stream, or null`<br><br>Default: `null`
### isBuffer()
-
Returns true if file.contents is a Buffer.
### isStream()
-
Returns true if file.contents is a Stream.
### isNull()
-
Returns true if file.contents is null.
-### clone()
+### clone([opt])
+Returns a new File object with all attributes cloned.<br>By default custom attributes are deep-cloned.
-Returns a new File object with all attributes cloned.
+If opt or opt.deep is false, custom attributes will not be deep-cloned.
-### pipe(stream[, opt])
+If opt.contents is false, it will copy file.contents Buffer's reference.
+### pipe(stream[, opt])
If file.contents is a Buffer, it will write it to the stream.
If file.contents is a Stream, it will pipe it to the stream.
If file.contents is null, it will do nothing.
-If opt.end is true, the destination stream will not be ended (same as node core).
+If opt.end is false, the destination stream will not be ended (same as node core).
Returns the stream.
### inspect()
-
Returns a pretty String interpretation of the File. Useful for console.log.
-### relative
+### contents
+The [Stream](https://nodejs.org/api/stream.html#stream_stream) or [Buffer](https://nodejs.org/api/buffer.html#buffer_class_buffer) of the file as it was passed in via options, or as the result of modification.
+
+For example:
+
+```js
+if (file.isBuffer()) {
+ console.log(file.contents.toString()); // logs out the string of contents
+}
+```
+### path
+Absolute pathname string or `undefined`. Setting to a different value pushes the old value to `history`.
+
+### history
+Array of `path` values the file object has had, from `history[0]` (original) through `history[history.length - 1]` (current). `history` and its elements should normally be treated as read-only and only altered indirectly by setting `path`.
+
+### relative
Returns path.relative for the file base and file path.
Example:
@@ -113,6 +122,69 @@ var file = new File({
console.log(file.relative); // file.coffee
```
+### dirname
+Gets and sets path.dirname for the file path.
+
+Example:
+
+```javascript
+var file = new File({
+ cwd: "/",
+ base: "/test/",
+ path: "/test/file.coffee"
+});
+
+console.log(file.dirname); // /test
+
+file.dirname = '/specs';
+
+console.log(file.dirname); // /specs
+console.log(file.path); // /specs/file.coffee
+`
+```
+
+### basename
+Gets and sets path.basename for the file path.
+
+Example:
+
+```javascript
+var file = new File({
+ cwd: "/",
+ base: "/test/",
+ path: "/test/file.coffee"
+});
+
+console.log(file.basename); // file.coffee
+
+file.basename = 'file.js';
+
+console.log(file.basename); // file.js
+console.log(file.path); // /test/file.js
+`
+```
+
+### extname
+Gets and sets path.extname for the file path.
+
+Example:
+
+```javascript
+var file = new File({
+ cwd: "/",
+ base: "/test/",
+ path: "/test/file.coffee"
+});
+
+console.log(file.extname); // .coffee
+
+file.extname = '.js';
+
+console.log(file.extname); // .js
+console.log(file.path); // /test/file.js
+`
+```
+
[npm-url]: https://npmjs.org/package/vinyl
[npm-image]: https://badge.fury.io/js/vinyl.png
[travis-url]: https://travis-ci.org/wearefractal/vinyl
@@ -120,4 +192,4 @@ console.log(file.relative); // file.coffee
[coveralls-url]: https://coveralls.io/r/wearefractal/vinyl
[coveralls-image]: https://coveralls.io/repos/wearefractal/vinyl/badge.png
[depstat-url]: https://david-dm.org/wearefractal/vinyl
-[depstat-image]: https://david-dm.org/wearefractal/vinyl.png \ No newline at end of file
+[depstat-image]: https://david-dm.org/wearefractal/vinyl.png
diff --git a/node_modules/gulp-util/node_modules/vinyl/index.js b/node_modules/gulp-util/node_modules/vinyl/index.js
index 97f5c7529..c8f113ffe 100644
--- a/node_modules/gulp-util/node_modules/vinyl/index.js
+++ b/node_modules/gulp-util/node_modules/vinyl/index.js
@@ -1,28 +1,31 @@
var path = require('path');
-
+var clone = require('clone');
var cloneStats = require('clone-stats');
-
+var cloneBuffer = require('./lib/cloneBuffer');
var isBuffer = require('./lib/isBuffer');
var isStream = require('./lib/isStream');
var isNull = require('./lib/isNull');
var inspectStream = require('./lib/inspectStream');
-var cloneBuffer = require('./lib/cloneBuffer');
+var Stream = require('stream');
+var replaceExt = require('replace-ext');
function File(file) {
if (!file) file = {};
- // TODO: should this be moved to vinyl-fs?
+ // record path change
+ var history = file.path ? [file.path] : file.history;
+ this.history = history || [];
+
this.cwd = file.cwd || process.cwd();
this.base = file.base || this.cwd;
- this.path = file.path || null;
-
- // stat = fs stats object
- // TODO: should this be moved to vinyl-fs?
+ // stat = files stats object
this.stat = file.stat || null;
// contents = stream, buffer, or null if not read
this.contents = file.contents || null;
+
+ this._isVinyl = true;
}
File.prototype.isBuffer = function() {
@@ -42,17 +45,50 @@ File.prototype.isDirectory = function() {
return this.isNull() && this.stat && this.stat.isDirectory();
};
-File.prototype.clone = function() {
- var clonedContents = this.isBuffer() ? cloneBuffer(this.contents) : this.contents;
- var clonedStat = this.stat ? cloneStats(this.stat) : null;
+File.prototype.clone = function(opt) {
+ if (typeof opt === 'boolean') {
+ opt = {
+ deep: opt,
+ contents: true
+ };
+ } else if (!opt) {
+ opt = {
+ deep: true,
+ contents: true
+ };
+ } else {
+ opt.deep = opt.deep === true;
+ opt.contents = opt.contents !== false;
+ }
+
+ // clone our file contents
+ var contents;
+ if (this.isStream()) {
+ contents = this.contents.pipe(new Stream.PassThrough());
+ this.contents = this.contents.pipe(new Stream.PassThrough());
+ } else if (this.isBuffer()) {
+ contents = opt.contents ? cloneBuffer(this.contents) : this.contents;
+ }
- return new File({
+ var file = new File({
cwd: this.cwd,
base: this.base,
- path: this.path,
- stat: clonedStat,
- contents: clonedContents
+ stat: (this.stat ? cloneStats(this.stat) : null),
+ history: this.history.slice(),
+ contents: contents
});
+
+ // clone our custom properties
+ Object.keys(this).forEach(function(key) {
+ // ignore built-in fields
+ if (key === '_contents' || key === 'stat' ||
+ key === 'history' || key === 'path' ||
+ key === 'base' || key === 'cwd') {
+ return;
+ }
+ file[key] = opt.deep ? clone(this[key], true) : this[key];
+ }, this);
+ return file;
};
File.prototype.pipe = function(stream, opt) {
@@ -70,11 +106,9 @@ File.prototype.pipe = function(stream, opt) {
}
return stream;
}
- if (this.isNull()) {
- if (opt.end) stream.end();
- return stream;
- }
+ // isNull
+ if (opt.end) stream.end();
return stream;
};
@@ -99,6 +133,10 @@ File.prototype.inspect = function() {
return '<File '+inspect.join(' ')+'>';
};
+File.isVinyl = function(file) {
+ return file && file._isVinyl === true;
+};
+
// virtual attributes
// or stuff with extra logic
Object.defineProperty(File.prototype, 'contents', {
@@ -107,7 +145,7 @@ Object.defineProperty(File.prototype, 'contents', {
},
set: function(val) {
if (!isBuffer(val) && !isStream(val) && !isNull(val)) {
- throw new Error("File.contents can only be a Buffer, a Stream, or null.");
+ throw new Error('File.contents can only be a Buffer, a Stream, or null.');
}
this._contents = val;
}
@@ -125,4 +163,51 @@ Object.defineProperty(File.prototype, 'relative', {
}
});
+Object.defineProperty(File.prototype, 'dirname', {
+ get: function() {
+ if (!this.path) throw new Error('No path specified! Can not get dirname.');
+ return path.dirname(this.path);
+ },
+ set: function(dirname) {
+ if (!this.path) throw new Error('No path specified! Can not set dirname.');
+ this.path = path.join(dirname, path.basename(this.path));
+ }
+});
+
+Object.defineProperty(File.prototype, 'basename', {
+ get: function() {
+ if (!this.path) throw new Error('No path specified! Can not get basename.');
+ return path.basename(this.path);
+ },
+ set: function(basename) {
+ if (!this.path) throw new Error('No path specified! Can not set basename.');
+ this.path = path.join(path.dirname(this.path), basename);
+ }
+});
+
+Object.defineProperty(File.prototype, 'extname', {
+ get: function() {
+ if (!this.path) throw new Error('No path specified! Can not get extname.');
+ return path.extname(this.path);
+ },
+ set: function(extname) {
+ if (!this.path) throw new Error('No path specified! Can not set extname.');
+ this.path = replaceExt(this.path, extname);
+ }
+});
+
+Object.defineProperty(File.prototype, 'path', {
+ get: function() {
+ return this.history[this.history.length - 1];
+ },
+ set: function(path) {
+ if (typeof path !== 'string') throw new Error('path should be string');
+
+ // record history only when path changed
+ if (path && path !== this.path) {
+ this.history.push(path);
+ }
+ }
+});
+
module.exports = File;
diff --git a/node_modules/gulp-util/node_modules/vinyl/lib/cloneBuffer.js b/node_modules/gulp-util/node_modules/vinyl/lib/cloneBuffer.js
index 3a861f22f..89f09eda1 100644
--- a/node_modules/gulp-util/node_modules/vinyl/lib/cloneBuffer.js
+++ b/node_modules/gulp-util/node_modules/vinyl/lib/cloneBuffer.js
@@ -4,4 +4,4 @@ module.exports = function(buf) {
var out = new Buffer(buf.length);
buf.copy(out);
return out;
-}; \ No newline at end of file
+};
diff --git a/node_modules/gulp-util/node_modules/vinyl/lib/inspectStream.js b/node_modules/gulp-util/node_modules/vinyl/lib/inspectStream.js
index 2c9067892..d36df6ff6 100644
--- a/node_modules/gulp-util/node_modules/vinyl/lib/inspectStream.js
+++ b/node_modules/gulp-util/node_modules/vinyl/lib/inspectStream.js
@@ -1,12 +1,11 @@
-var Stream = require('stream').Stream;
var isStream = require('./isStream');
module.exports = function(stream) {
if (!isStream(stream)) return;
-
+
var streamType = stream.constructor.name;
// avoid StreamStream
if (streamType === 'Stream') streamType = '';
return '<'+streamType+'Stream>';
-}; \ No newline at end of file
+};
diff --git a/node_modules/gulp-util/node_modules/vinyl/lib/isBuffer.js b/node_modules/gulp-util/node_modules/vinyl/lib/isBuffer.js
index 0e23782c4..8a767d174 100644
--- a/node_modules/gulp-util/node_modules/vinyl/lib/isBuffer.js
+++ b/node_modules/gulp-util/node_modules/vinyl/lib/isBuffer.js
@@ -1,7 +1 @@
-var buf = require('buffer');
-var Buffer = buf.Buffer;
-
-// could use Buffer.isBuffer but this is the same exact thing...
-module.exports = function(o) {
- return typeof o === 'object' && o instanceof Buffer;
-}; \ No newline at end of file
+module.exports = require('buffer').Buffer.isBuffer;
diff --git a/node_modules/gulp-util/node_modules/vinyl/lib/isNull.js b/node_modules/gulp-util/node_modules/vinyl/lib/isNull.js
index 403bb30e8..7f22c63ae 100644
--- a/node_modules/gulp-util/node_modules/vinyl/lib/isNull.js
+++ b/node_modules/gulp-util/node_modules/vinyl/lib/isNull.js
@@ -1,3 +1,3 @@
module.exports = function(v) {
return v === null;
-}; \ No newline at end of file
+};
diff --git a/node_modules/gulp-util/node_modules/vinyl/package.json b/node_modules/gulp-util/node_modules/vinyl/package.json
index d851cb138..6000cffb3 100644
--- a/node_modules/gulp-util/node_modules/vinyl/package.json
+++ b/node_modules/gulp-util/node_modules/vinyl/package.json
@@ -1,37 +1,37 @@
{
"name": "vinyl",
"description": "A virtual file format",
- "version": "0.2.3",
+ "version": "0.5.3",
"homepage": "http://github.com/wearefractal/vinyl",
"repository": "git://github.com/wearefractal/vinyl.git",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
+ "files": [
+ "index.js",
+ "lib"
+ ],
"dependencies": {
- "clone-stats": "~0.0.1"
+ "clone": "^1.0.0",
+ "clone-stats": "^0.0.1",
+ "replace-ext": "0.0.1"
},
"devDependencies": {
- "mocha": "~1.17.0",
- "should": "~2.1.1",
- "mocha-lcov-reporter": "0.0.1",
- "coveralls": "~2.6.1",
- "istanbul": "~0.2.3",
- "rimraf": "~2.2.5",
- "jshint": "~2.4.1",
- "buffer-equal": "0.0.0",
- "lodash.templatesettings": "~2.4.1",
- "event-stream": "~3.1.0"
+ "buffer-equal": "0.0.1",
+ "event-stream": "^3.1.0",
+ "istanbul": "^0.3.0",
+ "istanbul-coveralls": "^1.0.1",
+ "jshint": "^2.4.1",
+ "lodash.templatesettings": "^3.1.0",
+ "mocha": "^2.0.0",
+ "rimraf": "^2.2.5",
+ "should": "^7.0.0"
},
"scripts": {
- "test": "mocha --reporter spec && jshint",
- "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
+ "test": "mocha && jshint lib",
+ "coveralls": "istanbul cover _mocha && istanbul-coveralls"
},
"engines": {
"node": ">= 0.9"
},
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/wearefractal/vinyl/raw/master/LICENSE"
- }
- ]
+ "license": "MIT"
}
diff --git a/node_modules/gulp-util/node_modules/vinyl/test/File.js b/node_modules/gulp-util/node_modules/vinyl/test/File.js
deleted file mode 100644
index 1f2a83a0c..000000000
--- a/node_modules/gulp-util/node_modules/vinyl/test/File.js
+++ /dev/null
@@ -1,540 +0,0 @@
-var File = require('../');
-var Stream = require('stream');
-var fs = require('fs');
-
-var should = require('should');
-require('mocha');
-
-describe('File', function() {
-
- describe('constructor()', function() {
- it('should default cwd to process.cwd', function(done) {
- var file = new File();
- file.cwd.should.equal(process.cwd());
- done();
- });
-
- it('should default base to cwd', function(done) {
- var cwd = "/";
- var file = new File({cwd: cwd});
- file.base.should.equal(cwd);
- done();
- });
-
- it('should default base to cwd even when none is given', function(done) {
- var file = new File();
- file.base.should.equal(process.cwd());
- done();
- });
-
- it('should default path to null', function(done) {
- var file = new File();
- should.not.exist(file.path);
- done();
- });
-
- it('should default stat to null', function(done) {
- var file = new File();
- should.not.exist(file.stat);
- done();
- });
-
- it('should default contents to null', function(done) {
- var file = new File();
- should.not.exist(file.contents);
- done();
- });
-
- it('should set base to given value', function(done) {
- var val = "/";
- var file = new File({base: val});
- file.base.should.equal(val);
- done();
- });
-
- it('should set cwd to given value', function(done) {
- var val = "/";
- var file = new File({cwd: val});
- file.cwd.should.equal(val);
- done();
- });
-
- it('should set path to given value', function(done) {
- var val = "/test.coffee";
- var file = new File({path: val});
- file.path.should.equal(val);
- done();
- });
-
- it('should set stat to given value', function(done) {
- var val = {};
- var file = new File({stat: val});
- file.stat.should.equal(val);
- done();
- });
-
- it('should set contents to given value', function(done) {
- var val = new Buffer("test");
- var file = new File({contents: val});
- file.contents.should.equal(val);
- done();
- });
- });
-
- describe('isBuffer()', function() {
- it('should return true when the contents are a Buffer', function(done) {
- var val = new Buffer("test");
- var file = new File({contents: val});
- file.isBuffer().should.equal(true);
- done();
- });
-
- it('should return false when the contents are a Stream', function(done) {
- var val = new Stream();
- var file = new File({contents: val});
- file.isBuffer().should.equal(false);
- done();
- });
-
- it('should return false when the contents are a null', function(done) {
- var file = new File({contents: null});
- file.isBuffer().should.equal(false);
- done();
- });
- });
-
- describe('isStream()', function() {
- it('should return false when the contents are a Buffer', function(done) {
- var val = new Buffer("test");
- var file = new File({contents: val});
- file.isStream().should.equal(false);
- done();
- });
-
- it('should return true when the contents are a Stream', function(done) {
- var val = new Stream();
- var file = new File({contents: val});
- file.isStream().should.equal(true);
- done();
- });
-
- it('should return false when the contents are a null', function(done) {
- var file = new File({contents: null});
- file.isStream().should.equal(false);
- done();
- });
- });
-
- describe('isNull()', function() {
- it('should return false when the contents are a Buffer', function(done) {
- var val = new Buffer("test");
- var file = new File({contents: val});
- file.isNull().should.equal(false);
- done();
- });
-
- it('should return false when the contents are a Stream', function(done) {
- var val = new Stream();
- var file = new File({contents: val});
- file.isNull().should.equal(false);
- done();
- });
-
- it('should return true when the contents are a null', function(done) {
- var file = new File({contents: null});
- file.isNull().should.equal(true);
- done();
- });
- });
-
- describe('isDirectory()', function() {
- var fakeStat = {
- isDirectory: function() {
- return true;
- }
- };
-
- it('should return false when the contents are a Buffer', function(done) {
- var val = new Buffer("test");
- var file = new File({contents: val, stat: fakeStat});
- file.isDirectory().should.equal(false);
- done();
- });
-
- it('should return false when the contents are a Stream', function(done) {
- var val = new Stream();
- var file = new File({contents: val, stat: fakeStat});
- file.isDirectory().should.equal(false);
- done();
- });
-
- it('should return true when the contents are a null', function(done) {
- var file = new File({contents: null, stat: fakeStat});
- file.isDirectory().should.equal(true);
- done();
- });
- });
-
- describe('clone()', function() {
- it('should copy all attributes over with Buffer', function(done) {
- var options = {
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: new Buffer("test")
- };
- var file = new File(options);
- var file2 = file.clone();
-
- file2.should.not.equal(file, 'refs should be different');
- file2.cwd.should.equal(file.cwd);
- file2.base.should.equal(file.base);
- file2.path.should.equal(file.path);
- file2.contents.should.not.equal(file.contents, 'buffer ref should be different');
- file2.contents.toString('utf8').should.equal(file.contents.toString('utf8'));
- done();
- });
-
- it('should copy all attributes over with Stream', function(done) {
- var options = {
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: new Stream()
- };
- var file = new File(options);
- var file2 = file.clone();
-
- file2.should.not.equal(file, 'refs should be different');
- file2.cwd.should.equal(file.cwd);
- file2.base.should.equal(file.base);
- file2.path.should.equal(file.path);
- file2.contents.should.equal(file.contents, 'stream ref should be the same');
- done();
- });
-
- it('should copy all attributes over with null', function(done) {
- var options = {
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: null
- };
- var file = new File(options);
- var file2 = file.clone();
-
- file2.should.not.equal(file, 'refs should be different');
- file2.cwd.should.equal(file.cwd);
- file2.base.should.equal(file.base);
- file2.path.should.equal(file.path);
- should.not.exist(file2.contents);
- done();
- });
-
- it('should properly clone the `stat` property', function(done) {
- var options = {
- cwd: "/",
- base: "/test/",
- path: "/test/test.js",
- contents: new Buffer("test"),
- stat: fs.statSync(__filename)
- };
-
- var file = new File(options);
- var copy = file.clone();
-
- copy.stat.isFile().should.be.true;
- copy.stat.isDirectory().should.be.false;
- should(file.stat instanceof fs.Stats).be.true;
- should(copy.stat instanceof fs.Stats).be.true;
-
- done();
- });
- });
-
- describe('pipe()', function() {
- it('should write to stream with Buffer', function(done) {
- var options = {
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: new Buffer("test")
- };
- var file = new File(options);
- var stream = new Stream.PassThrough();
- stream.on('data', function(chunk) {
- should.exist(chunk);
- (chunk instanceof Buffer).should.equal(true, 'should write as a buffer');
- chunk.toString('utf8').should.equal(options.contents.toString('utf8'));
- });
- stream.on('end', function(chunk) {
- done();
- });
- var ret = file.pipe(stream);
- ret.should.equal(stream, 'should return the stream');
- });
-
- it('should pipe to stream with Stream', function(done) {
- var testChunk = new Buffer("test");
- var options = {
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: new Stream.PassThrough()
- };
- var file = new File(options);
- var stream = new Stream.PassThrough();
- stream.on('data', function(chunk) {
- should.exist(chunk);
- (chunk instanceof Buffer).should.equal(true, 'should write as a buffer');
- chunk.toString('utf8').should.equal(testChunk.toString('utf8'));
- done();
- });
- var ret = file.pipe(stream);
- ret.should.equal(stream, 'should return the stream');
-
- file.contents.write(testChunk);
- });
-
- it('should do nothing with null', function(done) {
- var options = {
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: null
- };
- var file = new File(options);
- var stream = new Stream.PassThrough();
- stream.on('data', function(chunk) {
- throw new Error("should not write");
- });
- stream.on('end', function() {
- done();
- });
- var ret = file.pipe(stream);
- ret.should.equal(stream, 'should return the stream');
- });
-
- it('should write to stream with Buffer', function(done) {
- var options = {
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: new Buffer("test")
- };
- var file = new File(options);
- var stream = new Stream.PassThrough();
- stream.on('data', function(chunk) {
- should.exist(chunk);
- (chunk instanceof Buffer).should.equal(true, 'should write as a buffer');
- chunk.toString('utf8').should.equal(options.contents.toString('utf8'));
- done();
- });
- stream.on('end', function(chunk) {
- throw new Error("should not end");
- });
- var ret = file.pipe(stream, {end: false});
- ret.should.equal(stream, 'should return the stream');
- });
-
- it('should pipe to stream with Stream', function(done) {
- var testChunk = new Buffer("test");
- var options = {
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: new Stream.PassThrough()
- };
- var file = new File(options);
- var stream = new Stream.PassThrough();
- stream.on('data', function(chunk) {
- should.exist(chunk);
- (chunk instanceof Buffer).should.equal(true, 'should write as a buffer');
- chunk.toString('utf8').should.equal(testChunk.toString('utf8'));
- done();
- });
- stream.on('end', function(chunk) {
- throw new Error("should not end");
- });
- var ret = file.pipe(stream, {end: false});
- ret.should.equal(stream, 'should return the stream');
-
- file.contents.write(testChunk);
- });
-
- it('should do nothing with null', function(done) {
- var options = {
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: null
- };
- var file = new File(options);
- var stream = new Stream.PassThrough();
- stream.on('data', function(chunk) {
- throw new Error("should not write");
- });
- stream.on('end', function(chunk) {
- throw new Error("should not end");
- });
- var ret = file.pipe(stream, {end: false});
- ret.should.equal(stream, 'should return the stream');
- process.nextTick(done);
- });
- });
-
- describe('inspect()', function() {
- it('should return correct format when no contents and no path', function(done) {
- var file = new File();
- file.inspect().should.equal('<File >');
- done();
- });
-
- it('should return correct format when Buffer and no path', function(done) {
- var val = new Buffer("test");
- var file = new File({
- contents: val
- });
- file.inspect().should.equal('<File <Buffer 74 65 73 74>>');
- done();
- });
-
- it('should return correct format when Buffer and relative path', function(done) {
- var val = new Buffer("test");
- var file = new File({
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: val
- });
- file.inspect().should.equal('<File "test.coffee" <Buffer 74 65 73 74>>');
- done();
- });
-
- it('should return correct format when Buffer and only path and no base', function(done) {
- var val = new Buffer("test");
- var file = new File({
- cwd: "/",
- path: "/test/test.coffee",
- contents: val
- });
- delete file.base;
- file.inspect().should.equal('<File "/test/test.coffee" <Buffer 74 65 73 74>>');
- done();
- });
-
- it('should return correct format when Stream and relative path', function(done) {
- var file = new File({
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: new Stream.PassThrough()
- });
- file.inspect().should.equal('<File "test.coffee" <PassThroughStream>>');
- done();
- });
-
- it('should return correct format when null and relative path', function(done) {
- var file = new File({
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee",
- contents: null
- });
- file.inspect().should.equal('<File "test.coffee">');
- done();
- });
- });
-
- describe('contents get/set', function() {
- it('should work with Buffer', function(done) {
- var val = new Buffer("test");
- var file = new File();
- file.contents = val;
- file.contents.should.equal(val);
- done();
- });
-
- it('should work with Stream', function(done) {
- var val = new Stream.PassThrough();
- var file = new File();
- file.contents = val;
- file.contents.should.equal(val);
- done();
- });
-
- it('should work with null', function(done) {
- var val = null;
- var file = new File();
- file.contents = val;
- (file.contents === null).should.equal(true);
- done();
- });
-
- it('should not work with string', function(done) {
- var val = "test";
- var file = new File();
- try {
- file.contents = val;
- } catch (err) {
- should.exist(err);
- done();
- }
- });
- });
-
- describe('relative get/set', function() {
- it('should error on set', function(done) {
- var file = new File();
- try {
- file.relative = "test";
- } catch (err) {
- should.exist(err);
- done();
- }
- });
-
- it('should error on get when no base', function(done) {
- var a;
- var file = new File();
- delete file.base;
- try {
- a = file.relative;
- } catch (err) {
- should.exist(err);
- done();
- }
- });
-
- it('should error on get when no path', function(done) {
- var a;
- var file = new File();
- try {
- a = file.relative;
- } catch (err) {
- should.exist(err);
- done();
- }
- });
-
- it('should return a relative path from base', function(done) {
- var file = new File({
- cwd: "/",
- base: "/test/",
- path: "/test/test.coffee"
- });
- file.relative.should.equal("test.coffee");
- done();
- });
-
- it('should return a relative path from cwd', function(done) {
- var file = new File({
- cwd: "/",
- path: "/test/test.coffee"
- });
- file.relative.should.equal("test/test.coffee");
- done();
- });
- });
-
-});
diff --git a/node_modules/gulp-util/node_modules/vinyl/test/cloneBuffer.js b/node_modules/gulp-util/node_modules/vinyl/test/cloneBuffer.js
deleted file mode 100644
index 7d2868141..000000000
--- a/node_modules/gulp-util/node_modules/vinyl/test/cloneBuffer.js
+++ /dev/null
@@ -1,28 +0,0 @@
-var cloneBuffer = require('../lib/cloneBuffer');
-var Stream = require('stream');
-var should = require('should');
-require('mocha');
-
-describe('cloneBuffer()', function() {
- it('should return a new Buffer reference', function(done) {
- var testBuffer = new Buffer('test');
- var testBuffer2 = cloneBuffer(testBuffer);
-
- should.exist(testBuffer2, 'should return something');
- (testBuffer2 instanceof Buffer).should.equal(true, 'should return a Buffer');
- testBuffer2.should.not.equal(testBuffer, 'pointer should change');
- done();
- });
-
- it('should not replicate modifications to the original buffer', function(done) {
- var testBuffer = new Buffer('test');
- var testBuffer2 = cloneBuffer(testBuffer);
-
- // test that changes dont modify both pointers
- testBuffer2.write('w');
-
- testBuffer.toString('utf8').should.equal('test', 'original should stay the same');
- testBuffer2.toString('utf8').should.equal('west', 'new buffer should be modified');
- done();
- });
-}); \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/vinyl/test/inspectStream.js b/node_modules/gulp-util/node_modules/vinyl/test/inspectStream.js
deleted file mode 100644
index fe1802c5d..000000000
--- a/node_modules/gulp-util/node_modules/vinyl/test/inspectStream.js
+++ /dev/null
@@ -1,53 +0,0 @@
-var inspectStream = require('../lib/inspectStream');
-var Stream = require('stream');
-var should = require('should');
-require('mocha');
-
-describe('inspectStream()', function() {
- it('should work on a core Stream', function(done) {
- var testStream = new Stream();
- inspectStream(testStream).should.equal('<Stream>');
- done();
- });
-
- it('should work on a core Readable Stream', function(done) {
- var testStream = new Stream.Readable();
- inspectStream(testStream).should.equal('<ReadableStream>');
- done();
- });
-
- it('should work on a core Writable Stream', function(done) {
- var testStream = new Stream.Writable();
- inspectStream(testStream).should.equal('<WritableStream>');
- done();
- });
-
- it('should work on a core Duplex Stream', function(done) {
- var testStream = new Stream.Duplex();
- inspectStream(testStream).should.equal('<DuplexStream>');
- done();
- });
-
- it('should work on a core Transform Stream', function(done) {
- var testStream = new Stream.Transform();
- inspectStream(testStream).should.equal('<TransformStream>');
- done();
- });
-
- it('should work on a core PassThrough Stream', function(done) {
- var testStream = new Stream.PassThrough();
- inspectStream(testStream).should.equal('<PassThroughStream>');
- done();
- });
-
- it('should not work on a Buffer', function(done) {
- var testBuffer = new Buffer('test');
- should.not.exist(inspectStream(testBuffer));
- done();
- });
-
- it('should not work on a null', function(done) {
- should.not.exist(inspectStream(null));
- done();
- });
-}); \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/vinyl/test/isBuffer.js b/node_modules/gulp-util/node_modules/vinyl/test/isBuffer.js
deleted file mode 100644
index 5bb1cb91d..000000000
--- a/node_modules/gulp-util/node_modules/vinyl/test/isBuffer.js
+++ /dev/null
@@ -1,29 +0,0 @@
-var isBuffer = require('../lib/isBuffer');
-var Stream = require('stream');
-var should = require('should');
-require('mocha');
-
-describe('isBuffer()', function() {
- it('should return true on a Buffer', function(done) {
- var testBuffer = new Buffer('test');
- isBuffer(testBuffer).should.equal(true);
- done();
- });
-
- it('should return false on a Stream', function(done) {
- var testStream = new Stream();
- isBuffer(testStream).should.equal(false);
- done();
- });
-
- it('should return false on a null', function(done) {
- isBuffer(null).should.equal(false);
- done();
- });
-
- it('should return false on a array of numbers', function(done) {
- var testArray = [1, 2, 3];
- isBuffer(testArray).should.equal(false);
- done();
- });
-}); \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/vinyl/test/isNull.js b/node_modules/gulp-util/node_modules/vinyl/test/isNull.js
deleted file mode 100644
index db70c0135..000000000
--- a/node_modules/gulp-util/node_modules/vinyl/test/isNull.js
+++ /dev/null
@@ -1,23 +0,0 @@
-var isNull = require('../lib/isNull');
-var Stream = require('stream');
-var should = require('should');
-require('mocha');
-
-describe('isNull()', function() {
- it('should return true on null', function(done) {
- isNull(null).should.equal(true);
- done();
- });
-
- it('should return false on undefined', function(done) {
- isNull().should.equal(false);
- isNull(undefined).should.equal(false);
- done();
- });
-
- it('should return false on defined values', function(done) {
- isNull(1).should.equal(false);
- isNull("test").should.equal(false);
- done();
- });
-}); \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/vinyl/test/isStream.js b/node_modules/gulp-util/node_modules/vinyl/test/isStream.js
deleted file mode 100644
index f22584c51..000000000
--- a/node_modules/gulp-util/node_modules/vinyl/test/isStream.js
+++ /dev/null
@@ -1,29 +0,0 @@
-var isStream = require('../lib/isStream');
-var Stream = require('stream');
-var should = require('should');
-require('mocha');
-
-describe('isStream()', function() {
- it('should return true on a Stream', function(done) {
- var testStream = new Stream();
- isStream(testStream).should.equal(true);
- done();
- });
-
- it('should return false on a Buffer', function(done) {
- var testBuffer = new Buffer('test');
- isStream(testBuffer).should.equal(false);
- done();
- });
-
- it('should return false on a null', function(done) {
- isStream(null).should.equal(false);
- done();
- });
-
- it('should return false on a array of numbers', function(done) {
- var testArray = [1, 2, 3];
- isStream(testArray).should.equal(false);
- done();
- });
-}); \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/xtend/.jshintrc b/node_modules/gulp-util/node_modules/xtend/.jshintrc
deleted file mode 100644
index 77887b5f0..000000000
--- a/node_modules/gulp-util/node_modules/xtend/.jshintrc
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- "maxdepth": 4,
- "maxstatements": 200,
- "maxcomplexity": 12,
- "maxlen": 80,
- "maxparams": 5,
-
- "curly": true,
- "eqeqeq": true,
- "immed": true,
- "latedef": false,
- "noarg": true,
- "noempty": true,
- "nonew": true,
- "undef": true,
- "unused": "vars",
- "trailing": true,
-
- "quotmark": true,
- "expr": true,
- "asi": true,
-
- "browser": false,
- "esnext": true,
- "devel": false,
- "node": false,
- "nonstandard": false,
-
- "predef": ["require", "module", "__dirname", "__filename"]
-}
diff --git a/node_modules/gulp-util/node_modules/xtend/.npmignore b/node_modules/gulp-util/node_modules/xtend/.npmignore
deleted file mode 100644
index 3c3629e64..000000000
--- a/node_modules/gulp-util/node_modules/xtend/.npmignore
+++ /dev/null
@@ -1 +0,0 @@
-node_modules
diff --git a/node_modules/gulp-util/node_modules/xtend/LICENCE b/node_modules/gulp-util/node_modules/xtend/LICENCE
deleted file mode 100644
index 1a14b437e..000000000
--- a/node_modules/gulp-util/node_modules/xtend/LICENCE
+++ /dev/null
@@ -1,19 +0,0 @@
-Copyright (c) 2012-2014 Raynos.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/node_modules/gulp-util/node_modules/xtend/Makefile b/node_modules/gulp-util/node_modules/xtend/Makefile
deleted file mode 100644
index d583fcf49..000000000
--- a/node_modules/gulp-util/node_modules/xtend/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-browser:
- node ./support/compile
-
-.PHONY: browser \ No newline at end of file
diff --git a/node_modules/gulp-util/node_modules/xtend/README.md b/node_modules/gulp-util/node_modules/xtend/README.md
deleted file mode 100644
index e75483189..000000000
--- a/node_modules/gulp-util/node_modules/xtend/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# xtend
-
-[![browser support][3]][4]
-
-Extend like a boss
-
-xtend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes presedence.
-
-## Examples
-
-```js
-var extend = require("xtend")
-
-// extend returns a new object. Does not mutate arguments
-var combination = extend({
- a: "a"
-}, {
- b: "b"
-})
-// { a: "a", b: "b" }
-```
-
-
-## MIT Licenced
-
-
- [3]: http://ci.testling.com/Raynos/xtend.png
- [4]: http://ci.testling.com/Raynos/xtend
diff --git a/node_modules/gulp-util/node_modules/xtend/index.js b/node_modules/gulp-util/node_modules/xtend/index.js
deleted file mode 100644
index 5b760152b..000000000
--- a/node_modules/gulp-util/node_modules/xtend/index.js
+++ /dev/null
@@ -1,17 +0,0 @@
-module.exports = extend
-
-function extend() {
- var target = {}
-
- for (var i = 0; i < arguments.length; i++) {
- var source = arguments[i]
-
- for (var key in source) {
- if (source.hasOwnProperty(key)) {
- target[key] = source[key]
- }
- }
- }
-
- return target
-}
diff --git a/node_modules/gulp-util/node_modules/xtend/mutable.js b/node_modules/gulp-util/node_modules/xtend/mutable.js
deleted file mode 100644
index a34475ebd..000000000
--- a/node_modules/gulp-util/node_modules/xtend/mutable.js
+++ /dev/null
@@ -1,15 +0,0 @@
-module.exports = extend
-
-function extend(target) {
- for (var i = 1; i < arguments.length; i++) {
- var source = arguments[i]
-
- for (var key in source) {
- if (source.hasOwnProperty(key)) {
- target[key] = source[key]
- }
- }
- }
-
- return target
-}
diff --git a/node_modules/gulp-util/node_modules/xtend/package.json b/node_modules/gulp-util/node_modules/xtend/package.json
deleted file mode 100644
index 774bba0d2..000000000
--- a/node_modules/gulp-util/node_modules/xtend/package.json
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "name": "xtend",
- "version": "3.0.0",
- "description": "extend like a boss",
- "keywords": [
- "extend",
- "merge",
- "options",
- "opts",
- "object",
- "array"
- ],
- "author": "Raynos <raynos2@gmail.com>",
- "repository": "git://github.com/Raynos/xtend.git",
- "main": "index",
- "scripts": {
- "test": "node test"
- },
- "dependencies": {},
- "devDependencies": {
- "tape": "~1.1.0"
- },
- "homepage": "https://github.com/Raynos/xtend",
- "contributors": [
- {
- "name": "Jake Verbaten"
- },
- {
- "name": "Matt Esch"
- }
- ],
- "bugs": {
- "url": "https://github.com/Raynos/xtend/issues",
- "email": "raynos2@gmail.com"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/raynos/xtend/raw/master/LICENSE"
- }
- ],
- "testling": {
- "files": "test.js",
- "browsers": [
- "ie/7..latest",
- "firefox/16..latest",
- "firefox/nightly",
- "chrome/22..latest",
- "chrome/canary",
- "opera/12..latest",
- "opera/next",
- "safari/5.1..latest",
- "ipad/6.0..latest",
- "iphone/6.0..latest"
- ]
- },
- "engines": {
- "node": ">=0.4"
- }
-}
diff --git a/node_modules/gulp-util/node_modules/xtend/test.js b/node_modules/gulp-util/node_modules/xtend/test.js
deleted file mode 100644
index 3369d7966..000000000
--- a/node_modules/gulp-util/node_modules/xtend/test.js
+++ /dev/null
@@ -1,63 +0,0 @@
-var test = require("tape")
-var extend = require("./")
-var mutableExtend = require("./mutable")
-
-test("merge", function(assert) {
- var a = { a: "foo" }
- var b = { b: "bar" }
-
- assert.deepEqual(extend(a, b), { a: "foo", b: "bar" })
- assert.end()
-})
-
-test("replace", function(assert) {
- var a = { a: "foo" }
- var b = { a: "bar" }
-
- assert.deepEqual(extend(a, b), { a: "bar" })
- assert.end()
-})
-
-test("undefined", function(assert) {
- var a = { a: undefined }
- var b = { b: "foo" }
-
- assert.deepEqual(extend(a, b), { a: undefined, b: "foo" })
- assert.deepEqual(extend(b, a), { a: undefined, b: "foo" })
- assert.end()
-})
-
-test("handle 0", function(assert) {
- var a = { a: "default" }
- var b = { a: 0 }
-
- assert.deepEqual(extend(a, b), { a: 0 })
- assert.deepEqual(extend(b, a), { a: "default" })
- assert.end()
-})
-
-test("is immutable", function (assert) {
- var record = {}
-
- extend(record, { foo: "bar" })
- assert.equal(record.foo, undefined)
- assert.end()
-})
-
-test("null as argument", function (assert) {
- var a = { foo: "bar" }
- var b = null
- var c = void 0
-
- assert.deepEqual(extend(b, a, c), { foo: "bar" })
- assert.end()
-})
-
-test("mutable", function (assert) {
- var a = { foo: "bar" }
-
- mutableExtend(a, { bar: "baz" })
-
- assert.equal(a.bar, "baz")
- assert.end()
-})
diff --git a/node_modules/gulp-util/package.json b/node_modules/gulp-util/package.json
index f4bd92d5e..4e749b4f3 100644
--- a/node_modules/gulp-util/package.json
+++ b/node_modules/gulp-util/package.json
@@ -1,44 +1,51 @@
{
"name": "gulp-util",
"description": "Utility functions for gulp plugins",
- "version": "2.2.20",
- "homepage": "http://github.com/wearefractal/gulp-util",
- "repository": "git://github.com/wearefractal/gulp-util.git",
+ "version": "3.0.8",
+ "repository": "gulpjs/gulp-util",
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
- "main": "./index.js",
+ "files": [
+ "index.js",
+ "lib"
+ ],
"dependencies": {
- "chalk": "^0.5.0",
- "dateformat": "^1.0.7-1.2.3",
- "lodash._reinterpolate": "^2.4.1",
- "lodash.template": "^2.4.1",
- "minimist": "^0.2.0",
- "multipipe": "^0.1.0",
- "through2": "^0.5.0",
- "vinyl": "^0.2.1"
+ "array-differ": "^1.0.0",
+ "array-uniq": "^1.0.2",
+ "beeper": "^1.0.0",
+ "chalk": "^1.0.0",
+ "dateformat": "^2.0.0",
+ "fancy-log": "^1.1.0",
+ "gulplog": "^1.0.0",
+ "has-gulplog": "^0.1.0",
+ "lodash._reescape": "^3.0.0",
+ "lodash._reevaluate": "^3.0.0",
+ "lodash._reinterpolate": "^3.0.0",
+ "lodash.template": "^3.0.0",
+ "minimist": "^1.1.0",
+ "multipipe": "^0.1.2",
+ "object-assign": "^3.0.0",
+ "replace-ext": "0.0.1",
+ "through2": "^2.0.0",
+ "vinyl": "^0.5.0"
},
"devDependencies": {
- "mocha": "^1.17.0",
- "should": "^4.0.0",
- "mocha-lcov-reporter": "^0.0.1",
- "coveralls": "^2.7.0",
- "istanbul": "^0.2.3",
- "rimraf": "^2.2.5",
- "jshint": "^2.4.1",
- "buffer-equal": "~0.0.1",
- "lodash.templatesettings": "^2.4.1",
- "event-stream": "^3.1.0"
+ "buffer-equal": "^0.0.1",
+ "coveralls": "^2.11.2",
+ "event-stream": "^3.1.7",
+ "istanbul": "^0.3.5",
+ "istanbul-coveralls": "^1.0.1",
+ "jshint": "^2.5.11",
+ "lodash.templatesettings": "^3.0.0",
+ "mocha": "^2.0.1",
+ "rimraf": "^2.2.8",
+ "should": "^7.0.1"
},
"scripts": {
- "test": "mocha --reporter spec && jshint",
- "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
+ "test": "jshint *.js lib/*.js test/*.js && mocha",
+ "coveralls": "istanbul cover _mocha --report lcovonly && istanbul-coveralls"
},
"engines": {
- "node": ">= 0.9"
+ "node": ">=0.10"
},
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/wearefractal/gulp-util/raw/master/LICENSE"
- }
- ]
+ "license": "MIT"
}