cloudfoundry / nodejs-buildpack

Cloud Foundry buildpack for Node.js
http://docs.cloudfoundry.org/buildpacks/
Apache License 2.0
170 stars 384 forks source link

Node build pack npm install/rebuild #138

Closed pcsgithubid closed 6 years ago

pcsgithubid commented 6 years ago

What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version?

cf version 6.36.1+e3799ad7e.2018-04-04 "api_version": "2.82.0", What version of the buildpack you are using?

https://github.com/cloudfoundry/nodejs-buildpack/releases/tag/v1.6.22 If you were attempting to accomplish a task, what was it you were attempting to do? push node js application to PCF with node_modules has all dependencies.

What did you expect to happen? The build pack should ignore npm install/ rebuild

What was the actual behavior? build pack tries to install dependencies and fails to install private git repos because of permission issues if the package.json contains node and npm versions other than default.

"engines": { "node": "8.9.4", "npm": "5.6.0" },

with the default node version 6.14.1, the build pack skips npm install/rebuild, but app gives weird errors during runtime.

Can you provide a sample app?

nope

Please confirm where necessary:

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/156747419

The labels on this github issue will be updated when the story is started.

sclevine commented 6 years ago

npm rebuild is necessary to recompile any modules with native code.

Did the same app (with private git repos in package.json) push successfully with older versions of the buildpack?

sclevine commented 6 years ago

Also, buildpack v1.6.22 does not include Node.js v8.9.4. See here for more info about what dependencies are provided in each buildpack version. To avoid vulnerabilities in old versions of Node.js, we recommend locking your app to a Node.js version line (ex. 8.x) instead of a particular version of Node.js.

If your app doesn't work with a version of Node.js provided by the buildpack, please provide staging and launch logs (cf logs app-name --recent) so that we can better assist.

pcsgithubid commented 6 years ago

I have tried the app with node v9.9.0 by adding "engines": { "node": "9.9.0", "npm": "5.6.0" } to package.json , which build pack supports and still have same issue.

logs:

Staging... -----> Download go 1.9.1 -----> Running go build supply -----> Nodejs Buildpack version 1.6.22 engines.node (package.json): 9.9.0 -----> Installing binaries engines.npm (package.json): 5.6.0 -----> Installing node 9.9.0 Download [https://buildpacks.cloudfoundry.org/dependencies/node/node-9.9.0-linux-x64-eb73ace8.tgz] npm 5.6.0 already installed with node -----> Installing yarn 1.5.1 Copy [/tmp/cache/final/dependencies/416cbb1b66a975207a3561841ef7520034e33dbe5d513ccd045aff029e4aeee0/yarn-v1.5.1-cd316572.tar.gz] Installed yarn 1.5.1 -----> Creating runtime environment NODE_ENV=production NODE_HOME=/tmp/contents657495856/deps/0/node NODE_MODULES_CACHE=true NODE_VERBOSE=false NPM_CONFIG_LOGLEVEL=error NPM_CONFIG_PRODUCTION=true -----> Building dependencies Prebuild detected (node_modules already exists) Rebuilding any native modules

uws@0.14.5 install /tmp/app/node_modules/uws node-gyp rebuild > build_log.txt 2>&1 || exit 0 uglifyjs-webpack-plugin@0.4.6 postinstall /tmp/app/node_modules/webpack/node_modules/uglifyjs-webpack-plugin node lib/post_install.js node-sass@4.7.2 install /tmp/app/node_modules/node-sass node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.7.2/linux-x64-59_binding.node Download complete Binary saved to /tmp/app/node_modules/node-sass/vendor/linux-x64-59/binding.node Caching binary to /home/vcap/.npm/node-sass/4.7.2/linux-x64-59_binding.node node-sass@4.7.2 postinstall /tmp/app/node_modules/node-sass node scripts/build.js Binary found at /tmp/app/node_modules/node-sass/vendor/linux-x64-59/binding.node Testing binary Binary is fine fsevents@1.1.3 install /tmp/app/node_modules/fsevents node install @angular/animations@5.2.2 /tmp/app/node_modules/@angular/animations tslib@1.9.0 /tmp/app/node_modules/tslib @angular/common@5.2.2 /tmp/app/node_modules/@angular/common @angular/compiler@5.2.2 /tmp/app/node_modules/@angular/compiler @angular/core@5.2.2 /tmp/app/node_modules/@angular/core @angular/forms@5.2.2 /tmp/app/node_modules/@angular/forms @angular/http@5.2.2 /tmp/app/node_modules/@angular/http @angular/platform-browser@5.2.2 /tmp/app/node_modules/@angular/platform-browser @angular/platform-browser-dynamic@5.2.2 /tmp/app/node_modules/@angular/platform-browser-dynamic @angular/platform-server@5.2.6 /tmp/app/node_modules/@angular/platform-server domino@1.0.30 /tmp/app/node_modules/domino xhr2@0.1.4 /tmp/app/node_modules/xhr2 @angular/router@5.2.2 /tmp/app/node_modules/@angular/router @nguniversal/module-map-ngfactory-loader@5.0.0-beta.5 /tmp/app/node_modules/@nguniversal/module-map-ngfactory-loader bootstrap@3.3.7 /tmp/app/node_modules/bootstrap c3@0.4.18 /tmp/app/node_modules/c3 d3@3.5.17 /tmp/app/node_modules/d3 core-js@2.5.3 /tmp/app/node_modules/core-js express@4.16.2 /tmp/app/node_modules/express accepts@1.3.4 /tmp/app/node_modules/accepts mime-types@2.1.17 /tmp/app/node_modules/mime-types mime-db@1.30.0 /tmp/app/node_modules/mime-db negotiator@0.6.1 /tmp/app/node_modules/negotiator array-flatten@1.1.1 /tmp/app/node_modules/express/node_modules/array-flatten body-parser@1.18.2 /tmp/app/node_modules/body-parser bytes@3.0.0 /tmp/app/node_modules/bytes content-type@1.0.4 /tmp/app/node_modules/content-type ms@2.0.0 /tmp/app/node_modules/ms inherits@2.0.3 /tmp/app/node_modules/inherits qs@6.5.1 /tmp/app/node_modules/body-parser/node_modules/qs raw-body@2.3.2 /tmp/app/node_modules/raw-body ipaddr.js@1.6.0 /tmp/app/node_modules/ipaddr.js range-parser@1.2.0 /tmp/app/node_modules/range-parser safe-buffer@5.1.1 /tmp/app/node_modules/safe-buffer destroy@1.0.4 /tmp/app/node_modules/destroy setprototypeof@1.1.0 /tmp/app/node_modules/setprototypeof debug@2.6.9 /tmp/app/node_modules/debug depd@1.1.2 /tmp/app/node_modules/depd http-errors@1.6.2 /tmp/app/node_modules/http-errors depd@1.1.1 /tmp/app/node_modules/http-errors/node_modules/depd setprototypeof@1.0.3 /tmp/app/node_modules/http-errors/node_modules/setprototypeof statuses@1.3.1 /tmp/app/node_modules/statuses iconv-lite@0.4.19 /tmp/app/node_modules/iconv-lite on-finished@2.3.0 /tmp/app/node_modules/on-finished ee-first@1.1.1 /tmp/app/node_modules/ee-first unpipe@1.0.0 /tmp/app/node_modules/unpipe type-is@1.6.15 /tmp/app/node_modules/type-is media-typer@0.3.0 /tmp/app/node_modules/media-typer content-disposition@0.5.2 /tmp/app/node_modules/content-disposition cookie@0.3.1 /tmp/app/node_modules/cookie cookie-signature@1.0.6 /tmp/app/node_modules/cookie-signature encodeurl@1.0.2 /tmp/app/node_modules/encodeurl escape-html@1.0.3 /tmp/app/node_modules/escape-html etag@1.8.1 /tmp/app/node_modules/etag finalhandler@1.1.0 /tmp/app/node_modules/finalhandler methods@1.1.2 /tmp/app/node_modules/methods parseurl@1.3.2 /tmp/app/node_modules/parseurl fresh@0.5.2 /tmp/app/node_modules/fresh merge-descriptors@1.0.1 /tmp/app/node_modules/merge-descriptors path-to-regexp@0.1.7 /tmp/app/node_modules/path-to-regexp proxy-addr@2.0.3 /tmp/app/node_modules/proxy-addr @angular/forms@4.0.3 /tmp/app/node_modules/ng2-dropdown-multiselect/node_modules/@angular/forms @angular/platform-browser@4.0.3 /tmp/app/node_modules/ng2-dropdown-multiselect/node_modules/@angular/platform-browser zone.js@0.8.20 /tmp/app/node_modules/zone.js @angular/compiler@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/compiler ts-helpers@1.1.2 /tmp/app/node_modules/ts-helpers chalk@2.3.1 /tmp/app/node_modules/ts-loader/node_modules/chalk supports-color@5.2.0 /tmp/app/node_modules/ts-loader/node_modules/supports-color enhanced-resolve@3.4.1 /tmp/app/node_modules/enhanced-resolve readable-stream@2.3.3 /tmp/app/node_modules/readable-stream core-util-is@1.0.2 /tmp/app/node_modules/core-util-is process-nextick-args@1.0.7 /tmp/app/node_modules/process-nextick-args string_decoder@1.0.3 /tmp/app/node_modules/string_decoder object-assign@4.1.1 /tmp/app/node_modules/object-assign semver@5.5.0 /tmp/app/node_modules/semver no-case@2.3.2 /tmp/app/node_modules/no-case ember-cli-string-utils@1.1.0 /tmp/app/node_modules/ember-cli-string-utils querystringify@0.0.4 /tmp/app/node_modules/querystringify ajv@5.5.2 /tmp/app/node_modules/ajv fast-deep-equal@1.0.0 /tmp/app/node_modules/fast-deep-equal arr-diff@2.0.0 /tmp/app/node_modules/arr-diff array-unique@0.2.1 /tmp/app/node_modules/array-unique expand-range@1.8.2 /tmp/app/node_modules/expand-range fill-range@2.2.3 /tmp/app/node_modules/fill-range kind-of@3.2.2 /tmp/app/node_modules/kind-of repeat-element@1.1.2 /tmp/app/node_modules/repeat-element filename-regex@2.0.1 /tmp/app/node_modules/filename-regex is-glob@2.0.1 /tmp/app/node_modules/is-glob object.omit@2.0.1 /tmp/app/node_modules/object.omit is-dotfile@1.0.3 /tmp/app/node_modules/is-dotfile async-each@1.0.1 /tmp/app/node_modules/async-each path-is-absolute@1.0.1 /tmp/app/node_modules/path-is-absolute readdirp@2.1.0 /tmp/app/node_modules/readdirp set-immediate-shim@1.0.1 /tmp/app/node_modules/set-immediate-shim chalk@2.2.2 /tmp/app/node_modules/chalk vlq@0.2.3 /tmp/app/node_modules/vlq webpack-sources@1.1.0 /tmp/app/node_modules/webpack-sources @types/jasminewd2@2.0.3 /tmp/app/node_modules/@types/jasminewd2 ajv-keywords@2.1.1 /tmp/app/node_modules/ajv-keywords default-require-extensions@1.0.0 /tmp/app/node_modules/default-require-extensions strip-bom@2.0.0 /tmp/app/node_modules/strip-bom aproba@1.2.0 /tmp/app/node_modules/aproba arr-union@3.1.0 /tmp/app/node_modules/arr-union define-properties@1.1.2 /tmp/app/node_modules/define-properties object-keys@1.0.11 /tmp/app/node_modules/object-keys es-to-primitive@1.1.1 /tmp/app/node_modules/es-to-primitive is-symbol@1.0.1 /tmp/app/node_modules/is-symbol array-slice@0.2.3 /tmp/app/node_modules/array-slice assert-plus@0.2.0 /tmp/app/node_modules/assert-plus assign-symbols@1.0.0 /tmp/app/node_modules/assign-symbols follow-redirects@1.0.0 /tmp/app/node_modules/follow-redirects babel-code-frame@6.26.0 /tmp/app/node_modules/babel-code-frame base64-js@1.2.1 /tmp/app/node_modules/base64-js tweetnacl@0.14.5 /tmp/app/node_modules/tweetnacl bonjour@3.5.0 /tmp/app/node_modules/bonjour dns-equal@1.0.0 /tmp/app/node_modules/dns-equal dns-packet@1.3.1 /tmp/app/node_modules/dns-packet brorand@1.1.0 /tmp/app/node_modules/brorand browserify-aes@1.1.1 /tmp/app/node_modules/browserify-aes ripemd160@2.0.1 /tmp/app/node_modules/ripemd160 md5.js@1.3.4 /tmp/app/node_modules/md5.js browserify-des@1.0.0 /tmp/app/node_modules/browserify-des create-hmac@1.1.6 /tmp/app/node_modules/create-hmac elliptic@6.4.0 /tmp/app/node_modules/elliptic hash.js@1.1.3 /tmp/app/node_modules/hash.js pbkdf2@3.0.14 /tmp/app/node_modules/pbkdf2 browserify-zlib@0.2.0 /tmp/app/node_modules/browserify-zlib punycode@1.4.1 /tmp/app/node_modules/punycode builtin-modules@1.1.1 /tmp/app/node_modules/builtin-modules fs.realpath@1.0.0 /tmp/app/node_modules/fs.realpath once@1.4.0 /tmp/app/node_modules/once lru-cache@4.1.1 /tmp/app/node_modules/lru-cache typedarray@0.0.6 /tmp/app/node_modules/typedarray duplexify@3.5.3 /tmp/app/node_modules/duplexify from2@2.3.0 /tmp/app/node_modules/from2 unique-filename@1.1.0 /tmp/app/node_modules/unique-filename cached-path-relative@1.0.1 /tmp/app/node_modules/cached-path-relative q@1.5.1 /tmp/app/node_modules/q forwarded@0.1.2 /tmp/app/node_modules/forwarded qs@6.5.1 /tmp/app/node_modules/express/node_modules/qs send@0.16.1 /tmp/app/node_modules/send mime@1.4.1 /tmp/app/node_modules/send/node_modules/mime serve-static@1.13.1 /tmp/app/node_modules/serve-static utils-merge@1.0.1 /tmp/app/node_modules/utils-merge vary@1.1.2 /tmp/app/node_modules/vary immutable@3.8.2 /tmp/app/node_modules/immutable jquery@3.3.1 /tmp/app/node_modules/jquery ng2-dropdown-multiselect@1.2.0 /tmp/app/node_modules/ng2-dropdown-multiselect @angular/common@4.0.3 /tmp/app/node_modules/ng2-dropdown-multiselect/node_modules/@angular/common @angular/compiler@4.0.3 /tmp/app/node_modules/ng2-dropdown-multiselect/node_modules/@angular/compiler @angular/core@4.0.3 /tmp/app/node_modules/ng2-dropdown-multiselect/node_modules/@angular/core ngx-bootstrap@1.6.6 /tmp/app/node_modules/ngx-bootstrap moment@2.18.1 /tmp/app/node_modules/moment rxjs@5.5.6 /tmp/app/node_modules/rxjs symbol-observable@1.0.1 /tmp/app/node_modules/symbol-observable sassy-state-manager@2.0.6 /tmp/app/node_modules/sassy-state-manager @angular/common@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/common @angular/core@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/core @angular/forms@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/forms @angular/http@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/http @angular/platform-browser@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/platform-browser @angular/platform-browser-dynamic@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/platform-browser-dynamic @angular/router@3.2.3 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/router ts-loader@3.2.0 /tmp/app/node_modules/ts-loader ansi-styles@3.2.0 /tmp/app/node_modules/ansi-styles color-convert@1.9.1 /tmp/app/node_modules/color-convert color-name@1.1.3 /tmp/app/node_modules/color-name escape-string-regexp@1.0.5 /tmp/app/node_modules/escape-string-regexp has-flag@3.0.0 /tmp/app/node_modules/ts-loader/node_modules/has-flag graceful-fs@4.1.11 /tmp/app/node_modules/graceful-fs memory-fs@0.4.1 /tmp/app/node_modules/memory-fs errno@0.1.6 /tmp/app/node_modules/errno prr@1.0.1 /tmp/app/node_modules/prr isarray@1.0.0 /tmp/app/node_modules/isarray util-deprecate@1.0.2 /tmp/app/node_modules/util-deprecate tapable@0.2.8 /tmp/app/node_modules/tapable loader-utils@1.1.0 /tmp/app/node_modules/loader-utils big.js@3.2.0 /tmp/app/node_modules/big.js emojis-list@2.1.0 /tmp/app/node_modules/emojis-list json5@0.5.1 /tmp/app/node_modules/json5 camel-case@3.0.0 /tmp/app/node_modules/camel-case lower-case@1.1.4 /tmp/app/node_modules/lower-case upper-case@1.1.3 /tmp/app/node_modules/upper-case copy-descriptor@0.1.1 /tmp/app/node_modules/copy-descriptor estraverse@4.2.0 /tmp/app/node_modules/estraverse get-value@2.0.6 /tmp/app/node_modules/get-value obuf@1.1.1 /tmp/app/node_modules/obuf path-is-inside@1.0.2 /tmp/app/node_modules/path-is-inside setimmediate@1.0.5 /tmp/app/node_modules/setimmediate @ngtools/json-schema@1.1.0 /tmp/app/node_modules/@ngtools/json-schema @angular-devkit/core@0.0.29 /tmp/app/node_modules/@angular-devkit/core co@4.6.0 /tmp/app/node_modules/co fast-json-stable-stringify@2.0.0 /tmp/app/node_modules/fast-json-stable-stringify json-schema-traverse@0.3.1 /tmp/app/node_modules/json-schema-traverse chokidar@1.7.0 /tmp/app/node_modules/chokidar anymatch@1.3.2 /tmp/app/node_modules/anymatch micromatch@2.3.11 /tmp/app/node_modules/micromatch arr-flatten@1.1.0 /tmp/app/node_modules/arr-flatten braces@1.8.5 /tmp/app/node_modules/braces is-number@2.1.0 /tmp/app/node_modules/is-number is-buffer@1.1.6 /tmp/app/node_modules/is-buffer isobject@2.1.0 /tmp/app/node_modules/isobject randomatic@1.1.7 /tmp/app/node_modules/randomatic is-number@3.0.0 /tmp/app/node_modules/randomatic/node_modules/is-number kind-of@3.2.2 /tmp/app/node_modules/randomatic/node_modules/is-number/node_modules/kind-of kind-of@4.0.0 /tmp/app/node_modules/randomatic/node_modules/kind-of repeat-string@1.6.1 /tmp/app/node_modules/repeat-string preserve@0.2.0 /tmp/app/node_modules/preserve expand-brackets@0.1.5 /tmp/app/node_modules/expand-brackets is-posix-bracket@0.1.1 /tmp/app/node_modules/is-posix-bracket extglob@0.3.2 /tmp/app/node_modules/extglob is-extglob@1.0.0 /tmp/app/node_modules/is-extglob normalize-path@2.1.1 /tmp/app/node_modules/normalize-path remove-trailing-separator@1.1.0 /tmp/app/node_modules/remove-trailing-separator for-own@0.1.5 /tmp/app/node_modules/for-own for-in@1.0.2 /tmp/app/node_modules/for-in is-extendable@0.1.1 /tmp/app/node_modules/is-extendable parse-glob@3.0.4 /tmp/app/node_modules/parse-glob glob-base@0.3.0 /tmp/app/node_modules/glob-base glob-parent@2.0.0 /tmp/app/node_modules/glob-parent regex-cache@0.4.4 /tmp/app/node_modules/regex-cache is-primitive@2.0.0 /tmp/app/node_modules/is-primitive is-binary-path@1.0.1 /tmp/app/node_modules/is-binary-path binary-extensions@1.11.0 /tmp/app/node_modules/binary-extensions brace-expansion@1.1.8 /tmp/app/node_modules/brace-expansion balanced-match@1.0.0 /tmp/app/node_modules/balanced-match concat-map@0.0.1 /tmp/app/node_modules/concat-map source-map@0.5.7 /tmp/app/node_modules/source-map @angular-devkit/schematics@0.0.52 /tmp/app/node_modules/@angular-devkit/schematics @angular/language-service@5.2.2 /tmp/app/node_modules/@angular/language-service @ngtools/webpack@1.9.6 /tmp/app/node_modules/@ngtools/webpack has-flag@2.0.0 /tmp/app/node_modules/has-flag magic-string@0.22.4 /tmp/app/node_modules/magic-string tree-kill@1.2.0 /tmp/app/node_modules/tree-kill source-list-map@2.0.0 /tmp/app/node_modules/source-list-map source-map@0.6.1 /tmp/app/node_modules/webpack-sources/node_modules/source-map @types/node@6.0.96 /tmp/app/node_modules/@types/node @types/q@0.0.32 /tmp/app/node_modules/@types/q @types/selenium-webdriver@2.53.43 /tmp/app/node_modules/@types/selenium-webdriver addressparser@1.0.1 /tmp/app/node_modules/addressparser adm-zip@0.4.7 /tmp/app/node_modules/adm-zip alphanum-sort@1.0.2 /tmp/app/node_modules/alphanum-sort append-transform@0.4.0 /tmp/app/node_modules/append-transform are-we-there-yet@1.1.4 /tmp/app/node_modules/are-we-there-yet is-equal-shallow@0.1.3 /tmp/app/node_modules/is-equal-shallow minimatch@3.0.4 /tmp/app/node_modules/minimatch supports-color@4.5.0 /tmp/app/node_modules/supports-color @types/jasmine@2.8.6 /tmp/app/node_modules/@types/jasmine @types/strip-bom@3.0.0 /tmp/app/node_modules/@types/strip-bom @types/strip-json-comments@0.0.30 /tmp/app/node_modules/@types/strip-json-comments abbrev@1.1.1 /tmp/app/node_modules/abbrev after@0.8.2 /tmp/app/node_modules/after amdefine@1.0.1 /tmp/app/node_modules/amdefine ansi-regex@2.1.1 /tmp/app/node_modules/ansi-regex app-root-path@2.0.1 /tmp/app/node_modules/app-root-path is-utf8@0.2.1 /tmp/app/node_modules/is-utf8 delegates@1.0.0 /tmp/app/node_modules/delegates array-find-index@1.0.2 /tmp/app/node_modules/array-find-index array-flatten@2.1.1 /tmp/app/node_modules/array-flatten array-includes@3.0.3 /tmp/app/node_modules/array-includes foreach@2.0.5 /tmp/app/node_modules/foreach es-abstract@1.10.0 /tmp/app/node_modules/es-abstract is-callable@1.1.3 /tmp/app/node_modules/is-callable is-date-object@1.0.1 /tmp/app/node_modules/is-date-object function-bind@1.1.1 /tmp/app/node_modules/function-bind has@1.0.1 /tmp/app/node_modules/has is-regex@1.0.4 /tmp/app/node_modules/is-regex array-map@0.0.0 /tmp/app/node_modules/array-map array-reduce@0.0.0 /tmp/app/node_modules/array-reduce argparse@1.0.9 /tmp/app/node_modules/argparse sprintf-js@1.0.3 /tmp/app/node_modules/sprintf-js array-union@1.0.2 /tmp/app/node_modules/array-union array-uniq@1.0.3 /tmp/app/node_modules/array-uniq arraybuffer.slice@0.0.7 /tmp/app/node_modules/arraybuffer.slice arrify@1.0.1 /tmp/app/node_modules/arrify asap@2.0.6 /tmp/app/node_modules/asap asn1@0.2.3 /tmp/app/node_modules/asn1 asn1.js@4.9.2 /tmp/app/node_modules/asn1.js bn.js@4.11.8 /tmp/app/node_modules/bn.js minimalistic-assert@1.0.0 /tmp/app/node_modules/minimalistic-assert assert@1.4.1 /tmp/app/node_modules/assert util@0.10.3 /tmp/app/node_modules/util inherits@2.0.1 /tmp/app/node_modules/util/node_modules/inherits ast-types@0.10.1 /tmp/app/node_modules/ast-types async@2.6.0 /tmp/app/node_modules/async lodash@4.17.4 /tmp/app/node_modules/lodash async-limiter@1.0.0 /tmp/app/node_modules/async-limiter async-foreach@0.1.3 /tmp/app/node_modules/async-foreach asynckit@0.4.0 /tmp/app/node_modules/asynckit aws-sign2@0.6.0 /tmp/app/node_modules/aws-sign2 aws4@1.6.0 /tmp/app/node_modules/aws4 axios@0.15.3 /tmp/app/node_modules/axios babel-messages@6.23.0 /tmp/app/node_modules/babel-messages babel-runtime@6.26.0 /tmp/app/node_modules/babel-runtime regenerator-runtime@0.11.1 /tmp/app/node_modules/regenerator-runtime babel-template@6.26.0 /tmp/app/node_modules/babel-template babel-traverse@6.26.0 /tmp/app/node_modules/babel-traverse chalk@1.1.3 /tmp/app/node_modules/babel-code-frame/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/babel-code-frame/node_modules/ansi-styles has-ansi@2.0.0 /tmp/app/node_modules/has-ansi strip-ansi@3.0.1 /tmp/app/node_modules/strip-ansi supports-color@2.0.0 /tmp/app/node_modules/babel-code-frame/node_modules/supports-color esutils@2.0.2 /tmp/app/node_modules/esutils js-tokens@3.0.2 /tmp/app/node_modules/js-tokens babel-types@6.26.0 /tmp/app/node_modules/babel-types to-fast-properties@1.0.3 /tmp/app/node_modules/to-fast-properties babylon@6.18.0 /tmp/app/node_modules/babylon globals@9.18.0 /tmp/app/node_modules/globals invariant@2.2.2 /tmp/app/node_modules/invariant loose-envify@1.3.1 /tmp/app/node_modules/loose-envify backo2@1.0.2 /tmp/app/node_modules/backo2 base64-arraybuffer@0.1.5 /tmp/app/node_modules/base64-arraybuffer base64id@1.0.0 /tmp/app/node_modules/base64id batch@0.6.1 /tmp/app/node_modules/batch bcrypt-pbkdf@1.0.1 /tmp/app/node_modules/bcrypt-pbkdf better-assert@1.0.2 /tmp/app/node_modules/better-assert callsite@1.0.0 /tmp/app/node_modules/callsite bitsyntax@0.0.4 /tmp/app/node_modules/bitsyntax buffer-more-ints@0.0.2 /tmp/app/node_modules/buffer-more-ints blob@0.0.4 /tmp/app/node_modules/blob block-stream@0.0.9 /tmp/app/node_modules/block-stream bluebird@3.5.1 /tmp/app/node_modules/bluebird deep-equal@1.0.1 /tmp/app/node_modules/deep-equal dns-txt@2.0.2 /tmp/app/node_modules/dns-txt buffer-indexof@1.1.1 /tmp/app/node_modules/buffer-indexof multicast-dns@6.2.3 /tmp/app/node_modules/multicast-dns ip@1.1.5 /tmp/app/node_modules/ip thunky@1.0.2 /tmp/app/node_modules/thunky multicast-dns-service-types@1.1.0 /tmp/app/node_modules/multicast-dns-service-types boolbase@1.0.0 /tmp/app/node_modules/boolbase boom@2.10.1 /tmp/app/node_modules/boom hoek@2.16.3 /tmp/app/node_modules/hoek array-filter@0.0.1 /tmp/app/node_modules/array-filter buffer-xor@1.0.3 /tmp/app/node_modules/buffer-xor cipher-base@1.0.4 /tmp/app/node_modules/cipher-base create-hash@1.1.3 /tmp/app/node_modules/create-hash hash-base@2.0.2 /tmp/app/node_modules/hash-base sha.js@2.4.10 /tmp/app/node_modules/sha.js evp_bytestokey@1.0.3 /tmp/app/node_modules/evp_bytestokey hash-base@3.0.4 /tmp/app/node_modules/md5.js/node_modules/hash-base browserify-cipher@1.0.0 /tmp/app/node_modules/browserify-cipher des.js@1.0.0 /tmp/app/node_modules/des.js browserify-rsa@4.0.1 /tmp/app/node_modules/browserify-rsa randombytes@2.0.6 /tmp/app/node_modules/randombytes browserify-sign@4.0.4 /tmp/app/node_modules/browserify-sign hmac-drbg@1.0.1 /tmp/app/node_modules/hmac-drbg minimalistic-crypto-utils@1.0.1 /tmp/app/node_modules/minimalistic-crypto-utils parse-asn1@5.1.0 /tmp/app/node_modules/parse-asn1 pako@1.0.6 /tmp/app/node_modules/pako buffer@4.9.1 /tmp/app/node_modules/buffer ieee754@1.1.8 /tmp/app/node_modules/ieee754 buildmail@4.0.1 /tmp/app/node_modules/buildmail libbase64@0.1.0 /tmp/app/node_modules/libbase64 libmime@3.0.0 /tmp/app/node_modules/libmime iconv-lite@0.4.15 /tmp/app/node_modules/libmime/node_modules/iconv-lite libqp@1.1.0 /tmp/app/node_modules/libqp nodemailer-fetch@1.6.0 /tmp/app/node_modules/nodemailer-fetch nodemailer-shared@1.1.0 /tmp/app/node_modules/nodemailer-shared builtin-status-codes@3.0.0 /tmp/app/node_modules/builtin-status-codes cacache@10.0.2 /tmp/app/node_modules/cacache chownr@1.0.1 /tmp/app/node_modules/chownr glob@7.1.2 /tmp/app/node_modules/glob inflight@1.0.6 /tmp/app/node_modules/inflight wrappy@1.0.2 /tmp/app/node_modules/wrappy pseudomap@1.0.2 /tmp/app/node_modules/pseudomap yallist@2.1.2 /tmp/app/node_modules/yallist mississippi@1.3.1 /tmp/app/node_modules/mississippi concat-stream@1.6.0 /tmp/app/node_modules/concat-stream end-of-stream@1.4.1 /tmp/app/node_modules/end-of-stream stream-shift@1.0.0 /tmp/app/node_modules/stream-shift flush-write-stream@1.0.2 /tmp/app/node_modules/flush-write-stream parallel-transform@1.1.0 /tmp/app/node_modules/parallel-transform cyclist@0.2.2 /tmp/app/node_modules/cyclist pump@1.0.3 /tmp/app/node_modules/pump pumpify@1.4.0 /tmp/app/node_modules/pumpify pump@2.0.1 /tmp/app/node_modules/pumpify/node_modules/pump stream-each@1.2.2 /tmp/app/node_modules/stream-each through2@2.0.3 /tmp/app/node_modules/through2 xtend@4.0.1 /tmp/app/node_modules/xtend mkdirp@0.5.1 /tmp/app/node_modules/mkdirp minimist@0.0.8 /tmp/app/node_modules/minimist move-concurrently@1.0.1 /tmp/app/node_modules/move-concurrently copy-concurrently@1.0.5 /tmp/app/node_modules/copy-concurrently fs-write-stream-atomic@1.0.10 /tmp/app/node_modules/fs-write-stream-atomic iferr@0.1.5 /tmp/app/node_modules/iferr imurmurhash@0.1.4 /tmp/app/node_modules/imurmurhash rimraf@2.6.2 /tmp/app/node_modules/rimraf run-queue@1.0.3 /tmp/app/node_modules/run-queue promise-inflight@1.0.1 /tmp/app/node_modules/promise-inflight ssri@5.1.0 /tmp/app/node_modules/ssri unique-slug@2.0.0 /tmp/app/node_modules/unique-slug y18n@3.2.1 /tmp/app/node_modules/y18n camelcase@2.1.1 /tmp/app/node_modules/camelcase camelcase-keys@2.1.0 /tmp/app/node_modules/camelcase-keys map-obj@1.0.1 /tmp/app/node_modules/map-obj caniuse-db@1.0.30000800 /tmp/app/node_modules/caniuse-db caniuse-lite@1.0.30000792 /tmp/app/node_modules/caniuse-lite caseless@0.12.0 /tmp/app/node_modules/caseless circular-dependency-plugin@4.4.0 /tmp/app/node_modules/circular-dependency-plugin circular-json@0.5.1 /tmp/app/node_modules/circular-json cliui@3.2.0 /tmp/app/node_modules/cliui string-width@1.0.2 /tmp/app/node_modules/string-width code-point-at@1.1.0 /tmp/app/node_modules/code-point-at is-fullwidth-code-point@1.0.0 /tmp/app/node_modules/is-fullwidth-code-point number-is-nan@1.0.1 /tmp/app/node_modules/number-is-nan wrap-ansi@2.1.0 /tmp/app/node_modules/wrap-ansi clone@1.0.3 /tmp/app/node_modules/clone clean-css@4.1.9 /tmp/app/node_modules/clean-css coa@1.0.4 /tmp/app/node_modules/coa codelyzer@4.1.0 /tmp/app/node_modules/codelyzer css-selector-tokenizer@0.7.0 /tmp/app/node_modules/css-selector-tokenizer cssesc@0.1.0 /tmp/app/node_modules/cssesc fastparse@1.1.1 /tmp/app/node_modules/fastparse regexpu-core@1.0.0 /tmp/app/node_modules/regexpu-core regenerate@1.3.3 /tmp/app/node_modules/regenerate regjsgen@0.2.0 /tmp/app/node_modules/regjsgen regjsparser@0.1.5 /tmp/app/node_modules/regjsparser jsesc@0.5.0 /tmp/app/node_modules/jsesc cssauron@1.4.0 /tmp/app/node_modules/cssauron through@2.3.8 /tmp/app/node_modules/through semver-dsl@1.0.1 /tmp/app/node_modules/semver-dsl collection-visit@1.0.0 /tmp/app/node_modules/collection-visit object-visit@1.0.1 /tmp/app/node_modules/object-visit isobject@3.0.1 /tmp/app/node_modules/object-visit/node_modules/isobject color@0.11.4 /tmp/app/node_modules/color color-string@0.3.0 /tmp/app/node_modules/color-string colormin@1.1.2 /tmp/app/node_modules/colormin colors@1.1.2 /tmp/app/node_modules/colors combine-lists@1.0.1 /tmp/app/node_modules/combine-lists commander@2.12.2 /tmp/app/node_modules/commander combined-stream@1.0.5 /tmp/app/node_modules/combined-stream delayed-stream@1.0.0 /tmp/app/node_modules/delayed-stream component-emitter@1.2.1 /tmp/app/node_modules/component-emitter component-bind@1.0.0 /tmp/app/node_modules/component-bind component-inherit@0.0.3 /tmp/app/node_modules/component-inherit on-headers@1.0.1 /tmp/app/node_modules/on-headers console-browserify@1.1.0 /tmp/app/node_modules/console-browserify date-now@0.1.4 /tmp/app/node_modules/date-now console-control-strings@1.1.0 /tmp/app/node_modules/console-control-strings constants-browserify@1.0.0 /tmp/app/node_modules/constants-browserify align-text@0.1.4 /tmp/app/node_modules/align-text longest@1.0.1 /tmp/app/node_modules/longest core-object@3.1.5 /tmp/app/node_modules/core-object create-ecdh@4.0.0 /tmp/app/node_modules/create-ecdh which@1.3.0 /tmp/app/node_modules/which cryptiles@2.0.5 /tmp/app/node_modules/cryptiles crypto-browserify@3.12.0 /tmp/app/node_modules/crypto-browserify miller-rabin@4.0.1 /tmp/app/node_modules/miller-rabin public-encrypt@4.0.0 /tmp/app/node_modules/public-encrypt randomfill@1.0.3 /tmp/app/node_modules/randomfill css-parse@1.7.0 /tmp/app/node_modules/css-parse css-select@1.2.0 /tmp/app/node_modules/css-select css-what@2.1.0 /tmp/app/node_modules/css-what domutils@1.5.1 /tmp/app/node_modules/domutils dom-serializer@0.1.0 /tmp/app/node_modules/dom-serializer domelementtype@1.1.3 /tmp/app/node_modules/dom-serializer/node_modules/domelementtype entities@1.1.1 /tmp/app/node_modules/entities domelementtype@1.3.0 /tmp/app/node_modules/domelementtype cuint@0.2.2 /tmp/app/node_modules/cuint currently-unhandled@0.4.1 /tmp/app/node_modules/currently-unhandled custom-event@1.0.1 /tmp/app/node_modules/custom-event es5-ext@0.10.38 /tmp/app/node_modules/es5-ext es6-iterator@2.0.3 /tmp/app/node_modules/es6-iterator es6-symbol@3.1.1 /tmp/app/node_modules/es6-symbol data-uri-to-buffer@1.2.0 /tmp/app/node_modules/data-uri-to-buffer date-format@1.2.0 /tmp/app/node_modules/date-format decode-uri-component@0.2.0 /tmp/app/node_modules/decode-uri-component decamelize@1.2.0 /tmp/app/node_modules/decamelize is-accessor-descriptor@1.0.0 /tmp/app/node_modules/is-accessor-descriptor kind-of@6.0.2 /tmp/app/node_modules/is-accessor-descriptor/node_modules/kind-of is-data-descriptor@1.0.0 /tmp/app/node_modules/is-data-descriptor kind-of@6.0.2 /tmp/app/node_modules/is-data-descriptor/node_modules/kind-of kind-of@6.0.2 /tmp/app/node_modules/is-descriptor/node_modules/kind-of defined@1.0.0 /tmp/app/node_modules/defined denodeify@1.2.1 /tmp/app/node_modules/denodeify detect-indent@4.0.0 /tmp/app/node_modules/detect-indent repeating@2.0.1 /tmp/app/node_modules/repeating is-finite@1.0.2 /tmp/app/node_modules/is-finite detect-node@2.0.3 /tmp/app/node_modules/detect-node detective@4.7.1 /tmp/app/node_modules/detective di@0.0.1 /tmp/app/node_modules/di dir-glob@2.0.0 /tmp/app/node_modules/dir-glob dom-serialize@2.2.1 /tmp/app/node_modules/dom-serialize ent@2.2.0 /tmp/app/node_modules/ent extend@3.0.1 /tmp/app/node_modules/extend void-elements@2.0.1 /tmp/app/node_modules/void-elements domain-browser@1.2.0 /tmp/app/node_modules/domain-browser domhandler@2.1.0 /tmp/app/node_modules/domhandler double-ended-queue@2.1.0-0 /tmp/app/node_modules/double-ended-queue duplexer2@0.1.4 /tmp/app/node_modules/duplexer2 jsbn@0.1.1 /tmp/app/node_modules/jsbn ejs@2.5.7 /tmp/app/node_modules/ejs electron-to-chromium@1.3.31 /tmp/app/node_modules/electron-to-chromium engine.io-client@3.1.4 /tmp/app/node_modules/engine.io-client isarray@2.0.1 /tmp/app/node_modules/has-binary2/node_modules/isarray has-cors@1.1.0 /tmp/app/node_modules/has-cors indexof@0.0.1 /tmp/app/node_modules/indexof parseqs@0.0.5 /tmp/app/node_modules/parseqs parseuri@0.0.5 /tmp/app/node_modules/parseuri is-arrayish@0.2.1 /tmp/app/node_modules/is-arrayish es6-map@0.1.5 /tmp/app/node_modules/es6-map es6-set@0.1.5 /tmp/app/node_modules/es6-set event-emitter@0.3.5 /tmp/app/node_modules/event-emitter esrecurse@4.2.0 /tmp/app/node_modules/esrecurse eventemitter3@1.2.0 /tmp/app/node_modules/eventemitter3 events@1.1.1 /tmp/app/node_modules/events url-parse@1.0.5 /tmp/app/node_modules/original/node_modules/url-parse requires-port@1.0.0 /tmp/app/node_modules/requires-port exit@0.1.2 /tmp/app/node_modules/exit schema-utils@0.3.0 /tmp/app/node_modules/schema-utils extsprintf@1.3.0 /tmp/app/node_modules/extsprintf websocket-driver@0.7.0 /tmp/app/node_modules/websocket-driver http-parser-js@0.4.9 /tmp/app/node_modules/http-parser-js websocket-extensions@0.1.3 /tmp/app/node_modules/websocket-extensions file-loader@1.1.6 /tmp/app/node_modules/file-loader file-uri-to-path@1.0.0 /tmp/app/node_modules/file-uri-to-path find-up@2.1.0 /tmp/app/node_modules/find-up locate-path@2.0.0 /tmp/app/node_modules/locate-path p-locate@2.0.0 /tmp/app/node_modules/p-locate jsonfile@4.0.0 /tmp/app/node_modules/jsonfile universalify@0.1.1 /tmp/app/node_modules/universalify map-visit@1.0.0 /tmp/app/node_modules/map-visit css-color-names@0.0.4 /tmp/app/node_modules/css-color-names common-tags@1.7.2 /tmp/app/node_modules/common-tags commondir@1.0.1 /tmp/app/node_modules/commondir compressible@2.0.12 /tmp/app/node_modules/compressible compression@1.7.1 /tmp/app/node_modules/compression connect-history-api-fallback@1.5.0 /tmp/app/node_modules/connect-history-api-fallback cross-spawn@3.0.1 /tmp/app/node_modules/cross-spawn isexe@2.0.0 /tmp/app/node_modules/isexe diffie-hellman@5.0.2 /tmp/app/node_modules/diffie-hellman nth-check@1.0.1 /tmp/app/node_modules/nth-check d@1.0.0 /tmp/app/node_modules/d deep-is@0.1.3 /tmp/app/node_modules/deep-is define-property@1.0.0 /tmp/app/node_modules/define-property is-descriptor@1.0.2 /tmp/app/node_modules/is-descriptor acorn@5.3.0 /tmp/app/node_modules/acorn diff@3.4.0 /tmp/app/node_modules/diff path-type@3.0.0 /tmp/app/node_modules/path-type pify@3.0.0 /tmp/app/node_modules/pify ecc-jsbn@0.1.1 /tmp/app/node_modules/ecc-jsbn ws@3.3.3 /tmp/app/node_modules/ws ultron@1.1.1 /tmp/app/node_modules/ultron yeast@0.1.2 /tmp/app/node_modules/yeast error-ex@1.3.1 /tmp/app/node_modules/error-ex original@1.0.0 /tmp/app/node_modules/original extend-shallow@2.0.1 /tmp/app/node_modules/extend-shallow fast-levenshtein@2.0.6 /tmp/app/node_modules/fast-levenshtein fileset@2.0.3 /tmp/app/node_modules/fileset make-dir@1.1.0 /tmp/app/node_modules/make-dir p-try@1.0.0 /tmp/app/node_modules/p-try path-exists@3.0.0 /tmp/app/node_modules/path-exists flatten@1.0.2 /tmp/app/node_modules/flatten forever-agent@0.6.1 /tmp/app/node_modules/forever-agent fs-extra@4.0.3 /tmp/app/node_modules/fs-extra signal-exit@3.0.2 /tmp/app/node_modules/signal-exit generate-function@2.0.0 /tmp/app/node_modules/generate-function get-stdin@4.0.1 /tmp/app/node_modules/get-stdin get-stream@3.0.0 /tmp/app/node_modules/get-stream hawk@3.1.3 /tmp/app/node_modules/hawk assert-plus@1.0.0 /tmp/app/node_modules/sshpk/node_modules/assert-plus is-typedarray@1.0.0 /tmp/app/node_modules/is-typedarray json-stringify-safe@5.0.1 /tmp/app/node_modules/json-stringify-safe qs@6.4.0 /tmp/app/node_modules/qs hpack.js@2.1.6 /tmp/app/node_modules/hpack.js httpreq@0.4.24 /tmp/app/node_modules/httpreq underscore@1.7.0 /tmp/app/node_modules/underscore icss-utils@2.1.0 /tmp/app/node_modules/icss-utils postcss@6.0.16 /tmp/app/node_modules/postcss source-map@0.6.1 /tmp/app/node_modules/postcss/node_modules/source-map supports-color@5.1.0 /tmp/app/node_modules/postcss/node_modules/supports-color inflection@1.10.0 /tmp/app/node_modules/inflection interpret@1.1.0 /tmp/app/node_modules/interpret is-path-in-cwd@1.0.0 /tmp/app/node_modules/is-path-in-cwd is-stream@1.1.0 /tmp/app/node_modules/is-stream is-wsl@1.1.0 /tmp/app/node_modules/is-wsl istanbul-lib-instrument@1.9.1 /tmp/app/node_modules/istanbul-lib-instrument istanbul-api@1.2.1 /tmp/app/node_modules/istanbul-api debug@3.1.0 /tmp/app/node_modules/istanbul-lib-source-maps/node_modules/debug istanbul-reports@1.1.3 /tmp/app/node_modules/istanbul-reports source-map@0.4.4 /tmp/app/node_modules/handlebars/node_modules/source-map lazy-cache@1.0.4 /tmp/app/node_modules/center-align/node_modules/lazy-cache karma-jasmine@1.1.1 /tmp/app/node_modules/karma-jasmine killable@1.0.0 /tmp/app/node_modules/killable lexical-scope@1.2.0 /tmp/app/node_modules/lexical-scope loader-runner@2.3.0 /tmp/app/node_modules/loader-runner loud-rejection@1.6.0 /tmp/app/node_modules/loud-rejection math-expression-evaluator@1.2.17 /tmp/app/node_modules/math-expression-evaluator make-error@1.3.2 /tmp/app/node_modules/make-error ncname@1.0.0 /tmp/app/node_modules/ncname xml-char-classes@1.0.0 /tmp/app/node_modules/xml-char-classes engine.io-parser@2.1.2 /tmp/app/node_modules/engine.io-parser has-binary2@1.0.2 /tmp/app/node_modules/has-binary2 xmlhttprequest-ssl@1.5.5 /tmp/app/node_modules/xmlhttprequest-ssl es6-weak-map@2.0.2 /tmp/app/node_modules/es6-weak-map escope@3.6.0 /tmp/app/node_modules/escope eventsource@0.1.6 /tmp/app/node_modules/eventsource exports-loader@0.6.4 /tmp/app/node_modules/exports-loader extract-text-webpack-plugin@3.0.2 /tmp/app/node_modules/extract-text-webpack-plugin faye-websocket@0.10.0 /tmp/app/node_modules/faye-websocket find-cache-dir@1.0.0 /tmp/app/node_modules/find-cache-dir pkg-dir@2.0.0 /tmp/app/node_modules/pkg-dir p-limit@1.2.0 /tmp/app/node_modules/p-limit convert-source-map@1.5.1 /tmp/app/node_modules/convert-source-map form-data@2.1.4 /tmp/app/node_modules/form-data fragment-cache@0.2.1 /tmp/app/node_modules/fragment-cache map-cache@0.2.2 /tmp/app/node_modules/map-cache fs-access@1.0.1 /tmp/app/node_modules/fs-access null-check@1.0.0 /tmp/app/node_modules/null-check fstream@1.0.11 /tmp/app/node_modules/fstream gauge@2.7.4 /tmp/app/node_modules/gauge has-unicode@2.0.1 /tmp/app/node_modules/has-unicode wide-align@1.1.2 /tmp/app/node_modules/wide-align generate-object-property@1.2.0 /tmp/app/node_modules/generate-object-property is-property@1.0.2 /tmp/app/node_modules/is-property get-caller-file@1.0.2 /tmp/app/node_modules/get-caller-file gaze@1.1.2 /tmp/app/node_modules/gaze globule@1.2.0 /tmp/app/node_modules/globule get-uri@2.0.1 /tmp/app/node_modules/get-uri ftp@0.3.10 /tmp/app/node_modules/ftp readable-stream@1.1.14 /tmp/app/node_modules/ftp/node_modules/readable-stream isarray@0.0.1 /tmp/app/node_modules/ftp/node_modules/isarray string_decoder@0.10.31 /tmp/app/node_modules/ftp/node_modules/string_decoder xregexp@2.0.0 /tmp/app/node_modules/xregexp globby@7.1.1 /tmp/app/node_modules/globby ignore@3.3.7 /tmp/app/node_modules/ignore slash@1.0.0 /tmp/app/node_modules/slash handle-thing@1.2.5 /tmp/app/node_modules/handle-thing har-schema@1.0.5 /tmp/app/node_modules/har-schema hipchat-notifier@1.1.0 /tmp/app/node_modules/hipchat-notifier request@2.81.0 /tmp/app/node_modules/request har-validator@4.2.1 /tmp/app/node_modules/har-validator ajv@4.11.8 /tmp/app/node_modules/har-validator/node_modules/ajv json-stable-stringify@1.0.1 /tmp/app/node_modules/json-stable-stringify jsonify@0.0.0 /tmp/app/node_modules/jsonify sntp@1.0.9 /tmp/app/node_modules/sntp http-signature@1.1.1 /tmp/app/node_modules/http-signature jsprim@1.4.1 /tmp/app/node_modules/jsprim assert-plus@1.0.0 /tmp/app/node_modules/jsprim/node_modules/assert-plus json-schema@0.2.3 /tmp/app/node_modules/json-schema verror@1.10.0 /tmp/app/node_modules/verror assert-plus@1.0.0 /tmp/app/node_modules/verror/node_modules/assert-plus sshpk@1.13.1 /tmp/app/node_modules/sshpk dashdash@1.14.1 /tmp/app/node_modules/dashdash assert-plus@1.0.0 /tmp/app/node_modules/dashdash/node_modules/assert-plus getpass@0.1.7 /tmp/app/node_modules/getpass assert-plus@1.0.0 /tmp/app/node_modules/getpass/node_modules/assert-plus isstream@0.1.2 /tmp/app/node_modules/isstream oauth-sign@0.8.2 /tmp/app/node_modules/oauth-sign performance-now@0.2.0 /tmp/app/node_modules/performance-now stringstream@0.0.5 /tmp/app/node_modules/stringstream tough-cookie@2.3.3 /tmp/app/node_modules/tough-cookie tunnel-agent@0.6.0 /tmp/app/node_modules/tunnel-agent uuid@3.2.1 /tmp/app/node_modules/uuid homedir-polyfill@1.0.1 /tmp/app/node_modules/homedir-polyfill parse-passwd@1.0.0 /tmp/app/node_modules/parse-passwd hosted-git-info@2.5.0 /tmp/app/node_modules/hosted-git-info wbuf@1.7.2 /tmp/app/node_modules/wbuf html-entities@1.2.1 /tmp/app/node_modules/html-entities html-comment-regex@1.1.1 /tmp/app/node_modules/html-comment-regex htmlescape@1.1.1 /tmp/app/node_modules/htmlescape http-deceiver@1.2.7 /tmp/app/node_modules/http-deceiver http-proxy-agent@1.0.0 /tmp/app/node_modules/http-proxy-agent agent-base@2.1.1 /tmp/app/node_modules/agent-base semver@5.0.3 /tmp/app/node_modules/agent-base/node_modules/semver http-proxy@1.16.2 /tmp/app/node_modules/http-proxy httpntlm@1.6.1 /tmp/app/node_modules/httpntlm https-proxy-agent@1.0.0 /tmp/app/node_modules/https-proxy-agent https-browserify@1.0.0 /tmp/app/node_modules/https-browserify chalk@2.3.0 /tmp/app/node_modules/postcss/node_modules/chalk supports-color@4.5.0 /tmp/app/node_modules/postcss/node_modules/chalk/node_modules/supports-color icss-replace-symbols@1.1.0 /tmp/app/node_modules/icss-replace-symbols indent-string@2.1.0 /tmp/app/node_modules/indent-string path-browserify@0.0.0 /tmp/app/node_modules/path-browserify tty-browserify@0.0.0 /tmp/app/node_modules/tty-browserify vm-browserify@0.0.4 /tmp/app/node_modules/vm-browserify node-forge@0.7.1 /tmp/app/node_modules/node-forge nodemailer-wellknown@0.1.10 /tmp/app/node_modules/nodemailer-wellknown nodemailer-smtp-transport@2.7.2 /tmp/app/node_modules/nodemailer-smtp-transport npmlog@4.1.2 /tmp/app/node_modules/npmlog object-component@0.0.3 /tmp/app/node_modules/object-component os-locale@1.4.0 /tmp/app/node_modules/os-locale p-finally@1.0.0 /tmp/app/node_modules/p-finally osenv@0.1.4 /tmp/app/node_modules/osenv param-case@2.1.1 /tmp/app/node_modules/param-case path-dirname@1.0.2 /tmp/app/node_modules/path-dirname pinkie@2.0.4 /tmp/app/node_modules/pinkie postcss-import@11.0.0 /tmp/app/node_modules/postcss-import postcss-load-options@1.2.0 /tmp/app/node_modules/postcss-load-options postcss-modules-scope@1.1.0 /tmp/app/node_modules/postcss-modules-scope postcss-url@7.3.0 /tmp/app/node_modules/postcss-url renderkid@2.0.1 /tmp/app/node_modules/renderkid dom-converter@0.1.4 /tmp/app/node_modules/dom-converter isarray@0.0.1 /tmp/app/node_modules/htmlparser2/node_modules/isarray redent@1.0.0 /tmp/app/node_modules/redent redis-commands@1.3.1 /tmp/app/node_modules/redis-commands reflect-metadata@0.1.12 /tmp/app/node_modules/reflect-metadata sass-loader@6.0.6 /tmp/app/node_modules/sass-loader clone-deep@0.3.0 /tmp/app/node_modules/clone-deep select-hose@2.0.0 /tmp/app/node_modules/select-hose shebang-regex@1.0.0 /tmp/app/node_modules/shebang-regex shell-quote@1.6.1 /tmp/app/node_modules/shell-quote slack-node@0.2.0 /tmp/app/node_modules/slack-node requestretry@1.13.0 /tmp/app/node_modules/requestretry socket.io@2.0.4 /tmp/app/node_modules/socket.io source-map-resolve@0.5.1 /tmp/app/node_modules/source-map-resolve time-stamp@2.0.0 /tmp/app/node_modules/time-stamp tmp@0.0.33 /tmp/app/node_modules/tmp trim-newlines@1.0.0 /tmp/app/node_modules/trim-newlines watchpack@1.4.0 /tmp/app/node_modules/watchpack webpack-merge@4.1.1 /tmp/app/node_modules/webpack-merge lodash.memoize@3.0.4 /tmp/app/node_modules/combine-source-map/node_modules/lodash.memoize supports-color@2.0.0 /tmp/app/node_modules/clap/node_modules/supports-color shasum@1.0.2 /tmp/app/node_modules/shasum internal-ip@1.2.0 /tmp/app/node_modules/internal-ip minimist@1.2.0 /tmp/app/node_modules/meow/node_modules/minimist pify@2.3.0 /tmp/app/node_modules/load-json-file/node_modules/pify path-type@1.1.0 /tmp/app/node_modules/read-pkg/node_modules/path-type amqplib@0.5.2 /tmp/app/node_modules/amqplib string_decoder@0.10.31 /tmp/app/node_modules/amqplib/node_modules/string_decoder isobject@3.0.1 /tmp/app/node_modules/has-value/node_modules/isobject isobject@3.0.1 /tmp/app/node_modules/cache-base/node_modules/isobject class-utils@0.3.6 /tmp/app/node_modules/class-utils define-property@0.2.5 /tmp/app/node_modules/class-utils/node_modules/define-property kind-of@3.2.2 /tmp/app/node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of minimist@1.2.0 /tmp/app/node_modules/blocking-proxy/node_modules/minimist copy-webpack-plugin@4.3.1 /tmp/app/node_modules/copy-webpack-plugin is-extglob@2.1.1 /tmp/app/node_modules/copy-webpack-plugin/node_modules/is-extglob loader-utils@0.2.17 /tmp/app/node_modules/copy-webpack-plugin/node_modules/loader-utils cross-spawn@5.1.0 /tmp/app/node_modules/execa/node_modules/cross-spawn expand-range@0.1.1 /tmp/app/node_modules/expand-braces/node_modules/expand-range is-number@0.1.1 /tmp/app/node_modules/expand-braces/node_modules/is-number html-webpack-plugin@2.30.1 /tmp/app/node_modules/html-webpack-plugin labeled-stream-splicer@2.0.0 /tmp/app/node_modules/labeled-stream-splicer clone@2.1.1 /tmp/app/node_modules/less-loader/node_modules/clone nanomatch@1.2.7 /tmp/app/node_modules/nanomatch is-data-descriptor@0.1.4 /tmp/app/node_modules/use/node_modules/is-data-descriptor isobject@3.0.1 /tmp/app/node_modules/use/node_modules/isobject kind-of@5.1.0 /tmp/app/node_modules/to-regex/node_modules/kind-of reduce-css-calc@1.3.0 /tmp/app/node_modules/reduce-css-calc selenium-webdriver@3.0.1 /tmp/app/node_modules/selenium-webdriver tmp@0.0.30 /tmp/app/node_modules/selenium-webdriver/node_modules/tmp schema-utils@0.4.3 /tmp/app/node_modules/style-loader/node_modules/schema-utils glob@6.0.4 /tmp/app/node_modules/true-case-path/node_modules/glob strip-bom@3.0.0 /tmp/app/node_modules/tsconfig/node_modules/strip-bom xml2js@0.4.4 /tmp/app/node_modules/webdriver-js-extender/node_modules/xml2js sax@0.6.1 /tmp/app/node_modules/webdriver-js-extender/node_modules/sax @angular-devkit/build-optimizer@0.0.42 /tmp/app/node_modules/@angular-devkit/build-optimizer supports-color@2.0.0 /tmp/app/node_modules/cssnano/node_modules/chalk/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-calc/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-calc/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-calc/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-calc/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-calc/node_modules/has-flag postcss-colormin@2.2.2 /tmp/app/node_modules/postcss-colormin postcss@5.2.18 /tmp/app/node_modules/postcss-convert-values/node_modules/postcss supports-color@2.0.0 /tmp/app/node_modules/postcss-convert-values/node_modules/chalk/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-discard-comments/node_modules/postcss postcss-discard-duplicates@2.1.0 /tmp/app/node_modules/postcss-discard-duplicates supports-color@2.0.0 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/chalk/node_modules/supports-color postcss-discard-empty@2.1.0 /tmp/app/node_modules/postcss-discard-empty chalk@1.1.3 /tmp/app/node_modules/postcss-discard-overridden/node_modules/chalk postcss@5.2.18 /tmp/app/node_modules/postcss-discard-unused/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-discard-unused/node_modules/ansi-styles chalk@1.1.3 /tmp/app/node_modules/postcss-filter-plugins/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-filter-plugins/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/postcss-filter-plugins/node_modules/has-flag has-flag@1.0.0 /tmp/app/node_modules/postcss-merge-idents/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-merge-longhand/node_modules/postcss caniuse-api@1.6.1 /tmp/app/node_modules/caniuse-api chalk@1.1.3 /tmp/app/node_modules/postcss-merge-rules/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-merge-rules/node_modules/ansi-styles ansi-styles@2.2.1 /tmp/app/node_modules/postcss-minify-font-values/node_modules/ansi-styles postcss@5.2.18 /tmp/app/node_modules/postcss-minify-gradients/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-minify-gradients/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-minify-gradients/node_modules/chalk/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-minify-params/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-minify-params/node_modules/ansi-styles postcss-normalize-charset@1.1.1 /tmp/app/node_modules/postcss-normalize-charset supports-color@3.2.3 /tmp/app/node_modules/postcss-normalize-charset/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-normalize-url/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-normalize-url/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-normalize-url/node_modules/chalk/node_modules/supports-color is-absolute-url@2.1.0 /tmp/app/node_modules/is-absolute-url is-builtin-module@1.0.0 /tmp/app/node_modules/is-builtin-module is-path-cwd@1.0.0 /tmp/app/node_modules/is-path-cwd jsesc@1.3.0 /tmp/app/node_modules/babel-generator/node_modules/jsesc istanbul-lib-coverage@1.1.1 /tmp/app/node_modules/istanbul-lib-coverage has-flag@1.0.0 /tmp/app/node_modules/istanbul-lib-report/node_modules/has-flag window-size@0.1.0 /tmp/app/node_modules/window-size esprima@2.7.3 /tmp/app/node_modules/esprima json-loader@0.5.7 /tmp/app/node_modules/json-loader source-map-support@0.4.18 /tmp/app/node_modules/source-map-support karma-coverage-istanbul-reporter@1.4.1 /tmp/app/node_modules/karma-coverage-istanbul-reporter lazy-cache@0.2.7 /tmp/app/node_modules/lazy-cache license-webpack-plugin@1.1.1 /tmp/app/node_modules/license-webpack-plugin loglevel@1.6.1 /tmp/app/node_modules/loglevel mailcomposer@4.0.1 /tmp/app/node_modules/mailcomposer os-browserify@0.3.0 /tmp/app/node_modules/os-browserify process@0.11.10 /tmp/app/node_modules/process nodemailer-direct-transport@3.3.2 /tmp/app/node_modules/nodemailer-direct-transport smtp-connection@2.12.0 /tmp/app/node_modules/smtp-connection strict-uri-encode@1.1.0 /tmp/app/node_modules/strict-uri-encode sort-keys@1.1.2 /tmp/app/node_modules/sort-keys has-flag@1.0.0 /tmp/app/node_modules/postcss-normalize-url/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-ordered-values/node_modules/postcss postcss@5.2.18 /tmp/app/node_modules/postcss-reduce-idents/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-reduce-idents/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-reduce-idents/node_modules/chalk/node_modules/supports-color postcss-reduce-transforms@1.0.4 /tmp/app/node_modules/postcss-reduce-transforms has-flag@1.0.0 /tmp/app/node_modules/postcss-svgo/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-unique-selectors/node_modules/postcss has-flag@1.0.0 /tmp/app/node_modules/postcss-unique-selectors/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/css-loader/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/css-loader/node_modules/chalk supports-color@3.2.3 /tmp/app/node_modules/css-loader/node_modules/supports-color source-map@0.1.43 /tmp/app/node_modules/stylus/node_modules/source-map acorn@4.0.13 /tmp/app/node_modules/acorn-dynamic-import/node_modules/acorn camelcase@1.2.1 /tmp/app/node_modules/webpack/node_modules/camelcase os-locale@2.1.0 /tmp/app/node_modules/webpack/node_modules/os-locale read-pkg-up@2.0.0 /tmp/app/node_modules/webpack/node_modules/read-pkg-up strip-bom@3.0.0 /tmp/app/node_modules/webpack/node_modules/strip-bom path-type@2.0.0 /tmp/app/node_modules/webpack/node_modules/path-type string-width@2.1.1 /tmp/app/node_modules/webpack/node_modules/string-width is-fullwidth-code-point@2.0.0 /tmp/app/node_modules/webpack/node_modules/string-width/node_modules/is-fullwidth-code-point yargs-parser@7.0.0 /tmp/app/node_modules/webpack/node_modules/yargs-parser arr-diff@4.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/arr-diff is-number@3.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/is-number kind-of@3.2.2 /tmp/app/node_modules/webpack-dev-server/node_modules/is-number/node_modules/kind-of extglob@2.0.4 /tmp/app/node_modules/webpack-dev-server/node_modules/extglob define-property@0.2.5 /tmp/app/node_modules/webpack-dev-server/node_modules/expand-brackets/node_modules/define-property kind-of@3.2.2 /tmp/app/node_modules/webpack-dev-server/node_modules/is-accessor-descriptor/node_modules/kind-of kind-of@5.1.0 /tmp/app/node_modules/webpack-dev-server/node_modules/is-descriptor/node_modules/kind-of glob-parent@3.1.0 /tmp/app/node_modules/webpack-dev-server/node_modules/glob-parent is-extglob@2.1.1 /tmp/app/node_modules/webpack-dev-server/node_modules/is-extglob is-glob@4.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/is-glob pify@2.3.0 /tmp/app/node_modules/del/node_modules/globby/node_modules/pify combine-source-map@0.7.2 /tmp/app/node_modules/insert-module-globals/node_modules/combine-source-map convert-source-map@1.1.3 /tmp/app/node_modules/insert-module-globals/node_modules/convert-source-map jasmine-core@2.9.1 /tmp/app/node_modules/jasmine/node_modules/jasmine-core buffer@5.0.8 /tmp/app/node_modules/browserify/node_modules/buffer string_decoder@0.10.31 /tmp/app/node_modules/module-deps/node_modules/string_decoder source-map@0.6.1 /tmp/app/node_modules/ts-node/node_modules/source-map tslint@5.9.1 /tmp/app/node_modules/tslint node-gyp@3.6.2 /tmp/app/node_modules/node-gyp nopt@3.0.6 /tmp/app/node_modules/node-gyp/node_modules/nopt indexes-of@1.0.1 /tmp/app/node_modules/indexes-of inline-source-map@0.6.2 /tmp/app/node_modules/inline-source-map ini@1.3.5 /tmp/app/node_modules/ini invert-kv@1.0.0 /tmp/app/node_modules/invert-kv is-directory@0.3.1 /tmp/app/node_modules/is-directory is-my-json-valid@2.17.1 /tmp/app/node_modules/is-my-json-valid jsonpointer@4.0.1 /tmp/app/node_modules/jsonpointer is-path-inside@1.0.1 /tmp/app/node_modules/is-path-inside is-plain-obj@1.1.0 /tmp/app/node_modules/is-plain-obj is-svg@2.1.0 /tmp/app/node_modules/is-svg isbinaryfile@3.0.2 /tmp/app/node_modules/isbinaryfile istanbul-instrumenter-loader@3.0.0 /tmp/app/node_modules/istanbul-instrumenter-loader babel-generator@6.26.0 /tmp/app/node_modules/babel-generator trim-right@1.0.1 /tmp/app/node_modules/trim-right istanbul-lib-hook@1.1.0 /tmp/app/node_modules/istanbul-lib-hook istanbul-lib-report@1.1.2 /tmp/app/node_modules/istanbul-lib-report path-parse@1.0.5 /tmp/app/node_modules/path-parse supports-color@3.2.3 /tmp/app/node_modules/istanbul-lib-report/node_modules/supports-color istanbul-lib-source-maps@1.2.2 /tmp/app/node_modules/istanbul-lib-source-maps handlebars@4.0.11 /tmp/app/node_modules/handlebars async@1.5.2 /tmp/app/node_modules/handlebars/node_modules/async optimist@0.6.1 /tmp/app/node_modules/optimist wordwrap@0.0.2 /tmp/app/node_modules/wordwrap uglify-js@2.8.29 /tmp/app/node_modules/handlebars/node_modules/uglify-js source-map@0.5.7 /tmp/app/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map yargs@3.10.0 /tmp/app/node_modules/handlebars/node_modules/yargs camelcase@1.2.1 /tmp/app/node_modules/handlebars/node_modules/camelcase cliui@2.1.0 /tmp/app/node_modules/handlebars/node_modules/cliui center-align@0.1.3 /tmp/app/node_modules/center-align right-align@0.1.3 /tmp/app/node_modules/right-align js-yaml@3.7.0 /tmp/app/node_modules/js-yaml jasmine-core@2.8.0 /tmp/app/node_modules/jasmine-core jasmine-spec-reporter@4.2.1 /tmp/app/node_modules/jasmine-spec-reporter json3@3.3.2 /tmp/app/node_modules/json3 jsonparse@1.3.1 /tmp/app/node_modules/jsonparse karma-jasmine-html-reporter@0.2.2 /tmp/app/node_modules/karma-jasmine-html-reporter levn@0.3.0 /tmp/app/node_modules/levn type-check@0.3.2 /tmp/app/node_modules/type-check astw@2.2.0 /tmp/app/node_modules/astw acorn@4.0.13 /tmp/app/node_modules/astw/node_modules/acorn lcid@1.0.0 /tmp/app/node_modules/lcid lodash.assign@4.2.0 /tmp/app/node_modules/lodash.assign lodash.clonedeep@4.5.0 /tmp/app/node_modules/lodash.clonedeep lodash.mergewith@4.6.0 /tmp/app/node_modules/lodash.mergewith lodash.uniq@4.5.0 /tmp/app/node_modules/lodash.uniq macaddress@0.2.8 /tmp/app/node_modules/macaddress mem@1.1.0 /tmp/app/node_modules/mem mimic-fn@1.1.0 /tmp/app/node_modules/mimic-fn nan@2.8.0 /tmp/app/node_modules/nan netmask@1.0.6 /tmp/app/node_modules/netmask stream-http@2.8.0 /tmp/app/node_modules/stream-http to-arraybuffer@1.0.1 /tmp/app/node_modules/to-arraybuffer url@0.11.0 /tmp/app/node_modules/url punycode@1.3.2 /tmp/app/node_modules/url/node_modules/punycode querystring@0.2.0 /tmp/app/node_modules/querystring normalize-package-data@2.4.0 /tmp/app/node_modules/normalize-package-data validate-npm-package-license@3.0.1 /tmp/app/node_modules/validate-npm-package-license spdx-expression-parse@1.0.4 /tmp/app/node_modules/spdx-expression-parse normalize-range@0.1.2 /tmp/app/node_modules/normalize-range p-map@1.2.0 /tmp/app/node_modules/p-map qs@6.3.2 /tmp/app/node_modules/node-sass/node_modules/qs hawk@3.1.3 /tmp/app/node_modules/fsevents/node_modules/hawk boom@2.10.1 /tmp/app/node_modules/fsevents/node_modules/boom sntp@1.0.9 /tmp/app/node_modules/fsevents/node_modules/sntp nopt@4.0.1 /tmp/app/node_modules/fsevents/node_modules/nopt os-tmpdir@1.0.2 /tmp/app/node_modules/fsevents/node_modules/os-tmpdir process-nextick-args@1.0.7 /tmp/app/node_modules/fsevents/node_modules/process-nextick-args js-base64@2.4.3 /tmp/app/node_modules/js-base64 jasminewd2@2.2.0 /tmp/app/node_modules/jasminewd2 karma-chrome-launcher@2.2.0 /tmp/app/node_modules/karma-chrome-launcher karma-source-map-support@1.2.0 /tmp/app/node_modules/karma-source-map-support prelude-ls@1.1.2 /tmp/app/node_modules/prelude-ls lodash.camelcase@4.3.0 /tmp/app/node_modules/lodash.camelcase lodash.memoize@4.1.2 /tmp/app/node_modules/lodash.memoize lodash.tail@4.1.1 /tmp/app/node_modules/lodash.tail node-libs-browser@2.1.0 /tmp/app/node_modules/node-libs-browser co@3.0.6 /tmp/app/node_modules/pac-resolver/node_modules/co optionator@0.8.2 /tmp/app/node_modules/optionator thunkify@2.1.2 /tmp/app/node_modules/thunkify path-platform@0.11.15 /tmp/app/node_modules/path-platform pascalcase@0.1.1 /tmp/app/node_modules/pascalcase resolve@1.5.0 /tmp/app/node_modules/resolve postcss-load-config@1.2.0 /tmp/app/node_modules/postcss-load-config minimist@1.2.0 /tmp/app/node_modules/cosmiconfig/node_modules/minimist xxhashjs@0.2.2 /tmp/app/node_modules/xxhashjs pretty-error@2.1.1 /tmp/app/node_modules/pretty-error utila@0.3.3 /tmp/app/node_modules/dom-converter/node_modules/utila promise@7.3.1 /tmp/app/node_modules/promise qjobs@1.1.5 /tmp/app/node_modules/qjobs read-only-stream@2.0.0 /tmp/app/node_modules/read-only-stream strip-indent@1.0.1 /tmp/app/node_modules/strip-indent redis-parser@2.6.0 /tmp/app/node_modules/redis-parser redis@2.8.0 /tmp/app/node_modules/redis require-directory@2.1.1 /tmp/app/node_modules/require-directory resolve-cwd@2.0.0 /tmp/app/node_modules/resolve-cwd isobject@3.0.1 /tmp/app/node_modules/is-plain-object/node_modules/isobject set-getter@0.1.0 /tmp/app/node_modules/set-getter extend-shallow@3.0.2 /tmp/app/node_modules/split-string/node_modules/extend-shallow socket.io-parser@3.1.2 /tmp/app/node_modules/socket.io-parser isarray@2.0.1 /tmp/app/node_modules/socket.io-parser/node_modules/isarray socket.io-adapter@1.1.1 /tmp/app/node_modules/socket.io-adapter tsscmp@1.0.5 /tmp/app/node_modules/tsscmp useragent@2.3.0 /tmp/app/node_modules/useragent uws@0.14.5 /tmp/app/node_modules/uws whet.extend@0.9.9 /tmp/app/node_modules/whet.extend xml2js@0.4.19 /tmp/app/node_modules/xml2js browserslist@2.11.3 /tmp/app/node_modules/browserslist combine-source-map@0.8.0 /tmp/app/node_modules/combine-source-map csso@2.3.2 /tmp/app/node_modules/csso subarg@1.0.0 /tmp/app/node_modules/subarg source-map@0.6.1 /tmp/app/node_modules/uglify-js/node_modules/source-map read-pkg-up@1.0.1 /tmp/app/node_modules/read-pkg-up load-json-file@1.1.0 /tmp/app/node_modules/load-json-file isarray@0.0.1 /tmp/app/node_modules/amqplib/node_modules/isarray has-value@1.0.0 /tmp/app/node_modules/has-value kind-of@3.2.2 /tmp/app/node_modules/has-values/node_modules/is-number/node_modules/kind-of kind-of@4.0.0 /tmp/app/node_modules/has-values/node_modules/kind-of aproba@1.1.1 /tmp/app/node_modules/fsevents/node_modules/aproba strip-ansi@3.0.1 /tmp/app/node_modules/fsevents/node_modules/strip-ansi aws4@1.6.0 /tmp/app/node_modules/fsevents/node_modules/aws4 extend@3.0.1 /tmp/app/node_modules/fsevents/node_modules/extend form-data@2.1.4 /tmp/app/node_modules/fsevents/node_modules/form-data mime-db@1.27.0 /tmp/app/node_modules/fsevents/node_modules/mime-db jsonify@0.0.0 /tmp/app/node_modules/fsevents/node_modules/jsonify sshpk@1.13.0 /tmp/app/node_modules/fsevents/node_modules/sshpk dashdash@1.14.1 /tmp/app/node_modules/fsevents/node_modules/dashdash json-stringify-safe@5.0.1 /tmp/app/node_modules/fsevents/node_modules/json-stringify-safe inflight@1.0.6 /tmp/app/node_modules/fsevents/node_modules/inflight fstream@1.0.11 /tmp/app/node_modules/fsevents/node_modules/fstream ms@2.0.0 /tmp/app/node_modules/fsevents/node_modules/ms bcrypt-pbkdf@1.0.1 /tmp/app/node_modules/fsevents/node_modules/bcrypt-pbkdf ecc-jsbn@0.1.1 /tmp/app/node_modules/fsevents/node_modules/ecc-jsbn Installing any new modules (package.json + package-lock.json) unset-value@1.0.0 /tmp/app/node_modules/unset-value is-data-descriptor@0.1.4 /tmp/app/node_modules/class-utils/node_modules/is-data-descriptor static-extend@0.1.2 /tmp/app/node_modules/static-extend kind-of@5.1.0 /tmp/app/node_modules/static-extend/node_modules/kind-of is-data-descriptor@0.1.4 /tmp/app/node_modules/object-copy/node_modules/is-data-descriptor is-glob@4.0.0 /tmp/app/node_modules/copy-webpack-plugin/node_modules/is-glob repeat-string@0.2.2 /tmp/app/node_modules/expand-braces/node_modules/repeat-string http-proxy-middleware@0.17.4 /tmp/app/node_modules/http-proxy-middleware is-glob@3.1.0 /tmp/app/node_modules/http-proxy-middleware/node_modules/is-glob is-extglob@2.1.1 /tmp/app/node_modules/http-proxy-middleware/node_modules/is-extglob is-odd@1.0.0 /tmp/app/node_modules/is-odd is-number@3.0.0 /tmp/app/node_modules/is-odd/node_modules/is-number pify@2.3.0 /tmp/app/node_modules/less-loader/node_modules/pify log4js@2.5.2 /tmp/app/node_modules/log4js streamroller@0.7.0 /tmp/app/node_modules/streamroller debug@3.1.0 /tmp/app/node_modules/streamroller/node_modules/debug array-unique@0.3.2 /tmp/app/node_modules/nanomatch/node_modules/array-unique kind-of@5.1.0 /tmp/app/node_modules/nanomatch/node_modules/kind-of snapdragon@0.8.1 /tmp/app/node_modules/snapdragon define-property@0.2.5 /tmp/app/node_modules/snapdragon/node_modules/define-property is-descriptor@0.1.6 /tmp/app/node_modules/snapdragon/node_modules/is-descriptor is-data-descriptor@0.1.4 /tmp/app/node_modules/snapdragon/node_modules/is-data-descriptor kind-of@5.1.0 /tmp/app/node_modules/snapdragon/node_modules/kind-of use@2.0.2 /tmp/app/node_modules/use is-accessor-descriptor@0.1.6 /tmp/app/node_modules/use/node_modules/is-accessor-descriptor kind-of@5.1.0 /tmp/app/node_modules/use/node_modules/kind-of is-data-descriptor@0.1.4 /tmp/app/node_modules/to-regex/node_modules/is-data-descriptor kind-of@3.2.2 /tmp/app/node_modules/to-regex/node_modules/is-data-descriptor/node_modules/kind-of async@1.5.2 /tmp/app/node_modules/portfinder/node_modules/async loader-utils@0.2.17 /tmp/app/node_modules/source-map-loader/node_modules/loader-utils style-loader@0.20.1 /tmp/app/node_modules/style-loader adm-zip@0.4.4 /tmp/app/node_modules/webdriver-js-extender/node_modules/adm-zip tsickle@0.26.0 /tmp/app/node_modules/tsickle css-loader@0.28.9 /tmp/app/node_modules/css-loader cssnano@3.10.0 /tmp/app/node_modules/cssnano autoprefixer@6.7.7 /tmp/app/node_modules/cssnano/node_modules/autoprefixer postcss@5.2.18 /tmp/app/node_modules/cssnano/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/cssnano/node_modules/chalk postcss-calc@5.3.1 /tmp/app/node_modules/postcss-calc ansi-styles@2.2.1 /tmp/app/node_modules/postcss-calc/node_modules/ansi-styles chalk@1.1.3 /tmp/app/node_modules/postcss-colormin/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-colormin/node_modules/ansi-styles supports-color@3.2.3 /tmp/app/node_modules/postcss-discard-comments/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-discard-comments/node_modules/has-flag ansi-styles@2.2.1 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/ansi-styles supports-color@3.2.3 /tmp/app/node_modules/postcss-discard-empty/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-discard-empty/node_modules/has-flag postcss-discard-overridden@0.1.1 /tmp/app/node_modules/postcss-discard-overridden ansi-styles@2.2.1 /tmp/app/node_modules/postcss-discard-overridden/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-filter-plugins/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-filter-plugins/node_modules/supports-color postcss-merge-idents@2.1.7 /tmp/app/node_modules/postcss-merge-idents supports-color@2.0.0 /tmp/app/node_modules/postcss-merge-idents/node_modules/chalk/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-merge-longhand/node_modules/chalk postcss-merge-rules@2.1.2 /tmp/app/node_modules/postcss-merge-rules postcss@5.2.18 /tmp/app/node_modules/postcss-merge-rules/node_modules/postcss has-flag@1.0.0 /tmp/app/node_modules/postcss-merge-rules/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-minify-font-values/node_modules/postcss has-flag@1.0.0 /tmp/app/node_modules/postcss-minify-font-values/node_modules/has-flag prepend-http@1.0.4 /tmp/app/node_modules/prepend-http num2fraction@1.2.2 /tmp/app/node_modules/num2fraction esprima@3.1.3 /tmp/app/node_modules/degenerator/node_modules/esprima socks@1.1.10 /tmp/app/node_modules/socks smart-buffer@1.1.15 /tmp/app/node_modules/smart-buffer pinkie-promise@2.0.1 /tmp/app/node_modules/pinkie-promise postcss-value-parser@3.3.0 /tmp/app/node_modules/postcss-value-parser read-cache@1.0.0 /tmp/app/node_modules/read-cache pify@2.3.0 /tmp/app/node_modules/read-cache/node_modules/pify postcss-load-plugins@2.3.0 /tmp/app/node_modules/postcss-load-plugins htmlparser2@3.3.0 /tmp/app/node_modules/htmlparser2 domutils@1.1.6 /tmp/app/node_modules/htmlparser2/node_modules/domutils readable-stream@1.0.34 /tmp/app/node_modules/htmlparser2/node_modules/readable-stream raw-loader@0.5.1 /tmp/app/node_modules/raw-loader regex-not@1.0.0 /tmp/app/node_modules/regex-not relateurl@0.2.7 /tmp/app/node_modules/relateurl for-own@1.0.0 /tmp/app/node_modules/clone-deep/node_modules/for-own shallow-clone@0.1.2 /tmp/app/node_modules/shallow-clone for-in@0.1.8 /tmp/app/node_modules/mixin-object/node_modules/for-in saucelabs@1.3.0 /tmp/app/node_modules/saucelabs supports-color@3.2.3 /tmp/app/node_modules/postcss-minify-gradients/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-minify-selectors/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-minify-selectors/node_modules/chalk/node_modules/supports-color postcss-normalize-url@3.0.8 /tmp/app/node_modules/postcss-normalize-url ansi-styles@2.2.1 /tmp/app/node_modules/postcss-ordered-values/node_modules/ansi-styles supports-color@3.2.3 /tmp/app/node_modules/postcss-ordered-values/node_modules/supports-color ansi-styles@2.2.1 /tmp/app/node_modules/postcss-reduce-idents/node_modules/ansi-styles postcss@5.2.18 /tmp/app/node_modules/postcss-reduce-initial/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-reduce-initial/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-reduce-initial/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-reduce-initial/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-svgo/node_modules/supports-color supports-color@2.0.0 /tmp/app/node_modules/css-loader/node_modules/chalk/node_modules/supports-color load-json-file@2.0.0 /tmp/app/node_modules/webpack/node_modules/load-json-file strip-ansi@4.0.0 /tmp/app/node_modules/webpack/node_modules/string-width/node_modules/strip-ansi chokidar@2.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/chokidar micromatch@3.1.5 /tmp/app/node_modules/webpack-dev-server/node_modules/micromatch expand-brackets@2.1.4 /tmp/app/node_modules/webpack-dev-server/node_modules/expand-brackets is-descriptor@0.1.6 /tmp/app/node_modules/webpack-dev-server/node_modules/is-descriptor kind-of@3.2.2 /tmp/app/node_modules/webpack-dev-server/node_modules/is-data-descriptor/node_modules/kind-of supports-color@5.1.0 /tmp/app/node_modules/webpack-dev-server/node_modules/supports-color insert-module-globals@7.0.1 /tmp/app/node_modules/insert-module-globals string_decoder@0.10.31 /tmp/app/node_modules/insert-module-globals/node_modules/string_decoder acorn@4.0.13 /tmp/app/node_modules/syntax-error/node_modules/acorn form-data@2.0.0 /tmp/app/node_modules/loggly/node_modules/form-data chalk@1.1.3 /tmp/app/node_modules/loggly/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/loggly/node_modules/supports-color tunnel-agent@0.4.3 /tmp/app/node_modules/loggly/node_modules/tunnel-agent minimist@1.2.0 /tmp/app/node_modules/ts-node/node_modules/minimist chalk@2.3.0 /tmp/app/node_modules/tslint/node_modules/chalk chalk@1.1.3 /tmp/app/node_modules/node-sass/node_modules/chalk tunnel-agent@0.4.3 /tmp/app/node_modules/node-sass/node_modules/tunnel-agent ansi-styles@2.2.1 /tmp/app/node_modules/protractor/node_modules/ansi-styles minimist@1.2.0 /tmp/app/node_modules/protractor/node_modules/minimist node-pre-gyp@0.6.39 /tmp/app/node_modules/fsevents/node_modules/node-pre-gyp osenv@0.1.4 /tmp/app/node_modules/fsevents/node_modules/osenv os-homedir@1.0.2 /tmp/app/node_modules/fsevents/node_modules/os-homedir are-we-there-yet@1.1.4 /tmp/app/node_modules/fsevents/node_modules/are-we-there-yet gauge@2.7.4 /tmp/app/node_modules/fsevents/node_modules/gauge object-assign@4.1.1 /tmp/app/node_modules/fsevents/node_modules/object-assign set-value@2.0.0 /tmp/app/node_modules/set-value engine.io@3.1.4 /tmp/app/node_modules/engine.io sockjs@0.3.19 /tmp/app/node_modules/sockjs spdy@3.4.7 /tmp/app/node_modules/spdy spdy-transport@2.0.20 /tmp/app/node_modules/spdy-transport stream-splicer@2.0.0 /tmp/app/node_modules/stream-splicer toposort@1.0.6 /tmp/app/node_modules/toposort tsutils@2.19.1 /tmp/app/node_modules/tsutils uniqid@4.1.1 /tmp/app/node_modules/uniqid uniqs@2.0.0 /tmp/app/node_modules/uniqs v8flags@3.0.1 /tmp/app/node_modules/v8flags vendors@1.0.1 /tmp/app/node_modules/vendors webpack-core@0.6.9 /tmp/app/node_modules/webpack-core xmlbuilder@9.0.4 /tmp/app/node_modules/xmlbuilder JSONStream@1.3.2 /tmp/app/node_modules/JSONStream ansi-html@0.0.7 /tmp/app/node_modules/ansi-html convert-source-map@1.1.3 /tmp/app/node_modules/combine-source-map/node_modules/convert-source-map umd@3.0.1 /tmp/app/node_modules/umd clap@1.2.3 /tmp/app/node_modules/clap ansi-styles@2.2.1 /tmp/app/node_modules/clap/node_modules/ansi-styles minimist@1.2.0 /tmp/app/node_modules/subarg/node_modules/minimist html-minifier@3.5.8 /tmp/app/node_modules/html-minifier find-up@1.1.2 /tmp/app/node_modules/read-pkg-up/node_modules/find-up sass-graph@2.2.4 /tmp/app/node_modules/sass-graph scss-tokenizer@0.2.3 /tmp/app/node_modules/scss-tokenizer yargs@7.1.0 /tmp/app/node_modules/yargs yargs-parser@5.0.0 /tmp/app/node_modules/yargs-parser typescript@2.5.3 /tmp/app/node_modules/typescript base@0.11.2 /tmp/app/node_modules/base is-number@3.0.0 /tmp/app/node_modules/has-values/node_modules/is-number is-descriptor@0.1.6 /tmp/app/node_modules/class-utils/node_modules/is-descriptor kind-of@5.1.0 /tmp/app/node_modules/class-utils/node_modules/kind-of is-data-descriptor@0.1.4 /tmp/app/node_modules/static-extend/node_modules/is-data-descriptor object-copy@0.1.0 /tmp/app/node_modules/object-copy is-extendable@1.0.1 /tmp/app/node_modules/mixin-deep/node_modules/is-extendable bl@1.1.2 /tmp/app/node_modules/bl string_decoder@0.10.31 /tmp/app/node_modules/bl/node_modules/string_decoder loader-utils@0.2.17 /tmp/app/node_modules/html-webpack-plugin/node_modules/loader-utils debug@3.1.0 /tmp/app/node_modules/log4js/node_modules/debug mailgun-js@0.7.15 /tmp/app/node_modules/mailgun-js async@2.1.5 /tmp/app/node_modules/mailgun-js/node_modules/async debug@2.2.0 /tmp/app/node_modules/mailgun-js/node_modules/debug lru-cache@2.6.5 /tmp/app/node_modules/proxy-agent/node_modules/lru-cache kind-of@3.2.2 /tmp/app/node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of lazy-cache@2.0.2 /tmp/app/node_modules/use/node_modules/lazy-cache kind-of@3.2.2 /tmp/app/node_modules/to-regex/node_modules/is-accessor-descriptor/node_modules/kind-of nodemailer@2.7.2 /tmp/app/node_modules/nodemailer reduce-function-call@1.0.2 /tmp/app/node_modules/reduce-function-call sockjs-client@1.1.4 /tmp/app/node_modules/sockjs-client source-map-loader@0.2.3 /tmp/app/node_modules/source-map-loader is-number@3.0.0 /tmp/app/node_modules/to-regex-range/node_modules/is-number webdriver-js-extender@1.0.0 /tmp/app/node_modules/webdriver-js-extender selenium-webdriver@2.53.3 /tmp/app/node_modules/webdriver-js-extender/node_modules/selenium-webdriver tmp@0.0.24 /tmp/app/node_modules/webdriver-js-extender/node_modules/tmp ws@1.1.5 /tmp/app/node_modules/webdriver-js-extender/node_modules/ws minimist@1.2.0 /tmp/app/node_modules/@angular/compiler-cli/node_modules/minimist typescript@2.6.2 /tmp/app/node_modules/@angular-devkit/build-optimizer/node_modules/typescript ansi-styles@2.2.1 /tmp/app/node_modules/postcss-discard-comments/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-discard-comments/node_modules/chalk/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/has-flag ansi-styles@2.2.1 /tmp/app/node_modules/postcss-discard-empty/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-discard-empty/node_modules/chalk/node_modules/supports-color supports-color@2.0.0 /tmp/app/node_modules/postcss-discard-overridden/node_modules/chalk/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-discard-unused/node_modules/chalk supports-color@3.2.3 /tmp/app/node_modules/postcss-discard-unused/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-merge-idents/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-merge-idents/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-merge-idents/node_modules/ansi-styles supports-color@3.2.3 /tmp/app/node_modules/postcss-merge-idents/node_modules/supports-color postcss-merge-longhand@2.0.2 /tmp/app/node_modules/postcss-merge-longhand ansi-styles@2.2.1 /tmp/app/node_modules/postcss-merge-longhand/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/postcss-merge-longhand/node_modules/has-flag postcss-minify-font-values@1.0.5 /tmp/app/node_modules/postcss-minify-font-values supports-color@2.0.0 /tmp/app/node_modules/postcss-minify-font-values/node_modules/chalk/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-minify-gradients/node_modules/chalk postcss-minify-params@1.2.2 /tmp/app/node_modules/postcss-minify-params postcss@5.2.18 /tmp/app/node_modules/postcss-minify-params/node_modules/postcss has-flag@1.0.0 /tmp/app/node_modules/postcss-minify-params/node_modules/has-flag postcss-minify-selectors@2.1.1 /tmp/app/node_modules/postcss-minify-selectors ansi-styles@2.2.1 /tmp/app/node_modules/postcss-normalize-charset/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/postcss-normalize-charset/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-normalize-url/node_modules/postcss postcss-reduce-idents@2.4.0 /tmp/app/node_modules/postcss-reduce-idents postcss-reduce-initial@1.0.1 /tmp/app/node_modules/postcss-reduce-initial ansi-styles@2.2.1 /tmp/app/node_modules/postcss-reduce-initial/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/postcss-reduce-initial/node_modules/has-flag chalk@1.1.3 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/chalk supports-color@3.2.3 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/has-flag postcss-svgo@2.1.6 /tmp/app/node_modules/postcss-svgo chalk@1.1.3 /tmp/app/node_modules/postcss-svgo/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-svgo/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-svgo/node_modules/chalk/node_modules/supports-color postcss-unique-selectors@2.0.2 /tmp/app/node_modules/postcss-unique-selectors chalk@1.1.3 /tmp/app/node_modules/postcss-unique-selectors/node_modules/chalk supports-color@3.2.3 /tmp/app/node_modules/postcss-unique-selectors/node_modules/supports-color postcss-zindex@2.2.0 /tmp/app/node_modules/postcss-zindex postcss@5.2.18 /tmp/app/node_modules/postcss-zindex/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-zindex/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-zindex/node_modules/chalk/node_modules/supports-color glob@7.0.6 /tmp/app/node_modules/stylus/node_modules/glob source-map@0.6.1 /tmp/app/node_modules/uglifyjs-webpack-plugin/node_modules/source-map uglify-es@3.3.9 /tmp/app/node_modules/uglifyjs-webpack-plugin/node_modules/uglify-es commander@2.13.0 /tmp/app/node_modules/uglifyjs-webpack-plugin/node_modules/commander uglify-js@2.8.29 /tmp/app/node_modules/webpack/node_modules/uglify-js yargs@3.10.0 /tmp/app/node_modules/webpack/node_modules/uglify-js/node_modules/yargs yargs@8.0.2 /tmp/app/node_modules/webpack/node_modules/yargs camelcase@4.1.0 /tmp/app/node_modules/webpack/node_modules/yargs/node_modules/camelcase cliui@3.2.0 /tmp/app/node_modules/webpack/node_modules/yargs/node_modules/cliui string-width@1.0.2 /tmp/app/node_modules/webpack/node_modules/yargs/node_modules/cliui/node_modules/string-width ansi-regex@3.0.0 /tmp/app/node_modules/webpack/node_modules/ansi-regex array-unique@0.3.2 /tmp/app/node_modules/webpack-dev-server/node_modules/array-unique debug@2.6.9 /tmp/app/node_modules/webpack-dev-server/node_modules/expand-brackets/node_modules/debug kind-of@6.0.2 /tmp/app/node_modules/webpack-dev-server/node_modules/kind-of is-glob@3.1.0 /tmp/app/node_modules/webpack-dev-server/node_modules/glob-parent/node_modules/is-glob del@3.0.0 /tmp/app/node_modules/del lodash.memoize@3.0.4 /tmp/app/node_modules/insert-module-globals/node_modules/lodash.memoize concat-stream@1.5.2 /tmp/app/node_modules/browserify/node_modules/concat-stream syntax-error@1.3.0 /tmp/app/node_modules/syntax-error timers-browserify@1.4.2 /tmp/app/node_modules/browserify/node_modules/timers-browserify source-map@0.6.1 /tmp/app/node_modules/karma/node_modules/source-map loggly@1.1.1 /tmp/app/node_modules/loggly querystring-es3@0.2.1 /tmp/app/node_modules/querystring-es3 stream-browserify@2.0.1 /tmp/app/node_modules/stream-browserify timers-browserify@2.0.6 /tmp/app/node_modules/timers-browserify nodemailer-smtp-pool@2.8.2 /tmp/app/node_modules/nodemailer-smtp-pool spdx-correct@1.0.2 /tmp/app/node_modules/spdx-correct spdx-license-ids@1.2.2 /tmp/app/node_modules/spdx-license-ids normalize-url@1.9.1 /tmp/app/node_modules/normalize-url query-string@4.3.4 /tmp/app/node_modules/query-string npm-run-path@2.0.2 /tmp/app/node_modules/npm-run-path set-blocking@2.0.0 /tmp/app/node_modules/set-blocking opn@5.1.0 /tmp/app/node_modules/opn options@0.0.6 /tmp/app/node_modules/options os-homedir@1.0.2 /tmp/app/node_modules/os-homedir wordwrap@1.0.0 /tmp/app/node_modules/optionator/node_modules/wordwrap ip@1.0.1 /tmp/app/node_modules/pac-resolver/node_modules/ip socks-proxy-agent@2.1.1 /tmp/app/node_modules/socks-proxy-agent parents@1.0.1 /tmp/app/node_modules/parents posix-character-classes@0.1.1 /tmp/app/node_modules/posix-character-classes postcss-message-helpers@2.0.0 /tmp/app/node_modules/postcss-message-helpers postcss-modules-extract-imports@1.2.0 /tmp/app/node_modules/postcss-modules-extract-imports postcss-modules-local-by-default@1.2.0 /tmp/app/node_modules/postcss-modules-local-by-default uniq@1.0.1 /tmp/app/node_modules/uniq string_decoder@0.10.31 /tmp/app/node_modules/htmlparser2/node_modules/string_decoder utila@0.4.0 /tmp/app/node_modules/utila is-plain-object@2.0.4 /tmp/app/node_modules/is-plain-object kind-of@2.0.1 /tmp/app/node_modules/shallow-clone/node_modules/kind-of sassypam@0.0.1 /tmp/app/node_modules/sassypam to-object-path@0.3.0 /tmp/app/node_modules/to-object-path snapdragon-util@3.0.1 /tmp/app/node_modules/snapdragon-util to-array@0.1.4 /tmp/app/node_modules/to-array accepts@1.3.3 /tmp/app/node_modules/engine.io/node_modules/accepts atob@2.0.3 /tmp/app/node_modules/atob source-map-url@0.4.0 /tmp/app/node_modules/source-map-url urix@0.1.0 /tmp/app/node_modules/urix stream-combiner2@1.1.1 /tmp/app/node_modules/stream-combiner2 strip-eof@1.0.0 /tmp/app/node_modules/strip-eof stylus-loader@3.0.1 /tmp/app/node_modules/stylus-loader when@3.6.4 /tmp/app/node_modules/when url-loader@0.6.2 /tmp/app/node_modules/url-loader uglify-to-browserify@1.0.2 /tmp/app/node_modules/uglify-to-browserify webpack-subresource-integrity@1.0.3 /tmp/app/node_modules/webpack-subresource-integrity which-module@1.0.0 /tmp/app/node_modules/which-module worker-farm@1.5.2 /tmp/app/node_modules/worker-farm yn@2.0.0 /tmp/app/node_modules/yn autoprefixer@7.2.5 /tmp/app/node_modules/autoprefixer browser-pack@6.0.3 /tmp/app/node_modules/browser-pack chalk@1.1.3 /tmp/app/node_modules/clap/node_modules/chalk he@1.1.1 /tmp/app/node_modules/he import-local@1.0.0 /tmp/app/node_modules/import-local in-publish@2.0.0 /tmp/app/node_modules/in-publish path-exists@2.1.0 /tmp/app/node_modules/read-pkg-up/node_modules/path-exists nopt@4.0.1 /tmp/app/node_modules/nopt camelcase@3.0.0 /tmp/app/node_modules/yargs/node_modules/camelcase camelcase@3.0.0 /tmp/app/node_modules/yargs-parser/node_modules/camelcase svgo@0.7.2 /tmp/app/node_modules/svgo browser-resolve@1.11.2 /tmp/app/node_modules/browser-resolve @schematics/angular@0.1.17 /tmp/app/node_modules/@schematics/angular typescript@2.6.2 /tmp/app/node_modules/@schematics/angular/node_modules/typescript cache-base@1.0.1 /tmp/app/node_modules/cache-base set-value@0.4.3 /tmp/app/node_modules/union-value/node_modules/set-value has-values@0.1.4 /tmp/app/node_modules/unset-value/node_modules/has-values isobject@3.0.1 /tmp/app/node_modules/unset-value/node_modules/isobject is-accessor-descriptor@0.1.6 /tmp/app/node_modules/class-utils/node_modules/is-accessor-descriptor kind-of@3.2.2 /tmp/app/node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of is-descriptor@0.1.6 /tmp/app/node_modules/static-extend/node_modules/is-descriptor is-accessor-descriptor@0.1.6 /tmp/app/node_modules/static-extend/node_modules/is-accessor-descriptor kind-of@3.2.2 /tmp/app/node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of kind-of@3.2.2 /tmp/app/node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of define-property@0.2.5 /tmp/app/node_modules/object-copy/node_modules/define-property isobject@3.0.1 /tmp/app/node_modules/base/node_modules/isobject readable-stream@2.0.6 /tmp/app/node_modules/bl/node_modules/readable-stream execa@0.7.0 /tmp/app/node_modules/execa expand-braces@0.1.2 /tmp/app/node_modules/expand-braces path-proxy@1.0.0 /tmp/app/node_modules/path-proxy inflection@1.3.8 /tmp/app/node_modules/path-proxy/node_modules/inflection proxy-agent@2.0.0 /tmp/app/node_modules/proxy-agent q@1.4.1 /tmp/app/node_modules/mailgun-js/node_modules/q object.pick@1.3.0 /tmp/app/node_modules/object.pick define-property@0.2.5 /tmp/app/node_modules/use/node_modules/define-property kind-of@3.2.2 /tmp/app/node_modules/use/node_modules/is-accessor-descriptor/node_modules/kind-of kind-of@3.2.2 /tmp/app/node_modules/use/node_modules/is-data-descriptor/node_modules/kind-of define-property@0.2.5 /tmp/app/node_modules/to-regex/node_modules/define-property is-descriptor@0.1.6 /tmp/app/node_modules/to-regex/node_modules/is-descriptor balanced-match@0.4.2 /tmp/app/node_modules/reduce-function-call/node_modules/balanced-match url-parse@1.2.0 /tmp/app/node_modules/url-parse querystringify@1.0.0 /tmp/app/node_modules/url-parse/node_modules/querystringify source-map@0.6.1 /tmp/app/node_modules/source-map-loader/node_modules/source-map @angular/cli@1.6.6 /tmp/app/node_modules/@angular/cli browserslist@1.7.7 /tmp/app/node_modules/cssnano/node_modules/browserslist supports-color@3.2.3 /tmp/app/node_modules/cssnano/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/cssnano/node_modules/has-flag supports-color@2.0.0 /tmp/app/node_modules/postcss-colormin/node_modules/chalk/node_modules/supports-color ansi-styles@2.2.1 /tmp/app/node_modules/postcss-convert-values/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/postcss-convert-values/node_modules/has-flag postcss-discard-comments@2.0.4 /tmp/app/node_modules/postcss-discard-comments chalk@1.1.3 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/chalk postcss@5.2.18 /tmp/app/node_modules/postcss-discard-overridden/node_modules/postcss has-flag@1.0.0 /tmp/app/node_modules/postcss-discard-unused/node_modules/has-flag postcss-filter-plugins@2.0.2 /tmp/app/node_modules/postcss-filter-plugins supports-color@2.0.0 /tmp/app/node_modules/postcss-merge-longhand/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-merge-longhand/node_modules/supports-color browserslist@1.7.7 /tmp/app/node_modules/postcss-merge-rules/node_modules/browserslist supports-color@2.0.0 /tmp/app/node_modules/postcss-merge-rules/node_modules/chalk/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-minify-font-values/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-minify-params/node_modules/chalk/node_modules/supports-color ansi-styles@2.2.1 /tmp/app/node_modules/postcss-minify-selectors/node_modules/ansi-styles postcss@5.2.18 /tmp/app/node_modules/postcss-normalize-charset/node_modules/postcss supports-color@2.0.0 /tmp/app/node_modules/postcss-ordered-values/node_modules/chalk/node_modules/supports-color supports-color@2.0.0 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/chalk/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-svgo/node_modules/postcss supports-color@2.0.0 /tmp/app/node_modules/postcss-unique-selectors/node_modules/chalk/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-zindex/node_modules/has-flag ansi-styles@2.2.1 /tmp/app/node_modules/css-loader/node_modules/ansi-styles sax@0.5.8 /tmp/app/node_modules/stylus/node_modules/sax uglifyjs-webpack-plugin@1.1.8 /tmp/app/node_modules/uglifyjs-webpack-plugin uglifyjs-webpack-plugin@0.4.6 /tmp/app/node_modules/webpack/node_modules/uglifyjs-webpack-plugin read-pkg@2.0.0 /tmp/app/node_modules/webpack/node_modules/read-pkg which-module@2.0.0 /tmp/app/node_modules/webpack/node_modules/which-module camelcase@4.1.0 /tmp/app/node_modules/webpack/node_modules/yargs-parser/node_modules/camelcase webpack-dev-server@2.11.1 /tmp/app/node_modules/webpack-dev-server braces@2.3.0 /tmp/app/node_modules/webpack-dev-server/node_modules/braces fill-range@4.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/fill-range is-data-descriptor@0.1.4 /tmp/app/node_modules/webpack-dev-server/node_modules/is-data-descriptor debug@3.1.0 /tmp/app/node_modules/webpack-dev-server/node_modules/debug globby@6.1.0 /tmp/app/node_modules/del/node_modules/globby yargs@6.6.0 /tmp/app/node_modules/webpack-dev-server/node_modules/yargs yargs-parser@4.2.1 /tmp/app/node_modules/webpack-dev-server/node_modules/yargs-parser readable-stream@2.0.6 /tmp/app/node_modules/insert-module-globals/node_modules/readable-stream karma@2.0.0 /tmp/app/node_modules/karma browserify@14.5.0 /tmp/app/node_modules/browserify request@2.75.0 /tmp/app/node_modules/loggly/node_modules/request ansi-styles@2.2.1 /tmp/app/node_modules/node-sass/node_modules/ansi-styles chalk@1.1.3 /tmp/app/node_modules/protractor/node_modules/chalk q@1.4.1 /tmp/app/node_modules/protractor/node_modules/q del@2.2.2 /tmp/app/node_modules/protractor/node_modules/del fsevents@1.1.3 /tmp/app/node_modules/fsevents hoek@2.16.3 /tmp/app/node_modules/fsevents/node_modules/hoek minimist@0.0.8 /tmp/app/node_modules/fsevents/node_modules/minimist delegates@1.0.0 /tmp/app/node_modules/fsevents/node_modules/delegates buffer-shims@1.0.0 /tmp/app/node_modules/fsevents/node_modules/buffer-shims inherits@2.0.3 /tmp/app/node_modules/fsevents/node_modules/inherits console-control-strings@1.1.0 /tmp/app/node_modules/fsevents/node_modules/console-control-strings string-width@1.0.2 /tmp/app/node_modules/fsevents/node_modules/string-width ansi-regex@2.1.1 /tmp/app/node_modules/fsevents/node_modules/ansi-regex set-blocking@2.0.0 /tmp/app/node_modules/fsevents/node_modules/set-blocking rc@1.2.1 /tmp/app/node_modules/fsevents/node_modules/rc ini@1.3.4 /tmp/app/node_modules/fsevents/node_modules/ini minimist@1.2.0 /tmp/app/node_modules/fsevents/node_modules/rc/node_modules/minimist strip-json-comments@2.0.1 /tmp/app/node_modules/fsevents/node_modules/strip-json-comments request@2.81.0 /tmp/app/node_modules/fsevents/node_modules/request aws-sign2@0.6.0 /tmp/app/node_modules/fsevents/node_modules/aws-sign2 caseless@0.12.0 /tmp/app/node_modules/fsevents/node_modules/caseless combined-stream@1.0.5 /tmp/app/node_modules/fsevents/node_modules/combined-stream delayed-stream@1.0.0 /tmp/app/node_modules/fsevents/node_modules/delayed-stream forever-agent@0.6.1 /tmp/app/node_modules/fsevents/node_modules/forever-agent asynckit@0.4.0 /tmp/app/node_modules/fsevents/node_modules/asynckit har-validator@4.2.1 /tmp/app/node_modules/fsevents/node_modules/har-validator ajv@4.11.8 /tmp/app/node_modules/fsevents/node_modules/ajv co@4.6.0 /tmp/app/node_modules/fsevents/node_modules/co extsprintf@1.0.2 /tmp/app/node_modules/fsevents/node_modules/extsprintf verror@1.3.6 /tmp/app/node_modules/fsevents/node_modules/verror asn1@0.2.3 /tmp/app/node_modules/fsevents/node_modules/asn1 getpass@0.1.7 /tmp/app/node_modules/fsevents/node_modules/getpass assert-plus@1.0.0 /tmp/app/node_modules/fsevents/node_modules/getpass/node_modules/assert-plus oauth-sign@0.8.2 /tmp/app/node_modules/fsevents/node_modules/oauth-sign performance-now@0.2.0 /tmp/app/node_modules/fsevents/node_modules/performance-now stringstream@0.0.5 /tmp/app/node_modules/fsevents/node_modules/stringstream punycode@1.4.1 /tmp/app/node_modules/fsevents/node_modules/punycode tunnel-agent@0.6.0 /tmp/app/node_modules/fsevents/node_modules/tunnel-agent uuid@3.0.1 /tmp/app/node_modules/fsevents/node_modules/uuid fs.realpath@1.0.0 /tmp/app/node_modules/fsevents/node_modules/fs.realpath once@1.4.0 /tmp/app/node_modules/fsevents/node_modules/once wrappy@1.0.2 /tmp/app/node_modules/fsevents/node_modules/wrappy minimatch@3.0.4 /tmp/app/node_modules/fsevents/node_modules/minimatch brace-expansion@1.1.7 /tmp/app/node_modules/fsevents/node_modules/brace-expansion concat-map@0.0.1 /tmp/app/node_modules/fsevents/node_modules/concat-map path-is-absolute@1.0.1 /tmp/app/node_modules/fsevents/node_modules/path-is-absolute debug@2.6.8 /tmp/app/node_modules/fsevents/node_modules/debug uid-number@0.0.6 /tmp/app/node_modules/fsevents/node_modules/uid-number jsbn@0.1.1 /tmp/app/node_modules/fsevents/node_modules/jsbn jodid25519@1.0.2 /tmp/app/node_modules/fsevents/node_modules/jodid25519 node-modules-path@1.0.1 /tmp/app/node_modules/node-modules-path path-key@2.0.1 /tmp/app/node_modules/path-key os-tmpdir@1.0.2 /tmp/app/node_modules/os-tmpdir pac-proxy-agent@1.1.0 /tmp/app/node_modules/pac-proxy-agent pac-resolver@2.0.0 /tmp/app/node_modules/pac-resolver degenerator@1.0.4 /tmp/app/node_modules/degenerator escodegen@1.9.0 /tmp/app/node_modules/escodegen esprima@3.1.3 /tmp/app/node_modules/escodegen/node_modules/esprima parse-json@2.2.0 /tmp/app/node_modules/parse-json cosmiconfig@2.2.2 /tmp/app/node_modules/cosmiconfig require-from-string@1.2.1 /tmp/app/node_modules/require-from-string postcss-loader@2.0.10 /tmp/app/node_modules/postcss-loader postcss-modules-values@1.3.0 /tmp/app/node_modules/postcss-modules-values postcss-selector-parser@2.2.3 /tmp/app/node_modules/postcss-selector-parser mime@1.6.0 /tmp/app/node_modules/mime utila@0.3.3 /tmp/app/node_modules/renderkid/node_modules/utila require-main-filename@1.0.1 /tmp/app/node_modules/require-main-filename resolve-from@3.0.0 /tmp/app/node_modules/resolve-from resolve-url@0.2.1 /tmp/app/node_modules/resolve-url mixin-object@2.0.1 /tmp/app/node_modules/mixin-object sax@1.2.4 /tmp/app/node_modules/sax selfsigned@1.10.2 /tmp/app/node_modules/selfsigned serialize-javascript@1.4.0 /tmp/app/node_modules/serialize-javascript serve-index@1.9.1 /tmp/app/node_modules/serve-index split-string@3.1.0 /tmp/app/node_modules/split-string is-extendable@1.0.1 /tmp/app/node_modules/split-string/node_modules/is-extendable shebang-command@1.2.0 /tmp/app/node_modules/shebang-command silent-error@1.1.0 /tmp/app/node_modules/silent-error when@3.7.8 /tmp/app/node_modules/requestretry/node_modules/when socket.io-client@2.0.4 /tmp/app/node_modules/socket.io-client stdout-stream@1.4.0 /tmp/app/node_modules/stdout-stream strip-json-comments@2.0.1 /tmp/app/node_modules/strip-json-comments tar@2.2.1 /tmp/app/node_modules/tar timespan@2.3.0 /tmp/app/node_modules/timespan string_decoder@0.10.31 /tmp/app/node_modules/browserify/node_modules/concat-stream/node_modules/string_decoder caseless@0.11.0 /tmp/app/node_modules/loggly/node_modules/caseless ts-node@4.1.0 /tmp/app/node_modules/ts-node chalk@2.3.0 /tmp/app/node_modules/ts-node/node_modules/chalk semver@5.3.0 /tmp/app/node_modules/node-gyp/node_modules/semver supports-color@2.0.0 /tmp/app/node_modules/node-sass/node_modules/supports-color caseless@0.11.0 /tmp/app/node_modules/node-sass/node_modules/caseless supports-color@2.0.0 /tmp/app/node_modules/protractor/node_modules/supports-color cryptiles@2.0.5 /tmp/app/node_modules/fsevents/node_modules/cryptiles mkdirp@0.5.1 /tmp/app/node_modules/fsevents/node_modules/mkdirp npmlog@4.1.0 /tmp/app/node_modules/fsevents/node_modules/npmlog readable-stream@2.2.9 /tmp/app/node_modules/fsevents/node_modules/readable-stream core-util-is@1.0.2 /tmp/app/node_modules/fsevents/node_modules/core-util-is isarray@1.0.0 /tmp/app/node_modules/fsevents/node_modules/isarray string_decoder@1.0.1 /tmp/app/node_modules/fsevents/node_modules/string_decoder is-fullwidth-code-point@1.0.0 /tmp/app/node_modules/fsevents/node_modules/is-fullwidth-code-point wide-align@1.1.2 /tmp/app/node_modules/fsevents/node_modules/wide-align mime-types@2.1.15 /tmp/app/node_modules/fsevents/node_modules/mime-types har-schema@1.0.5 /tmp/app/node_modules/fsevents/node_modules/har-schema http-signature@1.1.1 /tmp/app/node_modules/fsevents/node_modules/http-signature assert-plus@0.2.0 /tmp/app/node_modules/fsevents/node_modules/assert-plus json-schema@0.2.3 /tmp/app/node_modules/fsevents/node_modules/json-schema assert-plus@1.0.0 /tmp/app/node_modules/fsevents/node_modules/sshpk/node_modules/assert-plus rimraf@2.6.1 /tmp/app/node_modules/fsevents/node_modules/rimraf glob@7.1.2 /tmp/app/node_modules/fsevents/node_modules/glob tar@2.2.1 /tmp/app/node_modules/fsevents/node_modules/tar fstream-ignore@1.0.5 /tmp/app/node_modules/fsevents/node_modules/fstream-ignore tweetnacl@0.14.5 /tmp/app/node_modules/fsevents/node_modules/tweetnacl webpack-dev-middleware@1.12.2 /tmp/app/node_modules/webpack-dev-middleware source-list-map@0.1.8 /tmp/app/node_modules/webpack-core/node_modules/source-list-map source-map@0.4.4 /tmp/app/node_modules/webpack-core/node_modules/source-map deps-sort@2.0.0 /tmp/app/node_modules/deps-sort json-stable-stringify@0.0.1 /tmp/app/node_modules/shasum/node_modules/json-stable-stringify uglify-js@3.3.9 /tmp/app/node_modules/uglify-js commander@2.13.0 /tmp/app/node_modules/uglify-js/node_modules/commander image-size@0.5.5 /tmp/app/node_modules/image-size meow@3.7.0 /tmp/app/node_modules/meow read-pkg@1.1.0 /tmp/app/node_modules/read-pkg pify@2.3.0 /tmp/app/node_modules/read-pkg/node_modules/pify less@2.7.3 /tmp/app/node_modules/less source-map@0.4.4 /tmp/app/node_modules/scss-tokenizer/node_modules/source-map resolve@1.1.7 /tmp/app/node_modules/browser-resolve/node_modules/resolve readable-stream@1.1.14 /tmp/app/node_modules/amqplib/node_modules/readable-stream has-values@1.0.0 /tmp/app/node_modules/has-values union-value@1.0.0 /tmp/app/node_modules/union-value has-value@0.3.1 /tmp/app/node_modules/unset-value/node_modules/has-value isobject@2.1.0 /tmp/app/node_modules/unset-value/node_modules/has-value/node_modules/isobject isobject@3.0.1 /tmp/app/node_modules/class-utils/node_modules/isobject define-property@0.2.5 /tmp/app/node_modules/static-extend/node_modules/define-property is-descriptor@0.1.6 /tmp/app/node_modules/object-copy/node_modules/is-descriptor is-accessor-descriptor@0.1.6 /tmp/app/node_modules/object-copy/node_modules/is-accessor-descriptor kind-of@5.1.0 /tmp/app/node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of mixin-deep@1.3.0 /tmp/app/node_modules/mixin-deep blocking-proxy@0.0.5 /tmp/app/node_modules/blocking-proxy connect@3.6.5 /tmp/app/node_modules/connect finalhandler@1.0.6 /tmp/app/node_modules/connect/node_modules/finalhandler braces@0.1.5 /tmp/app/node_modules/expand-braces/node_modules/braces isarray@0.0.1 /tmp/app/node_modules/labeled-stream-splicer/node_modules/isarray less-loader@4.0.5 /tmp/app/node_modules/less-loader ms@0.7.1 /tmp/app/node_modules/mailgun-js/node_modules/ms arr-diff@4.0.0 /tmp/app/node_modules/nanomatch/node_modules/arr-diff isobject@3.0.1 /tmp/app/node_modules/object.pick/node_modules/isobject is-accessor-descriptor@0.1.6 /tmp/app/node_modules/snapdragon/node_modules/is-accessor-descriptor kind-of@3.2.2 /tmp/app/node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of is-descriptor@0.1.6 /tmp/app/node_modules/use/node_modules/is-descriptor to-regex@3.0.1 /tmp/app/node_modules/to-regex is-accessor-descriptor@0.1.6 /tmp/app/node_modules/to-regex/node_modules/is-accessor-descriptor socks@1.1.9 /tmp/app/node_modules/nodemailer/node_modules/socks portfinder@1.0.13 /tmp/app/node_modules/portfinder balanced-match@0.4.2 /tmp/app/node_modules/reduce-css-calc/node_modules/balanced-match snapdragon-node@2.1.1 /tmp/app/node_modules/snapdragon-node isobject@3.0.1 /tmp/app/node_modules/snapdragon-node/node_modules/isobject faye-websocket@0.11.1 /tmp/app/node_modules/sockjs-client/node_modules/faye-websocket to-regex-range@2.1.1 /tmp/app/node_modules/to-regex-range true-case-path@1.0.2 /tmp/app/node_modules/true-case-path tsconfig@7.0.0 /tmp/app/node_modules/tsconfig ultron@1.0.2 /tmp/app/node_modules/webdriver-js-extender/node_modules/ultron @angular/compiler-cli@5.2.2 /tmp/app/node_modules/@angular/compiler-cli minimist@1.2.0 /tmp/app/node_modules/tsickle/node_modules/minimist ansi-styles@2.2.1 /tmp/app/node_modules/cssnano/node_modules/ansi-styles postcss@5.2.18 /tmp/app/node_modules/postcss-colormin/node_modules/postcss supports-color@3.2.3 /tmp/app/node_modules/postcss-colormin/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-colormin/node_modules/has-flag postcss-convert-values@2.6.1 /tmp/app/node_modules/postcss-convert-values chalk@1.1.3 /tmp/app/node_modules/postcss-convert-values/node_modules/chalk supports-color@3.2.3 /tmp/app/node_modules/postcss-convert-values/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-discard-comments/node_modules/chalk postcss@5.2.18 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/postcss supports-color@3.2.3 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-discard-empty/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-discard-empty/node_modules/chalk supports-color@3.2.3 /tmp/app/node_modules/postcss-discard-overridden/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-discard-overridden/node_modules/has-flag postcss-discard-unused@2.2.3 /tmp/app/node_modules/postcss-discard-unused supports-color@2.0.0 /tmp/app/node_modules/postcss-discard-unused/node_modules/chalk/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-filter-plugins/node_modules/postcss browserslist@1.7.7 /tmp/app/node_modules/caniuse-api/node_modules/browserslist supports-color@3.2.3 /tmp/app/node_modules/postcss-merge-rules/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-minify-font-values/node_modules/supports-color postcss-minify-gradients@1.0.5 /tmp/app/node_modules/postcss-minify-gradients has-flag@1.0.0 /tmp/app/node_modules/postcss-minify-gradients/node_modules/has-flag supports-color@3.2.3 /tmp/app/node_modules/postcss-minify-params/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-minify-selectors/node_modules/postcss supports-color@3.2.3 /tmp/app/node_modules/postcss-minify-selectors/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-minify-selectors/node_modules/has-flag chalk@1.1.3 /tmp/app/node_modules/postcss-normalize-charset/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-normalize-charset/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-normalize-url/node_modules/supports-color postcss-ordered-values@2.2.3 /tmp/app/node_modules/postcss-ordered-values chalk@1.1.3 /tmp/app/node_modules/postcss-ordered-values/node_modules/chalk has-flag@1.0.0 /tmp/app/node_modules/postcss-ordered-values/node_modules/has-flag supports-color@3.2.3 /tmp/app/node_modules/postcss-reduce-idents/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-reduce-idents/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/ansi-styles ansi-styles@2.2.1 /tmp/app/node_modules/postcss-unique-selectors/node_modules/ansi-styles chalk@1.1.3 /tmp/app/node_modules/postcss-zindex/node_modules/chalk supports-color@3.2.3 /tmp/app/node_modules/postcss-zindex/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/css-loader/node_modules/has-flag style-loader@0.13.2 /tmp/app/node_modules/@angular/cli/node_modules/style-loader stylus@0.54.5 /tmp/app/node_modules/stylus schema-utils@0.4.3 /tmp/app/node_modules/uglifyjs-webpack-plugin/node_modules/schema-utils webpack@3.10.0 /tmp/app/node_modules/webpack acorn-dynamic-import@2.0.2 /tmp/app/node_modules/acorn-dynamic-import cliui@2.1.0 /tmp/app/node_modules/webpack/node_modules/cliui pify@2.3.0 /tmp/app/node_modules/webpack/node_modules/pify anymatch@2.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/anymatch isobject@3.0.1 /tmp/app/node_modules/webpack-dev-server/node_modules/isobject is-accessor-descriptor@0.1.6 /tmp/app/node_modules/webpack-dev-server/node_modules/is-accessor-descriptor camelcase@3.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/camelcase concat-stream@1.5.2 /tmp/app/node_modules/insert-module-globals/node_modules/concat-stream jasmine@2.9.0 /tmp/app/node_modules/jasmine readable-stream@2.0.6 /tmp/app/node_modules/browserify/node_modules/concat-stream/node_modules/readable-stream domain-browser@1.1.7 /tmp/app/node_modules/browserify/node_modules/domain-browser module-deps@4.1.1 /tmp/app/node_modules/module-deps concat-stream@1.5.2 /tmp/app/node_modules/module-deps/node_modules/concat-stream readable-stream@2.0.6 /tmp/app/node_modules/module-deps/node_modules/concat-stream/node_modules/readable-stream har-validator@2.0.6 /tmp/app/node_modules/loggly/node_modules/har-validator ansi-styles@2.2.1 /tmp/app/node_modules/loggly/node_modules/ansi-styles node-uuid@1.4.8 /tmp/app/node_modules/loggly/node_modules/node-uuid qs@6.2.3 /tmp/app/node_modules/loggly/node_modules/qs source-map-support@0.5.3 /tmp/app/node_modules/ts-node/node_modules/source-map-support node-sass@4.7.2 /tmp/app/node_modules/node-sass request@2.79.0 /tmp/app/node_modules/node-sass/node_modules/request har-validator@2.0.6 /tmp/app/node_modules/node-sass/node_modules/har-validator protractor@5.1.2 /tmp/app/node_modules/protractor webdriver-manager@12.0.6 /tmp/app/node_modules/protractor/node_modules/webdriver-manager globby@5.0.0 /tmp/app/node_modules/protractor/node_modules/globby pify@2.3.0 /tmp/app/node_modules/protractor/node_modules/pify detect-libc@1.0.2 /tmp/app/node_modules/fsevents/node_modules/detect-libc abbrev@1.1.0 /tmp/app/node_modules/fsevents/node_modules/abbrev safe-buffer@5.0.1 /tmp/app/node_modules/fsevents/node_modules/safe-buffer util-deprecate@1.0.2 /tmp/app/node_modules/fsevents/node_modules/util-deprecate has-unicode@2.0.1 /tmp/app/node_modules/fsevents/node_modules/has-unicode signal-exit@3.0.2 /tmp/app/node_modules/fsevents/node_modules/signal-exit code-point-at@1.1.0 /tmp/app/node_modules/fsevents/node_modules/code-point-at number-is-nan@1.0.1 /tmp/app/node_modules/fsevents/node_modules/number-is-nan deep-extend@0.4.2 /tmp/app/node_modules/fsevents/node_modules/deep-extend json-stable-stringify@1.0.1 /tmp/app/node_modules/fsevents/node_modules/json-stable-stringify jsprim@1.4.0 /tmp/app/node_modules/fsevents/node_modules/jsprim assert-plus@1.0.0 /tmp/app/node_modules/fsevents/node_modules/jsprim/node_modules/assert-plus assert-plus@1.0.0 /tmp/app/node_modules/fsevents/node_modules/dashdash/node_modules/assert-plus is-typedarray@1.0.0 /tmp/app/node_modules/fsevents/node_modules/is-typedarray isstream@0.1.2 /tmp/app/node_modules/fsevents/node_modules/isstream qs@6.4.0 /tmp/app/node_modules/fsevents/node_modules/qs tough-cookie@2.3.2 /tmp/app/node_modules/fsevents/node_modules/tough-cookie balanced-match@0.4.2 /tmp/app/node_modules/fsevents/node_modules/balanced-match semver@5.3.0 /tmp/app/node_modules/fsevents/node_modules/semver block-stream@0.0.9 /tmp/app/node_modules/fsevents/node_modules/block-stream graceful-fs@4.1.11 /tmp/app/node_modules/fsevents/node_modules/graceful-fs tar-pack@3.4.0 /tmp/app/node_modules/fsevents/node_modules/tar-pack npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t ssh://some private repo npm ERR! npm ERR! ssh: Could not resolve hostname github.com: No address associated with hostname npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists. npm ERR! npm ERR! exited with error code: 128 npm ERR! A complete log of this run can be found in: npm ERR! /home/vcap/.npm/_logs/2018-04-13T03_48_14_694Z-debug.log ERROR Unable to build dependencies: exit status 1 Failed to compile droplet: Failed to run all supply scripts: exit status 14 Exit status 223 Staging failed: STG: Exited with status 223 Stopping instance Destroying container Successfully destroyed container

pcsgithubid commented 6 years ago

without "engines": { "node": "9.9.0", "npm": "5.6.0" } config inside package.json, the staging of the application is successful with default node version 6.14.1 supports by build pack which has runtime issues. and don't see access rights.

Logs:

Staging... -----> Download go 1.9.1 -----> Running go build supply -----> Nodejs Buildpack version 1.6.22 -----> Installing binaries engines.node (package.json): unspecified engines.npm (package.json): unspecified (use default) WARNING Node version not specified in package.json. See: http://docs.cloudfoundry.org/buildpacks/node/node-tips.html -----> Installing node 6.14.1 Copy [/tmp/cache/final/dependencies/d931db2389699d158b01eefa7364b6c6078071ae7ce77e76207fc614a57262b3/node-6.14.1-linux-x64-05813a4a.tgz] Using default npm version: 3.10.10 -----> Installing yarn 1.5.1 Copy [/tmp/cache/final/dependencies/416cbb1b66a975207a3561841ef7520034e33dbe5d513ccd045aff029e4aeee0/yarn-v1.5.1-cd316572.tar.gz] Installed yarn 1.5.1 -----> Creating runtime environment NODE_MODULES_CACHE=true NODE_ENV=production NODE_HOME=/tmp/contents472242068/deps/0/node NODE_VERBOSE=false NPM_CONFIG_LOGLEVEL=error NPM_CONFIG_PRODUCTION=true -----> Building dependencies Prebuild detected (node_modules already exists) Rebuilding any native modules

uws@0.14.5 install /tmp/app/node_modules/uws node-gyp rebuild > build_log.txt 2>&1 || exit 0 uglifyjs-webpack-plugin@0.4.6 postinstall /tmp/app/node_modules/webpack/node_modules/uglifyjs-webpack-plugin node lib/post_install.js node-sass@4.7.2 install /tmp/app/node_modules/node-sass node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.7.2/linux-x64-48_binding.node Download complete Binary saved to /tmp/app/node_modules/node-sass/vendor/linux-x64-48/binding.node Caching binary to /home/vcap/.npm/node-sass/4.7.2/linux-x64-48_binding.node node-sass@4.7.2 postinstall /tmp/app/node_modules/node-sass node scripts/build.js Testing binary Binary found at /tmp/app/node_modules/node-sass/vendor/linux-x64-48/binding.node Binary is fine fsevents@1.1.3 install /tmp/app/node_modules/fsevents node install @angular/animations@5.2.2 /tmp/app/node_modules/@angular/animations tslib@1.9.0 /tmp/app/node_modules/tslib @angular/forms@5.2.2 /tmp/app/node_modules/@angular/forms @angular/http@5.2.2 /tmp/app/node_modules/@angular/http xhr2@0.1.4 /tmp/app/node_modules/xhr2 accepts@1.3.4 /tmp/app/node_modules/accepts body-parser@1.18.2 /tmp/app/node_modules/body-parser depd@1.1.1 /tmp/app/node_modules/http-errors/node_modules/depd unpipe@1.0.0 /tmp/app/node_modules/unpipe content-disposition@0.5.2 /tmp/app/node_modules/content-disposition ipaddr.js@1.6.0 /tmp/app/node_modules/ipaddr.js destroy@1.0.4 /tmp/app/node_modules/destroy utils-merge@1.0.1 /tmp/app/node_modules/utils-merge @angular/common@4.0.3 /tmp/app/node_modules/ng2-dropdown-multiselect/node_modules/@angular/common @angular/forms@4.0.3 /tmp/app/node_modules/ng2-dropdown-multiselect/node_modules/@angular/forms ngx-bootstrap@1.6.6 /tmp/app/node_modules/ngx-bootstrap rxjs@5.5.6 /tmp/app/node_modules/rxjs @angular/common@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/common @angular/forms@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/forms @angular/router@3.2.3 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/router ts-loader@3.2.0 /tmp/app/node_modules/ts-loader ansi-styles@3.2.0 /tmp/app/node_modules/ansi-styles supports-color@5.2.0 /tmp/app/node_modules/ts-loader/node_modules/supports-color enhanced-resolve@3.4.1 /tmp/app/node_modules/enhanced-resolve process-nextick-args@1.0.7 /tmp/app/node_modules/process-nextick-args lower-case@1.1.4 /tmp/app/node_modules/lower-case upper-case@1.1.3 /tmp/app/node_modules/upper-case estraverse@4.2.0 /tmp/app/node_modules/estraverse querystringify@0.0.4 /tmp/app/node_modules/querystringify setimmediate@1.0.5 /tmp/app/node_modules/setimmediate @angular/common@5.2.2 /tmp/app/node_modules/@angular/common @angular/compiler@5.2.2 /tmp/app/node_modules/@angular/compiler @angular/core@5.2.2 /tmp/app/node_modules/@angular/core @angular/platform-browser@5.2.2 /tmp/app/node_modules/@angular/platform-browser @angular/platform-browser-dynamic@5.2.2 /tmp/app/node_modules/@angular/platform-browser-dynamic @angular/platform-server@5.2.6 /tmp/app/node_modules/@angular/platform-server domino@1.0.30 /tmp/app/node_modules/domino @angular/router@5.2.2 /tmp/app/node_modules/@angular/router @nguniversal/module-map-ngfactory-loader@5.0.0-beta.5 /tmp/app/node_modules/@nguniversal/module-map-ngfactory-loader bootstrap@3.3.7 /tmp/app/node_modules/bootstrap c3@0.4.18 /tmp/app/node_modules/c3 d3@3.5.17 /tmp/app/node_modules/d3 core-js@2.5.3 /tmp/app/node_modules/core-js express@4.16.2 /tmp/app/node_modules/express mime-types@2.1.17 /tmp/app/node_modules/mime-types mime-db@1.30.0 /tmp/app/node_modules/mime-db negotiator@0.6.1 /tmp/app/node_modules/negotiator array-flatten@1.1.1 /tmp/app/node_modules/express/node_modules/array-flatten bytes@3.0.0 /tmp/app/node_modules/bytes content-type@1.0.4 /tmp/app/node_modules/content-type debug@2.6.9 /tmp/app/node_modules/debug ms@2.0.0 /tmp/app/node_modules/ms depd@1.1.2 /tmp/app/node_modules/depd http-errors@1.6.2 /tmp/app/node_modules/http-errors inherits@2.0.3 /tmp/app/node_modules/inherits setprototypeof@1.0.3 /tmp/app/node_modules/http-errors/node_modules/setprototypeof statuses@1.3.1 /tmp/app/node_modules/statuses iconv-lite@0.4.19 /tmp/app/node_modules/iconv-lite on-finished@2.3.0 /tmp/app/node_modules/on-finished ee-first@1.1.1 /tmp/app/node_modules/ee-first qs@6.5.1 /tmp/app/node_modules/body-parser/node_modules/qs raw-body@2.3.2 /tmp/app/node_modules/raw-body type-is@1.6.15 /tmp/app/node_modules/type-is media-typer@0.3.0 /tmp/app/node_modules/media-typer cookie@0.3.1 /tmp/app/node_modules/cookie cookie-signature@1.0.6 /tmp/app/node_modules/cookie-signature encodeurl@1.0.2 /tmp/app/node_modules/encodeurl escape-html@1.0.3 /tmp/app/node_modules/escape-html etag@1.8.1 /tmp/app/node_modules/etag finalhandler@1.1.0 /tmp/app/node_modules/finalhandler parseurl@1.3.2 /tmp/app/node_modules/parseurl fresh@0.5.2 /tmp/app/node_modules/fresh merge-descriptors@1.0.1 /tmp/app/node_modules/merge-descriptors methods@1.1.2 /tmp/app/node_modules/methods path-to-regexp@0.1.7 /tmp/app/node_modules/path-to-regexp proxy-addr@2.0.3 /tmp/app/node_modules/proxy-addr forwarded@0.1.2 /tmp/app/node_modules/forwarded qs@6.5.1 /tmp/app/node_modules/express/node_modules/qs safe-buffer@5.1.1 /tmp/app/node_modules/safe-buffer fast-json-stable-stringify@2.0.0 /tmp/app/node_modules/fast-json-stable-stringify braces@1.8.5 /tmp/app/node_modules/braces isobject@2.1.0 /tmp/app/node_modules/isobject repeat-element@1.1.2 /tmp/app/node_modules/repeat-element extglob@0.3.2 /tmp/app/node_modules/extglob normalize-path@2.1.1 /tmp/app/node_modules/normalize-path glob-parent@2.0.0 /tmp/app/node_modules/glob-parent concat-map@0.0.1 /tmp/app/node_modules/concat-map set-immediate-shim@1.0.1 /tmp/app/node_modules/set-immediate-shim @ngtools/webpack@1.9.6 /tmp/app/node_modules/@ngtools/webpack has-flag@2.0.0 /tmp/app/node_modules/has-flag @types/jasmine@2.8.6 /tmp/app/node_modules/@types/jasmine ansi-regex@2.1.1 /tmp/app/node_modules/ansi-regex default-require-extensions@1.0.0 /tmp/app/node_modules/default-require-extensions range-parser@1.2.0 /tmp/app/node_modules/range-parser send@0.16.1 /tmp/app/node_modules/send mime@1.4.1 /tmp/app/node_modules/send/node_modules/mime serve-static@1.13.1 /tmp/app/node_modules/serve-static setprototypeof@1.1.0 /tmp/app/node_modules/setprototypeof vary@1.1.2 /tmp/app/node_modules/vary immutable@3.8.2 /tmp/app/node_modules/immutable jquery@3.3.1 /tmp/app/node_modules/jquery ng2-dropdown-multiselect@1.2.0 /tmp/app/node_modules/ng2-dropdown-multiselect @angular/compiler@4.0.3 /tmp/app/node_modules/ng2-dropdown-multiselect/node_modules/@angular/compiler array-includes@3.0.3 /tmp/app/node_modules/array-includes define-properties@1.1.2 /tmp/app/node_modules/define-properties object-keys@1.0.11 /tmp/app/node_modules/object-keys es-abstract@1.10.0 /tmp/app/node_modules/es-abstract has@1.0.1 /tmp/app/node_modules/has arraybuffer.slice@0.0.7 /tmp/app/node_modules/arraybuffer.slice asn1@0.2.3 /tmp/app/node_modules/asn1 minimalistic-assert@1.0.0 /tmp/app/node_modules/minimalistic-assert inherits@2.0.1 /tmp/app/node_modules/util/node_modules/inherits async-foreach@0.1.3 /tmp/app/node_modules/async-foreach asynckit@0.4.0 /tmp/app/node_modules/asynckit aws4@1.6.0 /tmp/app/node_modules/aws4 esutils@2.0.2 /tmp/app/node_modules/esutils backo2@1.0.2 /tmp/app/node_modules/backo2 tweetnacl@0.14.5 /tmp/app/node_modules/tweetnacl block-stream@0.0.9 /tmp/app/node_modules/block-stream bluebird@3.5.1 /tmp/app/node_modules/bluebird hoek@2.16.3 /tmp/app/node_modules/hoek multicast-dns@6.2.3 /tmp/app/node_modules/multicast-dns dns-packet@1.3.1 /tmp/app/node_modules/dns-packet ip@1.1.5 /tmp/app/node_modules/ip browserify-aes@1.1.1 /tmp/app/node_modules/browserify-aes cipher-base@1.0.4 /tmp/app/node_modules/cipher-base browserify-des@1.0.0 /tmp/app/node_modules/browserify-des create-hmac@1.1.6 /tmp/app/node_modules/create-hmac libmime@3.0.0 /tmp/app/node_modules/libmime libqp@1.1.0 /tmp/app/node_modules/libqp nodemailer-fetch@1.6.0 /tmp/app/node_modules/nodemailer-fetch wrappy@1.0.2 /tmp/app/node_modules/wrappy pseudomap@1.0.2 /tmp/app/node_modules/pseudomap mississippi@1.3.1 /tmp/app/node_modules/mississippi stream-shift@1.0.0 /tmp/app/node_modules/stream-shift parallel-transform@1.1.0 /tmp/app/node_modules/parallel-transform copy-concurrently@1.0.5 /tmp/app/node_modules/copy-concurrently imurmurhash@0.1.4 /tmp/app/node_modules/imurmurhash run-queue@1.0.3 /tmp/app/node_modules/run-queue promise-inflight@1.0.1 /tmp/app/node_modules/promise-inflight map-obj@1.0.1 /tmp/app/node_modules/map-obj color-string@0.3.0 /tmp/app/node_modules/color-string delayed-stream@1.0.0 /tmp/app/node_modules/delayed-stream commander@2.12.2 /tmp/app/node_modules/commander component-emitter@1.2.1 /tmp/app/node_modules/component-emitter compression@1.7.1 /tmp/app/node_modules/compression on-headers@1.0.1 /tmp/app/node_modules/on-headers date-now@0.1.4 /tmp/app/node_modules/date-now caniuse-db@1.0.30000800 /tmp/app/node_modules/caniuse-db which@1.3.0 /tmp/app/node_modules/which crypto-browserify@3.12.0 /tmp/app/node_modules/crypto-browserify diffie-hellman@5.0.2 /tmp/app/node_modules/diffie-hellman randomfill@1.0.3 /tmp/app/node_modules/randomfill css-parse@1.7.0 /tmp/app/node_modules/css-parse es5-ext@0.10.38 /tmp/app/node_modules/es5-ext decode-uri-component@0.2.0 /tmp/app/node_modules/decode-uri-component define-property@1.0.0 /tmp/app/node_modules/define-property di@0.0.1 /tmp/app/node_modules/di is-finite@1.0.2 /tmp/app/node_modules/is-finite void-elements@2.0.1 /tmp/app/node_modules/void-elements dir-glob@2.0.0 /tmp/app/node_modules/dir-glob domain-browser@1.2.0 /tmp/app/node_modules/domain-browser electron-to-chromium@1.3.31 /tmp/app/node_modules/electron-to-chromium es6-set@0.1.5 /tmp/app/node_modules/es6-set websocket-extensions@0.1.3 /tmp/app/node_modules/websocket-extensions file-loader@1.1.6 /tmp/app/node_modules/file-loader find-cache-dir@1.0.0 /tmp/app/node_modules/find-cache-dir pkg-dir@2.0.0 /tmp/app/node_modules/pkg-dir find-up@2.1.0 /tmp/app/node_modules/find-up locate-path@2.0.0 /tmp/app/node_modules/locate-path forever-agent@0.6.1 /tmp/app/node_modules/forever-agent fragment-cache@0.2.1 /tmp/app/node_modules/fragment-cache generate-object-property@1.2.0 /tmp/app/node_modules/generate-object-property assert-plus@1.0.0 /tmp/app/node_modules/verror/node_modules/assert-plus assert-plus@1.0.0 /tmp/app/node_modules/dashdash/node_modules/assert-plus getpass@0.1.7 /tmp/app/node_modules/getpass oauth-sign@0.8.2 /tmp/app/node_modules/oauth-sign supports-color@4.5.0 /tmp/app/node_modules/postcss/node_modules/chalk/node_modules/supports-color indent-string@2.1.0 /tmp/app/node_modules/indent-string inline-source-map@0.6.2 /tmp/app/node_modules/inline-source-map invert-kv@1.0.0 /tmp/app/node_modules/invert-kv istanbul-api@1.2.1 /tmp/app/node_modules/istanbul-api babel-generator@6.26.0 /tmp/app/node_modules/babel-generator istanbul-reports@1.1.3 /tmp/app/node_modules/istanbul-reports optimist@0.6.1 /tmp/app/node_modules/optimist center-align@0.1.3 /tmp/app/node_modules/center-align lazy-cache@1.0.4 /tmp/app/node_modules/center-align/node_modules/lazy-cache istanbul-instrumenter-loader@3.0.0 /tmp/app/node_modules/istanbul-instrumenter-loader js-base64@2.4.3 /tmp/app/node_modules/js-base64 karma-coverage-istanbul-reporter@1.4.1 /tmp/app/node_modules/karma-coverage-istanbul-reporter source-map-support@0.4.18 /tmp/app/node_modules/source-map-support karma-jasmine@1.1.1 /tmp/app/node_modules/karma-jasmine prelude-ls@1.1.2 /tmp/app/node_modules/prelude-ls lexical-scope@1.2.0 /tmp/app/node_modules/lexical-scope acorn@4.0.13 /tmp/app/node_modules/astw/node_modules/acorn lodash.tail@4.1.1 /tmp/app/node_modules/lodash.tail mailcomposer@4.0.1 /tmp/app/node_modules/mailcomposer mem@1.1.0 /tmp/app/node_modules/mem node-libs-browser@2.1.0 /tmp/app/node_modules/node-libs-browser os-browserify@0.3.0 /tmp/app/node_modules/os-browserify path-browserify@0.0.0 /tmp/app/node_modules/path-browserify stream-browserify@2.0.1 /tmp/app/node_modules/stream-browserify normalize-url@1.9.1 /tmp/app/node_modules/normalize-url normalize-range@0.1.2 /tmp/app/node_modules/normalize-range spdx-expression-parse@1.0.4 /tmp/app/node_modules/spdx-expression-parse os-tmpdir@1.0.2 /tmp/app/node_modules/os-tmpdir os-homedir@1.0.2 /tmp/app/node_modules/os-homedir p-map@1.2.0 /tmp/app/node_modules/p-map pac-proxy-agent@1.1.0 /tmp/app/node_modules/pac-proxy-agent pac-resolver@2.0.0 /tmp/app/node_modules/pac-resolver escodegen@1.9.0 /tmp/app/node_modules/escodegen esprima@3.1.3 /tmp/app/node_modules/degenerator/node_modules/esprima @angular/core@4.0.3 /tmp/app/node_modules/ng2-dropdown-multiselect/node_modules/@angular/core @angular/platform-browser@4.0.3 /tmp/app/node_modules/ng2-dropdown-multiselect/node_modules/@angular/platform-browser moment@2.18.1 /tmp/app/node_modules/moment symbol-observable@1.0.1 /tmp/app/node_modules/symbol-observable zone.js@0.8.20 /tmp/app/node_modules/zone.js sassy-state-manager@2.0.6 /tmp/app/node_modules/sassy-state-manager @angular/compiler@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/compiler @angular/core@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/core @angular/http@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/http @angular/platform-browser@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/platform-browser @angular/platform-browser-dynamic@5.0.2 /tmp/app/node_modules/sassy-state-manager/node_modules/@angular/platform-browser-dynamic ts-helpers@1.1.2 /tmp/app/node_modules/ts-helpers color-convert@1.9.1 /tmp/app/node_modules/color-convert escape-string-regexp@1.0.5 /tmp/app/node_modules/escape-string-regexp postcss-value-parser@3.3.0 /tmp/app/node_modules/postcss-value-parser read-cache@1.0.0 /tmp/app/node_modules/read-cache pify@2.3.0 /tmp/app/node_modules/read-cache/node_modules/pify postcss-load-config@1.2.0 /tmp/app/node_modules/postcss-load-config postcss-modules-scope@1.1.0 /tmp/app/node_modules/postcss-modules-scope uniq@1.0.1 /tmp/app/node_modules/uniq pretty-error@2.1.1 /tmp/app/node_modules/pretty-error qjobs@1.1.5 /tmp/app/node_modules/qjobs redent@1.0.0 /tmp/app/node_modules/redent strip-indent@1.0.1 /tmp/app/node_modules/strip-indent chalk@2.3.1 /tmp/app/node_modules/ts-loader/node_modules/chalk color-name@1.1.3 /tmp/app/node_modules/color-name has-flag@3.0.0 /tmp/app/node_modules/ts-loader/node_modules/has-flag graceful-fs@4.1.11 /tmp/app/node_modules/graceful-fs memory-fs@0.4.1 /tmp/app/node_modules/memory-fs errno@0.1.6 /tmp/app/node_modules/errno prr@1.0.1 /tmp/app/node_modules/prr readable-stream@2.3.3 /tmp/app/node_modules/readable-stream core-util-is@1.0.2 /tmp/app/node_modules/core-util-is isarray@1.0.0 /tmp/app/node_modules/isarray string_decoder@1.0.3 /tmp/app/node_modules/string_decoder util-deprecate@1.0.2 /tmp/app/node_modules/util-deprecate object-assign@4.1.1 /tmp/app/node_modules/object-assign tapable@0.2.8 /tmp/app/node_modules/tapable loader-utils@1.1.0 /tmp/app/node_modules/loader-utils big.js@3.2.0 /tmp/app/node_modules/big.js emojis-list@2.1.0 /tmp/app/node_modules/emojis-list json5@0.5.1 /tmp/app/node_modules/json5 semver@5.5.0 /tmp/app/node_modules/semver camel-case@3.0.0 /tmp/app/node_modules/camel-case no-case@2.3.2 /tmp/app/node_modules/no-case copy-descriptor@0.1.1 /tmp/app/node_modules/copy-descriptor ember-cli-string-utils@1.1.0 /tmp/app/node_modules/ember-cli-string-utils get-value@2.0.6 /tmp/app/node_modules/get-value obuf@1.1.1 /tmp/app/node_modules/obuf path-is-inside@1.0.2 /tmp/app/node_modules/path-is-inside @ngtools/json-schema@1.1.0 /tmp/app/node_modules/@ngtools/json-schema @angular-devkit/core@0.0.29 /tmp/app/node_modules/@angular-devkit/core ajv@5.5.2 /tmp/app/node_modules/ajv co@4.6.0 /tmp/app/node_modules/co fast-deep-equal@1.0.0 /tmp/app/node_modules/fast-deep-equal json-schema-traverse@0.3.1 /tmp/app/node_modules/json-schema-traverse chokidar@1.7.0 /tmp/app/node_modules/chokidar anymatch@1.3.2 /tmp/app/node_modules/anymatch micromatch@2.3.11 /tmp/app/node_modules/micromatch arr-diff@2.0.0 /tmp/app/node_modules/arr-diff arr-flatten@1.1.0 /tmp/app/node_modules/arr-flatten array-unique@0.2.1 /tmp/app/node_modules/array-unique expand-range@1.8.2 /tmp/app/node_modules/expand-range fill-range@2.2.3 /tmp/app/node_modules/fill-range is-number@2.1.0 /tmp/app/node_modules/is-number kind-of@3.2.2 /tmp/app/node_modules/kind-of is-buffer@1.1.6 /tmp/app/node_modules/is-buffer randomatic@1.1.7 /tmp/app/node_modules/randomatic is-number@3.0.0 /tmp/app/node_modules/randomatic/node_modules/is-number kind-of@3.2.2 /tmp/app/node_modules/randomatic/node_modules/is-number/node_modules/kind-of kind-of@4.0.0 /tmp/app/node_modules/randomatic/node_modules/kind-of repeat-string@1.6.1 /tmp/app/node_modules/repeat-string preserve@0.2.0 /tmp/app/node_modules/preserve expand-brackets@0.1.5 /tmp/app/node_modules/expand-brackets is-posix-bracket@0.1.1 /tmp/app/node_modules/is-posix-bracket is-extglob@1.0.0 /tmp/app/node_modules/is-extglob filename-regex@2.0.1 /tmp/app/node_modules/filename-regex is-glob@2.0.1 /tmp/app/node_modules/is-glob remove-trailing-separator@1.1.0 /tmp/app/node_modules/remove-trailing-separator object.omit@2.0.1 /tmp/app/node_modules/object.omit for-own@0.1.5 /tmp/app/node_modules/for-own for-in@1.0.2 /tmp/app/node_modules/for-in is-extendable@0.1.1 /tmp/app/node_modules/is-extendable parse-glob@3.0.4 /tmp/app/node_modules/parse-glob glob-base@0.3.0 /tmp/app/node_modules/glob-base is-dotfile@1.0.3 /tmp/app/node_modules/is-dotfile regex-cache@0.4.4 /tmp/app/node_modules/regex-cache is-equal-shallow@0.1.3 /tmp/app/node_modules/is-equal-shallow is-primitive@2.0.0 /tmp/app/node_modules/is-primitive async-each@1.0.1 /tmp/app/node_modules/async-each is-binary-path@1.0.1 /tmp/app/node_modules/is-binary-path binary-extensions@1.11.0 /tmp/app/node_modules/binary-extensions path-is-absolute@1.0.1 /tmp/app/node_modules/path-is-absolute readdirp@2.1.0 /tmp/app/node_modules/readdirp minimatch@3.0.4 /tmp/app/node_modules/minimatch brace-expansion@1.1.8 /tmp/app/node_modules/brace-expansion balanced-match@1.0.0 /tmp/app/node_modules/balanced-match source-map@0.5.7 /tmp/app/node_modules/source-map @angular-devkit/schematics@0.0.52 /tmp/app/node_modules/@angular-devkit/schematics @angular/language-service@5.2.2 /tmp/app/node_modules/@angular/language-service chalk@2.2.2 /tmp/app/node_modules/chalk supports-color@4.5.0 /tmp/app/node_modules/supports-color magic-string@0.22.4 /tmp/app/node_modules/magic-string vlq@0.2.3 /tmp/app/node_modules/vlq tree-kill@1.2.0 /tmp/app/node_modules/tree-kill webpack-sources@1.1.0 /tmp/app/node_modules/webpack-sources source-list-map@2.0.0 /tmp/app/node_modules/source-list-map source-map@0.6.1 /tmp/app/node_modules/webpack-sources/node_modules/source-map @types/jasminewd2@2.0.3 /tmp/app/node_modules/@types/jasminewd2 @types/q@0.0.32 /tmp/app/node_modules/@types/q @types/node@6.0.96 /tmp/app/node_modules/@types/node @types/selenium-webdriver@2.53.43 /tmp/app/node_modules/@types/selenium-webdriver @types/strip-json-comments@0.0.30 /tmp/app/node_modules/@types/strip-json-comments abbrev@1.1.1 /tmp/app/node_modules/abbrev @types/strip-bom@3.0.0 /tmp/app/node_modules/@types/strip-bom addressparser@1.0.1 /tmp/app/node_modules/addressparser adm-zip@0.4.7 /tmp/app/node_modules/adm-zip after@0.8.2 /tmp/app/node_modules/after ajv-keywords@2.1.1 /tmp/app/node_modules/ajv-keywords align-text@0.1.4 /tmp/app/node_modules/align-text longest@1.0.1 /tmp/app/node_modules/longest alphanum-sort@1.0.2 /tmp/app/node_modules/alphanum-sort amdefine@1.0.1 /tmp/app/node_modules/amdefine app-root-path@2.0.1 /tmp/app/node_modules/app-root-path append-transform@0.4.0 /tmp/app/node_modules/append-transform strip-bom@2.0.0 /tmp/app/node_modules/strip-bom is-utf8@0.2.1 /tmp/app/node_modules/is-utf8 aproba@1.2.0 /tmp/app/node_modules/aproba are-we-there-yet@1.1.4 /tmp/app/node_modules/are-we-there-yet delegates@1.0.0 /tmp/app/node_modules/delegates argparse@1.0.9 /tmp/app/node_modules/argparse sprintf-js@1.0.3 /tmp/app/node_modules/sprintf-js arr-union@3.1.0 /tmp/app/node_modules/arr-union array-flatten@2.1.1 /tmp/app/node_modules/array-flatten foreach@2.0.5 /tmp/app/node_modules/foreach es-to-primitive@1.1.1 /tmp/app/node_modules/es-to-primitive is-callable@1.1.3 /tmp/app/node_modules/is-callable is-date-object@1.0.1 /tmp/app/node_modules/is-date-object is-symbol@1.0.1 /tmp/app/node_modules/is-symbol function-bind@1.1.1 /tmp/app/node_modules/function-bind is-regex@1.0.4 /tmp/app/node_modules/is-regex array-reduce@0.0.0 /tmp/app/node_modules/array-reduce array-union@1.0.2 /tmp/app/node_modules/array-union array-uniq@1.0.3 /tmp/app/node_modules/array-uniq array-slice@0.2.3 /tmp/app/node_modules/array-slice arrify@1.0.1 /tmp/app/node_modules/arrify asap@2.0.6 /tmp/app/node_modules/asap asn1.js@4.9.2 /tmp/app/node_modules/asn1.js bn.js@4.11.8 /tmp/app/node_modules/bn.js assert-plus@0.2.0 /tmp/app/node_modules/assert-plus assert@1.4.1 /tmp/app/node_modules/assert util@0.10.3 /tmp/app/node_modules/util assign-symbols@1.0.0 /tmp/app/node_modules/assign-symbols ast-types@0.10.1 /tmp/app/node_modules/ast-types async@2.6.0 /tmp/app/node_modules/async lodash@4.17.4 /tmp/app/node_modules/lodash async-limiter@1.0.0 /tmp/app/node_modules/async-limiter aws-sign2@0.6.0 /tmp/app/node_modules/aws-sign2 axios@0.15.3 /tmp/app/node_modules/axios follow-redirects@1.0.0 /tmp/app/node_modules/follow-redirects babel-messages@6.23.0 /tmp/app/node_modules/babel-messages babel-runtime@6.26.0 /tmp/app/node_modules/babel-runtime regenerator-runtime@0.11.1 /tmp/app/node_modules/regenerator-runtime babel-template@6.26.0 /tmp/app/node_modules/babel-template babel-traverse@6.26.0 /tmp/app/node_modules/babel-traverse babel-code-frame@6.26.0 /tmp/app/node_modules/babel-code-frame chalk@1.1.3 /tmp/app/node_modules/babel-code-frame/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/babel-code-frame/node_modules/ansi-styles has-ansi@2.0.0 /tmp/app/node_modules/has-ansi strip-ansi@3.0.1 /tmp/app/node_modules/strip-ansi supports-color@2.0.0 /tmp/app/node_modules/babel-code-frame/node_modules/supports-color js-tokens@3.0.2 /tmp/app/node_modules/js-tokens babel-types@6.26.0 /tmp/app/node_modules/babel-types to-fast-properties@1.0.3 /tmp/app/node_modules/to-fast-properties babylon@6.18.0 /tmp/app/node_modules/babylon globals@9.18.0 /tmp/app/node_modules/globals invariant@2.2.2 /tmp/app/node_modules/invariant loose-envify@1.3.1 /tmp/app/node_modules/loose-envify base64-arraybuffer@0.1.5 /tmp/app/node_modules/base64-arraybuffer base64-js@1.2.1 /tmp/app/node_modules/base64-js batch@0.6.1 /tmp/app/node_modules/batch base64id@1.0.0 /tmp/app/node_modules/base64id bcrypt-pbkdf@1.0.1 /tmp/app/node_modules/bcrypt-pbkdf better-assert@1.0.2 /tmp/app/node_modules/better-assert callsite@1.0.0 /tmp/app/node_modules/callsite bitsyntax@0.0.4 /tmp/app/node_modules/bitsyntax buffer-more-ints@0.0.2 /tmp/app/node_modules/buffer-more-ints blob@0.0.4 /tmp/app/node_modules/blob array-map@0.0.0 /tmp/app/node_modules/array-map boom@2.10.1 /tmp/app/node_modules/boom boolbase@1.0.0 /tmp/app/node_modules/boolbase bonjour@3.5.0 /tmp/app/node_modules/bonjour deep-equal@1.0.1 /tmp/app/node_modules/deep-equal dns-equal@1.0.0 /tmp/app/node_modules/dns-equal dns-txt@2.0.2 /tmp/app/node_modules/dns-txt buffer-indexof@1.1.1 /tmp/app/node_modules/buffer-indexof thunky@1.0.2 /tmp/app/node_modules/thunky multicast-dns-service-types@1.1.0 /tmp/app/node_modules/multicast-dns-service-types buffer-xor@1.0.3 /tmp/app/node_modules/buffer-xor create-hash@1.1.3 /tmp/app/node_modules/create-hash ripemd160@2.0.1 /tmp/app/node_modules/ripemd160 hash-base@2.0.2 /tmp/app/node_modules/hash-base sha.js@2.4.10 /tmp/app/node_modules/sha.js evp_bytestokey@1.0.3 /tmp/app/node_modules/evp_bytestokey md5.js@1.3.4 /tmp/app/node_modules/md5.js hash-base@3.0.4 /tmp/app/node_modules/md5.js/node_modules/hash-base array-find-index@1.0.2 /tmp/app/node_modules/array-find-index browserify-cipher@1.0.0 /tmp/app/node_modules/browserify-cipher des.js@1.0.0 /tmp/app/node_modules/des.js browserify-rsa@4.0.1 /tmp/app/node_modules/browserify-rsa randombytes@2.0.6 /tmp/app/node_modules/randombytes browserify-zlib@0.2.0 /tmp/app/node_modules/browserify-zlib pako@1.0.6 /tmp/app/node_modules/pako browserify-sign@4.0.4 /tmp/app/node_modules/browserify-sign elliptic@6.4.0 /tmp/app/node_modules/elliptic brorand@1.1.0 /tmp/app/node_modules/brorand hmac-drbg@1.0.1 /tmp/app/node_modules/hmac-drbg minimalistic-crypto-utils@1.0.1 /tmp/app/node_modules/minimalistic-crypto-utils hash.js@1.1.3 /tmp/app/node_modules/hash.js parse-asn1@5.1.0 /tmp/app/node_modules/parse-asn1 pbkdf2@3.0.14 /tmp/app/node_modules/pbkdf2 buffer@4.9.1 /tmp/app/node_modules/buffer ieee754@1.1.8 /tmp/app/node_modules/ieee754 builtin-modules@1.1.1 /tmp/app/node_modules/builtin-modules buildmail@4.0.1 /tmp/app/node_modules/buildmail libbase64@0.1.0 /tmp/app/node_modules/libbase64 iconv-lite@0.4.15 /tmp/app/node_modules/libmime/node_modules/iconv-lite nodemailer-shared@1.1.0 /tmp/app/node_modules/nodemailer-shared punycode@1.4.1 /tmp/app/node_modules/punycode builtin-status-codes@3.0.0 /tmp/app/node_modules/builtin-status-codes cached-path-relative@1.0.1 /tmp/app/node_modules/cached-path-relative cacache@10.0.2 /tmp/app/node_modules/cacache chownr@1.0.1 /tmp/app/node_modules/chownr glob@7.1.2 /tmp/app/node_modules/glob fs.realpath@1.0.0 /tmp/app/node_modules/fs.realpath inflight@1.0.6 /tmp/app/node_modules/inflight once@1.4.0 /tmp/app/node_modules/once lru-cache@4.1.1 /tmp/app/node_modules/lru-cache yallist@2.1.2 /tmp/app/node_modules/yallist concat-stream@1.6.0 /tmp/app/node_modules/concat-stream typedarray@0.0.6 /tmp/app/node_modules/typedarray duplexify@3.5.3 /tmp/app/node_modules/duplexify end-of-stream@1.4.1 /tmp/app/node_modules/end-of-stream flush-write-stream@1.0.2 /tmp/app/node_modules/flush-write-stream from2@2.3.0 /tmp/app/node_modules/from2 cyclist@0.2.2 /tmp/app/node_modules/cyclist pump@1.0.3 /tmp/app/node_modules/pump pumpify@1.4.0 /tmp/app/node_modules/pumpify pump@2.0.1 /tmp/app/node_modules/pumpify/node_modules/pump stream-each@1.2.2 /tmp/app/node_modules/stream-each through2@2.0.3 /tmp/app/node_modules/through2 xtend@4.0.1 /tmp/app/node_modules/xtend mkdirp@0.5.1 /tmp/app/node_modules/mkdirp minimist@0.0.8 /tmp/app/node_modules/minimist move-concurrently@1.0.1 /tmp/app/node_modules/move-concurrently fs-write-stream-atomic@1.0.10 /tmp/app/node_modules/fs-write-stream-atomic iferr@0.1.5 /tmp/app/node_modules/iferr rimraf@2.6.2 /tmp/app/node_modules/rimraf ssri@5.1.0 /tmp/app/node_modules/ssri unique-filename@1.1.0 /tmp/app/node_modules/unique-filename unique-slug@2.0.0 /tmp/app/node_modules/unique-slug y18n@3.2.1 /tmp/app/node_modules/y18n camelcase@2.1.1 /tmp/app/node_modules/camelcase camelcase-keys@2.1.0 /tmp/app/node_modules/camelcase-keys caniuse-lite@1.0.30000792 /tmp/app/node_modules/caniuse-lite caseless@0.12.0 /tmp/app/node_modules/caseless circular-dependency-plugin@4.4.0 /tmp/app/node_modules/circular-dependency-plugin array-filter@0.0.1 /tmp/app/node_modules/array-filter cliui@3.2.0 /tmp/app/node_modules/cliui string-width@1.0.2 /tmp/app/node_modules/string-width code-point-at@1.1.0 /tmp/app/node_modules/code-point-at is-fullwidth-code-point@1.0.0 /tmp/app/node_modules/is-fullwidth-code-point number-is-nan@1.0.1 /tmp/app/node_modules/number-is-nan clean-css@4.1.9 /tmp/app/node_modules/clean-css coa@1.0.4 /tmp/app/node_modules/coa object-visit@1.0.1 /tmp/app/node_modules/object-visit isobject@3.0.1 /tmp/app/node_modules/object-visit/node_modules/isobject color@0.11.4 /tmp/app/node_modules/color css-selector-tokenizer@0.7.0 /tmp/app/node_modules/css-selector-tokenizer fastparse@1.1.1 /tmp/app/node_modules/fastparse regjsgen@0.2.0 /tmp/app/node_modules/regjsgen circular-json@0.5.1 /tmp/app/node_modules/circular-json wrap-ansi@2.1.0 /tmp/app/node_modules/wrap-ansi clone@1.0.3 /tmp/app/node_modules/clone q@1.5.1 /tmp/app/node_modules/q collection-visit@1.0.0 /tmp/app/node_modules/collection-visit map-visit@1.0.0 /tmp/app/node_modules/map-visit codelyzer@4.1.0 /tmp/app/node_modules/codelyzer cssesc@0.1.0 /tmp/app/node_modules/cssesc regexpu-core@1.0.0 /tmp/app/node_modules/regexpu-core regenerate@1.3.3 /tmp/app/node_modules/regenerate regjsparser@0.1.5 /tmp/app/node_modules/regjsparser through@2.3.8 /tmp/app/node_modules/through combine-lists@1.0.1 /tmp/app/node_modules/combine-lists combined-stream@1.0.5 /tmp/app/node_modules/combined-stream common-tags@1.7.2 /tmp/app/node_modules/common-tags commondir@1.0.1 /tmp/app/node_modules/commondir component-bind@1.0.0 /tmp/app/node_modules/component-bind component-inherit@0.0.3 /tmp/app/node_modules/component-inherit compressible@2.0.12 /tmp/app/node_modules/compressible connect-history-api-fallback@1.5.0 /tmp/app/node_modules/connect-history-api-fallback console-browserify@1.1.0 /tmp/app/node_modules/console-browserify console-control-strings@1.1.0 /tmp/app/node_modules/console-control-strings convert-source-map@1.5.1 /tmp/app/node_modules/convert-source-map isexe@2.0.0 /tmp/app/node_modules/isexe miller-rabin@4.0.1 /tmp/app/node_modules/miller-rabin public-encrypt@4.0.0 /tmp/app/node_modules/public-encrypt cryptiles@2.0.5 /tmp/app/node_modules/cryptiles css-select@1.2.0 /tmp/app/node_modules/css-select domutils@1.5.1 /tmp/app/node_modules/domutils dom-serializer@0.1.0 /tmp/app/node_modules/dom-serializer entities@1.1.1 /tmp/app/node_modules/entities domelementtype@1.3.0 /tmp/app/node_modules/domelementtype cuint@0.2.2 /tmp/app/node_modules/cuint currently-unhandled@0.4.1 /tmp/app/node_modules/currently-unhandled custom-event@1.0.1 /tmp/app/node_modules/custom-event d@1.0.0 /tmp/app/node_modules/d es6-iterator@2.0.3 /tmp/app/node_modules/es6-iterator es6-symbol@3.1.1 /tmp/app/node_modules/es6-symbol core-object@3.1.5 /tmp/app/node_modules/core-object date-format@1.2.0 /tmp/app/node_modules/date-format decamelize@1.2.0 /tmp/app/node_modules/decamelize deep-is@0.1.3 /tmp/app/node_modules/deep-is is-accessor-descriptor@1.0.0 /tmp/app/node_modules/is-accessor-descriptor kind-of@6.0.2 /tmp/app/node_modules/is-accessor-descriptor/node_modules/kind-of is-data-descriptor@1.0.0 /tmp/app/node_modules/is-data-descriptor kind-of@6.0.2 /tmp/app/node_modules/is-data-descriptor/node_modules/kind-of kind-of@6.0.2 /tmp/app/node_modules/is-descriptor/node_modules/kind-of defined@1.0.0 /tmp/app/node_modules/defined detective@4.7.1 /tmp/app/node_modules/detective detect-indent@4.0.0 /tmp/app/node_modules/detect-indent diff@3.4.0 /tmp/app/node_modules/diff dom-serialize@2.2.1 /tmp/app/node_modules/dom-serialize ent@2.2.0 /tmp/app/node_modules/ent extend@3.0.1 /tmp/app/node_modules/extend path-type@3.0.0 /tmp/app/node_modules/path-type domhandler@2.1.0 /tmp/app/node_modules/domhandler double-ended-queue@2.1.0-0 /tmp/app/node_modules/double-ended-queue ecc-jsbn@0.1.1 /tmp/app/node_modules/ecc-jsbn jsbn@0.1.1 /tmp/app/node_modules/jsbn ejs@2.5.7 /tmp/app/node_modules/ejs engine.io-client@3.1.4 /tmp/app/node_modules/engine.io-client engine.io-parser@2.1.2 /tmp/app/node_modules/engine.io-parser has-binary2@1.0.2 /tmp/app/node_modules/has-binary2 isarray@2.0.1 /tmp/app/node_modules/has-binary2/node_modules/isarray has-cors@1.1.0 /tmp/app/node_modules/has-cors indexof@0.0.1 /tmp/app/node_modules/indexof ws@3.3.3 /tmp/app/node_modules/ws ultron@1.1.1 /tmp/app/node_modules/ultron xmlhttprequest-ssl@1.5.5 /tmp/app/node_modules/xmlhttprequest-ssl yeast@0.1.2 /tmp/app/node_modules/yeast error-ex@1.3.1 /tmp/app/node_modules/error-ex event-emitter@0.3.5 /tmp/app/node_modules/event-emitter escope@3.6.0 /tmp/app/node_modules/escope eventemitter3@1.2.0 /tmp/app/node_modules/eventemitter3 extend-shallow@2.0.1 /tmp/app/node_modules/extend-shallow extsprintf@1.3.0 /tmp/app/node_modules/extsprintf faye-websocket@0.10.0 /tmp/app/node_modules/faye-websocket websocket-driver@0.7.0 /tmp/app/node_modules/websocket-driver fileset@2.0.3 /tmp/app/node_modules/fileset file-uri-to-path@1.0.0 /tmp/app/node_modules/file-uri-to-path p-locate@2.0.0 /tmp/app/node_modules/p-locate p-try@1.0.0 /tmp/app/node_modules/p-try path-exists@3.0.0 /tmp/app/node_modules/path-exists fs-access@1.0.1 /tmp/app/node_modules/fs-access null-check@1.0.0 /tmp/app/node_modules/null-check fstream@1.0.11 /tmp/app/node_modules/fstream wide-align@1.1.2 /tmp/app/node_modules/wide-align is-plain-object@2.0.4 /tmp/app/node_modules/is-plain-object isobject@3.0.1 /tmp/app/node_modules/is-plain-object/node_modules/isobject shallow-clone@0.1.2 /tmp/app/node_modules/shallow-clone kind-of@2.0.1 /tmp/app/node_modules/shallow-clone/node_modules/kind-of mixin-object@2.0.1 /tmp/app/node_modules/mixin-object saucelabs@1.3.0 /tmp/app/node_modules/saucelabs sax@1.2.4 /tmp/app/node_modules/sax serialize-javascript@1.4.0 /tmp/app/node_modules/serialize-javascript serve-index@1.9.1 /tmp/app/node_modules/serve-index set-getter@0.1.0 /tmp/app/node_modules/set-getter to-object-path@0.3.0 /tmp/app/node_modules/to-object-path snapdragon-util@3.0.1 /tmp/app/node_modules/snapdragon-util socket.io-adapter@1.1.1 /tmp/app/node_modules/socket.io-adapter urix@0.1.0 /tmp/app/node_modules/urix strip-json-comments@2.0.1 /tmp/app/node_modules/strip-json-comments useragent@2.3.0 /tmp/app/node_modules/useragent uws@0.14.5 /tmp/app/node_modules/uws whet.extend@0.9.9 /tmp/app/node_modules/whet.extend which-module@1.0.0 /tmp/app/node_modules/which-module xmlbuilder@9.0.4 /tmp/app/node_modules/xmlbuilder yn@2.0.0 /tmp/app/node_modules/yn convert-source-map@1.1.3 /tmp/app/node_modules/combine-source-map/node_modules/convert-source-map chalk@1.1.3 /tmp/app/node_modules/clap/node_modules/chalk html-minifier@3.5.8 /tmp/app/node_modules/html-minifier in-publish@2.0.0 /tmp/app/node_modules/in-publish import-local@1.0.0 /tmp/app/node_modules/import-local read-pkg-up@1.0.1 /tmp/app/node_modules/read-pkg-up pify@2.3.0 /tmp/app/node_modules/load-json-file/node_modules/pify yargs@7.1.0 /tmp/app/node_modules/yargs yargs-parser@5.0.0 /tmp/app/node_modules/yargs-parser has-values@1.0.0 /tmp/app/node_modules/has-values kind-of@4.0.0 /tmp/app/node_modules/has-values/node_modules/kind-of union-value@1.0.0 /tmp/app/node_modules/union-value set-value@0.4.3 /tmp/app/node_modules/union-value/node_modules/set-value kind-of@3.2.2 /tmp/app/node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of kind-of@5.1.0 /tmp/app/node_modules/class-utils/node_modules/kind-of is-descriptor@0.1.6 /tmp/app/node_modules/static-extend/node_modules/is-descriptor is-accessor-descriptor@0.1.6 /tmp/app/node_modules/static-extend/node_modules/is-accessor-descriptor is-data-descriptor@0.1.4 /tmp/app/node_modules/static-extend/node_modules/is-data-descriptor amqplib@0.5.2 /tmp/app/node_modules/amqplib readable-stream@2.0.6 /tmp/app/node_modules/bl/node_modules/readable-stream finalhandler@1.0.6 /tmp/app/node_modules/connect/node_modules/finalhandler http-proxy-middleware@0.17.4 /tmp/app/node_modules/http-proxy-middleware less-loader@4.0.5 /tmp/app/node_modules/less-loader clone@2.1.1 /tmp/app/node_modules/less-loader/node_modules/clone pify@2.3.0 /tmp/app/node_modules/less-loader/node_modules/pify streamroller@0.7.0 /tmp/app/node_modules/streamroller kind-of@5.1.0 /tmp/app/node_modules/nanomatch/node_modules/kind-of isobject@3.0.1 /tmp/app/node_modules/object.pick/node_modules/isobject snapdragon@0.8.1 /tmp/app/node_modules/snapdragon is-data-descriptor@0.1.4 /tmp/app/node_modules/use/node_modules/is-data-descriptor kind-of@3.2.2 /tmp/app/node_modules/use/node_modules/is-data-descriptor/node_modules/kind-of isobject@3.0.1 /tmp/app/node_modules/use/node_modules/isobject to-regex@3.0.1 /tmp/app/node_modules/to-regex kind-of@3.2.2 /tmp/app/node_modules/to-regex/node_modules/is-data-descriptor/node_modules/kind-of nodemailer@2.7.2 /tmp/app/node_modules/nodemailer balanced-match@0.4.2 /tmp/app/node_modules/reduce-css-calc/node_modules/balanced-match reduce-function-call@1.0.2 /tmp/app/node_modules/reduce-function-call selenium-webdriver@3.0.1 /tmp/app/node_modules/selenium-webdriver isobject@3.0.1 /tmp/app/node_modules/snapdragon-node/node_modules/isobject faye-websocket@0.11.1 /tmp/app/node_modules/sockjs-client/node_modules/faye-websocket url-parse@1.2.0 /tmp/app/node_modules/url-parse ultron@1.0.2 /tmp/app/node_modules/webdriver-js-extender/node_modules/ultron @angular/cli@1.6.6 /tmp/app/node_modules/@angular/cli chalk@1.1.3 /tmp/app/node_modules/cssnano/node_modules/chalk chalk@1.1.3 /tmp/app/node_modules/postcss-calc/node_modules/chalk has-flag@1.0.0 /tmp/app/node_modules/postcss-calc/node_modules/has-flag supports-color@3.2.3 /tmp/app/node_modules/postcss-colormin/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-convert-values/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-convert-values/node_modules/chalk/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-discard-comments/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-discard-comments/node_modules/ansi-styles supports-color@3.2.3 /tmp/app/node_modules/postcss-discard-comments/node_modules/supports-color postcss-discard-duplicates@2.1.0 /tmp/app/node_modules/postcss-discard-duplicates supports-color@3.2.3 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/supports-color postcss-discard-empty@2.1.0 /tmp/app/node_modules/postcss-discard-empty ansi-styles@2.2.1 /tmp/app/node_modules/postcss-discard-overridden/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/postcss-filter-plugins/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-merge-idents/node_modules/postcss supports-color@3.2.3 /tmp/app/node_modules/postcss-merge-idents/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-merge-longhand/node_modules/chalk supports-color@3.2.3 /tmp/app/node_modules/postcss-merge-longhand/node_modules/supports-color browserslist@1.7.7 /tmp/app/node_modules/postcss-merge-rules/node_modules/browserslist caniuse-api@1.6.1 /tmp/app/node_modules/caniuse-api supports-color@3.2.3 /tmp/app/node_modules/postcss-merge-rules/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-minify-font-values/node_modules/postcss supports-color@2.0.0 /tmp/app/node_modules/postcss-minify-font-values/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-minify-params/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-normalize-charset/node_modules/postcss supports-color@2.0.0 /tmp/app/node_modules/postcss-normalize-url/node_modules/chalk/node_modules/supports-color postcss-ordered-values@2.2.3 /tmp/app/node_modules/postcss-ordered-values has-flag@1.0.0 /tmp/app/node_modules/postcss-reduce-idents/node_modules/has-flag supports-color@3.2.3 /tmp/app/node_modules/postcss-reduce-initial/node_modules/supports-color supports-color@2.0.0 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/chalk/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/has-flag supports-color@3.2.3 /tmp/app/node_modules/postcss-unique-selectors/node_modules/supports-color ansi-styles@2.2.1 /tmp/app/node_modules/postcss-zindex/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/postcss-zindex/node_modules/has-flag supports-color@2.0.0 /tmp/app/node_modules/css-loader/node_modules/chalk/node_modules/supports-color stylus@0.54.5 /tmp/app/node_modules/stylus schema-utils@0.4.3 /tmp/app/node_modules/uglifyjs-webpack-plugin/node_modules/schema-utils yargs@3.10.0 /tmp/app/node_modules/webpack/node_modules/uglify-js/node_modules/yargs yargs@8.0.2 /tmp/app/node_modules/webpack/node_modules/yargs anymatch@2.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/anymatch isobject@3.0.1 /tmp/app/node_modules/webpack-dev-server/node_modules/isobject extglob@2.0.4 /tmp/app/node_modules/webpack-dev-server/node_modules/extglob expand-brackets@2.1.4 /tmp/app/node_modules/webpack-dev-server/node_modules/expand-brackets define-property@0.2.5 /tmp/app/node_modules/webpack-dev-server/node_modules/expand-brackets/node_modules/define-property is-glob@4.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/is-glob yargs-parser@4.2.1 /tmp/app/node_modules/webpack-dev-server/node_modules/yargs-parser @angular/compiler-cli@5.2.2 /tmp/app/node_modules/@angular/compiler-cli minimist@1.2.0 /tmp/app/node_modules/@angular/compiler-cli/node_modules/minimist convert-source-map@1.1.3 /tmp/app/node_modules/insert-module-globals/node_modules/convert-source-map string_decoder@0.10.31 /tmp/app/node_modules/insert-module-globals/node_modules/string_decoder browserify@14.5.0 /tmp/app/node_modules/browserify concat-stream@1.5.2 /tmp/app/node_modules/browserify/node_modules/concat-stream request@2.75.0 /tmp/app/node_modules/loggly/node_modules/request supports-color@2.0.0 /tmp/app/node_modules/loggly/node_modules/supports-color qs@6.2.3 /tmp/app/node_modules/loggly/node_modules/qs node-gyp@3.6.2 /tmp/app/node_modules/node-gyp semver@5.3.0 /tmp/app/node_modules/node-gyp/node_modules/semver chalk@1.1.3 /tmp/app/node_modules/node-sass/node_modules/chalk uuid@3.0.1 /tmp/app/node_modules/fsevents/node_modules/uuid ms@2.0.0 /tmp/app/node_modules/fsevents/node_modules/ms fstream-ignore@1.0.5 /tmp/app/node_modules/fsevents/node_modules/fstream-ignore jsesc@0.5.0 /tmp/app/node_modules/jsesc cssauron@1.4.0 /tmp/app/node_modules/cssauron semver-dsl@1.0.1 /tmp/app/node_modules/semver-dsl colormin@1.1.2 /tmp/app/node_modules/colormin css-color-names@0.0.4 /tmp/app/node_modules/css-color-names colors@1.1.2 /tmp/app/node_modules/colors constants-browserify@1.0.0 /tmp/app/node_modules/constants-browserify create-ecdh@4.0.0 /tmp/app/node_modules/create-ecdh cross-spawn@3.0.1 /tmp/app/node_modules/cross-spawn css-what@2.1.0 /tmp/app/node_modules/css-what domelementtype@1.1.3 /tmp/app/node_modules/dom-serializer/node_modules/domelementtype nth-check@1.0.1 /tmp/app/node_modules/nth-check data-uri-to-buffer@1.2.0 /tmp/app/node_modules/data-uri-to-buffer is-descriptor@1.0.2 /tmp/app/node_modules/is-descriptor denodeify@1.2.1 /tmp/app/node_modules/denodeify detect-node@2.0.3 /tmp/app/node_modules/detect-node acorn@5.3.0 /tmp/app/node_modules/acorn repeating@2.0.1 /tmp/app/node_modules/repeating pify@3.0.0 /tmp/app/node_modules/pify duplexer2@0.1.4 /tmp/app/node_modules/duplexer2 parseqs@0.0.5 /tmp/app/node_modules/parseqs parseuri@0.0.5 /tmp/app/node_modules/parseuri is-arrayish@0.2.1 /tmp/app/node_modules/is-arrayish es6-map@0.1.5 /tmp/app/node_modules/es6-map es6-weak-map@2.0.2 /tmp/app/node_modules/es6-weak-map esrecurse@4.2.0 /tmp/app/node_modules/esrecurse events@1.1.1 /tmp/app/node_modules/events eventsource@0.1.6 /tmp/app/node_modules/eventsource original@1.0.0 /tmp/app/node_modules/original url-parse@1.0.5 /tmp/app/node_modules/original/node_modules/url-parse requires-port@1.0.0 /tmp/app/node_modules/requires-port exit@0.1.2 /tmp/app/node_modules/exit exports-loader@0.6.4 /tmp/app/node_modules/exports-loader extract-text-webpack-plugin@3.0.2 /tmp/app/node_modules/extract-text-webpack-plugin schema-utils@0.3.0 /tmp/app/node_modules/schema-utils http-parser-js@0.4.9 /tmp/app/node_modules/http-parser-js make-dir@1.1.0 /tmp/app/node_modules/make-dir p-limit@1.2.0 /tmp/app/node_modules/p-limit flatten@1.0.2 /tmp/app/node_modules/flatten fast-levenshtein@2.0.6 /tmp/app/node_modules/fast-levenshtein form-data@2.1.4 /tmp/app/node_modules/form-data map-cache@0.2.2 /tmp/app/node_modules/map-cache fs-extra@4.0.3 /tmp/app/node_modules/fs-extra jsonfile@4.0.0 /tmp/app/node_modules/jsonfile universalify@0.1.1 /tmp/app/node_modules/universalify gauge@2.7.4 /tmp/app/node_modules/gauge signal-exit@3.0.2 /tmp/app/node_modules/signal-exit gaze@1.1.2 /tmp/app/node_modules/gaze globule@1.2.0 /tmp/app/node_modules/globule get-stream@3.0.0 /tmp/app/node_modules/get-stream readable-stream@1.1.14 /tmp/app/node_modules/ftp/node_modules/readable-stream string_decoder@0.10.31 /tmp/app/node_modules/ftp/node_modules/string_decoder xregexp@2.0.0 /tmp/app/node_modules/xregexp globby@7.1.1 /tmp/app/node_modules/globby ignore@3.3.7 /tmp/app/node_modules/ignore slash@1.0.0 /tmp/app/node_modules/slash handle-thing@1.2.5 /tmp/app/node_modules/handle-thing har-schema@1.0.5 /tmp/app/node_modules/har-schema hipchat-notifier@1.1.0 /tmp/app/node_modules/hipchat-notifier sntp@1.0.9 /tmp/app/node_modules/sntp jsprim@1.4.1 /tmp/app/node_modules/jsprim assert-plus@1.0.0 /tmp/app/node_modules/jsprim/node_modules/assert-plus json-schema@0.2.3 /tmp/app/node_modules/json-schema verror@1.10.0 /tmp/app/node_modules/verror sshpk@1.13.1 /tmp/app/node_modules/sshpk assert-plus@1.0.0 /tmp/app/node_modules/getpass/node_modules/assert-plus is-typedarray@1.0.0 /tmp/app/node_modules/is-typedarray json-stringify-safe@5.0.1 /tmp/app/node_modules/json-stringify-safe has-unicode@2.0.1 /tmp/app/node_modules/has-unicode generate-function@2.0.0 /tmp/app/node_modules/generate-function is-property@1.0.2 /tmp/app/node_modules/is-property get-caller-file@1.0.2 /tmp/app/node_modules/get-caller-file get-stdin@4.0.1 /tmp/app/node_modules/get-stdin get-uri@2.0.1 /tmp/app/node_modules/get-uri ftp@0.3.10 /tmp/app/node_modules/ftp isarray@0.0.1 /tmp/app/node_modules/ftp/node_modules/isarray request@2.81.0 /tmp/app/node_modules/request har-validator@4.2.1 /tmp/app/node_modules/har-validator ajv@4.11.8 /tmp/app/node_modules/har-validator/node_modules/ajv json-stable-stringify@1.0.1 /tmp/app/node_modules/json-stable-stringify jsonify@0.0.0 /tmp/app/node_modules/jsonify hawk@3.1.3 /tmp/app/node_modules/hawk http-signature@1.1.1 /tmp/app/node_modules/http-signature assert-plus@1.0.0 /tmp/app/node_modules/sshpk/node_modules/assert-plus dashdash@1.14.1 /tmp/app/node_modules/dashdash isstream@0.1.2 /tmp/app/node_modules/isstream performance-now@0.2.0 /tmp/app/node_modules/performance-now qs@6.4.0 /tmp/app/node_modules/qs stringstream@0.0.5 /tmp/app/node_modules/stringstream tough-cookie@2.3.3 /tmp/app/node_modules/tough-cookie tunnel-agent@0.6.0 /tmp/app/node_modules/tunnel-agent uuid@3.2.1 /tmp/app/node_modules/uuid homedir-polyfill@1.0.1 /tmp/app/node_modules/homedir-polyfill parse-passwd@1.0.0 /tmp/app/node_modules/parse-passwd hosted-git-info@2.5.0 /tmp/app/node_modules/hosted-git-info hpack.js@2.1.6 /tmp/app/node_modules/hpack.js wbuf@1.7.2 /tmp/app/node_modules/wbuf html-entities@1.2.1 /tmp/app/node_modules/html-entities html-comment-regex@1.1.1 /tmp/app/node_modules/html-comment-regex htmlescape@1.1.1 /tmp/app/node_modules/htmlescape http-proxy@1.16.2 /tmp/app/node_modules/http-proxy http-deceiver@1.2.7 /tmp/app/node_modules/http-deceiver http-proxy-agent@1.0.0 /tmp/app/node_modules/http-proxy-agent agent-base@2.1.1 /tmp/app/node_modules/agent-base semver@5.0.3 /tmp/app/node_modules/agent-base/node_modules/semver httpntlm@1.6.1 /tmp/app/node_modules/httpntlm httpreq@0.4.24 /tmp/app/node_modules/httpreq underscore@1.7.0 /tmp/app/node_modules/underscore https-browserify@1.0.0 /tmp/app/node_modules/https-browserify https-proxy-agent@1.0.0 /tmp/app/node_modules/https-proxy-agent icss-replace-symbols@1.1.0 /tmp/app/node_modules/icss-replace-symbols icss-utils@2.1.0 /tmp/app/node_modules/icss-utils postcss@6.0.16 /tmp/app/node_modules/postcss chalk@2.3.0 /tmp/app/node_modules/postcss/node_modules/chalk source-map@0.6.1 /tmp/app/node_modules/postcss/node_modules/source-map supports-color@5.1.0 /tmp/app/node_modules/postcss/node_modules/supports-color indexes-of@1.0.1 /tmp/app/node_modules/indexes-of ini@1.3.5 /tmp/app/node_modules/ini interpret@1.1.0 /tmp/app/node_modules/interpret inflection@1.10.0 /tmp/app/node_modules/inflection is-absolute-url@2.1.0 /tmp/app/node_modules/is-absolute-url is-builtin-module@1.0.0 /tmp/app/node_modules/is-builtin-module is-directory@0.3.1 /tmp/app/node_modules/is-directory is-my-json-valid@2.17.1 /tmp/app/node_modules/is-my-json-valid jsonpointer@4.0.1 /tmp/app/node_modules/jsonpointer is-path-cwd@1.0.0 /tmp/app/node_modules/is-path-cwd is-path-in-cwd@1.0.0 /tmp/app/node_modules/is-path-in-cwd is-path-inside@1.0.1 /tmp/app/node_modules/is-path-inside is-stream@1.1.0 /tmp/app/node_modules/is-stream is-svg@2.1.0 /tmp/app/node_modules/is-svg is-wsl@1.1.0 /tmp/app/node_modules/is-wsl isbinaryfile@3.0.2 /tmp/app/node_modules/isbinaryfile istanbul-lib-hook@1.1.0 /tmp/app/node_modules/istanbul-lib-hook jsesc@1.3.0 /tmp/app/node_modules/babel-generator/node_modules/jsesc path-parse@1.0.5 /tmp/app/node_modules/path-parse source-map@0.5.7 /tmp/app/node_modules/handlebars/node_modules/uglify-js/node_modules/source-map is-plain-obj@1.1.0 /tmp/app/node_modules/is-plain-obj istanbul-lib-coverage@1.1.1 /tmp/app/node_modules/istanbul-lib-coverage istanbul-lib-instrument@1.9.1 /tmp/app/node_modules/istanbul-lib-instrument trim-right@1.0.1 /tmp/app/node_modules/trim-right istanbul-lib-report@1.1.2 /tmp/app/node_modules/istanbul-lib-report supports-color@3.2.3 /tmp/app/node_modules/istanbul-lib-report/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/istanbul-lib-report/node_modules/has-flag istanbul-lib-source-maps@1.2.2 /tmp/app/node_modules/istanbul-lib-source-maps debug@3.1.0 /tmp/app/node_modules/istanbul-lib-source-maps/node_modules/debug handlebars@4.0.11 /tmp/app/node_modules/handlebars async@1.5.2 /tmp/app/node_modules/handlebars/node_modules/async wordwrap@0.0.2 /tmp/app/node_modules/wordwrap source-map@0.4.4 /tmp/app/node_modules/handlebars/node_modules/source-map uglify-js@2.8.29 /tmp/app/node_modules/handlebars/node_modules/uglify-js yargs@3.10.0 /tmp/app/node_modules/handlebars/node_modules/yargs camelcase@1.2.1 /tmp/app/node_modules/handlebars/node_modules/camelcase cliui@2.1.0 /tmp/app/node_modules/handlebars/node_modules/cliui right-align@0.1.3 /tmp/app/node_modules/right-align window-size@0.1.0 /tmp/app/node_modules/window-size js-yaml@3.7.0 /tmp/app/node_modules/js-yaml esprima@2.7.3 /tmp/app/node_modules/esprima jasmine-core@2.8.0 /tmp/app/node_modules/jasmine-core jasminewd2@2.2.0 /tmp/app/node_modules/jasminewd2 jasmine-spec-reporter@4.2.1 /tmp/app/node_modules/jasmine-spec-reporter json-loader@0.5.7 /tmp/app/node_modules/json-loader json3@3.3.2 /tmp/app/node_modules/json3 jsonparse@1.3.1 /tmp/app/node_modules/jsonparse karma-chrome-launcher@2.2.0 /tmp/app/node_modules/karma-chrome-launcher karma-source-map-support@1.2.0 /tmp/app/node_modules/karma-source-map-support killable@1.0.0 /tmp/app/node_modules/killable lazy-cache@0.2.7 /tmp/app/node_modules/lazy-cache lcid@1.0.0 /tmp/app/node_modules/lcid levn@0.3.0 /tmp/app/node_modules/levn type-check@0.3.2 /tmp/app/node_modules/type-check karma-jasmine-html-reporter@0.2.2 /tmp/app/node_modules/karma-jasmine-html-reporter astw@2.2.0 /tmp/app/node_modules/astw license-webpack-plugin@1.1.1 /tmp/app/node_modules/license-webpack-plugin loader-runner@2.3.0 /tmp/app/node_modules/loader-runner lodash.assign@4.2.0 /tmp/app/node_modules/lodash.assign lodash.clonedeep@4.5.0 /tmp/app/node_modules/lodash.clonedeep lodash.memoize@4.1.2 /tmp/app/node_modules/lodash.memoize lodash.camelcase@4.3.0 /tmp/app/node_modules/lodash.camelcase lodash.uniq@4.5.0 /tmp/app/node_modules/lodash.uniq lodash.mergewith@4.6.0 /tmp/app/node_modules/lodash.mergewith loglevel@1.6.1 /tmp/app/node_modules/loglevel loud-rejection@1.6.0 /tmp/app/node_modules/loud-rejection macaddress@0.2.8 /tmp/app/node_modules/macaddress make-error@1.3.2 /tmp/app/node_modules/make-error math-expression-evaluator@1.2.17 /tmp/app/node_modules/math-expression-evaluator mimic-fn@1.1.0 /tmp/app/node_modules/mimic-fn ncname@1.0.0 /tmp/app/node_modules/ncname xml-char-classes@1.0.0 /tmp/app/node_modules/xml-char-classes netmask@1.0.6 /tmp/app/node_modules/netmask process@0.11.10 /tmp/app/node_modules/process querystring-es3@0.2.1 /tmp/app/node_modules/querystring-es3 stream-http@2.8.0 /tmp/app/node_modules/stream-http to-arraybuffer@1.0.1 /tmp/app/node_modules/to-arraybuffer timers-browserify@2.0.6 /tmp/app/node_modules/timers-browserify tty-browserify@0.0.0 /tmp/app/node_modules/tty-browserify url@0.11.0 /tmp/app/node_modules/url punycode@1.3.2 /tmp/app/node_modules/url/node_modules/punycode querystring@0.2.0 /tmp/app/node_modules/querystring vm-browserify@0.0.4 /tmp/app/node_modules/vm-browserify node-modules-path@1.0.1 /tmp/app/node_modules/node-modules-path nodemailer-direct-transport@3.3.2 /tmp/app/node_modules/nodemailer-direct-transport smtp-connection@2.12.0 /tmp/app/node_modules/smtp-connection nodemailer-smtp-pool@2.8.2 /tmp/app/node_modules/nodemailer-smtp-pool nodemailer-wellknown@0.1.10 /tmp/app/node_modules/nodemailer-wellknown nodemailer-smtp-transport@2.7.2 /tmp/app/node_modules/nodemailer-smtp-transport prepend-http@1.0.4 /tmp/app/node_modules/prepend-http query-string@4.3.4 /tmp/app/node_modules/query-string strict-uri-encode@1.1.0 /tmp/app/node_modules/strict-uri-encode sort-keys@1.1.2 /tmp/app/node_modules/sort-keys node-forge@0.7.1 /tmp/app/node_modules/node-forge npm-run-path@2.0.2 /tmp/app/node_modules/npm-run-path path-key@2.0.1 /tmp/app/node_modules/path-key npmlog@4.1.2 /tmp/app/node_modules/npmlog set-blocking@2.0.0 /tmp/app/node_modules/set-blocking normalize-package-data@2.4.0 /tmp/app/node_modules/normalize-package-data validate-npm-package-license@3.0.1 /tmp/app/node_modules/validate-npm-package-license spdx-correct@1.0.2 /tmp/app/node_modules/spdx-correct spdx-license-ids@1.2.2 /tmp/app/node_modules/spdx-license-ids object-component@0.0.3 /tmp/app/node_modules/object-component num2fraction@1.2.2 /tmp/app/node_modules/num2fraction nan@2.8.0 /tmp/app/node_modules/nan opn@5.1.0 /tmp/app/node_modules/opn options@0.0.6 /tmp/app/node_modules/options os-locale@1.4.0 /tmp/app/node_modules/os-locale p-finally@1.0.0 /tmp/app/node_modules/p-finally osenv@0.1.4 /tmp/app/node_modules/osenv co@3.0.6 /tmp/app/node_modules/pac-resolver/node_modules/co degenerator@1.0.4 /tmp/app/node_modules/degenerator esprima@3.1.3 /tmp/app/node_modules/escodegen/node_modules/esprima optionator@0.8.2 /tmp/app/node_modules/optionator wordwrap@1.0.0 /tmp/app/node_modules/optionator/node_modules/wordwrap ip@1.0.1 /tmp/app/node_modules/pac-resolver/node_modules/ip thunkify@2.1.2 /tmp/app/node_modules/thunkify socks-proxy-agent@2.1.1 /tmp/app/node_modules/socks-proxy-agent socks@1.1.10 /tmp/app/node_modules/socks smart-buffer@1.1.15 /tmp/app/node_modules/smart-buffer param-case@2.1.1 /tmp/app/node_modules/param-case parents@1.0.1 /tmp/app/node_modules/parents path-platform@0.11.15 /tmp/app/node_modules/path-platform parse-json@2.2.0 /tmp/app/node_modules/parse-json pascalcase@0.1.1 /tmp/app/node_modules/pascalcase path-dirname@1.0.2 /tmp/app/node_modules/path-dirname pinkie-promise@2.0.1 /tmp/app/node_modules/pinkie-promise pinkie@2.0.4 /tmp/app/node_modules/pinkie postcss-import@11.0.0 /tmp/app/node_modules/postcss-import resolve@1.5.0 /tmp/app/node_modules/resolve postcss-load-options@1.2.0 /tmp/app/node_modules/postcss-load-options cosmiconfig@2.2.2 /tmp/app/node_modules/cosmiconfig minimist@1.2.0 /tmp/app/node_modules/cosmiconfig/node_modules/minimist require-from-string@1.2.1 /tmp/app/node_modules/require-from-string postcss-load-plugins@2.3.0 /tmp/app/node_modules/postcss-load-plugins postcss-loader@2.0.10 /tmp/app/node_modules/postcss-loader posix-character-classes@0.1.1 /tmp/app/node_modules/posix-character-classes postcss-message-helpers@2.0.0 /tmp/app/node_modules/postcss-message-helpers postcss-modules-local-by-default@1.2.0 /tmp/app/node_modules/postcss-modules-local-by-default postcss-modules-extract-imports@1.2.0 /tmp/app/node_modules/postcss-modules-extract-imports postcss-modules-values@1.3.0 /tmp/app/node_modules/postcss-modules-values postcss-selector-parser@2.2.3 /tmp/app/node_modules/postcss-selector-parser postcss-url@7.3.0 /tmp/app/node_modules/postcss-url mime@1.6.0 /tmp/app/node_modules/mime xxhashjs@0.2.2 /tmp/app/node_modules/xxhashjs renderkid@2.0.1 /tmp/app/node_modules/renderkid dom-converter@0.1.4 /tmp/app/node_modules/dom-converter utila@0.3.3 /tmp/app/node_modules/dom-converter/node_modules/utila htmlparser2@3.3.0 /tmp/app/node_modules/htmlparser2 domutils@1.1.6 /tmp/app/node_modules/htmlparser2/node_modules/domutils readable-stream@1.0.34 /tmp/app/node_modules/htmlparser2/node_modules/readable-stream isarray@0.0.1 /tmp/app/node_modules/htmlparser2/node_modules/isarray string_decoder@0.10.31 /tmp/app/node_modules/htmlparser2/node_modules/string_decoder utila@0.3.3 /tmp/app/node_modules/renderkid/node_modules/utila utila@0.4.0 /tmp/app/node_modules/utila promise@7.3.1 /tmp/app/node_modules/promise raw-loader@0.5.1 /tmp/app/node_modules/raw-loader redis@2.8.0 /tmp/app/node_modules/redis redis-commands@1.3.1 /tmp/app/node_modules/redis-commands redis-parser@2.6.0 /tmp/app/node_modules/redis-parser reflect-metadata@0.1.12 /tmp/app/node_modules/reflect-metadata regex-not@1.0.0 /tmp/app/node_modules/regex-not relateurl@0.2.7 /tmp/app/node_modules/relateurl read-only-stream@2.0.0 /tmp/app/node_modules/read-only-stream require-directory@2.1.1 /tmp/app/node_modules/require-directory require-main-filename@1.0.1 /tmp/app/node_modules/require-main-filename resolve-from@3.0.0 /tmp/app/node_modules/resolve-from clone-deep@0.3.0 /tmp/app/node_modules/clone-deep select-hose@2.0.0 /tmp/app/node_modules/select-hose selfsigned@1.10.2 /tmp/app/node_modules/selfsigned is-extendable@1.0.1 /tmp/app/node_modules/split-string/node_modules/is-extendable shebang-command@1.2.0 /tmp/app/node_modules/shebang-command shebang-regex@1.0.0 /tmp/app/node_modules/shebang-regex slack-node@0.2.0 /tmp/app/node_modules/slack-node silent-error@1.1.0 /tmp/app/node_modules/silent-error socket.io@2.0.4 /tmp/app/node_modules/socket.io socket.io-client@2.0.4 /tmp/app/node_modules/socket.io-client socket.io-parser@3.1.2 /tmp/app/node_modules/socket.io-parser to-array@0.1.4 /tmp/app/node_modules/to-array source-map-url@0.4.0 /tmp/app/node_modules/source-map-url spdy-transport@2.0.20 /tmp/app/node_modules/spdy-transport stdout-stream@1.4.0 /tmp/app/node_modules/stdout-stream when@3.6.4 /tmp/app/node_modules/when toposort@1.0.6 /tmp/app/node_modules/toposort trim-newlines@1.0.0 /tmp/app/node_modules/trim-newlines watchpack@1.4.0 /tmp/app/node_modules/watchpack webpack-dev-middleware@1.12.2 /tmp/app/node_modules/webpack-dev-middleware webpack-subresource-integrity@1.0.3 /tmp/app/node_modules/webpack-subresource-integrity source-map@0.4.4 /tmp/app/node_modules/webpack-core/node_modules/source-map worker-farm@1.5.2 /tmp/app/node_modules/worker-farm autoprefixer@7.2.5 /tmp/app/node_modules/autoprefixer csso@2.3.2 /tmp/app/node_modules/csso supports-color@2.0.0 /tmp/app/node_modules/clap/node_modules/supports-color subarg@1.0.0 /tmp/app/node_modules/subarg meow@3.7.0 /tmp/app/node_modules/meow minimist@1.2.0 /tmp/app/node_modules/meow/node_modules/minimist find-up@1.1.2 /tmp/app/node_modules/read-pkg-up/node_modules/find-up read-pkg@1.1.0 /tmp/app/node_modules/read-pkg less@2.7.3 /tmp/app/node_modules/less source-map@0.4.4 /tmp/app/node_modules/scss-tokenizer/node_modules/source-map typescript@2.5.3 /tmp/app/node_modules/typescript browser-resolve@1.11.2 /tmp/app/node_modules/browser-resolve cache-base@1.0.1 /tmp/app/node_modules/cache-base kind-of@3.2.2 /tmp/app/node_modules/has-values/node_modules/is-number/node_modules/kind-of isobject@3.0.1 /tmp/app/node_modules/cache-base/node_modules/isobject has-value@0.3.1 /tmp/app/node_modules/unset-value/node_modules/has-value kind-of@5.1.0 /tmp/app/node_modules/static-extend/node_modules/kind-of object-copy@0.1.0 /tmp/app/node_modules/object-copy isobject@3.0.1 /tmp/app/node_modules/base/node_modules/isobject mixin-deep@1.3.0 /tmp/app/node_modules/mixin-deep is-extendable@1.0.1 /tmp/app/node_modules/mixin-deep/node_modules/is-extendable minimist@1.2.0 /tmp/app/node_modules/blocking-proxy/node_modules/minimist connect@3.6.5 /tmp/app/node_modules/connect execa@0.7.0 /tmp/app/node_modules/execa expand-range@0.1.1 /tmp/app/node_modules/expand-braces/node_modules/expand-range repeat-string@0.2.2 /tmp/app/node_modules/expand-braces/node_modules/repeat-string html-webpack-plugin@2.30.1 /tmp/app/node_modules/html-webpack-plugin debug@3.1.0 /tmp/app/node_modules/log4js/node_modules/debug inflection@1.3.8 /tmp/app/node_modules/path-proxy/node_modules/inflection proxy-agent@2.0.0 /tmp/app/node_modules/proxy-agent resolve-url@0.2.1 /tmp/app/node_modules/resolve-url sass-loader@6.0.6 /tmp/app/node_modules/sass-loader for-own@1.0.0 /tmp/app/node_modules/clone-deep/node_modules/for-own sassypam@0.0.1 /tmp/app/node_modules/sassypam split-string@3.1.0 /tmp/app/node_modules/split-string shell-quote@1.6.1 /tmp/app/node_modules/shell-quote requestretry@1.13.0 /tmp/app/node_modules/requestretry engine.io@3.1.4 /tmp/app/node_modules/engine.io accepts@1.3.3 /tmp/app/node_modules/engine.io/node_modules/accepts isarray@2.0.1 /tmp/app/node_modules/socket.io-parser/node_modules/isarray sockjs@0.3.19 /tmp/app/node_modules/sockjs webpack-core@0.6.9 /tmp/app/node_modules/webpack-core source-list-map@0.1.8 /tmp/app/node_modules/webpack-core/node_modules/source-list-map ansi-html@0.0.7 /tmp/app/node_modules/ansi-html browserslist@2.11.3 /tmp/app/node_modules/browserslist combine-source-map@0.8.0 /tmp/app/node_modules/combine-source-map ansi-styles@2.2.1 /tmp/app/node_modules/clap/node_modules/ansi-styles deps-sort@2.0.0 /tmp/app/node_modules/deps-sort shasum@1.0.2 /tmp/app/node_modules/shasum image-size@0.5.5 /tmp/app/node_modules/image-size path-exists@2.1.0 /tmp/app/node_modules/read-pkg-up/node_modules/path-exists load-json-file@1.1.0 /tmp/app/node_modules/load-json-file pify@2.3.0 /tmp/app/node_modules/read-pkg/node_modules/pify scss-tokenizer@0.2.3 /tmp/app/node_modules/scss-tokenizer camelcase@3.0.0 /tmp/app/node_modules/yargs-parser/node_modules/camelcase svgo@0.7.2 /tmp/app/node_modules/svgo base@0.11.2 /tmp/app/node_modules/base has-value@1.0.0 /tmp/app/node_modules/has-value is-number@3.0.0 /tmp/app/node_modules/has-values/node_modules/is-number unset-value@1.0.0 /tmp/app/node_modules/unset-value has-values@0.1.4 /tmp/app/node_modules/unset-value/node_modules/has-values is-descriptor@0.1.6 /tmp/app/node_modules/class-utils/node_modules/is-descriptor is-accessor-descriptor@0.1.6 /tmp/app/node_modules/class-utils/node_modules/is-accessor-descriptor is-data-descriptor@0.1.4 /tmp/app/node_modules/class-utils/node_modules/is-data-descriptor isobject@3.0.1 /tmp/app/node_modules/class-utils/node_modules/isobject kind-of@3.2.2 /tmp/app/node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of define-property@0.2.5 /tmp/app/node_modules/object-copy/node_modules/define-property is-accessor-descriptor@0.1.6 /tmp/app/node_modules/object-copy/node_modules/is-accessor-descriptor readable-stream@1.1.14 /tmp/app/node_modules/amqplib/node_modules/readable-stream isarray@0.0.1 /tmp/app/node_modules/amqplib/node_modules/isarray string_decoder@0.10.31 /tmp/app/node_modules/amqplib/node_modules/string_decoder blocking-proxy@0.0.5 /tmp/app/node_modules/blocking-proxy braces@0.1.5 /tmp/app/node_modules/expand-braces/node_modules/braces labeled-stream-splicer@2.0.0 /tmp/app/node_modules/labeled-stream-splicer isarray@0.0.1 /tmp/app/node_modules/labeled-stream-splicer/node_modules/isarray array-unique@0.3.2 /tmp/app/node_modules/nanomatch/node_modules/array-unique use@2.0.2 /tmp/app/node_modules/use is-accessor-descriptor@0.1.6 /tmp/app/node_modules/use/node_modules/is-accessor-descriptor kind-of@5.1.0 /tmp/app/node_modules/use/node_modules/kind-of is-accessor-descriptor@0.1.6 /tmp/app/node_modules/to-regex/node_modules/is-accessor-descriptor kind-of@5.1.0 /tmp/app/node_modules/to-regex/node_modules/kind-of socks@1.1.9 /tmp/app/node_modules/nodemailer/node_modules/socks snapdragon-node@2.1.1 /tmp/app/node_modules/snapdragon-node loader-utils@0.2.17 /tmp/app/node_modules/source-map-loader/node_modules/loader-utils source-map@0.6.1 /tmp/app/node_modules/source-map-loader/node_modules/source-map schema-utils@0.4.3 /tmp/app/node_modules/style-loader/node_modules/schema-utils adm-zip@0.4.4 /tmp/app/node_modules/webdriver-js-extender/node_modules/adm-zip typescript@2.6.2 /tmp/app/node_modules/@angular-devkit/build-optimizer/node_modules/typescript autoprefixer@6.7.7 /tmp/app/node_modules/cssnano/node_modules/autoprefixer resolve-cwd@2.0.0 /tmp/app/node_modules/resolve-cwd for-in@0.1.8 /tmp/app/node_modules/mixin-object/node_modules/for-in set-value@2.0.0 /tmp/app/node_modules/set-value extend-shallow@3.0.2 /tmp/app/node_modules/split-string/node_modules/extend-shallow when@3.7.8 /tmp/app/node_modules/requestretry/node_modules/when source-map-resolve@0.5.1 /tmp/app/node_modules/source-map-resolve atob@2.0.3 /tmp/app/node_modules/atob spdy@3.4.7 /tmp/app/node_modules/spdy stream-combiner2@1.1.1 /tmp/app/node_modules/stream-combiner2 stream-splicer@2.0.0 /tmp/app/node_modules/stream-splicer strip-eof@1.0.0 /tmp/app/node_modules/strip-eof stylus-loader@3.0.1 /tmp/app/node_modules/stylus-loader tar@2.2.1 /tmp/app/node_modules/tar time-stamp@2.0.0 /tmp/app/node_modules/time-stamp timespan@2.3.0 /tmp/app/node_modules/timespan tmp@0.0.33 /tmp/app/node_modules/tmp tsscmp@1.0.5 /tmp/app/node_modules/tsscmp tsutils@2.19.1 /tmp/app/node_modules/tsutils uglify-to-browserify@1.0.2 /tmp/app/node_modules/uglify-to-browserify uniqid@4.1.1 /tmp/app/node_modules/uniqid uniqs@2.0.0 /tmp/app/node_modules/uniqs url-loader@0.6.2 /tmp/app/node_modules/url-loader v8flags@3.0.1 /tmp/app/node_modules/v8flags vendors@1.0.1 /tmp/app/node_modules/vendors webpack-merge@4.1.1 /tmp/app/node_modules/webpack-merge xml2js@0.4.19 /tmp/app/node_modules/xml2js JSONStream@1.3.2 /tmp/app/node_modules/JSONStream browser-pack@6.0.3 /tmp/app/node_modules/browser-pack lodash.memoize@3.0.4 /tmp/app/node_modules/combine-source-map/node_modules/lodash.memoize umd@3.0.1 /tmp/app/node_modules/umd clap@1.2.3 /tmp/app/node_modules/clap json-stable-stringify@0.0.1 /tmp/app/node_modules/shasum/node_modules/json-stable-stringify minimist@1.2.0 /tmp/app/node_modules/subarg/node_modules/minimist he@1.1.1 /tmp/app/node_modules/he uglify-js@3.3.9 /tmp/app/node_modules/uglify-js commander@2.13.0 /tmp/app/node_modules/uglify-js/node_modules/commander path-type@1.1.0 /tmp/app/node_modules/read-pkg/node_modules/path-type nopt@4.0.1 /tmp/app/node_modules/nopt sass-graph@2.2.4 /tmp/app/node_modules/sass-graph @schematics/angular@0.1.17 /tmp/app/node_modules/@schematics/angular isobject@3.0.1 /tmp/app/node_modules/has-value/node_modules/isobject isobject@2.1.0 /tmp/app/node_modules/unset-value/node_modules/has-value/node_modules/isobject isobject@3.0.1 /tmp/app/node_modules/unset-value/node_modules/isobject kind-of@3.2.2 /tmp/app/node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of is-descriptor@0.1.6 /tmp/app/node_modules/object-copy/node_modules/is-descriptor bl@1.1.2 /tmp/app/node_modules/bl string_decoder@0.10.31 /tmp/app/node_modules/bl/node_modules/string_decoder copy-webpack-plugin@4.3.1 /tmp/app/node_modules/copy-webpack-plugin loader-utils@0.2.17 /tmp/app/node_modules/copy-webpack-plugin/node_modules/loader-utils cross-spawn@5.1.0 /tmp/app/node_modules/execa/node_modules/cross-spawn is-glob@3.1.0 /tmp/app/node_modules/http-proxy-middleware/node_modules/is-glob is-odd@1.0.0 /tmp/app/node_modules/is-odd log4js@2.5.2 /tmp/app/node_modules/log4js debug@3.1.0 /tmp/app/node_modules/streamroller/node_modules/debug async@2.1.5 /tmp/app/node_modules/mailgun-js/node_modules/async nanomatch@1.2.7 /tmp/app/node_modules/nanomatch object.pick@1.3.0 /tmp/app/node_modules/object.pick define-property@0.2.5 /tmp/app/node_modules/snapdragon/node_modules/define-property is-accessor-descriptor@0.1.6 /tmp/app/node_modules/snapdragon/node_modules/is-accessor-descriptor kind-of@5.1.0 /tmp/app/node_modules/snapdragon/node_modules/kind-of define-property@0.2.5 /tmp/app/node_modules/use/node_modules/define-property source-map@0.6.1 /tmp/app/node_modules/uglify-js/node_modules/source-map internal-ip@1.2.0 /tmp/app/node_modules/internal-ip camelcase@3.0.0 /tmp/app/node_modules/yargs/node_modules/camelcase resolve@1.1.7 /tmp/app/node_modules/browser-resolve/node_modules/resolve typescript@2.6.2 /tmp/app/node_modules/@schematics/angular/node_modules/typescript class-utils@0.3.6 /tmp/app/node_modules/class-utils define-property@0.2.5 /tmp/app/node_modules/class-utils/node_modules/define-property static-extend@0.1.2 /tmp/app/node_modules/static-extend define-property@0.2.5 /tmp/app/node_modules/static-extend/node_modules/define-property kind-of@3.2.2 /tmp/app/node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of is-data-descriptor@0.1.4 /tmp/app/node_modules/object-copy/node_modules/is-data-descriptor kind-of@5.1.0 /tmp/app/node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of is-glob@4.0.0 /tmp/app/node_modules/copy-webpack-plugin/node_modules/is-glob is-extglob@2.1.1 /tmp/app/node_modules/copy-webpack-plugin/node_modules/is-extglob expand-braces@0.1.2 /tmp/app/node_modules/expand-braces is-number@0.1.1 /tmp/app/node_modules/expand-braces/node_modules/is-number loader-utils@0.2.17 /tmp/app/node_modules/html-webpack-plugin/node_modules/loader-utils is-extglob@2.1.1 /tmp/app/node_modules/http-proxy-middleware/node_modules/is-extglob is-number@3.0.0 /tmp/app/node_modules/is-odd/node_modules/is-number mailgun-js@0.7.15 /tmp/app/node_modules/mailgun-js debug@2.2.0 /tmp/app/node_modules/mailgun-js/node_modules/debug ms@0.7.1 /tmp/app/node_modules/mailgun-js/node_modules/ms path-proxy@1.0.0 /tmp/app/node_modules/path-proxy lru-cache@2.6.5 /tmp/app/node_modules/proxy-agent/node_modules/lru-cache q@1.4.1 /tmp/app/node_modules/mailgun-js/node_modules/q arr-diff@4.0.0 /tmp/app/node_modules/nanomatch/node_modules/arr-diff is-descriptor@0.1.6 /tmp/app/node_modules/snapdragon/node_modules/is-descriptor kind-of@3.2.2 /tmp/app/node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of kind-of@3.2.2 /tmp/app/node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of is-descriptor@0.1.6 /tmp/app/node_modules/use/node_modules/is-descriptor kind-of@3.2.2 /tmp/app/node_modules/use/node_modules/is-accessor-descriptor/node_modules/kind-of lazy-cache@2.0.2 /tmp/app/node_modules/use/node_modules/lazy-cache define-property@0.2.5 /tmp/app/node_modules/to-regex/node_modules/define-property kind-of@3.2.2 /tmp/app/node_modules/to-regex/node_modules/is-accessor-descriptor/node_modules/kind-of portfinder@1.0.13 /tmp/app/node_modules/portfinder async@1.5.2 /tmp/app/node_modules/portfinder/node_modules/async reduce-css-calc@1.3.0 /tmp/app/node_modules/reduce-css-calc balanced-match@0.4.2 /tmp/app/node_modules/reduce-function-call/node_modules/balanced-match source-map-loader@0.2.3 /tmp/app/node_modules/source-map-loader style-loader@0.20.1 /tmp/app/node_modules/style-loader true-case-path@1.0.2 /tmp/app/node_modules/true-case-path glob@6.0.4 /tmp/app/node_modules/true-case-path/node_modules/glob strip-bom@3.0.0 /tmp/app/node_modules/tsconfig/node_modules/strip-bom selenium-webdriver@2.53.3 /tmp/app/node_modules/webdriver-js-extender/node_modules/selenium-webdriver ws@1.1.5 /tmp/app/node_modules/webdriver-js-extender/node_modules/ws xml2js@0.4.4 /tmp/app/node_modules/webdriver-js-extender/node_modules/xml2js sax@0.6.1 /tmp/app/node_modules/webdriver-js-extender/node_modules/sax @angular-devkit/build-optimizer@0.0.42 /tmp/app/node_modules/@angular-devkit/build-optimizer css-loader@0.28.9 /tmp/app/node_modules/css-loader browserslist@1.7.7 /tmp/app/node_modules/cssnano/node_modules/browserslist postcss@5.2.18 /tmp/app/node_modules/cssnano/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/cssnano/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/cssnano/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/cssnano/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/cssnano/node_modules/has-flag postcss-calc@5.3.1 /tmp/app/node_modules/postcss-calc supports-color@3.2.3 /tmp/app/node_modules/postcss-calc/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-colormin/node_modules/chalk has-flag@1.0.0 /tmp/app/node_modules/postcss-colormin/node_modules/has-flag postcss-convert-values@2.6.1 /tmp/app/node_modules/postcss-convert-values postcss@5.2.18 /tmp/app/node_modules/postcss-convert-values/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-convert-values/node_modules/ansi-styles supports-color@3.2.3 /tmp/app/node_modules/postcss-convert-values/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-convert-values/node_modules/has-flag has-flag@1.0.0 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-discard-empty/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-discard-empty/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-discard-empty/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-discard-empty/node_modules/chalk/node_modules/supports-color postcss-discard-overridden@0.1.1 /tmp/app/node_modules/postcss-discard-overridden postcss@5.2.18 /tmp/app/node_modules/postcss-discard-overridden/node_modules/postcss supports-color@2.0.0 /tmp/app/node_modules/postcss-discard-overridden/node_modules/chalk/node_modules/supports-color postcss-discard-unused@2.2.3 /tmp/app/node_modules/postcss-discard-unused ansi-styles@2.2.1 /tmp/app/node_modules/postcss-discard-unused/node_modules/ansi-styles supports-color@3.2.3 /tmp/app/node_modules/postcss-discard-unused/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-discard-unused/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-filter-plugins/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-filter-plugins/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-filter-plugins/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-filter-plugins/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-filter-plugins/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-merge-idents/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-merge-idents/node_modules/chalk/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-merge-idents/node_modules/has-flag postcss-merge-longhand@2.0.2 /tmp/app/node_modules/postcss-merge-longhand postcss@5.2.18 /tmp/app/node_modules/postcss-merge-longhand/node_modules/postcss has-flag@1.0.0 /tmp/app/node_modules/postcss-merge-longhand/node_modules/has-flag postcss-merge-rules@2.1.2 /tmp/app/node_modules/postcss-merge-rules postcss@5.2.18 /tmp/app/node_modules/postcss-merge-rules/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-merge-rules/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/postcss-merge-rules/node_modules/has-flag postcss-minify-font-values@1.0.5 /tmp/app/node_modules/postcss-minify-font-values supports-color@3.2.3 /tmp/app/node_modules/postcss-minify-font-values/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-minify-font-values/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-minify-gradients/node_modules/postcss has-flag@1.0.0 /tmp/app/node_modules/postcss-minify-gradients/node_modules/has-flag supports-color@2.0.0 /tmp/app/node_modules/postcss-minify-params/node_modules/chalk/node_modules/supports-color postcss-minify-selectors@2.1.1 /tmp/app/node_modules/postcss-minify-selectors postcss@5.2.18 /tmp/app/node_modules/postcss-minify-selectors/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-minify-selectors/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-minify-selectors/node_modules/ansi-styles supports-color@3.2.3 /tmp/app/node_modules/postcss-minify-selectors/node_modules/supports-color ansi-styles@2.2.1 /tmp/app/node_modules/postcss-normalize-charset/node_modules/ansi-styles postcss-normalize-url@3.0.8 /tmp/app/node_modules/postcss-normalize-url chalk@1.1.3 /tmp/app/node_modules/postcss-normalize-url/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-normalize-url/node_modules/ansi-styles postcss@5.2.18 /tmp/app/node_modules/postcss-ordered-values/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-ordered-values/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-ordered-values/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-ordered-values/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-ordered-values/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-reduce-idents/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-reduce-idents/node_modules/ansi-styles chalk@1.1.3 /tmp/app/node_modules/postcss-reduce-initial/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-reduce-initial/node_modules/ansi-styles postcss-reduce-transforms@1.0.4 /tmp/app/node_modules/postcss-reduce-transforms chalk@1.1.3 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/ansi-styles chalk@1.1.3 /tmp/app/node_modules/postcss-svgo/node_modules/chalk has-flag@1.0.0 /tmp/app/node_modules/postcss-svgo/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-unique-selectors/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-unique-selectors/node_modules/chalk postcss@5.2.18 /tmp/app/node_modules/postcss-zindex/node_modules/postcss supports-color@3.2.3 /tmp/app/node_modules/postcss-zindex/node_modules/supports-color ansi-styles@2.2.1 /tmp/app/node_modules/css-loader/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/css-loader/node_modules/has-flag style-loader@0.13.2 /tmp/app/node_modules/@angular/cli/node_modules/style-loader sax@0.5.8 /tmp/app/node_modules/stylus/node_modules/sax source-map@0.1.43 /tmp/app/node_modules/stylus/node_modules/source-map source-map@0.6.1 /tmp/app/node_modules/uglifyjs-webpack-plugin/node_modules/source-map uglify-es@3.3.9 /tmp/app/node_modules/uglifyjs-webpack-plugin/node_modules/uglify-es webpack@3.10.0 /tmp/app/node_modules/webpack camelcase@1.2.1 /tmp/app/node_modules/webpack/node_modules/camelcase camelcase@4.1.0 /tmp/app/node_modules/webpack/node_modules/yargs/node_modules/camelcase read-pkg-up@2.0.0 /tmp/app/node_modules/webpack/node_modules/read-pkg-up load-json-file@2.0.0 /tmp/app/node_modules/webpack/node_modules/load-json-file is-fullwidth-code-point@2.0.0 /tmp/app/node_modules/webpack/node_modules/string-width/node_modules/is-fullwidth-code-point ansi-regex@3.0.0 /tmp/app/node_modules/webpack/node_modules/ansi-regex yargs-parser@7.0.0 /tmp/app/node_modules/webpack/node_modules/yargs-parser webpack-dev-server@2.11.1 /tmp/app/node_modules/webpack-dev-server chokidar@2.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/chokidar arr-diff@4.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/arr-diff braces@2.3.0 /tmp/app/node_modules/webpack-dev-server/node_modules/braces kind-of@3.2.2 /tmp/app/node_modules/webpack-dev-server/node_modules/is-number/node_modules/kind-of to-regex-range@2.1.1 /tmp/app/node_modules/to-regex-range debug@2.6.9 /tmp/app/node_modules/webpack-dev-server/node_modules/expand-brackets/node_modules/debug is-accessor-descriptor@0.1.6 /tmp/app/node_modules/webpack-dev-server/node_modules/is-accessor-descriptor kind-of@3.2.2 /tmp/app/node_modules/webpack-dev-server/node_modules/is-data-descriptor/node_modules/kind-of glob-parent@3.1.0 /tmp/app/node_modules/webpack-dev-server/node_modules/glob-parent is-glob@3.1.0 /tmp/app/node_modules/webpack-dev-server/node_modules/glob-parent/node_modules/is-glob is-extglob@2.1.1 /tmp/app/node_modules/webpack-dev-server/node_modules/is-extglob del@3.0.0 /tmp/app/node_modules/del globby@6.1.0 /tmp/app/node_modules/del/node_modules/globby pify@2.3.0 /tmp/app/node_modules/del/node_modules/globby/node_modules/pify supports-color@5.1.0 /tmp/app/node_modules/webpack-dev-server/node_modules/supports-color yargs@6.6.0 /tmp/app/node_modules/webpack-dev-server/node_modules/yargs camelcase@3.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/camelcase tsickle@0.26.0 /tmp/app/node_modules/tsickle minimist@1.2.0 /tmp/app/node_modules/tsickle/node_modules/minimist lodash.memoize@3.0.4 /tmp/app/node_modules/insert-module-globals/node_modules/lodash.memoize concat-stream@1.5.2 /tmp/app/node_modules/insert-module-globals/node_modules/concat-stream readable-stream@2.0.6 /tmp/app/node_modules/insert-module-globals/node_modules/readable-stream jasmine-core@2.9.1 /tmp/app/node_modules/jasmine/node_modules/jasmine-core buffer@5.0.8 /tmp/app/node_modules/browserify/node_modules/buffer domain-browser@1.1.7 /tmp/app/node_modules/browserify/node_modules/domain-browser module-deps@4.1.1 /tmp/app/node_modules/module-deps syntax-error@1.3.0 /tmp/app/node_modules/syntax-error caseless@0.11.0 /tmp/app/node_modules/loggly/node_modules/caseless form-data@2.0.0 /tmp/app/node_modules/loggly/node_modules/form-data har-validator@2.0.6 /tmp/app/node_modules/loggly/node_modules/har-validator node-uuid@1.4.8 /tmp/app/node_modules/loggly/node_modules/node-uuid source-map-support@0.5.3 /tmp/app/node_modules/ts-node/node_modules/source-map-support source-map@0.6.1 /tmp/app/node_modules/ts-node/node_modules/source-map wrappy@1.0.2 /tmp/app/node_modules/fsevents/node_modules/wrappy balanced-match@0.4.2 /tmp/app/node_modules/fsevents/node_modules/balanced-match tar@2.2.1 /tmp/app/node_modules/fsevents/node_modules/tar fstream@1.0.11 /tmp/app/node_modules/fsevents/node_modules/fstream debug@2.6.8 /tmp/app/node_modules/fsevents/node_modules/debug postcss@5.2.18 /tmp/app/node_modules/postcss-calc/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-calc/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-calc/node_modules/chalk/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-discard-comments/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-discard-empty/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-discard-empty/node_modules/has-flag chalk@1.1.3 /tmp/app/node_modules/postcss-discard-overridden/node_modules/chalk supports-color@3.2.3 /tmp/app/node_modules/postcss-discard-overridden/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-discard-unused/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-merge-idents/node_modules/ansi-styles ansi-styles@2.2.1 /tmp/app/node_modules/postcss-merge-longhand/node_modules/ansi-styles browserslist@1.7.7 /tmp/app/node_modules/caniuse-api/node_modules/browserslist chalk@1.1.3 /tmp/app/node_modules/postcss-merge-rules/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-merge-rules/node_modules/chalk/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-minify-font-values/node_modules/chalk ansi-styles@2.2.1 /tmp/app/node_modules/postcss-minify-font-values/node_modules/ansi-styles postcss-minify-gradients@1.0.5 /tmp/app/node_modules/postcss-minify-gradients ansi-styles@2.2.1 /tmp/app/node_modules/postcss-minify-gradients/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-minify-gradients/node_modules/chalk/node_modules/supports-color postcss-minify-params@1.2.2 /tmp/app/node_modules/postcss-minify-params ansi-styles@2.2.1 /tmp/app/node_modules/postcss-minify-params/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/postcss-minify-params/node_modules/has-flag postcss-normalize-charset@1.1.1 /tmp/app/node_modules/postcss-normalize-charset supports-color@3.2.3 /tmp/app/node_modules/postcss-normalize-charset/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-normalize-url/node_modules/postcss supports-color@3.2.3 /tmp/app/node_modules/postcss-normalize-url/node_modules/supports-color postcss-reduce-idents@2.4.0 /tmp/app/node_modules/postcss-reduce-idents supports-color@3.2.3 /tmp/app/node_modules/postcss-reduce-idents/node_modules/supports-color postcss-reduce-initial@1.0.1 /tmp/app/node_modules/postcss-reduce-initial postcss@5.2.18 /tmp/app/node_modules/postcss-reduce-initial/node_modules/postcss postcss@5.2.18 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/postcss supports-color@3.2.3 /tmp/app/node_modules/postcss-reduce-transforms/node_modules/supports-color postcss-svgo@2.1.6 /tmp/app/node_modules/postcss-svgo ansi-styles@2.2.1 /tmp/app/node_modules/postcss-svgo/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-svgo/node_modules/chalk/node_modules/supports-color supports-color@3.2.3 /tmp/app/node_modules/postcss-svgo/node_modules/supports-color ansi-styles@2.2.1 /tmp/app/node_modules/postcss-unique-selectors/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-unique-selectors/node_modules/chalk/node_modules/supports-color postcss-zindex@2.2.0 /tmp/app/node_modules/postcss-zindex postcss@5.2.18 /tmp/app/node_modules/css-loader/node_modules/postcss supports-color@3.2.3 /tmp/app/node_modules/css-loader/node_modules/supports-color glob@7.0.6 /tmp/app/node_modules/stylus/node_modules/glob acorn@4.0.13 /tmp/app/node_modules/acorn-dynamic-import/node_modules/acorn uglify-js@2.8.29 /tmp/app/node_modules/webpack/node_modules/uglify-js cliui@2.1.0 /tmp/app/node_modules/webpack/node_modules/cliui read-pkg@2.0.0 /tmp/app/node_modules/webpack/node_modules/read-pkg pify@2.3.0 /tmp/app/node_modules/webpack/node_modules/pify camelcase@4.1.0 /tmp/app/node_modules/webpack/node_modules/yargs-parser/node_modules/camelcase micromatch@3.1.5 /tmp/app/node_modules/webpack-dev-server/node_modules/micromatch fill-range@4.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/fill-range karma@2.0.0 /tmp/app/node_modules/karma readable-stream@2.0.6 /tmp/app/node_modules/browserify/node_modules/concat-stream/node_modules/readable-stream concat-stream@1.5.2 /tmp/app/node_modules/module-deps/node_modules/concat-stream string_decoder@0.10.31 /tmp/app/node_modules/module-deps/node_modules/string_decoder acorn@4.0.13 /tmp/app/node_modules/syntax-error/node_modules/acorn timers-browserify@1.4.2 /tmp/app/node_modules/browserify/node_modules/timers-browserify source-map@0.6.1 /tmp/app/node_modules/karma/node_modules/source-map is-data-descriptor@0.1.4 /tmp/app/node_modules/snapdragon/node_modules/is-data-descriptor is-descriptor@0.1.6 /tmp/app/node_modules/to-regex/node_modules/is-descriptor is-data-descriptor@0.1.4 /tmp/app/node_modules/to-regex/node_modules/is-data-descriptor tmp@0.0.30 /tmp/app/node_modules/selenium-webdriver/node_modules/tmp sockjs-client@1.1.4 /tmp/app/node_modules/sockjs-client querystringify@1.0.0 /tmp/app/node_modules/url-parse/node_modules/querystringify tsconfig@7.0.0 /tmp/app/node_modules/tsconfig webdriver-js-extender@1.0.0 /tmp/app/node_modules/webdriver-js-extender tmp@0.0.24 /tmp/app/node_modules/webdriver-js-extender/node_modules/tmp cssnano@3.10.0 /tmp/app/node_modules/cssnano postcss-colormin@2.2.2 /tmp/app/node_modules/postcss-colormin postcss@5.2.18 /tmp/app/node_modules/postcss-colormin/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-colormin/node_modules/ansi-styles supports-color@2.0.0 /tmp/app/node_modules/postcss-colormin/node_modules/chalk/node_modules/supports-color postcss-discard-comments@2.0.4 /tmp/app/node_modules/postcss-discard-comments supports-color@2.0.0 /tmp/app/node_modules/postcss-discard-comments/node_modules/chalk/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-discard-comments/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/postcss ansi-styles@2.2.1 /tmp/app/node_modules/postcss-discard-duplicates/node_modules/ansi-styles has-flag@1.0.0 /tmp/app/node_modules/postcss-discard-overridden/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-discard-unused/node_modules/postcss supports-color@2.0.0 /tmp/app/node_modules/postcss-discard-unused/node_modules/chalk/node_modules/supports-color postcss-filter-plugins@2.0.2 /tmp/app/node_modules/postcss-filter-plugins postcss-merge-idents@2.1.7 /tmp/app/node_modules/postcss-merge-idents supports-color@2.0.0 /tmp/app/node_modules/postcss-merge-longhand/node_modules/chalk/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/postcss-minify-gradients/node_modules/chalk supports-color@3.2.3 /tmp/app/node_modules/postcss-minify-gradients/node_modules/supports-color postcss@5.2.18 /tmp/app/node_modules/postcss-minify-params/node_modules/postcss chalk@1.1.3 /tmp/app/node_modules/postcss-minify-params/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-minify-selectors/node_modules/chalk/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-minify-selectors/node_modules/has-flag chalk@1.1.3 /tmp/app/node_modules/postcss-normalize-charset/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-normalize-charset/node_modules/chalk/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-normalize-charset/node_modules/has-flag has-flag@1.0.0 /tmp/app/node_modules/postcss-normalize-url/node_modules/has-flag chalk@1.1.3 /tmp/app/node_modules/postcss-ordered-values/node_modules/chalk chalk@1.1.3 /tmp/app/node_modules/postcss-reduce-idents/node_modules/chalk is-descriptor@0.1.6 /tmp/app/node_modules/webpack-dev-server/node_modules/is-descriptor kind-of@5.1.0 /tmp/app/node_modules/webpack-dev-server/node_modules/is-descriptor/node_modules/kind-of insert-module-globals@7.0.1 /tmp/app/node_modules/insert-module-globals string_decoder@0.10.31 /tmp/app/node_modules/browserify/node_modules/concat-stream/node_modules/string_decoder readable-stream@2.0.6 /tmp/app/node_modules/module-deps/node_modules/concat-stream/node_modules/readable-stream ansi-styles@2.2.1 /tmp/app/node_modules/loggly/node_modules/ansi-styles tunnel-agent@0.4.3 /tmp/app/node_modules/loggly/node_modules/tunnel-agent chalk@2.3.0 /tmp/app/node_modules/tslint/node_modules/chalk node-sass@4.7.2 /tmp/app/node_modules/node-sass ansi-styles@2.2.1 /tmp/app/node_modules/node-sass/node_modules/ansi-styles sshpk@1.13.0 /tmp/app/node_modules/fsevents/node_modules/sshpk oauth-sign@0.8.2 /tmp/app/node_modules/fsevents/node_modules/oauth-sign performance-now@0.2.0 /tmp/app/node_modules/fsevents/node_modules/performance-now stringstream@0.0.5 /tmp/app/node_modules/fsevents/node_modules/stringstream once@1.4.0 /tmp/app/node_modules/fsevents/node_modules/once minimatch@3.0.4 /tmp/app/node_modules/fsevents/node_modules/minimatch graceful-fs@4.1.11 /tmp/app/node_modules/fsevents/node_modules/graceful-fs tweetnacl@0.14.5 /tmp/app/node_modules/fsevents/node_modules/tweetnacl ecc-jsbn@0.1.1 /tmp/app/node_modules/fsevents/node_modules/ecc-jsbn jodid25519@1.0.2 /tmp/app/node_modules/fsevents/node_modules/jodid25519 supports-color@2.0.0 /tmp/app/node_modules/postcss-reduce-idents/node_modules/chalk/node_modules/supports-color supports-color@2.0.0 /tmp/app/node_modules/postcss-reduce-initial/node_modules/chalk/node_modules/supports-color has-flag@1.0.0 /tmp/app/node_modules/postcss-reduce-initial/node_modules/has-flag postcss@5.2.18 /tmp/app/node_modules/postcss-svgo/node_modules/postcss postcss-unique-selectors@2.0.2 /tmp/app/node_modules/postcss-unique-selectors has-flag@1.0.0 /tmp/app/node_modules/postcss-unique-selectors/node_modules/has-flag chalk@1.1.3 /tmp/app/node_modules/postcss-zindex/node_modules/chalk supports-color@2.0.0 /tmp/app/node_modules/postcss-zindex/node_modules/chalk/node_modules/supports-color chalk@1.1.3 /tmp/app/node_modules/css-loader/node_modules/chalk uglifyjs-webpack-plugin@1.1.8 /tmp/app/node_modules/uglifyjs-webpack-plugin commander@2.13.0 /tmp/app/node_modules/uglifyjs-webpack-plugin/node_modules/commander acorn-dynamic-import@2.0.2 /tmp/app/node_modules/acorn-dynamic-import uglifyjs-webpack-plugin@0.4.6 /tmp/app/node_modules/webpack/node_modules/uglifyjs-webpack-plugin cliui@3.2.0 /tmp/app/node_modules/webpack/node_modules/yargs/node_modules/cliui string-width@1.0.2 /tmp/app/node_modules/webpack/node_modules/yargs/node_modules/cliui/node_modules/string-width os-locale@2.1.0 /tmp/app/node_modules/webpack/node_modules/os-locale strip-bom@3.0.0 /tmp/app/node_modules/webpack/node_modules/strip-bom path-type@2.0.0 /tmp/app/node_modules/webpack/node_modules/path-type string-width@2.1.1 /tmp/app/node_modules/webpack/node_modules/string-width strip-ansi@4.0.0 /tmp/app/node_modules/webpack/node_modules/string-width/node_modules/strip-ansi which-module@2.0.0 /tmp/app/node_modules/webpack/node_modules/which-module array-unique@0.3.2 /tmp/app/node_modules/webpack-dev-server/node_modules/array-unique is-number@3.0.0 /tmp/app/node_modules/webpack-dev-server/node_modules/is-number is-number@3.0.0 /tmp/app/node_modules/to-regex-range/node_modules/is-number kind-of@3.2.2 /tmp/app/node_modules/webpack-dev-server/node_modules/is-accessor-descriptor/node_modules/kind-of is-data-descriptor@0.1.4 /tmp/app/node_modules/webpack-dev-server/node_modules/is-data-descriptor kind-of@6.0.2 /tmp/app/node_modules/webpack-dev-server/node_modules/kind-of debug@3.1.0 /tmp/app/node_modules/webpack-dev-server/node_modules/debug combine-source-map@0.7.2 /tmp/app/node_modules/insert-module-globals/node_modules/combine-source-map jasmine@2.9.0 /tmp/app/node_modules/jasmine loggly@1.1.1 /tmp/app/node_modules/loggly chalk@1.1.3 /tmp/app/node_modules/loggly/node_modules/chalk ts-node@4.1.0 /tmp/app/node_modules/ts-node chalk@2.3.0 /tmp/app/node_modules/ts-node/node_modules/chalk minimist@1.2.0 /tmp/app/node_modules/ts-node/node_modules/minimist tslint@5.9.1 /tmp/app/node_modules/tslint nopt@3.0.6 /tmp/app/node_modules/node-gyp/node_modules/nopt supports-color@2.0.0 /tmp/app/node_modules/node-sass/node_modules/supports-color request@2.79.0 /tmp/app/node_modules/node-sass/node_modules/request caseless@0.11.0 /tmp/app/node_modules/node-sass/node_modules/caseless har-validator@2.0.6 /tmp/app/node_modules/node-sass/node_modules/har-validator asn1@0.2.3 /tmp/app/node_modules/fsevents/node_modules/asn1 assert-plus@1.0.0 /tmp/app/node_modules/fsevents/node_modules/sshpk/node_modules/assert-plus dashdash@1.14.1 /tmp/app/node_modules/fsevents/node_modules/dashdash assert-plus@1.0.0 /tmp/app/node_modules/fsevents/node_modules/dashdash/node_modules/assert-plus getpass@0.1.7 /tmp/app/node_modules/fsevents/node_modules/getpass assert-plus@1.0.0 /tmp/app/node_modules/fsevents/node_modules/getpass/node_modules/assert-plus is-typedarray@1.0.0 /tmp/app/node_modules/fsevents/node_modules/is-typedarray isstream@0.1.2 /tmp/app/node_modules/fsevents/node_modules/isstream json-stringify-safe@5.0.1 /tmp/app/node_modules/fsevents/node_modules/json-stringify-safe qs@6.4.0 /tmp/app/node_modules/fsevents/node_modules/qs tough-cookie@2.3.2 /tmp/app/node_modules/fsevents/node_modules/tough-cookie punycode@1.4.1 /tmp/app/node_modules/fsevents/node_modules/punycode tunnel-agent@0.6.0 /tmp/app/node_modules/fsevents/node_modules/tunnel-agent rimraf@2.6.1 /tmp/app/node_modules/fsevents/node_modules/rimraf glob@7.1.2 /tmp/app/node_modules/fsevents/node_modules/glob fs.realpath@1.0.0 /tmp/app/node_modules/fsevents/node_modules/fs.realpath inflight@1.0.6 /tmp/app/node_modules/fsevents/node_modules/inflight brace-expansion@1.1.7 /tmp/app/node_modules/fsevents/node_modules/brace-expansion concat-map@0.0.1 /tmp/app/node_modules/fsevents/node_modules/concat-map path-is-absolute@1.0.1 /tmp/app/node_modules/fsevents/node_modules/path-is-absolute semver@5.3.0 /tmp/app/node_modules/fsevents/node_modules/semver block-stream@0.0.9 /tmp/app/node_modules/fsevents/node_modules/block-stream tar-pack@3.4.0 /tmp/app/node_modules/fsevents/node_modules/tar-pack uid-number@0.0.6 /tmp/app/node_modules/fsevents/node_modules/uid-number bcrypt-pbkdf@1.0.1 /tmp/app/node_modules/fsevents/node_modules/bcrypt-pbkdf jsbn@0.1.1 /tmp/app/node_modules/fsevents/node_modules/jsbn Installing any new modules (package.json + package-lock.json) convergence@0.0.0 postinstall /tmp/app cd server-pdf && npm install --verbose && cd ../ npm info it worked if it ends with ok npm verb cli [ '/tmp/contents472242068/deps/0/node/bin/node', npm verb cli '/tmp/contents472242068/deps/0/node/bin/npm', npm verb cli 'install', npm verb cli '--verbose' ] npm info using npm@3.10.10 npm info using node@v6.14.1 npm info lifecycle generate-pdf@1.0.0~preinstall: generate-pdf@1.0.0 npm verb correctMkdir /home/vcap/.npm/_locks correctMkdir not in flight; initializing npm verb lock using /home/vcap/.npm/_locks/staging-60b592637f2575d5.lock for /tmp/app/server-pdf/node_modules/.staging npm verb unlock done using /home/vcap/.npm/_locks/staging-60b592637f2575d5.lock for /tmp/app/server-pdf/node_modules/.staging npm info linkStuff generate-pdf@1.0.0 npm verb linkBins generate-pdf@1.0.0 npm verb linkMans generate-pdf@1.0.0 npm info lifecycle generate-pdf@1.0.0~install: generate-pdf@1.0.0 npm info lifecycle generate-pdf@1.0.0~postinstall: generate-pdf@1.0.0 npm WARN generate-pdf@1.0.0 No repository field. npm verb npm verb If you need help, you may report this error at: npm verb exit [ 0, true ] npm info ok npm verb https://github.com/npm/npm/issues -----> Running go build finalize Exit status 0 Staging complete Uploading droplet, build artifacts cache... Uploading droplet... Uploading build artifacts cache... Uploaded build artifacts cache (14.3M) Uploaded droplet (113.7M) Uploading complete Stopping instance c4314342-8f51-401a-96a2-adfc0107efd6 Destroying container Successfully destroyed container

1 of 1 instances running

App started

astrieanna commented 6 years ago

Hi @pcsgithubid,

It looks like, from the output, the npm rebuild is running in both cases (whether you set engines or not). This is expected, since the existence of node_modules is what triggers a rebuild, not the node version.

Does npm rebuild work locally with node 9.*?

pcsgithubid commented 6 years ago

@astrieanna npm rebuild works locally, we only have issues on PCF. npm rebuild tries to install privite repo which fails.

Question: when npm rebuild happens in both cases, why it fails when the engine version is mentioned ?

ameyer-pivotal commented 6 years ago

@pcsgithubid Since you're going to have a different node/npm version when you specify (node 9) vs when you don't (defaults to node 6), I'm wondering if something has changed with how node handles private repos.

Could you tell us if you're using ssh (seems so) or https to do the authentication? Can you post your package.json? (feel free to redact as needed)

Also, if the answer to the first question is ssh, can you try using https? This StackOverflow response might be helpful.

sclevine commented 6 years ago

Closing due to inactivity.

atulrayakwar commented 4 years ago

@pcsgithubid Since you're going to have a different node/npm version when you specify (node 9) vs when you don't (defaults to node 6), I'm wondering if something has changed with how node handles private repos.

Could you tell us if you're using ssh (seems so) or https to do the authentication? Can you post your package.json? (feel free to redact as needed)

Also, if the answer to the first question is ssh, can you try using https? This StackOverflow response might be helpful.

Screenshot (235) Screenshot (236)

atulrayakwar commented 4 years ago

@pcsgithubid Since you're going to have a different node/npm version when you specify (node 9) vs when you don't (defaults to node 6), I'm wondering if something has changed with how node handles private repos.

Could you tell us if you're using ssh (seems so) or https to do the authentication? Can you post your package.json? (feel free to redact as needed)

Also, if the answer to the first question is ssh, can you try using https? This StackOverflow response might be helpful.

error Screenshot (233) Screenshot (234)