tsuru / gandalf

Gandalf is an HTTP API for managing Git repositories.
https://gandalf.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
268 stars 55 forks source link

NodeJS tsuru image not accepting pushes anymore #204

Open myfingersarebroken opened 8 years ago

myfingersarebroken commented 8 years ago

My tsuru NodeJS app are not accepting pushes. It´s the configured commands in tsuru.yml:

build:
- sudo npm install -g gulp-cli
- npm install --no-optional

I'm also using Express to create the server. It's listenning on port 8080.

Heres the log:

tar: ./README.md: time stamp 2016-09-20 20:25:47 is 17.781919045 s in the future
tar: ./gulpfile.js: time stamp 2016-09-20 20:25:47 is 17.781770416 s in the future
tar: ./app.js: time stamp 2016-09-20 20:25:47 is 17.781715203 s in the future
tar: ./index.html: time stamp 2016-09-20 20:25:47 is 17.781651739 s in the future
tar: ./Procfile: time stamp 2016-09-20 20:25:47 is 17.781605553 s in the future
tar: ./main.scss: time stamp 2016-09-20 20:25:47 is 17.781568202 s in the future
tar: ./tsuru.yml: time stamp 2016-09-20 20:25:47 is 17.781526968 s in the future
tar: ./.gitignore: time stamp 2016-09-20 20:25:47 is 17.781464481 s in the future
tar: ./app/components/manifest.scss: time stamp 2016-09-20 20:25:47 is 17.781356603 s in the future
tar: ./app/components/manifest.js: time stamp 2016-09-20 20:25:47 is 17.781307301 s in the future
tar: ./app/components: time stamp 2016-09-20 20:25:47 is 17.781275165 s in the future
tar: ./app/views/manifest.scss: time stamp 2016-09-20 20:25:47 is 17.78120415 s in the future
tar: ./app/views/admin/adminService.js: time stamp 2016-09-20 20:25:47 is 17.781125068 s in the future
tar: ./app/views/admin/adminViewController.js: time stamp 2016-09-20 20:25:47 is 17.781067201 s in the future
tar: ./app/views/admin/admin.html: time stamp 2016-09-20 20:25:47 is 17.78100503 s in the future
tar: ./app/views/admin: time stamp 2016-09-20 20:25:47 is 17.780973977 s in the future
tar: ./app/views/manifest.js: time stamp 2016-09-20 20:25:47 is 17.780927815 s in the future
tar: ./app/views: time stamp 2016-09-20 20:25:47 is 17.78089982 s in the future
tar: ./app/affiliates/cybercook.json: time stamp 2016-09-20 20:25:47 is 17.780825101 s in the future
tar: ./app/affiliates: time stamp 2016-09-20 20:25:47 is 17.780795878 s in the future
tar: ./app: time stamp 2016-09-20 20:25:47 is 17.78077329 s in the future
tar: ./package.json: time stamp 2016-09-20 20:25:47 is 17.780723077 s in the future
tar: ./server.js: time stamp 2016-09-20 20:25:47 is 17.780668531 s in the future
tar: .: time stamp 2016-09-20 20:25:47 is 17.780627697 s in the future
v6.6.0 is already installed.
Now using node v6.6.0 (npm v3.10.3)
/home/application/current /
rede-trasmissao-mvp@0.0.1 /home/application/current
├── animate.css@3.5.2 
├─┬ body-parser@1.15.2 
│ ├── bytes@2.4.0 
│ ├── content-type@1.0.2 
│ ├─┬ debug@2.2.0 
│ │ └── ms@0.7.1 
│ ├── depd@1.1.0 
│ ├─┬ http-errors@1.5.0 
│ │ ├── inherits@2.0.1 
│ │ ├── setprototypeof@1.0.1 
│ │ └── statuses@1.3.0 
│ ├── iconv-lite@0.4.13 
│ ├─┬ on-finished@2.3.0 
│ │ └── ee-first@1.1.1 
│ ├── qs@6.2.0 
│ ├─┬ raw-body@2.1.7 
│ │ └── unpipe@1.0.0 
│ └─┬ type-is@1.6.13 
│   └── media-typer@0.3.0 
├─┬ express@4.14.0 
│ ├─┬ accepts@1.3.3 
│ │ └── negotiator@0.6.1 
│ ├── array-flatten@1.1.1 
│ ├── content-disposition@0.5.1 
│ ├── cookie@0.3.1 
│ ├── cookie-signature@1.0.6 
│ ├── encodeurl@1.0.1 
│ ├── escape-html@1.0.3 
│ ├── etag@1.7.0 
│ ├── finalhandler@0.5.0 
│ ├── fresh@0.3.0 
│ ├── merge-descriptors@1.0.1 
│ ├── methods@1.1.2 
│ ├── parseurl@1.3.1 
│ ├── path-to-regexp@0.1.7 
│ ├─┬ proxy-addr@1.1.2 
│ │ ├── forwarded@0.1.0 
│ │ └── ipaddr.js@1.1.1 
│ ├── range-parser@1.2.0 
│ ├─┬ send@0.14.1 
│ │ └── destroy@1.0.4 
│ ├── serve-static@1.11.1 
│ ├── utils-merge@1.0.0 
│ └── vary@1.1.0 
├─┬ gulp-s3-upload@1.6.1 
│ ├─┬ aws-sdk@2.4.6 
│ │ ├── jmespath@0.15.0 
│ │ ├── sax@1.1.5 
│ │ ├── xml2js@0.4.15 
│ │ └─┬ xmlbuilder@2.6.2 
│ │   └── lodash@3.5.0 
│ ├─┬ event-stream@3.3.4 
│ │ ├── duplexer@0.1.1 
│ │ ├── from@0.1.3 
│ │ ├── map-stream@0.1.0 
│ │ ├── pause-stream@0.0.11 
│ │ ├── split@0.3.3 
│ │ ├── stream-combiner@0.0.4 
│ │ └── through@2.3.8 
│ ├─┬ gulp-util@3.0.7 
│ │ ├── array-differ@1.0.0 
│ │ ├── array-uniq@1.0.3 
│ │ ├── beeper@1.1.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 
│ │ ├─┬ dateformat@1.0.12 
│ │ │ ├── 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.6.0 
│ │ │   │ ├─┬ currently-unhandled@0.4.1 
│ │ │   │ │ └── array-find-index@1.0.1 
│ │ │   │ └── signal-exit@3.0.1 
│ │ │   ├── 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 
│ │ │   │ ├── semver@5.3.0 
│ │ │   │ └─┬ validate-npm-package-license@3.0.1 
│ │ │   │   ├─┬ spdx-correct@1.0.2 
│ │ │   │   │ └── spdx-license-ids@1.2.2 
│ │ │   │   └── spdx-expression-parse@1.0.3 
│ │ │   ├── 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 
│ │ │   │   │ ├── graceful-fs@4.1.6 
│ │ │   │   │ ├─┬ parse-json@2.2.0 
│ │ │   │   │ │ └─┬ error-ex@1.3.0 
│ │ │   │   │ │   └── is-arrayish@0.2.1 
│ │ │   │   │ ├── pify@2.3.0 
│ │ │   │   │ └─┬ strip-bom@2.0.0 
│ │ │   │   │   └── is-utf8@0.2.1 
│ │ │   │   └── path-type@1.1.0 
│ │ │   ├─┬ redent@1.0.0 
│ │ │   │ ├─┬ indent-string@2.1.0 
│ │ │   │ │ └─┬ repeating@2.0.1 
│ │ │   │ │   └─┬ is-finite@1.0.1 
│ │ │   │ │     └── number-is-nan@1.0.0 
│ │ │   │ └── strip-indent@1.0.1 
│ │ │   └── trim-newlines@1.0.0 
│ │ ├─┬ fancy-log@1.2.0 
│ │ │ └── time-stamp@1.0.1 
│ │ ├─┬ 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.1.0 
│ │ │ │ └── lodash.isarray@3.0.4 
│ │ │ ├── lodash.restparam@3.6.1 
│ │ │ └── lodash.templatesettings@3.1.1 
│ │ ├── minimist@1.2.0 
│ │ ├─┬ multipipe@0.1.2 
│ │ │ └─┬ duplexer2@0.0.2 
│ │ │   └─┬ readable-stream@1.1.14 
│ │ │     └── isarray@0.0.1 
│ │ ├── object-assign@3.0.0 
│ │ ├── replace-ext@0.0.1 
│ │ ├─┬ through2@2.0.1 
│ │ │ ├─┬ readable-stream@2.0.6 
│ │ │ │ └── isarray@1.0.0 
│ │ │ └── xtend@4.0.1 
│ │ └─┬ vinyl@0.5.3 
│ │   ├── clone@1.0.2 
│ │   └── clone-stats@0.0.1 
│ ├─┬ hasha@2.2.0 
│ │ ├── is-stream@1.1.0 
│ │ └─┬ pinkie-promise@2.0.1 
│ │   └── pinkie@2.0.4 
│ ├─┬ https-proxy-agent@1.0.0 
│ │ └─┬ agent-base@2.0.1 
│ │   └── semver@5.0.3 
│ ├── mime@1.3.4 
│ └── underscore@1.8.3 
├── material-design-icons@2.2.3 
└─┬ request@2.75.0 
  ├── aws-sign2@0.6.0 
  ├── aws4@1.4.1 
  ├─┬ bl@1.1.2 
  │ └─┬ readable-stream@2.0.6 
  │   ├── core-util-is@1.0.2 
  │   ├── isarray@1.0.0 
  │   ├── process-nextick-args@1.0.7 
  │   ├── string_decoder@0.10.31 
  │   └── util-deprecate@1.0.2 
  ├── caseless@0.11.0 
  ├─┬ combined-stream@1.0.5 
  │ └── delayed-stream@1.0.0 
  ├── extend@3.0.0 
  ├── forever-agent@0.6.1 
  ├─┬ form-data@2.0.0 
  │ └── asynckit@0.4.0 
  ├─┬ har-validator@2.0.6 
  │ ├─┬ commander@2.9.0 
  │ │ └── graceful-readlink@1.0.1 
  │ └─┬ is-my-json-valid@2.14.0 
  │   ├── 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.3.1 
  │ │ ├── extsprintf@1.0.2 
  │ │ ├── json-schema@0.2.3 
  │ │ └── verror@1.3.6 
  │ └─┬ sshpk@1.10.0 
  │   ├── asn1@0.2.3 
  │   ├── assert-plus@1.0.0 
  │   ├─┬ bcrypt-pbkdf@1.0.0 
  │   │ └── tweetnacl@0.14.3 
  │   ├─┬ 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 
  ├── json-stringify-safe@5.0.1 
  ├─┬ mime-types@2.1.12 
  │ └── mime-db@1.24.0 
  ├── node-uuid@1.4.7 
  ├── oauth-sign@0.8.2 
  ├── stringstream@0.0.5 
  ├── tough-cookie@2.3.1 
  └── tunnel-agent@0.4.3 

/
sudo: npm: command not found
npm WARN deprecated gulp-minify-css@1.2.4: Please use gulp-clean-css
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 lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
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 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 prefer global node-gyp@3.4.0 should be installed with -g

> node-sass@3.10.0 install /home/application/current/node_modules/node-sass
> node scripts/install.js

Start downloading binary at https://github.com/sass/node-sass/releases/download/v3.10.0/linux-x64-48_binding.node
Binary downloaded and installed at /home/application/current/node_modules/node-sass/vendor/linux-x64-48/binding.node

> node-sass@3.10.0 postinstall /home/application/current/node_modules/node-sass
> node scripts/build.js

"/home/application/current/node_modules/node-sass/vendor/linux-x64-48/binding.node" exists. 
 testing binary.
Binary is fine; exiting.
rede-trasmissao-mvp@0.0.1 /home/application/current
├── angular@1.5.8 
├── angular-animate@1.5.8 
├── angular-touch@1.5.8 
├── angular-ui-router@1.0.0-beta.2 
├─┬ babel-cli@6.14.0 
│ ├─┬ babel-core@6.14.0 
│ │ ├─┬ babel-code-frame@6.11.0 
│ │ │ ├── esutils@2.0.2 
│ │ │ └── js-tokens@2.0.0 
│ │ ├─┬ babel-generator@6.14.0 
│ │ │ ├─┬ detect-indent@3.0.1 
│ │ │ │ └── repeating@1.1.3 
│ │ │ └── lodash@4.16.1 
│ │ ├── babel-helpers@6.8.0 
│ │ ├── babel-messages@6.8.0 
│ │ ├─┬ babel-template@6.15.0 
│ │ │ └── lodash@4.16.1 
│ │ ├─┬ babel-traverse@6.15.0 
│ │ │ ├── globals@8.18.0 
│ │ │ ├─┬ invariant@2.2.1 
│ │ │ │ └─┬ loose-envify@1.2.0 
│ │ │ │   └── js-tokens@1.0.3 
│ │ │ └── lodash@4.16.1 
│ │ ├─┬ babel-types@6.15.0 
│ │ │ ├── lodash@4.16.1 
│ │ │ └── to-fast-properties@1.0.2 
│ │ ├── babylon@6.10.0 
│ │ ├── json5@0.4.0 
│ │ ├── lodash@4.16.1 
│ │ ├─┬ minimatch@3.0.3 
│ │ │ └─┬ brace-expansion@1.1.6 
│ │ │   ├── balanced-match@0.4.2 
│ │ │   └── concat-map@0.0.1 
│ │ ├── path-exists@1.0.0 
│ │ ├── private@0.1.6 
│ │ └── shebang-regex@1.0.0 
│ ├─┬ babel-polyfill@6.13.0 
│ │ ├── core-js@2.4.1 
│ │ └── regenerator-runtime@0.9.5 
│ ├─┬ babel-register@6.14.0 
│ │ ├─┬ home-or-tmp@1.0.0 
│ │ │ └── os-tmpdir@1.0.1 
│ │ ├── lodash@4.16.1 
│ │ ├─┬ mkdirp@0.5.1 
│ │ │ └── minimist@0.0.8 
│ │ ├── path-exists@1.0.0 
│ │ └─┬ source-map-support@0.2.10 
│ │   └── source-map@0.1.32 
│ ├── babel-runtime@6.11.6 
│ ├─┬ bin-version-check@2.1.0 
│ │ ├─┬ bin-version@1.0.4 
│ │ │ └─┬ find-versions@1.2.1 
│ │ │   └── semver-regex@1.0.0 
│ │ ├── semver@4.3.6 
│ │ └── semver-truncate@1.1.2 
│ ├── chalk@1.1.1 
│ ├─┬ chokidar@1.6.0 
│ │ ├── async-each@1.0.1 
│ │ ├─┬ is-binary-path@1.0.1 
│ │ │ └── binary-extensions@1.6.0 
│ │ ├─┬ is-glob@2.0.1 
│ │ │ └── is-extglob@1.0.0 
│ │ └─┬ readdirp@2.1.0 
│ │   ├─┬ readable-stream@2.1.5 
│ │   │ └── isarray@1.0.0 
│ │   └── set-immediate-shim@1.0.1 
│ ├── convert-source-map@1.3.0 
│ ├── fs-readdir-recursive@0.1.2 
│ ├─┬ glob@5.0.15 
│ │ ├─┬ inflight@1.0.5 
│ │ │ └── wrappy@1.0.2 
│ │ └── once@1.4.0 
│ ├── lodash@4.16.1 
│ ├── log-symbols@1.0.2 
│ ├─┬ output-file-sync@1.1.2 
│ │ └── object-assign@4.1.0 
│ ├── path-exists@1.0.0 
│ ├── path-is-absolute@1.0.0 
│ ├── slash@1.0.0 
│ ├── source-map@0.5.6 
│ └─┬ v8flags@2.0.11 
│   └── user-home@1.1.1 
├── babel-plugin-external-helpers@6.8.0 
├─┬ babel-plugin-transform-class-properties@6.11.5 
│ ├─┬ babel-helper-function-name@6.8.0 
│ │ └── babel-helper-get-function-arity@6.8.0 
│ └── babel-plugin-syntax-class-properties@6.13.0 
├─┬ babel-preset-es2015@6.14.0 
│ ├── babel-plugin-check-es2015-constants@6.8.0 
│ ├── babel-plugin-transform-es2015-arrow-functions@6.8.0 
│ ├── babel-plugin-transform-es2015-block-scoped-functions@6.8.0 
│ ├─┬ babel-plugin-transform-es2015-block-scoping@6.15.0 
│ │ └── lodash@4.16.1 
│ ├─┬ babel-plugin-transform-es2015-classes@6.14.0 
│ │ ├─┬ babel-helper-define-map@6.9.0 
│ │ │ └── lodash@4.16.1 
│ │ ├── babel-helper-optimise-call-expression@6.8.0 
│ │ └── babel-helper-replace-supers@6.14.0 
│ ├── babel-plugin-transform-es2015-computed-properties@6.8.0 
│ ├── babel-plugin-transform-es2015-destructuring@6.9.0 
│ ├── babel-plugin-transform-es2015-duplicate-keys@6.8.0 
│ ├── babel-plugin-transform-es2015-for-of@6.8.0 
│ ├── babel-plugin-transform-es2015-function-name@6.9.0 
│ ├── babel-plugin-transform-es2015-literals@6.8.0 
│ ├── babel-plugin-transform-es2015-modules-amd@6.8.0 
│ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.14.0 
│ │ └── babel-plugin-transform-strict-mode@6.11.3 
│ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.14.0 
│ │ └── babel-helper-hoist-variables@6.8.0 
│ ├── babel-plugin-transform-es2015-modules-umd@6.12.0 
│ ├── babel-plugin-transform-es2015-object-super@6.8.0 
│ ├─┬ babel-plugin-transform-es2015-parameters@6.11.4 
│ │ └── babel-helper-call-delegate@6.8.0 
│ ├── babel-plugin-transform-es2015-shorthand-properties@6.8.0 
│ ├── babel-plugin-transform-es2015-spread@6.8.0 
│ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.8.0 
│ │ └─┬ babel-helper-regex@6.9.0 
│ │   └── lodash@4.16.1 
│ ├── babel-plugin-transform-es2015-template-literals@6.8.0 
│ ├── babel-plugin-transform-es2015-typeof-symbol@6.8.0 
│ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.11.0 
│ │ └─┬ regexpu-core@2.0.0 
│ │   ├── regenerate@1.3.1 
│ │   ├── regjsgen@0.2.0 
│ │   └─┬ regjsparser@0.1.5 
│ │     └── jsesc@0.5.0 
│ └─┬ babel-plugin-transform-regenerator@6.14.0 
│   └── babel-plugin-syntax-async-functions@6.13.0 
├─┬ babel-preset-es2015-rollup@1.2.0 
│ └─┬ modify-babel-preset@2.1.1 
│   └── require-relative@0.8.7 
├─┬ del@2.2.2 
│ ├─┬ globby@5.0.0 
│ │ ├── array-union@1.0.2 
│ │ ├── arrify@1.0.1 
│ │ ├─┬ glob@7.1.0 
│ │ │ └── fs.realpath@1.0.0 
│ │ └── object-assign@4.1.0 
│ ├── is-path-cwd@1.0.0 
│ ├─┬ is-path-in-cwd@1.0.0 
│ │ └─┬ is-path-inside@1.0.0 
│ │   └── path-is-inside@1.0.2 
│ ├── object-assign@4.1.0 
│ └─┬ rimraf@2.5.4 
│   └── glob@7.1.0 
├── fastclick@1.0.6 
├─┬ gulp@3.9.1 
│ ├── archy@1.0.0 
│ ├── deprecated@0.0.1 
│ ├── interpret@1.0.1 
│ ├─┬ liftoff@2.3.0 
│ │ ├─┬ findup-sync@0.4.2 
│ │ │ ├─┬ detect-file@0.1.0 
│ │ │ │ └── fs-exists-sync@0.1.0 
│ │ │ └─┬ resolve-dir@0.1.1 
│ │ │   └─┬ global-modules@0.2.3 
│ │ │     ├─┬ global-prefix@0.1.4 
│ │ │     │ └── ini@1.3.4 
│ │ │     └── is-windows@0.2.0 
│ │ ├─┬ fined@1.0.1 
│ │ │ ├── expand-tilde@1.2.2 
│ │ │ ├── lodash.assignwith@4.2.0 
│ │ │ ├── lodash.isarray@4.0.0 
│ │ │ ├── lodash.isempty@4.4.0 
│ │ │ ├── lodash.pick@4.4.0 
│ │ │ └─┬ parse-filepath@1.0.1 
│ │ │   ├─┬ is-absolute@0.2.5 
│ │ │   │ ├─┬ is-relative@0.2.1 
│ │ │   │ │ └─┬ is-unc-path@0.1.1 
│ │ │   │ │   └── unc-path-regex@0.1.2 
│ │ │   │ └── is-windows@0.1.1 
│ │ │   ├── map-cache@0.2.2 
│ │ │   └─┬ path-root@0.1.1 
│ │ │     └── path-root-regex@0.1.2 
│ │ ├── flagged-respawn@0.3.2 
│ │ ├── lodash.isplainobject@4.0.6 
│ │ ├── lodash.isstring@4.0.1 
│ │ ├── lodash.mapvalues@4.6.0 
│ │ └── rechoir@0.6.2 
│ ├─┬ orchestrator@0.3.7 
│ │ ├─┬ end-of-stream@0.1.5 
│ │ │ └── once@1.3.3 
│ │ ├── 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 
│ └─┬ vinyl-fs@0.3.14 
│   ├── defaults@1.0.3 
│   ├─┬ glob-stream@3.1.18 
│   │ ├── glob@4.5.3 
│   │ ├─┬ glob2base@0.0.12 
│   │ │ └── find-index@0.1.1 
│   │ ├── minimatch@2.0.10 
│   │ ├── 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 
│   │       ├── lru-cache@2.7.3 
│   │       └── sigmund@1.0.1 
│   ├─┬ graceful-fs@3.0.11 
│   │ └── natives@1.1.0 
│   ├─┬ strip-bom@1.0.0 
│   │ └── first-chunk-stream@1.0.0 
│   ├─┬ through2@0.6.5 
│   │ └── readable-stream@1.0.34 
│   └─┬ vinyl@0.4.6 
│     └── clone@0.2.0 
├─┬ gulp-babel@6.1.2 
│ ├── object-assign@4.1.0 
│ └── vinyl-sourcemaps-apply@0.2.1 
├─┬ gulp-concat@2.6.0 
│ ├── concat-with-sourcemaps@1.0.4 
│ └─┬ through2@0.6.5 
│   └── readable-stream@1.0.34 
├─┬ gulp-connect@3.2.3 
│ ├─┬ connect@2.30.2 
│ │ ├── basic-auth-connect@1.0.0 
│ │ ├─┬ body-parser@1.13.3 
│ │ │ └── iconv-lite@0.4.11 
│ │ ├── bytes@2.1.0 
│ │ ├─┬ compression@1.5.2 
│ │ │ ├─┬ accepts@1.2.13 
│ │ │ │ └── negotiator@0.5.3 
│ │ │ ├── bytes@2.1.0 
│ │ │ ├── compressible@2.0.8 
│ │ │ └── vary@1.0.1 
│ │ ├─┬ connect-timeout@1.6.2 
│ │ │ └── http-errors@1.3.1 
│ │ ├── cookie@0.1.3 
│ │ ├─┬ cookie-parser@1.3.5 
│ │ │ └── cookie@0.1.3 
│ │ ├─┬ csurf@1.8.3 
│ │ │ ├── cookie@0.1.3 
│ │ │ ├─┬ csrf@3.0.3 
│ │ │ │ ├── base64-url@1.2.2 
│ │ │ │ ├── rndm@1.2.0 
│ │ │ │ ├── tsscmp@1.0.5 
│ │ │ │ └─┬ uid-safe@2.1.1 
│ │ │ │   └── random-bytes@1.0.0 
│ │ │ └── http-errors@1.3.1 
│ │ ├── depd@1.0.1 
│ │ ├── errorhandler@1.4.3 
│ │ ├─┬ express-session@1.11.3 
│ │ │ ├── cookie@0.1.3 
│ │ │ ├── crc@3.3.0 
│ │ │ ├── depd@1.0.1 
│ │ │ └─┬ uid-safe@2.0.0 
│ │ │   └── base64-url@1.2.1 
│ │ ├─┬ finalhandler@0.4.0 
│ │ │ └── escape-html@1.0.2 
│ │ ├── http-errors@1.3.1 
│ │ ├── method-override@2.3.6 
│ │ ├─┬ morgan@1.6.1 
│ │ │ ├── basic-auth@1.0.4 
│ │ │ └── depd@1.0.1 
│ │ ├─┬ multiparty@3.3.2 
│ │ │ └── stream-counter@0.2.0 
│ │ ├── on-headers@1.0.1 
│ │ ├── pause@0.1.0 
│ │ ├── qs@4.0.0 
│ │ ├─┬ response-time@2.3.1 
│ │ │ └── depd@1.0.1 
│ │ ├── serve-favicon@2.3.0 
│ │ ├─┬ serve-index@1.7.3 
│ │ │ ├─┬ accepts@1.2.13 
│ │ │ │ └── negotiator@0.5.3 
│ │ │ ├── batch@0.5.3 
│ │ │ └── http-errors@1.3.1 
│ │ ├─┬ serve-static@1.10.3 
│ │ │ ├── escape-html@1.0.3 
│ │ │ └─┬ send@0.13.2 
│ │ │   ├── depd@1.1.0 
│ │ │   ├── escape-html@1.0.3 
│ │ │   ├── range-parser@1.0.3 
│ │ │   └── statuses@1.2.1 
│ │ └── vhost@3.0.2 
│ ├── connect-livereload@0.5.4 
│ └─┬ tiny-lr@0.2.1 
│   ├─┬ body-parser@1.14.2 
│   │ ├── bytes@2.2.0 
│   │ ├── http-errors@1.3.1 
│   │ └── qs@5.2.0 
│   ├─┬ faye-websocket@0.10.0 
│   │ └─┬ websocket-driver@0.6.5 
│   │   └── websocket-extensions@0.1.1 
│   ├── livereload-js@2.2.2 
│   └── qs@5.1.0 
├─┬ gulp-gh-pages@0.5.4 
│ ├── gift@0.6.1 
│ ├─┬ readable-stream@2.1.5 
│ │ ├── buffer-shims@1.0.0 
│ │ └── isarray@1.0.0 
│ ├─┬ vinyl-fs@2.4.3 
│ │ ├─┬ duplexify@3.4.5 
│ │ │ ├─┬ end-of-stream@1.0.0 
│ │ │ │ └── once@1.3.3 
│ │ │ ├─┬ readable-stream@2.1.5 
│ │ │ │ └── isarray@1.0.0 
│ │ │ └── stream-shift@1.0.0 
│ │ ├─┬ glob-stream@5.3.5 
│ │ │ ├─┬ glob-parent@3.0.0 
│ │ │ │ └─┬ is-glob@3.0.0 
│ │ │ │   └── is-extglob@2.0.0 
│ │ │ ├── ordered-read-streams@0.3.0 
│ │ │ ├─┬ through2@0.6.5 
│ │ │ │ └─┬ readable-stream@1.0.34 
│ │ │ │   └── isarray@0.0.1 
│ │ │ ├─┬ to-absolute-glob@0.1.1 
│ │ │ │ └── extend-shallow@2.0.1 
│ │ │ └─┬ unique-stream@2.2.1 
│ │ │   └─┬ json-stable-stringify@1.0.1 
│ │ │     └── jsonify@0.0.0 
│ │ ├─┬ gulp-sourcemaps@1.6.0 
│ │ │ └── vinyl@1.2.0 
│ │ ├── is-valid-glob@0.3.0 
│ │ ├─┬ lazystream@1.0.0 
│ │ │ └─┬ readable-stream@2.1.5 
│ │ │   └── isarray@1.0.0 
│ │ ├── lodash.isequal@4.4.0 
│ │ ├─┬ merge-stream@1.0.0 
│ │ │ └─┬ readable-stream@2.1.5 
│ │ │   └── isarray@1.0.0 
│ │ ├── object-assign@4.1.0 
│ │ ├── strip-bom-stream@1.0.0 
│ │ ├── through2-filter@2.0.0 
│ │ ├── vali-date@1.0.0 
│ │ └── vinyl@1.2.0 
│ └─┬ wrap-promise@1.0.1 
│   └── es6-promise@2.3.0 
├─┬ gulp-if@2.0.1 
│ ├── gulp-match@1.0.2 
│ └─┬ ternary-stream@2.0.0 
│   └── fork-stream@0.0.4 
├─┬ gulp-less@3.1.0 
│ ├─┬ accord@0.23.0 
│ │ ├── fobject@0.0.4 
│ │ ├── glob@7.0.3 
│ │ ├── indx@0.2.3 
│ │ ├── lodash@4.11.2 
│ │ ├── uglify-js@2.7.3 
│ │ └── when@3.7.7 
│ ├── less@2.7.1 
│ └── object-assign@4.1.0 
├─┬ gulp-less-sourcemap@1.4.3 
│ ├── lodash.defaults@4.2.0 
│ └─┬ through2@0.6.5 
│   └── readable-stream@1.0.34 
├── gulp-less-to-scss@0.0.8 
├─┬ gulp-minify-css@1.2.4 
│ ├─┬ clean-css@3.4.19 
│ │ ├── commander@2.8.1 
│ │ └─┬ source-map@0.4.4 
│ │   └── amdefine@1.0.0 
│ ├── object-assign@4.1.0 
│ ├─┬ readable-stream@2.1.5 
│ │ └── isarray@1.0.0 
│ └─┬ vinyl-bufferstream@1.0.1 
│   └── bufferstreams@1.0.1 
├─┬ gulp-minify-html@1.0.6 
│ ├─┬ minimize@1.8.1 
│ │ ├── argh@0.1.4 
│ │ ├── async@1.5.2 
│ │ ├─┬ cli-color@1.1.0 
│ │ │ ├── d@0.1.1 
│ │ │ ├─┬ es5-ext@0.10.12 
│ │ │ │ └── es6-symbol@3.1.0 
│ │ │ ├── es6-iterator@2.0.0 
│ │ │ ├─┬ memoizee@0.3.10 
│ │ │ │ ├─┬ es6-weak-map@0.1.4 
│ │ │ │ │ ├── es6-iterator@0.1.3 
│ │ │ │ │ └── es6-symbol@2.0.1 
│ │ │ │ ├── event-emitter@0.3.4 
│ │ │ │ ├── lru-queue@0.1.0 
│ │ │ │ └── next-tick@0.2.2 
│ │ │ └── timers-ext@0.1.0 
│ │ ├─┬ diagnostics@1.0.1 
│ │ │ ├─┬ colorspace@1.0.1 
│ │ │ │ ├─┬ color@0.8.0 
│ │ │ │ │ ├── color-convert@0.5.3 
│ │ │ │ │ └─┬ color-string@0.3.0 
│ │ │ │ │   └── color-name@1.1.1 
│ │ │ │ └── text-hex@0.0.0 
│ │ │ ├─┬ enabled@1.0.2 
│ │ │ │ └── env-variable@0.0.3 
│ │ │ └─┬ kuler@0.0.0 
│ │ │   └── colornames@0.0.2 
│ │ ├── emits@3.0.0 
│ │ └─┬ htmlparser2@3.9.1 
│ │   ├── 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 
│ │   └─┬ readable-stream@2.1.5 
│ │     └── isarray@1.0.0 
│ └─┬ through2@0.6.5 
│   └── readable-stream@1.0.34 
├── gulp-ng-template@0.2.3 
├─┬ gulp-sass@2.3.2 
│ ├── lodash.clonedeep@4.5.0 
│ └─┬ node-sass@3.10.0 
│   ├── async-foreach@0.1.3 
│   ├─┬ cross-spawn@3.0.1 
│   │ ├─┬ lru-cache@4.0.1 
│   │ │ ├── pseudomap@1.0.2 
│   │ │ └── yallist@2.0.0 
│   │ └─┬ which@1.2.11 
│   │   └── isexe@1.1.2 
│   ├─┬ gaze@1.1.1 
│   │ └─┬ globule@1.0.0 
│   │   ├── glob@7.0.6 
│   │   └── lodash@4.9.0 
│   ├── glob@7.1.0 
│   ├── in-publish@2.0.0 
│   ├── lodash.assign@4.2.0 
│   ├── nan@2.4.0 
│   ├─┬ node-gyp@3.4.0 
│   │ ├── fstream@1.0.10 
│   │ ├── glob@7.1.0 
│   │ ├─┬ nopt@3.0.6 
│   │ │ └── abbrev@1.0.9 
│   │ ├── npmlog@3.1.2 
│   │ ├── osenv@0.1.3 
│   │ ├─┬ path-array@1.0.1 
│   │ │ └── array-index@1.0.0 
│   │ └─┬ tar@2.2.1 
│   │   └── block-stream@0.0.9 
│   ├─┬ npmlog@4.0.0 
│   │ ├─┬ are-we-there-yet@1.1.2 
│   │ │ └── delegates@1.0.0 
│   │ ├── console-control-strings@1.1.0 
│   │ ├─┬ gauge@2.6.0 
│   │ │ ├── aproba@1.0.4 
│   │ │ ├── has-color@0.1.7 
│   │ │ ├── has-unicode@2.0.1 
│   │ │ ├── object-assign@4.1.0 
│   │ │ ├─┬ string-width@1.0.2 
│   │ │ │ ├── code-point-at@1.0.0 
│   │ │ │ └── is-fullwidth-code-point@1.0.0 
│   │ │ └── wide-align@1.1.0 
│   │ └── set-blocking@2.0.0 
│   └─┬ sass-graph@2.1.2 
│     ├── glob@7.1.0 
│     ├── lodash@4.16.1 
│     └─┬ yargs@4.8.1 
│       ├─┬ cliui@3.2.0 
│       │ └── wrap-ansi@2.0.0 
│       ├── get-caller-file@1.0.2 
│       ├─┬ os-locale@1.4.0 
│       │ └─┬ lcid@1.0.0 
│       │   └── invert-kv@1.0.0 
│       ├── require-directory@2.1.1 
│       ├── require-main-filename@1.0.1 
│       ├── which-module@1.0.0 
│       ├── window-size@0.2.0 
│       ├── y18n@3.2.1 
│       └─┬ yargs-parser@2.4.1 
│         └── camelcase@3.0.0 
├─┬ gulp-uglify@1.5.4 
│ ├── deap@1.0.0 
│ ├─┬ isobject@2.1.0 
│ │ └── isarray@1.0.0 
│ ├─┬ uglify-js@2.6.4 
│ │ ├── async@0.2.10 
│ │ ├── 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 
│ │   │ │ │ ├── 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 
├─┬ gulp-watch@4.3.9 
│ ├─┬ anymatch@1.3.0 
│ │ └─┬ micromatch@2.3.11 
│ │   ├─┬ arr-diff@2.0.0 
│ │   │ └── arr-flatten@1.0.1 
│ │   ├── array-unique@0.2.1 
│ │   ├─┬ braces@1.8.5 
│ │   │ ├─┬ expand-range@1.8.2 
│ │   │ │ └─┬ fill-range@2.2.3 
│ │   │ │   ├── is-number@2.1.0 
│ │   │ │   └── randomatic@1.1.5 
│ │   │ ├── preserve@0.2.0 
│ │   │ └── repeat-element@1.1.2 
│ │   ├─┬ expand-brackets@0.1.5 
│ │   │ └── is-posix-bracket@0.1.1 
│ │   ├── extglob@0.3.2 
│ │   ├── filename-regex@2.0.0 
│ │   ├─┬ kind-of@3.0.4 
│ │   │ └── is-buffer@1.1.4 
│ │   ├── normalize-path@2.0.1 
│ │   ├─┬ object.omit@2.0.0 
│ │   │ ├─┬ for-own@0.1.4 
│ │   │ │ └── for-in@0.1.6 
│ │   │ └── is-extendable@0.1.1 
│ │   ├─┬ parse-glob@3.0.4 
│ │   │ ├── glob-base@0.3.0 
│ │   │ └── is-dotfile@1.0.2 
│ │   └─┬ regex-cache@0.4.3 
│ │     ├── is-equal-shallow@0.1.3 
│ │     └── is-primitive@2.0.0 
│ ├── glob-parent@2.0.0 
│ ├── object-assign@4.1.0 
│ ├─┬ readable-stream@2.1.5 
│ │ └── isarray@1.0.0 
│ └─┬ vinyl-file@1.3.0 
│   └── vinyl@1.2.0 
├── jquery@2.2.4 
├── jquery-smooth-scroll@1.7.2 
├── karma-babel-preprocessor@6.0.1 
├── lesshat@4.1.0 
├─┬ rollup@0.34.13 
│ └─┬ source-map-support@0.4.2 
│   └── source-map@0.1.32 
├─┬ rollup-plugin-babel@2.6.1 
│ ├── object-assign@4.1.0 
│ └── rollup-pluginutils@1.5.2 
├─┬ rollup-plugin-commonjs@4.1.0 
│ ├── acorn@3.3.0 
│ ├── estree-walker@0.2.1 
│ ├─┬ magic-string@0.15.2 
│ │ └── vlq@0.2.1 
│ └── resolve@1.1.7 
├── rollup-plugin-includepaths@0.1.6 
├─┬ rollup-plugin-node-resolve@2.0.0 
│ └── browser-resolve@1.11.2 
├─┬ sinon@1.17.6 
│ ├── formatio@1.1.1 
│ ├── lolex@1.3.2 
│ ├── samsam@1.1.2 
│ └── util@0.10.3 
├── ui-router@1.0.0-alpha0 
└── vinyl-paths@2.1.0 

2016/09/20 20:27:43 exit status 1
flavianmissi commented 7 years ago

Does this still need attention?

dehypnosis commented 7 years ago

is this project alive?

magnotorres commented 7 years ago

No @dehypnosis, we are using it heavily at Globo.com and there are other companies using it too with Tsuru PaaS or standalone