Last active
October 10, 2016 06:48
-
-
Save csinge/80cc2c3800435fbdb58e02d7c29499ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cache: | |
mount: | |
- node_modules | |
- .git | |
build: | |
run_node_build: | |
image: node:6 | |
commands: | |
- npm install gulp | |
- echo "This will fail but not been seen because of the when tag below" && exit 1 | |
run_node_build1: | |
image: node:6 | |
commands: | |
- npm install gulp | |
when: | |
event: tag |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[info] Pulling image plugins/drone-cache:latest | |
Drone Cache Plugin built from dde20ab | |
Restoring cache node_modules | |
Restoring cache .git | |
[info] Pulling image plugins/drone-git:latest | |
Drone Git Plugin built from 43dcd64 | |
$ git fetch --no-tags origin +refs/heads/master: | |
From https://github.tattsgroup.com/TattsGroup/debug-drone | |
* branch master -> FETCH_HEAD | |
7495c26..abc8a14 master -> origin/master | |
$ git reset --hard -q abc8a147c40703e68668134d1cb830e19f9d322b | |
$ npm install gulp | |
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
npm info attempt registry request try #1 at 6:39:47 AM | |
npm http request GET https://registry.npmjs.org/gulp | |
npm http 200 https://registry.npmjs.org/gulp | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/archy | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/chalk | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/deprecated | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/gulp-util | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/interpret | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/liftoff | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/minimist | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/orchestrator | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/pretty-hrtime | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/semver | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/tildify | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/v8flags | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/vinyl-fs | |
npm http 200 https://registry.npmjs.org/archy | |
npm http 200 https://registry.npmjs.org/deprecated | |
npm http 200 https://registry.npmjs.org/pretty-hrtime | |
npm http 200 https://registry.npmjs.org/tildify | |
npm http 200 https://registry.npmjs.org/chalk | |
npm http 200 https://registry.npmjs.org/minimist | |
npm http 200 https://registry.npmjs.org/v8flags | |
npm http 200 https://registry.npmjs.org/orchestrator | |
npm http 200 https://registry.npmjs.org/interpret | |
npm http 200 https://registry.npmjs.org/gulp-util | |
npm http 200 https://registry.npmjs.org/liftoff | |
npm http 200 https://registry.npmjs.org/semver | |
npm http 200 https://registry.npmjs.org/vinyl-fs | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/archy/-/archy-1.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/archy/-/archy-1.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.2.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.7.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz | |
npm http fetch 200 https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz | |
npm http fetch 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz | |
npm http fetch 200 https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.7.tgz | |
npm http fetch 200 https://registry.npmjs.org/interpret/-/interpret-1.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/semver/-/semver-4.3.6.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz | |
npm http fetch 200 https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.7.tgz | |
npm http fetch 200 https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/semver/-/semver-4.3.6.tgz | |
npm http fetch 200 https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/ansi-styles | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/escape-string-regexp | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/has-ansi | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/strip-ansi | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/supports-color | |
npm http 200 https://registry.npmjs.org/ansi-styles | |
npm http 200 https://registry.npmjs.org/has-ansi | |
npm http 200 https://registry.npmjs.org/strip-ansi | |
npm http 200 https://registry.npmjs.org/escape-string-regexp | |
npm http 200 https://registry.npmjs.org/supports-color | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz | |
npm http fetch 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz | |
npm http fetch 200 https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/ansi-regex | |
npm http 200 https://registry.npmjs.org/ansi-regex | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/array-differ | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/array-uniq | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/beeper | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/dateformat | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/fancy-log | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/gulplog | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/has-gulplog | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/lodash._reescape | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/lodash._reevaluate | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/lodash._reinterpolate | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/lodash.template | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/multipipe | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/object-assign | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/replace-ext | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/through2 | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http request GET https://registry.npmjs.org/vinyl | |
npm http 200 https://registry.npmjs.org/fancy-log | |
npm http 200 https://registry.npmjs.org/gulplog | |
npm http 200 https://registry.npmjs.org/array-uniq | |
npm http 200 https://registry.npmjs.org/beeper | |
npm http 200 https://registry.npmjs.org/lodash._reescape | |
npm http 200 https://registry.npmjs.org/lodash._reinterpolate | |
npm http 200 https://registry.npmjs.org/has-gulplog | |
npm http 200 https://registry.npmjs.org/lodash._reevaluate | |
npm http 200 https://registry.npmjs.org/multipipe | |
npm http 200 https://registry.npmjs.org/object-assign | |
npm http 200 https://registry.npmjs.org/lodash.template | |
npm http 200 https://registry.npmjs.org/replace-ext | |
npm http 200 https://registry.npmjs.org/vinyl | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/fancy-log/-/fancy-log-1.2.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/beeper/-/beeper-1.1.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz | |
npm http fetch 200 https://registry.npmjs.org/fancy-log/-/fancy-log-1.2.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/beeper/-/beeper-1.1.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:49 AM | |
npm info attempt registry request try #1 at 6:39:49 AM | |
npm http fetch GET https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz | |
npm http fetch 200 https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz | |
npm http 200 https://registry.npmjs.org/array-differ | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz | |
npm http 200 https://registry.npmjs.org/through2 | |
npm http 200 https://registry.npmjs.org/dateformat | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/through2/-/through2-2.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/through2/-/through2-2.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz | |
npm http fetch 200 https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/get-stdin | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/meow | |
npm http 200 https://registry.npmjs.org/get-stdin | |
npm http 200 https://registry.npmjs.org/meow | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/meow/-/meow-3.7.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/meow/-/meow-3.7.0.tgz | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/camelcase-keys | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/decamelize | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/loud-rejection | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/map-obj | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/normalize-package-data | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/read-pkg-up | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/redent | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/trim-newlines | |
npm http 200 https://registry.npmjs.org/decamelize | |
npm http 200 https://registry.npmjs.org/camelcase-keys | |
npm http 200 https://registry.npmjs.org/map-obj | |
npm http 200 https://registry.npmjs.org/redent | |
npm http 200 https://registry.npmjs.org/trim-newlines | |
npm http 200 https://registry.npmjs.org/loud-rejection | |
npm http 200 https://registry.npmjs.org/read-pkg-up | |
npm http 200 https://registry.npmjs.org/normalize-package-data | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/object-assign/-/object-assign-4.1.0.tgz | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/redent/-/redent-1.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/redent/-/redent-1.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz | |
npm info retry fetch attempt 1 at 6:39:50 AM | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http fetch GET https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz | |
npm http fetch 200 https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.3.5.tgz | |
npm info attempt registry request try #1 at 6:39:50 AM | |
npm http request GET https://registry.npmjs.org/camelcase | |
npm http 200 https://registry.npmjs.org/camelcase | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/currently-unhandled | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/signal-exit | |
npm http 200 https://registry.npmjs.org/currently-unhandled | |
npm http 200 https://registry.npmjs.org/signal-exit | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.1.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/array-find-index | |
npm http 200 https://registry.npmjs.org/array-find-index | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/hosted-git-info | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/is-builtin-module | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/validate-npm-package-license | |
npm http 200 https://registry.npmjs.org/is-builtin-module | |
npm http 200 https://registry.npmjs.org/hosted-git-info | |
npm http 200 https://registry.npmjs.org/validate-npm-package-license | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz | |
npm http fetch 200 https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.1.5.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/builtin-modules | |
npm http 200 https://registry.npmjs.org/builtin-modules | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/spdx-correct | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/spdx-expression-parse | |
npm http 200 https://registry.npmjs.org/spdx-correct | |
npm http 200 https://registry.npmjs.org/spdx-expression-parse | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz | |
npm http fetch 200 https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/spdx-license-ids | |
npm http 200 https://registry.npmjs.org/spdx-license-ids | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/find-up | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/read-pkg | |
npm http 200 https://registry.npmjs.org/find-up | |
npm http 200 https://registry.npmjs.org/read-pkg | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/path-exists | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/pinkie-promise | |
npm http 200 https://registry.npmjs.org/path-exists | |
npm http 200 https://registry.npmjs.org/pinkie-promise | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/pinkie | |
npm http 200 https://registry.npmjs.org/pinkie | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz | |
npm http fetch 200 https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/load-json-file | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/path-type | |
npm http 200 https://registry.npmjs.org/load-json-file | |
npm http 200 https://registry.npmjs.org/path-type | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/graceful-fs | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/parse-json | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/pify | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/strip-bom | |
npm http 200 https://registry.npmjs.org/parse-json | |
npm http 200 https://registry.npmjs.org/pify | |
npm http 200 https://registry.npmjs.org/strip-bom | |
npm http 200 https://registry.npmjs.org/graceful-fs | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/pify/-/pify-2.3.0.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.9.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/pify/-/pify-2.3.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.9.tgz | |
npm http fetch 200 https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/error-ex | |
npm http 200 https://registry.npmjs.org/error-ex | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/error-ex/-/error-ex-1.3.0.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/is-arrayish | |
npm http 200 https://registry.npmjs.org/is-arrayish | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/is-utf8 | |
npm http 200 https://registry.npmjs.org/is-utf8 | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/indent-string | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/strip-indent | |
npm http 200 https://registry.npmjs.org/indent-string | |
npm http 200 https://registry.npmjs.org/strip-indent | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/repeating | |
npm http 200 https://registry.npmjs.org/repeating | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/is-finite | |
npm http 200 https://registry.npmjs.org/is-finite | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/number-is-nan | |
npm http 200 https://registry.npmjs.org/number-is-nan | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/time-stamp | |
npm http 200 https://registry.npmjs.org/time-stamp | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/glogg | |
npm http 200 https://registry.npmjs.org/glogg | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/sparkles | |
npm http 200 https://registry.npmjs.org/sparkles | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/lodash._basecopy | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/lodash._basetostring | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/lodash._basevalues | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/lodash._isiterateecall | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/lodash.escape | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/lodash.keys | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/lodash.restparam | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/lodash.templatesettings | |
npm http 200 https://registry.npmjs.org/lodash._basecopy | |
npm http 200 https://registry.npmjs.org/lodash._basetostring | |
npm http 200 https://registry.npmjs.org/lodash._basevalues | |
npm http 200 https://registry.npmjs.org/lodash._isiterateecall | |
npm http 200 https://registry.npmjs.org/lodash.escape | |
npm http 200 https://registry.npmjs.org/lodash.restparam | |
npm http 200 https://registry.npmjs.org/lodash.templatesettings | |
npm http 200 https://registry.npmjs.org/lodash.keys | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz | |
npm info retry fetch attempt 1 at 6:39:51 AM | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http fetch GET https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz | |
npm info attempt registry request try #1 at 6:39:51 AM | |
npm http request GET https://registry.npmjs.org/lodash._root | |
npm http 200 https://registry.npmjs.org/lodash._root | |
npm info retry fetch attempt 1 at 6:39:52 AM | |
npm info attempt registry request try #1 at 6:39:52 AM | |
npm http fetch GET https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz | |
npm info attempt registry request try #1 at 6:39:52 AM | |
npm http request GET https://registry.npmjs.org/lodash._getnative | |
npm info attempt registry request try #1 at 6:39:52 AM | |
npm http request GET https://registry.npmjs.org/lodash.isarguments | |
npm info attempt registry request try #1 at 6:39:52 AM | |
npm http request GET https://registry.npmjs.org/lodash.isarray | |
npm http 200 https://registry.npmjs.org/lodash.isarguments | |
npm http 200 https://registry.npmjs.org/lodash.isarray | |
npm info retry fetch attempt 1 at 6:39:52 AM | |
npm info attempt registry request try #1 at 6:39:52 AM | |
npm http fetch GET https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz | |
npm info retry fetch attempt 1 at 6:39:52 AM | |
npm info attempt registry request try #1 at 6:39:52 AM | |
npm http fetch GET https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz | |
npm http 200 https://registry.npmjs.org/lodash._getnative | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/duplexer2 | |
npm http 200 https://registry.npmjs.org/duplexer2 | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/readable-stream | |
npm http 200 https://registry.npmjs.org/readable-stream | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz | |
npm http fetch 200 https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/core-util-is | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/isarray | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/string_decoder | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/inherits | |
npm http 200 https://registry.npmjs.org/core-util-is | |
npm http 200 https://registry.npmjs.org/isarray | |
npm http 200 https://registry.npmjs.org/string_decoder | |
npm http 200 https://registry.npmjs.org/inherits | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz | |
npm http fetch 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz | |
npm http fetch 200 https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/xtend | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz | |
npm http 200 https://registry.npmjs.org/xtend | |
npm http fetch 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/process-nextick-args | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/util-deprecate | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz | |
npm http 200 https://registry.npmjs.org/process-nextick-args | |
npm http 200 https://registry.npmjs.org/util-deprecate | |
npm http fetch 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz | |
npm http fetch 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/clone | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http request GET https://registry.npmjs.org/clone-stats | |
npm http 200 https://registry.npmjs.org/clone-stats | |
npm info retry fetch attempt 1 at 6:39:53 AM | |
npm info attempt registry request try #1 at 6:39:53 AM | |
npm http fetch GET https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz | |
npm http 200 https://registry.npmjs.org/clone | |
npm info retry fetch attempt 1 at 6:39:54 AM | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http fetch GET https://registry.npmjs.org/clone/-/clone-1.0.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/clone/-/clone-1.0.2.tgz | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http request GET https://registry.npmjs.org/extend | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http request GET https://registry.npmjs.org/findup-sync | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http request GET https://registry.npmjs.org/fined | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http request GET https://registry.npmjs.org/flagged-respawn | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http request GET https://registry.npmjs.org/lodash.isplainobject | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http request GET https://registry.npmjs.org/lodash.isstring | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http request GET https://registry.npmjs.org/lodash.mapvalues | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http request GET https://registry.npmjs.org/rechoir | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http request GET https://registry.npmjs.org/resolve | |
npm http 200 https://registry.npmjs.org/flagged-respawn | |
npm http 200 https://registry.npmjs.org/fined | |
npm http 200 https://registry.npmjs.org/extend | |
npm http 200 https://registry.npmjs.org/lodash.isstring | |
npm http 200 https://registry.npmjs.org/lodash.mapvalues | |
npm http 200 https://registry.npmjs.org/rechoir | |
npm http 200 https://registry.npmjs.org/resolve | |
npm http 200 https://registry.npmjs.org/lodash.isplainobject | |
npm info retry fetch attempt 1 at 6:39:54 AM | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http fetch GET https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-0.3.2.tgz | |
npm info retry fetch attempt 1 at 6:39:54 AM | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http fetch GET https://registry.npmjs.org/extend/-/extend-3.0.0.tgz | |
npm info retry fetch attempt 1 at 6:39:54 AM | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http fetch GET https://registry.npmjs.org/fined/-/fined-1.0.2.tgz | |
npm info retry fetch attempt 1 at 6:39:54 AM | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http fetch GET https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:54 AM | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http fetch GET https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/extend/-/extend-3.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-0.3.2.tgz | |
npm info retry fetch attempt 1 at 6:39:54 AM | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http fetch GET https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz | |
npm info retry fetch attempt 1 at 6:39:54 AM | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http fetch GET https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz | |
npm http fetch 200 https://registry.npmjs.org/fined/-/fined-1.0.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:54 AM | |
npm info attempt registry request try #1 at 6:39:54 AM | |
npm http fetch GET https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz | |
npm http fetch 200 https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz | |
npm http 200 https://registry.npmjs.org/findup-sync | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.2.tgz | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/detect-file | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/is-glob | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/micromatch | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/resolve-dir | |
npm http 200 https://registry.npmjs.org/detect-file | |
npm http 200 https://registry.npmjs.org/resolve-dir | |
npm http 200 https://registry.npmjs.org/micromatch | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz | |
npm http fetch 200 https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz | |
npm http 200 https://registry.npmjs.org/is-glob | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/fs-exists-sync | |
npm http 200 https://registry.npmjs.org/fs-exists-sync | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/is-extglob | |
npm http 200 https://registry.npmjs.org/is-extglob | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/arr-diff | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/array-unique | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/braces | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/expand-brackets | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/extglob | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/filename-regex | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/kind-of | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/normalize-path | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/object.omit | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/parse-glob | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http request GET https://registry.npmjs.org/regex-cache | |
npm http 200 https://registry.npmjs.org/kind-of | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz | |
npm http fetch 200 https://registry.npmjs.org/kind-of/-/kind-of-3.0.4.tgz | |
npm http 200 https://registry.npmjs.org/parse-glob | |
npm http 200 https://registry.npmjs.org/object.omit | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz | |
npm http fetch 200 https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/object.omit/-/object.omit-2.0.0.tgz | |
npm http 200 https://registry.npmjs.org/regex-cache | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz | |
npm http fetch 200 https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz | |
npm http 200 https://registry.npmjs.org/braces | |
npm http 200 https://registry.npmjs.org/arr-diff | |
npm http 200 https://registry.npmjs.org/filename-regex | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/braces/-/braces-1.8.5.tgz | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/braces/-/braces-1.8.5.tgz | |
npm info retry fetch attempt 1 at 6:39:55 AM | |
npm info attempt registry request try #1 at 6:39:55 AM | |
npm http fetch GET https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz | |
npm http 200 https://registry.npmjs.org/array-unique | |
npm info retry fetch attempt 1 at 6:39:56 AM | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http fetch GET https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz | |
npm http 200 https://registry.npmjs.org/extglob | |
npm http 200 https://registry.npmjs.org/normalize-path | |
npm info retry fetch attempt 1 at 6:39:56 AM | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http fetch GET https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz | |
npm http 200 https://registry.npmjs.org/expand-brackets | |
npm http fetch 200 https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz | |
npm info retry fetch attempt 1 at 6:39:56 AM | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http fetch GET https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz | |
npm info retry fetch attempt 1 at 6:39:56 AM | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http fetch GET https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz | |
npm http fetch 200 https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http request GET https://registry.npmjs.org/arr-flatten | |
npm http 200 https://registry.npmjs.org/arr-flatten | |
npm info retry fetch attempt 1 at 6:39:56 AM | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http fetch GET https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz | |
npm http fetch 200 https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http request GET https://registry.npmjs.org/expand-range | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http request GET https://registry.npmjs.org/preserve | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http request GET https://registry.npmjs.org/repeat-element | |
npm http 200 https://registry.npmjs.org/preserve | |
npm http 200 https://registry.npmjs.org/repeat-element | |
npm info retry fetch attempt 1 at 6:39:56 AM | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http fetch GET https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz | |
npm http fetch 200 https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz | |
npm info retry fetch attempt 1 at 6:39:56 AM | |
npm info attempt registry request try #1 at 6:39:56 AM | |
npm http fetch GET https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz | |
npm http fetch 200 https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz | |
npm http 200 https://registry.npmjs.org/expand-range | |
npm info retry fetch attempt 1 at 6:39:57 AM |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment