+ set -e + set -o pipefail ++ dirname ./run.sh + cd . + echo 22807 + echo '1.68.2 70c246ce3' 1.68.2 70c246ce3 + date Mon Mar 25 13:57:31 CET 2019 + uptime 13:57:31 up 100 days, 4:27, 0 users, load average: 3.53, 4.17, 4.47 + head=git@github.com:zold-io/zold.github.io.git + ff=default + image=yegor256/blog + rebase=false + squash=false + head_branch=master + author=yegor256 + tag=0.13.4 + vars=('--env=head=git@github.com:zold-io/zold.github.io.git' '--env=tag=0.13.4' '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/zold.github.io.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.13.4'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''npm --no-color install'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" package.json'\'' '\'';'\'' '\''git add package.json'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''./node_modules/grunt/bin/grunt --no-color --buildDir=${temp}'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/* .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New web front, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' '--env=head_branch=master' '--env=author=yegor256') + scripts=('export '\''head=git@github.com:zold-io/zold.github.io.git'\''' ';' 'export '\''tag=0.13.4'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo gem install pdd' ';' 'npm --no-color install' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/g" package.json' ';' 'git add package.json' ';' 'git commit -m "version set to ${tag}"' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git config --global user.email "rultor@zold.io"' ';' 'git config --global user.name "Rultor"' ';' 'temp=$(mktemp -d)' ';' './node_modules/grunt/bin/grunt --no-color --buildDir=${temp}' ';' 'git checkout gh-pages' ';' 'git clean -fd' ';' 'cp -R ${temp}/* .' ';' 'git add .' ';' 'git commit -am "New web front, version ${tag}"' ';' 'git push origin gh-pages' ';') + directory= + container=zold-io_zold.github.io_120 + as_root=false + mkdir -p /home/rultor/.ssh + echo -e 'Host github.com\n\tStrictHostKeyChecking no\n' + chmod 600 /home/rultor/.ssh/config + git clone git@github.com:zold-io/zold.github.io.git repo Cloning into 'repo'... + cd repo + git config user.email me@rultor.com + git config user.name rultor + '[' -z 'export '\''head=git@github.com:zold-io/zold.github.io.git'\''' ']' + cd .. + cat + '[' false = true ']' + cat + chmod a+x entry.sh + cat + echo 'export '\''head=git@github.com:zold-io/zold.github.io.git'\''' ';' 'export '\''tag=0.13.4'\''' ';' 'export '\''head_branch=master'\''' ';' 'export '\''author=yegor256'\''' ';' 'sudo gem install pdd' ';' 'npm --no-color install' ';' '[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1' ';' 'sed -i "s/0\.0\.0/${tag}/g" package.json' ';' 'git add package.json' ';' 'git commit -m "version set to ${tag}"' ';' 'mkdir ~/.ssh' ';' 'mv ../id_rsa ../id_rsa.pub ~/.ssh' ';' 'chmod -R 600 ~/.ssh/*' ';' 'echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config' ';' 'git config --global user.email "rultor@zold.io"' ';' 'git config --global user.name "Rultor"' ';' 'temp=$(mktemp -d)' ';' './node_modules/grunt/bin/grunt --no-color --buildDir=${temp}' ';' 'git checkout gh-pages' ';' 'git clean -fd' ';' 'cp -R ${temp}/* .' ';' 'git add .' ';' 'git commit -am "New web front, version ${tag}"' ';' 'git push origin gh-pages' ';' + sensitive=() + rm -rf .gpg + '[' -z 0.13.4 ']' + [[ 0.13.4 =~ ^[a-zA-Z0-9\.\-]+$ ]] + echo 'tag name is valid: "0.13.4"' tag name is valid: "0.13.4" + cd repo ++ git tag -l 0.13.4 + '[' ']' + export BRANCH_NAME=__rultor + BRANCH_NAME=__rultor ++ git show-branch __rultor ++ wc -l + '[' 0 -gt 0 ']' + git checkout -b __rultor Switched to a new branch '__rultor' + docker_when_possible + true ++ uptime ++ sed 's/ /\n/g' ++ tail -n 1 + load=4.47 ++ echo 4.47 '>' 30 ++ bc + '[' 0 -eq 1 ']' + echo 'load average is 4.47, low enough to run a new Docker container' load average is 4.47, low enough to run a new Docker container + break + cd .. + '[' -n '' ']' + use_image=yegor256/blog + docker pull yegor256/blog Using default tag: latest latest: Pulling from yegor256/blog Digest: sha256:c3e7227ba5aaf510d6c76bfe95afe79bcf50edd025368abb5d91cbcb5948634d Status: Image is up to date for yegor256/blog:latest + docker ps --filter=status=exited + grep --quiet '\szold-io_zold.github.io_120\s*$' + ls -al . total 720 drwx--x--x 3 rultor rultor 4096 Mar 25 13:57 . drwxrwxrwt 14 root root 684032 Mar 25 13:57 .. -rw-rw-r-- 1 rultor rultor 444 Mar 25 13:57 end.sh -rwxrwxr-x 1 rultor rultor 338 Mar 25 13:57 entry.sh -rw-rw-r-- 1 rultor rultor 1679 Mar 25 13:57 id_rsa -rw-rw-r-- 1 rultor rultor 396 Mar 25 13:57 id_rsa.pub -rw-rw-r-- 1 rultor rultor 6 Mar 25 13:57 pid drwxrwxr-x 7 rultor rultor 4096 Mar 25 13:57 repo -rwxrwxr-x 1 rultor rultor 6711 Mar 25 13:57 run.sh -rw-rw-r-- 1 rultor rultor 960 Mar 25 13:57 script.sh -rw-rw-r-- 1 rultor rultor 5303 Mar 25 13:57 stdout ++ pwd ++ pwd + docker run -t --rm -v /tmp/rultor-7uEU:/main --env=head=git@github.com:zold-io/zold.github.io.git --env=tag=0.13.4 '--env=scripts=( '\''export '\''\'\'''\''head=git@github.com:zold-io/zold.github.io.git'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''tag=0.13.4'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''head_branch=master'\''\'\'''\'''\'' '\'';'\'' '\''export '\''\'\'''\''author=yegor256'\''\'\'''\'''\'' '\'';'\'' '\''sudo gem install pdd'\'' '\'';'\'' '\''npm --no-color install'\'' '\'';'\'' '\''[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1'\'' '\'';'\'' '\''sed -i "s/0\.0\.0/${tag}/g" package.json'\'' '\'';'\'' '\''git add package.json'\'' '\'';'\'' '\''git commit -m "version set to ${tag}"'\'' '\'';'\'' '\''mkdir ~/.ssh'\'' '\'';'\'' '\''mv ../id_rsa ../id_rsa.pub ~/.ssh'\'' '\'';'\'' '\''chmod -R 600 ~/.ssh/*'\'' '\'';'\'' '\''echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config'\'' '\'';'\'' '\''git config --global user.email "rultor@zold.io"'\'' '\'';'\'' '\''git config --global user.name "Rultor"'\'' '\'';'\'' '\''temp=$(mktemp -d)'\'' '\'';'\'' '\''./node_modules/grunt/bin/grunt --no-color --buildDir=${temp}'\'' '\'';'\'' '\''git checkout gh-pages'\'' '\'';'\'' '\''git clean -fd'\'' '\'';'\'' '\''cp -R ${temp}/* .'\'' '\'';'\'' '\''git add .'\'' '\'';'\'' '\''git commit -am "New web front, version ${tag}"'\'' '\'';'\'' '\''git push origin gh-pages'\'' '\'';'\'' )' --env=head_branch=master --env=author=yegor256 --hostname=docker --privileged --memory=6g --memory-swap=16g --oom-kill-disable --cidfile=/tmp/rultor-7uEU/cid -w=/main -v /var/run/docker.sock:/var/run/docker.sock --name=zold-io_zold.github.io_120 yegor256/blog /main/entry.sh WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. + set -e + set -o pipefail + shopt -s dotglob + useradd -m -G sudo r + echo '%sudo ALL=(ALL) NOPASSWD:ALL' + cp -R /root/.bashrc /root/.composer /root/.gem /root/.gnupg /root/.m2 /root/.npm /root/.oracle_jre_usage /root/.profile /root/texmf /root/.wget-hsts /home/r + cp -R ./cid ./end.sh ./entry.sh ./id_rsa ./id_rsa.pub ./pid ./repo ./run.sh ./script.sh ./stdout /home/r + rm -rf repo + chown -R r:r /home/r + chmod a+x /home/r/script.sh + su --login r --command /home/r/script.sh mesg: change /dev/pts/0 mode failed: Operation not permitted + set -e + set -o pipefail + shopt -s expand_aliases + alias 'sudo=sudo -i' + export HOME=/home/r + HOME=/home/r + cd /home/r/repo + export head=git@github.com:zold-io/zold.github.io.git + head=git@github.com:zold-io/zold.github.io.git + export tag=0.13.4 + tag=0.13.4 + export head_branch=master + head_branch=master + export author=yegor256 + author=yegor256 + sudo -i gem install pdd Fetching: mini_portile2-2.3.0.gem (100%) Successfully installed mini_portile2-2.3.0 Fetching: nokogiri-1.8.2.gem (100%) Building native extensions. This could take a while... Successfully installed nokogiri-1.8.2 Fetching: rainbow-3.0.0.gem (100%) Successfully installed rainbow-3.0.0 Fetching: slop-4.6.1.gem (100%) Successfully installed slop-4.6.1 Fetching: pdd-0.20.4.gem (100%) Successfully installed pdd-0.20.4 Parsing documentation for mini_portile2-2.3.0 Installing ri documentation for mini_portile2-2.3.0 Parsing documentation for nokogiri-1.8.2 Installing ri documentation for nokogiri-1.8.2 Parsing documentation for rainbow-3.0.0 Installing ri documentation for rainbow-3.0.0 Parsing documentation for slop-4.6.1 Installing ri documentation for slop-4.6.1 Parsing documentation for pdd-0.20.4 Installing ri documentation for pdd-0.20.4 Done installing documentation for mini_portile2, nokogiri, rainbow, slop, pdd after 17 seconds 5 gems installed + npm --no-color install K?25hnpm#WARN#prefer.globaldcoffee-script@1.10.0:shouldlbekinstalledewithl-g-unK K?25hnpm#WARN#prefer#globaldjshint@2.9.7:shouldlbekinstalledswithw-g6.0.5Km@2.1K@1.K npm WARN prefer global node-gyp@3.8.0 should be installed with -g K?25h#############.]#\.install:is-my-json-valid:csillllifecycle~is-my-json-valiK > iltorb@1.3.10 install /home/r/repo/node_modules/iltorb > detect-libc prebuild-install || node-gyp rebuild > node-sass@4.11.0 install /home/r/repo/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.11.0/linux-x64-48_binding.node Download7complete222227m]m-0:0mK::0mK Binary saved to /home/r/repo/node_modules/node-sass/vendor/linux-x64-48/binding.node Caching binary to /home/r/.npm/node-sass/4.11.0/linux-x64-48_binding.node K?25h#############.]#\#postinstall:iltorb:isillilifecycleliltorb@1.3.10~postinsKtml-builK > node-sass@4.11.0 postinstall /home/r/repo/node_modules/node-sass > node scripts/build.js Binary found at /home/r/repo/node_modules/node-sass/vendor/linux-x64-48/binding.node Testing binary Binary is fine K?25hzold@0.0.0#/home/r/repoll:zold:lverbulinkMansizold@0.0.0Kill lifecycle grunt-cK +-- @babel/code-frame@7.0.0 +-- @babel/highlight@7.0.0 | +-- ansi-styles@3.2.1 | +-- chalk@2.4.2 | `-- supports-color@5.5.0 +-- abbrev@1.1.1 +-- accepts@1.3.5 +-- acorn@6.1.1 +-- acorn-jsx@5.0.1 +-- after@0.8.2 +-- ajv@6.10.0 +-- ajv-keywords@1.5.1 +-- amdefine@1.0.1 +-- ansi-escapes@3.2.0 +-- ansi-regex@2.1.1 +-- ansi-styles@2.2.1 +-- anymatch@2.0.0 | `-- micromatch@3.1.10 +-- applause@1.2.2 +-- aproba@1.2.0 +-- archiver@1.3.0 | +-- async@2.6.2 | `-- lodash@4.17.11 +-- archiver-utils@1.3.0 | `-- lodash@4.17.11 +-- are-we-there-yet@1.1.5 +-- argparse@1.0.10 +-- arr-diff@4.0.0 +-- arr-flatten@1.1.0 +-- arr-union@3.1.0 +-- array-find-index@1.0.2 +-- array-includes@3.0.3 +-- array-unique@0.3.2 +-- arraybuffer.slice@0.0.7 +-- asn1@0.2.4 +-- assign-symbols@1.0.0 +-- astral-regex@1.0.0 +-- async@1.5.2 +-- async-each@1.0.1 +-- async-each-series@0.1.1 +-- async-foreach@0.1.3 +-- async-limiter@1.0.0 +-- asynckit@0.4.0 +-- atob@2.1.2 +-- aws4@1.8.0 +-- axios@0.17.1 +-- backo2@1.0.2 +-- balanced-match@1.0.0 +-- base@0.11.2 | +-- define-property@1.0.0 | +-- is-accessor-descriptor@1.0.0 | +-- is-data-descriptor@1.0.0 | `-- is-descriptor@1.0.2 +-- base64-arraybuffer@0.1.5 +-- base64-js@1.3.0 +-- base64id@1.0.0 +-- batch@0.6.1 +-- bcrypt-pbkdf@1.0.2 +-- better-assert@1.0.2 +-- binary-extensions@1.12.0 +-- bl@1.2.2 +-- blob@0.0.5 +-- block-stream@0.0.9 +-- body@5.1.0 | +-- bytes@1.0.0 | +-- raw-body@1.1.7 | `-- string_decoder@0.10.31 +-- brace-expansion@1.1.11 +-- braces@2.3.2 | `-- extend-shallow@2.0.1 +-- browser-sync@2.26.3 | `-- qs@6.2.3 +-- browser-sync-client@2.26.2 +-- browser-sync-ui@2.26.2 +-- browserify-zlib@0.1.4 +-- bs-recipes@1.3.4 +-- bs-snippet-injector@2.0.1 +-- buffer@5.2.1 +-- buffer-alloc@1.2.0 +-- buffer-alloc-unsafe@1.1.0 +-- buffer-crc32@0.2.13 +-- buffer-fill@1.0.0 +-- buffer-from@1.1.0 +-- buffer-shims@1.0.0 +-- builtin-modules@1.1.1 +-- bytes@3.0.0 +-- cache-base@1.0.1 +-- caller-path@0.1.0 +-- callsite@1.0.0 +-- callsites@0.2.0 +-- camelcase@3.0.0 +-- camelcase-keys@2.1.0 | `-- camelcase@2.1.1 +-- caseless@0.12.0 +-- chalk@1.1.3 +-- chardet@0.7.0 +-- chokidar@2.0.4 +-- chownr@1.1.1 +-- circular-json@0.3.3 +-- class-utils@0.3.6 | `-- define-property@0.2.5 +-- cli@1.0.1 | `-- glob@7.1.2 +-- cli-cursor@2.1.0 +-- cli-width@2.2.0 +-- cliui@3.2.0 +-- co@4.6.0 +-- code-point-at@1.1.0 +-- coffee-script@1.10.0 +-- collection-visit@1.0.0 +-- color-convert@1.9.3 +-- color-name@1.1.3 +-- colors@1.1.2 +-- combined-stream@1.0.7 +-- commander@2.15.1 +-- component-bind@1.0.0 +-- component-emitter@1.2.1 +-- component-inherit@0.0.3 +-- compress-commons@1.2.2 +-- concat-map@0.0.1 +-- concat-stream@1.6.2 +-- config-chain@1.1.12 +-- connect@3.6.6 +-- connect-history-api-fallback@1.5.0 +-- console-browserify@1.1.0 +-- console-control-strings@1.1.0 +-- contains-path@0.1.0 +-- continuable-cache@0.3.1 +-- cookie@0.3.1 +-- copy-descriptor@0.1.1 +-- core-util-is@1.0.2 +-- crc@3.8.0 +-- crc32-stream@2.0.0 +-- cross-spawn@3.0.1 +-- cson-parser@1.3.5 +-- currently-unhandled@0.4.1 +-- d@1.0.0 +-- dashdash@1.14.1 | `-- assert-plus@1.0.0 +-- date-now@0.1.4 +-- dateformat@1.0.12 +-- debug@2.6.9 +-- decamelize@1.2.0 +-- decode-uri-component@0.2.0 +-- decompress-response@3.3.0 +-- deep-extend@0.6.0 +-- deep-is@0.1.3 +-- define-properties@1.1.3 +-- define-property@2.0.2 | +-- is-accessor-descriptor@1.0.0 | +-- is-data-descriptor@1.0.0 | `-- is-descriptor@1.0.2 +-- delayed-stream@1.0.0 +-- delegates@1.0.0 +-- depd@1.1.2 +-- destroy@1.0.4 +-- detect-libc@0.2.0 +-- dev-ip@1.0.1 +-- doctrine@3.0.0 +-- dom-serializer@0.1.0 | +-- domelementtype@1.1.3 | `-- entities@1.1.1 +-- domelementtype@1.3.0 +-- domhandler@2.3.0 +-- domutils@1.5.1 +-- each-async@1.1.1 +-- easy-extender@2.3.4 | `-- lodash@4.17.11 +-- eazy-logger@3.0.2 +-- ecc-jsbn@0.1.2 +-- editorconfig@0.15.3 | +-- commander@2.19.0 | +-- lru-cache@4.1.5 | `-- semver@5.6.0 +-- ee-first@1.1.1 +-- emoji-regex@7.0.3 +-- encodeurl@1.0.2 +-- end-of-stream@1.4.1 +-- engine.io@3.2.1 | +-- debug@3.1.0 | `-- ws@3.3.3 +-- engine.io-client@3.3.1 | `-- debug@3.1.0 +-- engine.io-parser@2.1.3 +-- entities@1.0.0 +-- error@7.0.2 +-- error-ex@1.3.1 +-- es-abstract@1.13.0 +-- es-to-primitive@1.2.0 +-- es5-ext@0.10.49 +-- es6-iterator@2.0.3 +-- es6-map@0.1.5 +-- es6-set@0.1.5 +-- es6-symbol@3.1.1 +-- es6-weak-map@2.0.2 +-- escape-html@1.0.3 +-- escape-string-regexp@1.0.5 +-- escope@3.6.0 +-- eslint@5.15.3 | +-- ansi-regex@3.0.0 | +-- ansi-styles@3.2.1 | +-- chalk@2.4.2 | +-- cross-spawn@6.0.5 | +-- debug@4.1.1 | +-- glob@7.1.3 | +-- js-yaml@3.13.0 | | `-- esprima@4.0.1 | +-- lodash@4.17.11 | +-- ms@2.1.1 | +-- semver@5.6.0 | +-- strip-ansi@4.0.0 | +-- strip-json-comments@2.0.1 | `-- supports-color@5.5.0 +-- eslint-config-google@0.12.0 +-- eslint-config-standard@12.0.0 +-- eslint-import-resolver-node@0.3.2 | `-- resolve@1.10.0 +-- eslint-module-utils@2.3.0 +-- eslint-plugin-es@1.4.0 +-- eslint-plugin-import@2.16.0 | +-- doctrine@1.5.0 | +-- find-up@2.1.0 | +-- isarray@1.0.0 | +-- load-json-file@2.0.0 | +-- lodash@4.17.11 | +-- path-type@2.0.0 | +-- read-pkg@2.0.0 | +-- read-pkg-up@2.0.0 | +-- resolve@1.10.0 | `-- strip-bom@3.0.0 +-- eslint-plugin-node@8.0.1 | +-- ignore@5.0.6 | `-- resolve@1.10.0 +-- eslint-plugin-promise@4.0.1 +-- eslint-plugin-react@7.12.4 | +-- doctrine@2.1.0 | `-- resolve@1.10.0 +-- eslint-plugin-standard@4.0.0 +-- eslint-scope@4.0.3 +-- eslint-utils@1.3.1 +-- eslint-visitor-keys@1.0.0 +-- espree@5.0.1 +-- esprima@2.7.3 +-- esquery@1.0.1 +-- esrecurse@4.2.1 +-- estraverse@4.2.0 +-- esutils@2.0.2 +-- etag@1.8.1 +-- event-emitter@0.3.5 +-- eventemitter2@0.4.14 +-- eventemitter3@1.2.0 +-- exit@0.1.2 +-- exit-hook@1.1.1 +-- expand-brackets@2.1.4 | +-- define-property@0.2.5 | `-- extend-shallow@2.0.1 +-- expand-range@1.8.2 | +-- fill-range@2.2.4 | +-- is-number@2.1.0 | +-- isarray@1.0.0 | +-- isobject@2.1.0 | `-- kind-of@3.2.2 +-- expand-template@1.1.1 +-- extend@3.0.2 +-- extend-shallow@3.0.2 | `-- is-extendable@1.0.1 +-- external-editor@3.0.3 | `-- iconv-lite@0.4.24 +-- extglob@2.0.4 | +-- define-property@1.0.0 | +-- extend-shallow@2.0.1 | +-- is-accessor-descriptor@1.0.0 | +-- is-data-descriptor@1.0.0 | `-- is-descriptor@1.0.2 +-- extsprintf@1.3.0 +-- fast-deep-equal@2.0.1 +-- fast-json-stable-stringify@2.0.0 +-- fast-levenshtein@2.0.6 +-- faye-websocket@0.10.0 +-- figures@1.7.0 +-- file-entry-cache@5.0.1 +-- file-sync-cmp@0.1.1 +-- filename-regex@2.0.1 +-- fill-range@4.0.0 | `-- extend-shallow@2.0.1 +-- finalhandler@1.1.0 +-- find-up@1.1.2 +-- findup-sync@0.3.0 | `-- glob@5.0.15 +-- flat-cache@2.0.1 | +-- glob@7.1.3 | `-- rimraf@2.6.3 +-- flatted@2.0.0 +-- follow-redirects@1.6.0 | `-- debug@3.1.0 +-- for-in@1.0.2 +-- for-own@0.1.5 +-- forever-agent@0.6.1 +-- fragment-cache@0.2.1 +-- fresh@0.5.2 +-- front-matter@2.1.2 +-- fs-constants@1.0.0 +-- fs-extra@3.0.1 +-- fs.realpath@1.0.0 +-- fstream@1.0.11 +-- function-bind@1.1.1 +-- functional-red-black-tree@1.0.1 +-- gauge@2.7.4 +-- gaze@1.1.3 +-- generate-function@2.3.1 +-- generate-object-property@1.2.0 +-- get-caller-file@1.0.2 +-- get-stdin@4.0.1 +-- get-value@2.0.6 +-- getobject@0.1.0 +-- getpass@0.1.7 | `-- assert-plus@1.0.0 +-- github-from-package@0.0.0 +-- glob@7.0.6 +-- glob-base@0.3.0 | +-- glob-parent@2.0.0 | +-- is-extglob@1.0.0 | `-- is-glob@2.0.1 +-- glob-parent@3.1.0 | `-- is-glob@3.1.0 +-- globals@11.11.0 +-- globule@1.2.1 | +-- glob@7.1.2 | `-- lodash@4.17.11 +-- gonzales-pe-sl@4.2.3 | `-- minimist@1.1.3 +-- graceful-fs@4.1.11 +-- grunt@1.0.3 | +-- coffeescript@1.10.0 | `-- rimraf@2.6.2 +-- grunt-cli@1.2.0 +-- grunt-contrib-clean@1.0.0 | `-- rimraf@2.6.2 +-- grunt-contrib-compress@1.4.3 | `-- lodash@4.17.11 +-- grunt-contrib-concat@1.0.1 +-- grunt-contrib-copy@1.0.0 +-- grunt-contrib-jshint@1.1.0 +-- grunt-contrib-uglify@3.3.0 +-- grunt-contrib-watch@1.1.0 | +-- async@2.6.1 | `-- lodash@4.17.11 +-- grunt-eslint@21.0.0 | +-- acorn@6.1.1 | +-- acorn-jsx@5.0.1 | +-- ajv@6.10.0 | +-- ansi-escapes@3.2.0 | +-- ansi-regex@3.0.0 | +-- ansi-styles@3.2.1 | +-- chalk@2.4.2 | +-- cli-cursor@2.1.0 | +-- cross-spawn@6.0.5 | +-- debug@4.1.1 | +-- doctrine@3.0.0 | +-- eslint@5.15.3 | +-- espree@5.0.1 | +-- esprima@4.0.1 | +-- figures@2.0.0 | +-- file-entry-cache@5.0.1 | +-- flat-cache@2.0.1 | +-- glob@7.1.3 | +-- globals@11.11.0 | +-- ignore@4.0.6 | +-- inquirer@6.2.2 | | +-- ansi-regex@4.1.0 | | `-- strip-ansi@5.2.0 | +-- is-fullwidth-code-point@2.0.0 | +-- js-yaml@3.13.0 | +-- lodash@4.17.11 | +-- ms@2.1.1 | +-- mute-stream@0.0.7 | +-- onetime@2.0.1 | +-- progress@2.0.3 | +-- restore-cursor@2.0.0 | +-- rimraf@2.6.3 | +-- run-async@2.3.0 | +-- rxjs@6.4.0 | +-- semver@5.6.0 | +-- slice-ansi@2.1.0 | +-- string-width@2.1.1 | +-- strip-ansi@4.0.0 | +-- strip-json-comments@2.0.1 | +-- supports-color@5.5.0 | +-- table@5.2.3 | | +-- ansi-regex@4.1.0 | | +-- string-width@3.1.0 | | `-- strip-ansi@5.2.0 | `-- write@1.0.3 +-- grunt-html-build@0.7.1 | `-- lodash@4.17.11 +-- grunt-jslint@1.1.15 +-- grunt-known-options@1.1.0 +-- grunt-legacy-log@2.0.0 | `-- lodash@4.17.11 +-- grunt-legacy-log-utils@2.0.1 | +-- ansi-styles@3.2.1 | +-- chalk@2.4.1 | +-- lodash@4.17.11 | `-- supports-color@5.5.0 +-- grunt-legacy-util@1.1.1 | +-- lodash@4.17.11 | `-- which@1.3.1 +-- grunt-open@0.2.4 | `-- opn@5.4.0 +-- grunt-replace@1.0.1 | `-- lodash@4.17.11 +-- grunt-sass@2.1.0 +-- grunt-sass-lint@0.2.2 +-- gzip-size@1.0.0 +-- has@1.0.3 +-- has-ansi@2.0.0 +-- has-binary2@1.0.3 +-- has-cors@1.1.0 +-- has-flag@3.0.0 +-- has-symbols@1.0.0 +-- has-unicode@2.0.1 +-- has-value@1.0.0 +-- has-values@1.0.0 | `-- kind-of@4.0.0 +-- hooker@0.2.3 +-- hosted-git-info@2.6.0 +-- htmlparser2@3.8.3 | +-- isarray@0.0.1 | +-- readable-stream@1.1.14 | `-- string_decoder@0.10.31 +-- http-errors@1.6.3 | `-- statuses@1.5.0 +-- http-parser-js@0.5.0 +-- http-proxy@1.15.2 +-- iconv-lite@0.4.23 +-- ieee754@1.1.12 +-- ignore@4.0.6 +-- iltorb@1.3.10 +-- immutable@3.8.2 +-- import-fresh@3.0.0 | `-- resolve-from@4.0.0 +-- imurmurhash@0.1.4 +-- in-publish@2.0.0 +-- indent-string@2.1.0 +-- indexof@0.0.1 +-- inflight@1.0.6 +-- inherits@2.0.3 +-- ini@1.3.5 +-- inquirer@6.2.2 | +-- ansi-regex@3.0.0 | +-- ansi-styles@3.2.1 | +-- chalk@2.4.2 | +-- figures@2.0.0 | +-- is-fullwidth-code-point@2.0.0 | +-- lodash@4.17.11 | +-- rxjs@6.4.0 | +-- string-width@2.1.1 | | `-- strip-ansi@4.0.0 | +-- strip-ansi@5.2.0 | | `-- ansi-regex@4.1.0 | `-- supports-color@5.5.0 +-- invert-kv@1.0.0 +-- is-accessor-descriptor@0.1.6 | `-- kind-of@3.2.2 +-- is-arrayish@0.2.1 +-- is-binary-path@1.0.1 +-- is-buffer@1.1.6 +-- is-builtin-module@1.0.0 +-- is-callable@1.1.4 +-- is-data-descriptor@0.1.4 | `-- kind-of@3.2.2 +-- is-date-object@1.0.1 +-- is-descriptor@0.1.6 | `-- kind-of@5.1.0 +-- is-dotfile@1.0.3 +-- is-equal-shallow@0.1.3 +-- is-extendable@0.1.1 +-- is-extglob@2.1.1 +-- is-finite@1.0.2 +-- is-fullwidth-code-point@1.0.0 +-- is-glob@4.0.0 +-- is-my-ip-valid@1.0.0 +-- is-my-json-valid@2.19.0 +-- is-number@3.0.0 | `-- kind-of@3.2.2 +-- is-number-like@1.0.8 +-- is-plain-object@2.0.4 +-- is-posix-bracket@0.1.1 +-- is-primitive@2.0.0 +-- is-promise@2.1.0 +-- is-property@1.0.2 +-- is-regex@1.0.4 +-- is-resolvable@1.1.0 +-- is-symbol@1.0.2 +-- is-typedarray@1.0.0 +-- is-utf8@0.2.1 +-- is-windows@1.0.2 +-- is-wsl@1.1.0 +-- isarray@2.0.1 +-- isexe@2.0.0 +-- isobject@3.0.1 +-- isstream@0.1.2 +-- js-base64@2.4.5 +-- js-beautify@1.9.0 | +-- glob@7.1.3 | `-- nopt@4.0.1 +-- js-tokens@4.0.0 +-- js-yaml@3.5.5 +-- jsbn@0.1.1 +-- jshint@2.9.7 | +-- lodash@4.17.11 | `-- shelljs@0.3.0 +-- jslint@0.10.3 | +-- isarray@1.0.0 | +-- process-nextick-args@1.0.7 | +-- readable-stream@2.1.5 | `-- string_decoder@0.10.31 +-- json-schema@0.2.3 +-- json-schema-traverse@0.4.1 +-- json-stable-stringify@1.0.1 +-- json-stable-stringify-without-jsonify@1.0.1 +-- json-stringify-safe@5.0.1 +-- jsonfile@3.0.1 +-- jsonify@0.0.0 +-- jsonpointer@4.0.1 +-- jsprim@1.4.1 | `-- assert-plus@1.0.0 +-- jsx-ast-utils@2.0.1 +-- kind-of@6.0.2 +-- known-css-properties@0.3.0 +-- lazystream@1.0.0 +-- lcid@1.0.0 +-- levn@0.3.0 +-- limiter@1.1.3 +-- livereload-js@2.4.0 +-- load-json-file@1.1.0 +-- localtunnel@1.9.1 | `-- yargs@6.6.0 +-- locate-path@2.0.0 | `-- path-exists@3.0.0 +-- lodash@3.10.1 +-- lodash.assign@4.2.0 +-- lodash.capitalize@4.2.1 +-- lodash.clonedeep@4.5.0 +-- lodash.debounce@4.0.8 +-- lodash.isfinite@3.3.2 +-- lodash.kebabcase@4.1.1 +-- lodash.mergewith@4.6.1 +-- loose-envify@1.4.0 +-- loud-rejection@1.6.0 +-- lru-cache@4.1.3 +-- map-cache@0.2.2 +-- map-obj@1.0.1 +-- map-visit@1.0.0 +-- math-random@1.0.1 +-- maxmin@1.1.0 | `-- pretty-bytes@1.0.4 +-- meow@3.7.0 +-- merge@1.2.1 +-- micromatch@2.3.11 | +-- arr-diff@2.0.0 | +-- array-unique@0.2.1 | +-- braces@1.8.5 | +-- expand-brackets@0.1.5 | +-- extglob@0.3.2 | +-- is-extglob@1.0.0 | +-- is-glob@2.0.1 | `-- kind-of@3.2.2 +-- mime@1.4.1 +-- mime-db@1.33.0 +-- mime-types@2.1.18 +-- mimic-fn@1.2.0 +-- mimic-response@1.0.1 +-- minimatch@3.0.4 +-- minimist@1.2.0 +-- mitt@1.1.3 +-- mixin-deep@1.3.1 | `-- is-extendable@1.0.1 +-- mkdirp@0.5.1 | `-- minimist@0.0.8 +-- ms@2.0.0 +-- mute-stream@0.0.7 +-- nan@2.10.0 +-- nanomatch@1.2.13 +-- natural-compare@1.4.0 +-- negotiator@0.6.1 +-- next-tick@1.0.0 +-- nice-try@1.0.5 +-- node-abi@2.7.1 +-- node-gyp@3.8.0 | `-- semver@5.3.0 +-- node-sass@4.11.0 | +-- node-gyp@3.8.0 | `-- semver@5.3.0 +-- noop-logger@0.1.1 +-- nopt@3.0.6 +-- normalize-package-data@2.4.0 +-- normalize-path@2.1.1 +-- npm@6.5.0 | +-- abbrev@1.1.1 | +-- agent-base@4.2.0 | +-- agentkeepalive@3.4.1 | +-- ajv@5.5.2 | +-- ansi-align@2.0.0 | +-- ansi-regex@2.1.1 | +-- ansi-styles@3.2.1 | +-- ansicolors@0.3.2 | +-- ansistyles@0.1.3 | +-- aproba@1.2.0 | +-- archy@1.0.0 | +-- are-we-there-yet@1.1.4 | +-- asap@2.0.6 | +-- asn1@0.2.4 | +-- assert-plus@1.0.0 | +-- asynckit@0.4.0 | +-- aws-sign2@0.7.0 | +-- aws4@1.8.0 | +-- balanced-match@1.0.0 | +-- bcrypt-pbkdf@1.0.2 | +-- bin-links@1.1.2 | +-- block-stream@0.0.9 | +-- bluebird@3.5.3 | +-- boxen@1.3.0 | +-- brace-expansion@1.1.11 | +-- buffer-from@1.0.0 | +-- builtin-modules@1.1.1 | +-- builtins@1.0.3 | +-- byline@5.0.0 | +-- byte-size@4.0.3 | +-- cacache@11.2.0 | +-- call-limit@1.1.0 | +-- camelcase@4.1.0 | +-- capture-stack-trace@1.0.0 | +-- caseless@0.12.0 | +-- chalk@2.4.1 | +-- chownr@1.0.1 | +-- ci-info@1.6.0 | +-- cidr-regex@2.0.9 | +-- cli-boxes@1.0.0 | +-- cli-columns@3.1.2 | +-- cli-table3@0.5.0 | +-- cliui@4.1.0 | | +-- ansi-regex@3.0.0 | | `-- strip-ansi@4.0.0 | +-- clone@1.0.4 | +-- cmd-shim@2.0.2 | +-- co@4.6.0 | +-- code-point-at@1.1.0 | +-- color-convert@1.9.1 | +-- color-name@1.1.3 | +-- colors@1.1.2 | +-- columnify@1.5.4 | +-- combined-stream@1.0.6 | +-- concat-map@0.0.1 | +-- concat-stream@1.6.2 | +-- config-chain@1.1.12 | +-- configstore@3.1.2 | +-- console-control-strings@1.1.0 | +-- copy-concurrently@1.0.5 | | `-- iferr@0.1.5 | +-- core-util-is@1.0.2 | +-- create-error-class@3.0.2 | +-- cross-spawn@5.1.0 | +-- crypto-random-string@1.0.0 | +-- cyclist@0.2.2 | +-- dashdash@1.14.1 | +-- debug@3.1.0 | | `-- ms@2.0.0 | +-- debuglog@1.0.1 | +-- decamelize@1.2.0 | +-- decode-uri-component@0.2.0 | +-- deep-extend@0.5.1 | +-- defaults@1.0.3 | +-- delayed-stream@1.0.0 | +-- delegates@1.0.0 | +-- detect-indent@5.0.0 | +-- detect-newline@2.1.0 | +-- dezalgo@1.0.3 | +-- dot-prop@4.2.0 | +-- dotenv@5.0.1 | +-- duplexer3@0.1.4 | +-- duplexify@3.6.0 | +-- ecc-jsbn@0.1.2 | +-- editor@1.0.0 | +-- encoding@0.1.12 | +-- end-of-stream@1.4.1 | +-- err-code@1.1.2 | +-- errno@0.1.7 | +-- es6-promise@4.2.4 | +-- es6-promisify@5.0.0 | +-- escape-string-regexp@1.0.5 | +-- execa@0.7.0 | +-- extend@3.0.2 | +-- extsprintf@1.3.0 | +-- fast-deep-equal@1.1.0 | +-- fast-json-stable-stringify@2.0.0 | +-- figgy-pudding@3.5.1 | +-- find-npm-prefix@1.0.2 | +-- find-up@2.1.0 | +-- flush-write-stream@1.0.3 | +-- forever-agent@0.6.1 | +-- form-data@2.3.2 | +-- from2@2.3.0 | +-- fs-minipass@1.2.5 | +-- fs-vacuum@1.2.10 | +-- fs-write-stream-atomic@1.0.10 | | `-- iferr@0.1.5 | +-- fs.realpath@1.0.0 | +-- fstream@1.0.11 | +-- gauge@2.7.4 | | `-- string-width@1.0.2 | +-- genfun@4.0.1 | +-- gentle-fs@2.0.1 | | `-- iferr@0.1.5 | +-- get-caller-file@1.0.2 | +-- get-stream@3.0.0 | +-- getpass@0.1.7 | +-- glob@7.1.3 | +-- global-dirs@0.1.1 | +-- got@6.7.1 | +-- graceful-fs@4.1.15 | +-- har-schema@2.0.0 | +-- har-validator@5.1.0 | +-- has-flag@3.0.0 | +-- has-unicode@2.0.1 | +-- hosted-git-info@2.7.1 | +-- http-cache-semantics@3.8.1 | +-- http-proxy-agent@2.1.0 | +-- http-signature@1.2.0 | +-- https-proxy-agent@2.2.1 | +-- humanize-ms@1.2.1 | +-- iconv-lite@0.4.23 | +-- iferr@1.0.2 | +-- ignore-walk@3.0.1 | +-- import-lazy@2.1.0 | +-- imurmurhash@0.1.4 | +-- inflight@1.0.6 | +-- inherits@2.0.3 | +-- ini@1.3.5 | +-- init-package-json@1.10.3 | +-- invert-kv@1.0.0 | +-- ip@1.1.5 | +-- ip-regex@2.1.0 | +-- is-builtin-module@1.0.0 | +-- is-ci@1.1.0 | +-- is-cidr@2.0.6 | +-- is-fullwidth-code-point@1.0.0 | +-- is-installed-globally@0.1.0 | +-- is-npm@1.0.0 | +-- is-obj@1.0.1 | +-- is-path-inside@1.0.1 | +-- is-redirect@1.0.0 | +-- is-retry-allowed@1.1.0 | +-- is-stream@1.1.0 | +-- is-typedarray@1.0.0 | +-- isarray@1.0.0 | +-- isexe@2.0.0 | +-- isstream@0.1.2 | +-- jsbn@0.1.1 | +-- json-parse-better-errors@1.0.2 | +-- json-schema@0.2.3 | +-- json-schema-traverse@0.3.1 | +-- json-stringify-safe@5.0.1 | +-- jsonparse@1.3.1 | +-- JSONStream@1.3.4 | +-- jsprim@1.4.1 | +-- latest-version@3.1.0 | +-- lazy-property@1.0.0 | +-- lcid@1.0.0 | +-- libcipm@2.0.2 | +-- libnpmhook@4.0.1 | | `-- npm-registry-fetch@3.1.1 | +-- libnpx@10.2.0 | +-- locate-path@2.0.0 | +-- lock-verify@2.0.2 | +-- lockfile@1.0.4 | +-- lodash._baseindexof@3.1.0 | +-- lodash._baseuniq@4.6.0 | +-- lodash._bindcallback@3.0.1 | +-- lodash._cacheindexof@3.0.2 | +-- lodash._createcache@3.1.2 | +-- lodash._createset@4.0.3 | +-- lodash._getnative@3.9.1 | +-- lodash._root@3.0.1 | +-- lodash.clonedeep@4.5.0 | +-- lodash.restparam@3.6.1 | +-- lodash.union@4.6.0 | +-- lodash.uniq@4.5.0 | +-- lodash.without@4.4.0 | +-- lowercase-keys@1.0.1 | +-- lru-cache@4.1.3 | +-- make-dir@1.3.0 | +-- make-fetch-happen@4.0.1 | +-- meant@1.0.1 | +-- mem@1.1.0 | +-- mime-db@1.35.0 | +-- mime-types@2.1.19 | +-- mimic-fn@1.2.0 | +-- minimatch@3.0.4 | +-- minimist@0.0.8 | +-- minipass@2.3.3 | | `-- yallist@3.0.2 | +-- minizlib@1.1.1 | +-- mississippi@3.0.0 | +-- mkdirp@0.5.1 | +-- move-concurrently@1.0.1 | +-- ms@2.1.1 | +-- mute-stream@0.0.7 | +-- node-fetch-npm@2.0.2 | +-- node-gyp@3.8.0 | | +-- nopt@3.0.6 | | +-- semver@5.3.0 | | `-- tar@2.2.1 | +-- nopt@4.0.1 | +-- normalize-package-data@2.4.0 | +-- npm-audit-report@1.3.1 | +-- npm-bundled@1.0.5 | +-- npm-cache-filename@1.0.2 | +-- npm-install-checks@3.0.0 | +-- npm-lifecycle@2.1.0 | +-- npm-logical-tree@1.2.1 | +-- npm-package-arg@6.1.0 | +-- npm-packlist@1.1.12 | +-- npm-pick-manifest@2.1.0 | +-- npm-profile@3.0.2 | +-- npm-registry-client@8.6.0 | | +-- retry@0.10.1 | | `-- ssri@5.3.0 | +-- npm-registry-fetch@1.1.0 | | +-- figgy-pudding@2.0.1 | | +-- make-fetch-happen@3.0.0 | | | +-- cacache@10.0.4 | | | | `-- mississippi@2.0.0 | | | `-- ssri@5.3.0 | | +-- pump@2.0.1 | | +-- smart-buffer@1.1.15 | | +-- socks@1.1.10 | | `-- socks-proxy-agent@3.0.1 | +-- npm-run-path@2.0.2 | +-- npm-user-validate@1.0.0 | +-- npmlog@4.1.2 | +-- number-is-nan@1.0.1 | +-- oauth-sign@0.9.0 | +-- object-assign@4.1.1 | +-- once@1.4.0 | +-- opener@1.5.1 | +-- os-homedir@1.0.2 | +-- os-locale@2.1.0 | +-- os-tmpdir@1.0.2 | +-- osenv@0.1.5 | +-- p-finally@1.0.0 | +-- p-limit@1.2.0 | +-- p-locate@2.0.0 | +-- p-try@1.0.0 | +-- package-json@4.0.1 | +-- pacote@8.1.6 | +-- parallel-transform@1.1.0 | +-- path-exists@3.0.0 | +-- path-is-absolute@1.0.1 | +-- path-is-inside@1.0.2 | +-- path-key@2.0.1 | +-- performance-now@2.1.0 | +-- pify@3.0.0 | +-- prepend-http@1.0.4 | +-- process-nextick-args@2.0.0 | +-- promise-inflight@1.0.1 | +-- promise-retry@1.1.1 | | `-- retry@0.10.1 | +-- promzard@0.3.0 | +-- proto-list@1.2.4 | +-- protoduck@5.0.0 | +-- prr@1.0.1 | +-- pseudomap@1.0.2 | +-- psl@1.1.29 | +-- pump@3.0.0 | +-- pumpify@1.5.1 | | `-- pump@2.0.1 | +-- punycode@1.4.1 | +-- qrcode-terminal@0.12.0 | +-- qs@6.5.2 | +-- query-string@6.1.0 | +-- qw@1.0.1 | +-- rc@1.2.7 | | `-- minimist@1.2.0 | +-- read@1.0.7 | +-- read-cmd-shim@1.0.1 | +-- read-installed@4.0.3 | +-- read-package-json@2.0.13 | +-- read-package-tree@5.2.1 | +-- readable-stream@2.3.6 | +-- readdir-scoped-modules@1.0.2 | +-- registry-auth-token@3.3.2 | +-- registry-url@3.1.0 | +-- request@2.88.0 | +-- require-directory@2.1.1 | +-- require-main-filename@1.0.1 | +-- resolve-from@4.0.0 | +-- retry@0.12.0 | +-- rimraf@2.6.2 | +-- run-queue@1.0.3 | +-- safe-buffer@5.1.2 | +-- safer-buffer@2.1.2 | +-- semver@5.5.1 | +-- semver-diff@2.1.0 | +-- set-blocking@2.0.0 | +-- sha@2.0.1 | +-- shebang-command@1.2.0 | +-- shebang-regex@1.0.0 | +-- signal-exit@3.0.2 | +-- slash@1.0.0 | +-- slide@1.1.6 | +-- smart-buffer@4.0.1 | +-- socks@2.2.0 | +-- socks-proxy-agent@4.0.1 | +-- sorted-object@2.0.1 | +-- sorted-union-stream@2.1.3 | | +-- from2@1.3.0 | | +-- isarray@0.0.1 | | +-- readable-stream@1.1.14 | | `-- string_decoder@0.10.31 | +-- spdx-correct@3.0.0 | +-- spdx-exceptions@2.1.0 | +-- spdx-expression-parse@3.0.0 | +-- spdx-license-ids@3.0.0 | +-- sshpk@1.14.2 | +-- ssri@6.0.1 | +-- stream-each@1.2.2 | +-- stream-iterate@1.2.0 | +-- stream-shift@1.0.0 | +-- strict-uri-encode@2.0.0 | +-- string-width@2.1.1 | | +-- ansi-regex@3.0.0 | | +-- is-fullwidth-code-point@2.0.0 | | `-- strip-ansi@4.0.0 | +-- string_decoder@1.1.1 | +-- stringify-package@1.0.0 | +-- strip-ansi@3.0.1 | +-- strip-eof@1.0.0 | +-- strip-json-comments@2.0.1 | +-- supports-color@5.4.0 | +-- tar@4.4.8 | | +-- chownr@1.1.1 | | +-- minipass@2.3.5 | | `-- yallist@3.0.3 | +-- term-size@1.2.0 | +-- text-table@0.2.0 | +-- through@2.3.8 | +-- through2@2.0.3 | +-- timed-out@4.0.1 | +-- tiny-relative-date@1.3.0 | +-- tough-cookie@2.4.3 | +-- tunnel-agent@0.6.0 | +-- tweetnacl@0.14.5 | +-- typedarray@0.0.6 | +-- uid-number@0.0.6 | +-- umask@1.1.0 | +-- unique-filename@1.1.0 | +-- unique-slug@2.0.0 | +-- unique-string@1.0.0 | +-- unpipe@1.0.0 | +-- unzip-response@2.0.1 | +-- update-notifier@2.5.0 | +-- url-parse-lax@1.0.0 | +-- util-deprecate@1.0.2 | +-- util-extend@1.0.3 | +-- uuid@3.3.2 | +-- validate-npm-package-license@3.0.4 | +-- validate-npm-package-name@3.0.0 | +-- verror@1.10.0 | +-- wcwidth@1.0.1 | +-- which@1.3.1 | +-- which-module@2.0.0 | +-- wide-align@1.1.2 | | `-- string-width@1.0.2 | +-- widest-line@2.0.0 | +-- worker-farm@1.6.0 | +-- wrap-ansi@2.1.0 | | `-- string-width@1.0.2 | +-- wrappy@1.0.2 | +-- write-file-atomic@2.3.0 | +-- xdg-basedir@3.0.0 | +-- xtend@4.0.1 | +-- y18n@4.0.0 | +-- yallist@2.1.2 | +-- yargs@11.0.0 | | `-- y18n@3.2.1 | `-- yargs-parser@9.0.2 +-- npmlog@4.1.2 +-- number-is-nan@1.0.1 +-- object-assign@4.1.1 +-- object-component@0.0.3 +-- object-copy@0.1.0 | +-- define-property@0.2.5 | `-- kind-of@3.2.2 +-- object-keys@1.1.0 +-- object-path@0.9.2 +-- object-visit@1.0.1 +-- object.fromentries@2.0.0 +-- object.omit@2.0.1 +-- object.pick@1.3.0 +-- on-finished@2.3.0 +-- once@1.4.0 +-- onetime@1.1.0 +-- openurl@1.1.1 +-- opn@5.3.0 +-- optionator@0.8.2 +-- os-homedir@1.0.2 +-- os-locale@1.4.0 +-- os-tmpdir@1.0.2 +-- osenv@0.1.5 +-- p-limit@1.3.0 +-- p-locate@2.0.0 +-- p-try@1.0.0 +-- pako@0.2.9 +-- parent-module@1.0.0 | `-- callsites@3.0.0 +-- parse-glob@3.0.4 | +-- is-extglob@1.0.0 | `-- is-glob@2.0.1 +-- parse-json@2.2.0 +-- parseqs@0.0.5 +-- parseuri@0.0.5 +-- parseurl@1.3.2 +-- pascalcase@0.1.1 +-- path-dirname@1.0.2 +-- path-exists@2.1.0 +-- path-is-absolute@1.0.1 +-- path-is-inside@1.0.2 +-- path-key@2.0.1 +-- path-parse@1.0.6 +-- path-type@1.1.0 +-- pify@2.3.0 +-- pinkie@2.0.4 +-- pinkie-promise@2.0.1 +-- pkg-dir@2.0.0 | `-- find-up@2.1.0 +-- pluralize@1.2.1 +-- portscanner@2.1.1 +-- posix-character-classes@0.1.1 +-- prebuild-install@2.5.3 | `-- detect-libc@1.0.3 +-- prelude-ls@1.1.2 +-- preserve@0.2.0 +-- pretty-bytes@4.0.2 +-- process-nextick-args@2.0.0 +-- progress@2.0.3 +-- prop-types@15.7.2 +-- proto-list@1.2.4 +-- pseudomap@1.0.2 +-- psl@1.1.31 +-- pump@2.0.1 +-- punycode@1.4.1 +-- qs@6.4.0 +-- randomatic@3.1.1 | `-- is-number@4.0.0 +-- range-parser@1.2.0 +-- raw-body@2.3.3 +-- rc@1.2.8 | `-- strip-json-comments@2.0.1 +-- react-is@16.8.5 +-- read-pkg@1.1.0 +-- read-pkg-up@1.0.1 +-- readable-stream@2.3.6 | `-- isarray@1.0.0 +-- readdirp@2.2.1 | `-- micromatch@3.1.10 +-- readline2@1.0.1 | `-- mute-stream@0.0.5 +-- redent@1.0.0 +-- regex-cache@0.4.4 +-- regex-not@1.0.2 +-- regexpp@2.0.1 +-- remove-trailing-separator@1.1.0 +-- repeat-element@1.1.3 +-- repeat-string@1.6.1 +-- repeating@2.0.1 +-- request@2.88.0 | +-- ajv@6.6.2 | +-- assert-plus@1.0.0 | +-- aws-sign2@0.7.0 | +-- form-data@2.3.3 | +-- har-schema@2.0.0 | +-- har-validator@5.1.3 | +-- http-signature@1.2.0 | +-- mime-db@1.37.0 | +-- mime-types@2.1.21 | +-- oauth-sign@0.9.0 | +-- performance-now@2.1.0 | +-- qs@6.5.2 | +-- tough-cookie@2.4.3 | `-- uuid@3.3.2 +-- require-directory@2.1.1 +-- require-main-filename@1.0.1 +-- require-uncached@1.0.3 +-- requires-port@1.0.0 +-- resolve@1.1.7 +-- resolve-from@1.0.1 +-- resolve-url@0.2.1 +-- resp-modifier@6.0.2 +-- restore-cursor@2.0.0 | `-- onetime@2.0.1 +-- ret@0.1.15 +-- rimraf@2.2.8 +-- run-async@2.3.0 +-- rx@4.1.0 +-- rx-lite@3.1.2 +-- rxjs@5.5.12 +-- safe-buffer@5.1.2 +-- safe-json-parse@1.0.1 +-- safe-regex@1.1.0 +-- safer-buffer@2.1.2 +-- sass-graph@2.2.4 | +-- lodash@4.17.11 | +-- yargs@7.1.0 | `-- yargs-parser@5.0.0 +-- sass-lint@1.12.1 | +-- acorn@5.7.3 | +-- acorn-jsx@3.0.1 | | `-- acorn@3.3.0 | +-- ajv@4.11.8 | +-- ansi-escapes@1.4.0 | +-- cli-cursor@1.0.2 | +-- doctrine@1.5.0 | +-- eslint@2.13.1 | +-- espree@3.5.4 | +-- file-entry-cache@1.3.1 | +-- flat-cache@1.3.4 | +-- globals@9.18.0 | +-- ignore@3.3.10 | +-- inquirer@0.12.0 | +-- is-fullwidth-code-point@2.0.0 | +-- isarray@1.0.0 | +-- lodash@4.17.11 | +-- progress@1.1.8 | +-- restore-cursor@1.0.1 | +-- rimraf@2.6.3 | | `-- glob@7.1.3 | +-- run-async@0.1.0 | +-- slice-ansi@0.0.4 | +-- table@3.8.3 | | +-- ansi-regex@3.0.0 | | +-- string-width@2.1.1 | | `-- strip-ansi@4.0.0 | `-- write@0.2.1 +-- scss-tokenizer@0.2.3 | `-- source-map@0.4.4 +-- semver@5.5.0 +-- send@0.16.2 | `-- statuses@1.4.0 +-- serve-index@1.9.1 +-- serve-static@1.13.2 +-- server-destroy@1.0.1 +-- set-blocking@2.0.0 +-- set-immediate-shim@1.0.1 +-- set-value@2.0.0 | `-- extend-shallow@2.0.1 +-- setprototypeof@1.1.0 +-- shebang-command@1.2.0 +-- shebang-regex@1.0.0 +-- shelljs@0.6.1 +-- sigmund@1.0.1 +-- signal-exit@3.0.2 +-- simple-concat@1.0.0 +-- simple-get@2.8.1 +-- slice-ansi@2.1.0 | +-- ansi-styles@3.2.1 | `-- is-fullwidth-code-point@2.0.0 +-- snapdragon@0.8.2 | +-- define-property@0.2.5 | `-- extend-shallow@2.0.1 +-- snapdragon-node@2.1.1 | +-- define-property@1.0.0 | +-- is-accessor-descriptor@1.0.0 | +-- is-data-descriptor@1.0.0 | `-- is-descriptor@1.0.2 +-- snapdragon-util@3.0.1 | `-- kind-of@3.2.2 +-- socket.io@2.1.1 | +-- debug@3.1.0 | +-- engine.io-client@3.2.1 | +-- socket.io-client@2.1.1 | +-- socket.io-parser@3.2.0 | `-- ws@3.3.3 +-- socket.io-adapter@1.1.1 +-- socket.io-client@2.2.0 | `-- debug@3.1.0 +-- socket.io-parser@3.3.0 | `-- debug@3.1.0 +-- source-map@0.5.7 +-- source-map-resolve@0.5.2 +-- source-map-url@0.4.0 +-- spdx-correct@3.0.0 +-- spdx-exceptions@2.1.0 +-- spdx-expression-parse@3.0.0 +-- spdx-license-ids@3.0.0 +-- split-string@3.1.0 +-- sprintf-js@1.0.3 +-- sshpk@1.15.2 | `-- assert-plus@1.0.0 +-- static-extend@0.1.2 | `-- define-property@0.2.5 +-- statuses@1.3.1 +-- stdout-stream@1.4.0 +-- stream-buffers@2.2.0 +-- stream-throttle@0.1.3 +-- string-template@0.2.1 +-- string-width@1.0.2 +-- string_decoder@1.1.1 +-- strip-ansi@3.0.1 +-- strip-bom@2.0.0 +-- strip-indent@1.0.1 +-- strip-json-comments@1.0.4 +-- supports-color@2.0.0 +-- symbol-observable@1.0.1 +-- table@5.2.3 | +-- ansi-regex@4.1.0 | +-- is-fullwidth-code-point@2.0.0 | +-- lodash@4.17.11 | +-- string-width@3.1.0 | `-- strip-ansi@5.2.0 +-- tar@2.2.1 +-- tar-fs@1.16.3 | `-- pump@1.0.3 +-- tar-stream@1.6.2 +-- text-table@0.2.0 +-- tfunk@3.1.0 +-- through@2.3.8 +-- tiny-lr@1.1.1 | +-- debug@3.2.6 | `-- ms@2.1.1 +-- tmp@0.0.33 +-- to-array@0.1.4 +-- to-buffer@1.1.1 +-- to-object-path@0.3.0 | `-- kind-of@3.2.2 +-- to-regex@3.0.2 +-- to-regex-range@2.1.1 +-- trim-newlines@1.0.0 +-- true-case-path@1.0.2 | `-- glob@6.0.4 +-- tslib@1.9.3 +-- tunnel-agent@0.6.0 +-- tweetnacl@0.14.5 +-- type-check@0.3.2 +-- typedarray@0.0.6 +-- ua-parser-js@0.7.17 +-- uglify-js@3.3.28 | `-- source-map@0.6.1 +-- ultron@1.1.1 +-- underscore.string@3.3.5 +-- union-value@1.0.0 | +-- extend-shallow@2.0.1 | `-- set-value@0.4.3 +-- universalify@0.1.1 +-- unpipe@1.0.0 +-- unset-value@1.0.0 | +-- has-value@0.3.1 | | `-- isobject@2.1.0 | +-- has-values@0.1.4 | `-- isarray@1.0.0 +-- upath@1.1.0 +-- uri-js@4.2.2 | `-- punycode@2.1.1 +-- uri-path@1.0.0 +-- urix@0.1.0 +-- use@3.1.1 +-- user-home@2.0.0 +-- util@0.10.4 +-- util-deprecate@1.0.2 +-- utils-merge@1.0.1 +-- validate-npm-package-license@3.0.3 +-- verror@1.10.0 | `-- assert-plus@1.0.0 +-- walkdir@0.0.11 +-- websocket-driver@0.7.0 +-- websocket-extensions@0.1.3 +-- which@1.2.14 +-- which-module@1.0.0 +-- which-pm-runs@1.0.0 +-- wide-align@1.1.3 +-- window-size@0.2.0 +-- wordwrap@1.0.0 +-- wrap-ansi@2.1.0 +-- wrappy@1.0.2 +-- write@1.0.3 +-- ws@6.1.2 +-- xmlhttprequest-ssl@1.5.5 +-- xtend@4.0.1 +-- y18n@3.2.1 +-- yallist@2.1.2 +-- yargs@6.4.0 +-- yargs-parser@4.2.1 +-- yeast@0.1.2 `-- zip-stream@1.2.0 `-- lodash@4.17.11 npm WARN zold@0.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) + [[ 0.13.4 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] + sed -i 's/0\.0\.0/0.13.4/g' package.json + git add package.json + git commit -m 'version set to 0.13.4' [__rultor fa86306] version set to 0.13.4 1 file changed, 1 insertion(+), 1 deletion(-) + mkdir /home/r/.ssh + mv ../id_rsa ../id_rsa.pub /home/r/.ssh + chmod -R 600 /home/r/.ssh/id_rsa /home/r/.ssh/id_rsa.pub + echo -e 'Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null' + git config --global user.email rultor@zold.io + git config --global user.name Rultor ++ mktemp -d + temp=/tmp/tmp.mYKlfO2Xyn + ./node_modules/grunt/bin/grunt --no-color --buildDir=/tmp/tmp.mYKlfO2Xyn Running "htmlbuild:dist" (htmlbuild) task >> File /tmp/tmp.mYKlfO2Xyn/_footnotes.html created ! >> File /tmp/tmp.mYKlfO2Xyn/_head.html created ! >> File /tmp/tmp.mYKlfO2Xyn/_tail.html created ! >> File /tmp/tmp.mYKlfO2Xyn/diff.html created ! >> File /tmp/tmp.mYKlfO2Xyn/health.html created ! >> File /tmp/tmp.mYKlfO2Xyn/index.html created ! >> File /tmp/tmp.mYKlfO2Xyn/ledger.html created ! >> File /tmp/tmp.mYKlfO2Xyn/map.html created ! Running "copy:dist" (copy) task Copied 17 files Running "uglify:build" (uglify) task >> 1 file created 28.98 kB → 15.06 kB Running "jshint:code" (jshint) task >> 5 files lint free. Running "eslint:target" (eslint) task Running "jslint:main" (jslint) task PASS js/diff.js PASS js/health.js PASS js/ledger.js PASS js/main.js PASS js/map.js Running "sasslint:target" (sasslint) task sass/diff.scss 25:1 warning ID selectors not allowed no-ids 32:16 warning Don't include leading zeros on numbers leading-zero 34:7 warning Nesting depth 3 greater than max of 2 nesting-depth 41:1 warning ID selectors not allowed no-ids 41:1 warning Rule `#ledger` should be merged with the rule on line 25 no-mergeable-selectors sass/health.scss 25:1 warning ID selectors not allowed no-ids 40:5 warning Class should be nested within its parent Type-selector force-element-nesting 40:7 warning Qualifying elements are not allowed for class selectors no-qualifying-elements 41:14 warning Color 'red' should be written in its hexadecimal form #ff0000 no-color-keywords 41:14 warning Color literals such as 'red' should only be used in variable declarations no-color-literals 51:16 warning Don't include leading zeros on numbers leading-zero 54:35 warning Color literals such as '#BB342F' should not be passed to functions, use variables no-color-literals 54:35 warning Hex notation should all be lower case hex-notation 62:9 warning Expected `border`, found `display` property-sort-order 63:9 warning Expected `display`, found `border` property-sort-order sass/index.scss 38:3 warning Expected `background-color`, found `border` property-sort-order 38:11 warning A value of `none` is not allowed. `0` must be used border-zero 39:3 warning Expected `border`, found `background-color` property-sort-order sass/ledger.scss 25:1 warning ID selectors not allowed no-ids 26:1 warning ID selectors not allowed no-ids 33:16 warning Don't include leading zeros on numbers leading-zero 35:7 warning Nesting depth 3 greater than max of 2 nesting-depth 41:7 warning Nesting depth 3 greater than max of 2 nesting-depth 42:16 warning Color literals such as 'gray' should only be used in variable declarations no-color-literals 42:16 warning Color 'gray' should be written in its hexadecimal form #808080 no-color-keywords 47:7 warning Nesting depth 3 greater than max of 2 nesting-depth 48:16 warning Color 'red' should be written in its hexadecimal form #ff0000 no-color-keywords 48:16 warning Color literals such as 'red' should only be used in variable declarations no-color-literals 53:14 warning Color literals such as 'gray' should only be used in variable declarations no-color-literals 53:14 warning Color 'gray' should be written in its hexadecimal form #808080 no-color-keywords 54:18 warning Don't include leading zeros on numbers leading-zero 59:1 warning ID selectors not allowed no-ids sass/main.scss 31:10 warning Color 'red' should be written in its hexadecimal form #ff0000 no-color-keywords 31:10 warning Color literals such as 'red' should only be used in variable declarations no-color-literals 35:10 warning Color literals such as 'green' should only be used in variable declarations no-color-literals 35:10 warning Color 'green' should be written in its hexadecimal form #008000 no-color-keywords 39:10 warning Color 'orange' should be written in its hexadecimal form #ffa500 no-color-keywords 39:10 warning Color literals such as 'orange' should only be used in variable declarations no-color-literals 52:10 warning Color 'gray' should be written in its hexadecimal form #808080 no-color-keywords 52:10 warning Color literals such as 'gray' should only be used in variable declarations no-color-literals 52:15 warning !important not allowed no-important 56:3 warning Expected `height`, found `width` property-sort-order 57:3 warning Expected `vertical-align`, found `height` property-sort-order 58:3 warning Expected `width`, found `vertical-align` property-sort-order 62:3 warning Expected `animation`, found `display` property-sort-order 63:3 warning Expected `border`, found `line-height` property-sort-order 64:3 warning Expected `border-bottom`, found `vertical-align` property-sort-order 65:3 warning Expected `border-radius`, found `border` property-sort-order 65:21 warning Color literals such as '#ccc' should only be used in variable declarations no-color-literals 66:25 warning Color literals such as '#3498db' should only be used in variable declarations no-color-literals 67:3 warning Expected `display`, found `border-bottom` property-sort-order 67:28 warning Color literals such as '#3498db' should only be used in variable declarations no-color-literals 68:3 warning Expected `height`, found `border-radius` property-sort-order 69:3 warning Expected `line-height`, found `width` property-sort-order 70:3 warning Expected `vertical-align`, found `height` property-sort-order 71:3 warning Expected `width`, found `animation` property-sort-order sass/map.scss 45:1 warning ID selectors not allowed no-ids 50:1 warning ID selectors not allowed no-ids 55:1 warning ID selectors not allowed no-ids 66:1 warning ID selectors not allowed no-ids 115:85 warning Vendor prefixes should not be used no-vendor-prefixes 116:3 warning ID selectors not allowed no-ids 120:3 warning ID selectors not allowed no-ids ✖ 63 problems (0 errors, 63 warnings) Running "sass:dist" (sass) task Done. + git checkout gh-pages Branch 'gh-pages' set up to track remote branch 'gh-pages' from 'origin'. Switched to a new branch 'gh-pages' + git clean -fd Removing build/ Removing node_modules/ + cp -R /tmp/tmp.mYKlfO2Xyn/0.13.4 /tmp/tmp.mYKlfO2Xyn/_footnotes.html /tmp/tmp.mYKlfO2Xyn/_head.html /tmp/tmp.mYKlfO2Xyn/_tail.html /tmp/tmp.mYKlfO2Xyn/diff.html /tmp/tmp.mYKlfO2Xyn/health.html /tmp/tmp.mYKlfO2Xyn/images /tmp/tmp.mYKlfO2Xyn/index.html /tmp/tmp.mYKlfO2Xyn/ledger.html /tmp/tmp.mYKlfO2Xyn/map.html . + git add . + git commit -am 'New web front, version 0.13.4' [gh-pages 19be9bb] New web front, version 0.13.4 18 files changed, 961 insertions(+), 26 deletions(-) create mode 100644 0.13.4/css/diff.min.css create mode 100644 0.13.4/css/health.min.css create mode 100644 0.13.4/css/index.min.css create mode 100644 0.13.4/css/ledger.min.css create mode 100644 0.13.4/css/main.min.css create mode 100644 0.13.4/css/map.min.css create mode 100644 0.13.4/js/diff.js create mode 100644 0.13.4/js/health.js create mode 100644 0.13.4/js/ledger.js create mode 100644 0.13.4/js/main.js create mode 100644 0.13.4/js/map.js create mode 100644 0.13.4/js/zold.min.js + git push origin gh-pages Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts. Enumerating objects: 22, done. Counting objects: 100% (22/22), done. Delta compression using up to 12 threads Compressing objects: 100% (15/15), done. Writing objects: 100% (15/15), 14.28 KiB | 14.28 MiB/s, done. Total 15 (delta 8), reused 2 (delta 0) remote: Resolving deltas: 100% (8/8), completed with 7 local objects.K To github.com:zold-io/zold.github.io.git 2e60348..19be9bb gh-pages -> gh-pages + mv /home/r/repo . ++ whoami + chown -R root repo + '[' -n '' ']' ++ whoami + sudo chown -R rultor repo + cd repo + git checkout __rultor Switched to branch '__rultor' + git tag 0.13.4 -m '0.13.4: tagged by rultor.com' + git reset --hard HEAD is now at fa86306 version set to 0.13.4 + git clean -fd + git checkout master Switched to branch 'master' Your branch is up-to-date with 'origin/master'. + git branch -D __rultor Deleted branch __rultor (was fa86306). + git push --all origin Everything up-to-date + git push --tags origin To git@github.com:zold-io/zold.github.io.git * [new tag] 0.13.4 -> 0.13.4 container 6c8b8f9a73dfa6b09d647190895ccee08cb71fadf2630b5540db80f3aedb47f0 is dead Mon Mar 25 14:01:42 CET 2019