Advertisement
dannybuntu

ws npx install

Feb 22nd, 2022
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 122.54 KB | None | 0 0
  1. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch
  2. * master
  3. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch -a
  4. * master
  5. remotes/origin/HEAD -> origin/master
  6. remotes/origin/RulesforReviewers
  7. remotes/origin/UpdateReviews2
  8. remotes/origin/addAnchorsOnLandingPage
  9. remotes/origin/analysisWS16
  10. remotes/origin/analysisWS23b
  11. remotes/origin/analysisWS26
  12. remotes/origin/analysisWS35
  13. remotes/origin/analysisWS9
  14. remotes/origin/chartjs2
  15. remotes/origin/cryptoCom
  16. remotes/origin/dannygarcia-master-patch-17004
  17. remotes/origin/dannygarcia-master-patch-23738
  18. remotes/origin/desktop01
  19. remotes/origin/develop
  20. remotes/origin/fdroid
  21. remotes/origin/feature/hw-opendime
  22. remotes/origin/feature/hw-review-opolo
  23. remotes/origin/feature/wr-com.blockchain.wallet.btc
  24. remotes/origin/featureLinuxWallets2
  25. remotes/origin/features2
  26. remotes/origin/genericYaml2
  27. remotes/origin/hwallet7
  28. remotes/origin/master
  29. remotes/origin/nowalletVerdict
  30. remotes/origin/syncios
  31. remotes/origin/syncios2
  32. remotes/origin/syncios3
  33. remotes/origin/trezorOne
  34. remotes/origin/warnings2
  35. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git remote add leo https://gitlab.com/walletscrutiny/walletScrutinyCom.git
  36. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git checkout master
  37. Already on 'master'
  38. Your branch is up to date with 'origin/master'.
  39. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git pull
  40. remote: Enumerating objects: 10433, done.
  41. remote: Counting objects: 100% (9783/9783), done.
  42. remote: Compressing objects: 100% (485/485), done.
  43. remote: Total 10433 (delta 9304), reused 9755 (delta 9298), pack-reused 650
  44. Receiving objects: 100% (10433/10433), 8.33 MiB | 2.95 MiB/s, done.
  45. Resolving deltas: 100% (9630/9630), completed with 2016 local objects.
  46. From gitlab.com:dannygarcia/walletScrutinyCom
  47. * [new branch] hwallet11 -> origin/hwallet11
  48. Already up to date.
  49. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch
  50. * master
  51. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch -a
  52. * master
  53. remotes/origin/HEAD -> origin/master
  54. remotes/origin/RulesforReviewers
  55. remotes/origin/UpdateReviews2
  56. remotes/origin/addAnchorsOnLandingPage
  57. remotes/origin/analysisWS16
  58. remotes/origin/analysisWS23b
  59. remotes/origin/analysisWS26
  60. remotes/origin/analysisWS35
  61. remotes/origin/analysisWS9
  62. remotes/origin/chartjs2
  63. remotes/origin/cryptoCom
  64. remotes/origin/dannygarcia-master-patch-17004
  65. remotes/origin/dannygarcia-master-patch-23738
  66. remotes/origin/desktop01
  67. remotes/origin/develop
  68. remotes/origin/fdroid
  69. remotes/origin/feature/hw-opendime
  70. remotes/origin/feature/hw-review-opolo
  71. remotes/origin/feature/wr-com.blockchain.wallet.btc
  72. remotes/origin/featureLinuxWallets2
  73. remotes/origin/features2
  74. remotes/origin/genericYaml2
  75. remotes/origin/hwallet11
  76. remotes/origin/hwallet7
  77. remotes/origin/master
  78. remotes/origin/nowalletVerdict
  79. remotes/origin/syncios
  80. remotes/origin/syncios2
  81. remotes/origin/syncios3
  82. remotes/origin/trezorOne
  83. remotes/origin/warnings2
  84. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git merge leo/master
  85. merge: leo/master - not something we can merge
  86. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git merge
  87. Already up to date.
  88. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git fetch leo
  89. remote: Enumerating objects: 2179, done.
  90. remote: Counting objects: 100% (2160/2160), done.
  91. remote: Compressing objects: 100% (997/997), done.
  92. remote: Total 2179 (delta 1606), reused 1680 (delta 1163), pack-reused 19
  93. Receiving objects: 100% (2179/2179), 8.78 MiB | 2.98 MiB/s, done.
  94. Resolving deltas: 100% (1606/1606), completed with 574 local objects.
  95. From https://gitlab.com/walletscrutiny/walletScrutinyCom
  96. * [new branch] analysisWS7 -> leo/analysisWS7
  97. * [new branch] analysisWS8 -> leo/analysisWS8
  98. * [new branch] chartjs2 -> leo/chartjs2
  99. * [new branch] desktop -> leo/desktop
  100. * [new branch] develop -> leo/develop
  101. * [new branch] fdroid -> leo/fdroid
  102. * [new branch] featureLinuxWallets2 -> leo/featureLinuxWallets2
  103. * [new branch] features2 -> leo/features2
  104. * [new branch] genericYaml2 -> leo/genericYaml2
  105. * [new branch] master -> leo/master
  106. * [new branch] metaVerdicts -> leo/metaVerdicts
  107. * [new branch] throttled -> leo/throttled
  108. * [new branch] warnings2 -> leo/warnings2
  109. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch
  110. * master
  111. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ ls
  112. _android _data _includes _press resSources
  113. app-store-scraper debug.keystore _iphone README.md _sass
  114. assets embed _layouts refreshApps.js scripts
  115. _authors Gemfile LICENSE refreshDonations.js someCharts.ods
  116. CHANGELOG.md Gemfile.lock netlify.toml refreshHardwareWallets.js test.sh
  117. _config.dev.yml gulpfile.js package.json refreshNewAndroidApps.js updateImages.sh
  118. _config.yml _hardware package-lock.json refreshNewIphoneApps.js
  119. CONTRIBUTING.md images _pages refresh.sh
  120. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch -a
  121. * master
  122. remotes/leo/analysisWS7
  123. remotes/leo/analysisWS8
  124. remotes/leo/chartjs2
  125. remotes/leo/desktop
  126. remotes/leo/develop
  127. remotes/leo/fdroid
  128. remotes/leo/featureLinuxWallets2
  129. remotes/leo/features2
  130. remotes/leo/genericYaml2
  131. remotes/leo/master
  132. remotes/leo/metaVerdicts
  133. remotes/leo/throttled
  134. remotes/leo/warnings2
  135. remotes/origin/HEAD -> origin/master
  136. remotes/origin/RulesforReviewers
  137. remotes/origin/UpdateReviews2
  138. remotes/origin/addAnchorsOnLandingPage
  139. remotes/origin/analysisWS16
  140. remotes/origin/analysisWS23b
  141. remotes/origin/analysisWS26
  142. remotes/origin/analysisWS35
  143. remotes/origin/analysisWS9
  144. remotes/origin/chartjs2
  145. remotes/origin/cryptoCom
  146. remotes/origin/dannygarcia-master-patch-17004
  147. remotes/origin/dannygarcia-master-patch-23738
  148. remotes/origin/desktop01
  149. remotes/origin/develop
  150. remotes/origin/fdroid
  151. remotes/origin/feature/hw-opendime
  152. remotes/origin/feature/hw-review-opolo
  153. remotes/origin/feature/wr-com.blockchain.wallet.btc
  154. remotes/origin/featureLinuxWallets2
  155. remotes/origin/features2
  156. remotes/origin/genericYaml2
  157. remotes/origin/hwallet11
  158. remotes/origin/hwallet7
  159. remotes/origin/master
  160. remotes/origin/nowalletVerdict
  161. remotes/origin/syncios
  162. remotes/origin/syncios2
  163. remotes/origin/syncios3
  164. remotes/origin/trezorOne
  165. remotes/origin/warnings2
  166. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git checkout origin/hwallet11
  167. Note: switching to 'origin/hwallet11'.
  168.  
  169. You are in 'detached HEAD' state. You can look around, make experimental
  170. changes and commit them, and you can discard any commits you make in this
  171. state without impacting any branches by switching back to a branch.
  172.  
  173. If you want to create a new branch to retain commits you create, you may
  174. do so (now or later) by using -c with the switch command. Example:
  175.  
  176. git switch -c <new-branch-name>
  177.  
  178. Or undo this operation with:
  179.  
  180. git switch -
  181.  
  182. Turn off this advice by setting config variable advice.detachedHead to false
  183.  
  184. HEAD is now at 69822d9fd hwallet 11
  185. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git checkout hwallet11
  186. Branch 'hwallet11' set up to track remote branch 'hwallet11' from 'origin'.
  187. Switched to a new branch 'hwallet11'
  188. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ git branch
  189. * hwallet11
  190. master
  191. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ npx gulp serve
  192.  
  193. Command 'npx' not found, but can be installed with:
  194.  
  195. sudo apt install npm
  196.  
  197. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ cd ~
  198. dannybuntu@ubuntuvbox:~$ sudo apt install npm
  199. [sudo] password for dannybuntu:
  200. Reading package lists... Done
  201. Building dependency tree
  202. Reading state information... Done
  203. The following additional packages will be installed:
  204. build-essential dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gyp javascript-common libalgorithm-diff-perl
  205. libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libatomic1 libc-ares2 libc-dev-bin libc6-dev
  206. libcrypt-dev libfakeroot libgcc-9-dev libitm1 libjs-inherits libjs-is-typedarray libjs-psl
  207. libjs-typedarray-to-buffer liblsan0 libnode-dev libnode64 libpython2-stdlib libpython2.7-minimal
  208. libpython2.7-stdlib libquadmath0 libssl-dev libstdc++-9-dev libtsan0 libubsan1 libuv1-dev
  209. linux-libc-dev make manpages-dev node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex
  210. node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap node-asn1
  211. node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-bl
  212. node-bluebird node-boxen node-brace-expansion node-builtin-modules node-builtins node-cacache
  213. node-call-limit node-camelcase node-caseless node-chalk node-chownr node-ci-info node-cli-boxes
  214. node-cliui node-clone node-co node-color-convert node-color-name node-colors node-columnify
  215. node-combined-stream node-concat-map node-concat-stream node-config-chain node-configstore
  216. node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn
  217. node-crypto-random-string node-cyclist node-dashdash node-debug node-decamelize
  218. node-decompress-response node-deep-extend node-defaults node-define-properties node-delayed-stream
  219. node-delegates node-detect-indent node-detect-newline node-dot-prop node-duplexer3 node-duplexify
  220. node-ecc-jsbn node-editor node-encoding node-end-of-stream node-err-code node-errno node-es6-promise
  221. node-escape-string-regexp node-execa node-extend node-extsprintf node-fast-deep-equal node-find-up
  222. node-flush-write-stream node-forever-agent node-form-data node-from2 node-fs-vacuum
  223. node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge node-genfun
  224. node-get-caller-file node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp
  225. node-har-schema node-har-validator node-has-flag node-has-symbol-support-x node-has-to-string-tag-x
  226. node-has-unicode node-hosted-git-info node-http-signature node-iconv-lite node-iferr node-import-lazy
  227. node-imurmurhash node-inflight node-inherits node-ini node-invert-kv node-ip node-ip-regex node-is-npm
  228. node-is-obj node-is-object node-is-path-inside node-is-plain-obj node-is-retry-allowed node-is-stream
  229. node-is-typedarray node-isarray node-isexe node-isstream node-isurl node-jsbn
  230. node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify
  231. node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-latest-version
  232. node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile node-lodash
  233. node-lodash-packages node-lowercase-keys node-lru-cache node-make-dir node-mem node-mime
  234. node-mime-types node-mimic-fn node-mimic-response node-minimatch node-minimist node-mississippi
  235. node-mkdirp node-move-concurrently node-ms node-mute-stream node-nopt node-normalize-package-data
  236. node-npm-bundled node-npm-package-arg node-npm-run-path node-npmlog node-number-is-nan node-oauth-sign
  237. node-object-assign node-once node-opener node-os-locale node-os-tmpdir node-osenv node-p-cancelable
  238. node-p-finally node-p-is-promise node-p-limit node-p-locate node-p-timeout node-package-json
  239. node-parallel-transform node-path-exists node-path-is-absolute node-path-is-inside node-performance-now
  240. node-pify node-prepend-http node-process-nextick-args node-promise-inflight node-promise-retry
  241. node-promzard node-proto-list node-prr node-pseudomap node-psl node-pump node-pumpify node-punycode
  242. node-qs node-qw node-rc node-read node-read-package-json node-readable-stream node-registry-auth-token
  243. node-registry-url node-request node-require-directory node-require-main-filename node-resolve
  244. node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff
  245. node-set-blocking node-sha node-shebang-command node-shebang-regex node-signal-exit node-slash
  246. node-slide node-sorted-object node-spdx-correct node-spdx-exceptions node-spdx-expression-parse
  247. node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift
  248. node-strict-uri-encode node-string-decoder node-string-width node-strip-ansi node-strip-eof
  249. node-strip-json-comments node-supports-color node-tar node-term-size node-text-table node-through
  250. node-through2 node-timed-out node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray
  251. node-typedarray-to-buffer node-uid-number node-unique-filename node-unique-string node-unpipe
  252. node-uri-js node-url-parse-lax node-url-to-options node-util-deprecate node-uuid
  253. node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which
  254. node-which-module node-wide-align node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic
  255. node-xdg-basedir node-xtend node-y18n node-yallist node-yargs node-yargs-parser nodejs nodejs-doc
  256. python-pkg-resources python2 python2-minimal python2.7 python2.7-minimal
  257. Suggested packages:
  258. debian-keyring g++-multilib g++-9-multilib gcc-9-doc gcc-multilib autoconf automake libtool flex bison
  259. gcc-doc gcc-9-multilib gcc-9-locales apache2 | lighttpd | httpd glibc-doc libssl-doc libstdc++-9-doc
  260. make-doc python-setuptools python2-doc python-tk python2.7-doc
  261. The following NEW packages will be installed:
  262. build-essential dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gyp javascript-common libalgorithm-diff-perl
  263. libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libatomic1 libc-ares2 libc-dev-bin libc6-dev
  264. libcrypt-dev libfakeroot libgcc-9-dev libitm1 libjs-inherits libjs-is-typedarray libjs-psl
  265. libjs-typedarray-to-buffer liblsan0 libnode-dev libnode64 libpython2-stdlib libpython2.7-minimal
  266. libpython2.7-stdlib libquadmath0 libssl-dev libstdc++-9-dev libtsan0 libubsan1 libuv1-dev
  267. linux-libc-dev make manpages-dev node-abbrev node-ajv node-ansi node-ansi-align node-ansi-regex
  268. node-ansi-styles node-ansistyles node-aproba node-archy node-are-we-there-yet node-asap node-asn1
  269. node-assert-plus node-asynckit node-aws-sign2 node-aws4 node-balanced-match node-bcrypt-pbkdf node-bl
  270. node-bluebird node-boxen node-brace-expansion node-builtin-modules node-builtins node-cacache
  271. node-call-limit node-camelcase node-caseless node-chalk node-chownr node-ci-info node-cli-boxes
  272. node-cliui node-clone node-co node-color-convert node-color-name node-colors node-columnify
  273. node-combined-stream node-concat-map node-concat-stream node-config-chain node-configstore
  274. node-console-control-strings node-copy-concurrently node-core-util-is node-cross-spawn
  275. node-crypto-random-string node-cyclist node-dashdash node-debug node-decamelize
  276. node-decompress-response node-deep-extend node-defaults node-define-properties node-delayed-stream
  277. node-delegates node-detect-indent node-detect-newline node-dot-prop node-duplexer3 node-duplexify
  278. node-ecc-jsbn node-editor node-encoding node-end-of-stream node-err-code node-errno node-es6-promise
  279. node-escape-string-regexp node-execa node-extend node-extsprintf node-fast-deep-equal node-find-up
  280. node-flush-write-stream node-forever-agent node-form-data node-from2 node-fs-vacuum
  281. node-fs-write-stream-atomic node-fs.realpath node-function-bind node-gauge node-genfun
  282. node-get-caller-file node-get-stream node-getpass node-glob node-got node-graceful-fs node-gyp
  283. node-har-schema node-har-validator node-has-flag node-has-symbol-support-x node-has-to-string-tag-x
  284. node-has-unicode node-hosted-git-info node-http-signature node-iconv-lite node-iferr node-import-lazy
  285. node-imurmurhash node-inflight node-inherits node-ini node-invert-kv node-ip node-ip-regex node-is-npm
  286. node-is-obj node-is-object node-is-path-inside node-is-plain-obj node-is-retry-allowed node-is-stream
  287. node-is-typedarray node-isarray node-isexe node-isstream node-isurl node-jsbn
  288. node-json-parse-better-errors node-json-schema node-json-schema-traverse node-json-stable-stringify
  289. node-json-stringify-safe node-jsonify node-jsonparse node-jsonstream node-jsprim node-latest-version
  290. node-lazy-property node-lcid node-libnpx node-locate-path node-lockfile node-lodash
  291. node-lodash-packages node-lowercase-keys node-lru-cache node-make-dir node-mem node-mime
  292. node-mime-types node-mimic-fn node-mimic-response node-minimatch node-minimist node-mississippi
  293. node-mkdirp node-move-concurrently node-ms node-mute-stream node-nopt node-normalize-package-data
  294. node-npm-bundled node-npm-package-arg node-npm-run-path node-npmlog node-number-is-nan node-oauth-sign
  295. node-object-assign node-once node-opener node-os-locale node-os-tmpdir node-osenv node-p-cancelable
  296. node-p-finally node-p-is-promise node-p-limit node-p-locate node-p-timeout node-package-json
  297. node-parallel-transform node-path-exists node-path-is-absolute node-path-is-inside node-performance-now
  298. node-pify node-prepend-http node-process-nextick-args node-promise-inflight node-promise-retry
  299. node-promzard node-proto-list node-prr node-pseudomap node-psl node-pump node-pumpify node-punycode
  300. node-qs node-qw node-rc node-read node-read-package-json node-readable-stream node-registry-auth-token
  301. node-registry-url node-request node-require-directory node-require-main-filename node-resolve
  302. node-resolve-from node-retry node-rimraf node-run-queue node-safe-buffer node-semver node-semver-diff
  303. node-set-blocking node-sha node-shebang-command node-shebang-regex node-signal-exit node-slash
  304. node-slide node-sorted-object node-spdx-correct node-spdx-exceptions node-spdx-expression-parse
  305. node-spdx-license-ids node-sshpk node-ssri node-stream-each node-stream-iterate node-stream-shift
  306. node-strict-uri-encode node-string-decoder node-string-width node-strip-ansi node-strip-eof
  307. node-strip-json-comments node-supports-color node-tar node-term-size node-text-table node-through
  308. node-through2 node-timed-out node-tough-cookie node-tunnel-agent node-tweetnacl node-typedarray
  309. node-typedarray-to-buffer node-uid-number node-unique-filename node-unique-string node-unpipe
  310. node-uri-js node-url-parse-lax node-url-to-options node-util-deprecate node-uuid
  311. node-validate-npm-package-license node-validate-npm-package-name node-verror node-wcwidth.js node-which
  312. node-which-module node-wide-align node-widest-line node-wrap-ansi node-wrappy node-write-file-atomic
  313. node-xdg-basedir node-xtend node-y18n node-yallist node-yargs node-yargs-parser nodejs nodejs-doc npm
  314. python-pkg-resources python2 python2-minimal python2.7 python2.7-minimal
  315. 0 upgraded, 324 newly installed, 0 to remove and 1 not upgraded.
  316. Need to get 48.5 MB of archives.
  317. After this operation, 227 MB of additional disk space will be used.
  318. Do you want to continue? [Y/n] y
  319. 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]
  320. 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]
  321. Get:3 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 python2-minimal amd64 2.7.17-2ubuntu4 [27.5 kB]
  322. 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]
  323. Get:5 http://ph.archive.ubuntu.com/ubuntu focal-updates/universe amd64 python2.7 amd64 2.7.18-1~20.04.1 [248 kB]
  324. Get:6 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libpython2-stdlib amd64 2.7.17-2ubuntu4 [7,072 B]
  325. Get:7 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 python2 amd64 2.7.17-2ubuntu4 [26.5 kB]
  326. Get:8 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB]
  327. Get:9 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-100.113 [1,120 kB]
  328. Get:10 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
  329. Get:11 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2,520 kB]
  330. Get:12 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
  331. Get:13 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9,284 B]
  332. Get:14 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB]
  333. Get:15 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
  334. Get:16 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2,009 kB]
  335. Get:17 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
  336. Get:18 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
  337. 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]
  338. Get:20 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8,241 kB]
  339. Get:21 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5,208 B]
  340. 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]
  341. Get:23 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8,405 kB]
  342. Get:24 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1,604 B]
  343. Get:25 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
  344. Get:26 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
  345. Get:27 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4,664 B]
  346. Get:28 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
  347. Get:29 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
  348. Get:30 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 python-pkg-resources all 44.0.0-2 [129 kB]
  349. Get:31 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 gyp all 0.1+20180428git4d467626-3ubuntu1 [237 kB]
  350. Get:32 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 javascript-common all 11 [6,066 B]
  351. Get:33 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
  352. Get:34 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
  353. Get:35 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
  354. Get:36 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-is-typedarray all 1.0.0-2 [2,934 B]
  355. Get:37 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-psl all 1.7.0+ds-1 [67.2 kB]
  356. Get:38 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-typedarray-to-buffer all 3.0.3-3 [3,986 B]
  357. Get:39 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl-dev amd64 1.1.1f-1ubuntu2.10 [1,584 kB]
  358. Get:40 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1-dev amd64 1.34.2-1ubuntu1.3 [103 kB]
  359. Get:41 http://ph.archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-ares2 amd64 1.15.0-1ubuntu0.1 [38.2 kB]
  360. Get:42 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libnode64 amd64 10.19.0~dfsg-3ubuntu1 [5,765 kB]
  361. Get:43 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libnode-dev amd64 10.19.0~dfsg-3ubuntu1 [370 kB]
  362. Get:44 http://ph.archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2,266 kB]
  363. Get:45 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 nodejs amd64 10.19.0~dfsg-3ubuntu1 [61.1 kB]
  364. Get:46 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-fast-deep-equal all 1.1.0-1 [4,248 B]
  365. Get:47 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonify all 0.0.0-1 [5,440 B]
  366. Get:48 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-stable-stringify all 1.0.1-1 [4,498 B]
  367. Get:49 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-schema-traverse all 0.3.1-1 [3,968 B]
  368. Get:50 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-punycode all 2.1.1-3 [9,432 B]
  369. Get:51 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-uri-js all 4.2.2+dfsg-5 [15.6 kB]
  370. Get:52 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ajv all 6.10.2-1 [72.2 kB]
  371. Get:53 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-clone all 2.1.2-1 [7,924 B]
  372. Get:54 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-defaults all 1.0.3-1 [3,142 B]
  373. Get:55 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-wcwidth.js all 1.0.0-1 [6,450 B]
  374. Get:56 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-regex all 5.0.0-1 [4,736 B]
  375. Get:57 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-ansi all 6.0.0-2 [4,092 B]
  376. Get:58 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-string-width all 2.1.1-1 [4,104 B]
  377. Get:59 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-align all 3.0.0-1 [4,700 B]
  378. Get:60 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansistyles all 0.1.3-2 [4,316 B]
  379. Get:61 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-aproba all 2.0.0-1 [5,476 B]
  380. Get:62 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-delegates all 1.0.0-1 [3,648 B]
  381. Get:63 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 libjs-inherits all 2.0.4-1 [3,264 B]
  382. Get:64 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-inherits all 2.0.4-1 [3,180 B]
  383. Get:65 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-core-util-is all 1.0.2-1 [3,436 B]
  384. Get:66 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-safe-buffer all 5.2.0-1 [12.6 kB]
  385. Get:67 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-string-decoder all 1.2.0-2 [6,596 B]
  386. Get:68 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-process-nextick-args all 2.0.0-1 [3,428 B]
  387. Get:69 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-util-deprecate all 1.0.2-1 [3,708 B]
  388. Get:70 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-isarray all 2.0.5-1 [3,796 B]
  389. Get:71 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-readable-stream all 3.4.0-2 [35.4 kB]
  390. Get:72 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-are-we-there-yet all 1.1.5-1 [6,876 B]
  391. Get:73 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-asap all 2.0.6-2 [13.1 kB]
  392. Get:74 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-asn1 all 0.2.3-2 [7,380 B]
  393. Get:75 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-assert-plus all 1.0.0-2 [8,912 B]
  394. Get:76 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-asynckit all 0.4.0-3 [10.3 kB]
  395. Get:77 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-aws-sign2 all 0.7.1-2 [4,176 B]
  396. Get:78 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-aws4 all 1.9.0-1 [12.1 kB]
  397. Get:79 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-tweetnacl all 1.0.1+dfsg-2 [31.1 kB]
  398. Get:80 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-bcrypt-pbkdf all 1.0.2-1 [10.8 kB]
  399. Get:81 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-bluebird all 3.5.1+dfsg2-2build1 [36.4 kB]
  400. Get:82 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-camelcase all 5.3.1-1 [4,888 B]
  401. Get:83 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-color-name all 1.1.3-1 [4,224 B]
  402. Get:84 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-color-convert all 1.9.3-1 [9,680 B]
  403. Get:85 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi-styles all 4.2.1-1 [7,644 B]
  404. Get:86 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-escape-string-regexp all 1.0.5-1 [3,262 B]
  405. Get:87 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-has-flag all 4.0.0-1 [4,120 B]
  406. Get:88 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-supports-color all 6.1.0-2 [5,532 B]
  407. Get:89 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-chalk all 2.4.2-1 [12.5 kB]
  408. Get:90 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-cli-boxes all 2.2.0-2 [4,220 B]
  409. Get:91 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-yallist all 4.0.0-1 [6,612 B]
  410. Get:92 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lru-cache all 5.1.1-5 [8,308 B]
  411. Get:93 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-isexe all 2.0.0-4 [4,440 B]
  412. Get:94 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-which all 2.0.2-1 [5,472 B]
  413. Get:95 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-shebang-regex all 2.0.0-1 [2,776 B]
  414. Get:96 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-shebang-command all 1.2.0-1 [2,934 B]
  415. Get:97 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-cross-spawn all 5.1.0-2 [8,536 B]
  416. Get:98 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-wrappy all 1.0.2-1 [3,162 B]
  417. Get:99 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-once all 1.4.0-3 [4,388 B]
  418. Get:100 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-end-of-stream all 1.4.4-1 [4,388 B]
  419. Get:101 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-pump all 3.0.0-2 [4,820 B]
  420. Get:102 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-get-stream all 4.1.0-1 [5,244 B]
  421. Get:103 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-stream all 1.1.0-1 [3,046 B]
  422. Get:104 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-run-path all 2.0.2-2 [4,448 B]
  423. Get:105 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-finally all 1.0.0-2 [3,276 B]
  424. Get:106 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-signal-exit all 3.0.2-1 [5,156 B]
  425. Get:107 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-eof all 1.0.0-2 [3,040 B]
  426. Get:108 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-execa all 0.10.0+dfsg-1 [8,964 B]
  427. Get:109 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-term-size all 1.2.0+dfsg-2 [3,984 B]
  428. Get:110 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-widest-line all 3.1.0-1 [3,956 B]
  429. Get:111 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-boxen all 4.2.0-2 [15.2 kB]
  430. Get:112 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-builtin-modules all 3.1.0-1 [4,208 B]
  431. Get:113 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-builtins all 1.0.3-1 [2,776 B]
  432. Get:114 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-chownr all 1.1.3-3 [4,028 B]
  433. Get:115 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-balanced-match all 1.0.0-1 [4,576 B]
  434. Get:116 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-concat-map all 0.0.1-2 [4,008 B]
  435. Get:117 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-brace-expansion all 1.1.11-1 [6,368 B]
  436. Get:118 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-minimatch all 3.0.4-4 [13.7 kB]
  437. Get:119 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-fs.realpath all 1.0.0-1 [5,572 B]
  438. Get:120 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-inflight all 1.0.6-1 [3,382 B]
  439. Get:121 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-path-is-absolute all 2.0.0-1 [3,900 B]
  440. Get:122 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-glob all 7.1.6-1 [125 kB]
  441. Get:123 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-graceful-fs all 4.2.3-2 [11.4 kB]
  442. Get:124 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-typedarray all 0.0.6-1 [8,242 B]
  443. Get:125 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-concat-stream all 1.6.2-1 [5,684 B]
  444. Get:126 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-shift all 1.0.0-1 [2,884 B]
  445. Get:127 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-duplexify all 4.1.1-1 [5,664 B]
  446. Get:128 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-flush-write-stream all 2.0.0-2 [4,212 B]
  447. Get:129 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-from2 all 2.3.0-1 [4,372 B]
  448. Get:130 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-cyclist all 1.0.1-2 [3,652 B]
  449. Get:131 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-parallel-transform all 1.1.0-2 [4,172 B]
  450. Get:132 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-pumpify all 2.0.1-1 [4,516 B]
  451. Get:133 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-each all 1.2.3-1 [4,688 B]
  452. Get:134 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-through2 all 3.0.1-2 [6,720 B]
  453. Get:135 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mississippi all 3.0.0-1 [7,804 B]
  454. Get:136 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mkdirp all 0.5.1-2 [5,376 B]
  455. Get:137 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-run-queue all 1.0.3-1 [4,540 B]
  456. Get:138 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-rimraf all 2.6.3-1 [8,368 B]
  457. Get:139 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-imurmurhash all 0.1.4-1 [8,272 B]
  458. Get:140 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-iferr all 1.0.2-1 [3,536 B]
  459. Get:141 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-fs-write-stream-atomic all 1.0.10-4 [4,860 B]
  460. Get:142 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-copy-concurrently all 1.0.5-4 [6,556 B]
  461. Get:143 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-move-concurrently all 1.0.1-2 [4,684 B]
  462. Get:144 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-promise-inflight all 1.0.1-1 [3,144 B]
  463. Get:145 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ssri all 7.1.0-2 [18.7 kB]
  464. Get:146 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-unique-filename all 1.1.1+ds-1 [3,832 B]
  465. Get:147 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-y18n all 4.0.0-2 [5,476 B]
  466. Get:148 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-cacache all 11.3.3-2 [24.3 kB]
  467. Get:149 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-call-limit all 1.1.1-1 [4,084 B]
  468. Get:150 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-caseless all 0.12.0-1 [3,382 B]
  469. Get:151 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ci-info all 2.0.0-1 [6,452 B]
  470. Get:152 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-wrap-ansi all 4.0.0-2 [5,576 B]
  471. Get:153 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-cliui all 4.1.0-2 [7,336 B]
  472. Get:154 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-co all 4.6.0-1 [6,220 B]
  473. Get:155 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-colors all 1.4.0-1 [11.8 kB]
  474. Get:156 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-columnify all 1.5.4-1 [11.2 kB]
  475. Get:157 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-proto-list all 1.2.4-1 [3,088 B]
  476. Get:158 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ini all 1.3.5-1 [5,776 B]
  477. Get:159 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-config-chain all 1.1.12-1 [8,056 B]
  478. Get:160 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-obj all 1.0.1-2 [3,018 B]
  479. Get:161 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-dot-prop all 5.2.0-1 [5,052 B]
  480. Get:162 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-semver all 7.1.3-1 [31.6 kB]
  481. Get:163 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-make-dir all 3.0.2-1 [5,820 B]
  482. Get:164 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-crypto-random-string all 1.0.0-1 [3,250 B]
  483. Get:165 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-unique-string all 1.0.0-1 [3,048 B]
  484. Get:166 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-typedarray all 1.0.0-2 [2,216 B]
  485. Get:167 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-typedarray-to-buffer all 3.0.3-3 [2,374 B]
  486. Get:168 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-write-file-atomic all 3.0.3-1 [6,240 B]
  487. Get:169 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-xdg-basedir all 3.0.0-1 [3,696 B]
  488. Get:170 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-configstore all 5.0.1-1 [5,396 B]
  489. Get:171 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-console-control-strings all 1.1.0-1 [4,946 B]
  490. Get:172 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-dashdash all 1.14.1-2 [17.8 kB]
  491. Get:173 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-decamelize all 1.2.0-1 [3,090 B]
  492. Get:174 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mimic-response all 2.1.0-1 [4,588 B]
  493. Get:175 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-decompress-response all 3.3.0-1 [3,396 B]
  494. Get:176 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-deep-extend all 0.6.0-1 [4,972 B]
  495. Get:177 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lodash-packages all 4.17.15+dfsg-2 [123 kB]
  496. Get:178 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-define-properties all 1.1.3-1 [6,396 B]
  497. Get:179 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-detect-indent all 5.0.0-1 [4,426 B]
  498. Get:180 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-detect-newline all 2.1.0-1 [3,018 B]
  499. Get:181 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-duplexer3 all 0.1.4-5 [5,168 B]
  500. Get:182 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsbn all 1.1.0-1 [13.6 kB]
  501. Get:183 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ecc-jsbn all 0.2.0-2 [9,432 B]
  502. Get:184 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-editor all 1.0.0-1 [3,334 B]
  503. Get:185 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-err-code all 2.0.0+dfsg-1 [4,024 B]
  504. Get:186 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-es6-promise all 4.2.8-6 [14.2 kB]
  505. Get:187 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-extsprintf all 1.3.0-1 [4,492 B]
  506. Get:188 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-limit all 2.2.2-1 [5,556 B]
  507. Get:189 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-locate all 2.0.0-1 [4,104 B]
  508. Get:190 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-path-exists all 4.0.0-2 [3,872 B]
  509. Get:191 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-locate-path all 5.0.0-2 [4,952 B]
  510. Get:192 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-find-up all 4.1.0-2 [5,724 B]
  511. Get:193 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-path-is-inside all 1.0.2-1 [3,982 B]
  512. Get:194 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-fs-vacuum all 1.2.10-3 [4,584 B]
  513. Get:195 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-function-bind all 1.1.1+repack-1 [5,040 B]
  514. Get:196 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-object-assign all 4.1.1-3 [4,496 B]
  515. Get:197 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-has-unicode all 2.0.1-2 [3,480 B]
  516. Get:198 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-wide-align all 1.1.3-1 [3,936 B]
  517. Get:199 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-gauge all 2.7.4-1 [22.1 kB]
  518. Get:200 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-genfun all 5.0.0-1 [14.1 kB]
  519. Get:201 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-get-caller-file all 1.0.2-1 [2,850 B]
  520. Get:202 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-getpass all 0.1.7-1 [4,180 B]
  521. Get:203 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-retry-allowed all 1.1.0-1 [3,416 B]
  522. Get:204 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-cancelable all 0.3.0-1 [4,452 B]
  523. Get:205 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-timeout all 1.2.0-1 [3,680 B]
  524. Get:206 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-plain-obj all 1.1.0-1 [3,036 B]
  525. Get:207 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-url-to-options all 1.0.1-1 [3,272 B]
  526. Get:208 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-timed-out all 4.0.1-5 [4,228 B]
  527. Get:209 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lowercase-keys all 2.0.0-1 [3,668 B]
  528. Get:210 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-object all 1.0.1-1 [3,332 B]
  529. 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]
  530. 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]
  531. Get:213 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-isurl all 4.0.1-2 [6,976 B]
  532. Get:214 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-prepend-http all 2.0.0-1 [3,332 B]
  533. Get:215 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-url-parse-lax all 1.0.0-1 [3,260 B]
  534. Get:216 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-got all 7.1.0-1 [11.8 kB]
  535. Get:217 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-har-schema all 2.0.0-3 [5,788 B]
  536. Get:218 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-har-validator all 5.1.3-1 [4,604 B]
  537. Get:219 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-hosted-git-info all 2.8.5-1 [8,112 B]
  538. Get:220 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-schema all 0.2.3-1 [7,038 B]
  539. Get:221 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-verror all 1.10.0-1 [13.6 kB]
  540. Get:222 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsprim all 1.4.1-1 [12.9 kB]
  541. Get:223 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-sshpk all 1.16.1+dfsg-2 [54.7 kB]
  542. Get:224 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-http-signature all 1.3.2-1 [10.9 kB]
  543. Get:225 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-iconv-lite all 0.4.23-1 [124 kB]
  544. 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]
  545. Get:227 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-invert-kv all 1.0.0-1 [2,900 B]
  546. Get:228 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ip all 1.1.5-5 [6,648 B]
  547. Get:229 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ip-regex all 4.1.0-2 [4,628 B]
  548. Get:230 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-npm all 1.0.0-1 [2,872 B]
  549. Get:231 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-is-path-inside all 1.0.1-1 [3,260 B]
  550. Get:232 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-isstream all 0.1.2+dfsg-1 [3,588 B]
  551. Get:233 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-parse-better-errors all 1.0.2-2 [4,584 B]
  552. Get:234 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonparse all 1.3.1-7 [7,004 B]
  553. Get:235 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-through all 2.3.8-1 [4,220 B]
  554. Get:236 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-jsonstream all 1.3.5-1 [8,468 B]
  555. Get:237 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-minimist all 1.2.5-1 [6,092 B]
  556. Get:238 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-strip-json-comments all 3.0.1-3 [4,676 B]
  557. Get:239 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-rc all 1.2.8-1 [8,584 B]
  558. Get:240 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-registry-url all 3.1.0-1 [3,292 B]
  559. Get:241 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-registry-auth-token all 3.3.1-1 [4,752 B]
  560. Get:242 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-package-json all 4.0.1-1 [4,220 B]
  561. Get:243 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-latest-version all 3.1.0-1 [3,164 B]
  562. Get:244 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lazy-property all 1.0.0-3 [3,596 B]
  563. Get:245 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lcid all 1.0.0-1 [4,264 B]
  564. Get:246 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-osenv all 0.1.5-1 [4,368 B]
  565. Get:247 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-validate-npm-package-name all 3.0.0-1 [4,472 B]
  566. Get:248 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-package-arg all 6.1.1-1 [7,312 B]
  567. Get:249 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-require-directory all 2.1.1-1 [5,394 B]
  568. Get:250 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-set-blocking all 2.0.0-1 [3,402 B]
  569. Get:251 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-require-main-filename all 1.0.1-1 [3,198 B]
  570. Get:252 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-which-module all 2.0.0-1 [3,368 B]
  571. Get:253 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mimic-fn all 3.0.0-1 [5,044 B]
  572. Get:254 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mem all 1.1.0-1 [4,116 B]
  573. Get:255 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-os-locale all 4.0.0-1 [4,720 B]
  574. Get:256 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-yargs-parser all 18.1.1-1 [15.2 kB]
  575. Get:257 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-yargs all 15.3.0-1 [91.5 kB]
  576. Get:258 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-libnpx all 10.2.1-2 [35.0 kB]
  577. Get:259 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lodash all 4.17.15+dfsg-2 [243 kB]
  578. Get:260 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ms all 2.1.1-1 [4,588 B]
  579. Get:261 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-npm-bundled all 1.1.1-1 [6,096 B]
  580. Get:262 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-number-is-nan all 2.0.0-1 [3,428 B]
  581. Get:263 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-opener all 1.5.1-1 [4,864 B]
  582. Get:264 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-p-is-promise all 3.0.0-1 [3,792 B]
  583. Get:265 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-performance-now all 2.1.0+debian-1 [4,482 B]
  584. Get:266 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-pify all 3.0.0-1 [4,492 B]
  585. Get:267 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-retry all 0.12.0-1 [10.4 kB]
  586. Get:268 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-promise-retry all 1.1.1-4 [4,760 B]
  587. Get:269 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mute-stream all 0.0.8-2 [5,172 B]
  588. Get:270 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-read all 1.0.7-2 [5,304 B]
  589. Get:271 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-promzard all 0.3.0-1 [9,004 B]
  590. Get:272 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-pseudomap all 1.0.2-1 [3,534 B]
  591. Get:273 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-psl all 1.7.0+ds-1 [36.7 kB]
  592. Get:274 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-qw all 1.0.1-1 [3,120 B]
  593. Get:275 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-resolve-from all 4.0.0-1 [3,724 B]
  594. Get:276 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-semver-diff all 2.1.0-2 [3,388 B]
  595. Get:277 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-slash all 3.0.0-1 [3,744 B]
  596. Get:278 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-sorted-object all 2.0.1-1 [3,720 B]
  597. Get:279 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-license-ids all 3.0.5-1 [6,448 B]
  598. Get:280 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-exceptions all 2.2.0-1 [3,752 B]
  599. Get:281 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-expression-parse all 3.0.0-1 [6,608 B]
  600. Get:282 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-spdx-correct all 3.1.0-1 [5,188 B]
  601. Get:283 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-stream-iterate all 1.2.0-4 [3,772 B]
  602. Get:284 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-strict-uri-encode all 2.0.0-1 [2,984 B]
  603. Get:285 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-text-table all 0.2.0-2 [4,348 B]
  604. Get:286 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-tough-cookie all 3.0.0-1 [26.4 kB]
  605. 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]
  606. Get:288 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-unpipe all 1.0.0-1 [3,530 B]
  607. Get:289 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-uuid all 3.3.2-2 [16.4 kB]
  608. Get:290 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-validate-npm-package-license all 3.0.4-1 [4,172 B]
  609. Get:291 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-xtend all 4.0.2-1 [3,752 B]
  610. Get:292 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 nodejs-doc all 10.19.0~dfsg-3ubuntu1 [942 kB]
  611. Get:293 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-abbrev all 1.1.1-2 [4,852 B]
  612. Get:294 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-ansi all 0.3.1-1 [9,068 B]
  613. Get:295 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-archy all 1.0.0-3 [4,480 B]
  614. Get:296 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-bl all 4.0.0-2 [10.3 kB]
  615. Get:297 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-delayed-stream all 1.0.0-4 [5,276 B]
  616. Get:298 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-combined-stream all 1.0.8-1 [6,056 B]
  617. Get:299 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-debug all 4.1.1-2 [17.6 kB]
  618. Get:300 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-encoding all 0.1.12-3 [4,644 B]
  619. Get:301 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-prr all 1.0.1-1 [3,726 B]
  620. Get:302 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-errno all 0.1.7-1 [7,520 B]
  621. Get:303 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-extend all 3.0.2-1 [5,496 B]
  622. Get:304 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-forever-agent all 0.6.1-2 [4,248 B]
  623. Get:305 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mime all 2.4.4+dfsg-1 [33.3 kB]
  624. Get:306 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-mime-types all 2.1.25-1 [6,332 B]
  625. Get:307 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-form-data all 3.0.0-2 [12.8 kB]
  626. Get:308 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-nopt all 3.0.6-4 [10.7 kB]
  627. Get:309 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-npmlog all 4.1.2-2 [8,224 B]
  628. Get:310 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-json-stringify-safe all 5.0.1+repack-2 [20.5 kB]
  629. Get:311 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-oauth-sign all 0.9.0-2 [4,312 B]
  630. Get:312 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-qs all 6.9.1+ds-1 [17.1 kB]
  631. Get:313 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-tunnel-agent all 0.6.1-2 [4,996 B]
  632. Get:314 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-request all 2.88.1-4 [25.0 kB]
  633. Get:315 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-tar all 4.4.10+ds1-2ubuntu1 [31.3 kB]
  634. Get:316 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-gyp all 6.1.0-3 [33.8 kB]
  635. Get:317 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-lockfile all 1.0.4-3 [7,252 B]
  636. Get:318 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-resolve all 1.15.1-3 [13.0 kB]
  637. Get:319 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-normalize-package-data all 2.5.0-1 [14.8 kB]
  638. Get:320 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-os-tmpdir all 1.0.2-1 [3,836 B]
  639. Get:321 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-read-package-json all 2.1.1-1 [9,392 B]
  640. Get:322 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-sha all 3.0.0-1 [4,848 B]
  641. Get:323 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 node-slide all 1.1.6-2 [6,328 B]
  642. Get:324 http://ph.archive.ubuntu.com/ubuntu focal/universe amd64 npm all 6.14.4+ds-1ubuntu2 [583 kB]
  643. Fetched 48.5 MB in 2min 19s (348 kB/s)
  644. Extracting templates from packages: 100%
  645. Selecting previously unselected package libpython2.7-minimal:amd64.
  646. (Reading database ... 170059 files and directories currently installed.)
  647. Preparing to unpack .../0-libpython2.7-minimal_2.7.18-1~20.04.1_amd64.deb ...
  648. Unpacking libpython2.7-minimal:amd64 (2.7.18-1~20.04.1) ...
  649. Selecting previously unselected package python2.7-minimal.
  650. Preparing to unpack .../1-python2.7-minimal_2.7.18-1~20.04.1_amd64.deb ...
  651. Unpacking python2.7-minimal (2.7.18-1~20.04.1) ...
  652. Selecting previously unselected package python2-minimal.
  653. Preparing to unpack .../2-python2-minimal_2.7.17-2ubuntu4_amd64.deb ...
  654. Unpacking python2-minimal (2.7.17-2ubuntu4) ...
  655. Selecting previously unselected package libpython2.7-stdlib:amd64.
  656. Preparing to unpack .../3-libpython2.7-stdlib_2.7.18-1~20.04.1_amd64.deb ...
  657. Unpacking libpython2.7-stdlib:amd64 (2.7.18-1~20.04.1) ...
  658. Selecting previously unselected package python2.7.
  659. Preparing to unpack .../4-python2.7_2.7.18-1~20.04.1_amd64.deb ...
  660. Unpacking python2.7 (2.7.18-1~20.04.1) ...
  661. Selecting previously unselected package libpython2-stdlib:amd64.
  662. Preparing to unpack .../5-libpython2-stdlib_2.7.17-2ubuntu4_amd64.deb ...
  663. Unpacking libpython2-stdlib:amd64 (2.7.17-2ubuntu4) ...
  664. Setting up libpython2.7-minimal:amd64 (2.7.18-1~20.04.1) ...
  665. Setting up python2.7-minimal (2.7.18-1~20.04.1) ...
  666. Linking and byte-compiling packages for runtime python2.7...
  667. Setting up python2-minimal (2.7.17-2ubuntu4) ...
  668. Selecting previously unselected package python2.
  669. (Reading database ... 170806 files and directories currently installed.)
  670. Preparing to unpack .../000-python2_2.7.17-2ubuntu4_amd64.deb ...
  671. Unpacking python2 (2.7.17-2ubuntu4) ...
  672. Selecting previously unselected package libc-dev-bin.
  673. Preparing to unpack .../001-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ...
  674. Unpacking libc-dev-bin (2.31-0ubuntu9.2) ...
  675. Selecting previously unselected package linux-libc-dev:amd64.
  676. Preparing to unpack .../002-linux-libc-dev_5.4.0-100.113_amd64.deb ...
  677. Unpacking linux-libc-dev:amd64 (5.4.0-100.113) ...
  678. Selecting previously unselected package libcrypt-dev:amd64.
  679. Preparing to unpack .../003-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
  680. Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
  681. Selecting previously unselected package libc6-dev:amd64.
  682. Preparing to unpack .../004-libc6-dev_2.31-0ubuntu9.2_amd64.deb ...
  683. Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) ...
  684. Selecting previously unselected package libitm1:amd64.
  685. Preparing to unpack .../005-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  686. Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
  687. Selecting previously unselected package libatomic1:amd64.
  688. Preparing to unpack .../006-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  689. Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
  690. Selecting previously unselected package libasan5:amd64.
  691. Preparing to unpack .../007-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ...
  692. Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
  693. Selecting previously unselected package liblsan0:amd64.
  694. Preparing to unpack .../008-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
  695. Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
  696. Selecting previously unselected package libtsan0:amd64.
  697. Preparing to unpack .../009-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
  698. Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
  699. Selecting previously unselected package libubsan1:amd64.
  700. Preparing to unpack .../010-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
  701. Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
  702. Selecting previously unselected package libquadmath0:amd64.
  703. Preparing to unpack .../011-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
  704. Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
  705. Selecting previously unselected package libgcc-9-dev:amd64.
  706. Preparing to unpack .../012-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
  707. Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
  708. Selecting previously unselected package gcc-9.
  709. Preparing to unpack .../013-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
  710. Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) ...
  711. Selecting previously unselected package gcc.
  712. Preparing to unpack .../014-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
  713. Unpacking gcc (4:9.3.0-1ubuntu2) ...
  714. Selecting previously unselected package libstdc++-9-dev:amd64.
  715. Preparing to unpack .../015-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
  716. Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
  717. Selecting previously unselected package g++-9.
  718. Preparing to unpack .../016-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
  719. Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ...
  720. Selecting previously unselected package g++.
  721. Preparing to unpack .../017-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
  722. Unpacking g++ (4:9.3.0-1ubuntu2) ...
  723. Selecting previously unselected package make.
  724. Preparing to unpack .../018-make_4.2.1-1.2_amd64.deb ...
  725. Unpacking make (4.2.1-1.2) ...
  726. Selecting previously unselected package dpkg-dev.
  727. Preparing to unpack .../019-dpkg-dev_1.19.7ubuntu3_all.deb ...
  728. Unpacking dpkg-dev (1.19.7ubuntu3) ...
  729. Selecting previously unselected package build-essential.
  730. Preparing to unpack .../020-build-essential_12.8ubuntu1.1_amd64.deb ...
  731. Unpacking build-essential (12.8ubuntu1.1) ...
  732. Selecting previously unselected package libfakeroot:amd64.
  733. Preparing to unpack .../021-libfakeroot_1.24-1_amd64.deb ...
  734. Unpacking libfakeroot:amd64 (1.24-1) ...
  735. Selecting previously unselected package fakeroot.
  736. Preparing to unpack .../022-fakeroot_1.24-1_amd64.deb ...
  737. Unpacking fakeroot (1.24-1) ...
  738. Selecting previously unselected package python-pkg-resources.
  739. Preparing to unpack .../023-python-pkg-resources_44.0.0-2_all.deb ...
  740. Unpacking python-pkg-resources (44.0.0-2) ...
  741. Selecting previously unselected package gyp.
  742. Preparing to unpack .../024-gyp_0.1+20180428git4d467626-3ubuntu1_all.deb ...
  743. Unpacking gyp (0.1+20180428git4d467626-3ubuntu1) ...
  744. Selecting previously unselected package javascript-common.
  745. Preparing to unpack .../025-javascript-common_11_all.deb ...
  746. Unpacking javascript-common (11) ...
  747. Selecting previously unselected package libalgorithm-diff-perl.
  748. Preparing to unpack .../026-libalgorithm-diff-perl_1.19.03-2_all.deb ...
  749. Unpacking libalgorithm-diff-perl (1.19.03-2) ...
  750. Selecting previously unselected package libalgorithm-diff-xs-perl.
  751. Preparing to unpack .../027-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
  752. Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
  753. Selecting previously unselected package libalgorithm-merge-perl.
  754. Preparing to unpack .../028-libalgorithm-merge-perl_0.08-3_all.deb ...
  755. Unpacking libalgorithm-merge-perl (0.08-3) ...
  756. Selecting previously unselected package libjs-is-typedarray.
  757. Preparing to unpack .../029-libjs-is-typedarray_1.0.0-2_all.deb ...
  758. Unpacking libjs-is-typedarray (1.0.0-2) ...
  759. Selecting previously unselected package libjs-psl.
  760. Preparing to unpack .../030-libjs-psl_1.7.0+ds-1_all.deb ...
  761. Unpacking libjs-psl (1.7.0+ds-1) ...
  762. Selecting previously unselected package libjs-typedarray-to-buffer.
  763. Preparing to unpack .../031-libjs-typedarray-to-buffer_3.0.3-3_all.deb ...
  764. Unpacking libjs-typedarray-to-buffer (3.0.3-3) ...
  765. Selecting previously unselected package libssl-dev:amd64.
  766. Preparing to unpack .../032-libssl-dev_1.1.1f-1ubuntu2.10_amd64.deb ...
  767. Unpacking libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ...
  768. Selecting previously unselected package libuv1-dev:amd64.
  769. Preparing to unpack .../033-libuv1-dev_1.34.2-1ubuntu1.3_amd64.deb ...
  770. Unpacking libuv1-dev:amd64 (1.34.2-1ubuntu1.3) ...
  771. Selecting previously unselected package libc-ares2:amd64.
  772. Preparing to unpack .../034-libc-ares2_1.15.0-1ubuntu0.1_amd64.deb ...
  773. Unpacking libc-ares2:amd64 (1.15.0-1ubuntu0.1) ...
  774. Selecting previously unselected package libnode64:amd64.
  775. Preparing to unpack .../035-libnode64_10.19.0~dfsg-3ubuntu1_amd64.deb ...
  776. Unpacking libnode64:amd64 (10.19.0~dfsg-3ubuntu1) ...
  777. Selecting previously unselected package libnode-dev:amd64.
  778. Preparing to unpack .../036-libnode-dev_10.19.0~dfsg-3ubuntu1_amd64.deb ...
  779. Unpacking libnode-dev:amd64 (10.19.0~dfsg-3ubuntu1) ...
  780. Selecting previously unselected package manpages-dev.
  781. Preparing to unpack .../037-manpages-dev_5.05-1_all.deb ...
  782. Unpacking manpages-dev (5.05-1) ...
  783. Selecting previously unselected package nodejs.
  784. Preparing to unpack .../038-nodejs_10.19.0~dfsg-3ubuntu1_amd64.deb ...
  785. Unpacking nodejs (10.19.0~dfsg-3ubuntu1) ...
  786. Selecting previously unselected package node-fast-deep-equal.
  787. Preparing to unpack .../039-node-fast-deep-equal_1.1.0-1_all.deb ...
  788. Unpacking node-fast-deep-equal (1.1.0-1) ...
  789. Selecting previously unselected package node-jsonify.
  790. Preparing to unpack .../040-node-jsonify_0.0.0-1_all.deb ...
  791. Unpacking node-jsonify (0.0.0-1) ...
  792. Selecting previously unselected package node-json-stable-stringify.
  793. Preparing to unpack .../041-node-json-stable-stringify_1.0.1-1_all.deb ...
  794. Unpacking node-json-stable-stringify (1.0.1-1) ...
  795. Selecting previously unselected package node-json-schema-traverse.
  796. Preparing to unpack .../042-node-json-schema-traverse_0.3.1-1_all.deb ...
  797. Unpacking node-json-schema-traverse (0.3.1-1) ...
  798. Selecting previously unselected package node-punycode.
  799. Preparing to unpack .../043-node-punycode_2.1.1-3_all.deb ...
  800. Unpacking node-punycode (2.1.1-3) ...
  801. Selecting previously unselected package node-uri-js.
  802. Preparing to unpack .../044-node-uri-js_4.2.2+dfsg-5_all.deb ...
  803. Unpacking node-uri-js (4.2.2+dfsg-5) ...
  804. Selecting previously unselected package node-ajv.
  805. Preparing to unpack .../045-node-ajv_6.10.2-1_all.deb ...
  806. Unpacking node-ajv (6.10.2-1) ...
  807. Selecting previously unselected package node-clone.
  808. Preparing to unpack .../046-node-clone_2.1.2-1_all.deb ...
  809. Unpacking node-clone (2.1.2-1) ...
  810. Selecting previously unselected package node-defaults.
  811. Preparing to unpack .../047-node-defaults_1.0.3-1_all.deb ...
  812. Unpacking node-defaults (1.0.3-1) ...
  813. Selecting previously unselected package node-wcwidth.js.
  814. Preparing to unpack .../048-node-wcwidth.js_1.0.0-1_all.deb ...
  815. Unpacking node-wcwidth.js (1.0.0-1) ...
  816. Selecting previously unselected package node-ansi-regex.
  817. Preparing to unpack .../049-node-ansi-regex_5.0.0-1_all.deb ...
  818. Unpacking node-ansi-regex (5.0.0-1) ...
  819. Selecting previously unselected package node-strip-ansi.
  820. Preparing to unpack .../050-node-strip-ansi_6.0.0-2_all.deb ...
  821. Unpacking node-strip-ansi (6.0.0-2) ...
  822. Selecting previously unselected package node-string-width.
  823. Preparing to unpack .../051-node-string-width_2.1.1-1_all.deb ...
  824. Unpacking node-string-width (2.1.1-1) ...
  825. Selecting previously unselected package node-ansi-align.
  826. Preparing to unpack .../052-node-ansi-align_3.0.0-1_all.deb ...
  827. Unpacking node-ansi-align (3.0.0-1) ...
  828. Selecting previously unselected package node-ansistyles.
  829. Preparing to unpack .../053-node-ansistyles_0.1.3-2_all.deb ...
  830. Unpacking node-ansistyles (0.1.3-2) ...
  831. Selecting previously unselected package node-aproba.
  832. Preparing to unpack .../054-node-aproba_2.0.0-1_all.deb ...
  833. Unpacking node-aproba (2.0.0-1) ...
  834. Selecting previously unselected package node-delegates.
  835. Preparing to unpack .../055-node-delegates_1.0.0-1_all.deb ...
  836. Unpacking node-delegates (1.0.0-1) ...
  837. Selecting previously unselected package libjs-inherits.
  838. Preparing to unpack .../056-libjs-inherits_2.0.4-1_all.deb ...
  839. Unpacking libjs-inherits (2.0.4-1) ...
  840. Selecting previously unselected package node-inherits.
  841. Preparing to unpack .../057-node-inherits_2.0.4-1_all.deb ...
  842. Unpacking node-inherits (2.0.4-1) ...
  843. Selecting previously unselected package node-core-util-is.
  844. Preparing to unpack .../058-node-core-util-is_1.0.2-1_all.deb ...
  845. Unpacking node-core-util-is (1.0.2-1) ...
  846. Selecting previously unselected package node-safe-buffer.
  847. Preparing to unpack .../059-node-safe-buffer_5.2.0-1_all.deb ...
  848. Unpacking node-safe-buffer (5.2.0-1) ...
  849. Selecting previously unselected package node-string-decoder.
  850. Preparing to unpack .../060-node-string-decoder_1.2.0-2_all.deb ...
  851. Unpacking node-string-decoder (1.2.0-2) ...
  852. Selecting previously unselected package node-process-nextick-args.
  853. Preparing to unpack .../061-node-process-nextick-args_2.0.0-1_all.deb ...
  854. Unpacking node-process-nextick-args (2.0.0-1) ...
  855. Selecting previously unselected package node-util-deprecate.
  856. Preparing to unpack .../062-node-util-deprecate_1.0.2-1_all.deb ...
  857. Unpacking node-util-deprecate (1.0.2-1) ...
  858. Selecting previously unselected package node-isarray.
  859. Preparing to unpack .../063-node-isarray_2.0.5-1_all.deb ...
  860. Unpacking node-isarray (2.0.5-1) ...
  861. Selecting previously unselected package node-readable-stream.
  862. Preparing to unpack .../064-node-readable-stream_3.4.0-2_all.deb ...
  863. Unpacking node-readable-stream (3.4.0-2) ...
  864. Selecting previously unselected package node-are-we-there-yet.
  865. Preparing to unpack .../065-node-are-we-there-yet_1.1.5-1_all.deb ...
  866. Unpacking node-are-we-there-yet (1.1.5-1) ...
  867. Selecting previously unselected package node-asap.
  868. Preparing to unpack .../066-node-asap_2.0.6-2_all.deb ...
  869. Unpacking node-asap (2.0.6-2) ...
  870. Selecting previously unselected package node-asn1.
  871. Preparing to unpack .../067-node-asn1_0.2.3-2_all.deb ...
  872. Unpacking node-asn1 (0.2.3-2) ...
  873. Selecting previously unselected package node-assert-plus.
  874. Preparing to unpack .../068-node-assert-plus_1.0.0-2_all.deb ...
  875. Unpacking node-assert-plus (1.0.0-2) ...
  876. Selecting previously unselected package node-asynckit.
  877. Preparing to unpack .../069-node-asynckit_0.4.0-3_all.deb ...
  878. Unpacking node-asynckit (0.4.0-3) ...
  879. Selecting previously unselected package node-aws-sign2.
  880. Preparing to unpack .../070-node-aws-sign2_0.7.1-2_all.deb ...
  881. Unpacking node-aws-sign2 (0.7.1-2) ...
  882. Selecting previously unselected package node-aws4.
  883. Preparing to unpack .../071-node-aws4_1.9.0-1_all.deb ...
  884. Unpacking node-aws4 (1.9.0-1) ...
  885. Selecting previously unselected package node-tweetnacl.
  886. Preparing to unpack .../072-node-tweetnacl_1.0.1+dfsg-2_all.deb ...
  887. Unpacking node-tweetnacl (1.0.1+dfsg-2) ...
  888. Selecting previously unselected package node-bcrypt-pbkdf.
  889. Preparing to unpack .../073-node-bcrypt-pbkdf_1.0.2-1_all.deb ...
  890. Unpacking node-bcrypt-pbkdf (1.0.2-1) ...
  891. Selecting previously unselected package node-bluebird.
  892. Preparing to unpack .../074-node-bluebird_3.5.1+dfsg2-2build1_all.deb ...
  893. Unpacking node-bluebird (3.5.1+dfsg2-2build1) ...
  894. Selecting previously unselected package node-camelcase.
  895. Preparing to unpack .../075-node-camelcase_5.3.1-1_all.deb ...
  896. Unpacking node-camelcase (5.3.1-1) ...
  897. Selecting previously unselected package node-color-name.
  898. Preparing to unpack .../076-node-color-name_1.1.3-1_all.deb ...
  899. Unpacking node-color-name (1.1.3-1) ...
  900. Selecting previously unselected package node-color-convert.
  901. Preparing to unpack .../077-node-color-convert_1.9.3-1_all.deb ...
  902. Unpacking node-color-convert (1.9.3-1) ...
  903. Selecting previously unselected package node-ansi-styles.
  904. Preparing to unpack .../078-node-ansi-styles_4.2.1-1_all.deb ...
  905. Unpacking node-ansi-styles (4.2.1-1) ...
  906. Selecting previously unselected package node-escape-string-regexp.
  907. Preparing to unpack .../079-node-escape-string-regexp_1.0.5-1_all.deb ...
  908. Unpacking node-escape-string-regexp (1.0.5-1) ...
  909. Selecting previously unselected package node-has-flag.
  910. Preparing to unpack .../080-node-has-flag_4.0.0-1_all.deb ...
  911. Unpacking node-has-flag (4.0.0-1) ...
  912. Selecting previously unselected package node-supports-color.
  913. Preparing to unpack .../081-node-supports-color_6.1.0-2_all.deb ...
  914. Unpacking node-supports-color (6.1.0-2) ...
  915. Selecting previously unselected package node-chalk.
  916. Preparing to unpack .../082-node-chalk_2.4.2-1_all.deb ...
  917. Unpacking node-chalk (2.4.2-1) ...
  918. Selecting previously unselected package node-cli-boxes.
  919. Preparing to unpack .../083-node-cli-boxes_2.2.0-2_all.deb ...
  920. Unpacking node-cli-boxes (2.2.0-2) ...
  921. Selecting previously unselected package node-yallist.
  922. Preparing to unpack .../084-node-yallist_4.0.0-1_all.deb ...
  923. Unpacking node-yallist (4.0.0-1) ...
  924. Selecting previously unselected package node-lru-cache.
  925. Preparing to unpack .../085-node-lru-cache_5.1.1-5_all.deb ...
  926. Unpacking node-lru-cache (5.1.1-5) ...
  927. Selecting previously unselected package node-isexe.
  928. Preparing to unpack .../086-node-isexe_2.0.0-4_all.deb ...
  929. Unpacking node-isexe (2.0.0-4) ...
  930. Selecting previously unselected package node-which.
  931. Preparing to unpack .../087-node-which_2.0.2-1_all.deb ...
  932. Unpacking node-which (2.0.2-1) ...
  933. Selecting previously unselected package node-shebang-regex.
  934. Preparing to unpack .../088-node-shebang-regex_2.0.0-1_all.deb ...
  935. Unpacking node-shebang-regex (2.0.0-1) ...
  936. Selecting previously unselected package node-shebang-command.
  937. Preparing to unpack .../089-node-shebang-command_1.2.0-1_all.deb ...
  938. Unpacking node-shebang-command (1.2.0-1) ...
  939. Selecting previously unselected package node-cross-spawn.
  940. Preparing to unpack .../090-node-cross-spawn_5.1.0-2_all.deb ...
  941. Unpacking node-cross-spawn (5.1.0-2) ...
  942. Selecting previously unselected package node-wrappy.
  943. Preparing to unpack .../091-node-wrappy_1.0.2-1_all.deb ...
  944. Unpacking node-wrappy (1.0.2-1) ...
  945. Selecting previously unselected package node-once.
  946. Preparing to unpack .../092-node-once_1.4.0-3_all.deb ...
  947. Unpacking node-once (1.4.0-3) ...
  948. Selecting previously unselected package node-end-of-stream.
  949. Preparing to unpack .../093-node-end-of-stream_1.4.4-1_all.deb ...
  950. Unpacking node-end-of-stream (1.4.4-1) ...
  951. Selecting previously unselected package node-pump.
  952. Preparing to unpack .../094-node-pump_3.0.0-2_all.deb ...
  953. Unpacking node-pump (3.0.0-2) ...
  954. Selecting previously unselected package node-get-stream.
  955. Preparing to unpack .../095-node-get-stream_4.1.0-1_all.deb ...
  956. Unpacking node-get-stream (4.1.0-1) ...
  957. Selecting previously unselected package node-is-stream.
  958. Preparing to unpack .../096-node-is-stream_1.1.0-1_all.deb ...
  959. Unpacking node-is-stream (1.1.0-1) ...
  960. Selecting previously unselected package node-npm-run-path.
  961. Preparing to unpack .../097-node-npm-run-path_2.0.2-2_all.deb ...
  962. Unpacking node-npm-run-path (2.0.2-2) ...
  963. Selecting previously unselected package node-p-finally.
  964. Preparing to unpack .../098-node-p-finally_1.0.0-2_all.deb ...
  965. Unpacking node-p-finally (1.0.0-2) ...
  966. Selecting previously unselected package node-signal-exit.
  967. Preparing to unpack .../099-node-signal-exit_3.0.2-1_all.deb ...
  968. Unpacking node-signal-exit (3.0.2-1) ...
  969. Selecting previously unselected package node-strip-eof.
  970. Preparing to unpack .../100-node-strip-eof_1.0.0-2_all.deb ...
  971. Unpacking node-strip-eof (1.0.0-2) ...
  972. Selecting previously unselected package node-execa.
  973. Preparing to unpack .../101-node-execa_0.10.0+dfsg-1_all.deb ...
  974. Unpacking node-execa (0.10.0+dfsg-1) ...
  975. Selecting previously unselected package node-term-size.
  976. Preparing to unpack .../102-node-term-size_1.2.0+dfsg-2_all.deb ...
  977. Unpacking node-term-size (1.2.0+dfsg-2) ...
  978. Selecting previously unselected package node-widest-line.
  979. Preparing to unpack .../103-node-widest-line_3.1.0-1_all.deb ...
  980. Unpacking node-widest-line (3.1.0-1) ...
  981. Selecting previously unselected package node-boxen.
  982. Preparing to unpack .../104-node-boxen_4.2.0-2_all.deb ...
  983. Unpacking node-boxen (4.2.0-2) ...
  984. Selecting previously unselected package node-builtin-modules.
  985. Preparing to unpack .../105-node-builtin-modules_3.1.0-1_all.deb ...
  986. Unpacking node-builtin-modules (3.1.0-1) ...
  987. Selecting previously unselected package node-builtins.
  988. Preparing to unpack .../106-node-builtins_1.0.3-1_all.deb ...
  989. Unpacking node-builtins (1.0.3-1) ...
  990. Selecting previously unselected package node-chownr.
  991. Preparing to unpack .../107-node-chownr_1.1.3-3_all.deb ...
  992. Unpacking node-chownr (1.1.3-3) ...
  993. Selecting previously unselected package node-balanced-match.
  994. Preparing to unpack .../108-node-balanced-match_1.0.0-1_all.deb ...
  995. Unpacking node-balanced-match (1.0.0-1) ...
  996. Selecting previously unselected package node-concat-map.
  997. Preparing to unpack .../109-node-concat-map_0.0.1-2_all.deb ...
  998. Unpacking node-concat-map (0.0.1-2) ...
  999. Selecting previously unselected package node-brace-expansion.
  1000. Preparing to unpack .../110-node-brace-expansion_1.1.11-1_all.deb ...
  1001. Unpacking node-brace-expansion (1.1.11-1) ...
  1002. Selecting previously unselected package node-minimatch.
  1003. Preparing to unpack .../111-node-minimatch_3.0.4-4_all.deb ...
  1004. Unpacking node-minimatch (3.0.4-4) ...
  1005. Selecting previously unselected package node-fs.realpath.
  1006. Preparing to unpack .../112-node-fs.realpath_1.0.0-1_all.deb ...
  1007. Unpacking node-fs.realpath (1.0.0-1) ...
  1008. Selecting previously unselected package node-inflight.
  1009. Preparing to unpack .../113-node-inflight_1.0.6-1_all.deb ...
  1010. Unpacking node-inflight (1.0.6-1) ...
  1011. Selecting previously unselected package node-path-is-absolute.
  1012. Preparing to unpack .../114-node-path-is-absolute_2.0.0-1_all.deb ...
  1013. Unpacking node-path-is-absolute (2.0.0-1) ...
  1014. Selecting previously unselected package node-glob.
  1015. Preparing to unpack .../115-node-glob_7.1.6-1_all.deb ...
  1016. Unpacking node-glob (7.1.6-1) ...
  1017. Selecting previously unselected package node-graceful-fs.
  1018. Preparing to unpack .../116-node-graceful-fs_4.2.3-2_all.deb ...
  1019. Unpacking node-graceful-fs (4.2.3-2) ...
  1020. Selecting previously unselected package node-typedarray.
  1021. Preparing to unpack .../117-node-typedarray_0.0.6-1_all.deb ...
  1022. Unpacking node-typedarray (0.0.6-1) ...
  1023. Selecting previously unselected package node-concat-stream.
  1024. Preparing to unpack .../118-node-concat-stream_1.6.2-1_all.deb ...
  1025. Unpacking node-concat-stream (1.6.2-1) ...
  1026. Selecting previously unselected package node-stream-shift.
  1027. Preparing to unpack .../119-node-stream-shift_1.0.0-1_all.deb ...
  1028. Unpacking node-stream-shift (1.0.0-1) ...
  1029. Selecting previously unselected package node-duplexify.
  1030. Preparing to unpack .../120-node-duplexify_4.1.1-1_all.deb ...
  1031. Unpacking node-duplexify (4.1.1-1) ...
  1032. Selecting previously unselected package node-flush-write-stream.
  1033. Preparing to unpack .../121-node-flush-write-stream_2.0.0-2_all.deb ...
  1034. Unpacking node-flush-write-stream (2.0.0-2) ...
  1035. Selecting previously unselected package node-from2.
  1036. Preparing to unpack .../122-node-from2_2.3.0-1_all.deb ...
  1037. Unpacking node-from2 (2.3.0-1) ...
  1038. Selecting previously unselected package node-cyclist.
  1039. Preparing to unpack .../123-node-cyclist_1.0.1-2_all.deb ...
  1040. Unpacking node-cyclist (1.0.1-2) ...
  1041. Selecting previously unselected package node-parallel-transform.
  1042. Preparing to unpack .../124-node-parallel-transform_1.1.0-2_all.deb ...
  1043. Unpacking node-parallel-transform (1.1.0-2) ...
  1044. Selecting previously unselected package node-pumpify.
  1045. Preparing to unpack .../125-node-pumpify_2.0.1-1_all.deb ...
  1046. Unpacking node-pumpify (2.0.1-1) ...
  1047. Selecting previously unselected package node-stream-each.
  1048. Preparing to unpack .../126-node-stream-each_1.2.3-1_all.deb ...
  1049. Unpacking node-stream-each (1.2.3-1) ...
  1050. Selecting previously unselected package node-through2.
  1051. Preparing to unpack .../127-node-through2_3.0.1-2_all.deb ...
  1052. Unpacking node-through2 (3.0.1-2) ...
  1053. Selecting previously unselected package node-mississippi.
  1054. Preparing to unpack .../128-node-mississippi_3.0.0-1_all.deb ...
  1055. Unpacking node-mississippi (3.0.0-1) ...
  1056. Selecting previously unselected package node-mkdirp.
  1057. Preparing to unpack .../129-node-mkdirp_0.5.1-2_all.deb ...
  1058. Unpacking node-mkdirp (0.5.1-2) ...
  1059. Selecting previously unselected package node-run-queue.
  1060. Preparing to unpack .../130-node-run-queue_1.0.3-1_all.deb ...
  1061. Unpacking node-run-queue (1.0.3-1) ...
  1062. Selecting previously unselected package node-rimraf.
  1063. Preparing to unpack .../131-node-rimraf_2.6.3-1_all.deb ...
  1064. Unpacking node-rimraf (2.6.3-1) ...
  1065. Selecting previously unselected package node-imurmurhash.
  1066. Preparing to unpack .../132-node-imurmurhash_0.1.4-1_all.deb ...
  1067. Unpacking node-imurmurhash (0.1.4-1) ...
  1068. Selecting previously unselected package node-iferr.
  1069. Preparing to unpack .../133-node-iferr_1.0.2-1_all.deb ...
  1070. Unpacking node-iferr (1.0.2-1) ...
  1071. Selecting previously unselected package node-fs-write-stream-atomic.
  1072. Preparing to unpack .../134-node-fs-write-stream-atomic_1.0.10-4_all.deb ...
  1073. Unpacking node-fs-write-stream-atomic (1.0.10-4) ...
  1074. Selecting previously unselected package node-copy-concurrently.
  1075. Preparing to unpack .../135-node-copy-concurrently_1.0.5-4_all.deb ...
  1076. Unpacking node-copy-concurrently (1.0.5-4) ...
  1077. Selecting previously unselected package node-move-concurrently.
  1078. Preparing to unpack .../136-node-move-concurrently_1.0.1-2_all.deb ...
  1079. Unpacking node-move-concurrently (1.0.1-2) ...
  1080. Selecting previously unselected package node-promise-inflight.
  1081. Preparing to unpack .../137-node-promise-inflight_1.0.1-1_all.deb ...
  1082. Unpacking node-promise-inflight (1.0.1-1) ...
  1083. Selecting previously unselected package node-ssri.
  1084. Preparing to unpack .../138-node-ssri_7.1.0-2_all.deb ...
  1085. Unpacking node-ssri (7.1.0-2) ...
  1086. Selecting previously unselected package node-unique-filename.
  1087. Preparing to unpack .../139-node-unique-filename_1.1.1+ds-1_all.deb ...
  1088. Unpacking node-unique-filename (1.1.1+ds-1) ...
  1089. Selecting previously unselected package node-y18n.
  1090. Preparing to unpack .../140-node-y18n_4.0.0-2_all.deb ...
  1091. Unpacking node-y18n (4.0.0-2) ...
  1092. Selecting previously unselected package node-cacache.
  1093. Preparing to unpack .../141-node-cacache_11.3.3-2_all.deb ...
  1094. Unpacking node-cacache (11.3.3-2) ...
  1095. Selecting previously unselected package node-call-limit.
  1096. Preparing to unpack .../142-node-call-limit_1.1.1-1_all.deb ...
  1097. Unpacking node-call-limit (1.1.1-1) ...
  1098. Selecting previously unselected package node-caseless.
  1099. Preparing to unpack .../143-node-caseless_0.12.0-1_all.deb ...
  1100. Unpacking node-caseless (0.12.0-1) ...
  1101. Selecting previously unselected package node-ci-info.
  1102. Preparing to unpack .../144-node-ci-info_2.0.0-1_all.deb ...
  1103. Unpacking node-ci-info (2.0.0-1) ...
  1104. Selecting previously unselected package node-wrap-ansi.
  1105. Preparing to unpack .../145-node-wrap-ansi_4.0.0-2_all.deb ...
  1106. Unpacking node-wrap-ansi (4.0.0-2) ...
  1107. Selecting previously unselected package node-cliui.
  1108. Preparing to unpack .../146-node-cliui_4.1.0-2_all.deb ...
  1109. Unpacking node-cliui (4.1.0-2) ...
  1110. Selecting previously unselected package node-co.
  1111. Preparing to unpack .../147-node-co_4.6.0-1_all.deb ...
  1112. Unpacking node-co (4.6.0-1) ...
  1113. Selecting previously unselected package node-colors.
  1114. Preparing to unpack .../148-node-colors_1.4.0-1_all.deb ...
  1115. Unpacking node-colors (1.4.0-1) ...
  1116. Selecting previously unselected package node-columnify.
  1117. Preparing to unpack .../149-node-columnify_1.5.4-1_all.deb ...
  1118. Unpacking node-columnify (1.5.4-1) ...
  1119. Selecting previously unselected package node-proto-list.
  1120. Preparing to unpack .../150-node-proto-list_1.2.4-1_all.deb ...
  1121. Unpacking node-proto-list (1.2.4-1) ...
  1122. Selecting previously unselected package node-ini.
  1123. Preparing to unpack .../151-node-ini_1.3.5-1_all.deb ...
  1124. Unpacking node-ini (1.3.5-1) ...
  1125. Selecting previously unselected package node-config-chain.
  1126. Preparing to unpack .../152-node-config-chain_1.1.12-1_all.deb ...
  1127. Unpacking node-config-chain (1.1.12-1) ...
  1128. Selecting previously unselected package node-is-obj.
  1129. Preparing to unpack .../153-node-is-obj_1.0.1-2_all.deb ...
  1130. Unpacking node-is-obj (1.0.1-2) ...
  1131. Selecting previously unselected package node-dot-prop.
  1132. Preparing to unpack .../154-node-dot-prop_5.2.0-1_all.deb ...
  1133. Unpacking node-dot-prop (5.2.0-1) ...
  1134. Selecting previously unselected package node-semver.
  1135. Preparing to unpack .../155-node-semver_7.1.3-1_all.deb ...
  1136. Unpacking node-semver (7.1.3-1) ...
  1137. Selecting previously unselected package node-make-dir.
  1138. Preparing to unpack .../156-node-make-dir_3.0.2-1_all.deb ...
  1139. Unpacking node-make-dir (3.0.2-1) ...
  1140. Selecting previously unselected package node-crypto-random-string.
  1141. Preparing to unpack .../157-node-crypto-random-string_1.0.0-1_all.deb ...
  1142. Unpacking node-crypto-random-string (1.0.0-1) ...
  1143. Selecting previously unselected package node-unique-string.
  1144. Preparing to unpack .../158-node-unique-string_1.0.0-1_all.deb ...
  1145. Unpacking node-unique-string (1.0.0-1) ...
  1146. Selecting previously unselected package node-is-typedarray.
  1147. Preparing to unpack .../159-node-is-typedarray_1.0.0-2_all.deb ...
  1148. Unpacking node-is-typedarray (1.0.0-2) ...
  1149. Selecting previously unselected package node-typedarray-to-buffer.
  1150. Preparing to unpack .../160-node-typedarray-to-buffer_3.0.3-3_all.deb ...
  1151. Unpacking node-typedarray-to-buffer (3.0.3-3) ...
  1152. Selecting previously unselected package node-write-file-atomic.
  1153. Preparing to unpack .../161-node-write-file-atomic_3.0.3-1_all.deb ...
  1154. Unpacking node-write-file-atomic (3.0.3-1) ...
  1155. Selecting previously unselected package node-xdg-basedir.
  1156. Preparing to unpack .../162-node-xdg-basedir_3.0.0-1_all.deb ...
  1157. Unpacking node-xdg-basedir (3.0.0-1) ...
  1158. Selecting previously unselected package node-configstore.
  1159. Preparing to unpack .../163-node-configstore_5.0.1-1_all.deb ...
  1160. Unpacking node-configstore (5.0.1-1) ...
  1161. Selecting previously unselected package node-console-control-strings.
  1162. Preparing to unpack .../164-node-console-control-strings_1.1.0-1_all.deb ...
  1163. Unpacking node-console-control-strings (1.1.0-1) ...
  1164. Selecting previously unselected package node-dashdash.
  1165. Preparing to unpack .../165-node-dashdash_1.14.1-2_all.deb ...
  1166. Unpacking node-dashdash (1.14.1-2) ...
  1167. Selecting previously unselected package node-decamelize.
  1168. Preparing to unpack .../166-node-decamelize_1.2.0-1_all.deb ...
  1169. Unpacking node-decamelize (1.2.0-1) ...
  1170. Selecting previously unselected package node-mimic-response.
  1171. Preparing to unpack .../167-node-mimic-response_2.1.0-1_all.deb ...
  1172. Unpacking node-mimic-response (2.1.0-1) ...
  1173. Selecting previously unselected package node-decompress-response.
  1174. Preparing to unpack .../168-node-decompress-response_3.3.0-1_all.deb ...
  1175. Unpacking node-decompress-response (3.3.0-1) ...
  1176. Selecting previously unselected package node-deep-extend.
  1177. Preparing to unpack .../169-node-deep-extend_0.6.0-1_all.deb ...
  1178. Unpacking node-deep-extend (0.6.0-1) ...
  1179. Selecting previously unselected package node-lodash-packages.
  1180. Preparing to unpack .../170-node-lodash-packages_4.17.15+dfsg-2_all.deb ...
  1181. Unpacking node-lodash-packages (4.17.15+dfsg-2) ...
  1182. Selecting previously unselected package node-define-properties.
  1183. Preparing to unpack .../171-node-define-properties_1.1.3-1_all.deb ...
  1184. Unpacking node-define-properties (1.1.3-1) ...
  1185. Selecting previously unselected package node-detect-indent.
  1186. Preparing to unpack .../172-node-detect-indent_5.0.0-1_all.deb ...
  1187. Unpacking node-detect-indent (5.0.0-1) ...
  1188. Selecting previously unselected package node-detect-newline.
  1189. Preparing to unpack .../173-node-detect-newline_2.1.0-1_all.deb ...
  1190. Unpacking node-detect-newline (2.1.0-1) ...
  1191. Selecting previously unselected package node-duplexer3.
  1192. Preparing to unpack .../174-node-duplexer3_0.1.4-5_all.deb ...
  1193. Unpacking node-duplexer3 (0.1.4-5) ...
  1194. Selecting previously unselected package node-jsbn.
  1195. Preparing to unpack .../175-node-jsbn_1.1.0-1_all.deb ...
  1196. Unpacking node-jsbn (1.1.0-1) ...
  1197. Selecting previously unselected package node-ecc-jsbn.
  1198. Preparing to unpack .../176-node-ecc-jsbn_0.2.0-2_all.deb ...
  1199. Unpacking node-ecc-jsbn (0.2.0-2) ...
  1200. Selecting previously unselected package node-editor.
  1201. Preparing to unpack .../177-node-editor_1.0.0-1_all.deb ...
  1202. Unpacking node-editor (1.0.0-1) ...
  1203. Selecting previously unselected package node-err-code.
  1204. Preparing to unpack .../178-node-err-code_2.0.0+dfsg-1_all.deb ...
  1205. Unpacking node-err-code (2.0.0+dfsg-1) ...
  1206. Selecting previously unselected package node-es6-promise.
  1207. Preparing to unpack .../179-node-es6-promise_4.2.8-6_all.deb ...
  1208. Unpacking node-es6-promise (4.2.8-6) ...
  1209. Selecting previously unselected package node-extsprintf.
  1210. Preparing to unpack .../180-node-extsprintf_1.3.0-1_all.deb ...
  1211. Unpacking node-extsprintf (1.3.0-1) ...
  1212. Selecting previously unselected package node-p-limit.
  1213. Preparing to unpack .../181-node-p-limit_2.2.2-1_all.deb ...
  1214. Unpacking node-p-limit (2.2.2-1) ...
  1215. Selecting previously unselected package node-p-locate.
  1216. Preparing to unpack .../182-node-p-locate_2.0.0-1_all.deb ...
  1217. Unpacking node-p-locate (2.0.0-1) ...
  1218. Selecting previously unselected package node-path-exists.
  1219. Preparing to unpack .../183-node-path-exists_4.0.0-2_all.deb ...
  1220. Unpacking node-path-exists (4.0.0-2) ...
  1221. Selecting previously unselected package node-locate-path.
  1222. Preparing to unpack .../184-node-locate-path_5.0.0-2_all.deb ...
  1223. Unpacking node-locate-path (5.0.0-2) ...
  1224. Selecting previously unselected package node-find-up.
  1225. Preparing to unpack .../185-node-find-up_4.1.0-2_all.deb ...
  1226. Unpacking node-find-up (4.1.0-2) ...
  1227. Selecting previously unselected package node-path-is-inside.
  1228. Preparing to unpack .../186-node-path-is-inside_1.0.2-1_all.deb ...
  1229. Unpacking node-path-is-inside (1.0.2-1) ...
  1230. Selecting previously unselected package node-fs-vacuum.
  1231. Preparing to unpack .../187-node-fs-vacuum_1.2.10-3_all.deb ...
  1232. Unpacking node-fs-vacuum (1.2.10-3) ...
  1233. Selecting previously unselected package node-function-bind.
  1234. Preparing to unpack .../188-node-function-bind_1.1.1+repack-1_all.deb ...
  1235. Unpacking node-function-bind (1.1.1+repack-1) ...
  1236. Selecting previously unselected package node-object-assign.
  1237. Preparing to unpack .../189-node-object-assign_4.1.1-3_all.deb ...
  1238. Unpacking node-object-assign (4.1.1-3) ...
  1239. Selecting previously unselected package node-has-unicode.
  1240. Preparing to unpack .../190-node-has-unicode_2.0.1-2_all.deb ...
  1241. Unpacking node-has-unicode (2.0.1-2) ...
  1242. Selecting previously unselected package node-wide-align.
  1243. Preparing to unpack .../191-node-wide-align_1.1.3-1_all.deb ...
  1244. Unpacking node-wide-align (1.1.3-1) ...
  1245. Selecting previously unselected package node-gauge.
  1246. Preparing to unpack .../192-node-gauge_2.7.4-1_all.deb ...
  1247. Unpacking node-gauge (2.7.4-1) ...
  1248. Selecting previously unselected package node-genfun.
  1249. Preparing to unpack .../193-node-genfun_5.0.0-1_all.deb ...
  1250. Unpacking node-genfun (5.0.0-1) ...
  1251. Selecting previously unselected package node-get-caller-file.
  1252. Preparing to unpack .../194-node-get-caller-file_1.0.2-1_all.deb ...
  1253. Unpacking node-get-caller-file (1.0.2-1) ...
  1254. Selecting previously unselected package node-getpass.
  1255. Preparing to unpack .../195-node-getpass_0.1.7-1_all.deb ...
  1256. Unpacking node-getpass (0.1.7-1) ...
  1257. Selecting previously unselected package node-is-retry-allowed.
  1258. Preparing to unpack .../196-node-is-retry-allowed_1.1.0-1_all.deb ...
  1259. Unpacking node-is-retry-allowed (1.1.0-1) ...
  1260. Selecting previously unselected package node-p-cancelable.
  1261. Preparing to unpack .../197-node-p-cancelable_0.3.0-1_all.deb ...
  1262. Unpacking node-p-cancelable (0.3.0-1) ...
  1263. Selecting previously unselected package node-p-timeout.
  1264. Preparing to unpack .../198-node-p-timeout_1.2.0-1_all.deb ...
  1265. Unpacking node-p-timeout (1.2.0-1) ...
  1266. Selecting previously unselected package node-is-plain-obj.
  1267. Preparing to unpack .../199-node-is-plain-obj_1.1.0-1_all.deb ...
  1268. Unpacking node-is-plain-obj (1.1.0-1) ...
  1269. Selecting previously unselected package node-url-to-options.
  1270. Preparing to unpack .../200-node-url-to-options_1.0.1-1_all.deb ...
  1271. Unpacking node-url-to-options (1.0.1-1) ...
  1272. Selecting previously unselected package node-timed-out.
  1273. Preparing to unpack .../201-node-timed-out_4.0.1-5_all.deb ...
  1274. Unpacking node-timed-out (4.0.1-5) ...
  1275. Selecting previously unselected package node-lowercase-keys.
  1276. Preparing to unpack .../202-node-lowercase-keys_2.0.0-1_all.deb ...
  1277. Unpacking node-lowercase-keys (2.0.0-1) ...
  1278. Selecting previously unselected package node-is-object.
  1279. Preparing to unpack .../203-node-is-object_1.0.1-1_all.deb ...
  1280. Unpacking node-is-object (1.0.1-1) ...
  1281. Selecting previously unselected package node-has-symbol-support-x.
  1282. Preparing to unpack .../204-node-has-symbol-support-x_1.4.1+dfsg-1_all.deb ...
  1283. Unpacking node-has-symbol-support-x (1.4.1+dfsg-1) ...
  1284. Selecting previously unselected package node-has-to-string-tag-x.
  1285. Preparing to unpack .../205-node-has-to-string-tag-x_1.4.1+dfsg-1_all.deb ...
  1286. Unpacking node-has-to-string-tag-x (1.4.1+dfsg-1) ...
  1287. Selecting previously unselected package node-isurl.
  1288. Preparing to unpack .../206-node-isurl_4.0.1-2_all.deb ...
  1289. Unpacking node-isurl (4.0.1-2) ...
  1290. Selecting previously unselected package node-prepend-http.
  1291. Preparing to unpack .../207-node-prepend-http_2.0.0-1_all.deb ...
  1292. Unpacking node-prepend-http (2.0.0-1) ...
  1293. Selecting previously unselected package node-url-parse-lax.
  1294. Preparing to unpack .../208-node-url-parse-lax_1.0.0-1_all.deb ...
  1295. Unpacking node-url-parse-lax (1.0.0-1) ...
  1296. Selecting previously unselected package node-got.
  1297. Preparing to unpack .../209-node-got_7.1.0-1_all.deb ...
  1298. Unpacking node-got (7.1.0-1) ...
  1299. Selecting previously unselected package node-har-schema.
  1300. Preparing to unpack .../210-node-har-schema_2.0.0-3_all.deb ...
  1301. Unpacking node-har-schema (2.0.0-3) ...
  1302. Selecting previously unselected package node-har-validator.
  1303. Preparing to unpack .../211-node-har-validator_5.1.3-1_all.deb ...
  1304. Unpacking node-har-validator (5.1.3-1) ...
  1305. Selecting previously unselected package node-hosted-git-info.
  1306. Preparing to unpack .../212-node-hosted-git-info_2.8.5-1_all.deb ...
  1307. Unpacking node-hosted-git-info (2.8.5-1) ...
  1308. Selecting previously unselected package node-json-schema.
  1309. Preparing to unpack .../213-node-json-schema_0.2.3-1_all.deb ...
  1310. Unpacking node-json-schema (0.2.3-1) ...
  1311. Selecting previously unselected package node-verror.
  1312. Preparing to unpack .../214-node-verror_1.10.0-1_all.deb ...
  1313. Unpacking node-verror (1.10.0-1) ...
  1314. Selecting previously unselected package node-jsprim.
  1315. Preparing to unpack .../215-node-jsprim_1.4.1-1_all.deb ...
  1316. Unpacking node-jsprim (1.4.1-1) ...
  1317. Selecting previously unselected package node-sshpk.
  1318. Preparing to unpack .../216-node-sshpk_1.16.1+dfsg-2_all.deb ...
  1319. Unpacking node-sshpk (1.16.1+dfsg-2) ...
  1320. Selecting previously unselected package node-http-signature.
  1321. Preparing to unpack .../217-node-http-signature_1.3.2-1_all.deb ...
  1322. Unpacking node-http-signature (1.3.2-1) ...
  1323. Selecting previously unselected package node-iconv-lite.
  1324. Preparing to unpack .../218-node-iconv-lite_0.4.23-1_all.deb ...
  1325. Unpacking node-iconv-lite (0.4.23-1) ...
  1326. Selecting previously unselected package node-import-lazy.
  1327. Preparing to unpack .../219-node-import-lazy_3.0.0.REALLY.2.1.0-1_all.deb ...
  1328. Unpacking node-import-lazy (3.0.0.REALLY.2.1.0-1) ...
  1329. Selecting previously unselected package node-invert-kv.
  1330. Preparing to unpack .../220-node-invert-kv_1.0.0-1_all.deb ...
  1331. Unpacking node-invert-kv (1.0.0-1) ...
  1332. Selecting previously unselected package node-ip.
  1333. Preparing to unpack .../221-node-ip_1.1.5-5_all.deb ...
  1334. Unpacking node-ip (1.1.5-5) ...
  1335. Selecting previously unselected package node-ip-regex.
  1336. Preparing to unpack .../222-node-ip-regex_4.1.0-2_all.deb ...
  1337. Unpacking node-ip-regex (4.1.0-2) ...
  1338. Selecting previously unselected package node-is-npm.
  1339. Preparing to unpack .../223-node-is-npm_1.0.0-1_all.deb ...
  1340. Unpacking node-is-npm (1.0.0-1) ...
  1341. Selecting previously unselected package node-is-path-inside.
  1342. Preparing to unpack .../224-node-is-path-inside_1.0.1-1_all.deb ...
  1343. Unpacking node-is-path-inside (1.0.1-1) ...
  1344. Selecting previously unselected package node-isstream.
  1345. Preparing to unpack .../225-node-isstream_0.1.2+dfsg-1_all.deb ...
  1346. Unpacking node-isstream (0.1.2+dfsg-1) ...
  1347. Selecting previously unselected package node-json-parse-better-errors.
  1348. Preparing to unpack .../226-node-json-parse-better-errors_1.0.2-2_all.deb ...
  1349. Unpacking node-json-parse-better-errors (1.0.2-2) ...
  1350. Selecting previously unselected package node-jsonparse.
  1351. Preparing to unpack .../227-node-jsonparse_1.3.1-7_all.deb ...
  1352. Unpacking node-jsonparse (1.3.1-7) ...
  1353. Selecting previously unselected package node-through.
  1354. Preparing to unpack .../228-node-through_2.3.8-1_all.deb ...
  1355. Unpacking node-through (2.3.8-1) ...
  1356. Selecting previously unselected package node-jsonstream.
  1357. Preparing to unpack .../229-node-jsonstream_1.3.5-1_all.deb ...
  1358. Unpacking node-jsonstream (1.3.5-1) ...
  1359. Selecting previously unselected package node-minimist.
  1360. Preparing to unpack .../230-node-minimist_1.2.5-1_all.deb ...
  1361. Unpacking node-minimist (1.2.5-1) ...
  1362. Selecting previously unselected package node-strip-json-comments.
  1363. Preparing to unpack .../231-node-strip-json-comments_3.0.1-3_all.deb ...
  1364. Unpacking node-strip-json-comments (3.0.1-3) ...
  1365. Selecting previously unselected package node-rc.
  1366. Preparing to unpack .../232-node-rc_1.2.8-1_all.deb ...
  1367. Unpacking node-rc (1.2.8-1) ...
  1368. Selecting previously unselected package node-registry-url.
  1369. Preparing to unpack .../233-node-registry-url_3.1.0-1_all.deb ...
  1370. Unpacking node-registry-url (3.1.0-1) ...
  1371. Selecting previously unselected package node-registry-auth-token.
  1372. Preparing to unpack .../234-node-registry-auth-token_3.3.1-1_all.deb ...
  1373. Unpacking node-registry-auth-token (3.3.1-1) ...
  1374. Selecting previously unselected package node-package-json.
  1375. Preparing to unpack .../235-node-package-json_4.0.1-1_all.deb ...
  1376. Unpacking node-package-json (4.0.1-1) ...
  1377. Selecting previously unselected package node-latest-version.
  1378. Preparing to unpack .../236-node-latest-version_3.1.0-1_all.deb ...
  1379. Unpacking node-latest-version (3.1.0-1) ...
  1380. Selecting previously unselected package node-lazy-property.
  1381. Preparing to unpack .../237-node-lazy-property_1.0.0-3_all.deb ...
  1382. Unpacking node-lazy-property (1.0.0-3) ...
  1383. Selecting previously unselected package node-lcid.
  1384. Preparing to unpack .../238-node-lcid_1.0.0-1_all.deb ...
  1385. Unpacking node-lcid (1.0.0-1) ...
  1386. Selecting previously unselected package node-osenv.
  1387. Preparing to unpack .../239-node-osenv_0.1.5-1_all.deb ...
  1388. Unpacking node-osenv (0.1.5-1) ...
  1389. Selecting previously unselected package node-validate-npm-package-name.
  1390. Preparing to unpack .../240-node-validate-npm-package-name_3.0.0-1_all.deb ...
  1391. Unpacking node-validate-npm-package-name (3.0.0-1) ...
  1392. Selecting previously unselected package node-npm-package-arg.
  1393. Preparing to unpack .../241-node-npm-package-arg_6.1.1-1_all.deb ...
  1394. Unpacking node-npm-package-arg (6.1.1-1) ...
  1395. Selecting previously unselected package node-require-directory.
  1396. Preparing to unpack .../242-node-require-directory_2.1.1-1_all.deb ...
  1397. Unpacking node-require-directory (2.1.1-1) ...
  1398. Selecting previously unselected package node-set-blocking.
  1399. Preparing to unpack .../243-node-set-blocking_2.0.0-1_all.deb ...
  1400. Unpacking node-set-blocking (2.0.0-1) ...
  1401. Selecting previously unselected package node-require-main-filename.
  1402. Preparing to unpack .../244-node-require-main-filename_1.0.1-1_all.deb ...
  1403. Unpacking node-require-main-filename (1.0.1-1) ...
  1404. Selecting previously unselected package node-which-module.
  1405. Preparing to unpack .../245-node-which-module_2.0.0-1_all.deb ...
  1406. Unpacking node-which-module (2.0.0-1) ...
  1407. Selecting previously unselected package node-mimic-fn.
  1408. Preparing to unpack .../246-node-mimic-fn_3.0.0-1_all.deb ...
  1409. Unpacking node-mimic-fn (3.0.0-1) ...
  1410. Selecting previously unselected package node-mem.
  1411. Preparing to unpack .../247-node-mem_1.1.0-1_all.deb ...
  1412. Unpacking node-mem (1.1.0-1) ...
  1413. Selecting previously unselected package node-os-locale.
  1414. Preparing to unpack .../248-node-os-locale_4.0.0-1_all.deb ...
  1415. Unpacking node-os-locale (4.0.0-1) ...
  1416. Selecting previously unselected package node-yargs-parser.
  1417. Preparing to unpack .../249-node-yargs-parser_18.1.1-1_all.deb ...
  1418. Unpacking node-yargs-parser (18.1.1-1) ...
  1419. Selecting previously unselected package node-yargs.
  1420. Preparing to unpack .../250-node-yargs_15.3.0-1_all.deb ...
  1421. Unpacking node-yargs (15.3.0-1) ...
  1422. Selecting previously unselected package node-libnpx.
  1423. Preparing to unpack .../251-node-libnpx_10.2.1-2_all.deb ...
  1424. Unpacking node-libnpx (10.2.1-2) ...
  1425. Selecting previously unselected package node-lodash.
  1426. Preparing to unpack .../252-node-lodash_4.17.15+dfsg-2_all.deb ...
  1427. Unpacking node-lodash (4.17.15+dfsg-2) ...
  1428. Selecting previously unselected package node-ms.
  1429. Preparing to unpack .../253-node-ms_2.1.1-1_all.deb ...
  1430. Unpacking node-ms (2.1.1-1) ...
  1431. Selecting previously unselected package node-npm-bundled.
  1432. Preparing to unpack .../254-node-npm-bundled_1.1.1-1_all.deb ...
  1433. Unpacking node-npm-bundled (1.1.1-1) ...
  1434. Selecting previously unselected package node-number-is-nan.
  1435. Preparing to unpack .../255-node-number-is-nan_2.0.0-1_all.deb ...
  1436. Unpacking node-number-is-nan (2.0.0-1) ...
  1437. Selecting previously unselected package node-opener.
  1438. Preparing to unpack .../256-node-opener_1.5.1-1_all.deb ...
  1439. Unpacking node-opener (1.5.1-1) ...
  1440. Selecting previously unselected package node-p-is-promise.
  1441. Preparing to unpack .../257-node-p-is-promise_3.0.0-1_all.deb ...
  1442. Unpacking node-p-is-promise (3.0.0-1) ...
  1443. Selecting previously unselected package node-performance-now.
  1444. Preparing to unpack .../258-node-performance-now_2.1.0+debian-1_all.deb ...
  1445. Unpacking node-performance-now (2.1.0+debian-1) ...
  1446. Selecting previously unselected package node-pify.
  1447. Preparing to unpack .../259-node-pify_3.0.0-1_all.deb ...
  1448. Unpacking node-pify (3.0.0-1) ...
  1449. Selecting previously unselected package node-retry.
  1450. Preparing to unpack .../260-node-retry_0.12.0-1_all.deb ...
  1451. Unpacking node-retry (0.12.0-1) ...
  1452. Selecting previously unselected package node-promise-retry.
  1453. Preparing to unpack .../261-node-promise-retry_1.1.1-4_all.deb ...
  1454. Unpacking node-promise-retry (1.1.1-4) ...
  1455. Selecting previously unselected package node-mute-stream.
  1456. Preparing to unpack .../262-node-mute-stream_0.0.8-2_all.deb ...
  1457. Unpacking node-mute-stream (0.0.8-2) ...
  1458. Selecting previously unselected package node-read.
  1459. Preparing to unpack .../263-node-read_1.0.7-2_all.deb ...
  1460. Unpacking node-read (1.0.7-2) ...
  1461. Selecting previously unselected package node-promzard.
  1462. Preparing to unpack .../264-node-promzard_0.3.0-1_all.deb ...
  1463. Unpacking node-promzard (0.3.0-1) ...
  1464. Selecting previously unselected package node-pseudomap.
  1465. Preparing to unpack .../265-node-pseudomap_1.0.2-1_all.deb ...
  1466. Unpacking node-pseudomap (1.0.2-1) ...
  1467. Selecting previously unselected package node-psl.
  1468. Preparing to unpack .../266-node-psl_1.7.0+ds-1_all.deb ...
  1469. Unpacking node-psl (1.7.0+ds-1) ...
  1470. Selecting previously unselected package node-qw.
  1471. Preparing to unpack .../267-node-qw_1.0.1-1_all.deb ...
  1472. Unpacking node-qw (1.0.1-1) ...
  1473. Selecting previously unselected package node-resolve-from.
  1474. Preparing to unpack .../268-node-resolve-from_4.0.0-1_all.deb ...
  1475. Unpacking node-resolve-from (4.0.0-1) ...
  1476. Selecting previously unselected package node-semver-diff.
  1477. Preparing to unpack .../269-node-semver-diff_2.1.0-2_all.deb ...
  1478. Unpacking node-semver-diff (2.1.0-2) ...
  1479. Selecting previously unselected package node-slash.
  1480. Preparing to unpack .../270-node-slash_3.0.0-1_all.deb ...
  1481. Unpacking node-slash (3.0.0-1) ...
  1482. Selecting previously unselected package node-sorted-object.
  1483. Preparing to unpack .../271-node-sorted-object_2.0.1-1_all.deb ...
  1484. Unpacking node-sorted-object (2.0.1-1) ...
  1485. Selecting previously unselected package node-spdx-license-ids.
  1486. Preparing to unpack .../272-node-spdx-license-ids_3.0.5-1_all.deb ...
  1487. Unpacking node-spdx-license-ids (3.0.5-1) ...
  1488. Selecting previously unselected package node-spdx-exceptions.
  1489. Preparing to unpack .../273-node-spdx-exceptions_2.2.0-1_all.deb ...
  1490. Unpacking node-spdx-exceptions (2.2.0-1) ...
  1491. Selecting previously unselected package node-spdx-expression-parse.
  1492. Preparing to unpack .../274-node-spdx-expression-parse_3.0.0-1_all.deb ...
  1493. Unpacking node-spdx-expression-parse (3.0.0-1) ...
  1494. Selecting previously unselected package node-spdx-correct.
  1495. Preparing to unpack .../275-node-spdx-correct_3.1.0-1_all.deb ...
  1496. Unpacking node-spdx-correct (3.1.0-1) ...
  1497. Selecting previously unselected package node-stream-iterate.
  1498. Preparing to unpack .../276-node-stream-iterate_1.2.0-4_all.deb ...
  1499. Unpacking node-stream-iterate (1.2.0-4) ...
  1500. Selecting previously unselected package node-strict-uri-encode.
  1501. Preparing to unpack .../277-node-strict-uri-encode_2.0.0-1_all.deb ...
  1502. Unpacking node-strict-uri-encode (2.0.0-1) ...
  1503. Selecting previously unselected package node-text-table.
  1504. Preparing to unpack .../278-node-text-table_0.2.0-2_all.deb ...
  1505. Unpacking node-text-table (0.2.0-2) ...
  1506. Selecting previously unselected package node-tough-cookie.
  1507. Preparing to unpack .../279-node-tough-cookie_3.0.0-1_all.deb ...
  1508. Unpacking node-tough-cookie (3.0.0-1) ...
  1509. Selecting previously unselected package node-uid-number.
  1510. Preparing to unpack .../280-node-uid-number_0.0.6-1ubuntu0.20.04.1_all.deb ...
  1511. Unpacking node-uid-number (0.0.6-1ubuntu0.20.04.1) ...
  1512. Selecting previously unselected package node-unpipe.
  1513. Preparing to unpack .../281-node-unpipe_1.0.0-1_all.deb ...
  1514. Unpacking node-unpipe (1.0.0-1) ...
  1515. Selecting previously unselected package node-uuid.
  1516. Preparing to unpack .../282-node-uuid_3.3.2-2_all.deb ...
  1517. Unpacking node-uuid (3.3.2-2) ...
  1518. Selecting previously unselected package node-validate-npm-package-license.
  1519. Preparing to unpack .../283-node-validate-npm-package-license_3.0.4-1_all.deb ...
  1520. Unpacking node-validate-npm-package-license (3.0.4-1) ...
  1521. Selecting previously unselected package node-xtend.
  1522. Preparing to unpack .../284-node-xtend_4.0.2-1_all.deb ...
  1523. Unpacking node-xtend (4.0.2-1) ...
  1524. Selecting previously unselected package nodejs-doc.
  1525. Preparing to unpack .../285-nodejs-doc_10.19.0~dfsg-3ubuntu1_all.deb ...
  1526. Unpacking nodejs-doc (10.19.0~dfsg-3ubuntu1) ...
  1527. Selecting previously unselected package node-abbrev.
  1528. Preparing to unpack .../286-node-abbrev_1.1.1-2_all.deb ...
  1529. Unpacking node-abbrev (1.1.1-2) ...
  1530. Selecting previously unselected package node-ansi.
  1531. Preparing to unpack .../287-node-ansi_0.3.1-1_all.deb ...
  1532. Unpacking node-ansi (0.3.1-1) ...
  1533. Selecting previously unselected package node-archy.
  1534. Preparing to unpack .../288-node-archy_1.0.0-3_all.deb ...
  1535. Unpacking node-archy (1.0.0-3) ...
  1536. Selecting previously unselected package node-bl.
  1537. Preparing to unpack .../289-node-bl_4.0.0-2_all.deb ...
  1538. Unpacking node-bl (4.0.0-2) ...
  1539. Selecting previously unselected package node-delayed-stream.
  1540. Preparing to unpack .../290-node-delayed-stream_1.0.0-4_all.deb ...
  1541. Unpacking node-delayed-stream (1.0.0-4) ...
  1542. Selecting previously unselected package node-combined-stream.
  1543. Preparing to unpack .../291-node-combined-stream_1.0.8-1_all.deb ...
  1544. Unpacking node-combined-stream (1.0.8-1) ...
  1545. Selecting previously unselected package node-debug.
  1546. Preparing to unpack .../292-node-debug_4.1.1-2_all.deb ...
  1547. Unpacking node-debug (4.1.1-2) ...
  1548. Selecting previously unselected package node-encoding.
  1549. Preparing to unpack .../293-node-encoding_0.1.12-3_all.deb ...
  1550. Unpacking node-encoding (0.1.12-3) ...
  1551. Selecting previously unselected package node-prr.
  1552. Preparing to unpack .../294-node-prr_1.0.1-1_all.deb ...
  1553. Unpacking node-prr (1.0.1-1) ...
  1554. Selecting previously unselected package node-errno.
  1555. Preparing to unpack .../295-node-errno_0.1.7-1_all.deb ...
  1556. Unpacking node-errno (0.1.7-1) ...
  1557. Selecting previously unselected package node-extend.
  1558. Preparing to unpack .../296-node-extend_3.0.2-1_all.deb ...
  1559. Unpacking node-extend (3.0.2-1) ...
  1560. Selecting previously unselected package node-forever-agent.
  1561. Preparing to unpack .../297-node-forever-agent_0.6.1-2_all.deb ...
  1562. Unpacking node-forever-agent (0.6.1-2) ...
  1563. Selecting previously unselected package node-mime.
  1564. Preparing to unpack .../298-node-mime_2.4.4+dfsg-1_all.deb ...
  1565. Unpacking node-mime (2.4.4+dfsg-1) ...
  1566. Selecting previously unselected package node-mime-types.
  1567. Preparing to unpack .../299-node-mime-types_2.1.25-1_all.deb ...
  1568. Unpacking node-mime-types (2.1.25-1) ...
  1569. Selecting previously unselected package node-form-data.
  1570. Preparing to unpack .../300-node-form-data_3.0.0-2_all.deb ...
  1571. Unpacking node-form-data (3.0.0-2) ...
  1572. Selecting previously unselected package node-nopt.
  1573. Preparing to unpack .../301-node-nopt_3.0.6-4_all.deb ...
  1574. Unpacking node-nopt (3.0.6-4) ...
  1575. Selecting previously unselected package node-npmlog.
  1576. Preparing to unpack .../302-node-npmlog_4.1.2-2_all.deb ...
  1577. Unpacking node-npmlog (4.1.2-2) ...
  1578. Selecting previously unselected package node-json-stringify-safe.
  1579. Preparing to unpack .../303-node-json-stringify-safe_5.0.1+repack-2_all.deb ...
  1580. Unpacking node-json-stringify-safe (5.0.1+repack-2) ...
  1581. Selecting previously unselected package node-oauth-sign.
  1582. Preparing to unpack .../304-node-oauth-sign_0.9.0-2_all.deb ...
  1583. Unpacking node-oauth-sign (0.9.0-2) ...
  1584. Selecting previously unselected package node-qs.
  1585. Preparing to unpack .../305-node-qs_6.9.1+ds-1_all.deb ...
  1586. Unpacking node-qs (6.9.1+ds-1) ...
  1587. Selecting previously unselected package node-tunnel-agent.
  1588. Preparing to unpack .../306-node-tunnel-agent_0.6.1-2_all.deb ...
  1589. Unpacking node-tunnel-agent (0.6.1-2) ...
  1590. Selecting previously unselected package node-request.
  1591. Preparing to unpack .../307-node-request_2.88.1-4_all.deb ...
  1592. Unpacking node-request (2.88.1-4) ...
  1593. Selecting previously unselected package node-tar.
  1594. Preparing to unpack .../308-node-tar_4.4.10+ds1-2ubuntu1_all.deb ...
  1595. Unpacking node-tar (4.4.10+ds1-2ubuntu1) ...
  1596. Selecting previously unselected package node-gyp.
  1597. Preparing to unpack .../309-node-gyp_6.1.0-3_all.deb ...
  1598. Unpacking node-gyp (6.1.0-3) ...
  1599. Selecting previously unselected package node-lockfile.
  1600. Preparing to unpack .../310-node-lockfile_1.0.4-3_all.deb ...
  1601. Unpacking node-lockfile (1.0.4-3) ...
  1602. Selecting previously unselected package node-resolve.
  1603. Preparing to unpack .../311-node-resolve_1.15.1-3_all.deb ...
  1604. Unpacking node-resolve (1.15.1-3) ...
  1605. Selecting previously unselected package node-normalize-package-data.
  1606. Preparing to unpack .../312-node-normalize-package-data_2.5.0-1_all.deb ...
  1607. Unpacking node-normalize-package-data (2.5.0-1) ...
  1608. Selecting previously unselected package node-os-tmpdir.
  1609. Preparing to unpack .../313-node-os-tmpdir_1.0.2-1_all.deb ...
  1610. Unpacking node-os-tmpdir (1.0.2-1) ...
  1611. Selecting previously unselected package node-read-package-json.
  1612. Preparing to unpack .../314-node-read-package-json_2.1.1-1_all.deb ...
  1613. Unpacking node-read-package-json (2.1.1-1) ...
  1614. Selecting previously unselected package node-sha.
  1615. Preparing to unpack .../315-node-sha_3.0.0-1_all.deb ...
  1616. Unpacking node-sha (3.0.0-1) ...
  1617. Selecting previously unselected package node-slide.
  1618. Preparing to unpack .../316-node-slide_1.1.6-2_all.deb ...
  1619. Unpacking node-slide (1.1.6-2) ...
  1620. Selecting previously unselected package npm.
  1621. Preparing to unpack .../317-npm_6.14.4+ds-1ubuntu2_all.deb ...
  1622. Unpacking npm (6.14.4+ds-1ubuntu2) ...
  1623. Setting up javascript-common (11) ...
  1624. Setting up libuv1-dev:amd64 (1.34.2-1ubuntu1.3) ...
  1625. Setting up manpages-dev (5.05-1) ...
  1626. Setting up libjs-inherits (2.0.4-1) ...
  1627. Setting up libalgorithm-diff-perl (1.19.03-2) ...
  1628. Setting up linux-libc-dev:amd64 (5.4.0-100.113) ...
  1629. Setting up libc-ares2:amd64 (1.15.0-1ubuntu0.1) ...
  1630. Setting up libfakeroot:amd64 (1.24-1) ...
  1631. Setting up libpython2.7-stdlib:amd64 (2.7.18-1~20.04.1) ...
  1632. Setting up fakeroot (1.24-1) ...
  1633. update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
  1634. Setting up libjs-psl (1.7.0+ds-1) ...
  1635. Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
  1636. Setting up make (4.2.1-1.2) ...
  1637. Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
  1638. Setting up libssl-dev:amd64 (1.1.1f-1ubuntu2.10) ...
  1639. Setting up libnode64:amd64 (10.19.0~dfsg-3ubuntu1) ...
  1640. Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
  1641. Setting up nodejs-doc (10.19.0~dfsg-3ubuntu1) ...
  1642. Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
  1643. Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
  1644. Setting up libc-dev-bin (2.31-0ubuntu9.2) ...
  1645. Setting up libalgorithm-diff-xs-perl (0.04-6) ...
  1646. Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
  1647. Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
  1648. Setting up libalgorithm-merge-perl (0.08-3) ...
  1649. Setting up libjs-is-typedarray (1.0.0-2) ...
  1650. Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
  1651. Setting up python2.7 (2.7.18-1~20.04.1) ...
  1652. Setting up libnode-dev:amd64 (10.19.0~dfsg-3ubuntu1) ...
  1653. Setting up libpython2-stdlib:amd64 (2.7.17-2ubuntu4) ...
  1654. Setting up nodejs (10.19.0~dfsg-3ubuntu1) ...
  1655. update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode
  1656. Setting up node-minimist (1.2.5-1) ...
  1657. Setting up node-aws4 (1.9.0-1) ...
  1658. Setting up python2 (2.7.17-2ubuntu4) ...
  1659. Setting up node-prepend-http (2.0.0-1) ...
  1660. Setting up node-typedarray (0.0.6-1) ...
  1661. Setting up dpkg-dev (1.19.7ubuntu3) ...
  1662. Setting up node-function-bind (1.1.1+repack-1) ...
  1663. Setting up node-clone (2.1.2-1) ...
  1664. Setting up node-iferr (1.0.2-1) ...
  1665. Setting up node-chownr (1.1.3-3) ...
  1666. Setting up node-has-flag (4.0.0-1) ...
  1667. Setting up node-os-tmpdir (1.0.2-1) ...
  1668. Setting up node-lodash-packages (4.17.15+dfsg-2) ...
  1669. Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
  1670. Setting up node-json-schema-traverse (0.3.1-1) ...
  1671. Setting up node-asap (2.0.6-2) ...
  1672. Setting up node-mime (2.4.4+dfsg-1) ...
  1673. Setting up node-inherits (2.0.4-1) ...
  1674. Setting up node-builtin-modules (3.1.0-1) ...
  1675. Setting up node-path-is-absolute (2.0.0-1) ...
  1676. Setting up node-ini (1.3.5-1) ...
  1677. Setting up node-iconv-lite (0.4.23-1) ...
  1678. Setting up node-is-npm (1.0.0-1) ...
  1679. Setting up node-safe-buffer (5.2.0-1) ...
  1680. Setting up node-promise-inflight (1.0.1-1) ...
  1681. Setting up node-json-stringify-safe (5.0.1+repack-2) ...
  1682. Setting up node-json-parse-better-errors (1.0.2-2) ...
  1683. Setting up node-strict-uri-encode (2.0.0-1) ...
  1684. Setting up node-y18n (4.0.0-2) ...
  1685. Setting up node-detect-newline (2.1.0-1) ...
  1686. Setting up node-fast-deep-equal (1.1.0-1) ...
  1687. Setting up node-shebang-regex (2.0.0-1) ...
  1688. Setting up node-har-schema (2.0.0-3) ...
  1689. Setting up node-mime-types (2.1.25-1) ...
  1690. Setting up node-performance-now (2.1.0+debian-1) ...
  1691. Setting up node-err-code (2.0.0+dfsg-1) ...
  1692. Setting up node-resolve-from (4.0.0-1) ...
  1693. Setting up node-balanced-match (1.0.0-1) ...
  1694. Setting up node-ansi (0.3.1-1) ...
  1695. Setting up node-is-object (1.0.1-1) ...
  1696. Setting up node-is-stream (1.1.0-1) ...
  1697. Setting up node-spdx-exceptions (2.2.0-1) ...
  1698. Setting up node-deep-extend (0.6.0-1) ...
  1699. Setting up node-p-finally (1.0.0-2) ...
  1700. Setting up node-set-blocking (2.0.0-1) ...
  1701. Setting up node-prr (1.0.1-1) ...
  1702. Setting up node-tunnel-agent (0.6.1-2) ...
  1703. Setting up node-npm-bundled (1.1.1-1) ...
  1704. Setting up node-uid-number (0.0.6-1ubuntu0.20.04.1) ...
  1705. Setting up node-signal-exit (3.0.2-1) ...
  1706. Setting up node-cyclist (1.0.1-2) ...
  1707. Setting up node-wrappy (1.0.2-1) ...
  1708. Setting up node-text-table (0.2.0-2) ...
  1709. Setting up node-asynckit (0.4.0-3) ...
  1710. Setting up node-proto-list (1.2.4-1) ...
  1711. Setting up node-require-directory (2.1.1-1) ...
  1712. Setting up node-ip (1.1.5-5) ...
  1713. Setting up node-punycode (2.1.1-3) ...
  1714. Setting up node-concat-stream (1.6.2-1) ...
  1715. Setting up node-defaults (1.0.3-1) ...
  1716. Setting up node-is-typedarray (1.0.0-2) ...
  1717. Setting up node-mute-stream (0.0.8-2) ...
  1718. Setting up node-mimic-response (2.1.0-1) ...
  1719. Setting up libjs-typedarray-to-buffer (3.0.3-3) ...
  1720. Setting up node-duplexer3 (0.1.4-5) ...
  1721. Setting up node-number-is-nan (2.0.0-1) ...
  1722. Setting up node-graceful-fs (4.2.3-2) ...
  1723. Setting up node-jsonify (0.0.0-1) ...
  1724. Setting up node-json-stable-stringify (1.0.1-1) ...
  1725. Setting up node-hosted-git-info (2.8.5-1) ...
  1726. Setting up node-aproba (2.0.0-1) ...
  1727. Setting up node-mimic-fn (3.0.0-1) ...
  1728. Setting up node-ip-regex (4.1.0-2) ...
  1729. Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ...
  1730. Setting up node-crypto-random-string (1.0.0-1) ...
  1731. Setting up node-spdx-license-ids (3.0.5-1) ...
  1732. Setting up node-string-decoder (1.2.0-2) ...
  1733. Setting up node-mkdirp (0.5.1-2) ...
  1734. Setting up node-run-queue (1.0.3-1) ...
  1735. Setting up node-call-limit (1.1.1-1) ...
  1736. Setting up node-core-util-is (1.0.2-1) ...
  1737. Setting up node-json-schema (0.2.3-1) ...
  1738. Setting up node-uri-js (4.2.2+dfsg-5) ...
  1739. Setting up node-cli-boxes (2.2.0-2) ...
  1740. Setting up node-opener (1.5.1-1) ...
  1741. Setting up node-archy (1.0.0-3) ...
  1742. Setting up node-caseless (0.12.0-1) ...
  1743. Setting up node-imurmurhash (0.1.4-1) ...
  1744. Setting up node-xtend (4.0.2-1) ...
  1745. Setting up node-p-timeout (1.2.0-1) ...
  1746. Setting up node-encoding (0.1.12-3) ...
  1747. Setting up node-config-chain (1.1.12-1) ...
  1748. Setting up node-read (1.0.7-2) ...
  1749. Setting up node-detect-indent (5.0.0-1) ...
  1750. Setting up node-npm-run-path (2.0.2-2) ...
  1751. Setting up node-asn1 (0.2.3-2) ...
  1752. Setting up node-has-symbol-support-x (1.4.1+dfsg-1) ...
  1753. Setting up node-sorted-object (2.0.1-1) ...
  1754. Setting up node-lodash (4.17.15+dfsg-2) ...
  1755. Setting up node-isarray (2.0.5-1) ...
  1756. Setting up node-osenv (0.1.5-1) ...
  1757. Setting up node-is-plain-obj (1.1.0-1) ...
  1758. Setting up node-ms (2.1.1-1) ...
  1759. Setting up node-shebang-command (1.2.0-1) ...
  1760. Setting up node-lowercase-keys (2.0.0-1) ...
  1761. Setting up node-decompress-response (3.3.0-1) ...
  1762. Setting up node-es6-promise (4.2.8-6) ...
  1763. Setting up node-strip-eof (1.0.0-2) ...
  1764. Setting up node-process-nextick-args (2.0.0-1) ...
  1765. Setting up node-semver (7.1.3-1) ...
  1766. Setting up node-has-unicode (2.0.1-2) ...
  1767. Setting up node-fs-write-stream-atomic (1.0.10-4) ...
  1768. Setting up node-forever-agent (0.6.1-2) ...
  1769. Setting up node-unpipe (1.0.0-1) ...
  1770. Setting up node-qs (6.9.1+ds-1) ...
  1771. Setting up node-slide (1.1.6-2) ...
  1772. Setting up node-delayed-stream (1.0.0-4) ...
  1773. Setting up node-isstream (0.1.2+dfsg-1) ...
  1774. Setting up node-builtins (1.0.3-1) ...
  1775. Setting up node-stream-shift (1.0.0-1) ...
  1776. Setting up node-colors (1.4.0-1) ...
  1777. Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ...
  1778. Setting up node-fs.realpath (1.0.0-1) ...
  1779. Setting up node-oauth-sign (0.9.0-2) ...
  1780. Setting up node-url-to-options (1.0.1-1) ...
  1781. Setting up node-jsbn (1.1.0-1) ...
  1782. Setting up node-object-assign (4.1.1-3) ...
  1783. Setting up node-extsprintf (1.3.0-1) ...
  1784. Setting up node-abbrev (1.1.1-2) ...
  1785. Setting up node-mem (1.1.0-1) ...
  1786. Setting up node-path-is-inside (1.0.2-1) ...
  1787. Setting up node-supports-color (6.1.0-2) ...
  1788. Setting up node-invert-kv (1.0.0-1) ...
  1789. Setting up node-pify (3.0.0-1) ...
  1790. Setting up node-p-limit (2.2.2-1) ...
  1791. Setting up node-yallist (4.0.0-1) ...
  1792. Setting up node-define-properties (1.1.3-1) ...
  1793. Setting up node-p-cancelable (0.3.0-1) ...
  1794. Setting up node-ansi-regex (5.0.0-1) ...
  1795. Setting up node-p-is-promise (3.0.0-1) ...
  1796. Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
  1797. Setting up node-timed-out (4.0.1-5) ...
  1798. Setting up node-strip-json-comments (3.0.1-3) ...
  1799. Setting up node-once (1.4.0-3) ...
  1800. Setting up node-psl (1.7.0+ds-1) ...
  1801. Setting up node-slash (3.0.0-1) ...
  1802. Setting up node-util-deprecate (1.0.2-1) ...
  1803. Setting up node-editor (1.0.0-1) ...
  1804. Setting up node-retry (0.12.0-1) ...
  1805. Setting up node-get-caller-file (1.0.2-1) ...
  1806. Setting up node-sha (3.0.0-1) ...
  1807. Setting up node-require-main-filename (1.0.1-1) ...
  1808. Setting up node-url-parse-lax (1.0.0-1) ...
  1809. Setting up node-concat-map (0.0.1-2) ...
  1810. Setting up node-import-lazy (3.0.0.REALLY.2.1.0-1) ...
  1811. Setting up node-is-retry-allowed (1.1.0-1) ...
  1812. Setting up python-pkg-resources (44.0.0-2) ...
  1813. Setting up node-assert-plus (1.0.0-2) ...
  1814. Setting up node-ansistyles (0.1.3-2) ...
  1815. Setting up node-delegates (1.0.0-1) ...
  1816. Setting up node-xdg-basedir (3.0.0-1) ...
  1817. Setting up node-co (4.6.0-1) ...
  1818. Setting up node-isexe (2.0.0-4) ...
  1819. Setting up node-is-obj (1.0.1-2) ...
  1820. Setting up node-resolve (1.15.1-3) ...
  1821. Setting up node-jsonparse (1.3.1-7) ...
  1822. Setting up node-ajv (6.10.2-1) ...
  1823. Setting up node-path-exists (4.0.0-2) ...
  1824. Setting up node-qw (1.0.1-1) ...
  1825. Setting up node-tweetnacl (1.0.1+dfsg-2) ...
  1826. Setting up node-escape-string-regexp (1.0.5-1) ...
  1827. Setting up node-through (2.3.8-1) ...
  1828. Setting up node-genfun (5.0.0-1) ...
  1829. Setting up node-errno (0.1.7-1) ...
  1830. Setting up node-p-locate (2.0.0-1) ...
  1831. Setting up node-which-module (2.0.0-1) ...
  1832. Setting up node-decamelize (1.2.0-1) ...
  1833. Setting up node-ci-info (2.0.0-1) ...
  1834. Setting up node-aws-sign2 (0.7.1-2) ...
  1835. Setting up node-pseudomap (1.0.2-1) ...
  1836. Setting up node-color-name (1.1.3-1) ...
  1837. Setting up node-semver-diff (2.1.0-2) ...
  1838. Setting up node-bluebird (3.5.1+dfsg2-2build1) ...
  1839. Setting up node-unique-string (1.0.0-1) ...
  1840. Setting up node-console-control-strings (1.1.0-1) ...
  1841. Setting up node-debug (4.1.1-2) ...
  1842. Setting up node-camelcase (5.3.1-1) ...
  1843. Setting up node-uuid (3.3.2-2) ...
  1844. Setting up node-from2 (2.3.0-1) ...
  1845. Setting up node-extend (3.0.2-1) ...
  1846. Setting up node-jsonstream (1.3.5-1) ...
  1847. Setting up node-lazy-property (1.0.0-3) ...
  1848. Setting up node-yargs-parser (18.1.1-1) ...
  1849. Setting up gcc (4:9.3.0-1ubuntu2) ...
  1850. Setting up node-dashdash (1.14.1-2) ...
  1851. Setting up node-make-dir (3.0.2-1) ...
  1852. Setting up node-validate-npm-package-name (3.0.0-1) ...
  1853. Setting up node-promzard (0.3.0-1) ...
  1854. Setting up node-wcwidth.js (1.0.0-1) ...
  1855. Setting up node-locate-path (5.0.0-2) ...
  1856. Setting up node-ecc-jsbn (0.2.0-2) ...
  1857. Setting up node-combined-stream (1.0.8-1) ...
  1858. Setting up node-unique-filename (1.1.1+ds-1) ...
  1859. Setting up node-brace-expansion (1.1.11-1) ...
  1860. Setting up node-form-data (3.0.0-2) ...
  1861. Setting up node-strip-ansi (6.0.0-2) ...
  1862. Setting up node-lockfile (1.0.4-3) ...
  1863. Setting up node-spdx-expression-parse (3.0.0-1) ...
  1864. Setting up node-parallel-transform (1.1.0-2) ...
  1865. Setting up node-which (2.0.2-1) ...
  1866. Setting up g++-9 (9.3.0-17ubuntu1~20.04) ...
  1867. Setting up node-lcid (1.0.0-1) ...
  1868. Setting up node-typedarray-to-buffer (3.0.3-3) ...
  1869. Setting up node-dot-prop (5.2.0-1) ...
  1870. Setting up g++ (4:9.3.0-1ubuntu2) ...
  1871. update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
  1872. Setting up node-stream-iterate (1.2.0-4) ...
  1873. Setting up node-tar (4.4.10+ds1-2ubuntu1) ...
  1874. Setting up node-inflight (1.0.6-1) ...
  1875. Setting up node-has-to-string-tag-x (1.4.1+dfsg-1) ...
  1876. Setting up node-tough-cookie (3.0.0-1) ...
  1877. Setting up node-rc (1.2.8-1) ...
  1878. Setting up build-essential (12.8ubuntu1.1) ...
  1879. Setting up node-is-path-inside (1.0.1-1) ...
  1880. Setting up node-minimatch (3.0.4-4) ...
  1881. Setting up node-npm-package-arg (6.1.1-1) ...
  1882. Setting up node-verror (1.10.0-1) ...
  1883. Setting up node-getpass (0.1.7-1) ...
  1884. Setting up node-nopt (3.0.6-4) ...
  1885. Setting up node-isurl (4.0.1-2) ...
  1886. Setting up node-color-convert (1.9.3-1) ...
  1887. Setting up node-string-width (2.1.1-1) ...
  1888. Setting up gyp (0.1+20180428git4d467626-3ubuntu1) ...
  1889. Setting up node-har-validator (5.1.3-1) ...
  1890. Setting up node-readable-stream (3.4.0-2) ...
  1891. Setting up node-ssri (7.1.0-2) ...
  1892. Setting up node-through2 (3.0.1-2) ...
  1893. Setting up node-lru-cache (5.1.1-5) ...
  1894. Setting up node-bcrypt-pbkdf (1.0.2-1) ...
  1895. Setting up node-promise-retry (1.1.1-4) ...
  1896. Setting up node-end-of-stream (1.4.4-1) ...
  1897. Setting up node-pump (3.0.0-2) ...
  1898. Setting up node-write-file-atomic (3.0.3-1) ...
  1899. Setting up node-columnify (1.5.4-1) ...
  1900. Setting up node-jsprim (1.4.1-1) ...
  1901. Setting up node-flush-write-stream (2.0.0-2) ...
  1902. Setting up node-are-we-there-yet (1.1.5-1) ...
  1903. Setting up node-find-up (4.1.0-2) ...
  1904. Setting up node-duplexify (4.1.1-1) ...
  1905. Setting up node-spdx-correct (3.1.0-1) ...
  1906. Setting up node-cross-spawn (5.1.0-2) ...
  1907. Setting up node-ansi-styles (4.2.1-1) ...
  1908. Setting up node-glob (7.1.6-1) ...
  1909. Setting up node-get-stream (4.1.0-1) ...
  1910. Setting up node-pumpify (2.0.1-1) ...
  1911. Setting up node-widest-line (3.1.0-1) ...
  1912. Setting up node-got (7.1.0-1) ...
  1913. Setting up node-chalk (2.4.2-1) ...
  1914. Setting up node-configstore (5.0.1-1) ...
  1915. Setting up node-registry-url (3.1.0-1) ...
  1916. Setting up node-registry-auth-token (3.3.1-1) ...
  1917. Setting up node-wide-align (1.1.3-1) ...
  1918. Setting up node-ansi-align (3.0.0-1) ...
  1919. Setting up node-rimraf (2.6.3-1) ...
  1920. Setting up node-sshpk (1.16.1+dfsg-2) ...
  1921. Setting up node-bl (4.0.0-2) ...
  1922. Setting up node-validate-npm-package-license (3.0.4-1) ...
  1923. Setting up node-stream-each (1.2.3-1) ...
  1924. Setting up node-mississippi (3.0.0-1) ...
  1925. Setting up node-execa (0.10.0+dfsg-1) ...
  1926. Setting up node-copy-concurrently (1.0.5-4) ...
  1927. Setting up node-move-concurrently (1.0.1-2) ...
  1928. Setting up node-term-size (1.2.0+dfsg-2) ...
  1929. Setting up node-os-locale (4.0.0-1) ...
  1930. Setting up node-http-signature (1.3.2-1) ...
  1931. Setting up node-fs-vacuum (1.2.10-3) ...
  1932. Setting up node-gauge (2.7.4-1) ...
  1933. Setting up node-wrap-ansi (4.0.0-2) ...
  1934. Setting up node-normalize-package-data (2.5.0-1) ...
  1935. Setting up node-boxen (4.2.0-2) ...
  1936. Setting up node-package-json (4.0.1-1) ...
  1937. Setting up node-latest-version (3.1.0-1) ...
  1938. Setting up node-request (2.88.1-4) ...
  1939. Setting up node-npmlog (4.1.2-2) ...
  1940. Setting up node-cliui (4.1.0-2) ...
  1941. Setting up node-yargs (15.3.0-1) ...
  1942. Setting up node-cacache (11.3.3-2) ...
  1943. Setting up node-read-package-json (2.1.1-1) ...
  1944. Setting up node-gyp (6.1.0-3) ...
  1945. Setting up node-libnpx (10.2.1-2) ...
  1946. Setting up npm (6.14.4+ds-1ubuntu2) ...
  1947. Processing triggers for man-db (2.9.1-1) ...
  1948. Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
  1949. Processing triggers for mime-support (3.64ubuntu1) ...
  1950. Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
  1951. Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
  1952. dannybuntu@ubuntuvbox:~$ cd Work/walletscrutiny/walletScrutinyCom/
  1953. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ ls
  1954. _android debug.keystore images _pages refreshResults.sh
  1955. assets _desktop _includes _press refresh.sh
  1956. _authors embed _iphone README.md _sass
  1957. CHANGELOG.md Gemfile _layouts refreshApps.js scripts
  1958. _config.dev.yml Gemfile.lock LICENSE refreshDonations.js someCharts.ods
  1959. _config.yml google-play-scraper netlify.toml refreshHardwareWallets.js test.sh
  1960. CONTRIBUTING.md gulpfile.js package.json refreshNewAndroidApps.js updateImages.sh
  1961. _data _hardware package-lock.json refreshNewIphoneApps.js
  1962. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$ npx gulp serve
  1963. npx: installed 324 in 57.034s
  1964. [20:20:32] Local modules not found in ~/Work/walletscrutiny/walletScrutinyCom
  1965. [20:20:32] Try running: npm install
  1966. dannybuntu@ubuntuvbox:~/Work/walletscrutiny/walletScrutinyCom$
  1967.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement