Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davewallace/3bef739c5a4957b087db28a0c3bd00b4 to your computer and use it in GitHub Desktop.
Save davewallace/3bef739c5a4957b087db28a0c3bd00b4 to your computer and use it in GitHub Desktop.
danjah@DANJAH-LAPTOP-W /c/wamp/www/codefinger-projects/prototypes/todo-mvc (master)
$ git clone https://github.com/tastejs/todomvc.git .
Cloning into '.'...
remote: Counting objects: 28481, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 28481 (delta 0), reused 0 (delta 0), pack-reused 28473
Receiving objects: 100% (28481/28481), 53.67 MiB | 2.26 MiB/s, done.
Resolving deltas: 100% (12191/12191), done.
Checking connectivity... done.
Checking out files: 100% (2445/2445), done.
danjah@DANJAH-LAPTOP-W /c/wamp/www/codefinger-projects/prototypes/todo-mvc (master)
$ npm install
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated find-file@0.1.4: Use the globby package instead
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated CSSselect@0.4.1: the module is now available as 'css-select'
npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'
npm WARN prefer global jshint@2.9.2 should be installed with -g
> phantomjs@1.9.20 install c:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\phantomjs
> node install.js
PhantomJS not found on PATH
Download already available at C:\Users\danjah\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip
Verified checksum of previously downloaded file
Extracting zip contents
Removing C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\phantomjs\lib\phantom
Copying extracted folder C:\Users\danjah\AppData\Local\Temp\phantomjs\phantomjs-1.9.8-windows.zip-extract-1466668533111\phantomjs-1.9.8-windows -> C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\phantomjs\lib\phantom
Writing location.js file
Done. Phantomjs binary available at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\phantomjs\lib\phantom\phantomjs.exe
> pngquant-bin@0.3.5 postinstall c:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\pngquant-bin
> node index.js
path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received { url: 'https://raw.github.com/imagemin/pngquant-bin/v0.3.5/vendor/win/pngquant.exe',
name: 'pngquant.exe',
os: 'win32' }
at assertPath (path.js:7:11)
at Object.basename (path.js:801:5)
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\index.js:35:43
at each (C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\node_modules\each-async\each-async.js:63:4)
at module.exports (C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\index.js:33:5)
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-wrapper\index.js:108:20
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-wrapper\index.js:141:24
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-check\index.js:30:20
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\executable\index.js:39:20
at FSReqWrap.oncomplete (fs.js:117:15)
npm WARN install:pngquant-bin@0.3.5 pngquant-bin@0.3.5 postinstall: `node index.js`
npm WARN install:pngquant-bin@0.3.5 Exit status 1
> optipng-bin@0.3.11 postinstall c:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\optipng-bin
> node index.js
path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received { url: 'https://raw.github.com/imagemin/optipng-bin/v0.3.11/vendor/win/optipng.exe',
name: 'optipng.exe',
os: 'win32' }
at assertPath (path.js:7:11)
at Object.basename (path.js:801:5)
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\index.js:35:43
at each (C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\node_modules\each-async\each-async.js:63:4)
at module.exports (C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\index.js:33:5)
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-wrapper\index.js:108:20
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-wrapper\index.js:141:24
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-check\index.js:30:20
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\executable\index.js:39:20
at FSReqWrap.oncomplete (fs.js:117:15)
npm WARN install:optipng-bin@0.3.11 optipng-bin@0.3.11 postinstall: `node index.js`
npm WARN install:optipng-bin@0.3.11 Exit status 1
> jpegtran-bin@0.2.8 postinstall c:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\jpegtran-bin
> node index.js
path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received { url: 'https://raw.github.com/imagemin/jpegtran-bin/v0.2.8/vendor/win/x64/jpegtran.exe',
name: 'jpegtran.exe',
os: 'win32',
arch: 'x64' }
at assertPath (path.js:7:11)
at Object.basename (path.js:801:5)
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\index.js:35:43
at each (C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\node_modules\each-async\each-async.js:63:4)
at module.exports (C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\index.js:33:5)
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-wrapper\index.js:108:20
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-wrapper\index.js:141:24
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-check\index.js:30:20
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\executable\index.js:39:20
at FSReqWrap.oncomplete (fs.js:117:15)
npm WARN install:jpegtran-bin@0.2.8 jpegtran-bin@0.2.8 postinstall: `node index.js`
npm WARN install:jpegtran-bin@0.2.8 Exit status 1
> gifsicle@0.1.7 postinstall c:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\gifsicle
> node index.js
path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received { url: 'https://raw.github.com/imagemin/gifsicle-bin/v0.1.7/vendor/win/x86/gifsicle.exe',
name: 'gifsicle.exe',
os: 'win32',
arch: 'x64' }
at assertPath (path.js:7:11)
at Object.basename (path.js:801:5)
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\index.js:35:43
at each (C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\node_modules\each-async\each-async.js:63:4)
at module.exports (C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\download\index.js:33:5)
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-wrapper\index.js:108:20
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-wrapper\index.js:141:24
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\bin-check\index.js:30:20
at C:\wamp\www\codefinger-projects\prototypes\todo-mvc\node_modules\executable\index.js:39:20
at FSReqWrap.oncomplete (fs.js:117:15)
npm WARN install:gifsicle@0.1.7 gifsicle@0.1.7 postinstall: `node index.js`
npm WARN install:gifsicle@0.1.7 Exit status 1
todomvc@0.1.1 c:\wamp\www\codefinger-projects\prototypes\todo-mvc
+-- del@0.1.3
| +-- each-async@1.1.1
| | +-- onetime@1.1.0
| | `-- set-immediate-shim@1.0.1
| +-- globby@0.1.1
| | +-- array-differ@0.1.0
| | +-- array-union@0.1.0
| | | `-- array-uniq@0.1.1
| | +-- async@0.9.2
| | `-- glob@4.5.3
| | +-- inflight@1.0.5
| | | `-- wrappy@1.0.2
| | +-- inherits@2.0.1
| | `-- once@1.3.3
| +-- is-path-cwd@1.0.0
| +-- is-path-in-cwd@1.0.0
| | `-- is-path-inside@1.0.0
| | `-- path-is-inside@1.0.1
| `-- rimraf@2.5.2
| `-- glob@7.0.5
| +-- fs.realpath@1.0.0
| +-- minimatch@3.0.2
| `-- path-is-absolute@1.0.0
+-- exec-buffer@0.1.1 extraneous
+-- express@4.14.0
| +-- accepts@1.3.3
| | +-- mime-types@2.1.11
| | | `-- mime-db@1.23.0
| | `-- negotiator@0.6.1
| +-- array-flatten@1.1.1
| +-- content-disposition@0.5.1
| +-- content-type@1.0.2
| +-- cookie@0.3.1
| +-- cookie-signature@1.0.6
| +-- debug@2.2.0
| +-- depd@1.1.0
| +-- encodeurl@1.0.1
| +-- escape-html@1.0.3
| +-- etag@1.7.0
| +-- finalhandler@0.5.0
| | +-- statuses@1.3.0
| | `-- unpipe@1.0.0
| +-- fresh@0.3.0
| +-- merge-descriptors@1.0.1
| +-- methods@1.1.2
| +-- on-finished@2.3.0
| | `-- ee-first@1.1.1
| +-- parseurl@1.3.1
| +-- path-to-regexp@0.1.7
| +-- proxy-addr@1.1.2
| | +-- forwarded@0.1.0
| | `-- ipaddr.js@1.1.1
| +-- qs@6.2.0
| +-- range-parser@1.2.0
| +-- send@0.14.1
| | +-- destroy@1.0.4
| | +-- http-errors@1.5.0
| | | `-- setprototypeof@1.0.1
| | `-- mime@1.3.4
| +-- serve-static@1.11.1
| +-- type-is@1.6.13
| | `-- media-typer@0.3.0
| +-- utils-merge@1.0.0
| `-- vary@1.1.0
+-- gulp@3.9.1
| +-- archy@1.0.0
| +-- chalk@1.1.3
| | +-- ansi-styles@2.2.1
| | +-- escape-string-regexp@1.0.5
| | +-- has-ansi@2.0.0
| | | `-- ansi-regex@2.0.0
| | +-- strip-ansi@3.0.1
| | `-- supports-color@2.0.0
| +-- deprecated@0.0.1
| +-- gulp-util@3.0.7
| | +-- array-differ@1.0.0
| | +-- array-uniq@1.0.3
| | +-- beeper@1.1.0
| | +-- dateformat@1.0.12
| | +-- gulplog@1.0.0
| | | `-- glogg@1.0.0
| | +-- has-gulplog@0.1.0
| | | `-- sparkles@1.0.0
| | +-- lodash._reescape@3.0.0
| | +-- lodash._reevaluate@3.0.0
| | +-- lodash._reinterpolate@3.0.0
| | +-- lodash.template@3.6.2
| | | +-- lodash._basecopy@3.0.1
| | | +-- lodash._basetostring@3.0.1
| | | +-- lodash._basevalues@3.0.0
| | | +-- lodash._isiterateecall@3.0.9
| | | +-- lodash.escape@3.2.0
| | | | `-- lodash._root@3.0.1
| | | +-- lodash.keys@3.1.2
| | | | +-- lodash._getnative@3.9.1
| | | | +-- lodash.isarguments@3.0.8
| | | | `-- lodash.isarray@3.0.4
| | | +-- lodash.restparam@3.6.1
| | | `-- lodash.templatesettings@3.1.1
| | +-- multipipe@0.1.2
| | `-- replace-ext@0.0.1
| +-- interpret@1.0.1
| +-- liftoff@2.2.4
| | +-- extend@3.0.0
| | +-- findup-sync@0.3.0
| | | `-- glob@5.0.15
| | +-- flagged-respawn@0.3.2
| | +-- rechoir@0.6.2
| | `-- resolve@1.1.7
| +-- minimist@1.2.0
| +-- orchestrator@0.3.7
| | +-- end-of-stream@0.1.5
| | +-- sequencify@0.0.7
| | `-- stream-consume@0.1.0
| +-- pretty-hrtime@1.0.2
| +-- semver@4.3.6
| +-- tildify@1.2.0
| | `-- os-homedir@1.0.1
| +-- v8flags@2.0.11
| | `-- user-home@1.1.1
| `-- vinyl-fs@0.3.14
| +-- defaults@1.0.3
| +-- glob-stream@3.1.18
| | +-- glob2base@0.0.12
| | | `-- find-index@0.1.1
| | +-- ordered-read-streams@0.1.0
| | +-- through2@0.6.5
| | | `-- readable-stream@1.0.34
| | `-- unique-stream@1.0.0
| +-- glob-watcher@0.0.6
| | `-- gaze@0.5.2
| | `-- globule@0.1.0
| | +-- glob@3.1.21
| | | +-- graceful-fs@1.2.3
| | | `-- inherits@1.0.2
| | +-- lodash@1.0.2
| | `-- minimatch@0.2.14
| +-- graceful-fs@3.0.8
| +-- strip-bom@1.0.0
| | +-- first-chunk-stream@1.0.0
| | `-- is-utf8@0.2.1
| +-- through2@0.6.5
| | `-- readable-stream@1.0.34
| `-- vinyl@0.4.6
| `-- clone@0.2.0
+-- gulp-autoprefixer@1.0.1
| +-- autoprefixer-core@3.1.2
| | +-- caniuse-db@1.0.30000488
| | `-- postcss@2.2.6
| | `-- js-base64@2.1.9
| +-- object-assign@1.0.0
| +-- through2@0.6.5
| | +-- readable-stream@1.0.34
| | | +-- core-util-is@1.0.2
| | | +-- isarray@0.0.1
| | | `-- string_decoder@0.10.31
| | `-- xtend@4.0.1
| `-- vinyl-sourcemaps-apply@0.1.4
| `-- source-map@0.1.43
| `-- amdefine@1.0.0
+-- gulp-cache@0.2.10
| +-- bluebird@2.10.2
| +-- cache-swap@0.2.3
| | +-- graceful-fs@4.1.4
| | `-- object-assign@4.1.0
| +-- object-assign@3.0.0
| +-- object.omit@1.1.0
| | +-- for-own@0.1.4
| | | `-- for-in@0.1.5
| | `-- isobject@1.0.2
| +-- object.pick@1.1.2
| | `-- isobject@2.1.0
| | `-- isarray@1.0.0
| +-- through2@0.6.5
| | `-- readable-stream@1.0.34
| +-- try-json-parse@0.1.1
| `-- vinyl@0.5.3
| +-- clone@1.0.2
| `-- clone-stats@0.0.1
+-- gulp-csso@0.2.9
| +-- bufferstreams@0.0.2
| | `-- readable-stream@1.1.14
| +-- csso@1.3.12
| `-- gulp-util@2.2.20
| +-- chalk@0.5.1
| | +-- ansi-styles@1.1.0
| | +-- has-ansi@0.1.0
| | | `-- ansi-regex@0.2.1
| | +-- strip-ansi@0.3.0
| | `-- supports-color@0.2.0
| +-- lodash._reinterpolate@2.4.1
| +-- lodash.template@2.4.1
| | +-- lodash._escapestringchar@2.4.1
| | +-- lodash.defaults@2.4.1
| | | +-- lodash._objecttypes@2.4.1
| | | `-- lodash.keys@2.4.1
| | +-- lodash.escape@2.4.1
| | | +-- lodash._escapehtmlchar@2.4.1
| | | | `-- lodash._htmlescapes@2.4.1
| | | `-- lodash._reunescapedhtml@2.4.1
| | | `-- lodash.keys@2.4.1
| | +-- lodash.keys@2.4.1
| | | +-- lodash._isnative@2.4.1
| | | +-- lodash._shimkeys@2.4.1
| | | `-- lodash.isobject@2.4.1
| | +-- lodash.templatesettings@2.4.1
| | `-- lodash.values@2.4.1
| | `-- lodash.keys@2.4.1
| +-- minimist@0.2.0
| +-- through2@0.5.1
| | +-- readable-stream@1.0.34
| | `-- xtend@3.0.0
| `-- vinyl@0.2.3
+-- gulp-if@1.2.5
| +-- gulp-match@0.2.1
| | `-- minimatch@1.0.0
| | +-- lru-cache@2.7.3
| | `-- sigmund@1.0.1
| +-- ternary-stream@1.2.3
| | +-- duplexer2@0.0.2
| | +-- fork-stream@0.0.4
| | +-- merge-stream@0.1.8
| | | `-- through2@0.6.5
| | | `-- readable-stream@1.0.34
| | `-- through2@0.6.5
| | `-- readable-stream@1.0.34
| `-- through2@0.6.5
| `-- readable-stream@1.0.34
+-- gulp-imagemin@1.0.0
| +-- chalk@0.5.1
| | +-- ansi-styles@1.1.0
| | +-- has-ansi@0.1.0
| | | `-- ansi-regex@0.2.1
| | +-- strip-ansi@0.3.0
| | `-- supports-color@0.2.0
| +-- imagemin@0.4.9
| | +-- fs-extra@0.10.0
| | | +-- jsonfile@1.2.0
| | | `-- ncp@0.5.1
| | +-- image-type@0.1.4
| | | +-- is-bmp@0.1.1
| | | +-- is-gif@0.1.1
| | | +-- is-jpg@0.1.2
| | | +-- is-jxr@0.1.1
| | | +-- is-png@0.1.1
| | | +-- is-psd@0.1.1
| | | +-- is-tif@0.1.1
| | | +-- is-webp@0.1.1
| | | `-- read-chunk@0.1.0
| | +-- imagemin-svgo@0.1.1
| | | +-- is-svg@0.1.2
| | | `-- svgo@0.4.5
| | | +-- coa@0.4.1
| | | | `-- q@0.9.7
| | | +-- colors@0.6.2
| | | +-- js-yaml@2.1.3
| | | | +-- argparse@0.1.16
| | | | | +-- underscore@1.7.0
| | | | | `-- underscore.string@2.4.0
| | | | `-- esprima@1.0.4
| | | +-- sax@0.6.1
| | | `-- whet.extend@0.9.9
| | +-- nopt@3.0.6
| | +-- stat-mode@0.2.1
| | +-- tempfile@0.1.3
| | | `-- uuid@1.4.2
| | `-- ware@0.3.0
| +-- object-assign@1.0.0
| +-- pretty-bytes@1.0.4
| | +-- get-stdin@4.0.1
| | `-- meow@3.7.0
| | +-- camelcase-keys@2.1.0
| | | `-- camelcase@2.1.1
| | +-- decamelize@1.2.0
| | +-- loud-rejection@1.5.0
| | | +-- currently-unhandled@0.4.1
| | | | `-- array-find-index@1.0.1
| | | `-- signal-exit@3.0.0
| | +-- map-obj@1.0.1
| | +-- normalize-package-data@2.3.5
| | | +-- hosted-git-info@2.1.5
| | | +-- is-builtin-module@1.0.0
| | | | `-- builtin-modules@1.1.1
| | | `-- validate-npm-package-license@3.0.1
| | | +-- spdx-correct@1.0.2
| | | | `-- spdx-license-ids@1.2.1
| | | `-- spdx-expression-parse@1.0.2
| | | `-- spdx-exceptions@1.0.4
| | +-- object-assign@4.1.0
| | +-- read-pkg-up@1.0.1
| | | +-- find-up@1.1.2
| | | | `-- path-exists@2.1.0
| | | `-- read-pkg@1.1.0
| | | +-- load-json-file@1.1.0
| | | | +-- parse-json@2.2.0
| | | | | `-- error-ex@1.3.0
| | | | | `-- is-arrayish@0.2.1
| | | | +-- pify@2.3.0
| | | | `-- strip-bom@2.0.0
| | | `-- path-type@1.1.0
| | +-- redent@1.0.0
| | | +-- indent-string@2.1.0
| | | | `-- repeating@2.0.1
| | | | `-- is-finite@1.0.1
| | | `-- strip-indent@1.0.1
| | `-- trim-newlines@1.0.0
| `-- through2@0.6.5
| `-- readable-stream@1.0.34
+-- gulp-jshint@1.12.0
| +-- jshint@2.9.2
| | +-- cli@0.6.6
| | | `-- glob@3.2.11
| | | `-- minimatch@0.3.0
| | +-- console-browserify@1.1.0
| | | `-- date-now@0.1.4
| | +-- exit@0.1.2
| | +-- htmlparser2@3.8.3
| | | +-- domelementtype@1.3.0
| | | +-- domhandler@2.3.0
| | | +-- domutils@1.5.1
| | | | `-- dom-serializer@0.1.0
| | | | +-- domelementtype@1.1.3
| | | | `-- entities@1.1.1
| | | `-- entities@1.0.0
| | +-- lodash@3.7.0
| | +-- shelljs@0.3.0
| | `-- strip-json-comments@1.0.4
| +-- lodash@3.10.1
| +-- minimatch@2.0.10
| +-- rcloader@0.1.2
| | +-- lodash@2.4.2
| | `-- rcfinder@0.1.9
| | `-- lodash.clonedeep@4.3.2
| | `-- lodash._baseclone@4.5.7
| `-- through2@0.6.5
| `-- readable-stream@1.0.34
+-- gulp-load-plugins@0.7.1
| +-- findup-sync@0.1.3
| | +-- glob@3.2.11
| | | `-- minimatch@0.3.0
| | `-- lodash@2.4.2
| `-- multimatch@1.0.0
| +-- array-differ@1.0.0
| +-- array-union@1.0.2
| | `-- array-uniq@1.0.3
| `-- minimatch@1.0.0
+-- gulp-rename@1.2.2
+-- gulp-replace@0.4.0
| +-- event-stream@3.0.20
| | +-- duplexer@0.1.1
| | +-- from@0.1.3
| | +-- map-stream@0.0.6
| | +-- pause-stream@0.0.11
| | +-- split@0.2.10
| | +-- stream-combiner@0.0.4
| | `-- through@2.3.8
| +-- istextorbinary@1.0.2
| | +-- binaryextensions@1.0.1
| | `-- textextensions@1.0.2
| `-- replacestream@0.1.3
+-- gulp-size@1.3.0
| +-- gzip-size@1.0.0
| | +-- browserify-zlib@0.1.4
| | | `-- pako@0.2.8
| | `-- concat-stream@1.5.1
| | +-- readable-stream@2.0.6
| | | `-- isarray@1.0.0
| | `-- typedarray@0.0.6
| +-- pretty-bytes@2.0.1
| | `-- number-is-nan@1.0.0
| `-- through2@2.0.1
| `-- readable-stream@2.0.6
| +-- isarray@1.0.0
| +-- process-nextick-args@1.0.7
| `-- util-deprecate@1.0.2
+-- gulp-uglify@1.5.4
| +-- deap@1.0.0
| +-- fancy-log@1.2.0
| | `-- time-stamp@1.0.1
| +-- isobject@2.1.0
| | `-- isarray@1.0.0
| +-- uglify-js@2.6.4
| | +-- async@0.2.10
| | +-- source-map@0.5.6
| | +-- uglify-to-browserify@1.0.2
| | `-- yargs@3.10.0
| | +-- camelcase@1.2.1
| | +-- cliui@2.1.0
| | | +-- center-align@0.1.3
| | | | +-- align-text@0.1.4
| | | | | +-- kind-of@3.0.3
| | | | | | `-- is-buffer@1.1.3
| | | | | +-- longest@1.0.1
| | | | | `-- repeat-string@1.5.4
| | | | `-- lazy-cache@1.0.4
| | | +-- right-align@0.1.3
| | | `-- wordwrap@0.0.2
| | `-- window-size@0.1.0
| +-- uglify-save-license@0.4.1
| `-- vinyl-sourcemaps-apply@0.2.1
| `-- source-map@0.5.6
+-- gulp-uncss@0.5.2
| +-- object-assign@2.1.1
| `-- uncss@0.8.1
| +-- async@0.6.2
| +-- commander@2.2.0
| +-- css@1.6.0
| | +-- css-parse@1.7.0
| | `-- css-stringify@1.4.1
| +-- node-phantom-simple@1.2.0
| +-- phantomjs@1.9.20
| | +-- extract-zip@1.5.0
| | | +-- concat-stream@1.5.0
| | | | `-- readable-stream@2.0.6
| | | | `-- isarray@1.0.0
| | | +-- debug@0.7.4
| | | +-- mkdirp@0.5.0
| | | | `-- minimist@0.0.8
| | | `-- yauzl@2.4.1
| | | `-- fd-slicer@1.0.1
| | | `-- pend@1.2.0
| | +-- fs-extra@0.26.7
| | | +-- jsonfile@2.3.1
| | | `-- klaw@1.3.0
| | +-- hasha@2.2.0
| | | +-- is-stream@1.1.0
| | | `-- pinkie-promise@2.0.1
| | | `-- pinkie@2.0.4
| | +-- kew@0.7.0
| | +-- progress@1.1.8
| | +-- request@2.67.0
| | | +-- aws-sign2@0.6.0
| | | +-- bl@1.0.3
| | | | `-- readable-stream@2.0.6
| | | | `-- isarray@1.0.0
| | | +-- caseless@0.11.0
| | | +-- combined-stream@1.0.5
| | | | `-- delayed-stream@1.0.0
| | | +-- forever-agent@0.6.1
| | | +-- form-data@1.0.0-rc4
| | | | `-- async@1.5.2
| | | +-- har-validator@2.0.6
| | | | +-- commander@2.9.0
| | | | | `-- graceful-readlink@1.0.1
| | | | `-- is-my-json-valid@2.13.1
| | | | +-- generate-function@2.0.0
| | | | +-- generate-object-property@1.2.0
| | | | | `-- is-property@1.0.2
| | | | `-- jsonpointer@2.0.0
| | | +-- hawk@3.1.3
| | | | +-- boom@2.10.1
| | | | +-- cryptiles@2.0.5
| | | | +-- hoek@2.16.3
| | | | `-- sntp@1.0.9
| | | +-- http-signature@1.1.1
| | | | +-- assert-plus@0.2.0
| | | | +-- jsprim@1.2.2
| | | | | +-- extsprintf@1.0.2
| | | | | +-- json-schema@0.2.2
| | | | | `-- verror@1.3.6
| | | | `-- sshpk@1.8.3
| | | | +-- asn1@0.2.3
| | | | +-- assert-plus@1.0.0
| | | | +-- dashdash@1.14.0
| | | | | `-- assert-plus@1.0.0
| | | | +-- ecc-jsbn@0.1.1
| | | | +-- getpass@0.1.6
| | | | | `-- assert-plus@1.0.0
| | | | +-- jodid25519@1.0.2
| | | | +-- jsbn@0.1.0
| | | | `-- tweetnacl@0.13.3
| | | +-- is-typedarray@1.0.0
| | | +-- isstream@0.1.2
| | | +-- oauth-sign@0.8.2
| | | +-- qs@5.2.0
| | | +-- stringstream@0.0.5
| | | `-- tunnel-agent@0.4.3
| | +-- request-progress@2.0.1
| | | `-- throttleit@1.0.0
| | `-- which@1.2.10
| | `-- isexe@1.1.2
| +-- request@2.34.0
| | +-- aws-sign2@0.5.0
| | +-- forever-agent@0.5.2
| | +-- form-data@0.1.4
| | | +-- async@0.9.2
| | | `-- combined-stream@0.0.7
| | | `-- delayed-stream@0.0.5
| | +-- hawk@1.0.0
| | | +-- boom@0.4.2
| | | +-- cryptiles@0.2.2
| | | +-- hoek@0.9.1
| | | `-- sntp@0.2.4
| | +-- http-signature@0.10.1
| | | +-- asn1@0.1.11
| | | +-- assert-plus@0.1.5
| | | `-- ctype@0.5.3
| | +-- json-stringify-safe@5.0.1
| | +-- mime@1.2.11
| | +-- node-uuid@1.4.7
| | +-- oauth-sign@0.3.0
| | +-- qs@0.6.6
| | +-- tough-cookie@2.2.2
| | `-- tunnel-agent@0.3.0
| `-- underscore@1.6.0
+-- gulp-useref@1.3.0
| +-- brace-expansion@1.1.5
| | +-- balanced-match@0.4.1
| | `-- concat-map@0.0.1
| +-- event-stream@3.3.3
| | +-- map-stream@0.1.0
| | `-- split@0.3.3
| +-- gulp-concat@2.6.0
| | +-- concat-with-sourcemaps@1.0.4
| | | `-- source-map@0.5.6
| | `-- through2@0.6.5
| | `-- readable-stream@1.0.34
| +-- is-relative-url@1.0.0
| | `-- is-absolute-url@1.0.0
| +-- lodash@3.10.1
| +-- multimatch@2.1.0
| | +-- array-differ@1.0.0
| | +-- array-union@1.0.2
| | | `-- array-uniq@1.0.3
| | +-- arrify@1.0.1
| | `-- minimatch@3.0.2
| +-- node-useref@0.3.15
| +-- through2@0.6.5
| | `-- readable-stream@1.0.34
| `-- vinyl-fs@1.0.0
| +-- duplexify@3.4.3
| | +-- end-of-stream@1.0.0
| | `-- readable-stream@2.1.4
| | +-- buffer-shims@1.0.0
| | `-- isarray@1.0.0
| +-- glob-stream@4.1.1
| | +-- minimatch@2.0.10
| | `-- unique-stream@2.2.1
| | +-- json-stable-stringify@1.0.1
| | | `-- jsonify@0.0.0
| | `-- through2-filter@2.0.0
| +-- glob-watcher@0.0.8
| +-- graceful-fs@3.0.8
| +-- object-assign@2.1.1
| +-- strip-bom@1.0.0
| `-- vinyl@0.4.6
| `-- clone@0.2.0
+-- gulp-vulcanize@1.1.0
| +-- mkdirp@0.5.1
| | `-- minimist@0.0.8
| +-- through2@0.6.5
| | `-- readable-stream@1.0.34
| `-- vulcanize@0.4.3
| +-- cheerio@0.17.0
| | +-- CSSselect@0.4.1
| | | +-- CSSwhat@0.4.7
| | | `-- domutils@1.4.3
| | +-- dom-serializer@0.0.1
| | | `-- domelementtype@1.1.3
| | +-- entities@1.1.1
| | +-- htmlparser2@3.7.3
| | | +-- domhandler@2.2.1
| | | `-- entities@1.0.0
| | `-- lodash@2.4.2
| +-- clean-css@2.2.23
| | `-- commander@2.2.0
| `-- dom-serializer@0.0.1 (git://github.com/azakus/dom-serializer.git#0d41a71761704338bece9d1af6b9c4f18cf571e6)
| +-- domelementtype@1.1.3
| `-- entities@1.1.1
+-- jshint-stylish@1.0.2
| +-- log-symbols@1.0.2
| +-- string-length@1.0.1
| `-- text-table@0.2.0
+-- psi@0.1.6
| +-- chalk@0.5.1
| | +-- ansi-styles@1.1.0
| | +-- has-ansi@0.1.0
| | | `-- ansi-regex@0.2.1
| | +-- strip-ansi@0.3.0
| | `-- supports-color@0.2.0
| +-- gpagespeed@0.0.8
| | +-- googleapis@1.1.5
| | | +-- gapitoken@0.1.5
| | | | +-- jws@3.0.0
| | | | | +-- base64url@1.0.6
| | | | | | +-- concat-stream@1.4.10
| | | | | | `-- meow@2.0.0
| | | | | | +-- camelcase-keys@1.0.0
| | | | | | | `-- camelcase@1.2.1
| | | | | | +-- indent-string@1.2.2
| | | | | | | `-- repeating@1.1.3
| | | | | | `-- object-assign@1.0.0
| | | | | `-- jwa@1.0.2
| | | | | +-- base64url@0.0.6
| | | | | +-- buffer-equal-constant-time@1.0.1
| | | | | `-- ecdsa-sig-formatter@1.0.7
| | | | | `-- base64-url@1.2.2
| | | | `-- request@2.72.0
| | | | +-- aws4@1.4.1
| | | | +-- bl@1.1.2
| | | | | `-- readable-stream@2.0.6
| | | | | `-- isarray@1.0.0
| | | | `-- qs@6.1.0
| | | +-- request@2.51.0
| | | | +-- aws-sign2@0.5.0
| | | | +-- bl@0.9.5
| | | | | `-- readable-stream@1.0.34
| | | | +-- caseless@0.8.0
| | | | +-- combined-stream@0.0.7
| | | | | `-- delayed-stream@0.0.5
| | | | +-- forever-agent@0.5.2
| | | | +-- form-data@0.2.0
| | | | | `-- mime-types@2.0.14
| | | | | `-- mime-db@1.12.0
| | | | +-- hawk@1.1.1
| | | | | +-- boom@0.4.2
| | | | | +-- cryptiles@0.2.2
| | | | | +-- hoek@0.9.1
| | | | | `-- sntp@0.2.4
| | | | +-- http-signature@0.10.1
| | | | | +-- asn1@0.1.11
| | | | | `-- assert-plus@0.1.5
| | | | +-- mime-types@1.0.2
| | | | +-- oauth-sign@0.5.0
| | | | `-- qs@2.3.3
| | | `-- string-template@0.2.1
| | +-- minimist@0.2.0
| | `-- valid-url@1.0.9
| `-- prepend-http@1.0.4
+-- run-sequence@1.2.1
`-- serve-favicon@2.3.0
`-- ms@0.7.1
npm WARN todomvc@0.1.1 No repository field.
npm WARN todomvc@0.1.1 No license field.
danjah@DANJAH-LAPTOP-W /c/wamp/www/codefinger-projects/prototypes/todo-mvc (master)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment