User Tools

Site Tools


crypto:chia:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crypto:chia:install [2021/05/12 17:10] petercrypto:chia:install [2021/07/10 11:33] (current) – [Crypto - Chia - Install] peter
Line 2: Line 2:
  
 <code> <code>
-sudo apt-get update +sudo apt update 
-sudo apt-get upgrade -y+sudo apt upgrade -y
  
 # Install Git. # Install Git.
Line 18: Line 18:
 . ./activate . ./activate
  
-The GUI requires you have Ubuntu Desktop or a similar windowing system installed. +If the GUI is going to be used then install it too.
-# You can not install and run the GUI as root +
 sh install-gui.sh sh install-gui.sh
 +</code>
  
 +<WRAP info>
 +**NOTE:** If the GUI is going to be used:
 +
 +<code bash>
 cd chia-blockchain-gui cd chia-blockchain-gui
 npm run electron & npm run electron &
 </code> </code>
 +
 +</WRAP>
  
 ---- ----
 +
 +====== Initialize ======
  
 <code bash> <code bash>
-git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules +chia init 
-Cloning into 'chia-blockchain'... +chia keys add
-remote: Enumerating objects: 43443, done. +
-remote: Counting objects: 100% (1765/1765), done. +
-remote: Compressing objects: 100% (765/765), done. +
-remote: Total 43443 (delta 1235), reused 1382 (delta 998), pack-reused 41678 +
-Receiving objects: 100% (43443/43443), 20.36 MiB | 5.40 MiB/s, done. +
-Resolving deltas: 100% (33189/33189), done. +
-Submodule 'chia-blockchain-gui' (https://github.com/Chia-Network/chia-blockchain-gui.git) registered for path 'chia-blockchain-gui' +
-Submodule 'mozilla-ca' (https://github.com/Chia-Network/mozilla-ca.git) registered for path 'mozilla-ca' +
-Cloning into '/home/peter/chia-blockchain/chia-blockchain-gui'... +
-remote: Enumerating objects: 15658, done.         +
-remote: Counting objects: 100% (123/123), done.         +
-remote: Compressing objects: 100% (103/103), done.         +
-remote: Total 15658 (delta 92), reused 0 (delta 0), pack-reused 15535         +
-Receiving objects: 100% (15658/15658), 9.83 MiB | 1.83 MiB/s, done. +
-Resolving deltas: 100% (9896/9896), done. +
-Cloning into '/home/peter/chia-blockchain/mozilla-ca'... +
-remote: Enumerating objects: 29, done.         +
-remote: Counting objects: 100% (29/29), done.         +
-remote: Compressing objects: 100% (19/19), done.         +
-remote: Total 29 (delta 4), reused 24 (delta 2), pack-reused 0         +
-Submodule path 'chia-blockchain-gui': checked out '7be627b140a5a670a12e38288c03c51f76e1c2bf' +
-Submodule path 'mozilla-ca': checked out '6e8c42b3ef7d4ded22a994f9886e63f0060020bd'+
 </code> </code>
  
-----+<WRAP info> 
 +**NOTE:**  This will prompt for the 24 mnemonic keys.
  
-<code bash> +  * The keys can be found from an existing chia install:  <code bash> 
-cd chia-blockchain/+chia keys show --show-mnemonic-seed 
 +</code>
  
-sh install.sh+  * Keep these keys secure! 
 +</WRAP>
  
-apt-get is /usr/bin/apt-get 
-Installing on Ubuntu/Debian 20.04 LTS 
-[sudo] password for peter:  
-Hit:1 http://ppa.launchpad.net/arunsivaraman/gpuviewer/ubuntu focal InRelease 
-Hit:2 http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal InRelease                             
-Hit:3 http://ppa.launchpad.net/musicbrainz-developers/stable/ubuntu focal InRelease                                             
-Hit:4 https://packages.cisofy.com/community/lynis/deb stable InRelease                                                                                               
-Hit:5 http://dl.google.com/linux/chrome/deb stable InRelease                                                                            
-Get:6 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]            
-Hit:7 http://archive.canonical.com/ubuntu focal InRelease                                       
-Hit:8 http://je.archive.ubuntu.com/ubuntu focal InRelease                                       
-Get:9 http://je.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 
-Get:10 http://je.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] 
-Fetched 324 kB in 1s (292 kB/s)                                       
-Reading package lists... Done 
-Reading package lists... Done 
-Building dependency tree        
-Reading state information... Done 
-python3-distutils is already the newest version (3.8.5-1~20.04.1). 
-python3.8-venv is already the newest version (3.8.5-1~20.04.2). 
-0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade. 
-Python version is 3.8 
-Requirement already satisfied: pip in ./venv/lib/python3.8/site-packages (21.1.1) 
-Requirement already satisfied: wheel in ./venv/lib/python3.8/site-packages (0.36.2) 
-Looking in indexes: https://pypi.org/simple, https://pypi.chia.net/simple/ 
-Collecting miniupnpc==2.1 
-  Downloading https://pypi.chia.net/simple/miniupnpc/miniupnpc-2.1-cp38-cp38-manylinux2010_x86_64.whl (50 kB) 
-     |████████████████████████████████| 50 kB 290 kB/s  
-Installing collected packages: miniupnpc 
-Successfully installed miniupnpc-2.1 
-Looking in indexes: https://pypi.org/simple, https://pypi.chia.net/simple/ 
-Obtaining file:///home/peter/chia-blockchain 
-  Installing build dependencies ... done 
-  Getting requirements to build wheel ... done 
-    Preparing wheel metadata ... done 
-Collecting PyYAML==5.4.1 
-  Downloading PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) 
-     |████████████████████████████████| 662 kB 4.4 MB/s  
-Collecting chiapos==1.0.1 
-  Downloading chiapos-1.0.1-cp38-cp38-manylinux2010_x86_64.whl (336 kB) 
-     |████████████████████████████████| 336 kB 8.8 MB/s  
-Collecting bitstring==3.1.7 
-  Downloading bitstring-3.1.7.tar.gz (195 kB) 
-     |████████████████████████████████| 195 kB 9.2 MB/s  
-Collecting keyrings.cryptfile==1.3.4 
-  Downloading keyrings.cryptfile-1.3.4.tar.gz (17 kB) 
-Collecting websockets==8.1.0 
-  Downloading websockets-8.1-cp38-cp38-manylinux2010_x86_64.whl (78 kB) 
-     |████████████████████████████████| 78 kB 8.3 MB/s  
-Collecting clvm==0.9.6 
-  Downloading clvm-0.9.6-py3-none-any.whl (19 kB) 
-Collecting clvm-tools==0.4.3 
-  Downloading clvm_tools-0.4.3-py3-none-any.whl (36 kB) 
-Collecting aiosqlite==0.17.0 
-  Downloading aiosqlite-0.17.0-py3-none-any.whl (15 kB) 
-Collecting click==7.1.2 
-  Downloading click-7.1.2-py2.py3-none-any.whl (82 kB) 
-     |████████████████████████████████| 82 kB 1.7 MB/s  
-Collecting sortedcontainers==2.3.0 
-  Downloading sortedcontainers-2.3.0-py2.py3-none-any.whl (29 kB) 
-Collecting colorlog==5.0.1 
-  Downloading colorlog-5.0.1-py2.py3-none-any.whl (10 kB) 
-Collecting blspy==1.0.2 
-  Downloading blspy-1.0.2-cp38-cp38-manylinux2010_x86_64.whl (819 kB) 
-     |████████████████████████████████| 819 kB 11.9 MB/s  
-Collecting setproctitle==1.2.2 
-  Downloading setproctitle-1.2.2-cp38-cp38-manylinux1_x86_64.whl (36 kB) 
-Collecting chiabip158==1.0 
-  Downloading chiabip158-1.0-cp38-cp38-manylinux2010_x86_64.whl (2.3 MB) 
-     |████████████████████████████████| 2.3 MB 17.6 MB/s  
-Collecting cryptography==3.4.7 
-  Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB) 
-     |████████████████████████████████| 3.2 MB 35.0 MB/s  
-Collecting aiohttp==3.7.4 
-  Downloading aiohttp-3.7.4-cp38-cp38-manylinux2014_x86_64.whl (1.5 MB) 
-     |████████████████████████████████| 1.5 MB 100.4 MB/s  
-Collecting concurrent-log-handler==0.9.19 
-  Downloading concurrent_log_handler-0.9.19-py2.py3-none-any.whl (18 kB) 
-Collecting chiavdf==1.0.1 
-  Downloading chiavdf-1.0.1-cp38-cp38-manylinux2010_x86_64.whl (452 kB) 
-     |████████████████████████████████| 452 kB 88.7 MB/s  
-Collecting clvm-rs==0.1.7 
-  Downloading clvm_rs-0.1.7-cp38-cp38-manylinux2010_x86_64.whl (647 kB) 
-     |████████████████████████████████| 647 kB 86.0 MB/s  
-Collecting keyring==23.0.1 
-  Downloading keyring-23.0.1-py3-none-any.whl (33 kB) 
-Collecting chardet<4.0,>=2.0 
-  Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 
-     |████████████████████████████████| 133 kB 94.4 MB/s  
-Collecting attrs>=17.3.0 
-  Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB) 
-     |████████████████████████████████| 53 kB 5.6 MB/s  
-Collecting multidict<7.0,>=4.5 
-  Downloading multidict-5.1.0-cp38-cp38-manylinux2014_x86_64.whl (159 kB) 
-     |████████████████████████████████| 159 kB 75.6 MB/s  
-Collecting async-timeout<4.0,>=3.0 
-  Downloading async_timeout-3.0.1-py3-none-any.whl (8.2 kB) 
-Collecting yarl<2.0,>=1.0 
-  Downloading yarl-1.6.3-cp38-cp38-manylinux2014_x86_64.whl (324 kB) 
-     |████████████████████████████████| 324 kB 84.4 MB/s  
-Collecting typing-extensions>=3.6.5 
-  Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB) 
-Requirement already satisfied: wheel in ./venv/lib/python3.8/site-packages (from blspy==1.0.2->chia-blockchain==1.1.5) (0.36.2) 
-Collecting portalocker>=1.4.0 
-  Downloading portalocker-2.3.0-py2.py3-none-any.whl (15 kB) 
-Collecting cffi>=1.12 
-  Downloading cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl (411 kB) 
-     |████████████████████████████████| 411 kB 100.1 MB/s  
-Collecting SecretStorage>=3.2 
-  Downloading SecretStorage-3.3.1-py3-none-any.whl (15 kB) 
-Collecting jeepney>=0.4.2 
-  Downloading jeepney-0.6.0-py3-none-any.whl (45 kB) 
-     |████████████████████████████████| 45 kB 9.1 MB/s  
-Collecting importlib-metadata>=3.6 
-  Downloading importlib_metadata-4.0.1-py3-none-any.whl (16 kB) 
-Collecting argon2_cffi 
-  Downloading argon2_cffi-20.1.0-cp35-abi3-manylinux1_x86_64.whl (97 kB) 
-     |████████████████████████████████| 97 kB 15.0 MB/s  
-Collecting pycryptodome 
-  Downloading pycryptodome-3.10.1-cp35-abi3-manylinux2010_x86_64.whl (1.9 MB) 
-     |████████████████████████████████| 1.9 MB 101.1 MB/s  
-Collecting pycparser 
-  Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB) 
-     |████████████████████████████████| 112 kB 84.3 MB/s  
-Collecting zipp>=0.5 
-  Downloading zipp-3.4.1-py3-none-any.whl (5.2 kB) 
-Collecting idna>=2.0 
-  Downloading idna-3.1-py3-none-any.whl (58 kB) 
-     |████████████████████████████████| 58 kB 14.5 MB/s  
-Collecting six 
-  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 
-Building wheels for collected packages: bitstring, keyrings.cryptfile 
-  Building wheel for bitstring (setup.py) ... done 
-  Created wheel for bitstring: filename=bitstring-3.1.7-py3-none-any.whl size=37947 sha256=6ae634b987ee0a772ff73c2ba38024e023a502fb0257309697ae16ad398f0e9f 
-  Stored in directory: /home/peter/.cache/pip/wheels/6c/2f/25/52effb6e8c69461de76989c5996e836583fa7bbbc7cd539af1 
-  Building wheel for keyrings.cryptfile (setup.py) ... done 
-  Created wheel for keyrings.cryptfile: filename=keyrings.cryptfile-1.3.4-py2.py3-none-any.whl size=14562 sha256=9b591d883ce90cc6d6699c9defd5d2968e68f4a2882f406d07477c3c3013c99e 
-  Stored in directory: /home/peter/.cache/pip/wheels/0f/8c/eb/ff6a1fdb654de532ac13bece4657f33e3a304ae68c1b7054ac 
-Successfully built bitstring keyrings.cryptfile 
-Installing collected packages: pycparser, cffi, zipp, jeepney, cryptography, six, SecretStorage, multidict, importlib-metadata, idna, blspy, yarl, typing-extensions, pycryptodome, portalocker, keyring, clvm, chardet, attrs, async-timeout, argon2-cffi, websockets, sortedcontainers, setproctitle, PyYAML, keyrings.cryptfile, concurrent-log-handler, colorlog, clvm-tools, clvm-rs, click, chiavdf, chiapos, chiabip158, bitstring, aiosqlite, aiohttp, chia-blockchain 
-  Running setup.py develop for chia-blockchain 
-Successfully installed PyYAML-5.4.1 SecretStorage-3.3.1 aiohttp-3.7.4 aiosqlite-0.17.0 argon2-cffi-20.1.0 async-timeout-3.0.1 attrs-21.2.0 bitstring-3.1.7 blspy-1.0.2 cffi-1.14.5 chardet-3.0.4 chia-blockchain-1.1.5 chiabip158-1.0 chiapos-1.0.1 chiavdf-1.0.1 click-7.1.2 clvm-0.9.6 clvm-rs-0.1.7 clvm-tools-0.4.3 colorlog-5.0.1 concurrent-log-handler-0.9.19 cryptography-3.4.7 idna-3.1 importlib-metadata-4.0.1 jeepney-0.6.0 keyring-23.0.1 keyrings.cryptfile-1.3.4 multidict-5.1.0 portalocker-2.3.0 pycparser-2.20 pycryptodome-3.10.1 setproctitle-1.2.2 six-1.16.0 sortedcontainers-2.3.0 typing-extensions-3.10.0.0 websockets-8.1 yarl-1.6.3 zipp-3.4.1 
- 
-Chia blockchain install.sh complete. 
-For assistance join us on Keybase in the #testnet chat channel 
-https://keybase.io/team/chia_network.public 
- 
-Try the Quick Start Guide to running chia-blockchain 
-https://github.com/Chia-Network/chia-blockchain/wiki/Quick-Start-Guide 
- 
-To install the GUI type 'sh install-gui.sh' after '. ./activate' 
- 
-Type '. ./activate' and then 'chia init' to begin 
-</code> 
  
 ---- ----
  
-<code bash> +===== References =====
-. ./activate+
  
-sh install-gui.sh +https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL
- +
-apt-get is /usr/bin/apt-get +
-Reading package lists... Done +
-Building dependency tree        +
-Reading state information... Done +
-libxss1 is already the newest version (1:1.2.3-1). +
-libxss1 set to manually installed. +
-The following additional packages will be installed: +
-  gyp libc-ares2 libjs-inherits libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libnode-dev libnode64 libssl-dev libuv1-dev node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match +
-  node-bcrypt-pbkdf node-bl node-bluebird node-boxen node-brace-expansion node-builtin-modules node-builtins node-cacache node-call-limit node-camelcase node-caseless node-chalk node-chownr node-ci-info node-cli-boxes node-cliui node-clone node-co node-color-convert node-color-name node-colors node-columnify node-combined-stream node-concat-map node-concat-stream +
-  node-config-chain node-configstore node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn node-crypto-random-string node-cyclist node-dashdash node-debug node-decamelize node-decompress-response node-deep-extend node-defaults node-define-properties node-delayed-stream node-delegates node-detect-indent node-detect-newline node-dot-prop +
-  node-duplexer3 node-duplexify node-ecc-jsbn node-editor node-encoding node-end-of-stream node-err-code node-errno node-es6-promise node-escape-string-regexp node-execa node-extend node-extsprintf node-fast-deep-equal node-find-up node-flush-write-stream node-forever-agent node-form-data node-from2 node-fs-vacuum node-fs-write-stream-atomic node-fs.realpath +
-  node-function-bind node-gauge node-genfun node-get-caller-file node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode node-hosted-git-info node-http-signature node-iconv-lite node-iferr node-import-lazy node-imurmurhash node-inflight +
-  node-inherits node-ini node-invert-kv node-ip node-ip-regex node-is-npm node-is-obj node-is-object node-is-path-inside node-is-plain-obj node-is-retry-allowed node-is-stream node-is-typedarray node-isarray node-isexe node-isstream node-isurl node-jsbn node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json-stringify-safe +
-  node-jsonify node-jsonparse node-jsonstream node-jsprim node-latest-version node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile node-lodash node-lodash-packages node-lowercase-keys node-lru-cache node-make-dir node-mem node-mime node-mime-types node-mimic-fn node-mimic-response node-minimatch node-minimist node-mississippi node-mkdirp +
-  node-move-concurrently node-ms node-mute-stream node-nopt node-normalize-package-data node-npm-bundled node-npm-package-arg node-npm-run-path node-npmlog node-number-is-nan node-oauth-sign node-object-assign node-once node-opener node-os-locale node-os-tmpdir node-osenv node-p-cancelable node-p-finally node-p-is-promise node-p-limit node-p-locate node-p-timeout +
-  node-package-json node-parallel-transform node-path-exists node-path-is-absolute node-path-is-inside node-performance-now node-pify node-prepend-http node-process-nextick-args node-promise-inflight node-promise-retry node-promzard node-proto-list node-prr node-pseudomap node-psl node-pump node-pumpify node-punycode node-qs node-qw node-rc node-read node-read-package-json +
-  node-readable-stream node-registry-auth-token node-registry-url node-request node-require-directory node-require-main-filename node-resolve node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff node-set-blocking node-sha node-shebang-command node-shebang-regex node-signal-exit node-slash node-slide node-sorted-object +
-  node-spdx-correct node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift node-strict-uri-encode node-string-decoder node-string-width node-strip-ansi node-strip-eof node-strip-json-comments node-supports-color node-tar node-term-size node-text-table node-through node-through2 +
-  node-timed-out node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray node-typedarray-to-buffer node-uid-number node-unique-filename node-unique-string node-unpipe node-uri-js node-url-parse-lax node-url-to-options node-util-deprecate node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which +
-  node-which-module node-wide-align node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic node-xdg-basedir node-xtend node-y18n node-yallist node-yargs node-yargs-parser nodejs-doc python-pkg-resources +
-Suggested packages: +
-  libssl-doc python-setuptools +
-The following NEW packages will be installed +
-  gyp libc-ares2 libjs-inherits libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libnode-dev libnode64 libssl-dev libuv1-dev node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap node-asn1 node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match +
-  node-bcrypt-pbkdf node-bl node-bluebird node-boxen node-brace-expansion node-builtin-modules node-builtins node-cacache node-call-limit node-camelcase node-caseless node-chalk node-chownr node-ci-info node-cli-boxes node-cliui node-clone node-co node-color-convert node-color-name node-colors node-columnify node-combined-stream node-concat-map node-concat-stream +
-  node-config-chain node-configstore node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn node-crypto-random-string node-cyclist node-dashdash node-debug node-decamelize node-decompress-response node-deep-extend node-defaults node-define-properties node-delayed-stream node-delegates node-detect-indent node-detect-newline node-dot-prop +
-  node-duplexer3 node-duplexify node-ecc-jsbn node-editor node-encoding node-end-of-stream node-err-code node-errno node-es6-promise node-escape-string-regexp node-execa node-extend node-extsprintf node-fast-deep-equal node-find-up node-flush-write-stream node-forever-agent node-form-data node-from2 node-fs-vacuum node-fs-write-stream-atomic node-fs.realpath +
-  node-function-bind node-gauge node-genfun node-get-caller-file node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp node-har-schema node-har-validator node-has-flag node-has-symbol-support-x node-has-to-string-tag-x node-has-unicode node-hosted-git-info node-http-signature node-iconv-lite node-iferr node-import-lazy node-imurmurhash node-inflight +
-  node-inherits node-ini node-invert-kv node-ip node-ip-regex node-is-npm node-is-obj node-is-object node-is-path-inside node-is-plain-obj node-is-retry-allowed node-is-stream node-is-typedarray node-isarray node-isexe node-isstream node-isurl node-jsbn node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify node-json-stringify-safe +
-  node-jsonify node-jsonparse node-jsonstream node-jsprim node-latest-version node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile node-lodash node-lodash-packages node-lowercase-keys node-lru-cache node-make-dir node-mem node-mime node-mime-types node-mimic-fn node-mimic-response node-minimatch node-minimist node-mississippi node-mkdirp +
-  node-move-concurrently node-ms node-mute-stream node-nopt node-normalize-package-data node-npm-bundled node-npm-package-arg node-npm-run-path node-npmlog node-number-is-nan node-oauth-sign node-object-assign node-once node-opener node-os-locale node-os-tmpdir node-osenv node-p-cancelable node-p-finally node-p-is-promise node-p-limit node-p-locate node-p-timeout +
-  node-package-json node-parallel-transform node-path-exists node-path-is-absolute node-path-is-inside node-performance-now node-pify node-prepend-http node-process-nextick-args node-promise-inflight node-promise-retry node-promzard node-proto-list node-prr node-pseudomap node-psl node-pump node-pumpify node-punycode node-qs node-qw node-rc node-read node-read-package-json +
-  node-readable-stream node-registry-auth-token node-registry-url node-request node-require-directory node-require-main-filename node-resolve node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff node-set-blocking node-sha node-shebang-command node-shebang-regex node-signal-exit node-slash node-slide node-sorted-object +
-  node-spdx-correct node-spdx-exceptions node-spdx-expression-parse node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift node-strict-uri-encode node-string-decoder node-string-width node-strip-ansi node-strip-eof node-strip-json-comments node-supports-color node-tar node-term-size node-text-table node-through node-through2 +
-  node-timed-out node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray node-typedarray-to-buffer node-uid-number node-unique-filename node-unique-string node-unpipe node-uri-js node-url-parse-lax node-url-to-options node-util-deprecate node-uuid node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which +
-  node-which-module node-wide-align node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic node-xdg-basedir node-xtend node-y18n node-yallist node-yargs node-yargs-parser nodejs nodejs-doc npm python-pkg-resources +
-0 to upgrade, 290 to newly install, 0 to remove and 0 not to upgrade. +
-Need to get 12.6 MB of archives. +
-After this operation, 67.5 MB of additional disk space will be used. +
-Get:1 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 python-pkg-resources all 44.0.0-2 [129 kB] +
-Get:2 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 gyp all 0.1+20180428git4d467626-3ubuntu1 [237 kB] +
-Get:3 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-is-typedarray all 1.0.0-2 [2,934 B] +
-Get:4 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-psl all 1.7.0+ds-1 [67.2 kB] +
-Get:5 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-typedarray-to-buffer all 3.0.3-3 [3,986 B] +
-Get:6 http://je.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.3 [1,582 kB] +
-Get:7 http://je.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1-dev amd64 1.34.2-1ubuntu1.1 [103 kB] +
-Get:8 http://je.archive.ubuntu.com/ubuntu focal/main amd64 libc-ares2 amd64 1.15.0-1build1 [37.8 kB] +
-Get:9 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 libnode64 amd64 10.19.0~dfsg-3ubuntu1 [5,765 kB] +
-Get:10 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 libnode-dev amd64 10.19.0~dfsg-3ubuntu1 [370 kB] +
-Get:11 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 nodejs amd64 10.19.0~dfsg-3ubuntu1 [61.1 kB] +
-Get:12 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-fast-deep-equal all 1.1.0-1 [4,248 B] +
-Get:13 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonify all 0.0.0-1 [5,440 B] +
-Get:14 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-stable-stringify all 1.0.1-1 [4,498 B] +
-Get:15 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-schema-traverse all 0.3.1-1 [3,968 B] +
-Get:16 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-punycode all 2.1.1-3 [9,432 B] +
-Get:17 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-uri-js all 4.2.2+dfsg-5 [15.6 kB] +
-Get:18 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ajv all 6.10.2-1 [72.2 kB] +
-Get:19 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-clone all 2.1.2-1 [7,924 B] +
-Get:20 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-defaults all 1.0.3-1 [3,142 B] +
-Get:21 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-wcwidth.js all 1.0.0-1 [6,450 B] +
-Get:22 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-regex all 5.0.0-1 [4,736 B] +
-Get:23 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-ansi all 6.0.0-2 [4,092 B] +
-Get:24 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-string-width all 2.1.1-1 [4,104 B] +
-Get:25 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-align all 3.0.0-1 [4,700 B] +
-Get:26 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansistyles all 0.1.3-2 [4,316 B] +
-Get:27 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-aproba all 2.0.0-1 [5,476 B] +
-Get:28 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-delegates all 1.0.0-1 [3,648 B] +
-Get:29 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-inherits all 2.0.4-1 [3,264 B] +
-Get:30 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-inherits all 2.0.4-1 [3,180 B] +
-Get:31 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-core-util-is all 1.0.2-1 [3,436 B] +
-Get:32 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-safe-buffer all 5.2.0-1 [12.6 kB] +
-Get:33 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-string-decoder all 1.2.0-2 [6,596 B] +
-Get:34 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-process-nextick-args all 2.0.0-1 [3,428 B] +
-Get:35 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-util-deprecate all 1.0.2-1 [3,708 B] +
-Get:36 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-isarray all 2.0.5-1 [3,796 B] +
-Get:37 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-readable-stream all 3.4.0-2 [35.4 kB] +
-Get:38 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-are-we-there-yet all 1.1.5-1 [6,876 B] +
-Get:39 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-asap all 2.0.6-2 [13.1 kB] +
-Get:40 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-asn1 all 0.2.3-2 [7,380 B] +
-Get:41 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-assert-plus all 1.0.0-2 [8,912 B] +
-Get:42 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-asynckit all 0.4.0-3 [10.3 kB] +
-Get:43 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-aws-sign2 all 0.7.1-2 [4,176 B] +
-Get:44 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-aws4 all 1.9.0-1 [12.1 kB] +
-Get:45 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-tweetnacl all 1.0.1+dfsg-2 [31.1 kB] +
-Get:46 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-bcrypt-pbkdf all 1.0.2-1 [10.8 kB] +
-Get:47 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-bluebird all 3.5.1+dfsg2-2build1 [36.4 kB] +
-Get:48 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-camelcase all 5.3.1-1 [4,888 B] +
-Get:49 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-color-name all 1.1.3-1 [4,224 B] +
-Get:50 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-color-convert all 1.9.3-1 [9,680 B] +
-Get:51 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-styles all 4.2.1-1 [7,644 B] +
-Get:52 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-escape-string-regexp all 1.0.5-1 [3,262 B] +
-Get:53 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-has-flag all 4.0.0-1 [4,120 B] +
-Get:54 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-supports-color all 6.1.0-2 [5,532 B] +
-Get:55 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-chalk all 2.4.2-1 [12.5 kB] +
-Get:56 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-cli-boxes all 2.2.0-2 [4,220 B] +
-Get:57 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-yallist all 4.0.0-1 [6,612 B] +
-Get:58 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-lru-cache all 5.1.1-5 [8,308 B] +
-Get:59 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-isexe all 2.0.0-4 [4,440 B] +
-Get:60 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-which all 2.0.2-1 [5,472 B] +
-Get:61 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-shebang-regex all 2.0.0-1 [2,776 B] +
-Get:62 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-shebang-command all 1.2.0-1 [2,934 B] +
-Get:63 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-cross-spawn all 5.1.0-2 [8,536 B] +
-Get:64 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-wrappy all 1.0.2-1 [3,162 B] +
-Get:65 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-once all 1.4.0-3 [4,388 B] +
-Get:66 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-end-of-stream all 1.4.4-1 [4,388 B] +
-Get:67 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-pump all 3.0.0-2 [4,820 B] +
-Get:68 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-get-stream all 4.1.0-1 [5,244 B] +
-Get:69 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-stream all 1.1.0-1 [3,046 B] +
-Get:70 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-run-path all 2.0.2-2 [4,448 B] +
-Get:71 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-finally all 1.0.0-2 [3,276 B] +
-Get:72 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-signal-exit all 3.0.2-1 [5,156 B] +
-Get:73 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-eof all 1.0.0-2 [3,040 B] +
-Get:74 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-execa all 0.10.0+dfsg-1 [8,964 B] +
-Get:75 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-term-size all 1.2.0+dfsg-2 [3,984 B] +
-Get:76 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-widest-line all 3.1.0-1 [3,956 B] +
-Get:77 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-boxen all 4.2.0-2 [15.2 kB] +
-Get:78 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-builtin-modules all 3.1.0-1 [4,208 B] +
-Get:79 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-builtins all 1.0.3-1 [2,776 B] +
-Get:80 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-chownr all 1.1.3-3 [4,028 B] +
-Get:81 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-balanced-match all 1.0.0-1 [4,576 B] +
-Get:82 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-concat-map all 0.0.1-2 [4,008 B] +
-Get:83 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-brace-expansion all 1.1.11-1 [6,368 B] +
-Get:84 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-minimatch all 3.0.4-4 [13.7 kB] +
-Get:85 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-fs.realpath all 1.0.0-1 [5,572 B] +
-Get:86 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-inflight all 1.0.6-1 [3,382 B] +
-Get:87 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-path-is-absolute all 2.0.0-1 [3,900 B] +
-Get:88 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-glob all 7.1.6-1 [125 kB] +
-Get:89 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-graceful-fs all 4.2.3-2 [11.4 kB] +
-Get:90 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-typedarray all 0.0.6-1 [8,242 B] +
-Get:91 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-concat-stream all 1.6.2-1 [5,684 B] +
-Get:92 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-shift all 1.0.0-1 [2,884 B] +
-Get:93 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-duplexify all 4.1.1-1 [5,664 B] +
-Get:94 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-flush-write-stream all 2.0.0-2 [4,212 B] +
-Get:95 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-from2 all 2.3.0-1 [4,372 B] +
-Get:96 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-cyclist all 1.0.1-2 [3,652 B] +
-Get:97 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-parallel-transform all 1.1.0-2 [4,172 B] +
-Get:98 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-pumpify all 2.0.1-1 [4,516 B] +
-Get:99 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-each all 1.2.3-1 [4,688 B] +
-Get:100 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-through2 all 3.0.1-2 [6,720 B] +
-Get:101 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-mississippi all 3.0.0-1 [7,804 B] +
-Get:102 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-mkdirp all 0.5.1-2 [5,376 B] +
-Get:103 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-run-queue all 1.0.3-1 [4,540 B] +
-Get:104 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-rimraf all 2.6.3-1 [8,368 B] +
-Get:105 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-imurmurhash all 0.1.4-1 [8,272 B] +
-Get:106 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-iferr all 1.0.2-1 [3,536 B] +
-Get:107 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-fs-write-stream-atomic all 1.0.10-4 [4,860 B] +
-Get:108 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-copy-concurrently all 1.0.5-4 [6,556 B] +
-Get:109 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-move-concurrently all 1.0.1-2 [4,684 B] +
-Get:110 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-promise-inflight all 1.0.1-1 [3,144 B] +
-Get:111 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ssri all 7.1.0-2 [18.7 kB] +
-Get:112 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-unique-filename all 1.1.1+ds-1 [3,832 B] +
-Get:113 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-y18n all 4.0.0-2 [5,476 B] +
-Get:114 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-cacache all 11.3.3-2 [24.3 kB] +
-Get:115 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-call-limit all 1.1.1-1 [4,084 B] +
-Get:116 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-caseless all 0.12.0-1 [3,382 B] +
-Get:117 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ci-info all 2.0.0-1 [6,452 B] +
-Get:118 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-wrap-ansi all 4.0.0-2 [5,576 B] +
-Get:119 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-cliui all 4.1.0-2 [7,336 B] +
-Get:120 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-co all 4.6.0-1 [6,220 B] +
-Get:121 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-colors all 1.4.0-1 [11.8 kB] +
-Get:122 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-columnify all 1.5.4-1 [11.2 kB] +
-Get:123 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-proto-list all 1.2.4-1 [3,088 B] +
-Get:124 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ini all 1.3.5-1 [5,776 B] +
-Get:125 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-config-chain all 1.1.12-1 [8,056 B] +
-Get:126 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-obj all 1.0.1-2 [3,018 B] +
-Get:127 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-dot-prop all 5.2.0-1 [5,052 B] +
-Get:128 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-semver all 7.1.3-1 [31.6 kB] +
-Get:129 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-make-dir all 3.0.2-1 [5,820 B] +
-Get:130 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-crypto-random-string all 1.0.0-1 [3,250 B] +
-Get:131 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-unique-string all 1.0.0-1 [3,048 B] +
-Get:132 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-typedarray all 1.0.0-2 [2,216 B] +
-Get:133 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-typedarray-to-buffer all 3.0.3-3 [2,374 B] +
-Get:134 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-write-file-atomic all 3.0.3-1 [6,240 B] +
-Get:135 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-xdg-basedir all 3.0.0-1 [3,696 B] +
-Get:136 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-configstore all 5.0.1-1 [5,396 B] +
-Get:137 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-console-control-strings all 1.1.0-1 [4,946 B] +
-Get:138 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-dashdash all 1.14.1-2 [17.8 kB] +
-Get:139 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-decamelize all 1.2.0-1 [3,090 B] +
-Get:140 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-mimic-response all 2.1.0-1 [4,588 B] +
-Get:141 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-decompress-response all 3.3.0-1 [3,396 B] +
-Get:142 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-deep-extend all 0.6.0-1 [4,972 B] +
-Get:143 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-lodash-packages all 4.17.15+dfsg-2 [123 kB] +
-Get:144 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-define-properties all 1.1.3-1 [6,396 B] +
-Get:145 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-detect-indent all 5.0.0-1 [4,426 B] +
-Get:146 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-detect-newline all 2.1.0-1 [3,018 B] +
-Get:147 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-duplexer3 all 0.1.4-5 [5,168 B] +
-Get:148 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsbn all 1.1.0-1 [13.6 kB] +
-Get:149 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ecc-jsbn all 0.2.0-2 [9,432 B] +
-Get:150 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-editor all 1.0.0-1 [3,334 B] +
-Get:151 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-err-code all 2.0.0+dfsg-1 [4,024 B] +
-Get:152 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-es6-promise all 4.2.8-6 [14.2 kB] +
-Get:153 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-extsprintf all 1.3.0-1 [4,492 B] +
-Get:154 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-limit all 2.2.2-1 [5,556 B] +
-Get:155 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-locate all 2.0.0-1 [4,104 B] +
-Get:156 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-path-exists all 4.0.0-2 [3,872 B] +
-Get:157 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-locate-path all 5.0.0-2 [4,952 B] +
-Get:158 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-find-up all 4.1.0-2 [5,724 B] +
-Get:159 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-path-is-inside all 1.0.2-1 [3,982 B] +
-Get:160 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-fs-vacuum all 1.2.10-3 [4,584 B] +
-Get:161 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-function-bind all 1.1.1+repack-1 [5,040 B] +
-Get:162 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-object-assign all 4.1.1-3 [4,496 B] +
-Get:163 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-has-unicode all 2.0.1-2 [3,480 B] +
-Get:164 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-wide-align all 1.1.3-1 [3,936 B] +
-Get:165 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-gauge all 2.7.4-1 [22.1 kB] +
-Get:166 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-genfun all 5.0.0-1 [14.1 kB] +
-Get:167 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-get-caller-file all 1.0.2-1 [2,850 B] +
-Get:168 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-getpass all 0.1.7-1 [4,180 B] +
-Get:169 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-retry-allowed all 1.1.0-1 [3,416 B] +
-Get:170 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-cancelable all 0.3.0-1 [4,452 B] +
-Get:171 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-timeout all 1.2.0-1 [3,680 B] +
-Get:172 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-plain-obj all 1.1.0-1 [3,036 B] +
-Get:173 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-url-to-options all 1.0.1-1 [3,272 B] +
-Get:174 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-timed-out all 4.0.1-5 [4,228 B] +
-Get:175 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-lowercase-keys all 2.0.0-1 [3,668 B] +
-Get:176 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-object all 1.0.1-1 [3,332 B] +
-Get:177 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-has-symbol-support-x all 1.4.1+dfsg-1 [4,072 B] +
-Get:178 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-has-to-string-tag-x all 1.4.1+dfsg-1 [4,188 B] +
-Get:179 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-isurl all 4.0.1-2 [6,976 B] +
-Get:180 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-prepend-http all 2.0.0-1 [3,332 B] +
-Get:181 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-url-parse-lax all 1.0.0-1 [3,260 B] +
-Get:182 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-got all 7.1.0-1 [11.8 kB] +
-Get:183 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-har-schema all 2.0.0-3 [5,788 B] +
-Get:184 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-har-validator all 5.1.3-1 [4,604 B] +
-Get:185 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-hosted-git-info all 2.8.5-1 [8,112 B] +
-Get:186 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-schema all 0.2.3-1 [7,038 B] +
-Get:187 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-verror all 1.10.0-1 [13.6 kB] +
-Get:188 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsprim all 1.4.1-1 [12.9 kB] +
-Get:189 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-sshpk all 1.16.1+dfsg-2 [54.7 kB] +
-Get:190 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-http-signature all 1.3.2-1 [10.9 kB] +
-Get:191 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-iconv-lite all 0.4.23-1 [124 kB] +
-Get:192 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-import-lazy all 3.0.0.REALLY.2.1.0-1 [4,036 B] +
-Get:193 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-invert-kv all 1.0.0-1 [2,900 B] +
-Get:194 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ip all 1.1.5-5 [6,648 B] +
-Get:195 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ip-regex all 4.1.0-2 [4,628 B] +
-Get:196 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-npm all 1.0.0-1 [2,872 B] +
-Get:197 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-path-inside all 1.0.1-1 [3,260 B] +
-Get:198 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-isstream all 0.1.2+dfsg-1 [3,588 B] +
-Get:199 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-parse-better-errors all 1.0.2-2 [4,584 B] +
-Get:200 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonparse all 1.3.1-7 [7,004 B] +
-Get:201 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-through all 2.3.8-1 [4,220 B] +
-Get:202 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonstream all 1.3.5-1 [8,468 B] +
-Get:203 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-minimist all 1.2.5-1 [6,092 B] +
-Get:204 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-json-comments all 3.0.1-3 [4,676 B] +
-Get:205 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-rc all 1.2.8-1 [8,584 B] +
-Get:206 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-registry-url all 3.1.0-1 [3,292 B] +
-Get:207 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-registry-auth-token all 3.3.1-1 [4,752 B] +
-Get:208 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-package-json all 4.0.1-1 [4,220 B] +
-Get:209 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-latest-version all 3.1.0-1 [3,164 B] +
-Get:210 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-lazy-property all 1.0.0-3 [3,596 B] +
-Get:211 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-lcid all 1.0.0-1 [4,264 B] +
-Get:212 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-osenv all 0.1.5-1 [4,368 B] +
-Get:213 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-validate-npm-package-name all 3.0.0-1 [4,472 B] +
-Get:214 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-package-arg all 6.1.1-1 [7,312 B] +
-Get:215 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-require-directory all 2.1.1-1 [5,394 B] +
-Get:216 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-set-blocking all 2.0.0-1 [3,402 B] +
-Get:217 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-require-main-filename all 1.0.1-1 [3,198 B] +
-Get:218 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-which-module all 2.0.0-1 [3,368 B] +
-Get:219 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-mimic-fn all 3.0.0-1 [5,044 B] +
-Get:220 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-mem all 1.1.0-1 [4,116 B] +
-Get:221 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-os-locale all 4.0.0-1 [4,720 B] +
-Get:222 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-yargs-parser all 18.1.1-1 [15.2 kB] +
-Get:223 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-yargs all 15.3.0-1 [91.5 kB] +
-Get:224 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-libnpx all 10.2.1-2 [35.0 kB] +
-Get:225 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-lodash all 4.17.15+dfsg-2 [243 kB] +
-Get:226 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ms all 2.1.1-1 [4,588 B] +
-Get:227 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-bundled all 1.1.1-1 [6,096 B] +
-Get:228 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-number-is-nan all 2.0.0-1 [3,428 B] +
-Get:229 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-opener all 1.5.1-1 [4,864 B] +
-Get:230 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-is-promise all 3.0.0-1 [3,792 B] +
-Get:231 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-performance-now all 2.1.0+debian-1 [4,482 B] +
-Get:232 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-pify all 3.0.0-1 [4,492 B] +
-Get:233 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-retry all 0.12.0-1 [10.4 kB] +
-Get:234 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-promise-retry all 1.1.1-4 [4,760 B] +
-Get:235 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-mute-stream all 0.0.8-2 [5,172 B] +
-Get:236 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-read all 1.0.7-2 [5,304 B] +
-Get:237 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-promzard all 0.3.0-1 [9,004 B] +
-Get:238 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-pseudomap all 1.0.2-1 [3,534 B] +
-Get:239 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-psl all 1.7.0+ds-1 [36.7 kB] +
-Get:240 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-qw all 1.0.1-1 [3,120 B] +
-Get:241 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-resolve-from all 4.0.0-1 [3,724 B] +
-Get:242 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-semver-diff all 2.1.0-2 [3,388 B] +
-Get:243 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-slash all 3.0.0-1 [3,744 B] +
-Get:244 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-sorted-object all 2.0.1-1 [3,720 B] +
-Get:245 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-license-ids all 3.0.5-1 [6,448 B] +
-Get:246 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-exceptions all 2.2.0-1 [3,752 B] +
-Get:247 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-expression-parse all 3.0.0-1 [6,608 B] +
-Get:248 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-correct all 3.1.0-1 [5,188 B] +
-Get:249 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-iterate all 1.2.0-4 [3,772 B] +
-Get:250 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-strict-uri-encode all 2.0.0-1 [2,984 B] +
-Get:251 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-text-table all 0.2.0-2 [4,348 B] +
-Get:252 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-tough-cookie all 3.0.0-1 [26.4 kB] +
-Get:253 http://je.archive.ubuntu.com/ubuntu focal-updates/universe amd64 node-uid-number all 0.0.6-1ubuntu0.20.04.1 [3,596 B] +
-Get:254 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-unpipe all 1.0.0-1 [3,530 B] +
-Get:255 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-uuid all 3.3.2-2 [16.4 kB] +
-Get:256 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-validate-npm-package-license all 3.0.4-1 [4,172 B] +
-Get:257 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-xtend all 4.0.2-1 [3,752 B] +
-Get:258 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 nodejs-doc all 10.19.0~dfsg-3ubuntu1 [942 kB] +
-Get:259 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-abbrev all 1.1.1-2 [4,852 B] +
-Get:260 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi all 0.3.1-1 [9,068 B] +
-Get:261 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-archy all 1.0.0-3 [4,480 B] +
-Get:262 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-bl all 4.0.0-2 [10.3 kB] +
-Get:263 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-delayed-stream all 1.0.0-4 [5,276 B] +
-Get:264 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-combined-stream all 1.0.8-1 [6,056 B] +
-Get:265 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-debug all 4.1.1-2 [17.6 kB] +
-Get:266 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-encoding all 0.1.12-3 [4,644 B] +
-Get:267 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-prr all 1.0.1-1 [3,726 B] +
-Get:268 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-errno all 0.1.7-1 [7,520 B] +
-Get:269 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-extend all 3.0.2-1 [5,496 B] +
-Get:270 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-forever-agent all 0.6.1-2 [4,248 B] +
-Get:271 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-mime all 2.4.4+dfsg-1 [33.3 kB] +
-Get:272 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-mime-types all 2.1.25-1 [6,332 B] +
-Get:273 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-form-data all 3.0.0-2 [12.8 kB] +
-Get:274 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-nopt all 3.0.6-4 [10.7 kB] +
-Get:275 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-npmlog all 4.1.2-2 [8,224 B] +
-Get:276 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-stringify-safe all 5.0.1+repack-2 [20.5 kB] +
-Get:277 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-oauth-sign all 0.9.0-2 [4,312 B] +
-Get:278 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-qs all 6.9.1+ds-1 [17.1 kB] +
-Get:279 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-tunnel-agent all 0.6.1-2 [4,996 B] +
-Get:280 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-request all 2.88.1-4 [25.0 kB] +
-Get:281 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-tar all 4.4.10+ds1-2ubuntu1 [31.3 kB] +
-Get:282 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-gyp all 6.1.0-3 [33.8 kB] +
-Get:283 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-lockfile all 1.0.4-3 [7,252 B] +
-Get:284 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-resolve all 1.15.1-3 [13.0 kB] +
-Get:285 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-normalize-package-data all 2.5.0-1 [14.8 kB] +
-Get:286 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-os-tmpdir all 1.0.2-1 [3,836 B] +
-Get:287 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-read-package-json all 2.1.1-1 [9,392 B] +
-Get:288 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-sha all 3.0.0-1 [4,848 B] +
-Get:289 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 node-slide all 1.1.6-2 [6,328 B] +
-Get:290 http://je.archive.ubuntu.com/ubuntu focal/universe amd64 npm all 6.14.4+ds-1ubuntu2 [583 kB] +
-Fetched 12.6 MB in 1s (11.9 MB/s) +
-Extract templates from packages: 100% +
-Selecting previously unselected package python-pkg-resources. +
-(Reading database ... 263168 files and directories currently installed.) +
-Preparing to unpack .../000-python-pkg-resources_44.0.0-2_all.deb ... +
-Unpacking python-pkg-resources (44.0.0-2) ... +
-Selecting previously unselected package gyp. +
-Preparing to unpack .../001-gyp_0.1+20180428git4d467626-3ubuntu1_all.deb ... +
-Unpacking gyp (0.1+20180428git4d467626-3ubuntu1) ... +
-Selecting previously unselected package libjs-is-typedarray. +
-Preparing to unpack .../002-libjs-is-typedarray_1.0.0-2_all.deb ... +
-Unpacking libjs-is-typedarray (1.0.0-2) ... +
-Selecting previously unselected package libjs-psl. +
-Preparing to unpack .../003-libjs-psl_1.7.0+ds-1_all.deb ... +
-Unpacking libjs-psl (1.7.0+ds-1) ... +
-Selecting previously unselected package libjs-typedarray-to-buffer. +
-Preparing to unpack .../004-libjs-typedarray-to-buffer_3.0.3-3_all.deb ... +
-Unpacking libjs-typedarray-to-buffer (3.0.3-3) ... +
-Selecting previously unselected package libssl-dev:amd64. +
-Preparing to unpack .../005-libssl-dev_1.1.1f-1ubuntu2.3_amd64.deb ... +
-Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.3) ... +
-Selecting previously unselected package libuv1-dev:amd64. +
-Preparing to unpack .../006-libuv1-dev_1.34.2-1ubuntu1.1_amd64.deb ... +
-Unpacking libuv1-dev:amd64 (1.34.2-1ubuntu1.1) ... +
-Selecting previously unselected package libc-ares2:amd64. +
-Preparing to unpack .../007-libc-ares2_1.15.0-1build1_amd64.deb ... +
-Unpacking libc-ares2:amd64 (1.15.0-1build1) ... +
-Selecting previously unselected package libnode64:amd64. +
-Preparing to unpack .../008-libnode64_10.19.0~dfsg-3ubuntu1_amd64.deb ... +
-Unpacking libnode64:amd64 (10.19.0~dfsg-3ubuntu1) ... +
-Selecting previously unselected package libnode-dev:amd64. +
-Preparing to unpack .../009-libnode-dev_10.19.0~dfsg-3ubuntu1_amd64.deb ... +
-Unpacking libnode-dev:amd64 (10.19.0~dfsg-3ubuntu1) ... +
-Selecting previously unselected package nodejs. +
-Preparing to unpack .../010-nodejs_10.19.0~dfsg-3ubuntu1_amd64.deb ... +
-Unpacking nodejs (10.19.0~dfsg-3ubuntu1) ... +
-Selecting previously unselected package node-fast-deep-equal. +
-Preparing to unpack .../011-node-fast-deep-equal_1.1.0-1_all.deb ... +
-Unpacking node-fast-deep-equal (1.1.0-1) ... +
-Selecting previously unselected package node-jsonify. +
-Preparing to unpack .../012-node-jsonify_0.0.0-1_all.deb ... +
-Unpacking node-jsonify (0.0.0-1) ... +
-Selecting previously unselected package node-json-stable-stringify. +
-Preparing to unpack .../013-node-json-stable-stringify_1.0.1-1_all.deb ... +
-Unpacking node-json-stable-stringify (1.0.1-1) ... +
-Selecting previously unselected package node-json-schema-traverse. +
-Preparing to unpack .../014-node-json-schema-traverse_0.3.1-1_all.deb ... +
-Unpacking node-json-schema-traverse (0.3.1-1) ... +
-Selecting previously unselected package node-punycode. +
-Preparing to unpack .../015-node-punycode_2.1.1-3_all.deb ... +
-Unpacking node-punycode (2.1.1-3) ... +
-Selecting previously unselected package node-uri-js. +
-Preparing to unpack .../016-node-uri-js_4.2.2+dfsg-5_all.deb ... +
-Unpacking node-uri-js (4.2.2+dfsg-5) ... +
-Selecting previously unselected package node-ajv. +
-Preparing to unpack .../017-node-ajv_6.10.2-1_all.deb ... +
-Unpacking node-ajv (6.10.2-1) ... +
-Selecting previously unselected package node-clone. +
-Preparing to unpack .../018-node-clone_2.1.2-1_all.deb ... +
-Unpacking node-clone (2.1.2-1) ... +
-Selecting previously unselected package node-defaults. +
-Preparing to unpack .../019-node-defaults_1.0.3-1_all.deb ... +
-Unpacking node-defaults (1.0.3-1) ... +
-Selecting previously unselected package node-wcwidth.js. +
-Preparing to unpack .../020-node-wcwidth.js_1.0.0-1_all.deb ... +
-Unpacking node-wcwidth.js (1.0.0-1) ... +
-Selecting previously unselected package node-ansi-regex. +
-Preparing to unpack .../021-node-ansi-regex_5.0.0-1_all.deb ... +
-Unpacking node-ansi-regex (5.0.0-1) ... +
-Selecting previously unselected package node-strip-ansi. +
-Preparing to unpack .../022-node-strip-ansi_6.0.0-2_all.deb ... +
-Unpacking node-strip-ansi (6.0.0-2) ... +
-Selecting previously unselected package node-string-width. +
-Preparing to unpack .../023-node-string-width_2.1.1-1_all.deb ... +
-Unpacking node-string-width (2.1.1-1) ... +
-Selecting previously unselected package node-ansi-align. +
-Preparing to unpack .../024-node-ansi-align_3.0.0-1_all.deb ... +
-Unpacking node-ansi-align (3.0.0-1) ... +
-Selecting previously unselected package node-ansistyles. +
-Preparing to unpack .../025-node-ansistyles_0.1.3-2_all.deb ... +
-Unpacking node-ansistyles (0.1.3-2) ... +
-Selecting previously unselected package node-aproba. +
-Preparing to unpack .../026-node-aproba_2.0.0-1_all.deb ... +
-Unpacking node-aproba (2.0.0-1) ... +
-Selecting previously unselected package node-delegates. +
-Preparing to unpack .../027-node-delegates_1.0.0-1_all.deb ... +
-Unpacking node-delegates (1.0.0-1) ... +
-Selecting previously unselected package libjs-inherits. +
-Preparing to unpack .../028-libjs-inherits_2.0.4-1_all.deb ... +
-Unpacking libjs-inherits (2.0.4-1) ... +
-Selecting previously unselected package node-inherits. +
-Preparing to unpack .../029-node-inherits_2.0.4-1_all.deb ... +
-Unpacking node-inherits (2.0.4-1) ... +
-Selecting previously unselected package node-core-util-is. +
-Preparing to unpack .../030-node-core-util-is_1.0.2-1_all.deb ... +
-Unpacking node-core-util-is (1.0.2-1) ... +
-Selecting previously unselected package node-safe-buffer. +
-Preparing to unpack .../031-node-safe-buffer_5.2.0-1_all.deb ... +
-Unpacking node-safe-buffer (5.2.0-1) ... +
-Selecting previously unselected package node-string-decoder. +
-Preparing to unpack .../032-node-string-decoder_1.2.0-2_all.deb ... +
-Unpacking node-string-decoder (1.2.0-2) ... +
-Selecting previously unselected package node-process-nextick-args. +
-Preparing to unpack .../033-node-process-nextick-args_2.0.0-1_all.deb ... +
-Unpacking node-process-nextick-args (2.0.0-1) ... +
-Selecting previously unselected package node-util-deprecate. +
-Preparing to unpack .../034-node-util-deprecate_1.0.2-1_all.deb ... +
-Unpacking node-util-deprecate (1.0.2-1) ... +
-Selecting previously unselected package node-isarray. +
-Preparing to unpack .../035-node-isarray_2.0.5-1_all.deb ... +
-Unpacking node-isarray (2.0.5-1) ... +
-Selecting previously unselected package node-readable-stream. +
-Preparing to unpack .../036-node-readable-stream_3.4.0-2_all.deb ... +
-Unpacking node-readable-stream (3.4.0-2) ... +
-Selecting previously unselected package node-are-we-there-yet. +
-Preparing to unpack .../037-node-are-we-there-yet_1.1.5-1_all.deb ... +
-Unpacking node-are-we-there-yet (1.1.5-1) ... +
-Selecting previously unselected package node-asap. +
-Preparing to unpack .../038-node-asap_2.0.6-2_all.deb ... +
-Unpacking node-asap (2.0.6-2) ... +
-Selecting previously unselected package node-asn1. +
-Preparing to unpack .../039-node-asn1_0.2.3-2_all.deb ... +
-Unpacking node-asn1 (0.2.3-2) ... +
-Selecting previously unselected package node-assert-plus. +
-Preparing to unpack .../040-node-assert-plus_1.0.0-2_all.deb ... +
-Unpacking node-assert-plus (1.0.0-2) ... +
-Selecting previously unselected package node-asynckit. +
-Preparing to unpack .../041-node-asynckit_0.4.0-3_all.deb ... +
-Unpacking node-asynckit (0.4.0-3) ... +
-Selecting previously unselected package node-aws-sign2. +
-Preparing to unpack .../042-node-aws-sign2_0.7.1-2_all.deb ... +
-Unpacking node-aws-sign2 (0.7.1-2) ... +
-Selecting previously unselected package node-aws4. +
-Preparing to unpack .../043-node-aws4_1.9.0-1_all.deb ... +
-Unpacking node-aws4 (1.9.0-1) ... +
-Selecting previously unselected package node-tweetnacl. +
-Preparing to unpack .../044-node-tweetnacl_1.0.1+dfsg-2_all.deb ... +
-Unpacking node-tweetnacl (1.0.1+dfsg-2) ... +
-Selecting previously unselected package node-bcrypt-pbkdf. +
-Preparing to unpack .../045-node-bcrypt-pbkdf_1.0.2-1_all.deb ... +
-Unpacking node-bcrypt-pbkdf (1.0.2-1) ... +
-Selecting previously unselected package node-bluebird. +
-Preparing to unpack .../046-node-bluebird_3.5.1+dfsg2-2build1_all.deb ... +
-Unpacking node-bluebird (3.5.1+dfsg2-2build1) ... +
-Selecting previously unselected package node-camelcase. +
-Preparing to unpack .../047-node-camelcase_5.3.1-1_all.deb ... +
-Unpacking node-camelcase (5.3.1-1) ... +
-Selecting previously unselected package node-color-name. +
-Preparing to unpack .../048-node-color-name_1.1.3-1_all.deb ... +
-Unpacking node-color-name (1.1.3-1) ... +
-Selecting previously unselected package node-color-convert. +
-Preparing to unpack .../049-node-color-convert_1.9.3-1_all.deb ... +
-Unpacking node-color-convert (1.9.3-1) ... +
-Selecting previously unselected package node-ansi-styles. +
-Preparing to unpack .../050-node-ansi-styles_4.2.1-1_all.deb ... +
-Unpacking node-ansi-styles (4.2.1-1) ... +
-Selecting previously unselected package node-escape-string-regexp. +
-Preparing to unpack .../051-node-escape-string-regexp_1.0.5-1_all.deb ... +
-Unpacking node-escape-string-regexp (1.0.5-1) ... +
-Selecting previously unselected package node-has-flag. +
-Preparing to unpack .../052-node-has-flag_4.0.0-1_all.deb ... +
-Unpacking node-has-flag (4.0.0-1) ... +
-Selecting previously unselected package node-supports-color. +
-Preparing to unpack .../053-node-supports-color_6.1.0-2_all.deb ... +
-Unpacking node-supports-color (6.1.0-2) ... +
-Selecting previously unselected package node-chalk. +
-Preparing to unpack .../054-node-chalk_2.4.2-1_all.deb ... +
-Unpacking node-chalk (2.4.2-1) ... +
-Selecting previously unselected package node-cli-boxes. +
-Preparing to unpack .../055-node-cli-boxes_2.2.0-2_all.deb ... +
-Unpacking node-cli-boxes (2.2.0-2) ... +
-Selecting previously unselected package node-yallist. +
-Preparing to unpack .../056-node-yallist_4.0.0-1_all.deb ... +
-Unpacking node-yallist (4.0.0-1) ... +
-Selecting previously unselected package node-lru-cache. +
-Preparing to unpack .../057-node-lru-cache_5.1.1-5_all.deb ... +
-Unpacking node-lru-cache (5.1.1-5) ... +
-Selecting previously unselected package node-isexe. +
-Preparing to unpack .../058-node-isexe_2.0.0-4_all.deb ... +
-Unpacking node-isexe (2.0.0-4) ... +
-Selecting previously unselected package node-which. +
-Preparing to unpack .../059-node-which_2.0.2-1_all.deb ... +
-Unpacking node-which (2.0.2-1) ... +
-Selecting previously unselected package node-shebang-regex. +
-Preparing to unpack .../060-node-shebang-regex_2.0.0-1_all.deb ... +
-Unpacking node-shebang-regex (2.0.0-1) ... +
-Selecting previously unselected package node-shebang-command. +
-Preparing to unpack .../061-node-shebang-command_1.2.0-1_all.deb ... +
-Unpacking node-shebang-command (1.2.0-1) ... +
-Selecting previously unselected package node-cross-spawn. +
-Preparing to unpack .../062-node-cross-spawn_5.1.0-2_all.deb ... +
-Unpacking node-cross-spawn (5.1.0-2) ... +
-Selecting previously unselected package node-wrappy. +
-Preparing to unpack .../063-node-wrappy_1.0.2-1_all.deb ... +
-Unpacking node-wrappy (1.0.2-1) ... +
-Selecting previously unselected package node-once. +
-Preparing to unpack .../064-node-once_1.4.0-3_all.deb ... +
-Unpacking node-once (1.4.0-3) ... +
-Selecting previously unselected package node-end-of-stream. +
-Preparing to unpack .../065-node-end-of-stream_1.4.4-1_all.deb ... +
-Unpacking node-end-of-stream (1.4.4-1) ... +
-Selecting previously unselected package node-pump. +
-Preparing to unpack .../066-node-pump_3.0.0-2_all.deb ... +
-Unpacking node-pump (3.0.0-2) ... +
-Selecting previously unselected package node-get-stream. +
-Preparing to unpack .../067-node-get-stream_4.1.0-1_all.deb ... +
-Unpacking node-get-stream (4.1.0-1) ... +
-Selecting previously unselected package node-is-stream. +
-Preparing to unpack .../068-node-is-stream_1.1.0-1_all.deb ... +
-Unpacking node-is-stream (1.1.0-1) ... +
-Selecting previously unselected package node-npm-run-path. +
-Preparing to unpack .../069-node-npm-run-path_2.0.2-2_all.deb ... +
-Unpacking node-npm-run-path (2.0.2-2) ... +
-Selecting previously unselected package node-p-finally. +
-Preparing to unpack .../070-node-p-finally_1.0.0-2_all.deb ... +
-Unpacking node-p-finally (1.0.0-2) ... +
-Selecting previously unselected package node-signal-exit. +
-Preparing to unpack .../071-node-signal-exit_3.0.2-1_all.deb ... +
-Unpacking node-signal-exit (3.0.2-1) ... +
-Selecting previously unselected package node-strip-eof. +
-Preparing to unpack .../072-node-strip-eof_1.0.0-2_all.deb ... +
-Unpacking node-strip-eof (1.0.0-2) ... +
-Selecting previously unselected package node-execa. +
-Preparing to unpack .../073-node-execa_0.10.0+dfsg-1_all.deb ... +
-Unpacking node-execa (0.10.0+dfsg-1) ... +
-Selecting previously unselected package node-term-size. +
-Preparing to unpack .../074-node-term-size_1.2.0+dfsg-2_all.deb ... +
-Unpacking node-term-size (1.2.0+dfsg-2) ... +
-Selecting previously unselected package node-widest-line. +
-Preparing to unpack .../075-node-widest-line_3.1.0-1_all.deb ... +
-Unpacking node-widest-line (3.1.0-1) ... +
-Selecting previously unselected package node-boxen. +
-Preparing to unpack .../076-node-boxen_4.2.0-2_all.deb ... +
-Unpacking node-boxen (4.2.0-2) ... +
-Selecting previously unselected package node-builtin-modules. +
-Preparing to unpack .../077-node-builtin-modules_3.1.0-1_all.deb ... +
-Unpacking node-builtin-modules (3.1.0-1) ... +
-Selecting previously unselected package node-builtins. +
-Preparing to unpack .../078-node-builtins_1.0.3-1_all.deb ... +
-Unpacking node-builtins (1.0.3-1) ... +
-Selecting previously unselected package node-chownr. +
-Preparing to unpack .../079-node-chownr_1.1.3-3_all.deb ... +
-Unpacking node-chownr (1.1.3-3) ... +
-Selecting previously unselected package node-balanced-match. +
-Preparing to unpack .../080-node-balanced-match_1.0.0-1_all.deb ... +
-Unpacking node-balanced-match (1.0.0-1) ... +
-Selecting previously unselected package node-concat-map. +
-Preparing to unpack .../081-node-concat-map_0.0.1-2_all.deb ... +
-Unpacking node-concat-map (0.0.1-2) ... +
-Selecting previously unselected package node-brace-expansion. +
-Preparing to unpack .../082-node-brace-expansion_1.1.11-1_all.deb ... +
-Unpacking node-brace-expansion (1.1.11-1) ... +
-Selecting previously unselected package node-minimatch. +
-Preparing to unpack .../083-node-minimatch_3.0.4-4_all.deb ... +
-Unpacking node-minimatch (3.0.4-4) ... +
-Selecting previously unselected package node-fs.realpath. +
-Preparing to unpack .../084-node-fs.realpath_1.0.0-1_all.deb ... +
-Unpacking node-fs.realpath (1.0.0-1) ... +
-Selecting previously unselected package node-inflight. +
-Preparing to unpack .../085-node-inflight_1.0.6-1_all.deb ... +
-Unpacking node-inflight (1.0.6-1) ... +
-Selecting previously unselected package node-path-is-absolute. +
-Preparing to unpack .../086-node-path-is-absolute_2.0.0-1_all.deb ... +
-Unpacking node-path-is-absolute (2.0.0-1) ... +
-Selecting previously unselected package node-glob. +
-Preparing to unpack .../087-node-glob_7.1.6-1_all.deb ... +
-Unpacking node-glob (7.1.6-1) ... +
-Selecting previously unselected package node-graceful-fs. +
-Preparing to unpack .../088-node-graceful-fs_4.2.3-2_all.deb ... +
-Unpacking node-graceful-fs (4.2.3-2) ... +
-Selecting previously unselected package node-typedarray. +
-Preparing to unpack .../089-node-typedarray_0.0.6-1_all.deb ... +
-Unpacking node-typedarray (0.0.6-1) ... +
-Selecting previously unselected package node-concat-stream. +
-Preparing to unpack .../090-node-concat-stream_1.6.2-1_all.deb ... +
-Unpacking node-concat-stream (1.6.2-1) ... +
-Selecting previously unselected package node-stream-shift. +
-Preparing to unpack .../091-node-stream-shift_1.0.0-1_all.deb ... +
-Unpacking node-stream-shift (1.0.0-1) ... +
-Selecting previously unselected package node-duplexify. +
-Preparing to unpack .../092-node-duplexify_4.1.1-1_all.deb ... +
-Unpacking node-duplexify (4.1.1-1) ... +
-Selecting previously unselected package node-flush-write-stream. +
-Preparing to unpack .../093-node-flush-write-stream_2.0.0-2_all.deb ... +
-Unpacking node-flush-write-stream (2.0.0-2) ... +
-Selecting previously unselected package node-from2. +
-Preparing to unpack .../094-node-from2_2.3.0-1_all.deb ... +
-Unpacking node-from2 (2.3.0-1) ... +
-Selecting previously unselected package node-cyclist. +
-Preparing to unpack .../095-node-cyclist_1.0.1-2_all.deb ... +
-Unpacking node-cyclist (1.0.1-2) ... +
-Selecting previously unselected package node-parallel-transform. +
-Preparing to unpack .../096-node-parallel-transform_1.1.0-2_all.deb ... +
-Unpacking node-parallel-transform (1.1.0-2) ... +
-Selecting previously unselected package node-pumpify. +
-Preparing to unpack .../097-node-pumpify_2.0.1-1_all.deb ... +
-Unpacking node-pumpify (2.0.1-1) ... +
-Selecting previously unselected package node-stream-each. +
-Preparing to unpack .../098-node-stream-each_1.2.3-1_all.deb ... +
-Unpacking node-stream-each (1.2.3-1) ... +
-Selecting previously unselected package node-through2. +
-Preparing to unpack .../099-node-through2_3.0.1-2_all.deb ... +
-Unpacking node-through2 (3.0.1-2) ... +
-Selecting previously unselected package node-mississippi. +
-Preparing to unpack .../100-node-mississippi_3.0.0-1_all.deb ... +
-Unpacking node-mississippi (3.0.0-1) ... +
-Selecting previously unselected package node-mkdirp. +
-Preparing to unpack .../101-node-mkdirp_0.5.1-2_all.deb ... +
-Unpacking node-mkdirp (0.5.1-2) ... +
-Selecting previously unselected package node-run-queue. +
-Preparing to unpack .../102-node-run-queue_1.0.3-1_all.deb ... +
-Unpacking node-run-queue (1.0.3-1) ... +
-Selecting previously unselected package node-rimraf. +
-Preparing to unpack .../103-node-rimraf_2.6.3-1_all.deb ... +
-Unpacking node-rimraf (2.6.3-1) ... +
-Selecting previously unselected package node-imurmurhash. +
-Preparing to unpack .../104-node-imurmurhash_0.1.4-1_all.deb ... +
-Unpacking node-imurmurhash (0.1.4-1) ... +
-Selecting previously unselected package node-iferr. +
-Preparing to unpack .../105-node-iferr_1.0.2-1_all.deb ... +
-Unpacking node-iferr (1.0.2-1) ... +
-Selecting previously unselected package node-fs-write-stream-atomic. +
-Preparing to unpack .../106-node-fs-write-stream-atomic_1.0.10-4_all.deb ... +
-Unpacking node-fs-write-stream-atomic (1.0.10-4) ... +
-Selecting previously unselected package node-copy-concurrently. +
-Preparing to unpack .../107-node-copy-concurrently_1.0.5-4_all.deb ... +
-Unpacking node-copy-concurrently (1.0.5-4) ... +
-Selecting previously unselected package node-move-concurrently. +
-Preparing to unpack .../108-node-move-concurrently_1.0.1-2_all.deb ... +
-Unpacking node-move-concurrently (1.0.1-2) ... +
-Selecting previously unselected package node-promise-inflight. +
-Preparing to unpack .../109-node-promise-inflight_1.0.1-1_all.deb ... +
-Unpacking node-promise-inflight (1.0.1-1) ... +
-Selecting previously unselected package node-ssri. +
-Preparing to unpack .../110-node-ssri_7.1.0-2_all.deb ... +
-Unpacking node-ssri (7.1.0-2) ... +
-Selecting previously unselected package node-unique-filename. +
-Preparing to unpack .../111-node-unique-filename_1.1.1+ds-1_all.deb ... +
-Unpacking node-unique-filename (1.1.1+ds-1) ... +
-Selecting previously unselected package node-y18n. +
-Preparing to unpack .../112-node-y18n_4.0.0-2_all.deb ... +
-Unpacking node-y18n (4.0.0-2) ... +
-Selecting previously unselected package node-cacache. +
-Preparing to unpack .../113-node-cacache_11.3.3-2_all.deb ... +
-Unpacking node-cacache (11.3.3-2) ... +
-Selecting previously unselected package node-call-limit. +
-Preparing to unpack .../114-node-call-limit_1.1.1-1_all.deb ... +
-Unpacking node-call-limit (1.1.1-1) ... +
-Selecting previously unselected package node-caseless. +
-Preparing to unpack .../115-node-caseless_0.12.0-1_all.deb ... +
-Unpacking node-caseless (0.12.0-1) ... +
-Selecting previously unselected package node-ci-info. +
-Preparing to unpack .../116-node-ci-info_2.0.0-1_all.deb ... +
-Unpacking node-ci-info (2.0.0-1) ... +
-Selecting previously unselected package node-wrap-ansi. +
-Preparing to unpack .../117-node-wrap-ansi_4.0.0-2_all.deb ... +
-Unpacking node-wrap-ansi (4.0.0-2) ... +
-Selecting previously unselected package node-cliui. +
-Preparing to unpack .../118-node-cliui_4.1.0-2_all.deb ... +
-Unpacking node-cliui (4.1.0-2) ... +
-Selecting previously unselected package node-co. +
-Preparing to unpack .../119-node-co_4.6.0-1_all.deb ... +
-Unpacking node-co (4.6.0-1) ... +
-Selecting previously unselected package node-colors. +
-Preparing to unpack .../120-node-colors_1.4.0-1_all.deb ... +
-Unpacking node-colors (1.4.0-1) ... +
-Selecting previously unselected package node-columnify. +
-Preparing to unpack .../121-node-columnify_1.5.4-1_all.deb ... +
-Unpacking node-columnify (1.5.4-1) ... +
-Selecting previously unselected package node-proto-list. +
-Preparing to unpack .../122-node-proto-list_1.2.4-1_all.deb ... +
-Unpacking node-proto-list (1.2.4-1) ... +
-Selecting previously unselected package node-ini. +
-Preparing to unpack .../123-node-ini_1.3.5-1_all.deb ... +
-Unpacking node-ini (1.3.5-1) ... +
-Selecting previously unselected package node-config-chain. +
-Preparing to unpack .../124-node-config-chain_1.1.12-1_all.deb ... +
-Unpacking node-config-chain (1.1.12-1) ... +
-Selecting previously unselected package node-is-obj. +
-Preparing to unpack .../125-node-is-obj_1.0.1-2_all.deb ... +
-Unpacking node-is-obj (1.0.1-2) ... +
-Selecting previously unselected package node-dot-prop. +
-Preparing to unpack .../126-node-dot-prop_5.2.0-1_all.deb ... +
-Unpacking node-dot-prop (5.2.0-1) ... +
-Selecting previously unselected package node-semver. +
-Preparing to unpack .../127-node-semver_7.1.3-1_all.deb ... +
-Unpacking node-semver (7.1.3-1) ... +
-Selecting previously unselected package node-make-dir. +
-Preparing to unpack .../128-node-make-dir_3.0.2-1_all.deb ... +
-Unpacking node-make-dir (3.0.2-1) ... +
-Selecting previously unselected package node-crypto-random-string. +
-Preparing to unpack .../129-node-crypto-random-string_1.0.0-1_all.deb ... +
-Unpacking node-crypto-random-string (1.0.0-1) ... +
-Selecting previously unselected package node-unique-string. +
-Preparing to unpack .../130-node-unique-string_1.0.0-1_all.deb ... +
-Unpacking node-unique-string (1.0.0-1) ... +
-Selecting previously unselected package node-is-typedarray. +
-Preparing to unpack .../131-node-is-typedarray_1.0.0-2_all.deb ... +
-Unpacking node-is-typedarray (1.0.0-2) ... +
-Selecting previously unselected package node-typedarray-to-buffer. +
-Preparing to unpack .../132-node-typedarray-to-buffer_3.0.3-3_all.deb ... +
-Unpacking node-typedarray-to-buffer (3.0.3-3) ... +
-Selecting previously unselected package node-write-file-atomic. +
-Preparing to unpack .../133-node-write-file-atomic_3.0.3-1_all.deb ... +
-Unpacking node-write-file-atomic (3.0.3-1) ... +
-Selecting previously unselected package node-xdg-basedir. +
-Preparing to unpack .../134-node-xdg-basedir_3.0.0-1_all.deb ... +
-Unpacking node-xdg-basedir (3.0.0-1) ... +
-Selecting previously unselected package node-configstore. +
-Preparing to unpack .../135-node-configstore_5.0.1-1_all.deb ... +
-Unpacking node-configstore (5.0.1-1) ... +
-Selecting previously unselected package node-console-control-strings. +
-Preparing to unpack .../136-node-console-control-strings_1.1.0-1_all.deb ... +
-Unpacking node-console-control-strings (1.1.0-1) ... +
-Selecting previously unselected package node-dashdash. +
-Preparing to unpack .../137-node-dashdash_1.14.1-2_all.deb ... +
-Unpacking node-dashdash (1.14.1-2) ... +
-Selecting previously unselected package node-decamelize. +
-Preparing to unpack .../138-node-decamelize_1.2.0-1_all.deb ... +
-Unpacking node-decamelize (1.2.0-1) ... +
-Selecting previously unselected package node-mimic-response. +
-Preparing to unpack .../139-node-mimic-response_2.1.0-1_all.deb ... +
-Unpacking node-mimic-response (2.1.0-1) ... +
-Selecting previously unselected package node-decompress-response. +
-Preparing to unpack .../140-node-decompress-response_3.3.0-1_all.deb ... +
-Unpacking node-decompress-response (3.3.0-1) ... +
-Selecting previously unselected package node-deep-extend. +
-Preparing to unpack .../141-node-deep-extend_0.6.0-1_all.deb ... +
-Unpacking node-deep-extend (0.6.0-1) ... +
-Selecting previously unselected package node-lodash-packages. +
-Preparing to unpack .../142-node-lodash-packages_4.17.15+dfsg-2_all.deb ... +
-Unpacking node-lodash-packages (4.17.15+dfsg-2) ... +
-Selecting previously unselected package node-define-properties. +
-Preparing to unpack .../143-node-define-properties_1.1.3-1_all.deb ... +
-Unpacking node-define-properties (1.1.3-1) ... +
-Selecting previously unselected package node-detect-indent. +
-Preparing to unpack .../144-node-detect-indent_5.0.0-1_all.deb ... +
-Unpacking node-detect-indent (5.0.0-1) ... +
-Selecting previously unselected package node-detect-newline. +
-Preparing to unpack .../145-node-detect-newline_2.1.0-1_all.deb ... +
-Unpacking node-detect-newline (2.1.0-1) ... +
-Selecting previously unselected package node-duplexer3. +
-Preparing to unpack .../146-node-duplexer3_0.1.4-5_all.deb ... +
-Unpacking node-duplexer3 (0.1.4-5) ... +
-Selecting previously unselected package node-jsbn. +
-Preparing to unpack .../147-node-jsbn_1.1.0-1_all.deb ... +
-Unpacking node-jsbn (1.1.0-1) ... +
-Selecting previously unselected package node-ecc-jsbn. +
-Preparing to unpack .../148-node-ecc-jsbn_0.2.0-2_all.deb ... +
-Unpacking node-ecc-jsbn (0.2.0-2) ... +
-Selecting previously unselected package node-editor. +
-Preparing to unpack .../149-node-editor_1.0.0-1_all.deb ... +
-Unpacking node-editor (1.0.0-1) ... +
-Selecting previously unselected package node-err-code. +
-Preparing to unpack .../150-node-err-code_2.0.0+dfsg-1_all.deb ... +
-Unpacking node-err-code (2.0.0+dfsg-1) ... +
-Selecting previously unselected package node-es6-promise. +
-Preparing to unpack .../151-node-es6-promise_4.2.8-6_all.deb ... +
-Unpacking node-es6-promise (4.2.8-6) ... +
-Selecting previously unselected package node-extsprintf. +
-Preparing to unpack .../152-node-extsprintf_1.3.0-1_all.deb ... +
-Unpacking node-extsprintf (1.3.0-1) ... +
-Selecting previously unselected package node-p-limit. +
-Preparing to unpack .../153-node-p-limit_2.2.2-1_all.deb ... +
-Unpacking node-p-limit (2.2.2-1) ... +
-Selecting previously unselected package node-p-locate. +
-Preparing to unpack .../154-node-p-locate_2.0.0-1_all.deb ... +
-Unpacking node-p-locate (2.0.0-1) ... +
-Selecting previously unselected package node-path-exists. +
-Preparing to unpack .../155-node-path-exists_4.0.0-2_all.deb ... +
-Unpacking node-path-exists (4.0.0-2) ... +
-Selecting previously unselected package node-locate-path. +
-Preparing to unpack .../156-node-locate-path_5.0.0-2_all.deb ... +
-Unpacking node-locate-path (5.0.0-2) ... +
-Selecting previously unselected package node-find-up. +
-Preparing to unpack .../157-node-find-up_4.1.0-2_all.deb ... +
-Unpacking node-find-up (4.1.0-2) ... +
-Selecting previously unselected package node-path-is-inside. +
-Preparing to unpack .../158-node-path-is-inside_1.0.2-1_all.deb ... +
-Unpacking node-path-is-inside (1.0.2-1) ... +
-Selecting previously unselected package node-fs-vacuum. +
-Preparing to unpack .../159-node-fs-vacuum_1.2.10-3_all.deb ... +
-Unpacking node-fs-vacuum (1.2.10-3) ... +
-Selecting previously unselected package node-function-bind. +
-Preparing to unpack .../160-node-function-bind_1.1.1+repack-1_all.deb ... +
-Unpacking node-function-bind (1.1.1+repack-1) ... +
-Selecting previously unselected package node-object-assign. +
-Preparing to unpack .../161-node-object-assign_4.1.1-3_all.deb ... +
-Unpacking node-object-assign (4.1.1-3) ... +
-Selecting previously unselected package node-has-unicode. +
-Preparing to unpack .../162-node-has-unicode_2.0.1-2_all.deb ... +
-Unpacking node-has-unicode (2.0.1-2) ... +
-Selecting previously unselected package node-wide-align. +
-Preparing to unpack .../163-node-wide-align_1.1.3-1_all.deb ... +
-Unpacking node-wide-align (1.1.3-1) ... +
-Selecting previously unselected package node-gauge. +
-Preparing to unpack .../164-node-gauge_2.7.4-1_all.deb ... +
-Unpacking node-gauge (2.7.4-1) ... +
-Selecting previously unselected package node-genfun. +
-Preparing to unpack .../165-node-genfun_5.0.0-1_all.deb ... +
-Unpacking node-genfun (5.0.0-1) ... +
-Selecting previously unselected package node-get-caller-file. +
-Preparing to unpack .../166-node-get-caller-file_1.0.2-1_all.deb ... +
-Unpacking node-get-caller-file (1.0.2-1) ... +
-Selecting previously unselected package node-getpass. +
-Preparing to unpack .../167-node-getpass_0.1.7-1_all.deb ... +
-Unpacking node-getpass (0.1.7-1) ... +
-Selecting previously unselected package node-is-retry-allowed. +
-Preparing to unpack .../168-node-is-retry-allowed_1.1.0-1_all.deb ... +
-Unpacking node-is-retry-allowed (1.1.0-1) ... +
-Selecting previously unselected package node-p-cancelable. +
-Preparing to unpack .../169-node-p-cancelable_0.3.0-1_all.deb ... +
-Unpacking node-p-cancelable (0.3.0-1) ... +
-Selecting previously unselected package node-p-timeout. +
-Preparing to unpack .../170-node-p-timeout_1.2.0-1_all.deb ... +
-Unpacking node-p-timeout (1.2.0-1) ... +
-Selecting previously unselected package node-is-plain-obj. +
-Preparing to unpack .../171-node-is-plain-obj_1.1.0-1_all.deb ... +
-Unpacking node-is-plain-obj (1.1.0-1) ... +
-Selecting previously unselected package node-url-to-options. +
-Preparing to unpack .../172-node-url-to-options_1.0.1-1_all.deb ... +
-Unpacking node-url-to-options (1.0.1-1) ... +
-Selecting previously unselected package node-timed-out. +
-Preparing to unpack .../173-node-timed-out_4.0.1-5_all.deb ... +
-Unpacking node-timed-out (4.0.1-5) ... +
-Selecting previously unselected package node-lowercase-keys. +
-Preparing to unpack .../174-node-lowercase-keys_2.0.0-1_all.deb ... +
-Unpacking node-lowercase-keys (2.0.0-1) ... +
-Selecting previously unselected package node-is-object. +
-Preparing to unpack .../175-node-is-object_1.0.1-1_all.deb ... +
-Unpacking node-is-object (1.0.1-1) ... +
-Selecting previously unselected package node-has-symbol-support-x. +
-Preparing to unpack .../176-node-has-symbol-support-x_1.4.1+dfsg-1_all.deb ... +
-Unpacking node-has-symbol-support-x (1.4.1+dfsg-1) ... +
-Selecting previously unselected package node-has-to-string-tag-x. +
-Preparing to unpack .../177-node-has-to-string-tag-x_1.4.1+dfsg-1_all.deb ... +
-Unpacking node-has-to-string-tag-x (1.4.1+dfsg-1) ... +
-Selecting previously unselected package node-isurl. +
-Preparing to unpack .../178-node-isurl_4.0.1-2_all.deb ... +
-Unpacking node-isurl (4.0.1-2) ... +
-Selecting previously unselected package node-prepend-http. +
-Preparing to unpack .../179-node-prepend-http_2.0.0-1_all.deb ... +
-Unpacking node-prepend-http (2.0.0-1) ... +
-Selecting previously unselected package node-url-parse-lax. +
-Preparing to unpack .../180-node-url-parse-lax_1.0.0-1_all.deb ... +
-Unpacking node-url-parse-lax (1.0.0-1) ... +
-Selecting previously unselected package node-got. +
-Preparing to unpack .../181-node-got_7.1.0-1_all.deb ... +
-Unpacking node-got (7.1.0-1) ... +
-Selecting previously unselected package node-har-schema. +
-Preparing to unpack .../182-node-har-schema_2.0.0-3_all.deb ... +
-Unpacking node-har-schema (2.0.0-3) ... +
-Selecting previously unselected package node-har-validator. +
-Preparing to unpack .../183-node-har-validator_5.1.3-1_all.deb ... +
-Unpacking node-har-validator (5.1.3-1) ... +
-Selecting previously unselected package node-hosted-git-info. +
-Preparing to unpack .../184-node-hosted-git-info_2.8.5-1_all.deb ... +
-Unpacking node-hosted-git-info (2.8.5-1) ... +
-Selecting previously unselected package node-json-schema. +
-Preparing to unpack .../185-node-json-schema_0.2.3-1_all.deb ... +
-Unpacking node-json-schema (0.2.3-1) ... +
-Selecting previously unselected package node-verror. +
-Preparing to unpack .../186-node-verror_1.10.0-1_all.deb ... +
-Unpacking node-verror (1.10.0-1) ... +
-Selecting previously unselected package node-jsprim. +
-Preparing to unpack .../187-node-jsprim_1.4.1-1_all.deb ... +
-Unpacking node-jsprim (1.4.1-1) ... +
-Selecting previously unselected package node-sshpk. +
-Preparing to unpack .../188-node-sshpk_1.16.1+dfsg-2_all.deb ... +
-Unpacking node-sshpk (1.16.1+dfsg-2) ... +
-Selecting previously unselected package node-http-signature. +
-Preparing to unpack .../189-node-http-signature_1.3.2-1_all.deb ... +
-Unpacking node-http-signature (1.3.2-1) ... +
-Selecting previously unselected package node-iconv-lite. +
-Preparing to unpack .../190-node-iconv-lite_0.4.23-1_all.deb ... +
-Unpacking node-iconv-lite (0.4.23-1) ... +
-Selecting previously unselected package node-import-lazy. +
-Preparing to unpack .../191-node-import-lazy_3.0.0.REALLY.2.1.0-1_all.deb ... +
-Unpacking node-import-lazy (3.0.0.REALLY.2.1.0-1) ... +
-Selecting previously unselected package node-invert-kv. +
-Preparing to unpack .../192-node-invert-kv_1.0.0-1_all.deb ... +
-Unpacking node-invert-kv (1.0.0-1) ... +
-Selecting previously unselected package node-ip. +
-Preparing to unpack .../193-node-ip_1.1.5-5_all.deb ... +
-Unpacking node-ip (1.1.5-5) ... +
-Selecting previously unselected package node-ip-regex. +
-Preparing to unpack .../194-node-ip-regex_4.1.0-2_all.deb ... +
-Unpacking node-ip-regex (4.1.0-2) ... +
-Selecting previously unselected package node-is-npm. +
-Preparing to unpack .../195-node-is-npm_1.0.0-1_all.deb ... +
-Unpacking node-is-npm (1.0.0-1) ... +
-Selecting previously unselected package node-is-path-inside. +
-Preparing to unpack .../196-node-is-path-inside_1.0.1-1_all.deb ... +
-Unpacking node-is-path-inside (1.0.1-1) ... +
-Selecting previously unselected package node-isstream. +
-Preparing to unpack .../197-node-isstream_0.1.2+dfsg-1_all.deb ... +
-Unpacking node-isstream (0.1.2+dfsg-1) ... +
-Selecting previously unselected package node-json-parse-better-errors. +
-Preparing to unpack .../198-node-json-parse-better-errors_1.0.2-2_all.deb ... +
-Unpacking node-json-parse-better-errors (1.0.2-2) ... +
-Selecting previously unselected package node-jsonparse. +
-Preparing to unpack .../199-node-jsonparse_1.3.1-7_all.deb ... +
-Unpacking node-jsonparse (1.3.1-7) ... +
-Selecting previously unselected package node-through. +
-Preparing to unpack .../200-node-through_2.3.8-1_all.deb ... +
-Unpacking node-through (2.3.8-1) ... +
-Selecting previously unselected package node-jsonstream. +
-Preparing to unpack .../201-node-jsonstream_1.3.5-1_all.deb ... +
-Unpacking node-jsonstream (1.3.5-1) ... +
-Selecting previously unselected package node-minimist. +
-Preparing to unpack .../202-node-minimist_1.2.5-1_all.deb ... +
-Unpacking node-minimist (1.2.5-1) ... +
-Selecting previously unselected package node-strip-json-comments. +
-Preparing to unpack .../203-node-strip-json-comments_3.0.1-3_all.deb ... +
-Unpacking node-strip-json-comments (3.0.1-3) ... +
-Selecting previously unselected package node-rc. +
-Preparing to unpack .../204-node-rc_1.2.8-1_all.deb ... +
-Unpacking node-rc (1.2.8-1) ... +
-Selecting previously unselected package node-registry-url. +
-Preparing to unpack .../205-node-registry-url_3.1.0-1_all.deb ... +
-Unpacking node-registry-url (3.1.0-1) ... +
-Selecting previously unselected package node-registry-auth-token. +
-Preparing to unpack .../206-node-registry-auth-token_3.3.1-1_all.deb ... +
-Unpacking node-registry-auth-token (3.3.1-1) ... +
-Selecting previously unselected package node-package-json. +
-Preparing to unpack .../207-node-package-json_4.0.1-1_all.deb ... +
-Unpacking node-package-json (4.0.1-1) ... +
-Selecting previously unselected package node-latest-version. +
-Preparing to unpack .../208-node-latest-version_3.1.0-1_all.deb ... +
-Unpacking node-latest-version (3.1.0-1) ... +
-Selecting previously unselected package node-lazy-property. +
-Preparing to unpack .../209-node-lazy-property_1.0.0-3_all.deb ... +
-Unpacking node-lazy-property (1.0.0-3) ... +
-Selecting previously unselected package node-lcid. +
-Preparing to unpack .../210-node-lcid_1.0.0-1_all.deb ... +
-Unpacking node-lcid (1.0.0-1) ... +
-Selecting previously unselected package node-osenv. +
-Preparing to unpack .../211-node-osenv_0.1.5-1_all.deb ... +
-Unpacking node-osenv (0.1.5-1) ... +
-Selecting previously unselected package node-validate-npm-package-name. +
-Preparing to unpack .../212-node-validate-npm-package-name_3.0.0-1_all.deb ... +
-Unpacking node-validate-npm-package-name (3.0.0-1) ... +
-Selecting previously unselected package node-npm-package-arg. +
-Preparing to unpack .../213-node-npm-package-arg_6.1.1-1_all.deb ... +
-Unpacking node-npm-package-arg (6.1.1-1) ... +
-Selecting previously unselected package node-require-directory. +
-Preparing to unpack .../214-node-require-directory_2.1.1-1_all.deb ... +
-Unpacking node-require-directory (2.1.1-1) ... +
-Selecting previously unselected package node-set-blocking. +
-Preparing to unpack .../215-node-set-blocking_2.0.0-1_all.deb ... +
-Unpacking node-set-blocking (2.0.0-1) ... +
-Selecting previously unselected package node-require-main-filename. +
-Preparing to unpack .../216-node-require-main-filename_1.0.1-1_all.deb ... +
-Unpacking node-require-main-filename (1.0.1-1) ... +
-Selecting previously unselected package node-which-module. +
-Preparing to unpack .../217-node-which-module_2.0.0-1_all.deb ... +
-Unpacking node-which-module (2.0.0-1) ... +
-Selecting previously unselected package node-mimic-fn. +
-Preparing to unpack .../218-node-mimic-fn_3.0.0-1_all.deb ... +
-Unpacking node-mimic-fn (3.0.0-1) ... +
-Selecting previously unselected package node-mem. +
-Preparing to unpack .../219-node-mem_1.1.0-1_all.deb ... +
-Unpacking node-mem (1.1.0-1) ... +
-Selecting previously unselected package node-os-locale. +
-Preparing to unpack .../220-node-os-locale_4.0.0-1_all.deb ... +
-Unpacking node-os-locale (4.0.0-1) ... +
-Selecting previously unselected package node-yargs-parser. +
-Preparing to unpack .../221-node-yargs-parser_18.1.1-1_all.deb ... +
-Unpacking node-yargs-parser (18.1.1-1) ... +
-Selecting previously unselected package node-yargs. +
-Preparing to unpack .../222-node-yargs_15.3.0-1_all.deb ... +
-Unpacking node-yargs (15.3.0-1) ... +
-Selecting previously unselected package node-libnpx. +
-Preparing to unpack .../223-node-libnpx_10.2.1-2_all.deb ... +
-Unpacking node-libnpx (10.2.1-2) ... +
-Selecting previously unselected package node-lodash. +
-Preparing to unpack .../224-node-lodash_4.17.15+dfsg-2_all.deb ... +
-Unpacking node-lodash (4.17.15+dfsg-2) ... +
-Selecting previously unselected package node-ms. +
-Preparing to unpack .../225-node-ms_2.1.1-1_all.deb ... +
-Unpacking node-ms (2.1.1-1) ... +
-Selecting previously unselected package node-npm-bundled. +
-Preparing to unpack .../226-node-npm-bundled_1.1.1-1_all.deb ... +
-Unpacking node-npm-bundled (1.1.1-1) ... +
-Selecting previously unselected package node-number-is-nan. +
-Preparing to unpack .../227-node-number-is-nan_2.0.0-1_all.deb ... +
-Unpacking node-number-is-nan (2.0.0-1) ... +
-Selecting previously unselected package node-opener. +
-Preparing to unpack .../228-node-opener_1.5.1-1_all.deb ... +
-Unpacking node-opener (1.5.1-1) ... +
-Selecting previously unselected package node-p-is-promise. +
-Preparing to unpack .../229-node-p-is-promise_3.0.0-1_all.deb ... +
-Unpacking node-p-is-promise (3.0.0-1) ... +
-Selecting previously unselected package node-performance-now. +
-Preparing to unpack .../230-node-performance-now_2.1.0+debian-1_all.deb ... +
-Unpacking node-performance-now (2.1.0+debian-1) ... +
-Selecting previously unselected package node-pify. +
-Preparing to unpack .../231-node-pify_3.0.0-1_all.deb ... +
-Unpacking node-pify (3.0.0-1) ... +
-Selecting previously unselected package node-retry. +
-Preparing to unpack .../232-node-retry_0.12.0-1_all.deb ... +
-Unpacking node-retry (0.12.0-1) ... +
-Selecting previously unselected package node-promise-retry. +
-Preparing to unpack .../233-node-promise-retry_1.1.1-4_all.deb ... +
-Unpacking node-promise-retry (1.1.1-4) ... +
-Selecting previously unselected package node-mute-stream. +
-Preparing to unpack .../234-node-mute-stream_0.0.8-2_all.deb ... +
-Unpacking node-mute-stream (0.0.8-2) ... +
-Selecting previously unselected package node-read. +
-Preparing to unpack .../235-node-read_1.0.7-2_all.deb ... +
-Unpacking node-read (1.0.7-2) ... +
-Selecting previously unselected package node-promzard. +
-Preparing to unpack .../236-node-promzard_0.3.0-1_all.deb ... +
-Unpacking node-promzard (0.3.0-1) ... +
-Selecting previously unselected package node-pseudomap. +
-Preparing to unpack .../237-node-pseudomap_1.0.2-1_all.deb ... +
-Unpacking node-pseudomap (1.0.2-1) ... +
-Selecting previously unselected package node-psl. +
-Preparing to unpack .../238-node-psl_1.7.0+ds-1_all.deb ... +
-Unpacking node-psl (1.7.0+ds-1) ... +
-Selecting previously unselected package node-qw. +
-Preparing to unpack .../239-node-qw_1.0.1-1_all.deb ... +
-Unpacking node-qw (1.0.1-1) ... +
-Selecting previously unselected package node-resolve-from. +
-Preparing to unpack .../240-node-resolve-from_4.0.0-1_all.deb ... +
-Unpacking node-resolve-from (4.0.0-1) ... +
-Selecting previously unselected package node-semver-diff. +
-Preparing to unpack .../241-node-semver-diff_2.1.0-2_all.deb ... +
-Unpacking node-semver-diff (2.1.0-2) ... +
-Selecting previously unselected package node-slash. +
-Preparing to unpack .../242-node-slash_3.0.0-1_all.deb ... +
-Unpacking node-slash (3.0.0-1) ... +
-Selecting previously unselected package node-sorted-object. +
-Preparing to unpack .../243-node-sorted-object_2.0.1-1_all.deb ... +
-Unpacking node-sorted-object (2.0.1-1) ... +
-Selecting previously unselected package node-spdx-license-ids. +
-Preparing to unpack .../244-node-spdx-license-ids_3.0.5-1_all.deb ... +
-Unpacking node-spdx-license-ids (3.0.5-1) ... +
-Selecting previously unselected package node-spdx-exceptions. +
-Preparing to unpack .../245-node-spdx-exceptions_2.2.0-1_all.deb ... +
-Unpacking node-spdx-exceptions (2.2.0-1) ... +
-Selecting previously unselected package node-spdx-expression-parse. +
-Preparing to unpack .../246-node-spdx-expression-parse_3.0.0-1_all.deb ... +
-Unpacking node-spdx-expression-parse (3.0.0-1) ... +
-Selecting previously unselected package node-spdx-correct. +
-Preparing to unpack .../247-node-spdx-correct_3.1.0-1_all.deb ... +
-Unpacking node-spdx-correct (3.1.0-1) ... +
-Selecting previously unselected package node-stream-iterate. +
-Preparing to unpack .../248-node-stream-iterate_1.2.0-4_all.deb ... +
-Unpacking node-stream-iterate (1.2.0-4) ... +
-Selecting previously unselected package node-strict-uri-encode. +
-Preparing to unpack .../249-node-strict-uri-encode_2.0.0-1_all.deb ... +
-Unpacking node-strict-uri-encode (2.0.0-1) ... +
-Selecting previously unselected package node-text-table. +
-Preparing to unpack .../250-node-text-table_0.2.0-2_all.deb ... +
-Unpacking node-text-table (0.2.0-2) ... +
-Selecting previously unselected package node-tough-cookie. +
-Preparing to unpack .../251-node-tough-cookie_3.0.0-1_all.deb ... +
-Unpacking node-tough-cookie (3.0.0-1) ... +
-Selecting previously unselected package node-uid-number. +
-Preparing to unpack .../252-node-uid-number_0.0.6-1ubuntu0.20.04.1_all.deb ... +
-Unpacking node-uid-number (0.0.6-1ubuntu0.20.04.1) ... +
-Selecting previously unselected package node-unpipe. +
-Preparing to unpack .../253-node-unpipe_1.0.0-1_all.deb ... +
-Unpacking node-unpipe (1.0.0-1) ... +
-Selecting previously unselected package node-uuid. +
-Preparing to unpack .../254-node-uuid_3.3.2-2_all.deb ... +
-Unpacking node-uuid (3.3.2-2) ... +
-Selecting previously unselected package node-validate-npm-package-license. +
-Preparing to unpack .../255-node-validate-npm-package-license_3.0.4-1_all.deb ... +
-Unpacking node-validate-npm-package-license (3.0.4-1) ... +
-Selecting previously unselected package node-xtend. +
-Preparing to unpack .../256-node-xtend_4.0.2-1_all.deb ... +
-Unpacking node-xtend (4.0.2-1) ... +
-Selecting previously unselected package nodejs-doc. +
-Preparing to unpack .../257-nodejs-doc_10.19.0~dfsg-3ubuntu1_all.deb ... +
-Unpacking nodejs-doc (10.19.0~dfsg-3ubuntu1) ... +
-Selecting previously unselected package node-abbrev. +
-Preparing to unpack .../258-node-abbrev_1.1.1-2_all.deb ... +
-Unpacking node-abbrev (1.1.1-2) ... +
-Selecting previously unselected package node-ansi. +
-Preparing to unpack .../259-node-ansi_0.3.1-1_all.deb ... +
-Unpacking node-ansi (0.3.1-1) ... +
-Selecting previously unselected package node-archy. +
-Preparing to unpack .../260-node-archy_1.0.0-3_all.deb ... +
-Unpacking node-archy (1.0.0-3) ... +
-Selecting previously unselected package node-bl. +
-Preparing to unpack .../261-node-bl_4.0.0-2_all.deb ... +
-Unpacking node-bl (4.0.0-2) ... +
-Selecting previously unselected package node-delayed-stream. +
-Preparing to unpack .../262-node-delayed-stream_1.0.0-4_all.deb ... +
-Unpacking node-delayed-stream (1.0.0-4) ... +
-Selecting previously unselected package node-combined-stream. +
-Preparing to unpack .../263-node-combined-stream_1.0.8-1_all.deb ... +
-Unpacking node-combined-stream (1.0.8-1) ... +
-Selecting previously unselected package node-debug. +
-Preparing to unpack .../264-node-debug_4.1.1-2_all.deb ... +
-Unpacking node-debug (4.1.1-2) ... +
-Selecting previously unselected package node-encoding. +
-Preparing to unpack .../265-node-encoding_0.1.12-3_all.deb ... +
-Unpacking node-encoding (0.1.12-3) ... +
-Selecting previously unselected package node-prr. +
-Preparing to unpack .../266-node-prr_1.0.1-1_all.deb ... +
-Unpacking node-prr (1.0.1-1) ... +
-Selecting previously unselected package node-errno. +
-Preparing to unpack .../267-node-errno_0.1.7-1_all.deb ... +
-Unpacking node-errno (0.1.7-1) ... +
-Selecting previously unselected package node-extend. +
-Preparing to unpack .../268-node-extend_3.0.2-1_all.deb ... +
-Unpacking node-extend (3.0.2-1) ... +
-Selecting previously unselected package node-forever-agent. +
-Preparing to unpack .../269-node-forever-agent_0.6.1-2_all.deb ... +
-Unpacking node-forever-agent (0.6.1-2) ... +
-Selecting previously unselected package node-mime. +
-Preparing to unpack .../270-node-mime_2.4.4+dfsg-1_all.deb ... +
-Unpacking node-mime (2.4.4+dfsg-1) ... +
-Selecting previously unselected package node-mime-types. +
-Preparing to unpack .../271-node-mime-types_2.1.25-1_all.deb ... +
-Unpacking node-mime-types (2.1.25-1) ... +
-Selecting previously unselected package node-form-data. +
-Preparing to unpack .../272-node-form-data_3.0.0-2_all.deb ... +
-Unpacking node-form-data (3.0.0-2) ... +
-Selecting previously unselected package node-nopt. +
-Preparing to unpack .../273-node-nopt_3.0.6-4_all.deb ... +
-Unpacking node-nopt (3.0.6-4) ... +
-Selecting previously unselected package node-npmlog. +
-Preparing to unpack .../274-node-npmlog_4.1.2-2_all.deb ... +
-Unpacking node-npmlog (4.1.2-2) ... +
-Selecting previously unselected package node-json-stringify-safe. +
-Preparing to unpack .../275-node-json-stringify-safe_5.0.1+repack-2_all.deb ... +
-Unpacking node-json-stringify-safe (5.0.1+repack-2) ... +
-Selecting previously unselected package node-oauth-sign. +
-Preparing to unpack .../276-node-oauth-sign_0.9.0-2_all.deb ... +
-Unpacking node-oauth-sign (0.9.0-2) ... +
-Selecting previously unselected package node-qs. +
-Preparing to unpack .../277-node-qs_6.9.1+ds-1_all.deb ... +
-Unpacking node-qs (6.9.1+ds-1) ... +
-Selecting previously unselected package node-tunnel-agent. +
-Preparing to unpack .../278-node-tunnel-agent_0.6.1-2_all.deb ... +
-Unpacking node-tunnel-agent (0.6.1-2) ... +
-Selecting previously unselected package node-request. +
-Preparing to unpack .../279-node-request_2.88.1-4_all.deb ... +
-Unpacking node-request (2.88.1-4) ... +
-Selecting previously unselected package node-tar. +
-Preparing to unpack .../280-node-tar_4.4.10+ds1-2ubuntu1_all.deb ... +
-Unpacking node-tar (4.4.10+ds1-2ubuntu1) ... +
-Selecting previously unselected package node-gyp. +
-Preparing to unpack .../281-node-gyp_6.1.0-3_all.deb ... +
-Unpacking node-gyp (6.1.0-3) ... +
-Selecting previously unselected package node-lockfile. +
-Preparing to unpack .../282-node-lockfile_1.0.4-3_all.deb ... +
-Unpacking node-lockfile (1.0.4-3) ... +
-Selecting previously unselected package node-resolve. +
-Preparing to unpack .../283-node-resolve_1.15.1-3_all.deb ... +
-Unpacking node-resolve (1.15.1-3) ... +
-Selecting previously unselected package node-normalize-package-data. +
-Preparing to unpack .../284-node-normalize-package-data_2.5.0-1_all.deb ... +
-Unpacking node-normalize-package-data (2.5.0-1) ... +
-Selecting previously unselected package node-os-tmpdir. +
-Preparing to unpack .../285-node-os-tmpdir_1.0.2-1_all.deb ... +
-Unpacking node-os-tmpdir (1.0.2-1) ... +
-Selecting previously unselected package node-read-package-json. +
-Preparing to unpack .../286-node-read-package-json_2.1.1-1_all.deb ... +
-Unpacking node-read-package-json (2.1.1-1) ... +
-Selecting previously unselected package node-sha. +
-Preparing to unpack .../287-node-sha_3.0.0-1_all.deb ... +
-Unpacking node-sha (3.0.0-1) ... +
-Selecting previously unselected package node-slide. +
-Preparing to unpack .../288-node-slide_1.1.6-2_all.deb ... +
-Unpacking node-slide (1.1.6-2) ... +
-Selecting previously unselected package npm. +
-Preparing to unpack .../289-npm_6.14.4+ds-1ubuntu2_all.deb ... +
-Unpacking npm (6.14.4+ds-1ubuntu2) ... +
-Setting up libuv1-dev:amd64 (1.34.2-1ubuntu1.1) ... +
-Setting up libjs-inherits (2.0.4-1) ... +
-Setting up python-pkg-resources (44.0.0-2) ... +
-Setting up libc-ares2:amd64 (1.15.0-1build1) ... +
-Setting up libjs-psl (1.7.0+ds-1) ... +
-Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.3) ... +
-Setting up libnode64:amd64 (10.19.0~dfsg-3ubuntu1) ... +
-Setting up nodejs-doc (10.19.0~dfsg-3ubuntu1) ... +
-Setting up libjs-is-typedarray (1.0.0-2) ... +
-Setting up gyp (0.1+20180428git4d467626-3ubuntu1) ... +
-Setting up libnode-dev:amd64 (10.19.0~dfsg-3ubuntu1) ... +
-Setting up nodejs (10.19.0~dfsg-3ubuntu1) ... +
-update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode +
-Setting up node-minimist (1.2.5-1) ... +
-Setting up node-aws4 (1.9.0-1) ... +
-Setting up node-prepend-http (2.0.0-1) ... +
-Setting up node-typedarray (0.0.6-1) ... +
-Setting up node-function-bind (1.1.1+repack-1) ... +
-Setting up node-clone (2.1.2-1) ... +
-Setting up node-iferr (1.0.2-1) ... +
-Setting up node-chownr (1.1.3-3) ... +
-Setting up node-has-flag (4.0.0-1) ... +
-Setting up node-os-tmpdir (1.0.2-1) ... +
-Setting up node-lodash-packages (4.17.15+dfsg-2) ... +
-Setting up node-json-schema-traverse (0.3.1-1) ... +
-Setting up node-asap (2.0.6-2) ... +
-Setting up node-mime (2.4.4+dfsg-1) ... +
-Setting up node-inherits (2.0.4-1) ... +
-Setting up node-builtin-modules (3.1.0-1) ... +
-Setting up node-path-is-absolute (2.0.0-1) ... +
-Setting up node-ini (1.3.5-1) ... +
-Setting up node-iconv-lite (0.4.23-1) ... +
-Setting up node-is-npm (1.0.0-1) ... +
-Setting up node-safe-buffer (5.2.0-1) ... +
-Setting up node-promise-inflight (1.0.1-1) ... +
-Setting up node-json-stringify-safe (5.0.1+repack-2) ... +
-Setting up node-json-parse-better-errors (1.0.2-2) ... +
-Setting up node-strict-uri-encode (2.0.0-1) ... +
-Setting up node-y18n (4.0.0-2) ... +
-Setting up node-detect-newline (2.1.0-1) ... +
-Setting up node-fast-deep-equal (1.1.0-1) ... +
-Setting up node-shebang-regex (2.0.0-1) ... +
-Setting up node-har-schema (2.0.0-3) ... +
-Setting up node-mime-types (2.1.25-1) ... +
-Setting up node-performance-now (2.1.0+debian-1) ... +
-Setting up node-err-code (2.0.0+dfsg-1) ... +
-Setting up node-resolve-from (4.0.0-1) ... +
-Setting up node-balanced-match (1.0.0-1) ... +
-Setting up node-ansi (0.3.1-1) ... +
-Setting up node-is-object (1.0.1-1) ... +
-Setting up node-is-stream (1.1.0-1) ... +
-Setting up node-spdx-exceptions (2.2.0-1) ... +
-Setting up node-deep-extend (0.6.0-1) ... +
-Setting up node-p-finally (1.0.0-2) ... +
-Setting up node-set-blocking (2.0.0-1) ... +
-Setting up node-prr (1.0.1-1) ... +
-Setting up node-tunnel-agent (0.6.1-2) ... +
-Setting up node-npm-bundled (1.1.1-1) ... +
-Setting up node-uid-number (0.0.6-1ubuntu0.20.04.1) ... +
-Setting up node-signal-exit (3.0.2-1) ... +
-Setting up node-cyclist (1.0.1-2) ... +
-Setting up node-wrappy (1.0.2-1) ... +
-Setting up node-text-table (0.2.0-2) ... +
-Setting up node-asynckit (0.4.0-3) ... +
-Setting up node-proto-list (1.2.4-1) ... +
-Setting up node-require-directory (2.1.1-1) ... +
-Setting up node-ip (1.1.5-5) ... +
-Setting up node-punycode (2.1.1-3) ... +
-Setting up node-concat-stream (1.6.2-1) ... +
-Setting up node-defaults (1.0.3-1) ... +
-Setting up node-is-typedarray (1.0.0-2) ... +
-Setting up node-mute-stream (0.0.8-2) ... +
-Setting up node-mimic-response (2.1.0-1) ... +
-Setting up libjs-typedarray-to-buffer (3.0.3-3) ... +
-Setting up node-duplexer3 (0.1.4-5) ... +
-Setting up node-number-is-nan (2.0.0-1) ... +
-Setting up node-graceful-fs (4.2.3-2) ... +
-Setting up node-jsonify (0.0.0-1) ... +
-Setting up node-json-stable-stringify (1.0.1-1) ... +
-Setting up node-hosted-git-info (2.8.5-1) ... +
-Setting up node-aproba (2.0.0-1) ... +
-Setting up node-mimic-fn (3.0.0-1) ... +
-Setting up node-ip-regex (4.1.0-2) ... +
-Setting up node-crypto-random-string (1.0.0-1) ... +
-Setting up node-spdx-license-ids (3.0.5-1) ... +
-Setting up node-string-decoder (1.2.0-2) ... +
-Setting up node-mkdirp (0.5.1-2) ... +
-Setting up node-run-queue (1.0.3-1) ... +
-Setting up node-call-limit (1.1.1-1) ... +
-Setting up node-core-util-is (1.0.2-1) ... +
-Setting up node-json-schema (0.2.3-1) ... +
-Setting up node-uri-js (4.2.2+dfsg-5) ... +
-Setting up node-cli-boxes (2.2.0-2) ... +
-Setting up node-opener (1.5.1-1) ... +
-Setting up node-archy (1.0.0-3) ... +
-Setting up node-caseless (0.12.0-1) ... +
-Setting up node-imurmurhash (0.1.4-1) ... +
-Setting up node-xtend (4.0.2-1) ... +
-Setting up node-p-timeout (1.2.0-1) ... +
-Setting up node-encoding (0.1.12-3) ... +
-Setting up node-config-chain (1.1.12-1) ... +
-Setting up node-read (1.0.7-2) ... +
-Setting up node-detect-indent (5.0.0-1) ... +
-Setting up node-npm-run-path (2.0.2-2) ... +
-Setting up node-asn1 (0.2.3-2) ... +
-Setting up node-has-symbol-support-x (1.4.1+dfsg-1) ... +
-Setting up node-sorted-object (2.0.1-1) ... +
-Setting up node-lodash (4.17.15+dfsg-2) ... +
-Setting up node-isarray (2.0.5-1) ... +
-Setting up node-osenv (0.1.5-1) ... +
-Setting up node-is-plain-obj (1.1.0-1) ... +
-Setting up node-ms (2.1.1-1) ... +
-Setting up node-shebang-command (1.2.0-1) ... +
-Setting up node-lowercase-keys (2.0.0-1) ... +
-Setting up node-decompress-response (3.3.0-1) ... +
-Setting up node-es6-promise (4.2.8-6) ... +
-Setting up node-strip-eof (1.0.0-2) ... +
-Setting up node-process-nextick-args (2.0.0-1) ... +
-Setting up node-semver (7.1.3-1) ... +
-Setting up node-has-unicode (2.0.1-2) ... +
-Setting up node-fs-write-stream-atomic (1.0.10-4) ... +
-Setting up node-forever-agent (0.6.1-2) ... +
-Setting up node-unpipe (1.0.0-1) ... +
-Setting up node-qs (6.9.1+ds-1) ... +
-Setting up node-slide (1.1.6-2) ... +
-Setting up node-delayed-stream (1.0.0-4) ... +
-Setting up node-isstream (0.1.2+dfsg-1) ... +
-Setting up node-builtins (1.0.3-1) ... +
-Setting up node-stream-shift (1.0.0-1) ... +
-Setting up node-colors (1.4.0-1) ... +
-Setting up node-fs.realpath (1.0.0-1) ... +
-Setting up node-oauth-sign (0.9.0-2) ... +
-Setting up node-url-to-options (1.0.1-1) ... +
-Setting up node-jsbn (1.1.0-1) ... +
-Setting up node-object-assign (4.1.1-3) ... +
-Setting up node-extsprintf (1.3.0-1) ... +
-Setting up node-abbrev (1.1.1-2) ... +
-Setting up node-mem (1.1.0-1) ... +
-Setting up node-path-is-inside (1.0.2-1) ... +
-Setting up node-supports-color (6.1.0-2) ... +
-Setting up node-invert-kv (1.0.0-1) ... +
-Setting up node-pify (3.0.0-1) ... +
-Setting up node-p-limit (2.2.2-1) ... +
-Setting up node-yallist (4.0.0-1) ... +
-Setting up node-define-properties (1.1.3-1) ... +
-Setting up node-p-cancelable (0.3.0-1) ... +
-Setting up node-ansi-regex (5.0.0-1) ... +
-Setting up node-p-is-promise (3.0.0-1) ... +
-Setting up node-timed-out (4.0.1-5) ... +
-Setting up node-strip-json-comments (3.0.1-3) ... +
-Setting up node-once (1.4.0-3) ... +
-Setting up node-psl (1.7.0+ds-1) ... +
-Setting up node-slash (3.0.0-1) ... +
-Setting up node-util-deprecate (1.0.2-1) ... +
-Setting up node-editor (1.0.0-1) ... +
-Setting up node-retry (0.12.0-1) ... +
-Setting up node-get-caller-file (1.0.2-1) ... +
-Setting up node-sha (3.0.0-1) ... +
-Setting up node-require-main-filename (1.0.1-1) ... +
-Setting up node-url-parse-lax (1.0.0-1) ... +
-Setting up node-concat-map (0.0.1-2) ... +
-Setting up node-import-lazy (3.0.0.REALLY.2.1.0-1) ... +
-Setting up node-is-retry-allowed (1.1.0-1) ... +
-Setting up node-assert-plus (1.0.0-2) ... +
-Setting up node-ansistyles (0.1.3-2) ... +
-Setting up node-delegates (1.0.0-1) ... +
-Setting up node-xdg-basedir (3.0.0-1) ... +
-Setting up node-co (4.6.0-1) ... +
-Setting up node-isexe (2.0.0-4) ... +
-Setting up node-is-obj (1.0.1-2) ... +
-Setting up node-resolve (1.15.1-3) ... +
-Setting up node-jsonparse (1.3.1-7) ... +
-Setting up node-ajv (6.10.2-1) ... +
-Setting up node-path-exists (4.0.0-2) ... +
-Setting up node-qw (1.0.1-1) ... +
-Setting up node-tweetnacl (1.0.1+dfsg-2) ... +
-Setting up node-escape-string-regexp (1.0.5-1) ... +
-Setting up node-through (2.3.8-1) ... +
-Setting up node-genfun (5.0.0-1) ... +
-Setting up node-errno (0.1.7-1) ... +
-Setting up node-p-locate (2.0.0-1) ... +
-Setting up node-which-module (2.0.0-1) ... +
-Setting up node-decamelize (1.2.0-1) ... +
-Setting up node-ci-info (2.0.0-1) ... +
-Setting up node-aws-sign2 (0.7.1-2) ... +
-Setting up node-pseudomap (1.0.2-1) ... +
-Setting up node-color-name (1.1.3-1) ... +
-Setting up node-semver-diff (2.1.0-2) ... +
-Setting up node-bluebird (3.5.1+dfsg2-2build1) ... +
-Setting up node-unique-string (1.0.0-1) ... +
-Setting up node-console-control-strings (1.1.0-1) ... +
-Setting up node-debug (4.1.1-2) ... +
-Setting up node-camelcase (5.3.1-1) ... +
-Setting up node-uuid (3.3.2-2) ... +
-Setting up node-from2 (2.3.0-1) ... +
-Setting up node-extend (3.0.2-1) ... +
-Setting up node-jsonstream (1.3.5-1) ... +
-Setting up node-lazy-property (1.0.0-3) ... +
-Setting up node-yargs-parser (18.1.1-1) ... +
-Setting up node-dashdash (1.14.1-2) ... +
-Setting up node-make-dir (3.0.2-1) ... +
-Setting up node-validate-npm-package-name (3.0.0-1) ... +
-Setting up node-promzard (0.3.0-1) ... +
-Setting up node-wcwidth.js (1.0.0-1) ... +
-Setting up node-locate-path (5.0.0-2) ... +
-Setting up node-ecc-jsbn (0.2.0-2) ... +
-Setting up node-combined-stream (1.0.8-1) ... +
-Setting up node-unique-filename (1.1.1+ds-1) ... +
-Setting up node-brace-expansion (1.1.11-1) ... +
-Setting up node-form-data (3.0.0-2) ... +
-Setting up node-strip-ansi (6.0.0-2) ... +
-Setting up node-lockfile (1.0.4-3) ... +
-Setting up node-spdx-expression-parse (3.0.0-1) ... +
-Setting up node-parallel-transform (1.1.0-2) ... +
-Setting up node-which (2.0.2-1) ... +
-Setting up node-lcid (1.0.0-1) ... +
-Setting up node-typedarray-to-buffer (3.0.3-3) ... +
-Setting up node-dot-prop (5.2.0-1) ... +
-Setting up node-stream-iterate (1.2.0-4) ... +
-Setting up node-tar (4.4.10+ds1-2ubuntu1) ... +
-Setting up node-inflight (1.0.6-1) ... +
-Setting up node-has-to-string-tag-x (1.4.1+dfsg-1) ... +
-Setting up node-tough-cookie (3.0.0-1) ... +
-Setting up node-rc (1.2.8-1) ... +
-Setting up node-is-path-inside (1.0.1-1) ... +
-Setting up node-minimatch (3.0.4-4) ... +
-Setting up node-npm-package-arg (6.1.1-1) ... +
-Setting up node-verror (1.10.0-1) ... +
-Setting up node-getpass (0.1.7-1) ... +
-Setting up node-nopt (3.0.6-4) ... +
-Setting up node-isurl (4.0.1-2) ... +
-Setting up node-color-convert (1.9.3-1) ... +
-Setting up node-string-width (2.1.1-1) ... +
-Setting up node-har-validator (5.1.3-1) ... +
-Setting up node-readable-stream (3.4.0-2) ... +
-Setting up node-ssri (7.1.0-2) ... +
-Setting up node-through2 (3.0.1-2) ... +
-Setting up node-lru-cache (5.1.1-5) ... +
-Setting up node-bcrypt-pbkdf (1.0.2-1) ... +
-Setting up node-promise-retry (1.1.1-4) ... +
-Setting up node-end-of-stream (1.4.4-1) ... +
-Setting up node-pump (3.0.0-2) ... +
-Setting up node-write-file-atomic (3.0.3-1) ... +
-Setting up node-columnify (1.5.4-1) ... +
-Setting up node-jsprim (1.4.1-1) ... +
-Setting up node-flush-write-stream (2.0.0-2) ... +
-Setting up node-are-we-there-yet (1.1.5-1) ... +
-Setting up node-find-up (4.1.0-2) ... +
-Setting up node-duplexify (4.1.1-1) ... +
-Setting up node-spdx-correct (3.1.0-1) ... +
-Setting up node-cross-spawn (5.1.0-2) ... +
-Setting up node-ansi-styles (4.2.1-1) ... +
-Setting up node-glob (7.1.6-1) ... +
-Setting up node-get-stream (4.1.0-1) ... +
-Setting up node-pumpify (2.0.1-1) ... +
-Setting up node-widest-line (3.1.0-1) ... +
-Setting up node-got (7.1.0-1) ... +
-Setting up node-chalk (2.4.2-1) ... +
-Setting up node-configstore (5.0.1-1) ... +
-Setting up node-registry-url (3.1.0-1) ... +
-Setting up node-registry-auth-token (3.3.1-1) ... +
-Setting up node-wide-align (1.1.3-1) ... +
-Setting up node-ansi-align (3.0.0-1) ... +
-Setting up node-rimraf (2.6.3-1) ... +
-Setting up node-sshpk (1.16.1+dfsg-2) ... +
-Setting up node-bl (4.0.0-2) ... +
-Setting up node-validate-npm-package-license (3.0.4-1) ... +
-Setting up node-stream-each (1.2.3-1) ... +
-Setting up node-mississippi (3.0.0-1) ... +
-Setting up node-execa (0.10.0+dfsg-1) ... +
-Setting up node-copy-concurrently (1.0.5-4) ... +
-Setting up node-move-concurrently (1.0.1-2) ... +
-Setting up node-term-size (1.2.0+dfsg-2) ... +
-Setting up node-os-locale (4.0.0-1) ... +
-Setting up node-http-signature (1.3.2-1) ... +
-Setting up node-fs-vacuum (1.2.10-3) ... +
-Setting up node-gauge (2.7.4-1) ... +
-Setting up node-wrap-ansi (4.0.0-2) ... +
-Setting up node-normalize-package-data (2.5.0-1) ... +
-Setting up node-boxen (4.2.0-2) ... +
-Setting up node-package-json (4.0.1-1) ... +
-Setting up node-latest-version (3.1.0-1) ... +
-Setting up node-request (2.88.1-4) ... +
-Setting up node-npmlog (4.1.2-2) ... +
-Setting up node-cliui (4.1.0-2) ... +
-Setting up node-yargs (15.3.0-1) ... +
-Setting up node-cacache (11.3.3-2) ... +
-Setting up node-read-package-json (2.1.1-1) ... +
-Setting up node-gyp (6.1.0-3) ... +
-Setting up node-libnpx (10.2.1-2) ... +
-Setting up npm (6.14.4+ds-1ubuntu2) ... +
-Processing triggers for man-db (2.9.1-1) ... +
-Processing triggers for libc-bin (2.31-0ubuntu9.2) ... +
- +
-Installing on Ubuntu 20.04 LTS or newer: Using installed node.js version +
-Running git submodule update --init --recursive. +
- +
-Running git submodule update. +
- +
- +
-> yarn@1.22.10 preinstall /home/peter/chia-blockchain/chia-blockchain-gui/node_modules/yarn +
-> :; (node ./preinstall.js > /dev/null 2>&1 || true) +
- +
- +
-> electron-winstaller@5.0.0 install /home/peter/chia-blockchain/chia-blockchain-gui/node_modules/electron-winstaller +
-> node ./script/select-7z-arch.js +
- +
-Selecting 7-Zip for arch x64 +
- +
-> core-js@3.11.0 postinstall /home/peter/chia-blockchain/chia-blockchain-gui/node_modules/core-js +
-> node -e "try{require('./postinstall')}catch(e){}" +
- +
-Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! +
- +
-The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:  +
-> https://opencollective.com/core-js  +
-> https://www.patreon.com/zloirock  +
- +
-Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) +
- +
- +
-> core-js-pure@3.11.0 postinstall /home/peter/chia-blockchain/chia-blockchain-gui/node_modules/core-js-pure +
-> node -e "try{require('./postinstall')}catch(e){}" +
- +
- +
-> electron@11.4.3 postinstall /home/peter/chia-blockchain/chia-blockchain-gui/node_modules/electron +
-> node install.js +
- +
-npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents): +
-npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) +
-npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): +
-npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) +
- +
-added 1892 packages from 1021 contributors and audited 1907 packages in 24.047s +
- +
-189 packages are looking for funding +
-  run `npm fund` for details +
- +
-found 0 vulnerabilities +
- +
-npm WARN @pmmmwh/react-refresh-webpack-plugin@0.4.3 requires a peer of react-refresh@>=0.8.3 <0.10.0 but none is installed. You must install peer dependencies yourself. +
-npm WARN @use-it/event-listener@0.1.6 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself. +
-npm WARN acorn-dynamic-import@4.0.0 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself. +
-npm WARN react-scroll-to-bottom@4.1.1-master.2780945 requires a peer of react@^16.8.6 but none is installed. You must install peer dependencies yourself. +
-npm WARN react-simple-code-editor@0.10.0 requires a peer of react@^16.0.0 but none is installed. You must install peer dependencies yourself. +
-npm WARN react-simple-code-editor@0.10.0 requires a peer of react-dom@^16.0.0 but none is installed. You must install peer dependencies yourself. +
-npm WARN use-dark-mode@2.3.1 requires a peer of react@^16.8.0 but none is installed. You must install peer dependencies yourself. +
-npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents): +
-npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) +
-npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/webpack-dev-server/node_modules/fsevents): +
-npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) +
- +
-up to date in 4.199s +
- +
-189 packages are looking for funding +
-  run `npm fund` for details +
- +
-fixed 0 of 0 vulnerabilities in 1907 scanned packages +
- +
-> chia-blockchain@ build /home/peter/chia-blockchain/chia-blockchain-gui +
-> npm run locale && npm run build:electron && npm run build:react +
- +
- +
-> chia-blockchain@ locale /home/peter/chia-blockchain/chia-blockchain-gui +
-> lingui extract && lingui compile +
- +
-Catalog statistics for /home/peter/chia-blockchain/chia-blockchain-gui/src/locales/{locale}/messages:  +
-┌────────────────┬─────────────┬─────────┐ +
-│ Language       │ Total count │ Missing │ +
-├────────────────┼─────────────┼─────────┤ +
-│ cs-CZ          │     470     │   98    │ +
-│ da-DK          │     470     │   57    │ +
-│ de-DE          │     470     │   57    │ +
-│ el-GR          │     470     │   59    │ +
-│ en-AU          │     470     │   57    │ +
-│ en-NZ          │     470     │   57    │ +
-│ en-PT          │     470     │   57    │ +
-│ en-US (source) │     470     │    -    │ +
-│ es-ES          │     470     │   57    │ +
-│ fi-FI          │     470     │   57    │ +
-│ fr-FR          │     470     │   57    │ +
-│ id-ID          │     470     │   82    │ +
-│ it-IT          │     470     │   57    │ +
-│ ja-JP          │     470     │   59    │ +
-│ ko-KR          │     470     │   106   │ +
-│ nl-NL          │     470     │   109   │ +
-│ no-NO          │     470     │   196   │ +
-│ pl-PL          │     470     │   70    │ +
-│ pt-BR          │     470     │   57    │ +
-│ pt-PT          │     470     │   57    │ +
-│ ro-RO          │     470     │   66    │ +
-│ ru-RU          │     470     │   57    │ +
-│ sk-SK          │     470     │   75    │ +
-│ sv-SE          │     470     │   57    │ +
-│ tr-TR          │     470     │   57    │ +
-│ uk-UA          │     470     │   57    │ +
-│ zh-TW          │     470     │   57    │ +
-│ zh-CN          │     470     │   57    │ +
-└────────────────┴─────────────┴─────────┘ +
- +
-(use "npm run locale:extract" to update catalogs with new messages) +
-(use "npm run locale:compile" to compile catalogs for production) +
-Compiling message catalogs… +
-Done! +
- +
-> chia-blockchain@ build:electron /home/peter/chia-blockchain/chia-blockchain-gui +
-> cross-env NODE_ENV=production webpack --config ./webpack.electron.babel.ts +
- +
- +
-> chia-blockchain@ build:react /home/peter/chia-blockchain/chia-blockchain-gui +
-> cross-env NODE_ENV=production webpack --config ./webpack.react.babel.ts +
- +
- +
-Chia blockchain install-gui.sh complete. +
- +
-Type 'cd chia-blockchain-gui' and then 'npm run electron &' to start the GUI +
-</code>+
  
crypto/chia/install.1620839453.txt.gz · Last modified: 2021/05/12 17:10 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki