Skip to content

Instantly share code, notes, and snippets.

@brw
Created May 18, 2021 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brw/71690df64796b675a7abfd6bd9c66c7d to your computer and use it in GitHub Desktop.
Save brw/71690df64796b675a7abfd6bd9c66c7d to your computer and use it in GitHub Desktop.
tree-sitter on Ubuntu 20.04.2 LTS - Homebrew build logs
Homebrew build logs for tree-sitter on Ubuntu 20.04.2 LTS
Build date: 2021-05-18 18:26:49
HOMEBREW_VERSION: 3.1.8
ORIGIN: https://github.com/Homebrew/brew
HEAD: e0bfcdaf258dadaaf8c102d4cb51f23b6fdb2c4c
Last commit: 2 hours ago
Core tap ORIGIN: https://github.com/Homebrew/linuxbrew-core
Core tap HEAD: 8147dfe4c3424dd2d4eda9a1d5a1ba599072e17c
Core tap last commit: 6 hours ago
Core tap branch: master
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.3 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/bin/ruby
CPU: octa-core 64-bit skylake
Clang: 10.0.0 build (parse error)
Git: 2.25.1 => /bin/git
Curl: 7.68.0 => /usr/bin/curl
Kernel: Linux 5.4.72-microsoft-standard-WSL2 x86_64 GNU/Linux
OS: Ubuntu 20.04.2 LTS (focal)
Host glibc: 2.31
/usr/bin/gcc: 9.3.0
/usr/bin/ruby: N/A
glibc: N/A
gcc@5: N/A
xorg: N/A
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Some installed formulae are deprecated or disabled.
You should find replacements for the following formulae:
isl@0.18
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and which additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew-provided
script of the same name. We found the following "config" scripts:
/home/bas/.asdf/shims/python-config
/home/bas/.asdf/shims/python3-config
/home/bas/.asdf/shims/python2-config
/home/bas/.asdf/shims/python2.7-config
/home/bas/.asdf/shims/python3.9-config
/home/bas/.asdf/shims/python3.6m-config
/home/bas/.asdf/shims/python3.6-config
Warning: Found Ruby file outside limebox/netsuite tap formula directory.
(/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/limebox/homebrew-netsuite/Formula):
/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/limebox/homebrew-netsuite/sdfsdk.rb
2021-05-18 18:26:40 +0200
make
gcc-11 -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/tree_cursor.o lib/src/tree_cursor.c
gcc-11 -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/stack.o lib/src/stack.c
gcc-11 -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/get_changed_ranges.o lib/src/get_changed_ranges.c
gcc-11 -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/lexer.o lib/src/lexer.c
gcc-11 -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/subtree.o lib/src/subtree.c
gcc-11 -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/language.o lib/src/language.c
gcc-11 -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/node.o lib/src/node.c
gcc-11 -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/parser.o lib/src/parser.c
gcc-11 -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/query.o lib/src/query.c
gcc-11 -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/tree.o lib/src/tree.c
ar rcs libtree-sitter.a lib/src/tree_cursor.o lib/src/stack.o lib/src/get_changed_ranges.o lib/src/lexer.o lib/src/subtree.o lib/src/language.o lib/src/node.o lib/src/parser.o lib/src/query.o lib/src/tree.o
gcc-11 -shared -Wl,-soname,libtree-sitter.so.0 lib/src/tree_cursor.o lib/src/stack.o lib/src/get_changed_ranges.o lib/src/lexer.o lib/src/subtree.o lib/src/language.o lib/src/node.o lib/src/parser.o lib/src/query.o lib/src/tree.o -o libtree-sitter.so.0.0
ln -sf libtree-sitter.so.0.0 libtree-sitter.so
ln -sf libtree-sitter.so.0.0 libtree-sitter.so.0
gcc-11 called with: -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/language.o lib/src/language.c
superenv removed: -O3 -Wall -Wextra -Werror
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-11 -pipe -w -O2 -march=native -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/language.o lib/src/language.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-11 called with: -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/stack.o lib/src/stack.c
superenv removed: -O3 -Wall -Wextra -Werror
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-11 -pipe -w -O2 -march=native -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/stack.o lib/src/stack.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-11 called with: -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/tree_cursor.o lib/src/tree_cursor.c
superenv removed: -O3 -Wall -Wextra -Werror
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-11 -pipe -w -O2 -march=native -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/tree_cursor.o lib/src/tree_cursor.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-11 called with: -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/parser.o lib/src/parser.c
superenv removed: -O3 -Wall -Wextra -Werror
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-11 -pipe -w -O2 -march=native -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/parser.o lib/src/parser.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-11 called with: -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/get_changed_ranges.o lib/src/get_changed_ranges.c
superenv removed: -O3 -Wall -Wextra -Werror
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-11 -pipe -w -O2 -march=native -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/get_changed_ranges.o lib/src/get_changed_ranges.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-11 called with: -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/node.o lib/src/node.c
superenv removed: -O3 -Wall -Wextra -Werror
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-11 -pipe -w -O2 -march=native -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/node.o lib/src/node.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-11 called with: -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/lexer.o lib/src/lexer.c
superenv removed: -O3 -Wall -Wextra -Werror
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-11 -pipe -w -O2 -march=native -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/lexer.o lib/src/lexer.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-11 called with: -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/subtree.o lib/src/subtree.c
superenv removed: -O3 -Wall -Wextra -Werror
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-11 -pipe -w -O2 -march=native -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/subtree.o lib/src/subtree.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-11 called with: -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/query.o lib/src/query.c
superenv removed: -O3 -Wall -Wextra -Werror
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-11 -pipe -w -O2 -march=native -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/query.o lib/src/query.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-11 called with: -O3 -Wall -Wextra -Werror -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/tree.o lib/src/tree.c
superenv removed: -O3 -Wall -Wextra -Werror
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include
superenv executed: gcc-11 -pipe -w -O2 -march=native -std=gnu99 -fPIC -Ilib/src -Ilib/include -c -o lib/src/tree.o lib/src/tree.c -isystem/home/linuxbrew/.linuxbrew/include
gcc-11 called with: -shared -Wl,-soname,libtree-sitter.so.0 lib/src/tree_cursor.o lib/src/stack.o lib/src/get_changed_ranges.o lib/src/lexer.o lib/src/subtree.o lib/src/language.o lib/src/node.o lib/src/parser.o lib/src/query.o lib/src/tree.o -o libtree-sitter.so.0.0
superenv added: -pipe -w -O2 -march=native -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
superenv executed: gcc-11 -pipe -w -O2 -march=native -shared -Wl,-soname,libtree-sitter.so.0 lib/src/tree_cursor.o lib/src/stack.o lib/src/get_changed_ranges.o lib/src/lexer.o lib/src/subtree.o lib/src/language.o lib/src/node.o lib/src/parser.o lib/src/query.o lib/src/tree.o -o libtree-sitter.so.0.0 -isystem/home/linuxbrew/.linuxbrew/include -L/home/linuxbrew/.linuxbrew/lib -B/home/linuxbrew/.linuxbrew/opt/glibc/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/lib -Wl,-rpath=/home/linuxbrew/.linuxbrew/lib -Wl,--dynamic-linker=/home/linuxbrew/.linuxbrew/lib/ld.so
2021-05-18 18:26:42 +0200
make
install
PREFIX=/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4
install -d '/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/lib'
install -m755 libtree-sitter.a '/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/lib'/libtree-sitter.a
install -m755 libtree-sitter.so.0.0 '/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/lib'/libtree-sitter.so.0.0
ln -sf libtree-sitter.so.0.0 '/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/lib'/libtree-sitter.so.0
ln -sf libtree-sitter.so.0.0 '/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/lib'/libtree-sitter.so
install -d '/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/include'/tree_sitter
install -m644 lib/include/tree_sitter/*.h '/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/include'/tree_sitter/
install -d '/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/lib/pkgconfig'
sed -e 's|@LIBDIR@|/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/lib|;s|@INCLUDEDIR@|/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/include|;s|@VERSION@|0.6.3|' \
-e 's|=/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4|=${prefix}|' \
-e 's|@PREFIX@|/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4|' \
tree-sitter.pc.in > '/home/linuxbrew/.linuxbrew/Cellar/tree-sitter/0.19.4/lib/pkgconfig'/tree-sitter.pc
2021-05-18 18:26:42 +0200
npm
install
-ddd
--build-from-source
--cache=/home/bas/.cache/Homebrew/npm_cache
npm verb cli [
npm verb cli '/home/linuxbrew/.linuxbrew/Cellar/node/16.1.0/bin/node',
npm verb cli '/home/linuxbrew/.linuxbrew/opt/node/libexec/bin/npm',
npm verb cli 'install',
npm verb cli '-ddd',
npm verb cli '--build-from-source',
npm verb cli '--cache=/home/bas/.cache/Homebrew/npm_cache'
npm verb cli ]
npm info using npm@7.11.2
npm info using node@v16.1.0
npm timing npm:load:whichnode Completed in 1ms
npm timing config:load:defaults Completed in 1ms
npm timing config:load:file:/home/linuxbrew/.linuxbrew/Cellar/node/16.1.0/libexec/lib/node_modules/npm/npmrc Completed in 1ms
npm timing config:load:builtin Completed in 1ms
npm timing config:load:cli Completed in 2ms
npm timing config:load:env Completed in 1ms
npm timing config:load:file:/tmp/tree-sitter-20210518-12713-wz3q0l/tree-sitter-0.19.4/lib/binding_web/.npmrc Completed in 1ms
npm timing config:load:project Completed in 1ms
npm timing config:load:file:/tmp/tree-sitter-20210518-12713-wz3q0l/tree-sitter-0.19.4/.brew_home/.npmrc Completed in 0ms
npm timing config:load:user Completed in 0ms
npm timing config:load:file:/home/linuxbrew/.linuxbrew/Cellar/node/16.1.0/etc/npmrc Completed in 0ms
npm timing config:load:global Completed in 0ms
npm timing config:load:validate Completed in 0ms
npm timing config:load:credentials Completed in 1ms
npm timing config:load:setEnvs Completed in 1ms
npm timing config:load Completed in 8ms
npm timing npm:load:configload Completed in 9ms
npm timing npm:load:setTitle Completed in 0ms
npm timing npm:load:setupLog Completed in 1ms
npm timing npm:load:cleanupLog Completed in 2ms
npm timing npm:load:configScope Completed in 0ms
npm timing npm:load:projectScope Completed in 1ms
npm timing npm:load Completed in 16ms
npm timing config:load:flatten Completed in 4ms
npm timing arborist:ctor Completed in 1ms
npm timing arborist:ctor Completed in 0ms
npm timing idealTree:init Completed in 15ms
npm timing idealTree:userRequests Completed in 0ms
npm sill idealTree buildDeps
npm sill fetch manifest chai@^4.2.0
npm http fetch GET 200 https://registry.npmjs.org/chai 115ms
npm sill fetch manifest mocha@^6.1.4
npm http fetch GET 200 https://registry.npmjs.org/mocha 52ms
npm sill fetch manifest terser@^3.17.0
npm http fetch GET 200 https://registry.npmjs.org/terser 64ms
npm sill placeDep ROOT chai@4.3.4 OK for: web-tree-sitter@0.19.2 want: ^4.2.0
npm sill placeDep ROOT mocha@6.2.3 OK for: web-tree-sitter@0.19.2 want: ^6.1.4
npm sill placeDep ROOT terser@3.17.0 OK for: web-tree-sitter@0.19.2 want: ^3.17.0
npm sill fetch manifest assertion-error@^1.1.0
npm sill fetch manifest check-error@^1.0.2
npm sill fetch manifest deep-eql@^3.0.1
npm sill fetch manifest get-func-name@^2.0.0
npm sill fetch manifest pathval@^1.1.1
npm sill fetch manifest type-detect@^4.0.5
npm sill fetch manifest ansi-colors@3.2.3
npm sill fetch manifest browser-stdout@1.3.1
npm sill fetch manifest debug@3.2.6
npm sill fetch manifest diff@3.5.0
npm sill fetch manifest escape-string-regexp@1.0.5
npm sill fetch manifest find-up@3.0.0
npm sill fetch manifest glob@7.1.3
npm sill fetch manifest growl@1.10.5
npm sill fetch manifest he@1.2.0
npm sill fetch manifest js-yaml@3.13.1
npm sill fetch manifest log-symbols@2.2.0
npm sill fetch manifest minimatch@3.0.4
npm sill fetch manifest mkdirp@0.5.4
npm sill fetch manifest ms@2.1.1
npm sill fetch manifest node-environment-flags@1.0.5
npm sill fetch manifest object.assign@4.1.0
npm sill fetch manifest strip-json-comments@2.0.1
npm sill fetch manifest supports-color@6.0.0
npm sill fetch manifest which@1.3.1
npm sill fetch manifest wide-align@1.1.3
npm sill fetch manifest yargs@13.3.2
npm sill fetch manifest yargs-parser@13.1.2
npm sill fetch manifest yargs-unparser@1.6.0
npm sill fetch manifest commander@^2.19.0
npm sill fetch manifest source-map@~0.6.1
npm sill fetch manifest source-map-support@~0.5.10
npm http fetch GET 200 https://registry.npmjs.org/assertion-error 158ms
npm http fetch GET 200 https://registry.npmjs.org/js-yaml 235ms
npm http fetch GET 200 https://registry.npmjs.org/growl 412ms
npm http fetch GET 200 https://registry.npmjs.org/log-symbols 412ms
npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 418ms
npm http fetch GET 200 https://registry.npmjs.org/get-func-name 433ms
npm http fetch GET 200 https://registry.npmjs.org/browser-stdout 427ms
npm http fetch GET 200 https://registry.npmjs.org/find-up 423ms
npm http fetch GET 200 https://registry.npmjs.org/diff 426ms
npm http fetch GET 200 https://registry.npmjs.org/deep-eql 441ms
npm http fetch GET 200 https://registry.npmjs.org/he 426ms
npm http fetch GET 200 https://registry.npmjs.org/type-detect 437ms
npm http fetch GET 200 https://registry.npmjs.org/check-error 447ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-colors 439ms
npm http fetch GET 200 https://registry.npmjs.org/pathval 443ms
npm http fetch GET 200 https://registry.npmjs.org/debug 438ms
npm http fetch GET 200 https://registry.npmjs.org/glob 442ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 442ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch 444ms
npm http fetch GET 200 https://registry.npmjs.org/ms 444ms
npm http fetch GET 200 https://registry.npmjs.org/wide-align 455ms
npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments 473ms
npm http fetch GET 200 https://registry.npmjs.org/node-environment-flags 477ms
npm http fetch GET 200 https://registry.npmjs.org/yargs-unparser 472ms
npm http fetch GET 200 https://registry.npmjs.org/commander 596ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-support 601ms
npm http fetch GET 200 https://registry.npmjs.org/yargs-parser 615ms
npm http fetch GET 200 https://registry.npmjs.org/source-map 612ms
npm http fetch GET 200 https://registry.npmjs.org/yargs 734ms
npm http fetch GET 200 https://registry.npmjs.org/supports-color 762ms
npm http fetch GET 200 https://registry.npmjs.org/which 773ms
npm http fetch GET 200 https://registry.npmjs.org/object.assign 955ms
npm timing idealTree:#root Completed in 1251ms
npm sill placeDep ROOT assertion-error@1.1.0 OK for: chai@4.3.4 want: ^1.1.0
npm sill placeDep ROOT check-error@1.0.2 OK for: chai@4.3.4 want: ^1.0.2
npm sill placeDep ROOT deep-eql@3.0.1 OK for: chai@4.3.4 want: ^3.0.1
npm sill placeDep ROOT get-func-name@2.0.0 OK for: chai@4.3.4 want: ^2.0.0
npm sill placeDep ROOT pathval@1.1.1 OK for: chai@4.3.4 want: ^1.1.1
npm sill placeDep ROOT type-detect@4.0.8 OK for: chai@4.3.4 want: ^4.0.5
npm timing idealTree:node_modules/chai Completed in 7ms
npm timing idealTree:node_modules/assertion-error Completed in 0ms
npm timing idealTree:node_modules/check-error Completed in 0ms
npm timing idealTree:node_modules/deep-eql Completed in 0ms
npm timing idealTree:node_modules/get-func-name Completed in 0ms
npm sill placeDep ROOT ansi-colors@3.2.3 OK for: mocha@6.2.3 want: 3.2.3
npm sill placeDep ROOT browser-stdout@1.3.1 OK for: mocha@6.2.3 want: 1.3.1
npm sill placeDep ROOT debug@3.2.6 OK for: mocha@6.2.3 want: 3.2.6
npm sill placeDep ROOT diff@3.5.0 OK for: mocha@6.2.3 want: 3.5.0
npm sill placeDep ROOT escape-string-regexp@1.0.5 OK for: mocha@6.2.3 want: 1.0.5
npm sill placeDep ROOT find-up@3.0.0 OK for: mocha@6.2.3 want: 3.0.0
npm sill placeDep ROOT glob@7.1.3 OK for: mocha@6.2.3 want: 7.1.3
npm sill placeDep ROOT growl@1.10.5 OK for: mocha@6.2.3 want: 1.10.5
npm sill placeDep ROOT he@1.2.0 OK for: mocha@6.2.3 want: 1.2.0
npm sill placeDep ROOT js-yaml@3.13.1 OK for: mocha@6.2.3 want: 3.13.1
npm sill placeDep ROOT log-symbols@2.2.0 OK for: mocha@6.2.3 want: 2.2.0
npm sill placeDep ROOT minimatch@3.0.4 OK for: mocha@6.2.3 want: 3.0.4
npm sill placeDep ROOT mkdirp@0.5.4 OK for: mocha@6.2.3 want: 0.5.4
npm sill placeDep ROOT ms@2.1.1 OK for: mocha@6.2.3 want: 2.1.1
npm sill placeDep ROOT node-environment-flags@1.0.5 OK for: mocha@6.2.3 want: 1.0.5
npm sill placeDep ROOT object.assign@4.1.0 OK for: mocha@6.2.3 want: 4.1.0
npm sill placeDep ROOT strip-json-comments@2.0.1 OK for: mocha@6.2.3 want: 2.0.1
npm sill placeDep ROOT supports-color@6.0.0 OK for: mocha@6.2.3 want: 6.0.0
npm sill placeDep ROOT which@1.3.1 OK for: mocha@6.2.3 want: 1.3.1
npm sill placeDep ROOT wide-align@1.1.3 OK for: mocha@6.2.3 want: 1.1.3
npm sill placeDep ROOT yargs@13.3.2 OK for: mocha@6.2.3 want: 13.3.2
npm sill placeDep ROOT yargs-parser@13.1.2 OK for: mocha@6.2.3 want: 13.1.2
npm sill placeDep ROOT yargs-unparser@1.6.0 OK for: mocha@6.2.3 want: 1.6.0
npm sill fetch manifest locate-path@^3.0.0
npm sill fetch manifest fs.realpath@^1.0.0
npm sill fetch manifest inflight@^1.0.4
npm sill fetch manifest inherits@2
npm sill fetch manifest once@^1.3.0
npm sill fetch manifest path-is-absolute@^1.0.0
npm sill fetch manifest argparse@^1.0.7
npm sill fetch manifest esprima@^4.0.0
npm sill fetch manifest chalk@^2.0.1
npm sill fetch manifest brace-expansion@^1.1.7
npm sill fetch manifest minimist@^1.2.5
npm sill fetch manifest object.getownpropertydescriptors@^2.0.3
npm sill fetch manifest semver@^5.7.0
npm sill fetch manifest define-properties@^1.1.2
npm sill fetch manifest function-bind@^1.1.1
npm sill fetch manifest has-symbols@^1.0.0
npm sill fetch manifest object-keys@^1.0.11
npm sill fetch manifest has-flag@^3.0.0
npm sill fetch manifest isexe@^2.0.0
npm sill fetch manifest string-width@^1.0.2 || 2
npm sill fetch manifest cliui@^5.0.0
npm sill fetch manifest get-caller-file@^2.0.1
npm sill fetch manifest require-directory@^2.1.1
npm sill fetch manifest require-main-filename@^2.0.0
npm sill fetch manifest set-blocking@^2.0.0
npm sill fetch manifest string-width@^3.0.0
npm sill fetch manifest which-module@^2.0.0
npm sill fetch manifest y18n@^4.0.0
npm sill fetch manifest camelcase@^5.0.0
npm sill fetch manifest decamelize@^1.2.0
npm sill fetch manifest flat@^4.1.0
npm sill fetch manifest lodash@^4.17.15
npm http fetch GET 200 https://registry.npmjs.org/inherits 128ms
npm http fetch GET 200 https://registry.npmjs.org/inflight 130ms
npm http fetch GET 200 https://registry.npmjs.org/function-bind 125ms
npm http fetch GET 200 https://registry.npmjs.org/define-properties 132ms
npm http fetch GET 200 https://registry.npmjs.org/esprima 138ms
npm http fetch GET 200 https://registry.npmjs.org/chalk 138ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 144ms
npm http fetch GET 200 https://registry.npmjs.org/argparse 142ms
npm http fetch GET 200 https://registry.npmjs.org/minimist 141ms
npm http fetch GET 200 https://registry.npmjs.org/object.getownpropertydescriptors 141ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 146ms
npm http fetch GET 200 https://registry.npmjs.org/once 149ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 156ms
npm http fetch GET 200 https://registry.npmjs.org/locate-path 160ms
npm http fetch GET 200 https://registry.npmjs.org/semver 153ms
npm http fetch GET 200 https://registry.npmjs.org/isexe 191ms
npm http fetch GET 200 https://registry.npmjs.org/has-symbols 212ms
npm http fetch GET 200 https://registry.npmjs.org/require-directory 208ms
npm http fetch GET 200 https://registry.npmjs.org/get-caller-file 210ms
npm http fetch GET 200 https://registry.npmjs.org/which-module 209ms
npm http fetch GET 200 https://registry.npmjs.org/object-keys 227ms
npm http fetch GET 200 https://registry.npmjs.org/string-width 226ms
npm http fetch GET 200 https://registry.npmjs.org/require-main-filename 226ms
npm http fetch GET 200 https://registry.npmjs.org/y18n 226ms
npm http fetch GET 200 https://registry.npmjs.org/set-blocking 228ms
npm http fetch GET 200 https://registry.npmjs.org/has-flag 234ms
npm http fetch GET 200 https://registry.npmjs.org/cliui 234ms
npm http fetch GET 200 https://registry.npmjs.org/decamelize 234ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase 238ms
npm http fetch GET 200 https://registry.npmjs.org/flat 240ms
npm http fetch GET 200 https://registry.npmjs.org/lodash 242ms
npm timing idealTree:node_modules/mocha Completed in 286ms
npm timing idealTree:node_modules/ansi-colors Completed in 0ms
npm timing idealTree:node_modules/browser-stdout Completed in 0ms
npm timing idealTree:node_modules/debug Completed in 1ms
npm timing idealTree:node_modules/diff Completed in 0ms
npm timing idealTree:node_modules/escape-string-regexp Completed in 0ms
npm sill placeDep ROOT locate-path@3.0.0 OK for: find-up@3.0.0 want: ^3.0.0
npm sill fetch manifest p-locate@^3.0.0
npm sill fetch manifest path-exists@^3.0.0
npm http fetch GET 200 https://registry.npmjs.org/path-exists 79ms
npm http fetch GET 200 https://registry.npmjs.org/p-locate 81ms
npm timing idealTree:node_modules/find-up Completed in 83ms
npm sill placeDep ROOT fs.realpath@1.0.0 OK for: glob@7.1.3 want: ^1.0.0
npm sill placeDep ROOT inflight@1.0.6 OK for: glob@7.1.3 want: ^1.0.4
npm sill placeDep ROOT inherits@2.0.4 OK for: glob@7.1.3 want: 2
npm sill placeDep ROOT once@1.4.0 OK for: glob@7.1.3 want: ^1.3.0
npm sill placeDep ROOT path-is-absolute@1.0.1 OK for: glob@7.1.3 want: ^1.0.0
npm sill fetch manifest wrappy@1
npm http fetch GET 200 https://registry.npmjs.org/wrappy 73ms
npm timing idealTree:node_modules/glob Completed in 80ms
npm timing idealTree:node_modules/fs.realpath Completed in 0ms
npm timing idealTree:node_modules/growl Completed in 0ms
npm timing idealTree:node_modules/he Completed in 0ms
npm sill placeDep ROOT wrappy@1.0.2 OK for: inflight@1.0.6 want: 1
npm timing idealTree:node_modules/inflight Completed in 1ms
npm timing idealTree:node_modules/inherits Completed in 0ms
npm sill placeDep ROOT argparse@1.0.10 OK for: js-yaml@3.13.1 want: ^1.0.7
npm sill placeDep ROOT esprima@4.0.1 OK for: js-yaml@3.13.1 want: ^4.0.0
npm sill fetch manifest sprintf-js@~1.0.2
npm http fetch GET 200 https://registry.npmjs.org/sprintf-js 65ms
npm timing idealTree:node_modules/js-yaml Completed in 68ms
npm sill placeDep ROOT sprintf-js@1.0.3 OK for: argparse@1.0.10 want: ~1.0.2
npm timing idealTree:node_modules/argparse Completed in 1ms
npm timing idealTree:node_modules/esprima Completed in 0ms
npm sill placeDep ROOT p-locate@3.0.0 OK for: locate-path@3.0.0 want: ^3.0.0
npm sill placeDep ROOT path-exists@3.0.0 OK for: locate-path@3.0.0 want: ^3.0.0
npm sill fetch manifest p-limit@^2.0.0
npm http fetch GET 200 https://registry.npmjs.org/p-limit 52ms
npm timing idealTree:node_modules/locate-path Completed in 55ms
npm sill placeDep ROOT chalk@2.4.2 OK for: log-symbols@2.2.0 want: ^2.0.1
npm sill fetch manifest ansi-styles@^3.2.1
npm sill fetch manifest supports-color@^5.3.0
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles 98ms
npm timing idealTree:node_modules/log-symbols Completed in 102ms
npm sill placeDep ROOT ansi-styles@3.2.1 OK for: chalk@2.4.2 want: ^3.2.1
npm sill placeDep node_modules/chalk supports-color@5.5.0 OK for: chalk@2.4.2 want: ^5.3.0
npm sill fetch manifest color-convert@^1.9.0
npm http fetch GET 200 https://registry.npmjs.org/color-convert 67ms
npm timing idealTree:node_modules/chalk Completed in 71ms
npm sill placeDep ROOT color-convert@1.9.3 OK for: ansi-styles@3.2.1 want: ^1.9.0
npm sill fetch manifest color-name@1.1.3
npm http fetch GET 200 https://registry.npmjs.org/color-name 72ms
npm timing idealTree:node_modules/ansi-styles Completed in 77ms
npm sill placeDep ROOT color-name@1.1.3 OK for: color-convert@1.9.3 want: 1.1.3
npm timing idealTree:node_modules/color-convert Completed in 2ms
npm timing idealTree:node_modules/color-name Completed in 0ms
npm sill placeDep ROOT brace-expansion@1.1.11 OK for: minimatch@3.0.4 want: ^1.1.7
npm sill fetch manifest balanced-match@^1.0.0
npm sill fetch manifest concat-map@0.0.1
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 74ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map 93ms
npm timing idealTree:node_modules/minimatch Completed in 96ms
npm sill placeDep ROOT balanced-match@1.0.2 OK for: brace-expansion@1.1.11 want: ^1.0.0
npm sill placeDep ROOT concat-map@0.0.1 OK for: brace-expansion@1.1.11 want: 0.0.1
npm timing idealTree:node_modules/brace-expansion Completed in 2ms
npm timing idealTree:node_modules/balanced-match Completed in 0ms
npm timing idealTree:node_modules/concat-map Completed in 0ms
npm sill placeDep ROOT minimist@1.2.5 OK for: mkdirp@0.5.4 want: ^1.2.5
npm timing idealTree:node_modules/mkdirp Completed in 1ms
npm timing idealTree:node_modules/minimist Completed in 0ms
npm timing idealTree:node_modules/ms Completed in 0ms
npm sill placeDep ROOT object.getownpropertydescriptors@2.1.2 OK for: node-environment-flags@1.0.5 want: ^2.0.3
npm sill placeDep ROOT semver@5.7.1 OK for: node-environment-flags@1.0.5 want: ^5.7.0
npm sill fetch manifest call-bind@^1.0.2
npm sill fetch manifest define-properties@^1.1.3
npm sill fetch manifest es-abstract@^1.18.0-next.2
npm http fetch GET 200 https://registry.npmjs.org/call-bind 55ms
npm http fetch GET 200 https://registry.npmjs.org/es-abstract 93ms
npm timing idealTree:node_modules/node-environment-flags Completed in 97ms
npm sill placeDep ROOT define-properties@1.1.3 OK for: object.assign@4.1.0 want: ^1.1.2
npm sill placeDep ROOT function-bind@1.1.1 OK for: object.assign@4.1.0 want: ^1.1.1
npm sill placeDep ROOT has-symbols@1.0.2 OK for: object.assign@4.1.0 want: ^1.0.0
npm sill placeDep ROOT object-keys@1.1.1 OK for: object.assign@4.1.0 want: ^1.0.11
npm timing idealTree:node_modules/object.assign Completed in 4ms
npm timing idealTree:node_modules/define-properties Completed in 0ms
npm timing idealTree:node_modules/function-bind Completed in 1ms
npm timing idealTree:node_modules/has-symbols Completed in 0ms
npm timing idealTree:node_modules/object-keys Completed in 0ms
npm sill placeDep ROOT call-bind@1.0.2 OK for: object.getownpropertydescriptors@2.1.2 want: ^1.0.2
npm sill placeDep ROOT es-abstract@1.18.0 OK for: object.getownpropertydescriptors@2.1.2 want: ^1.18.0-next.2
npm sill fetch manifest get-intrinsic@^1.0.2
npm sill fetch manifest es-to-primitive@^1.2.1
npm sill fetch manifest get-intrinsic@^1.1.1
npm sill fetch manifest has@^1.0.3
npm sill fetch manifest is-callable@^1.2.3
npm sill fetch manifest is-negative-zero@^2.0.1
npm sill fetch manifest is-regex@^1.1.2
npm sill fetch manifest is-string@^1.0.5
npm sill fetch manifest object-inspect@^1.9.0
npm sill fetch manifest object.assign@^4.1.2
npm sill fetch manifest string.prototype.trimend@^1.0.4
npm sill fetch manifest string.prototype.trimstart@^1.0.4
npm sill fetch manifest unbox-primitive@^1.0.0
npm http fetch GET 200 https://registry.npmjs.org/unbox-primitive 87ms
npm http fetch GET 200 https://registry.npmjs.org/string.prototype.trimend 89ms
npm http fetch GET 200 https://registry.npmjs.org/is-string 98ms
npm http fetch GET 200 https://registry.npmjs.org/get-intrinsic 106ms
npm http fetch GET 200 https://registry.npmjs.org/string.prototype.trimstart 101ms
npm http fetch GET 200 https://registry.npmjs.org/has 105ms
npm http fetch GET 200 https://registry.npmjs.org/is-regex 109ms
npm http fetch GET 200 https://registry.npmjs.org/is-callable 112ms
npm http fetch GET 200 https://registry.npmjs.org/is-negative-zero 111ms
npm http fetch GET 200 https://registry.npmjs.org/object-inspect 127ms
npm http fetch GET 200 https://registry.npmjs.org/es-to-primitive 138ms
npm timing idealTree:node_modules/object.getownpropertydescriptors Completed in 143ms
npm sill placeDep ROOT get-intrinsic@1.1.1 OK for: call-bind@1.0.2 want: ^1.0.2
npm timing idealTree:node_modules/call-bind Completed in 3ms
npm sill placeDep ROOT es-to-primitive@1.2.1 OK for: es-abstract@1.18.0 want: ^1.2.1
npm sill placeDep ROOT has@1.0.3 OK for: es-abstract@1.18.0 want: ^1.0.3
npm sill placeDep ROOT is-callable@1.2.3 OK for: es-abstract@1.18.0 want: ^1.2.3
npm sill placeDep ROOT is-negative-zero@2.0.1 OK for: es-abstract@1.18.0 want: ^2.0.1
npm sill placeDep ROOT is-regex@1.1.3 OK for: es-abstract@1.18.0 want: ^1.1.2
npm sill placeDep ROOT is-string@1.0.6 OK for: es-abstract@1.18.0 want: ^1.0.5
npm sill placeDep ROOT object-inspect@1.10.3 OK for: es-abstract@1.18.0 want: ^1.9.0
npm sill placeDep node_modules/es-abstract object.assign@4.1.2 OK for: es-abstract@1.18.0 want: ^4.1.2
npm sill placeDep ROOT string.prototype.trimend@1.0.4 OK for: es-abstract@1.18.0 want: ^1.0.4
npm sill placeDep ROOT string.prototype.trimstart@1.0.4 OK for: es-abstract@1.18.0 want: ^1.0.4
npm sill placeDep ROOT unbox-primitive@1.0.1 OK for: es-abstract@1.18.0 want: ^1.0.0
npm sill fetch manifest is-date-object@^1.0.1
npm sill fetch manifest is-symbol@^1.0.2
npm sill fetch manifest has-bigints@^1.0.1
npm sill fetch manifest which-boxed-primitive@^1.0.2
npm http fetch GET 200 https://registry.npmjs.org/is-date-object 87ms
npm http fetch GET 200 https://registry.npmjs.org/which-boxed-primitive 86ms
npm http fetch GET 200 https://registry.npmjs.org/is-symbol 88ms
npm http fetch GET 200 https://registry.npmjs.org/has-bigints 107ms
npm timing idealTree:node_modules/es-abstract Completed in 118ms
npm sill placeDep ROOT is-date-object@1.0.4 OK for: es-to-primitive@1.2.1 want: ^1.0.1
npm sill placeDep ROOT is-symbol@1.0.4 OK for: es-to-primitive@1.2.1 want: ^1.0.2
npm timing idealTree:node_modules/es-to-primitive Completed in 3ms
npm timing idealTree:node_modules/get-intrinsic Completed in 0ms
npm timing idealTree:node_modules/has Completed in 0ms
npm timing idealTree:node_modules/is-callable Completed in 0ms
npm timing idealTree:node_modules/is-date-object Completed in 0ms
npm timing idealTree:node_modules/is-negative-zero Completed in 0ms
npm timing idealTree:node_modules/is-regex Completed in 0ms
npm timing idealTree:node_modules/is-string Completed in 0ms
npm timing idealTree:node_modules/is-symbol Completed in 0ms
npm timing idealTree:node_modules/object-inspect Completed in 0ms
npm timing idealTree:node_modules/once Completed in 0ms
npm sill placeDep ROOT p-limit@2.3.0 OK for: p-locate@3.0.0 want: ^2.0.0
npm sill fetch manifest p-try@^2.0.0
npm http fetch GET 200 https://registry.npmjs.org/p-try 65ms
npm timing idealTree:node_modules/p-locate Completed in 67ms
npm sill placeDep ROOT p-try@2.2.0 OK for: p-limit@2.3.0 want: ^2.0.0
npm timing idealTree:node_modules/p-limit Completed in 1ms
npm timing idealTree:node_modules/p-try Completed in 0ms
npm timing idealTree:node_modules/path-exists Completed in 0ms
npm timing idealTree:node_modules/path-is-absolute Completed in 0ms
npm timing idealTree:node_modules/pathval Completed in 0ms
npm timing idealTree:node_modules/semver Completed in 0ms
npm timing idealTree:node_modules/sprintf-js Completed in 1ms
npm timing idealTree:node_modules/string.prototype.trimend Completed in 0ms
npm timing idealTree:node_modules/string.prototype.trimstart Completed in 0ms
npm timing idealTree:node_modules/strip-json-comments Completed in 0ms
npm sill placeDep ROOT has-flag@3.0.0 OK for: supports-color@6.0.0 want: ^3.0.0
npm timing idealTree:node_modules/supports-color Completed in 1ms
npm timing idealTree:node_modules/has-flag Completed in 0ms
npm sill placeDep ROOT commander@2.20.3 OK for: terser@3.17.0 want: ^2.19.0
npm sill placeDep ROOT source-map@0.6.1 OK for: terser@3.17.0 want: ~0.6.1
npm sill placeDep ROOT source-map-support@0.5.19 OK for: terser@3.17.0 want: ~0.5.10
npm sill fetch manifest buffer-from@^1.0.0
npm http fetch GET 200 https://registry.npmjs.org/buffer-from 67ms
npm timing idealTree:node_modules/terser Completed in 72ms
npm timing idealTree:node_modules/commander Completed in 0ms
npm timing idealTree:node_modules/source-map Completed in 0ms
npm sill placeDep ROOT buffer-from@1.1.1 OK for: source-map-support@0.5.19 want: ^1.0.0
npm timing idealTree:node_modules/source-map-support Completed in 1ms
npm timing idealTree:node_modules/buffer-from Completed in 1ms
npm timing idealTree:node_modules/type-detect Completed in 0ms
npm sill placeDep ROOT has-bigints@1.0.1 OK for: unbox-primitive@1.0.1 want: ^1.0.1
npm sill placeDep ROOT which-boxed-primitive@1.0.2 OK for: unbox-primitive@1.0.1 want: ^1.0.2
npm sill fetch manifest is-bigint@^1.0.1
npm sill fetch manifest is-boolean-object@^1.1.0
npm sill fetch manifest is-number-object@^1.0.4
npm http fetch GET 200 https://registry.npmjs.org/is-boolean-object 102ms
npm http fetch GET 200 https://registry.npmjs.org/is-number-object 103ms
npm http fetch GET 200 https://registry.npmjs.org/is-bigint 105ms
npm timing idealTree:node_modules/unbox-primitive Completed in 107ms
npm timing idealTree:node_modules/has-bigints Completed in 0ms
npm sill placeDep ROOT isexe@2.0.0 OK for: which@1.3.1 want: ^2.0.0
npm timing idealTree:node_modules/which Completed in 1ms
npm timing idealTree:node_modules/isexe Completed in 0ms
npm sill placeDep ROOT is-bigint@1.0.2 OK for: which-boxed-primitive@1.0.2 want: ^1.0.1
npm sill placeDep ROOT is-boolean-object@1.1.1 OK for: which-boxed-primitive@1.0.2 want: ^1.1.0
npm sill placeDep ROOT is-number-object@1.0.5 OK for: which-boxed-primitive@1.0.2 want: ^1.0.4
npm timing idealTree:node_modules/which-boxed-primitive Completed in 3ms
npm timing idealTree:node_modules/is-bigint Completed in 0ms
npm timing idealTree:node_modules/is-boolean-object Completed in 0ms
npm timing idealTree:node_modules/is-number-object Completed in 0ms
npm sill placeDep ROOT string-width@2.1.1 OK for: wide-align@1.1.3 want: ^1.0.2 || 2
npm sill fetch manifest is-fullwidth-code-point@^2.0.0
npm sill fetch manifest strip-ansi@^4.0.0
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi 71ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 82ms
npm timing idealTree:node_modules/wide-align Completed in 84ms
npm sill placeDep ROOT is-fullwidth-code-point@2.0.0 OK for: string-width@2.1.1 want: ^2.0.0
npm sill placeDep ROOT strip-ansi@4.0.0 OK for: string-width@2.1.1 want: ^4.0.0
npm sill fetch manifest ansi-regex@^3.0.0
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex 81ms
npm timing idealTree:node_modules/string-width Completed in 84ms
npm timing idealTree:node_modules/is-fullwidth-code-point Completed in 0ms
npm sill placeDep ROOT ansi-regex@3.0.0 OK for: strip-ansi@4.0.0 want: ^3.0.0
npm timing idealTree:node_modules/strip-ansi Completed in 1ms
npm timing idealTree:node_modules/ansi-regex Completed in 0ms
npm timing idealTree:node_modules/wrappy Completed in 0ms
npm sill placeDep ROOT cliui@5.0.0 OK for: yargs@13.3.2 want: ^5.0.0
npm sill placeDep ROOT get-caller-file@2.0.5 OK for: yargs@13.3.2 want: ^2.0.1
npm sill placeDep ROOT require-directory@2.1.1 OK for: yargs@13.3.2 want: ^2.1.1
npm sill placeDep ROOT require-main-filename@2.0.0 OK for: yargs@13.3.2 want: ^2.0.0
npm sill placeDep ROOT set-blocking@2.0.0 OK for: yargs@13.3.2 want: ^2.0.0
npm sill placeDep node_modules/yargs string-width@3.1.0 OK for: yargs@13.3.2 want: ^3.0.0
npm sill placeDep ROOT which-module@2.0.0 OK for: yargs@13.3.2 want: ^2.0.0
npm sill placeDep ROOT y18n@4.0.3 OK for: yargs@13.3.2 want: ^4.0.0
npm sill fetch manifest string-width@^3.1.0
npm sill fetch manifest strip-ansi@^5.2.0
npm sill fetch manifest wrap-ansi@^5.1.0
npm sill fetch manifest emoji-regex@^7.0.1
npm sill fetch manifest strip-ansi@^5.1.0
npm http fetch GET 200 https://registry.npmjs.org/emoji-regex 82ms
npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi 86ms
npm timing idealTree:node_modules/yargs Completed in 100ms
npm sill placeDep node_modules/cliui string-width@3.1.0 OK for: cliui@5.0.0 want: ^3.1.0
npm sill placeDep node_modules/cliui strip-ansi@5.2.0 OK for: cliui@5.0.0 want: ^5.2.0
npm sill placeDep ROOT wrap-ansi@5.1.0 OK for: cliui@5.0.0 want: ^5.1.0
npm sill fetch manifest ansi-regex@^4.1.0
npm sill fetch manifest strip-ansi@^5.0.0
npm timing idealTree:node_modules/cliui Completed in 5ms
npm timing idealTree:node_modules/get-caller-file Completed in 0ms
npm timing idealTree:node_modules/require-directory Completed in 0ms
npm timing idealTree:node_modules/require-main-filename Completed in 0ms
npm timing idealTree:node_modules/set-blocking Completed in 0ms
npm timing idealTree:node_modules/which-module Completed in 0ms
npm sill placeDep node_modules/wrap-ansi string-width@3.1.0 OK for: wrap-ansi@5.1.0 want: ^3.0.0
npm sill placeDep node_modules/wrap-ansi strip-ansi@5.2.0 OK for: wrap-ansi@5.1.0 want: ^5.0.0
npm timing idealTree:node_modules/wrap-ansi Completed in 2ms
npm timing idealTree:node_modules/y18n Completed in 0ms
npm sill placeDep ROOT camelcase@5.3.1 OK for: yargs-parser@13.1.2 want: ^5.0.0
npm sill placeDep ROOT decamelize@1.2.0 OK for: yargs-parser@13.1.2 want: ^1.2.0
npm timing idealTree:node_modules/yargs-parser Completed in 2ms
npm timing idealTree:node_modules/camelcase Completed in 0ms
npm timing idealTree:node_modules/decamelize Completed in 0ms
npm sill placeDep ROOT flat@4.1.1 OK for: yargs-unparser@1.6.0 want: ^4.1.0
npm sill placeDep ROOT lodash@4.17.21 OK for: yargs-unparser@1.6.0 want: ^4.17.15
npm sill fetch manifest is-buffer@~2.0.3
npm http fetch GET 200 https://registry.npmjs.org/is-buffer 86ms
npm timing idealTree:node_modules/yargs-unparser Completed in 89ms
npm sill placeDep ROOT is-buffer@2.0.5 OK for: flat@4.1.1 want: ~2.0.3
npm timing idealTree:node_modules/flat Completed in 3ms
npm timing idealTree:node_modules/is-buffer Completed in 0ms
npm timing idealTree:node_modules/lodash Completed in 0ms
npm timing idealTree:node_modules/chalk/node_modules/supports-color Completed in 0ms
npm sill placeDep ROOT emoji-regex@7.0.3 OK for: string-width@3.1.0 want: ^7.0.1
npm timing idealTree:node_modules/cliui/node_modules/string-width Completed in 1ms
npm timing idealTree:node_modules/emoji-regex Completed in 0ms
npm sill placeDep node_modules/cliui ansi-regex@4.1.0 OK for: strip-ansi@5.2.0 want: ^4.1.0
npm timing idealTree:node_modules/cliui/node_modules/strip-ansi Completed in 1ms
npm timing idealTree:node_modules/cliui/node_modules/ansi-regex Completed in 0ms
npm timing idealTree:node_modules/es-abstract/node_modules/object.assign Completed in 0ms
npm timing idealTree:node_modules/wrap-ansi/node_modules/string-width Completed in 0ms
npm sill placeDep node_modules/wrap-ansi ansi-regex@4.1.0 OK for: strip-ansi@5.2.0 want: ^4.1.0
npm timing idealTree:node_modules/wrap-ansi/node_modules/strip-ansi Completed in 1ms
npm timing idealTree:node_modules/wrap-ansi/node_modules/ansi-regex Completed in 0ms
npm sill placeDep node_modules/yargs strip-ansi@5.2.0 OK for: string-width@3.1.0 want: ^5.1.0
npm timing idealTree:node_modules/yargs/node_modules/string-width Completed in 1ms
npm sill placeDep node_modules/yargs ansi-regex@4.1.0 OK for: strip-ansi@5.2.0 want: ^4.1.0
npm timing idealTree:node_modules/yargs/node_modules/strip-ansi Completed in 1ms
npm timing idealTree:node_modules/yargs/node_modules/ansi-regex Completed in 0ms
npm timing idealTree:buildDeps Completed in 3196ms
npm timing idealTree:fixDepFlags Completed in 1ms
npm timing idealTree Completed in 3216ms
npm timing reify:loadTrees Completed in 3218ms
npm timing reify:diffTrees Completed in 3ms
npm sill reify moves {}
npm timing reify:retireShallow Completed in 0ms
npm timing reify:createSparse Completed in 46ms
npm timing reify:loadBundles Completed in 0ms
npm sill tarball no local data for emoji-regex@https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz. Extracting by manifest.
npm sill tarball no local data for is-buffer@https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz. Extracting by manifest.
npm sill tarball no local data for lodash@https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz. Extracting by manifest.
npm sill tarball no local data for flat@https://registry.npmjs.org/flat/-/flat-4.1.1.tgz. Extracting by manifest.
npm sill tarball no local data for decamelize@https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz. Extracting by manifest.
npm sill tarball no local data for camelcase@https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz. Extracting by manifest.
npm sill tarball no local data for wrap-ansi@https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz. Extracting by manifest.
npm sill tarball no local data for ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz. Extracting by manifest.
npm sill tarball no local data for strip-ansi@https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz. Extracting by manifest.
npm sill tarball no local data for string-width@https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz. Extracting by manifest.
npm sill tarball no local data for y18n@https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz. Extracting by manifest.
npm sill tarball no local data for which-module@https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for set-blocking@https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for require-main-filename@https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for require-directory@https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz. Extracting by manifest.
npm sill tarball no local data for get-caller-file@https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz. Extracting by manifest.
npm sill tarball no local data for cliui@https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz. Extracting by manifest.
npm sill tarball no local data for strip-ansi@https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz. Extracting by manifest.
npm sill tarball no local data for string-width@https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz. Extracting by manifest.
npm sill tarball no local data for ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for strip-ansi@https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for is-fullwidth-code-point@https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for string-width@https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz. Extracting by manifest.
npm sill tarball no local data for is-number-object@https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.5.tgz. Extracting by manifest.
npm sill tarball no local data for is-boolean-object@https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.1.tgz. Extracting by manifest.
npm sill tarball no local data for is-bigint@https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.2.tgz. Extracting by manifest.
npm sill tarball no local data for isexe@https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for which-boxed-primitive@https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz. Extracting by manifest.
npm sill tarball no local data for has-bigints@https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz. Extracting by manifest.
npm sill tarball no local data for buffer-from@https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz. Extracting by manifest.
npm sill tarball no local data for source-map-support@https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz. Extracting by manifest.
npm sill tarball no local data for source-map@https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz. Extracting by manifest.
npm sill tarball no local data for commander@https://registry.npmjs.org/commander/-/commander-2.20.3.tgz. Extracting by manifest.
npm sill tarball no local data for has-flag@https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for p-try@https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz. Extracting by manifest.
npm sill tarball no local data for p-limit@https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz. Extracting by manifest.
npm sill tarball no local data for is-symbol@https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz. Extracting by manifest.
npm sill tarball no local data for is-date-object@https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.4.tgz. Extracting by manifest.
npm sill tarball no local data for unbox-primitive@https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz. Extracting by manifest.
npm sill tarball no local data for string.prototype.trimstart@https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz. Extracting by manifest.
npm sill tarball no local data for string.prototype.trimend@https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz. Extracting by manifest.
npm sill tarball no local data for object-inspect@https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz. Extracting by manifest.
npm sill tarball no local data for is-string@https://registry.npmjs.org/is-string/-/is-string-1.0.6.tgz. Extracting by manifest.
npm sill tarball no local data for is-regex@https://registry.npmjs.org/is-regex/-/is-regex-1.1.3.tgz. Extracting by manifest.
npm sill tarball no local data for is-negative-zero@https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz. Extracting by manifest.
npm sill tarball no local data for has@https://registry.npmjs.org/has/-/has-1.0.3.tgz. Extracting by manifest.
npm sill tarball no local data for es-to-primitive@https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz. Extracting by manifest.
npm sill tarball no local data for es-abstract@https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz. Extracting by manifest.
npm sill tarball no local data for get-intrinsic@https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz. Extracting by manifest.
npm sill tarball no local data for object.assign@https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz. Extracting by manifest.
npm sill tarball no local data for call-bind@https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz. Extracting by manifest.
npm sill tarball no local data for object-keys@https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz. Extracting by manifest.
npm sill tarball no local data for has-symbols@https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz. Extracting by manifest.
npm sill tarball no local data for function-bind@https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz. Extracting by manifest.
npm sill tarball no local data for define-properties@https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz. Extracting by manifest.
npm sill tarball no local data for semver@https://registry.npmjs.org/semver/-/semver-5.7.1.tgz. Extracting by manifest.
npm sill tarball no local data for object.getownpropertydescriptors@https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz. Extracting by manifest.
npm sill tarball no local data for minimist@https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz. Extracting by manifest.
npm sill tarball no local data for concat-map@https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz. Extracting by manifest.
npm sill tarball no local data for balanced-match@https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz. Extracting by manifest.
npm sill tarball no local data for brace-expansion@https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz. Extracting by manifest.
npm sill tarball no local data for color-convert@https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz. Extracting by manifest.
npm sill tarball no local data for color-name@https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz. Extracting by manifest.
npm sill tarball no local data for ansi-styles@https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz. Extracting by manifest.
npm sill tarball no local data for is-callable@https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz. Extracting by manifest.
npm sill tarball no local data for path-exists@https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for chalk@https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz. Extracting by manifest.
npm sill tarball no local data for supports-color@https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz. Extracting by manifest.
npm sill tarball no local data for p-locate@https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for argparse@https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz. Extracting by manifest.
npm sill tarball no local data for wrappy@https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz. Extracting by manifest.
npm sill tarball no local data for sprintf-js@https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz. Extracting by manifest.
npm sill tarball no local data for path-is-absolute@https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz. Extracting by manifest.
npm sill tarball no local data for once@https://registry.npmjs.org/once/-/once-1.4.0.tgz. Extracting by manifest.
npm sill tarball no local data for inherits@https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz. Extracting by manifest.
npm sill tarball no local data for esprima@https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz. Extracting by manifest.
npm sill tarball no local data for inflight@https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz. Extracting by manifest.
npm sill tarball no local data for yargs-unparser@https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz. Extracting by manifest.
npm sill tarball no local data for fs.realpath@https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for locate-path@https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for yargs-parser@https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz. Extracting by manifest.
npm sill tarball no local data for yargs@https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz. Extracting by manifest.
npm sill tarball no local data for string-width@https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz. Extracting by manifest.
npm sill tarball no local data for wide-align@https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz. Extracting by manifest.
npm sill tarball no local data for ansi-regex@https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz. Extracting by manifest.
npm sill tarball no local data for strip-ansi@https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz. Extracting by manifest.
npm sill tarball no local data for which@https://registry.npmjs.org/which/-/which-1.3.1.tgz. Extracting by manifest.
npm sill tarball no local data for supports-color@https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for object.assign@https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz. Extracting by manifest.
npm sill tarball no local data for strip-json-comments@https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz. Extracting by manifest.
npm sill tarball no local data for ms@https://registry.npmjs.org/ms/-/ms-2.1.1.tgz. Extracting by manifest.
npm sill tarball no local data for node-environment-flags@https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz. Extracting by manifest.
npm sill tarball no local data for mkdirp@https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.4.tgz. Extracting by manifest.
npm sill tarball no local data for log-symbols@https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz. Extracting by manifest.
npm sill tarball no local data for minimatch@https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz. Extracting by manifest.
npm sill tarball no local data for js-yaml@https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz. Extracting by manifest.
npm sill tarball no local data for glob@https://registry.npmjs.org/glob/-/glob-7.1.3.tgz. Extracting by manifest.
npm sill tarball no local data for growl@https://registry.npmjs.org/growl/-/growl-1.10.5.tgz. Extracting by manifest.
npm sill tarball no local data for he@https://registry.npmjs.org/he/-/he-1.2.0.tgz. Extracting by manifest.
npm sill tarball no local data for find-up@https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for diff@https://registry.npmjs.org/diff/-/diff-3.5.0.tgz. Extracting by manifest.
npm sill tarball no local data for escape-string-regexp@https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz. Extracting by manifest.
npm sill tarball no local data for debug@https://registry.npmjs.org/debug/-/debug-3.2.6.tgz. Extracting by manifest.
npm sill tarball no local data for ansi-colors@https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz. Extracting by manifest.
npm sill tarball no local data for type-detect@https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz. Extracting by manifest.
npm sill tarball no local data for get-func-name@https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz. Extracting by manifest.
npm sill tarball no local data for pathval@https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz. Extracting by manifest.
npm sill tarball no local data for browser-stdout@https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz. Extracting by manifest.
npm sill tarball no local data for deep-eql@https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz. Extracting by manifest.
npm sill tarball no local data for assertion-error@https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz. Extracting by manifest.
npm sill tarball no local data for check-error@https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz. Extracting by manifest.
npm sill tarball no local data for mocha@https://registry.npmjs.org/mocha/-/mocha-6.2.3.tgz. Extracting by manifest.
npm sill tarball no local data for terser@https://registry.npmjs.org/terser/-/terser-3.17.0.tgz. Extracting by manifest.
npm sill tarball no local data for chai@https://registry.npmjs.org/chai/-/chai-4.3.4.tgz. Extracting by manifest.
npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 644ms
npm timing auditReport:getReport Completed in 646ms
npm timing auditReport:init Completed in 0ms
npm timing reify:audit Completed in 646ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz 672ms
npm timing reifyNode:node_modules/wrap-ansi/node_modules/string-width Completed in 771ms
npm http fetch GET 200 https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz 746ms
npm timing reifyNode:node_modules/decamelize Completed in 827ms
npm http fetch GET 200 https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz 724ms
npm timing reifyNode:node_modules/which-module Completed in 828ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.5.tgz 776ms
npm timing reifyNode:node_modules/is-buffer Completed in 845ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz 765ms
npm timing reifyNode:node_modules/camelcase Completed in 848ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz 758ms
npm timing reifyNode:node_modules/wrap-ansi/node_modules/strip-ansi Completed in 849ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz 771ms
npm timing reifyNode:node_modules/wrap-ansi/node_modules/ansi-regex Completed in 859ms
npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz 777ms
npm timing reifyNode:node_modules/wrap-ansi Completed in 863ms
npm http fetch GET 200 https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz 761ms
npm timing reifyNode:node_modules/set-blocking Completed in 868ms
npm http fetch GET 200 https://registry.npmjs.org/flat/-/flat-4.1.1.tgz 794ms
npm timing reifyNode:node_modules/flat Completed in 872ms
npm http fetch GET 200 https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz 814ms
npm timing reifyNode:node_modules/emoji-regex Completed in 879ms
npm http fetch GET 200 https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz 780ms
npm timing reifyNode:node_modules/y18n Completed in 881ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz 751ms
npm timing reifyNode:node_modules/cliui/node_modules/string-width Completed in 885ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz 787ms
npm timing reifyNode:node_modules/cliui/node_modules/ansi-regex Completed in 913ms
npm http fetch GET 200 https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz 818ms
npm timing reifyNode:node_modules/get-caller-file Completed in 940ms
npm http fetch GET 200 https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz 834ms
npm timing reifyNode:node_modules/require-main-filename Completed in 943ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz 805ms
npm timing reifyNode:node_modules/ansi-regex Completed in 946ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz 860ms
npm timing reifyNode:node_modules/cliui/node_modules/strip-ansi Completed in 989ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz 812ms
npm timing reifyNode:node_modules/buffer-from Completed in 1016ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz 924ms
npm timing reifyNode:node_modules/is-fullwidth-code-point Completed in 1069ms
npm http fetch GET 200 https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz 969ms
npm timing reifyNode:node_modules/cliui Completed in 1093ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz 949ms
npm timing reifyNode:node_modules/string-width Completed in 1095ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz 976ms
npm timing reifyNode:node_modules/strip-ansi Completed in 1118ms
npm http fetch GET 200 https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz 1021ms
npm timing reifyNode:node_modules/require-directory Completed in 1139ms
npm http fetch GET 200 https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz 992ms
npm timing reifyNode:node_modules/p-limit Completed in 1213ms
npm http fetch GET 200 https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz 972ms
npm http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz 1050ms
npm timing reifyNode:node_modules/has-flag Completed in 1264ms
npm http fetch GET 200 https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz 1061ms
npm http fetch GET 200 https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz 1139ms
npm timing reifyNode:node_modules/isexe Completed in 1324ms
npm http fetch GET 200 https://registry.npmjs.org/has/-/has-1.0.3.tgz 1108ms
npm timing reifyNode:node_modules/has Completed in 1362ms
npm http fetch GET 200 https://registry.npmjs.org/is-string/-/is-string-1.0.6.tgz 1121ms
npm timing reifyNode:node_modules/is-string Completed in 1366ms
npm http fetch GET 200 https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.1.tgz 1228ms
npm timing reifyNode:node_modules/is-boolean-object Completed in 1392ms
npm http fetch GET 200 https://registry.npmjs.org/commander/-/commander-2.20.3.tgz 1198ms
npm timing reifyNode:node_modules/commander Completed in 1409ms
npm http fetch GET 200 https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz 1165ms
npm timing reifyNode:node_modules/get-intrinsic Completed in 1431ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz 1136ms
npm timing reifyNode:node_modules/ansi-styles Completed in 1454ms
npm http fetch GET 200 https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.5.tgz 1338ms
npm timing reifyNode:node_modules/is-number-object Completed in 1487ms
npm http fetch GET 200 https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz 1289ms
npm timing reifyNode:node_modules/has-bigints Completed in 1490ms
npm http fetch GET 200 https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz 1203ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 1159ms
npm timing reifyNode:node_modules/wrappy Completed in 1499ms
npm http fetch GET 200 https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz 1167ms
npm timing reifyNode:node_modules/p-locate Completed in 1501ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz 1307ms
npm timing reifyNode:node_modules/source-map-support Completed in 1513ms
npm http fetch GET 200 https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz 1299ms
npm timing reifyNode:node_modules/p-try Completed in 1516ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz 1219ms
npm timing reifyNode:node_modules/brace-expansion Completed in 1524ms
npm http fetch GET 200 https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz 1214ms
npm timing reifyNode:node_modules/color-convert Completed in 1526ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz 1248ms
npm timing reifyNode:node_modules/balanced-match Completed in 1549ms
npm http fetch GET 200 https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz 1229ms
npm timing reifyNode:node_modules/path-exists Completed in 1552ms
npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz 1223ms
npm timing reifyNode:node_modules/chalk/node_modules/supports-color Completed in 1554ms
npm http fetch GET 200 https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz 1372ms
npm timing reifyNode:node_modules/which-boxed-primitive Completed in 1570ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 1274ms
npm timing reifyNode:node_modules/concat-map Completed in 1573ms
npm http fetch GET 200 https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.2.tgz 1410ms
npm timing reifyNode:node_modules/is-bigint Completed in 1585ms
npm http fetch GET 200 https://registry.npmjs.org/is-regex/-/is-regex-1.1.3.tgz 1339ms
npm timing reifyNode:node_modules/is-regex Completed in 1588ms
npm timing reifyNode:node_modules/es-to-primitive Completed in 1588ms
npm timing reifyNode:node_modules/object.getownpropertydescriptors Completed in 1588ms
npm http fetch GET 200 https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz 1222ms
npm timing reifyNode:node_modules/locate-path Completed in 1604ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz 1215ms
npm timing reifyNode:node_modules/yargs/node_modules/string-width Completed in 1607ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz 1202ms
npm timing reifyNode:node_modules/yargs/node_modules/ansi-regex Completed in 1610ms
npm http fetch GET 200 https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz 1213ms
npm timing reifyNode:node_modules/wide-align Completed in 1617ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz 1209ms
npm timing reifyNode:node_modules/yargs/node_modules/strip-ansi Completed in 1620ms
npm http fetch GET 200 https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz 1288ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz 1286ms
npm timing reifyNode:node_modules/inherits Completed in 1643ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 1292ms
npm timing reifyNode:node_modules/once Completed in 1646ms
npm http fetch GET 200 https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz 1432ms
npm timing reifyNode:node_modules/is-symbol Completed in 1656ms
npm http fetch GET 200 https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.4.tgz 1433ms
npm timing reifyNode:node_modules/is-date-object Completed in 1662ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 1325ms
npm timing reifyNode:node_modules/path-is-absolute Completed in 1675ms
npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-6.0.0.tgz 1260ms
npm timing reifyNode:node_modules/supports-color Completed in 1679ms
npm http fetch GET 200 https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz 1236ms
npm timing reifyNode:node_modules/log-symbols Completed in 1681ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.4.tgz 1255ms
npm WARN deprecated mkdirp@0.5.4: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm timing reifyNode:node_modules/mkdirp Completed in 1697ms
npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz 1379ms
npm timing reifyNode:node_modules/chalk Completed in 1705ms
npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 1349ms
npm timing reifyNode:node_modules/inflight Completed in 1712ms
npm http fetch GET 200 https://registry.npmjs.org/which/-/which-1.3.1.tgz 1300ms
npm timing reifyNode:node_modules/which Completed in 1715ms
npm http fetch GET 200 https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz 1409ms
npm timing reifyNode:node_modules/color-name Completed in 1723ms
npm http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.1.1.tgz 1292ms
npm timing reifyNode:node_modules/ms Completed in 1727ms
npm http fetch GET 200 https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz 1297ms
npm timing reifyNode:node_modules/node-environment-flags Completed in 1735ms
npm http fetch GET 200 https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz 1510ms
npm timing reifyNode:node_modules/unbox-primitive Completed in 1742ms
npm http fetch GET 200 https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz 1467ms
npm timing reifyNode:node_modules/object-keys Completed in 1744ms
npm http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz 1279ms
npm timing reifyNode:node_modules/find-up Completed in 1747ms
npm http fetch GET 200 https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz 1238ms
npm timing reifyNode:node_modules/pathval Completed in 1755ms
npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.7.1.tgz 1473ms
npm timing reifyNode:node_modules/semver Completed in 1762ms
npm http fetch GET 200 https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz 1481ms
npm timing reifyNode:node_modules/function-bind Completed in 1764ms
npm http fetch GET 200 https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz 1216ms
npm timing reifyNode:node_modules/assertion-error Completed in 1772ms
npm http fetch GET 200 https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz 1538ms
npm timing reifyNode:node_modules/string.prototype.trimend Completed in 1778ms
npm http fetch GET 200 https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz 1507ms
npm timing reifyNode:node_modules/call-bind Completed in 1781ms
npm timing reifyNode:node_modules/sprintf-js Completed in 1781ms
npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz 1360ms
npm timing reifyNode:node_modules/strip-json-comments Completed in 1791ms
npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz 1312ms
npm timing reifyNode:node_modules/escape-string-regexp Completed in 1793ms
npm http fetch GET 200 https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz 1413ms
npm timing reifyNode:node_modules/yargs-parser Completed in 1799ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 1347ms
npm timing reifyNode:node_modules/minimatch Completed in 1801ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.3.tgz 1317ms
npm timing reifyNode:node_modules/ansi-colors Completed in 1805ms
npm http fetch GET 200 https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz 1282ms
npm timing reifyNode:node_modules/browser-stdout Completed in 1810ms
npm http fetch GET 200 https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz 1309ms
npm timing reifyNode:node_modules/get-func-name Completed in 1813ms
npm http fetch GET 200 https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz 1533ms
npm timing reifyNode:node_modules/define-properties Completed in 1818ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 1443ms
npm timing reifyNode:node_modules/fs.realpath Completed in 1821ms
npm http fetch GET 200 https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz 1593ms
npm timing reifyNode:node_modules/string.prototype.trimstart Completed in 1831ms
npm http fetch GET 200 https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.6.0.tgz 1466ms
npm timing reifyNode:node_modules/yargs-unparser Completed in 1833ms
npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.3.tgz 1376ms
npm timing reifyNode:node_modules/glob Completed in 1835ms
npm http fetch GET 200 https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz 1595ms
npm timing reifyNode:node_modules/is-negative-zero Completed in 1846ms
npm timing reifyNode:node_modules/object-inspect Completed in 1846ms
npm http fetch GET 200 https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz 1567ms
npm timing reifyNode:node_modules/has-symbols Completed in 1848ms
npm http fetch GET 200 https://registry.npmjs.org/he/-/he-1.2.0.tgz 1394ms
npm timing reifyNode:node_modules/he Completed in 1859ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz 1570ms
npm timing reifyNode:node_modules/minimist Completed in 1867ms
npm http fetch GET 200 https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz 1549ms
npm timing reifyNode:node_modules/is-callable Completed in 1870ms
npm http fetch GET 200 https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz 1321ms
npm timing reifyNode:node_modules/deep-eql Completed in 1873ms
npm http fetch GET 200 https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz 1391ms
npm timing reifyNode:node_modules/type-detect Completed in 1881ms
npm http fetch GET 200 https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz 1343ms
npm timing reifyNode:node_modules/check-error Completed in 1907ms
npm http fetch GET 200 https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz 1655ms
npm timing reifyNode:node_modules/es-abstract/node_modules/object.assign Completed in 1923ms
npm http fetch GET 200 https://registry.npmjs.org/growl/-/growl-1.10.5.tgz 1467ms
npm timing reifyNode:node_modules/growl Completed in 1929ms
npm http fetch GET 200 https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz 1591ms
npm timing reifyNode:node_modules/esprima Completed in 1952ms
npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-3.2.6.tgz 1470ms
npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm timing reifyNode:node_modules/debug Completed in 1955ms
npm http fetch GET 200 https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz 1544ms
npm timing reifyNode:node_modules/object.assign Completed in 1964ms
npm http fetch GET 200 https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz 1682ms
npm timing reifyNode:node_modules/argparse Completed in 2020ms
npm http fetch GET 200 https://registry.npmjs.org/js-yaml/-/js-yaml-3.13.1.tgz 1654ms
npm timing reifyNode:node_modules/js-yaml Completed in 2111ms
npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz 1743ms
npm timing reifyNode:node_modules/yargs Completed in 2132ms
npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz 1945ms
npm timing reifyNode:node_modules/source-map Completed in 2153ms
npm http fetch GET 200 https://registry.npmjs.org/diff/-/diff-3.5.0.tgz 1696ms
npm timing reifyNode:node_modules/diff Completed in 2173ms
npm http fetch GET 200 https://registry.npmjs.org/chai/-/chai-4.3.4.tgz 1653ms
npm timing reifyNode:node_modules/chai Completed in 2233ms
npm http fetch GET 200 https://registry.npmjs.org/mocha/-/mocha-6.2.3.tgz 1692ms
npm timing reifyNode:node_modules/mocha Completed in 2260ms
npm http fetch GET 200 https://registry.npmjs.org/terser/-/terser-3.17.0.tgz 1794ms
npm timing reifyNode:node_modules/terser Completed in 2368ms
npm http fetch GET 200 https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz 2470ms
npm timing reifyNode:node_modules/es-abstract Completed in 2733ms
npm http fetch GET 200 https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz 2685ms
npm timing reifyNode:node_modules/lodash Completed in 2761ms
npm timing reify:unpack Completed in 2761ms
npm timing reify:unretire Completed in 1ms
npm timing build:queue Completed in 6ms
npm timing build:link:node_modules/esprima Completed in 8ms
npm timing build:link:node_modules/flat Completed in 7ms
npm timing build:link:node_modules/he Completed in 7ms
npm timing build:link:node_modules/js-yaml Completed in 7ms
npm timing build:link:node_modules/mkdirp Completed in 7ms
npm timing build:link:node_modules/semver Completed in 7ms
npm timing build:link:node_modules/terser Completed in 6ms
npm timing build:link:node_modules/which Completed in 6ms
npm timing build:link:node_modules/mocha Completed in 7ms
npm timing build:link Completed in 9ms
npm timing build:deps Completed in 16ms
npm timing build Completed in 17ms
npm timing reify:build Completed in 17ms
npm timing reify:trash Completed in 0ms
npm timing reify:save Completed in 28ms
npm timing reify Completed in 6085ms
npm sill ADD node_modules/emoji-regex
npm sill ADD node_modules/is-buffer
npm sill ADD node_modules/lodash
npm sill ADD node_modules/flat
npm sill ADD node_modules/decamelize
npm sill ADD node_modules/camelcase
npm sill ADD node_modules/wrap-ansi
npm sill ADD node_modules/wrap-ansi/node_modules/ansi-regex
npm sill ADD node_modules/wrap-ansi/node_modules/strip-ansi
npm sill ADD node_modules/wrap-ansi/node_modules/string-width
npm sill ADD node_modules/y18n
npm sill ADD node_modules/which-module
npm sill ADD node_modules/set-blocking
npm sill ADD node_modules/require-main-filename
npm sill ADD node_modules/require-directory
npm sill ADD node_modules/get-caller-file
npm sill ADD node_modules/cliui
npm sill ADD node_modules/cliui/node_modules/ansi-regex
npm sill ADD node_modules/cliui/node_modules/strip-ansi
npm sill ADD node_modules/cliui/node_modules/string-width
npm sill ADD node_modules/ansi-regex
npm sill ADD node_modules/strip-ansi
npm sill ADD node_modules/is-fullwidth-code-point
npm sill ADD node_modules/string-width
npm sill ADD node_modules/is-number-object
npm sill ADD node_modules/is-boolean-object
npm sill ADD node_modules/is-bigint
npm sill ADD node_modules/isexe
npm sill ADD node_modules/which-boxed-primitive
npm sill ADD node_modules/has-bigints
npm sill ADD node_modules/buffer-from
npm sill ADD node_modules/source-map-support
npm sill ADD node_modules/source-map
npm sill ADD node_modules/commander
npm sill ADD node_modules/has-flag
npm sill ADD node_modules/p-try
npm sill ADD node_modules/p-limit
npm sill ADD node_modules/is-symbol
npm sill ADD node_modules/is-date-object
npm sill ADD node_modules/unbox-primitive
npm sill ADD node_modules/string.prototype.trimstart
npm sill ADD node_modules/string.prototype.trimend
npm sill ADD node_modules/object-inspect
npm sill ADD node_modules/is-string
npm sill ADD node_modules/is-regex
npm sill ADD node_modules/is-negative-zero
npm sill ADD node_modules/is-callable
npm sill ADD node_modules/has
npm sill ADD node_modules/es-to-primitive
npm sill ADD node_modules/get-intrinsic
npm sill ADD node_modules/es-abstract
npm sill ADD node_modules/es-abstract/node_modules/object.assign
npm sill ADD node_modules/call-bind
npm sill ADD node_modules/object-keys
npm sill ADD node_modules/has-symbols
npm sill ADD node_modules/function-bind
npm sill ADD node_modules/define-properties
npm sill ADD node_modules/semver
npm sill ADD node_modules/object.getownpropertydescriptors
npm sill ADD node_modules/minimist
npm sill ADD node_modules/concat-map
npm sill ADD node_modules/balanced-match
npm sill ADD node_modules/brace-expansion
npm sill ADD node_modules/color-name
npm sill ADD node_modules/color-convert
npm sill ADD node_modules/ansi-styles
npm sill ADD node_modules/chalk
npm sill ADD node_modules/chalk/node_modules/supports-color
npm sill ADD node_modules/path-exists
npm sill ADD node_modules/p-locate
npm sill ADD node_modules/sprintf-js
npm sill ADD node_modules/esprima
npm sill ADD node_modules/argparse
npm sill ADD node_modules/wrappy
npm sill ADD node_modules/path-is-absolute
npm sill ADD node_modules/once
npm sill ADD node_modules/inherits
npm sill ADD node_modules/inflight
npm sill ADD node_modules/fs.realpath
npm sill ADD node_modules/locate-path
npm sill ADD node_modules/yargs-unparser
npm sill ADD node_modules/yargs-parser
npm sill ADD node_modules/yargs
npm sill ADD node_modules/yargs/node_modules/ansi-regex
npm sill ADD node_modules/yargs/node_modules/strip-ansi
npm sill ADD node_modules/yargs/node_modules/string-width
npm sill ADD node_modules/wide-align
npm sill ADD node_modules/which
npm sill ADD node_modules/supports-color
npm sill ADD node_modules/strip-json-comments
npm sill ADD node_modules/object.assign
npm sill ADD node_modules/node-environment-flags
npm sill ADD node_modules/ms
npm sill ADD node_modules/mkdirp
npm sill ADD node_modules/minimatch
npm sill ADD node_modules/log-symbols
npm sill ADD node_modules/js-yaml
npm sill ADD node_modules/he
npm sill ADD node_modules/growl
npm sill ADD node_modules/glob
npm sill ADD node_modules/find-up
npm sill ADD node_modules/escape-string-regexp
npm sill ADD node_modules/diff
npm sill ADD node_modules/debug
npm sill ADD node_modules/browser-stdout
npm sill ADD node_modules/ansi-colors
npm sill ADD node_modules/type-detect
npm sill ADD node_modules/pathval
npm sill ADD node_modules/get-func-name
npm sill ADD node_modules/deep-eql
npm sill ADD node_modules/check-error
npm sill ADD node_modules/assertion-error
npm sill ADD node_modules/terser
npm sill ADD node_modules/mocha
npm sill ADD node_modules/chai
added 115 packages, and audited 116 packages in 7s
24 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
npm timing command:install Completed in 6099ms
npm notice
npm notice New minor version of npm available! 7.11.2 -> 7.13.0
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v7.13.0>
npm notice Run `npm install -g npm@7.13.0` to update!
npm notice
npm verb exit 0
npm timing npm Completed in 6614ms
npm info ok
2021-05-18 18:26:49 +0200
script/build-wasm
emcc: error: undefined exported symbol: "abort" [-Wundefined] [-Werror]
HOMEBREW_VERSION: 3.1.8
ORIGIN: https://github.com/Homebrew/brew
HEAD: e0bfcdaf258dadaaf8c102d4cb51f23b6fdb2c4c
Last commit: 2 hours ago
Core tap ORIGIN: https://github.com/Homebrew/linuxbrew-core
Core tap HEAD: 8147dfe4c3424dd2d4eda9a1d5a1ba599072e17c
Core tap last commit: 6 hours ago
Core tap branch: master
HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_NO_BOOTSNAP: set
Homebrew Ruby: 2.6.3 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/bin/ruby
CPU: octa-core 64-bit skylake
Clang: 10.0.0 build (parse error)
Git: 2.25.1 => /bin/git
Curl: 7.68.0 => /usr/bin/curl
Kernel: Linux 5.4.72-microsoft-standard-WSL2 x86_64 GNU/Linux
OS: Ubuntu 20.04.2 LTS (focal)
Host glibc: 2.31
/usr/bin/gcc: 9.3.0
/usr/bin/ruby: N/A
glibc: N/A
gcc@5: N/A
xorg: N/A
HOMEBREW_CC: gcc-11
HOMEBREW_CXX: g++-11
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew
HOMEBREW_GIT: git
ACLOCAL_PATH: /home/linuxbrew/.linuxbrew/share/aclocal
PATH: /home/linuxbrew/.linuxbrew/opt/node/libexec/bin:/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/home/linuxbrew/.linuxbrew/opt/emscripten/bin:/home/linuxbrew/.linuxbrew/opt/node/bin:/home/linuxbrew/.linuxbrew/opt/rust/bin:/home/linuxbrew/.linuxbrew/opt/binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin:/home/linuxbrew/.linuxbrew/opt/gcc/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment