Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch
- * master
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch -a
- * master
- remotes/origin/HEAD -> origin/master
- remotes/origin/RulesforReviewers
- remotes/origin/UpdateReviews2
- remotes/origin/addAnchorsOnLandingPage
- remotes/origin/analysisWS16
- remotes/origin/analysisWS23b
- remotes/origin/analysisWS26
- remotes/origin/analysisWS35
- remotes/origin/analysisWS9
- remotes/origin/chartjs2
- remotes/origin/cryptoCom
- remotes/origin/dannygarcia-master-patch-17004
- remotes/origin/dannygarcia-master-patch-23738
- remotes/origin/desktop01
- remotes/origin/develop
- remotes/origin/fdroid
- remotes/origin/feature/hw-opendime
- remotes/origin/feature/hw-review-opolo
- remotes/origin/feature/wr-com.blockchain.wallet.btc
- remotes/origin/featureLinuxWallets2
- remotes/origin/features2
- remotes/origin/genericYaml2
- remotes/origin/hwallet7
- remotes/origin/master
- remotes/origin/nowalletVerdict
- remotes/origin/syncios
- remotes/origin/syncios2
- remotes/origin/syncios3
- remotes/origin/trezorOne
- remotes/origin/warnings2
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git remote add leo https://gitlab.com/walletscrutiny/walletScrutinyCom.git
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git checkout master
- Already on 'master'
- Your branch is up to date with 'origin/master'.
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git pull
- remote: Enumerating objects: 10433, done.
- remote: Counting objects: 100% (9783/9783), done.
- remote: Compressing objects: 100% (485/485), done.
- remote: Total 10433 (delta 9304), reused 9755 (delta 9298), pack-reused 650
- Receiving objects: 100% (10433/10433), 8.33 MiB | 2.95 MiB/s, done.
- Resolving deltas: 100% (9630/9630), completed with 2016 local objects.
- From gitlab.com:dannygarcia/walletScrutinyCom
- * [new branch] hwallet11 -> origin/hwallet11
- Already up to date.
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch
- * master
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch -a
- * master
- remotes/origin/HEAD -> origin/master
- remotes/origin/RulesforReviewers
- remotes/origin/UpdateReviews2
- remotes/origin/addAnchorsOnLandingPage
- remotes/origin/analysisWS16
- remotes/origin/analysisWS23b
- remotes/origin/analysisWS26
- remotes/origin/analysisWS35
- remotes/origin/analysisWS9
- remotes/origin/chartjs2
- remotes/origin/cryptoCom
- remotes/origin/dannygarcia-master-patch-17004
- remotes/origin/dannygarcia-master-patch-23738
- remotes/origin/desktop01
- remotes/origin/develop
- remotes/origin/fdroid
- remotes/origin/feature/hw-opendime
- remotes/origin/feature/hw-review-opolo
- remotes/origin/feature/wr-com.blockchain.wallet.btc
- remotes/origin/featureLinuxWallets2
- remotes/origin/features2
- remotes/origin/genericYaml2
- remotes/origin/hwallet11
- remotes/origin/hwallet7
- remotes/origin/master
- remotes/origin/nowalletVerdict
- remotes/origin/syncios
- remotes/origin/syncios2
- remotes/origin/syncios3
- remotes/origin/trezorOne
- remotes/origin/warnings2
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git merge leo/master
- merge: leo/master - not something we can merge
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git merge
- Already up to date.
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git fetch leo
- remote: Enumerating objects: 2179, done.
- remote: Counting objects: 100% (2160/2160), done.
- remote: Compressing objects: 100% (997/997), done.
- remote: Total 2179 (delta 1606), reused 1680 (delta 1163), pack-reused 19
- Receiving objects: 100% (2179/2179), 8.78 MiB | 2.98 MiB/s, done.
- Resolving deltas: 100% (1606/1606), completed with 574 local objects.
- From https://gitlab.com/walletscrutiny/walletScrutinyCom
- * [new branch] analysisWS7 -> leo/analysisWS7
- * [new branch] analysisWS8 -> leo/analysisWS8
- * [new branch] chartjs2 -> leo/chartjs2
- * [new branch] desktop -> leo/desktop
- * [new branch] develop -> leo/develop
- * [new branch] fdroid -> leo/fdroid
- * [new branch] featureLinuxWallets2 -> leo/featureLinuxWallets2
- * [new branch] features2 -> leo/features2
- * [new branch] genericYaml2 -> leo/genericYaml2
- * [new branch] master -> leo/master
- * [new branch] metaVerdicts -> leo/metaVerdicts
- * [new branch] throttled -> leo/throttled
- * [new branch] warnings2 -> leo/warnings2
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch
- * master
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ ls
- _android _data _includes _press resSources
- app-store-scraper debug.keystore _iphone README.md _sass
- assets embed _layouts refreshApps.js scripts
- _authors Gemfile LICENSE refreshDonations.js someCharts.ods
- CHANGELOG.md Gemfile.lock netlify.toml refreshHardwareWallets.js test.sh
- _config.dev.yml gulpfile.js package.json refreshNewAndroidApps.js updateImages.sh
- _config.yml _hardware package-lock.json refreshNewIphoneApps.js
- CONTRIBUTING.md images _pages refresh.sh
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch -a
- * master
- remotes/leo/analysisWS7
- remotes/leo/analysisWS8
- remotes/leo/chartjs2
- remotes/leo/desktop
- remotes/leo/develop
- remotes/leo/fdroid
- remotes/leo/featureLinuxWallets2
- remotes/leo/features2
- remotes/leo/genericYaml2
- remotes/leo/master
- remotes/leo/metaVerdicts
- remotes/leo/throttled
- remotes/leo/warnings2
- remotes/origin/HEAD -> origin/master
- remotes/origin/RulesforReviewers
- remotes/origin/UpdateReviews2
- remotes/origin/addAnchorsOnLandingPage
- remotes/origin/analysisWS16
- remotes/origin/analysisWS23b
- remotes/origin/analysisWS26
- remotes/origin/analysisWS35
- remotes/origin/analysisWS9
- remotes/origin/chartjs2
- remotes/origin/cryptoCom
- remotes/origin/dannygarcia-master-patch-17004
- remotes/origin/dannygarcia-master-patch-23738
- remotes/origin/desktop01
- remotes/origin/develop
- remotes/origin/fdroid
- remotes/origin/feature/hw-opendime
- remotes/origin/feature/hw-review-opolo
- remotes/origin/feature/wr-com.blockchain.wallet.btc
- remotes/origin/featureLinuxWallets2
- remotes/origin/features2
- remotes/origin/genericYaml2
- remotes/origin/hwallet11
- remotes/origin/hwallet7
- remotes/origin/master
- remotes/origin/nowalletVerdict
- remotes/origin/syncios
- remotes/origin/syncios2
- remotes/origin/syncios3
- remotes/origin/trezorOne
- remotes/origin/warnings2
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git checkout origin/hwallet11
- Note: switching to 'origin/hwallet11'.
- You are in 'detached HEAD' state. You can look around, make experimental
- changes and commit them, and you can discard any commits you make in this
- state without impacting any branches by switching back to a branch.
- If you want to create a new branch to retain commits you create, you may
- do so (now or later) by using -c with the switch command. Example:
- git switch -c <new-branch-name>
- Or undo this operation with:
- git switch -
- Turn off this advice by setting config variable advice.detachedHead to false
- HEAD is now at 69822d9fd hwallet 11
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git checkout hwallet11
- Branch 'hwallet11' set up to track remote branch 'hwallet11' from 'origin'.
- Switched to a new branch 'hwallet11'
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch
- * hwallet11
- master
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ npx gulp serve
- Command 'npx' not found, but can be installed with:
- sudo apt install npm
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ cd ~
- dannybuntu@ubuntuvbox:~$ sudo apt install npm
- [sudo] password for dannybuntu:
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following additional packages will be installed:
- build-essential dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gyp javascript-common libalgorithm-diff-perl
- libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libatomic1 libc-ares2 libc-dev-bin libc6-dev
- libcrypt-dev libfakeroot libgcc-9-dev libitm1 libjs-inherits libjs-is-typedarray libjs-psl
- libjs-typedarray-to-buffer liblsan0 libnode-dev libnode64 libpython2-stdlib libpython2.7-minimal
- libpython2.7-stdlib libquadmath0 libssl-dev libstdc++-9-dev libtsan0 libubsan1 libuv1-dev
- linux-libc-dev make manpages-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
- python-pkg-resources python2 python2-minimal python2.7 python2.7-minimal
- Suggested packages:
- debian-keyring g++-multilib g++-9-multilib gcc-9-doc gcc-multilib autoconf automake libtool flex bison
- gcc-doc gcc-9-multilib gcc-9-locales apache2 | lighttpd | httpd glibc-doc libssl-doc libstdc++-9-doc
- make-doc python-setuptools python2-doc python-tk python2.7-doc
- The following NEW packages will be installed:
- build-essential dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gyp javascript-common libalgorithm-diff-perl
- libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libatomic1 libc-ares2 libc-dev-bin libc6-dev
- libcrypt-dev libfakeroot libgcc-9-dev libitm1 libjs-inherits libjs-is-typedarray libjs-psl
- libjs-typedarray-to-buffer liblsan0 libnode-dev libnode64 libpython2-stdlib libpython2.7-minimal
- libpython2.7-stdlib libquadmath0 libssl-dev libstdc++-9-dev libtsan0 libubsan1 libuv1-dev
- linux-libc-dev make manpages-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 python2 python2-minimal python2.7 python2.7-minimal
- 0 upgraded, 324 newly installed, 0 to remove and 1 not upgraded.
- Need to get 48.5 MB of archives.
- After this operation, 227 MB of additional disk space will be used.
- Do you want to continue? [Y/n] y
- Get:1 http://ph.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libpython2.7-minimal amd64 2.7.18-1~20.04.1 [335 kB]
- Get:2 http://ph.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python2.7-minimal amd64 2.7.18-1~20.04.1 [1,285 kB]
- Get:3 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 python2-minimal amd64 2.7.17-2ubuntu4 [27.5 kB]
- Get:4 http://ph.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libpython2.7-stdlib amd64 2.7.18-1~20.04.1 [1,887 kB]
- Get:5 http://ph.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python2.7 amd64 2.7.18-1~20.04.1 [248 kB]
- Get:6 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libpython2-stdlib amd64 2.7.17-2ubuntu4 [7,072 B]
- Get:7 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 python2 amd64 2.7.17-2ubuntu4 [26.5 kB]
- Get:8 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB]
- Get:9 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-100.113 [1,120 kB]
- Get:10 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
- Get:11 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2,520 kB]
- Get:12 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
- Get:13 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9,284 B]
- Get:14 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB]
- Get:15 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
- Get:16 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2,009 kB]
- Get:17 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
- Get:18 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
- Get:19 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2,360 kB]
- Get:20 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8,241 kB]
- Get:21 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5,208 B]
- Get:22 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1,714 kB]
- Get:23 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB]
- Get:24 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B]
- Get:25 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
- Get:26 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
- Get:27 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B]
- Get:28 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
- Get:29 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
- Get:30 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 python-pkg-resources all 44.0.0-2 [129 kB]
- Get:31 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 gyp all 0.1+20180428git4d467626-3ubuntu1 [237 kB]
- Get:32 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B]
- Get:33 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
- Get:34 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
- Get:35 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
- Get:36 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-is-typedarray all 1.0.0-2 [2,934 B]
- Get:37 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-psl all 1.7.0+ds-1 [67.2 kB]
- Get:38 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-typedarray-to-buffer all 3.0.3-3 [3,986 B]
- Get:39 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.10 [1,584 kB]
- Get:40 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1-dev amd64 1.34.2-1ubuntu1.3 [103 kB]
- Get:41 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-ares2 amd64 1.15.0-1ubuntu0.1 [38.2 kB]
- Get:42 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libnode64 amd64 10.19.0~dfsg-3ubuntu1 [5,765 kB]
- Get:43 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libnode-dev amd64 10.19.0~dfsg-3ubuntu1 [370 kB]
- Get:44 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2,266 kB]
- Get:45 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 nodejs amd64 10.19.0~dfsg-3ubuntu1 [61.1 kB]
- Get:46 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-fast-deep-equal all 1.1.0-1 [4,248 B]
- Get:47 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonify all 0.0.0-1 [5,440 B]
- Get:48 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-stable-stringify all 1.0.1-1 [4,498 B]
- Get:49 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-schema-traverse all 0.3.1-1 [3,968 B]
- Get:50 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-punycode all 2.1.1-3 [9,432 B]
- Get:51 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-uri-js all 4.2.2+dfsg-5 [15.6 kB]
- Get:52 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ajv all 6.10.2-1 [72.2 kB]
- Get:53 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-clone all 2.1.2-1 [7,924 B]
- Get:54 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-defaults all 1.0.3-1 [3,142 B]
- Get:55 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-wcwidth.js all 1.0.0-1 [6,450 B]
- Get:56 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-regex all 5.0.0-1 [4,736 B]
- Get:57 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-ansi all 6.0.0-2 [4,092 B]
- Get:58 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-string-width all 2.1.1-1 [4,104 B]
- Get:59 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-align all 3.0.0-1 [4,700 B]
- Get:60 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansistyles all 0.1.3-2 [4,316 B]
- Get:61 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-aproba all 2.0.0-1 [5,476 B]
- Get:62 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-delegates all 1.0.0-1 [3,648 B]
- Get:63 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-inherits all 2.0.4-1 [3,264 B]
- Get:64 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-inherits all 2.0.4-1 [3,180 B]
- Get:65 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-core-util-is all 1.0.2-1 [3,436 B]
- Get:66 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-safe-buffer all 5.2.0-1 [12.6 kB]
- Get:67 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-string-decoder all 1.2.0-2 [6,596 B]
- Get:68 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-process-nextick-args all 2.0.0-1 [3,428 B]
- Get:69 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-util-deprecate all 1.0.2-1 [3,708 B]
- Get:70 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-isarray all 2.0.5-1 [3,796 B]
- Get:71 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-readable-stream all 3.4.0-2 [35.4 kB]
- Get:72 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-are-we-there-yet all 1.1.5-1 [6,876 B]
- Get:73 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-asap all 2.0.6-2 [13.1 kB]
- Get:74 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-asn1 all 0.2.3-2 [7,380 B]
- Get:75 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-assert-plus all 1.0.0-2 [8,912 B]
- Get:76 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-asynckit all 0.4.0-3 [10.3 kB]
- Get:77 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-aws-sign2 all 0.7.1-2 [4,176 B]
- Get:78 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-aws4 all 1.9.0-1 [12.1 kB]
- Get:79 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-tweetnacl all 1.0.1+dfsg-2 [31.1 kB]
- Get:80 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-bcrypt-pbkdf all 1.0.2-1 [10.8 kB]
- Get:81 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-bluebird all 3.5.1+dfsg2-2build1 [36.4 kB]
- Get:82 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-camelcase all 5.3.1-1 [4,888 B]
- Get:83 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-color-name all 1.1.3-1 [4,224 B]
- Get:84 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-color-convert all 1.9.3-1 [9,680 B]
- Get:85 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-styles all 4.2.1-1 [7,644 B]
- Get:86 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-escape-string-regexp all 1.0.5-1 [3,262 B]
- Get:87 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-has-flag all 4.0.0-1 [4,120 B]
- Get:88 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-supports-color all 6.1.0-2 [5,532 B]
- Get:89 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-chalk all 2.4.2-1 [12.5 kB]
- Get:90 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-cli-boxes all 2.2.0-2 [4,220 B]
- Get:91 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-yallist all 4.0.0-1 [6,612 B]
- Get:92 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lru-cache all 5.1.1-5 [8,308 B]
- Get:93 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-isexe all 2.0.0-4 [4,440 B]
- Get:94 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-which all 2.0.2-1 [5,472 B]
- Get:95 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-shebang-regex all 2.0.0-1 [2,776 B]
- Get:96 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-shebang-command all 1.2.0-1 [2,934 B]
- Get:97 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-cross-spawn all 5.1.0-2 [8,536 B]
- Get:98 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-wrappy all 1.0.2-1 [3,162 B]
- Get:99 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-once all 1.4.0-3 [4,388 B]
- Get:100 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-end-of-stream all 1.4.4-1 [4,388 B]
- Get:101 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-pump all 3.0.0-2 [4,820 B]
- Get:102 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-get-stream all 4.1.0-1 [5,244 B]
- Get:103 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-stream all 1.1.0-1 [3,046 B]
- Get:104 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-run-path all 2.0.2-2 [4,448 B]
- Get:105 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-finally all 1.0.0-2 [3,276 B]
- Get:106 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-signal-exit all 3.0.2-1 [5,156 B]
- Get:107 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-eof all 1.0.0-2 [3,040 B]
- Get:108 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-execa all 0.10.0+dfsg-1 [8,964 B]
- Get:109 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-term-size all 1.2.0+dfsg-2 [3,984 B]
- Get:110 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-widest-line all 3.1.0-1 [3,956 B]
- Get:111 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-boxen all 4.2.0-2 [15.2 kB]
- Get:112 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-builtin-modules all 3.1.0-1 [4,208 B]
- Get:113 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-builtins all 1.0.3-1 [2,776 B]
- Get:114 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-chownr all 1.1.3-3 [4,028 B]
- Get:115 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-balanced-match all 1.0.0-1 [4,576 B]
- Get:116 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-concat-map all 0.0.1-2 [4,008 B]
- Get:117 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-brace-expansion all 1.1.11-1 [6,368 B]
- Get:118 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-minimatch all 3.0.4-4 [13.7 kB]
- Get:119 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-fs.realpath all 1.0.0-1 [5,572 B]
- Get:120 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-inflight all 1.0.6-1 [3,382 B]
- Get:121 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-path-is-absolute all 2.0.0-1 [3,900 B]
- Get:122 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-glob all 7.1.6-1 [125 kB]
- Get:123 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-graceful-fs all 4.2.3-2 [11.4 kB]
- Get:124 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-typedarray all 0.0.6-1 [8,242 B]
- Get:125 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-concat-stream all 1.6.2-1 [5,684 B]
- Get:126 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-shift all 1.0.0-1 [2,884 B]
- Get:127 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-duplexify all 4.1.1-1 [5,664 B]
- Get:128 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-flush-write-stream all 2.0.0-2 [4,212 B]
- Get:129 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-from2 all 2.3.0-1 [4,372 B]
- Get:130 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-cyclist all 1.0.1-2 [3,652 B]
- Get:131 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-parallel-transform all 1.1.0-2 [4,172 B]
- Get:132 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-pumpify all 2.0.1-1 [4,516 B]
- Get:133 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-each all 1.2.3-1 [4,688 B]
- Get:134 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-through2 all 3.0.1-2 [6,720 B]
- Get:135 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mississippi all 3.0.0-1 [7,804 B]
- Get:136 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mkdirp all 0.5.1-2 [5,376 B]
- Get:137 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-run-queue all 1.0.3-1 [4,540 B]
- Get:138 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-rimraf all 2.6.3-1 [8,368 B]
- Get:139 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-imurmurhash all 0.1.4-1 [8,272 B]
- Get:140 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-iferr all 1.0.2-1 [3,536 B]
- Get:141 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-fs-write-stream-atomic all 1.0.10-4 [4,860 B]
- Get:142 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-copy-concurrently all 1.0.5-4 [6,556 B]
- Get:143 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-move-concurrently all 1.0.1-2 [4,684 B]
- Get:144 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-promise-inflight all 1.0.1-1 [3,144 B]
- Get:145 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ssri all 7.1.0-2 [18.7 kB]
- Get:146 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-unique-filename all 1.1.1+ds-1 [3,832 B]
- Get:147 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-y18n all 4.0.0-2 [5,476 B]
- Get:148 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-cacache all 11.3.3-2 [24.3 kB]
- Get:149 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-call-limit all 1.1.1-1 [4,084 B]
- Get:150 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-caseless all 0.12.0-1 [3,382 B]
- Get:151 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ci-info all 2.0.0-1 [6,452 B]
- Get:152 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-wrap-ansi all 4.0.0-2 [5,576 B]
- Get:153 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-cliui all 4.1.0-2 [7,336 B]
- Get:154 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-co all 4.6.0-1 [6,220 B]
- Get:155 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-colors all 1.4.0-1 [11.8 kB]
- Get:156 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-columnify all 1.5.4-1 [11.2 kB]
- Get:157 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-proto-list all 1.2.4-1 [3,088 B]
- Get:158 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ini all 1.3.5-1 [5,776 B]
- Get:159 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-config-chain all 1.1.12-1 [8,056 B]
- Get:160 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-obj all 1.0.1-2 [3,018 B]
- Get:161 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-dot-prop all 5.2.0-1 [5,052 B]
- Get:162 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-semver all 7.1.3-1 [31.6 kB]
- Get:163 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-make-dir all 3.0.2-1 [5,820 B]
- Get:164 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-crypto-random-string all 1.0.0-1 [3,250 B]
- Get:165 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-unique-string all 1.0.0-1 [3,048 B]
- Get:166 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-typedarray all 1.0.0-2 [2,216 B]
- Get:167 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-typedarray-to-buffer all 3.0.3-3 [2,374 B]
- Get:168 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-write-file-atomic all 3.0.3-1 [6,240 B]
- Get:169 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-xdg-basedir all 3.0.0-1 [3,696 B]
- Get:170 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-configstore all 5.0.1-1 [5,396 B]
- Get:171 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-console-control-strings all 1.1.0-1 [4,946 B]
- Get:172 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-dashdash all 1.14.1-2 [17.8 kB]
- Get:173 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-decamelize all 1.2.0-1 [3,090 B]
- Get:174 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mimic-response all 2.1.0-1 [4,588 B]
- Get:175 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-decompress-response all 3.3.0-1 [3,396 B]
- Get:176 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-deep-extend all 0.6.0-1 [4,972 B]
- Get:177 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lodash-packages all 4.17.15+dfsg-2 [123 kB]
- Get:178 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-define-properties all 1.1.3-1 [6,396 B]
- Get:179 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-detect-indent all 5.0.0-1 [4,426 B]
- Get:180 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-detect-newline all 2.1.0-1 [3,018 B]
- Get:181 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-duplexer3 all 0.1.4-5 [5,168 B]
- Get:182 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsbn all 1.1.0-1 [13.6 kB]
- Get:183 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ecc-jsbn all 0.2.0-2 [9,432 B]
- Get:184 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-editor all 1.0.0-1 [3,334 B]
- Get:185 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-err-code all 2.0.0+dfsg-1 [4,024 B]
- Get:186 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-es6-promise all 4.2.8-6 [14.2 kB]
- Get:187 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-extsprintf all 1.3.0-1 [4,492 B]
- Get:188 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-limit all 2.2.2-1 [5,556 B]
- Get:189 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-locate all 2.0.0-1 [4,104 B]
- Get:190 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-path-exists all 4.0.0-2 [3,872 B]
- Get:191 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-locate-path all 5.0.0-2 [4,952 B]
- Get:192 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-find-up all 4.1.0-2 [5,724 B]
- Get:193 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-path-is-inside all 1.0.2-1 [3,982 B]
- Get:194 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-fs-vacuum all 1.2.10-3 [4,584 B]
- Get:195 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-function-bind all 1.1.1+repack-1 [5,040 B]
- Get:196 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-object-assign all 4.1.1-3 [4,496 B]
- Get:197 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-has-unicode all 2.0.1-2 [3,480 B]
- Get:198 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-wide-align all 1.1.3-1 [3,936 B]
- Get:199 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-gauge all 2.7.4-1 [22.1 kB]
- Get:200 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-genfun all 5.0.0-1 [14.1 kB]
- Get:201 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-get-caller-file all 1.0.2-1 [2,850 B]
- Get:202 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-getpass all 0.1.7-1 [4,180 B]
- Get:203 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-retry-allowed all 1.1.0-1 [3,416 B]
- Get:204 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-cancelable all 0.3.0-1 [4,452 B]
- Get:205 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-timeout all 1.2.0-1 [3,680 B]
- Get:206 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-plain-obj all 1.1.0-1 [3,036 B]
- Get:207 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-url-to-options all 1.0.1-1 [3,272 B]
- Get:208 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-timed-out all 4.0.1-5 [4,228 B]
- Get:209 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lowercase-keys all 2.0.0-1 [3,668 B]
- Get:210 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-object all 1.0.1-1 [3,332 B]
- Get:211 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-has-symbol-support-x all 1.4.1+dfsg-1 [4,072 B]
- Get:212 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-has-to-string-tag-x all 1.4.1+dfsg-1 [4,188 B]
- Get:213 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-isurl all 4.0.1-2 [6,976 B]
- Get:214 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-prepend-http all 2.0.0-1 [3,332 B]
- Get:215 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-url-parse-lax all 1.0.0-1 [3,260 B]
- Get:216 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-got all 7.1.0-1 [11.8 kB]
- Get:217 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-har-schema all 2.0.0-3 [5,788 B]
- Get:218 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-har-validator all 5.1.3-1 [4,604 B]
- Get:219 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-hosted-git-info all 2.8.5-1 [8,112 B]
- Get:220 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-schema all 0.2.3-1 [7,038 B]
- Get:221 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-verror all 1.10.0-1 [13.6 kB]
- Get:222 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsprim all 1.4.1-1 [12.9 kB]
- Get:223 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-sshpk all 1.16.1+dfsg-2 [54.7 kB]
- Get:224 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-http-signature all 1.3.2-1 [10.9 kB]
- Get:225 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-iconv-lite all 0.4.23-1 [124 kB]
- Get:226 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-import-lazy all 3.0.0.REALLY.2.1.0-1 [4,036 B]
- Get:227 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-invert-kv all 1.0.0-1 [2,900 B]
- Get:228 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ip all 1.1.5-5 [6,648 B]
- Get:229 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ip-regex all 4.1.0-2 [4,628 B]
- Get:230 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-npm all 1.0.0-1 [2,872 B]
- Get:231 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-path-inside all 1.0.1-1 [3,260 B]
- Get:232 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-isstream all 0.1.2+dfsg-1 [3,588 B]
- Get:233 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-parse-better-errors all 1.0.2-2 [4,584 B]
- Get:234 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonparse all 1.3.1-7 [7,004 B]
- Get:235 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-through all 2.3.8-1 [4,220 B]
- Get:236 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonstream all 1.3.5-1 [8,468 B]
- Get:237 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-minimist all 1.2.5-1 [6,092 B]
- Get:238 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-json-comments all 3.0.1-3 [4,676 B]
- Get:239 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-rc all 1.2.8-1 [8,584 B]
- Get:240 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-registry-url all 3.1.0-1 [3,292 B]
- Get:241 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-registry-auth-token all 3.3.1-1 [4,752 B]
- Get:242 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-package-json all 4.0.1-1 [4,220 B]
- Get:243 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-latest-version all 3.1.0-1 [3,164 B]
- Get:244 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lazy-property all 1.0.0-3 [3,596 B]
- Get:245 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lcid all 1.0.0-1 [4,264 B]
- Get:246 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-osenv all 0.1.5-1 [4,368 B]
- Get:247 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-validate-npm-package-name all 3.0.0-1 [4,472 B]
- Get:248 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-package-arg all 6.1.1-1 [7,312 B]
- Get:249 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-require-directory all 2.1.1-1 [5,394 B]
- Get:250 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-set-blocking all 2.0.0-1 [3,402 B]
- Get:251 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-require-main-filename all 1.0.1-1 [3,198 B]
- Get:252 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-which-module all 2.0.0-1 [3,368 B]
- Get:253 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mimic-fn all 3.0.0-1 [5,044 B]
- Get:254 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mem all 1.1.0-1 [4,116 B]
- Get:255 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-os-locale all 4.0.0-1 [4,720 B]
- Get:256 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-yargs-parser all 18.1.1-1 [15.2 kB]
- Get:257 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-yargs all 15.3.0-1 [91.5 kB]
- Get:258 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-libnpx all 10.2.1-2 [35.0 kB]
- Get:259 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lodash all 4.17.15+dfsg-2 [243 kB]
- Get:260 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ms all 2.1.1-1 [4,588 B]
- Get:261 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-bundled all 1.1.1-1 [6,096 B]
- Get:262 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-number-is-nan all 2.0.0-1 [3,428 B]
- Get:263 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-opener all 1.5.1-1 [4,864 B]
- Get:264 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-is-promise all 3.0.0-1 [3,792 B]
- Get:265 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-performance-now all 2.1.0+debian-1 [4,482 B]
- Get:266 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-pify all 3.0.0-1 [4,492 B]
- Get:267 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-retry all 0.12.0-1 [10.4 kB]
- Get:268 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-promise-retry all 1.1.1-4 [4,760 B]
- Get:269 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mute-stream all 0.0.8-2 [5,172 B]
- Get:270 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-read all 1.0.7-2 [5,304 B]
- Get:271 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-promzard all 0.3.0-1 [9,004 B]
- Get:272 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-pseudomap all 1.0.2-1 [3,534 B]
- Get:273 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-psl all 1.7.0+ds-1 [36.7 kB]
- Get:274 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-qw all 1.0.1-1 [3,120 B]
- Get:275 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-resolve-from all 4.0.0-1 [3,724 B]
- Get:276 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-semver-diff all 2.1.0-2 [3,388 B]
- Get:277 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-slash all 3.0.0-1 [3,744 B]
- Get:278 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-sorted-object all 2.0.1-1 [3,720 B]
- Get:279 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-license-ids all 3.0.5-1 [6,448 B]
- Get:280 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-exceptions all 2.2.0-1 [3,752 B]
- Get:281 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-expression-parse all 3.0.0-1 [6,608 B]
- Get:282 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-correct all 3.1.0-1 [5,188 B]
- Get:283 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-iterate all 1.2.0-4 [3,772 B]
- Get:284 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-strict-uri-encode all 2.0.0-1 [2,984 B]
- Get:285 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-text-table all 0.2.0-2 [4,348 B]
- Get:286 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-tough-cookie all 3.0.0-1 [26.4 kB]
- Get:287 http://ph.archive.ubuntu.com/ubuntu focal-updates/universe amd64 node-uid-number all 0.0.6-1ubuntu0.20.04.1 [3,596 B]
- Get:288 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-unpipe all 1.0.0-1 [3,530 B]
- Get:289 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-uuid all 3.3.2-2 [16.4 kB]
- Get:290 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-validate-npm-package-license all 3.0.4-1 [4,172 B]
- Get:291 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-xtend all 4.0.2-1 [3,752 B]
- Get:292 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 nodejs-doc all 10.19.0~dfsg-3ubuntu1 [942 kB]
- Get:293 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-abbrev all 1.1.1-2 [4,852 B]
- Get:294 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi all 0.3.1-1 [9,068 B]
- Get:295 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-archy all 1.0.0-3 [4,480 B]
- Get:296 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-bl all 4.0.0-2 [10.3 kB]
- Get:297 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-delayed-stream all 1.0.0-4 [5,276 B]
- Get:298 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-combined-stream all 1.0.8-1 [6,056 B]
- Get:299 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-debug all 4.1.1-2 [17.6 kB]
- Get:300 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-encoding all 0.1.12-3 [4,644 B]
- Get:301 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-prr all 1.0.1-1 [3,726 B]
- Get:302 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-errno all 0.1.7-1 [7,520 B]
- Get:303 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-extend all 3.0.2-1 [5,496 B]
- Get:304 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-forever-agent all 0.6.1-2 [4,248 B]
- Get:305 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mime all 2.4.4+dfsg-1 [33.3 kB]
- Get:306 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mime-types all 2.1.25-1 [6,332 B]
- Get:307 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-form-data all 3.0.0-2 [12.8 kB]
- Get:308 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-nopt all 3.0.6-4 [10.7 kB]
- Get:309 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-npmlog all 4.1.2-2 [8,224 B]
- Get:310 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-stringify-safe all 5.0.1+repack-2 [20.5 kB]
- Get:311 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-oauth-sign all 0.9.0-2 [4,312 B]
- Get:312 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-qs all 6.9.1+ds-1 [17.1 kB]
- Get:313 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-tunnel-agent all 0.6.1-2 [4,996 B]
- Get:314 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-request all 2.88.1-4 [25.0 kB]
- Get:315 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-tar all 4.4.10+ds1-2ubuntu1 [31.3 kB]
- Get:316 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-gyp all 6.1.0-3 [33.8 kB]
- Get:317 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lockfile all 1.0.4-3 [7,252 B]
- Get:318 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-resolve all 1.15.1-3 [13.0 kB]
- Get:319 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-normalize-package-data all 2.5.0-1 [14.8 kB]
- Get:320 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-os-tmpdir all 1.0.2-1 [3,836 B]
- Get:321 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-read-package-json all 2.1.1-1 [9,392 B]
- Get:322 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-sha all 3.0.0-1 [4,848 B]
- Get:323 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-slide all 1.1.6-2 [6,328 B]
- Get:324 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 npm all 6.14.4+ds-1ubuntu2 [583 kB]
- Fetched 48.5 MB in 2min 19s (348 kB/s)
- Extracting templates from packages: 100%
- Selecting previously unselected package libpython2.7-minimal:amd64.
- (Reading database ... 170059 files and directories currently installed.)
- Preparing to unpack .../0-libpython2.7-minimal_2.7.18-1~20.04.1_amd64.deb ...
- Unpacking libpython2.7-minimal:amd64 (2.7.18-1~20.04.1) ...
- Selecting previously unselected package python2.7-minimal.
- Preparing to unpack .../1-python2.7-minimal_2.7.18-1~20.04.1_amd64.deb ...
- Unpacking python2.7-minimal (2.7.18-1~20.04.1) ...
- Selecting previously unselected package python2-minimal.
- Preparing to unpack .../2-python2-minimal_2.7.17-2ubuntu4_amd64.deb ...
- Unpacking python2-minimal (2.7.17-2ubuntu4) ...
- Selecting previously unselected package libpython2.7-stdlib:amd64.
- Preparing to unpack .../3-libpython2.7-stdlib_2.7.18-1~20.04.1_amd64.deb ...
- Unpacking libpython2.7-stdlib:amd64 (2.7.18-1~20.04.1) ...
- Selecting previously unselected package python2.7.
- Preparing to unpack .../4-python2.7_2.7.18-1~20.04.1_amd64.deb ...
- Unpacking python2.7 (2.7.18-1~20.04.1) ...
- Selecting previously unselected package libpython2-stdlib:amd64.
- Preparing to unpack .../5-libpython2-stdlib_2.7.17-2ubuntu4_amd64.deb ...
- Unpacking libpython2-stdlib:amd64 (2.7.17-2ubuntu4) ...
- Setting up libpython2.7-minimal:amd64 (2.7.18-1~20.04.1) ...
- Setting up python2.7-minimal (2.7.18-1~20.04.1) ...
- Linking and byte-compiling packages for runtime python2.7...
- Setting up python2-minimal (2.7.17-2ubuntu4) ...
- Selecting previously unselected package python2.
- (Reading database ... 170806 files and directories currently installed.)
- Preparing to unpack .../000-python2_2.7.17-2ubuntu4_amd64.deb ...
- Unpacking python2 (2.7.17-2ubuntu4) ...
- Selecting previously unselected package libc-dev-bin.
- Preparing to unpack .../001-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ...
- Unpacking libc-dev-bin (2.31-0ubuntu9.2) ...
- Selecting previously unselected package linux-libc-dev:amd64.
- Preparing to unpack .../002-linux-libc-dev_5.4.0-100.113_amd64.deb ...
- Unpacking linux-libc-dev:amd64 (5.4.0-100.113) ...
- Selecting previously unselected package libcrypt-dev:amd64.
- Preparing to unpack .../003-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
- Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
- Selecting previously unselected package libc6-dev:amd64.
- Preparing to unpack .../004-libc6-dev_2.31-0ubuntu9.2_amd64.deb ...
- Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) ...
- Selecting previously unselected package libitm1:amd64.
- Preparing to unpack .../005-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libatomic1:amd64.
- Preparing to unpack .../006-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libasan5:amd64.
- Preparing to unpack .../007-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ...
- Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
- Selecting previously unselected package liblsan0:amd64.
- Preparing to unpack .../008-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libtsan0:amd64.
- Preparing to unpack .../009-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libubsan1:amd64.
- Preparing to unpack .../010-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libquadmath0:amd64.
- Preparing to unpack .../011-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
- Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Selecting previously unselected package libgcc-9-dev:amd64.
- Preparing to unpack .../012-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
- Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
- Selecting previously unselected package gcc-9.
- Preparing to unpack .../013-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
- Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) ...
- Selecting previously unselected package gcc.
- Preparing to unpack .../014-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
- Unpacking gcc (4:9.3.0-1ubuntu2) ...
- Selecting previously unselected package libstdc++-9-dev:amd64.
- Preparing to unpack .../015-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
- Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
- Selecting previously unselected package g++-9.
- Preparing to unpack .../016-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
- Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ...
- Selecting previously unselected package g++.
- Preparing to unpack .../017-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
- Unpacking g++ (4:9.3.0-1ubuntu2) ...
- Selecting previously unselected package make.
- Preparing to unpack .../018-make_4.2.1-1.2_amd64.deb ...
- Unpacking make (4.2.1-1.2) ...
- Selecting previously unselected package dpkg-dev.
- Preparing to unpack .../019-dpkg-dev_1.19.7ubuntu3_all.deb ...
- Unpacking dpkg-dev (1.19.7ubuntu3) ...
- Selecting previously unselected package build-essential.
- Preparing to unpack .../020-build-essential_12.8ubuntu1.1_amd64.deb ...
- Unpacking build-essential (12.8ubuntu1.1) ...
- Selecting previously unselected package libfakeroot:amd64.
- Preparing to unpack .../021-libfakeroot_1.24-1_amd64.deb ...
- Unpacking libfakeroot:amd64 (1.24-1) ...
- Selecting previously unselected package fakeroot.
- Preparing to unpack .../022-fakeroot_1.24-1_amd64.deb ...
- Unpacking fakeroot (1.24-1) ...
- Selecting previously unselected package python-pkg-resources.
- Preparing to unpack .../023-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 .../024-gyp_0.1+20180428git4d467626-3ubuntu1_all.deb ...
- Unpacking gyp (0.1+20180428git4d467626-3ubuntu1) ...
- Selecting previously unselected package javascript-common.
- Preparing to unpack .../025-javascript-common_11_all.deb ...
- Unpacking javascript-common (11) ...
- Selecting previously unselected package libalgorithm-diff-perl.
- Preparing to unpack .../026-libalgorithm-diff-perl_1.19.03-2_all.deb ...
- Unpacking libalgorithm-diff-perl (1.19.03-2) ...
- Selecting previously unselected package libalgorithm-diff-xs-perl.
- Preparing to unpack .../027-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
- Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
- Selecting previously unselected package libalgorithm-merge-perl.
- Preparing to unpack .../028-libalgorithm-merge-perl_0.08-3_all.deb ...
- Unpacking libalgorithm-merge-perl (0.08-3) ...
- Selecting previously unselected package libjs-is-typedarray.
- Preparing to unpack .../029-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 .../030-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 .../031-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 .../032-libssl-dev_1.1.1f-1ubuntu2.10_amd64.deb ...
- Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ...
- Selecting previously unselected package libuv1-dev:amd64.
- Preparing to unpack .../033-libuv1-dev_1.34.2-1ubuntu1.3_amd64.deb ...
- Unpacking libuv1-dev:amd64 (1.34.2-1ubuntu1.3) ...
- Selecting previously unselected package libc-ares2:amd64.
- Preparing to unpack .../034-libc-ares2_1.15.0-1ubuntu0.1_amd64.deb ...
- Unpacking libc-ares2:amd64 (1.15.0-1ubuntu0.1) ...
- Selecting previously unselected package libnode64:amd64.
- Preparing to unpack .../035-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 .../036-libnode-dev_10.19.0~dfsg-3ubuntu1_amd64.deb ...
- Unpacking libnode-dev:amd64 (10.19.0~dfsg-3ubuntu1) ...
- Selecting previously unselected package manpages-dev.
- Preparing to unpack .../037-manpages-dev_5.05-1_all.deb ...
- Unpacking manpages-dev (5.05-1) ...
- Selecting previously unselected package nodejs.
- Preparing to unpack .../038-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 .../039-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 .../040-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 .../041-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 .../042-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 .../043-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 .../044-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 .../045-node-ajv_6.10.2-1_all.deb ...
- Unpacking node-ajv (6.10.2-1) ...
- Selecting previously unselected package node-clone.
- Preparing to unpack .../046-node-clone_2.1.2-1_all.deb ...
- Unpacking node-clone (2.1.2-1) ...
- Selecting previously unselected package node-defaults.
- Preparing to unpack .../047-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 .../048-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 .../049-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 .../050-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 .../051-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 .../052-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 .../053-node-ansistyles_0.1.3-2_all.deb ...
- Unpacking node-ansistyles (0.1.3-2) ...
- Selecting previously unselected package node-aproba.
- Preparing to unpack .../054-node-aproba_2.0.0-1_all.deb ...
- Unpacking node-aproba (2.0.0-1) ...
- Selecting previously unselected package node-delegates.
- Preparing to unpack .../055-node-delegates_1.0.0-1_all.deb ...
- Unpacking node-delegates (1.0.0-1) ...
- Selecting previously unselected package libjs-inherits.
- Preparing to unpack .../056-libjs-inherits_2.0.4-1_all.deb ...
- Unpacking libjs-inherits (2.0.4-1) ...
- Selecting previously unselected package node-inherits.
- Preparing to unpack .../057-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 .../058-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 .../059-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 .../060-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 .../061-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 .../062-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 .../063-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 .../064-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 .../065-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 .../066-node-asap_2.0.6-2_all.deb ...
- Unpacking node-asap (2.0.6-2) ...
- Selecting previously unselected package node-asn1.
- Preparing to unpack .../067-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 .../068-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 .../069-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 .../070-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 .../071-node-aws4_1.9.0-1_all.deb ...
- Unpacking node-aws4 (1.9.0-1) ...
- Selecting previously unselected package node-tweetnacl.
- Preparing to unpack .../072-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 .../073-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 .../074-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 .../075-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 .../076-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 .../077-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 .../078-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 .../079-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 .../080-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 .../081-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 .../082-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 .../083-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 .../084-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 .../085-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 .../086-node-isexe_2.0.0-4_all.deb ...
- Unpacking node-isexe (2.0.0-4) ...
- Selecting previously unselected package node-which.
- Preparing to unpack .../087-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 .../088-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 .../089-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 .../090-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 .../091-node-wrappy_1.0.2-1_all.deb ...
- Unpacking node-wrappy (1.0.2-1) ...
- Selecting previously unselected package node-once.
- Preparing to unpack .../092-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 .../093-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 .../094-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 .../095-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 .../096-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 .../097-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 .../098-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 .../099-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 .../100-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 .../101-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 .../102-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 .../103-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 .../104-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 .../105-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 .../106-node-builtins_1.0.3-1_all.deb ...
- Unpacking node-builtins (1.0.3-1) ...
- Selecting previously unselected package node-chownr.
- Preparing to unpack .../107-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 .../108-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 .../109-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 .../110-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 .../111-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 .../112-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 .../113-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 .../114-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 .../115-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 .../116-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 .../117-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 .../118-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 .../119-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 .../120-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 .../121-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 .../122-node-from2_2.3.0-1_all.deb ...
- Unpacking node-from2 (2.3.0-1) ...
- Selecting previously unselected package node-cyclist.
- Preparing to unpack .../123-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 .../124-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 .../125-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 .../126-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 .../127-node-through2_3.0.1-2_all.deb ...
- Unpacking node-through2 (3.0.1-2) ...
- Selecting previously unselected package node-mississippi.
- Preparing to unpack .../128-node-mississippi_3.0.0-1_all.deb ...
- Unpacking node-mississippi (3.0.0-1) ...
- Selecting previously unselected package node-mkdirp.
- Preparing to unpack .../129-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 .../130-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 .../131-node-rimraf_2.6.3-1_all.deb ...
- Unpacking node-rimraf (2.6.3-1) ...
- Selecting previously unselected package node-imurmurhash.
- Preparing to unpack .../132-node-imurmurhash_0.1.4-1_all.deb ...
- Unpacking node-imurmurhash (0.1.4-1) ...
- Selecting previously unselected package node-iferr.
- Preparing to unpack .../133-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 .../134-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 .../135-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 .../136-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 .../137-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 .../138-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 .../139-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 .../140-node-y18n_4.0.0-2_all.deb ...
- Unpacking node-y18n (4.0.0-2) ...
- Selecting previously unselected package node-cacache.
- Preparing to unpack .../141-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 .../142-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 .../143-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 .../144-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 .../145-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 .../146-node-cliui_4.1.0-2_all.deb ...
- Unpacking node-cliui (4.1.0-2) ...
- Selecting previously unselected package node-co.
- Preparing to unpack .../147-node-co_4.6.0-1_all.deb ...
- Unpacking node-co (4.6.0-1) ...
- Selecting previously unselected package node-colors.
- Preparing to unpack .../148-node-colors_1.4.0-1_all.deb ...
- Unpacking node-colors (1.4.0-1) ...
- Selecting previously unselected package node-columnify.
- Preparing to unpack .../149-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 .../150-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 .../151-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 .../152-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 .../153-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 .../154-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 .../155-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 .../156-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 .../157-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 .../158-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 .../159-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 .../160-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 .../161-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 .../162-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 .../163-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 .../164-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 .../165-node-dashdash_1.14.1-2_all.deb ...
- Unpacking node-dashdash (1.14.1-2) ...
- Selecting previously unselected package node-decamelize.
- Preparing to unpack .../166-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 .../167-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 .../168-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 .../169-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 .../170-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 .../171-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 .../172-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 .../173-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 .../174-node-duplexer3_0.1.4-5_all.deb ...
- Unpacking node-duplexer3 (0.1.4-5) ...
- Selecting previously unselected package node-jsbn.
- Preparing to unpack .../175-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 .../176-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 .../177-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 .../178-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 .../179-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 .../180-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 .../181-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 .../182-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 .../183-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 .../184-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 .../185-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 .../186-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 .../187-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 .../188-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 .../189-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 .../190-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 .../191-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 .../192-node-gauge_2.7.4-1_all.deb ...
- Unpacking node-gauge (2.7.4-1) ...
- Selecting previously unselected package node-genfun.
- Preparing to unpack .../193-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 .../194-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 .../195-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 .../196-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 .../197-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 .../198-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 .../199-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 .../200-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 .../201-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 .../202-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 .../203-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 .../204-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 .../205-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 .../206-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 .../207-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 .../208-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 .../209-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 .../210-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 .../211-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 .../212-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 .../213-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 .../214-node-verror_1.10.0-1_all.deb ...
- Unpacking node-verror (1.10.0-1) ...
- Selecting previously unselected package node-jsprim.
- Preparing to unpack .../215-node-jsprim_1.4.1-1_all.deb ...
- Unpacking node-jsprim (1.4.1-1) ...
- Selecting previously unselected package node-sshpk.
- Preparing to unpack .../216-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 .../217-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 .../218-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 .../219-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 .../220-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 .../221-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 .../222-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 .../223-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 .../224-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 .../225-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 .../226-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 .../227-node-jsonparse_1.3.1-7_all.deb ...
- Unpacking node-jsonparse (1.3.1-7) ...
- Selecting previously unselected package node-through.
- Preparing to unpack .../228-node-through_2.3.8-1_all.deb ...
- Unpacking node-through (2.3.8-1) ...
- Selecting previously unselected package node-jsonstream.
- Preparing to unpack .../229-node-jsonstream_1.3.5-1_all.deb ...
- Unpacking node-jsonstream (1.3.5-1) ...
- Selecting previously unselected package node-minimist.
- Preparing to unpack .../230-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 .../231-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 .../232-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 .../233-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 .../234-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 .../235-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 .../236-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 .../237-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 .../238-node-lcid_1.0.0-1_all.deb ...
- Unpacking node-lcid (1.0.0-1) ...
- Selecting previously unselected package node-osenv.
- Preparing to unpack .../239-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 .../240-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 .../241-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 .../242-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 .../243-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 .../244-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 .../245-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 .../246-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 .../247-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 .../248-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 .../249-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 .../250-node-yargs_15.3.0-1_all.deb ...
- Unpacking node-yargs (15.3.0-1) ...
- Selecting previously unselected package node-libnpx.
- Preparing to unpack .../251-node-libnpx_10.2.1-2_all.deb ...
- Unpacking node-libnpx (10.2.1-2) ...
- Selecting previously unselected package node-lodash.
- Preparing to unpack .../252-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 .../253-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 .../254-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 .../255-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 .../256-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 .../257-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 .../258-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 .../259-node-pify_3.0.0-1_all.deb ...
- Unpacking node-pify (3.0.0-1) ...
- Selecting previously unselected package node-retry.
- Preparing to unpack .../260-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 .../261-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 .../262-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 .../263-node-read_1.0.7-2_all.deb ...
- Unpacking node-read (1.0.7-2) ...
- Selecting previously unselected package node-promzard.
- Preparing to unpack .../264-node-promzard_0.3.0-1_all.deb ...
- Unpacking node-promzard (0.3.0-1) ...
- Selecting previously unselected package node-pseudomap.
- Preparing to unpack .../265-node-pseudomap_1.0.2-1_all.deb ...
- Unpacking node-pseudomap (1.0.2-1) ...
- Selecting previously unselected package node-psl.
- Preparing to unpack .../266-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 .../267-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 .../268-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 .../269-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 .../270-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 .../271-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 .../272-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 .../273-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 .../274-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 .../275-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 .../276-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 .../277-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 .../278-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 .../279-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 .../280-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 .../281-node-unpipe_1.0.0-1_all.deb ...
- Unpacking node-unpipe (1.0.0-1) ...
- Selecting previously unselected package node-uuid.
- Preparing to unpack .../282-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 .../283-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 .../284-node-xtend_4.0.2-1_all.deb ...
- Unpacking node-xtend (4.0.2-1) ...
- Selecting previously unselected package nodejs-doc.
- Preparing to unpack .../285-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 .../286-node-abbrev_1.1.1-2_all.deb ...
- Unpacking node-abbrev (1.1.1-2) ...
- Selecting previously unselected package node-ansi.
- Preparing to unpack .../287-node-ansi_0.3.1-1_all.deb ...
- Unpacking node-ansi (0.3.1-1) ...
- Selecting previously unselected package node-archy.
- Preparing to unpack .../288-node-archy_1.0.0-3_all.deb ...
- Unpacking node-archy (1.0.0-3) ...
- Selecting previously unselected package node-bl.
- Preparing to unpack .../289-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 .../290-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 .../291-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 .../292-node-debug_4.1.1-2_all.deb ...
- Unpacking node-debug (4.1.1-2) ...
- Selecting previously unselected package node-encoding.
- Preparing to unpack .../293-node-encoding_0.1.12-3_all.deb ...
- Unpacking node-encoding (0.1.12-3) ...
- Selecting previously unselected package node-prr.
- Preparing to unpack .../294-node-prr_1.0.1-1_all.deb ...
- Unpacking node-prr (1.0.1-1) ...
- Selecting previously unselected package node-errno.
- Preparing to unpack .../295-node-errno_0.1.7-1_all.deb ...
- Unpacking node-errno (0.1.7-1) ...
- Selecting previously unselected package node-extend.
- Preparing to unpack .../296-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 .../297-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 .../298-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 .../299-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 .../300-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 .../301-node-nopt_3.0.6-4_all.deb ...
- Unpacking node-nopt (3.0.6-4) ...
- Selecting previously unselected package node-npmlog.
- Preparing to unpack .../302-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 .../303-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 .../304-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 .../305-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 .../306-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 .../307-node-request_2.88.1-4_all.deb ...
- Unpacking node-request (2.88.1-4) ...
- Selecting previously unselected package node-tar.
- Preparing to unpack .../308-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 .../309-node-gyp_6.1.0-3_all.deb ...
- Unpacking node-gyp (6.1.0-3) ...
- Selecting previously unselected package node-lockfile.
- Preparing to unpack .../310-node-lockfile_1.0.4-3_all.deb ...
- Unpacking node-lockfile (1.0.4-3) ...
- Selecting previously unselected package node-resolve.
- Preparing to unpack .../311-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 .../312-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 .../313-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 .../314-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 .../315-node-sha_3.0.0-1_all.deb ...
- Unpacking node-sha (3.0.0-1) ...
- Selecting previously unselected package node-slide.
- Preparing to unpack .../316-node-slide_1.1.6-2_all.deb ...
- Unpacking node-slide (1.1.6-2) ...
- Selecting previously unselected package npm.
- Preparing to unpack .../317-npm_6.14.4+ds-1ubuntu2_all.deb ...
- Unpacking npm (6.14.4+ds-1ubuntu2) ...
- Setting up javascript-common (11) ...
- Setting up libuv1-dev:amd64 (1.34.2-1ubuntu1.3) ...
- Setting up manpages-dev (5.05-1) ...
- Setting up libjs-inherits (2.0.4-1) ...
- Setting up libalgorithm-diff-perl (1.19.03-2) ...
- Setting up linux-libc-dev:amd64 (5.4.0-100.113) ...
- Setting up libc-ares2:amd64 (1.15.0-1ubuntu0.1) ...
- Setting up libfakeroot:amd64 (1.24-1) ...
- Setting up libpython2.7-stdlib:amd64 (2.7.18-1~20.04.1) ...
- Setting up fakeroot (1.24-1) ...
- update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
- Setting up libjs-psl (1.7.0+ds-1) ...
- Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
- Setting up make (4.2.1-1.2) ...
- Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ...
- Setting up libnode64:amd64 (10.19.0~dfsg-3ubuntu1) ...
- Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up nodejs-doc (10.19.0~dfsg-3ubuntu1) ...
- Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
- Setting up libc-dev-bin (2.31-0ubuntu9.2) ...
- Setting up libalgorithm-diff-xs-perl (0.04-6) ...
- Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up libalgorithm-merge-perl (0.08-3) ...
- Setting up libjs-is-typedarray (1.0.0-2) ...
- Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
- Setting up python2.7 (2.7.18-1~20.04.1) ...
- Setting up libnode-dev:amd64 (10.19.0~dfsg-3ubuntu1) ...
- Setting up libpython2-stdlib:amd64 (2.7.17-2ubuntu4) ...
- 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 python2 (2.7.17-2ubuntu4) ...
- Setting up node-prepend-http (2.0.0-1) ...
- Setting up node-typedarray (0.0.6-1) ...
- Setting up dpkg-dev (1.19.7ubuntu3) ...
- 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 libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
- 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 libc6-dev:amd64 (2.31-0ubuntu9.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 gcc-9 (9.3.0-17ubuntu1~20.04) ...
- 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 libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
- 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 python-pkg-resources (44.0.0-2) ...
- 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 gcc (4:9.3.0-1ubuntu2) ...
- 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 g++-9 (9.3.0-17ubuntu1~20.04) ...
- 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 g++ (4:9.3.0-1ubuntu2) ...
- update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
- 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 build-essential (12.8ubuntu1.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 gyp (0.1+20180428git4d467626-3ubuntu1) ...
- 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 desktop-file-utils (0.24-1ubuntu3) ...
- Processing triggers for mime-support (3.64ubuntu1) ...
- Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
- Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
- dannybuntu@ubuntuvbox:~$ cd Work/walletscrutiny/walletScrutinyCom/
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ ls
- _android debug.keystore images _pages refreshResults.sh
- assets _desktop _includes _press refresh.sh
- _authors embed _iphone README.md _sass
- CHANGELOG.md Gemfile _layouts refreshApps.js scripts
- _config.dev.yml Gemfile.lock LICENSE refreshDonations.js someCharts.ods
- _config.yml google-play-scraper netlify.toml refreshHardwareWallets.js test.sh
- CONTRIBUTING.md gulpfile.js package.json refreshNewAndroidApps.js updateImages.sh
- _data _hardware package-lock.json refreshNewIphoneApps.js
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ npx gulp serve
- npx: installed 324 in 57.034s
- [20:20:32] Local modules not found in ~/Work/walletscrutiny/walletScrutinyCom
- [20:20:32] Try running: npm install
- dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement