Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

how to deploy to heroku #66

Open
johnpatrick9 opened this issue Feb 2, 2020 · 0 comments
Open

how to deploy to heroku #66

johnpatrick9 opened this issue Feb 2, 2020 · 0 comments

Comments

@johnpatrick9
Copy link

Hello,could someone please help me out?whenever I try to deploy the app to heroku I get the following error

-----> Node.js app detected

-----> Creating runtime environment

   NPM_CONFIG_LOGLEVEL=error

   NODE_ENV=production

   NODE_MODULES_CACHE=true

   NODE_VERBOSE=false

-----> Installing binaries

   engines.node (package.json):  6.11.1

   engines.npm (package.json):   unspecified (use default)

   

   Resolving node version 6.11.1...

   Downloading and installing node 6.11.1...

   Using default npm version: 3.10.10

-----> Installing dependencies

   Installing node modules (package.json)

   

   > core-js@2.6.11 postinstall /tmp/build_002a12d3cef7597efcf0508f5a271550/node_modules/core-js

   > node -e "try{require('./postinstall')}catch(e){}"

   

   upload-to-gdrive@1.0.0 /tmp/build_002a12d3cef7597efcf0508f5a271550

   ├─┬ archiver@1.3.0 

   │ ├─┬ archiver-utils@1.3.0 

   │ │ ├── lazystream@1.0.0 

   │ │ └─┬ normalize-path@2.1.1 

   │ │   └── remove-trailing-separator@1.1.0 

   │ ├── async@2.6.3 

   │ ├── buffer-crc32@0.2.13 

   │ ├─┬ glob@7.1.6 

   │ │ ├── fs.realpath@1.0.0 

   │ │ ├─┬ inflight@1.0.6 

   │ │ │ └── wrappy@1.0.2 

   │ │ ├── inherits@2.0.4 

   │ │ ├─┬ minimatch@3.0.4 

   │ │ │ └─┬ brace-expansion@1.1.11 

   │ │ │   ├── balanced-match@1.0.0 

   │ │ │   └── concat-map@0.0.1 

   │ │ ├── once@1.4.0 

   │ │ └── path-is-absolute@1.0.1 

   │ ├── lodash@4.17.15 

   │ ├─┬ readable-stream@2.3.7 

   │ │ ├── core-util-is@1.0.2 

   │ │ ├── isarray@1.0.0 

   │ │ ├── process-nextick-args@2.0.1 

   │ │ ├── string_decoder@1.1.1 

   │ │ └── util-deprecate@1.0.2 

   │ ├─┬ tar-stream@1.6.2 

   │ │ ├── bl@1.2.2 

   │ │ ├─┬ buffer-alloc@1.2.0 

   │ │ │ ├── buffer-alloc-unsafe@1.1.0 

   │ │ │ └── buffer-fill@1.0.0 

   │ │ ├── end-of-stream@1.4.4 

   │ │ ├── fs-constants@1.0.0 

   │ │ ├── to-buffer@1.1.1 

   │ │ └── xtend@4.0.2 

   │ ├── walkdir@0.0.11 

   │ └─┬ zip-stream@1.2.0 

   │   └─┬ compress-commons@1.2.2 

   │     └─┬ crc32-stream@2.0.0 

   │       └── crc@3.8.0 

   ├─┬ cloudcmd@6.15.5 

   │ ├── apart@1.0.1 

   │ ├─┬ chalk@1.1.3 

   │ │ ├── ansi-styles@2.2.1 

   │ │ ├── escape-string-regexp@1.0.5 

   │ │ ├─┬ has-ansi@2.0.0 

   │ │ │ └── ansi-regex@2.1.1 

   │ │ ├── strip-ansi@3.0.1 

   │ │ └── supports-color@2.0.0 

   │ ├── checkup@1.3.0 

   │ ├─┬ console-io@4.0.0 

   │ │ ├─┬ socket.io@2.3.0 

   │ │ │ ├─┬ debug@4.1.1 

   │ │ │ │ └── ms@2.1.2 

   │ │ │ ├─┬ engine.io@3.4.0 

   │ │ │ │ ├── base64id@2.0.0 

   │ │ │ │ ├── UNMET PEER DEPENDENCY bufferutil@^4.0.1

   │ │ │ │ ├── cookie@0.3.1 

   │ │ │ │ ├─┬ debug@4.1.1 

   │ │ │ │ │ └── ms@2.1.2 

   │ │ │ │ ├─┬ engine.io-parser@2.2.0 

   │ │ │ │ │ ├── arraybuffer.slice@0.0.7 

   │ │ │ │ │ └── blob@0.0.5 

   │ │ │ │ ├── UNMET PEER DEPENDENCY utf-8-validate@^5.0.2

   │ │ │ │ └── ws@7.2.1 

   │ │ │ ├─┬ has-binary2@1.0.3 

   │ │ │ │ └── isarray@2.0.1 

   │ │ │ ├── socket.io-adapter@1.1.2 

   │ │ │ ├─┬ socket.io-client@2.3.0 

   │ │ │ │ ├── component-emitter@1.2.1 

   │ │ │ │ ├─┬ debug@4.1.1 

   │ │ │ │ │ └── ms@2.1.2 

   │ │ │ │ ├─┬ engine.io-client@3.4.0 

   │ │ │ │ │ ├─┬ debug@4.1.1 

   │ │ │ │ │ │ └── ms@2.1.2 

   │ │ │ │ │ ├─┬ ws@6.1.4 

   │ │ │ │ │ │ └── async-limiter@1.0.1 

   │ │ │ │ │ └── xmlhttprequest-ssl@1.5.5 

   │ │ │ │ └─┬ socket.io-parser@3.3.0 

   │ │ │ │   ├─┬ debug@3.1.0 

   │ │ │ │   │ └── ms@2.0.0 

   │ │ │ │   └── isarray@2.0.1 

   │ │ │ └─┬ socket.io-parser@3.4.0 

   │ │ │   ├─┬ debug@4.1.1 

   │ │ │   │ └── ms@2.1.2 

   │ │ │   └── isarray@2.0.1 

   │ │ └─┬ spawnify@3.0.1 

   │ │   └── untildify@2.1.0 

   │ ├─┬ copymitter@2.2.0 

   │ │ ├─┬ debug@3.2.6 

   │ │ │ └── ms@2.1.2 

   │ │ ├── findit@2.0.0 

   │ │ └── fs-copy-file@1.0.2 

   │ ├── criton@1.0.0 

   │ ├── currify@2.0.6 

   │ ├── deepmerge@1.5.2 

   │ ├─┬ deepword@1.4.15 

   │ │ ├── ashify@1.0.2 

   │ │ ├── es6-promise@4.2.8 

   │ │ ├── es6-promisify@5.0.0 

   │ │ ├── load.js@1.1.5 

   │ │ ├── monaco-editor@0.9.0 

   │ │ ├─┬ patchfile@1.0.10 

   │ │ │ ├─┬ daffy@1.0.3 

   │ │ │ │ └── diff-match-patch@1.0.4 

   │ │ │ └── try-catch@2.0.1 

   │ │ ├─┬ readjson@1.1.4 

   │ │ │ └── try-catch@2.0.1 

   │ │ └── socket-file@1.3.1 

   │ ├─┬ dword@5.0.8 

   │ │ └── wraptile@1.0.0 

   │ ├── edward@5.0.8 

   │ ├── execon@1.2.9 

   │ ├─┬ files-io@1.2.8 

   │ │ ├── extendy@1.0.1 

   │ │ ├── itype@2.0.4 

   │ │ └── pipe-io@2.0.5 

   │ ├─┬ flop@2.0.5 

   │ │ ├─┬ mkdirp@0.5.1 

   │ │ │ └── minimist@0.0.8 

   │ │ ├─┬ readify@4.1.5 

   │ │ │ ├── nicki@2.0.1 

   │ │ │ ├── shortdate@1.2.0 

   │ │ │ └─┬ zames@1.1.3 

   │ │ │   └── es6-promisify@6.0.2 

   │ │ ├── remy@2.0.2 

   │ │ ├── timem@1.1.2 

   │ │ ├── trammel@1.0.2 

   │ │ └── win32@1.0.3 

   │ ├── format-io@0.9.6 

   │ ├── fullstore@1.1.0 

   │ ├─┬ http-auth@2.4.11 

   │ │ ├─┬ apache-crypt@1.1.2 

   │ │ │ └── unix-crypt-td-js@1.1.4 

   │ │ ├── apache-md5@1.0.6 

   │ │ └── node-uuid@1.4.8 

   │ ├─┬ inly@1.2.5 

   │ │ ├─┬ bizzy@1.0.5 

   │ │ │ └─┬ bzip2-maybe@1.0.0 

   │ │ │   └── is-bzip2@1.0.0 

   │ │ ├── through2@2.0.5 

   │ │ ├─┬ unbzip2-stream@1.3.3 

   │ │ │ ├─┬ buffer@5.4.3 

   │ │ │ │ ├── base64-js@1.3.1 

   │ │ │ │ └── ieee754@1.1.13 

   │ │ │ └── through@2.3.8 

   │ │ └─┬ yargs-parser@10.1.0 

   │ │   └── camelcase@4.1.0 

   │ ├── ishtar@2.0.5 

   │ ├─┬ jaguar@3.1.1 

   │ │ ├─┬ gunzip-maybe@1.4.1 

   │ │ │ ├─┬ browserify-zlib@0.1.4 

   │ │ │ │ └── pako@0.2.9 

   │ │ │ ├── is-deflate@1.0.0 

   │ │ │ ├── is-gzip@1.0.0 

   │ │ │ ├─┬ peek-stream@1.1.3 

   │ │ │ │ └─┬ duplexify@3.7.1 

   │ │ │ │   └── stream-shift@1.0.1 

   │ │ │ └─┬ pumpify@1.5.1 

   │ │ │   └── pump@2.0.1 

   │ │ └─┬ tar-fs@1.16.3 

   │ │   ├── chownr@1.1.3 

   │ │   └── pump@1.0.3 

   │ ├── jju@1.4.0 

   │ ├── join-io@1.4.6 

   │ ├── jonny@1.0.1 

   │ ├─┬ markdown-it@8.4.2 

   │ │ ├─┬ argparse@1.0.10 

   │ │ │ └── sprintf-js@1.0.3 

   │ │ ├── entities@1.1.2 

   │ │ ├── linkify-it@2.2.0 

   │ │ ├── mdurl@1.0.1 

   │ │ └── uc.micro@1.0.6 

   │ ├── mellow@2.0.2 

   │ ├─┬ minify@2.1.8 

   │ │ ├─┬ clean-css@3.4.28 

   │ │ │ ├─┬ commander@2.8.1 

   │ │ │ │ └── graceful-readlink@1.0.1 

   │ │ │ └─┬ source-map@0.4.4 

   │ │ │   └── amdefine@1.0.1 

   │ │ ├── css-b64-images@0.2.5 

   │ │ ├─┬ html-minifier@3.5.21 

   │ │ │ ├─┬ camel-case@3.0.0 

   │ │ │ │ ├─┬ no-case@2.3.2 

   │ │ │ │ │ └── lower-case@1.1.4 

   │ │ │ │ └── upper-case@1.1.3 

   │ │ │ ├─┬ clean-css@4.2.3 

   │ │ │ │ └── source-map@0.6.1 

   │ │ │ ├── commander@2.17.1 

   │ │ │ ├── he@1.2.0 

   │ │ │ ├── param-case@2.1.1 

   │ │ │ ├── relateurl@0.2.7 

   │ │ │ └─┬ uglify-js@3.4.10 

   │ │ │   └── commander@2.19.0 

   │ │ ├─┬ tomas@1.0.2 

   │ │ │ └── ischanged@1.0.18 

   │ │ └─┬ uglify-js@3.7.6 

   │ │   ├── commander@2.20.3 

   │ │   └── source-map@0.6.1 

   │ ├── minimist@1.2.0 

   │ ├─┬ nomine@1.0.4 

   │ │ ├── es6-promisify@6.0.2 

   │ │ └── renamify@1.1.0 

   │ ├── omnes@1.0.9 

   │ ├─┬ onezip@1.0.14 

   │ │ ├── itchy@1.0.0 

   │ │ ├─┬ yauzl@2.10.0 

   │ │ │ └─┬ fd-slicer@1.1.0 

   │ │ │   └── pend@1.2.0 

   │ │ └── yazl@2.5.1 

   │ ├─┬ opn@4.0.2 

   │ │ └─┬ pinkie-promise@2.0.1 

   │ │   └── pinkie@2.0.4 

   │ ├── os-homedir@1.0.2 

   │ ├─┬ package-json@2.4.0 

   │ │ ├─┬ got@5.7.1 

   │ │ │ ├─┬ create-error-class@3.0.2 

   │ │ │ │ └── capture-stack-trace@1.0.1 

   │ │ │ ├── duplexer2@0.1.4 

   │ │ │ ├── is-redirect@1.0.0 

   │ │ │ ├── is-retry-allowed@1.2.0 

   │ │ │ ├── is-stream@1.1.0 

   │ │ │ ├── lowercase-keys@1.0.1 

   │ │ │ ├── node-status-codes@1.0.0 

   │ │ │ ├─┬ parse-json@2.2.0 

   │ │ │ │ └─┬ error-ex@1.3.2 

   │ │ │ │   └── is-arrayish@0.2.1 

   │ │ │ ├── read-all-stream@3.1.0 

   │ │ │ ├── timed-out@3.1.3 

   │ │ │ ├── unzip-response@1.0.2 

   │ │ │ └─┬ url-parse-lax@1.0.0 

   │ │ │   └── prepend-http@1.0.4 

   │ │ ├─┬ registry-auth-token@3.4.0 

   │ │ │ └─┬ rc@1.2.8 

   │ │ │   ├── deep-extend@0.6.0 

   │ │ │   ├── ini@1.3.5 

   │ │ │   └── strip-json-comments@2.0.1 

   │ │ ├── registry-url@3.1.0 

   │ │ └── semver@5.7.1 

   │ ├─┬ ponse@1.6.1 

   │ │ └─┬ debug@3.2.6 

   │ │   └── ms@2.1.2 

   │ ├── pullout@1.0.3 

   │ ├── remedy@2.0.0 

   │ ├── rendy@1.1.1 

   │ ├─┬ restafary@2.1.4 

   │ │ └─┬ beautifile@1.0.12 

   │ │   └─┬ js-beautify@1.6.14 

   │ │     ├─┬ config-chain@1.1.12 

   │ │     │ └── proto-list@1.2.4 

   │ │     ├─┬ editorconfig@0.13.3 

   │ │     │ ├── bluebird@3.7.2 

   │ │     │ ├── commander@2.20.3 

   │ │     │ ├─┬ lru-cache@3.2.0 

   │ │     │ │ └── pseudomap@1.0.2 

   │ │     │ └── sigmund@1.0.1 

   │ │     └─┬ nopt@3.0.6 

   │ │       └── abbrev@1.1.1 

   │ ├─┬ salam@1.0.7 

   │ │ └─┬ babel-preset-env@1.7.0 

   │ │   ├─┬ babel-plugin-check-es2015-constants@6.22.0 

   │ │   │ └─┬ babel-runtime@6.26.0 

   │ │   │   ├── core-js@2.6.11 

   │ │   │   └── regenerator-runtime@0.11.1 

   │ │   ├── babel-plugin-syntax-trailing-function-commas@6.22.0 

   │ │   ├─┬ babel-plugin-transform-async-to-generator@6.24.1 

   │ │   │ ├── babel-helper-remap-async-to-generator@6.24.1 

   │ │   │ └── babel-plugin-syntax-async-functions@6.13.0 

   │ │   ├── babel-plugin-transform-es2015-arrow-functions@6.22.0 

   │ │   ├── babel-plugin-transform-es2015-block-scoped-functions@6.22.0 

   │ │   ├─┬ babel-plugin-transform-es2015-block-scoping@6.26.0 

   │ │   │ ├─┬ babel-template@6.26.0 

   │ │   │ │ └── babylon@6.18.0 

   │ │   │ ├─┬ babel-traverse@6.26.0 

   │ │   │ │ ├── babel-code-frame@6.26.0 

   │ │   │ │ └── globals@9.18.0 

   │ │   │ └─┬ babel-types@6.26.0 

   │ │   │   └── to-fast-properties@1.0.3 

   │ │   ├─┬ babel-plugin-transform-es2015-classes@6.24.1 

   │ │   │ ├── babel-helper-define-map@6.26.0 

   │ │   │ ├── babel-helper-function-name@6.24.1 

   │ │   │ ├── babel-helper-optimise-call-expression@6.24.1 

   │ │   │ ├── babel-helper-replace-supers@6.24.1 

   │ │   │ └── babel-messages@6.23.0 

   │ │   ├── babel-plugin-transform-es2015-computed-properties@6.24.1 

   │ │   ├── babel-plugin-transform-es2015-destructuring@6.23.0 

   │ │   ├── babel-plugin-transform-es2015-duplicate-keys@6.24.1 

   │ │   ├── babel-plugin-transform-es2015-for-of@6.23.0 

   │ │   ├── babel-plugin-transform-es2015-function-name@6.24.1 

   │ │   ├── babel-plugin-transform-es2015-literals@6.22.0 

   │ │   ├── babel-plugin-transform-es2015-modules-amd@6.24.1 

   │ │   ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.26.2 

   │ │   │ └── babel-plugin-transform-strict-mode@6.24.1 

   │ │   ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.24.1 

   │ │   │ └── babel-helper-hoist-variables@6.24.1 

   │ │   ├── babel-plugin-transform-es2015-modules-umd@6.24.1 

   │ │   ├── babel-plugin-transform-es2015-object-super@6.24.1 

   │ │   ├─┬ babel-plugin-transform-es2015-parameters@6.24.1 

   │ │   │ ├── babel-helper-call-delegate@6.24.1 

   │ │   │ └── babel-helper-get-function-arity@6.24.1 

   │ │   ├── babel-plugin-transform-es2015-shorthand-properties@6.24.1 

   │ │   ├── babel-plugin-transform-es2015-spread@6.22.0 

   │ │   ├─┬ babel-plugin-transform-es2015-sticky-regex@6.24.1 

   │ │   │ └── babel-helper-regex@6.26.0 

   │ │   ├── babel-plugin-transform-es2015-template-literals@6.22.0 

   │ │   ├── babel-plugin-transform-es2015-typeof-symbol@6.23.0 

   │ │   ├─┬ babel-plugin-transform-es2015-unicode-regex@6.24.1 

   │ │   │ └─┬ regexpu-core@2.0.0 

   │ │   │   ├── regenerate@1.4.0 

   │ │   │   ├── regjsgen@0.2.0 

   │ │   │   └─┬ regjsparser@0.1.5 

   │ │   │     └── jsesc@0.5.0 

   │ │   ├─┬ babel-plugin-transform-exponentiation-operator@6.24.1 

   │ │   │ ├─┬ babel-helper-builder-binary-assignment-operator-visitor@6.24.1 

   │ │   │ │ └── babel-helper-explode-assignable-expression@6.24.1 

   │ │   │ └── babel-plugin-syntax-exponentiation-operator@6.13.0 

   │ │   ├─┬ babel-plugin-transform-regenerator@6.26.0 

   │ │   │ └─┬ regenerator-transform@0.10.1 

   │ │   │   └── private@0.1.8 

   │ │   ├─┬ browserslist@3.2.8 

   │ │   │ ├── caniuse-lite@1.0.30001023 

   │ │   │ └── electron-to-chromium@1.3.344 

   │ │   └─┬ invariant@2.2.4 

   │ │     └─┬ loose-envify@1.4.0 

   │ │       └── js-tokens@3.0.2 

   │ ├── spero@2.0.6 

   │ ├── squad@1.1.3 

   │ ├─┬ table@4.0.3 

   │ │ ├─┬ ajv@6.11.0 

   │ │ │ ├── fast-deep-equal@3.1.1 

   │ │ │ ├── fast-json-stable-stringify@2.1.0 

   │ │ │ ├── json-schema-traverse@0.4.1 

   │ │ │ └─┬ uri-js@4.2.2 

   │ │ │   └── punycode@2.1.1 

   │ │ ├── ajv-keywords@3.4.1 

   │ │ ├─┬ chalk@2.4.2 

   │ │ │ ├─┬ ansi-styles@3.2.1 

   │ │ │ │ └─┬ color-convert@1.9.3 

   │ │ │ │   └── color-name@1.1.3 

   │ │ │ └─┬ supports-color@5.5.0 

   │ │ │   └── has-flag@3.0.0 

   │ │ ├─┬ slice-ansi@1.0.0 

   │ │ │ └── is-fullwidth-code-point@2.0.0 

   │ │ └─┬ string-width@2.1.1 

   │ │   └─┬ strip-ansi@4.0.0 

   │ │     └── ansi-regex@3.0.0 

   │ ├── try-catch@1.0.0 

   │ ├── tryrequire@1.1.5 

   │ └─┬ writejson@1.1.2 

   │   └── try-catch@2.0.1 

   ├─┬ debug@2.6.9 

   │ └── ms@2.0.0 

   ├─┬ express@4.17.1 

   │ ├─┬ accepts@1.3.7 

   │ │ ├─┬ mime-types@2.1.26 

   │ │ │ └── mime-db@1.43.0 

   │ │ └── negotiator@0.6.2 

   │ ├── array-flatten@1.1.1 

   │ ├─┬ body-parser@1.19.0 

   │ │ ├── bytes@3.1.0 

   │ │ ├─┬ http-errors@1.7.2 

   │ │ │ ├── inherits@2.0.3 

   │ │ │ └── toidentifier@1.0.0 

   │ │ └── raw-body@2.4.0 

   │ ├── content-disposition@0.5.3 

   │ ├── content-type@1.0.4 

   │ ├── cookie@0.4.0 

   │ ├── cookie-signature@1.0.6 

   │ ├── depd@1.1.2 

   │ ├── encodeurl@1.0.2 

   │ ├── escape-html@1.0.3 

   │ ├── etag@1.8.1 

   │ ├─┬ finalhandler@1.1.2 

   │ │ └── unpipe@1.0.0 

   │ ├── fresh@0.5.2 

   │ ├── merge-descriptors@1.0.1 

   │ ├── methods@1.1.2 

   │ ├─┬ on-finished@2.3.0 

   │ │ └── ee-first@1.1.1 

   │ ├── parseurl@1.3.3 

   │ ├── path-to-regexp@0.1.7 

   │ ├─┬ proxy-addr@2.0.5 

   │ │ ├── forwarded@0.1.2 

   │ │ └── ipaddr.js@1.9.0 

   │ ├── qs@6.7.0 

   │ ├── range-parser@1.2.1 

   │ ├── safe-buffer@5.1.2 

   │ ├─┬ send@0.17.1 

   │ │ ├── destroy@1.0.4 

   │ │ └── ms@2.1.1 

   │ ├── serve-static@1.14.1 

   │ ├── setprototypeof@1.1.1 

   │ ├── statuses@1.5.0 

   │ ├─┬ type-is@1.6.18 

   │ │ └── media-typer@0.3.0 

   │ ├── utils-merge@1.0.1 

   │ └── vary@1.1.2 

   ├─┬ express-session@1.17.0 

   │ ├── depd@2.0.0 

   │ ├── on-headers@1.0.2 

   │ ├── safe-buffer@5.2.0 

   │ └─┬ uid-safe@2.1.5 

   │   └── random-bytes@1.0.0 

   ├─┬ fs-extra@1.0.0 

   │ ├── graceful-fs@4.2.3 

   │ ├── jsonfile@2.4.0 

   │ └── klaw@1.3.1 

   ├─┬ googleapis@14.2.0 

   │ ├── async@2.1.5 

   │ ├─┬ google-auth-library@0.9.10 

   │ │ ├── async@1.4.2 

   │ │ ├─┬ gtoken@1.2.3 

   │ │ │ └─┬ google-p12-pem@0.1.2 

   │ │ │   └── node-forge@0.7.6 

   │ │ ├─┬ jws@3.0.0 

   │ │ │ ├─┬ base64url@1.0.6 

   │ │ │ │ ├─┬ concat-stream@1.4.11 

   │ │ │ │ │ └─┬ readable-stream@1.1.14 

   │ │ │ │ │   ├── isarray@0.0.1 

   │ │ │ │ │   └── string_decoder@0.10.31 

   │ │ │ │ └─┬ meow@2.0.0 

   │ │ │ │   ├─┬ camelcase-keys@1.0.0 

   │ │ │ │   │ ├── camelcase@1.2.1 

   │ │ │ │   │ └── map-obj@1.0.1 

   │ │ │ │   ├─┬ indent-string@1.2.2 

   │ │ │ │   │ ├── get-stdin@4.0.1 

   │ │ │ │   │ └─┬ repeating@1.1.3 

   │ │ │ │   │   └─┬ is-finite@1.0.2 

   │ │ │ │   │     └── number-is-nan@1.0.1 

   │ │ │ │   └── 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.11 

   │ │ ├── lodash.noop@3.0.1 

   │ │ ├─┬ request@2.74.0 

   │ │ │ ├── aws-sign2@0.6.0 

   │ │ │ ├─┬ bl@1.1.2 

   │ │ │ │ └─┬ readable-stream@2.0.6 

   │ │ │ │   ├── process-nextick-args@1.0.7 

   │ │ │ │   └── string_decoder@0.10.31 

   │ │ │ ├── caseless@0.11.0 

   │ │ │ ├─┬ form-data@1.0.1 

   │ │ │ │ └── async@2.6.3 

   │ │ │ ├─┬ har-validator@2.0.6 

   │ │ │ │ ├── commander@2.20.3 

   │ │ │ │ └─┬ is-my-json-valid@2.20.0 

   │ │ │ │   ├─┬ generate-function@2.3.1 

   │ │ │ │   │ └── is-property@1.0.2 

   │ │ │ │   ├── generate-object-property@1.2.0 

   │ │ │ │   ├── is-my-ip-valid@1.0.0 

   │ │ │ │   └── jsonpointer@4.0.1 

   │ │ │ ├─┬ 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 

   │ │ │ ├── oauth-sign@0.8.2 

   │ │ │ ├── qs@6.2.3 

   │ │ │ ├── stringstream@0.0.6 

   │ │ │ ├─┬ tough-cookie@2.3.4 

   │ │ │ │ └── punycode@1.4.1 

   │ │ │ └── tunnel-agent@0.4.3 

   │ │ └── string-template@0.2.1 

   │ ├─┬ request@2.88.0 

   │ │ ├── aws-sign2@0.7.0 

   │ │ ├── aws4@1.9.1 

   │ │ ├── caseless@0.12.0 

   │ │ ├─┬ combined-stream@1.0.8 

   │ │ │ └── delayed-stream@1.0.0 

   │ │ ├── extend@3.0.2 

   │ │ ├── forever-agent@0.6.1 

   │ │ ├─┬ form-data@2.3.3 

   │ │ │ └── asynckit@0.4.0 

   │ │ ├─┬ har-validator@5.1.3 

   │ │ │ └── har-schema@2.0.0 

   │ │ ├─┬ http-signature@1.2.0 

   │ │ │ ├── assert-plus@1.0.0 

   │ │ │ ├─┬ jsprim@1.4.1 

   │ │ │ │ ├── extsprintf@1.3.0 

   │ │ │ │ ├── json-schema@0.2.3 

   │ │ │ │ └── verror@1.10.0 

   │ │ │ └─┬ sshpk@1.16.1 

   │ │ │   ├── asn1@0.2.4 

   │ │ │   ├── bcrypt-pbkdf@1.0.2 

   │ │ │   ├── dashdash@1.14.1 

   │ │ │   ├── ecc-jsbn@0.1.2 

   │ │ │   ├── getpass@0.1.7 

   │ │ │   ├── jsbn@0.1.1 

   │ │ │   └── tweetnacl@0.14.5 

   │ │ ├── is-typedarray@1.0.0 

   │ │ ├── isstream@0.1.2 

   │ │ ├── json-stringify-safe@5.0.1 

   │ │ ├── oauth-sign@0.9.0 

   │ │ ├── performance-now@2.1.0 

   │ │ ├── qs@6.5.2 

   │ │ ├─┬ tough-cookie@2.4.3 

   │ │ │ ├── psl@1.7.0 

   │ │ │ └── punycode@1.4.1 

   │ │ ├── tunnel-agent@0.6.0 

   │ │ └── uuid@3.4.0 

   │ └── string-template@1.0.0 

   ├─┬ gulp@3.9.1 

   │ ├── archy@1.0.0 

   │ ├── deprecated@0.0.1 

   │ ├─┬ gulp-util@3.0.8 

   │ │ ├── array-differ@1.0.0 

   │ │ ├── array-uniq@1.0.3 

   │ │ ├── beeper@1.1.1 

   │ │ ├── dateformat@2.2.0 

   │ │ ├─┬ fancy-log@1.3.3 

   │ │ │ ├─┬ ansi-gray@0.1.1 

   │ │ │ │ └── ansi-wrap@0.1.0 

   │ │ │ ├── color-support@1.1.3 

   │ │ │ ├── parse-node-version@1.0.1 

   │ │ │ └── time-stamp@1.1.0 

   │ │ ├─┬ gulplog@1.0.0 

   │ │ │ └── glogg@1.0.2 

   │ │ ├─┬ has-gulplog@0.1.0 

   │ │ │ └── sparkles@1.0.1 

   │ │ ├── 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 

   │ │ ├─┬ multipipe@0.1.2 

   │ │ │ └─┬ duplexer2@0.0.2 

   │ │ │   └─┬ readable-stream@1.1.14 

   │ │ │     ├── isarray@0.0.1 

   │ │ │     └── string_decoder@0.10.31 

   │ │ ├── object-assign@3.0.0 

   │ │ ├── replace-ext@0.0.1 

   │ │ └─┬ vinyl@0.5.3 

   │ │   ├── clone@1.0.4 

   │ │   └── clone-stats@0.0.1 

   │ ├── interpret@1.2.0 

   │ ├─┬ liftoff@2.5.0 

   │ │ ├─┬ findup-sync@2.0.0 

   │ │ │ ├── detect-file@1.0.0 

   │ │ │ ├─┬ is-glob@3.1.0 

   │ │ │ │ └── is-extglob@2.1.1 

   │ │ │ ├─┬ micromatch@3.1.10 

   │ │ │ │ ├── arr-diff@4.0.0 

   │ │ │ │ ├── array-unique@0.3.2 

   │ │ │ │ ├─┬ braces@2.3.2 

   │ │ │ │ │ ├── arr-flatten@1.1.0 

   │ │ │ │ │ ├─┬ extend-shallow@2.0.1 

   │ │ │ │ │ │ └── is-extendable@0.1.1 

   │ │ │ │ │ ├─┬ fill-range@4.0.0 

   │ │ │ │ │ │ ├── extend-shallow@2.0.1 

   │ │ │ │ │ │ ├─┬ is-number@3.0.0 

   │ │ │ │ │ │ │ └─┬ kind-of@3.2.2 

   │ │ │ │ │ │ │   └── is-buffer@1.1.6 

   │ │ │ │ │ │ ├── repeat-string@1.6.1 

   │ │ │ │ │ │ └── to-regex-range@2.1.1 

   │ │ │ │ │ ├── repeat-element@1.1.3 

   │ │ │ │ │ ├─┬ snapdragon-node@2.1.1 

   │ │ │ │ │ │ ├─┬ define-property@1.0.0 

   │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 

   │ │ │ │ │ │ │   ├── is-accessor-descriptor@1.0.0 

   │ │ │ │ │ │ │   └── is-data-descriptor@1.0.0 

   │ │ │ │ │ │ └─┬ snapdragon-util@3.0.1 

   │ │ │ │ │ │   └── kind-of@3.2.2 

   │ │ │ │ │ └── split-string@3.1.0 

   │ │ │ │ ├─┬ define-property@2.0.2 

   │ │ │ │ │ └─┬ is-descriptor@1.0.2 

   │ │ │ │ │   ├── is-accessor-descriptor@1.0.0 

   │ │ │ │ │   └── is-data-descriptor@1.0.0 

   │ │ │ │ ├─┬ extend-shallow@3.0.2 

   │ │ │ │ │ ├── assign-symbols@1.0.0 

   │ │ │ │ │ └── is-extendable@1.0.1 

   │ │ │ │ ├─┬ extglob@2.0.4 

   │ │ │ │ │ ├─┬ define-property@1.0.0 

   │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 

   │ │ │ │ │ │   ├── is-accessor-descriptor@1.0.0 

   │ │ │ │ │ │   └── is-data-descriptor@1.0.0 

   │ │ │ │ │ ├─┬ expand-brackets@2.1.4 

   │ │ │ │ │ │ ├── define-property@0.2.5 

   │ │ │ │ │ │ ├── extend-shallow@2.0.1 

   │ │ │ │ │ │ └── posix-character-classes@0.1.1 

   │ │ │ │ │ └── extend-shallow@2.0.1 

   │ │ │ │ ├── fragment-cache@0.2.1 

   │ │ │ │ ├── kind-of@6.0.3 

   │ │ │ │ ├─┬ nanomatch@1.2.13 

   │ │ │ │ │ └── is-windows@1.0.2 

   │ │ │ │ ├─┬ regex-not@1.0.2 

   │ │ │ │ │ └─┬ safe-regex@1.1.0 

   │ │ │ │ │   └── ret@0.1.15 

   │ │ │ │ ├─┬ snapdragon@0.8.2 

   │ │ │ │ │ ├─┬ base@0.11.2 

   │ │ │ │ │ │ ├─┬ cache-base@1.0.1 

   │ │ │ │ │ │ │ ├─┬ collection-visit@1.0.0 

   │ │ │ │ │ │ │ │ ├── map-visit@1.0.0 

   │ │ │ │ │ │ │ │ └── object-visit@1.0.1 

   │ │ │ │ │ │ │ ├── get-value@2.0.6 

   │ │ │ │ │ │ │ ├─┬ has-value@1.0.0 

   │ │ │ │ │ │ │ │ └─┬ has-values@1.0.0 

   │ │ │ │ │ │ │ │   └── kind-of@4.0.0 

   │ │ │ │ │ │ │ ├─┬ set-value@2.0.1 

   │ │ │ │ │ │ │ │ └── extend-shallow@2.0.1 

   │ │ │ │ │ │ │ ├─┬ to-object-path@0.3.0 

   │ │ │ │ │ │ │ │ └── kind-of@3.2.2 

   │ │ │ │ │ │ │ ├── union-value@1.0.1 

   │ │ │ │ │ │ │ └─┬ unset-value@1.0.0 

   │ │ │ │ │ │ │   └─┬ has-value@0.3.1 

   │ │ │ │ │ │ │     ├── has-values@0.1.4 

   │ │ │ │ │ │ │     └── isobject@2.1.0 

   │ │ │ │ │ │ ├─┬ class-utils@0.3.6 

   │ │ │ │ │ │ │ ├── arr-union@3.1.0 

   │ │ │ │ │ │ │ ├── define-property@0.2.5 

   │ │ │ │ │ │ │ └─┬ static-extend@0.1.2 

   │ │ │ │ │ │ │   ├── define-property@0.2.5 

   │ │ │ │ │ │ │   └─┬ object-copy@0.1.0 

   │ │ │ │ │ │ │     ├── copy-descriptor@0.1.1 

   │ │ │ │ │ │ │     ├── define-property@0.2.5 

   │ │ │ │ │ │ │     └── kind-of@3.2.2 

   │ │ │ │ │ │ ├─┬ define-property@1.0.0 

   │ │ │ │ │ │ │ └─┬ is-descriptor@1.0.2 

   │ │ │ │ │ │ │   ├── is-accessor-descriptor@1.0.0 

   │ │ │ │ │ │ │   └── is-data-descriptor@1.0.0 

   │ │ │ │ │ │ ├─┬ mixin-deep@1.3.2 

   │ │ │ │ │ │ │ └── is-extendable@1.0.1 

   │ │ │ │ │ │ └── pascalcase@0.1.1 

   │ │ │ │ │ ├─┬ define-property@0.2.5 

   │ │ │ │ │ │ └─┬ is-descriptor@0.1.6 

   │ │ │ │ │ │   ├─┬ is-accessor-descriptor@0.1.6 

   │ │ │ │ │ │   │ └── kind-of@3.2.2 

   │ │ │ │ │ │   ├─┬ is-data-descriptor@0.1.4 

   │ │ │ │ │ │   │ └── kind-of@3.2.2 

   │ │ │ │ │ │   └── kind-of@5.1.0 

   │ │ │ │ │ ├── extend-shallow@2.0.1 

   │ │ │ │ │ ├── source-map@0.5.7 

   │ │ │ │ │ ├─┬ source-map-resolve@0.5.3 

   │ │ │ │ │ │ ├── atob@2.1.2 

   │ │ │ │ │ │ ├── decode-uri-component@0.2.0 

   │ │ │ │ │ │ ├── resolve-url@0.2.1 

   │ │ │ │ │ │ ├── source-map-url@0.4.0 

   │ │ │ │ │ │ └── urix@0.1.0 

   │ │ │ │ │ └── use@3.1.1 

   │ │ │ │ └── to-regex@3.0.2 

   │ │ │ └─┬ resolve-dir@1.0.1 

   │ │ │   └─┬ global-modules@1.0.0 

   │ │ │     └─┬ global-prefix@1.0.2 

   │ │ │       └─┬ which@1.3.1 

   │ │ │         └── isexe@2.0.0 

   │ │ ├─┬ fined@1.2.0 

   │ │ │ ├─┬ expand-tilde@2.0.2 

   │ │ │ │ └─┬ homedir-polyfill@1.0.3 

   │ │ │ │   └── parse-passwd@1.0.0 

   │ │ │ ├─┬ object.defaults@1.1.0 

   │ │ │ │ ├── array-each@1.0.1 

   │ │ │ │ └── array-slice@1.1.0 

   │ │ │ ├── object.pick@1.3.0 

   │ │ │ └─┬ parse-filepath@1.0.2 

   │ │ │   ├─┬ is-absolute@1.0.0 

   │ │ │   │ └─┬ is-relative@1.0.0 

   │ │ │   │   └─┬ is-unc-path@1.0.0 

   │ │ │   │     └── unc-path-regex@0.1.2 

   │ │ │   ├── map-cache@0.2.2 

   │ │ │   └─┬ path-root@0.1.1 

   │ │ │     └── path-root-regex@0.1.2 

   │ │ ├── flagged-respawn@1.0.1 

   │ │ ├─┬ is-plain-object@2.0.4 

   │ │ │ └── isobject@3.0.1 

   │ │ ├─┬ object.map@1.0.1 

   │ │ │ ├─┬ for-own@1.0.0 

   │ │ │ │ └── for-in@1.0.2 

   │ │ │ └── make-iterator@1.0.1 

   │ │ ├── rechoir@0.6.2 

   │ │ └─┬ resolve@1.15.0 

   │ │   └── path-parse@1.0.6 

   │ ├─┬ orchestrator@0.3.8 

   │ │ ├─┬ end-of-stream@0.1.5 

   │ │ │ └── once@1.3.3 

   │ │ ├── sequencify@0.0.7 

   │ │ └── stream-consume@0.1.1 

   │ ├── pretty-hrtime@1.0.3 

   │ ├── semver@4.3.6 

   │ ├── tildify@1.2.0 

   │ ├─┬ v8flags@2.1.1 

   │ │ └── user-home@1.1.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 

   │   │ │   ├── isarray@0.0.1 

   │   │ │   └── string_decoder@0.10.31 

   │   │ └── 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 

   │   ├─┬ graceful-fs@3.0.12 

   │   │ └── natives@1.1.6 

   │   ├─┬ 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 

   │   │   ├── isarray@0.0.1 

   │   │   └── string_decoder@0.10.31 

   │   └─┬ vinyl@0.4.6 

   │     └── clone@0.2.0 

   ├─┬ http-proxy@1.18.0 

   │ ├── eventemitter3@4.0.0 

   │ ├─┬ follow-redirects@1.10.0 

   │ │ └─┬ debug@3.2.6 

   │ │   └── ms@2.1.2 

   │ └── requires-port@1.0.0 

   ├─┬ magnet-link@1.1.3 

   │ ├─┬ concat-stream@1.6.2 

   │ │ └── typedarray@0.0.6 

   │ ├─┬ parse-torrent@5.9.1 

   │ │ ├── get-stdin@6.0.0 

   │ │ └─┬ simple-get@2.8.1 

   │ │   └─┬ decompress-response@3.3.0 

   │ │     └── mimic-response@1.0.1 

   │ └─┬ read-torrent@1.3.1 

   │   ├─┬ magnet-uri@2.0.1 

   │   │ └── thirty-two@0.0.2 

   │   └─┬ parse-torrent@4.1.0 

   │     └── magnet-uri@4.2.3 

   ├─┬ magnet-uri@5.2.4 

   │ ├── thirty-two@1.0.2 

   │ └── uniq@1.0.1 

   ├─┬ mega@0.2.0 

   │ ├─┬ stream-combiner@0.0.1 

   │ │ └── duplexer@0.0.4 

   │ └── through@2.1.0 

   ├── mime@1.6.0 

   ├─┬ parse-torrent@6.1.2 

   │ ├── bencode@2.0.1 

   │ ├── blob-to-buffer@1.2.8 

   │ ├── get-stdin@6.0.0 

   │ ├─┬ simple-get@3.1.0 

   │ │ ├─┬ decompress-response@4.2.1 

   │ │ │ └── mimic-response@2.0.0 

   │ │ └── simple-concat@1.0.0 

   │ └─┬ simple-sha1@2.1.2 

   │   └── rusha@0.8.13 

   ├── pretty-bytes@4.0.2 

   ├─┬ promise@7.3.1 

   │ └── asap@2.0.6 

   ├─┬ scrape-it@3.3.3 

   │ ├─┬ assured@1.0.14 

   │ │ ├── noop6@1.0.8 

   │ │ └── sliced@1.0.1 

   │ ├─┬ cheerio@0.20.0 

   │ │ ├─┬ css-select@1.2.0 

   │ │ │ ├── boolbase@1.0.0 

   │ │ │ ├── css-what@2.1.3 

   │ │ │ ├── domutils@1.5.1 

   │ │ │ └── nth-check@1.0.2 

   │ │ ├─┬ dom-serializer@0.1.1 

   │ │ │ └── domelementtype@1.3.1 

   │ │ ├─┬ htmlparser2@3.8.3 

   │ │ │ ├── domhandler@2.3.0 

   │ │ │ ├── entities@1.0.0 

   │ │ │ └─┬ readable-stream@1.1.14 

   │ │ │   ├── isarray@0.0.1 

   │ │ │   └── string_decoder@0.10.31 

   │ │ └─┬ jsdom@7.2.2 

   │ │   ├── abab@1.0.4 

   │ │   ├── acorn@2.7.0 

   │ │   ├── acorn-globals@1.0.9 

   │ │   ├── cssom@0.3.8 

   │ │   ├── cssstyle@0.2.37 

   │ │   ├─┬ escodegen@1.13.0 

   │ │   │ ├── esprima@4.0.1 

   │ │   │ ├── estraverse@4.3.0 

   │ │   │ ├── esutils@2.0.3 

   │ │   │ ├─┬ optionator@0.8.3 

   │ │   │ │ ├── deep-is@0.1.3 

   │ │   │ │ ├── fast-levenshtein@2.0.6 

   │ │   │ │ ├── levn@0.3.0 

   │ │   │ │ ├── prelude-ls@1.1.2 

   │ │   │ │ ├── type-check@0.3.2 

   │ │   │ │ └── word-wrap@1.2.3 

   │ │   │ └── source-map@0.6.1 

   │ │   ├── nwmatcher@1.4.4 

   │ │   ├── parse5@1.5.1 

   │ │   ├── sax@1.2.4 

   │ │   ├── symbol-tree@3.2.4 

   │ │   ├── webidl-conversions@2.0.1 

   │ │   ├─┬ whatwg-url-compat@0.6.5 

   │ │   │ └── tr46@0.0.3 

   │ │   └── xml-name-validator@2.0.1 

   │ ├─┬ cheerio-req@1.2.3 

   │ │ └─┬ tinyreq@3.4.1 

   │ │   └── ul@5.2.14 

   │ ├─┬ err@2.1.11 

   │ │ └─┬ barbe@3.0.15 

   │ │   └── regex-escape@3.4.9 

   │ ├── is-empty-obj@1.0.11 

   │ ├── iterate-object@1.3.3 

   │ ├─┬ obj-def@1.0.7 

   │ │ └── deffy@2.2.3 

   │ └─┬ typpy@2.3.11 

   │   └── function.name@1.0.12 

   ├─┬ shortid@2.2.15 

   │ └── nanoid@2.1.11 

   ├─┬ socket.io@1.7.4 

   │ ├─┬ debug@2.3.3 

   │ │ └── ms@0.7.2 

   │ ├─┬ engine.io@1.8.5 

   │ │ ├─┬ accepts@1.3.3 

   │ │ │ └── negotiator@0.6.1 

   │ │ ├── base64id@1.0.0 

   │ │ ├── cookie@0.3.1 

   │ │ ├─┬ engine.io-parser@1.3.2 

   │ │ │ ├── after@0.8.2 

   │ │ │ ├── arraybuffer.slice@0.0.6 

   │ │ │ ├── base64-arraybuffer@0.1.5 

   │ │ │ ├── blob@0.0.4 

   │ │ │ └── wtf-8@1.0.0 

   │ │ └─┬ ws@1.1.5 

   │ │   ├── options@0.0.6 

   │ │   └── ultron@1.0.2 

   │ ├─┬ has-binary@0.1.7 

   │ │ └── isarray@0.0.1 

   │ ├── object-assign@4.1.0 

   │ ├── socket.io-adapter@0.5.0 

   │ ├─┬ socket.io-client@1.7.4 

   │ │ ├── backo2@1.0.2 

   │ │ ├── component-bind@1.0.0 

   │ │ ├── component-emitter@1.2.1 

   │ │ ├─┬ engine.io-client@1.8.5 

   │ │ │ ├── component-emitter@1.2.1 

   │ │ │ ├── component-inherit@0.0.3 

   │ │ │ ├── has-cors@1.1.0 

   │ │ │ ├── parsejson@0.0.3 

   │ │ │ ├── parseqs@0.0.5 

   │ │ │ ├── xmlhttprequest-ssl@1.5.3 

   │ │ │ └── yeast@0.1.2 

   │ │ ├── indexof@0.0.1 

   │ │ ├── object-component@0.0.3 

   │ │ ├─┬ parseuri@0.0.5 

   │ │ │ └─┬ better-assert@1.0.2 

   │ │ │   └── callsite@1.0.0 

   │ │ └── to-array@0.1.4 

   │ └─┬ socket.io-parser@2.3.1 

   │   ├── component-emitter@1.1.2 

   │   ├─┬ debug@2.2.0 

   │   │ └── ms@0.7.1 

   │   ├── isarray@0.0.1 

   │   └── json3@3.3.2 

   ├─┬ torrent-stream@1.2.0 

   │ ├── bitfield@0.1.0 

   │ ├── bncode@0.5.3 

   │ ├── buffer-from@1.1.1 

   │ ├─┬ end-of-stream@0.1.5 

   │ │ └── once@1.3.3 

   │ ├─┬ fs-chunk-store@1.7.0 

   │ │ ├─┬ random-access-file@2.1.3 

   │ │ │ └── random-access-storage@1.4.0 

   │ │ ├── randombytes@2.1.0 

   │ │ ├── run-parallel@1.1.9 

   │ │ └── thunky@1.1.0 

   │ ├── hat@0.0.3 

   │ ├── immediate-chunk-store@1.0.8 

   │ ├─┬ ip-set@1.0.2 

   │ │ └── ip@1.1.5 

   │ ├── mkdirp@0.3.5 

   │ ├─┬ parse-torrent@4.1.0 

   │ │ ├─┬ magnet-uri@4.2.3 

   │ │ │ ├── flatten@0.0.1 

   │ │ │ └── thirty-two@0.0.2 

   │ │ └─┬ parse-torrent-file@2.1.4 

   │ │   └── bencode@0.7.0 

   │ ├─┬ peer-wire-swarm@0.12.2 

   │ │ ├── fifo@0.1.4 

   │ │ ├─┬ peer-wire-protocol@0.7.1 

   │ │ │ ├── bncode@0.2.3 

   │ │ │ └─┬ readable-stream@1.1.14 

   │ │ │   ├── isarray@0.0.1 

   │ │ │   └── string_decoder@0.10.31 

   │ │ ├── speedometer@0.1.4 

   │ │ └─┬ utp@0.0.7 

   │ │   └── cyclist@0.1.1 

   │ ├── rimraf@2.7.1 

   │ ├─┬ torrent-discovery@5.4.0 

   │ │ ├─┬ bittorrent-dht@6.4.2 

   │ │ │ ├── bencode@0.7.0 

   │ │ │ ├── buffer-equals@1.0.4 

   │ │ │ ├─┬ k-bucket@0.6.0 

   │ │ │ │ └── buffer-equal@0.0.1 

   │ │ │ ├─┬ k-rpc@3.7.0 

   │ │ │ │ ├── k-bucket@2.0.1 

   │ │ │ │ └─┬ k-rpc-socket@1.11.1 

   │ │ │ │   ├── chrome-dgram@3.0.4 

   │ │ │ │   ├── chrome-dns@1.0.1 

   │ │ │ │   └── chrome-net@3.3.3 

   │ │ │ └── lru@2.0.1 

   │ │ ├─┬ bittorrent-tracker@7.7.0 

   │ │ │ ├── bencode@0.8.0 

   │ │ │ ├── bn.js@4.11.8 

   │ │ │ ├── compact2string@1.4.1 

   │ │ │ ├── random-iterate@1.0.1 

   │ │ │ ├── run-series@1.1.8 

   │ │ │ ├─┬ simple-peer@6.4.4 

   │ │ │ │ └── get-browser-rtc@1.0.2 

   │ │ │ ├─┬ simple-websocket@4.3.1 

   │ │ │ │ └─┬ ws@2.3.1 

   │ │ │ │   ├── safe-buffer@5.0.1 

   │ │ │ │   └── ultron@1.1.1 

   │ │ │ ├─┬ string2compact@1.3.0 

   │ │ │ │ └── addr-to-ip-port@1.5.1 

   │ │ │ └── ws@1.1.5 

   │ │ └── re-emitter@1.1.4 

   │ └── torrent-piece@1.1.2 

   ├── typescript@2.9.2 

   ├─┬ unblocker@1.2.0 

   │ ├── cookie@0.3.1 

   │ ├─┬ iconv-lite@0.4.24 

   │ │ └── safer-buffer@2.1.2 

   │ ├── set-cookie-parser@1.0.2 

   │ └── tld@0.0.2 

   └─┬ url@0.11.0 

     ├── punycode@1.3.2 

     └── querystring@0.2.0 

-----> Build

   Running build

   

   > upload-to-gdrive@1.0.0 build /tmp/build_002a12d3cef7597efcf0508f5a271550

   > tsc

   

   server/Storages/GDrive/GDrive.ts(1,16): error TS2304: Cannot find name 'require'.

   server/Storages/GDrive/GDrive.ts(2,15): error TS2304: Cannot find name 'require'.

   server/Storages/GDrive/GDrive.ts(3,23): error TS2307: Cannot find module 'fs'.

   server/Storages/GDrive/GDrive.ts(5,23): error TS2307: Cannot find module 'path'.

   server/Storages/GDrive/GDrive.ts(6,30): error TS2307: Cannot find module 'events'.

   server/Storages/GDrive/GDrive.ts(8,19): error TS2304: Cannot find name 'process'.

   server/Storages/GDrive/GDrive.ts(9,23): error TS2304: Cannot find name 'process'.

   server/Storages/GDrive/GDrive.ts(10,22): error TS2304: Cannot find name 'process'.

   server/Storages/GDrive/GDrive.ts(60,14): error TS2339: Property 'emit' does not exist on type 'GDrive'.

   server/Storages/GDrive/GDrive.ts(84,18): error TS2339: Property 'emit' does not exist on type 'GDrive'.

   server/Storages/GDrive/GDrive.ts(93,18): error TS2339: Property 'emit' does not exist on type 'GDrive'.

   server/Storages/GDrive/GDrive.ts(118,14): error TS2339: Property 'emit' does not exist on type 'GDrive'.

   server/Storages/GDrive/GDrive.ts(169,30): error TS2339: Property 'emit' does not exist on type 'GDrive'.

   server/Storages/Mega/Mega.ts(1,14): error TS2304: Cannot find name 'require'.

   server/Storages/Mega/Mega.ts(2,14): error TS2304: Cannot find name 'require'.

   server/Storages/Mega/Mega.ts(3,14): error TS2304: Cannot find name 'require'.

   server/Storages/Mega/Mega.ts(4,14): error TS2304: Cannot find name 'require'.

   server/Storages/Mega/Mega.ts(5,15): error TS2304: Cannot find name 'require'.

   server/Storages/Mega/Mega.ts(7,30): error TS2307: Cannot find module 'events'.

   server/Storages/Mega/Mega.ts(46,22): error TS2339: Property 'emit' does not exist on type 'Mega'.

   server/Storages/Mega/Mega.ts(62,26): error TS2339: Property 'emit' does not exist on type 'Mega'.

   server/Storages/Mega/Mega.ts(73,18): error TS2339: Property 'emit' does not exist on type 'Mega'.

   server/Storages/Mega/Mega.ts(80,18): error TS2339: Property 'emit' does not exist on type 'Mega'.

   server/Storages/Mega/Mega.ts(95,22): error TS2339: Property 'emit' does not exist on type 'Mega'.

   server/Storages/Mega/Mega.ts(129,30): error TS2339: Property 'emit' does not exist on type 'Mega'.

   server/Torrent/Torrent.ts(2,23): error TS2307: Cannot find module 'path'.

   server/Torrent/Torrent.ts(3,30): error TS2307: Cannot find module 'events'.

   server/Torrent/Torrent.ts(4,17): error TS2304: Cannot find name 'require'.

   server/Torrent/Torrent.ts(5,15): error TS2304: Cannot find name 'require'.

   server/Torrent/Torrent.ts(42,18): error TS2339: Property 'emit' does not exist on type 'Torrent'.

   server/Torrent/Torrent.ts(48,22): error TS2339: Property 'emit' does not exist on type 'Torrent'.

   server/Torrent/Torrent.ts(54,26): error TS2339: Property 'emit' does not exist on type 'Torrent'.

   server/Torrent/Torrent.ts(65,18): error TS2339: Property 'emit' does not exist on type 'Torrent'.

npm ERR! Linux 4.4.0-1057-aws

npm ERR! argv "/tmp/build_002a12d3cef7597efcf0508f5a271550/.heroku/node/bin/node" "/tmp/build_002a12d3cef7597efcf0508f5a271550/.heroku/node/bin/npm" "run" "build" "--if-present"

npm ERR! node v6.11.1

npm ERR! npm v3.10.10

npm ERR! code ELIFECYCLE

npm ERR! upload-to-gdrive@1.0.0 build: tsc

npm ERR! Exit status 2

npm ERR!

npm ERR! Failed at the upload-to-gdrive@1.0.0 build script 'tsc'.

npm ERR! Make sure you have the latest version of node.js and npm installed.

npm ERR! If you do, this is most likely a problem with the upload-to-gdrive package,

npm ERR! not with npm itself.

npm ERR! Tell the author that this fails on your system:

npm ERR! tsc

npm ERR! You can get information on how to open an issue for this project with:

npm ERR! npm bugs upload-to-gdrive

npm ERR! Or if that isn't available, you can get their info via:

npm ERR! npm owner ls upload-to-gdrive

npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:

npm ERR! /tmp/build_002a12d3cef7597efcf0508f5a271550/npm-debug.log

-----> Build failed

   We're sorry this build is failing! You can troubleshoot common issues here:

   https://devcenter.heroku.com/articles/troubleshooting-node-deploys

   

   Some possible problems:

   

   - A module may be missing from 'dependencies' in package.json

     https://devcenter.heroku.com/articles/troubleshooting-node-deploys#ensure-you-aren-t-relying-on-untracked-dependencies

   

   Love,

   Heroku

! Push rejected, failed to compile Node.js app.

! Push failed
can anyone help me out please?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant