techsubhankar

Polymer CLI taking about 3 minutes to install

Nov 2nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C:\Users\richi\Documents\GitHub\richienb.github.io>yarn add polymer-cli -g -D
  2. yarn add v1.9.4
  3. [1/4] Resolving packages...
  4. warning polymer-cli > bower@1.8.2: We don't recommend using Bower for new projects. Please consider Yarn and Webpack or Parcel. You can read how to migrate legacy project here: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
  5. warning polymer-cli > github@7.3.2: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11)
  6. warning polymer-cli > plylog > @types/winston@2.4.4: This is a stub types definition. winston provides its own type definitions, so you do not need this installed.
  7. warning polymer-cli > web-component-tester > nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
  8. warning polymer-cli > web-component-tester > sinon > formatio@1.2.0: This package is unmaintained. Use @sinonjs/formatio instead
  9. warning polymer-cli > web-component-tester > sinon > text-encoding@0.6.4: no longer maintained
  10. [2/4] Fetching packages...
  11. [--------------------------------------------------------------------------------------------------------------] 0/1363(node:22592) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
  12. info fsevents@1.2.4: The platform "win32" is incompatible with this module.
  13. info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
  14. [3/4] Linking dependencies...
  15. warning "polymer-cli > polymer-build > @babel/plugin-transform-classes@7.0.0-beta.35" has incorrect peer dependency "@babel/core@7.0.0-beta.35".
  16. warning "polymer-cli > web-component-tester > sinon-chai@2.14.0" has unmet peer dependency "chai@>=1.9.2 <5".
  17. [4/4] Building fresh packages...
  18. [-/5] ⠈ waiting...
  19. [-/5] ⠁ waiting...
  20. [3/5] ⠁ wct-local
  21. [-/5] ⠁ waiting...
  22. warning Error running install script for optional dependency: "C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\wct-local: Command failed.
  23. Exit code: 1
  24. Command: node scripts/postinstall.js
  25. Arguments:
  26. Directory: C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\wct-local
  27. Output:
  28. ----------
  29. selenium-standalone installation starting
  30. ----------
  31.  
  32. ---
  33. selenium install:
  34. from: https://selenium-release.storage.googleapis.com/3.12/selenium-server-standalone-3.12.0.jar
  35. to: C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\selenium-standalone\\.selenium\\selenium-server\\3.12.0-server.jar
  36. ---
  37. chrome install:
  38. from: https://chromedriver.storage.googleapis.com/2.41/chromedriver_win32.zip
  39. to: C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\selenium-standalone\\.selenium\\chromedriver\\2.41-x64-chromedriver
  40. ---
  41. ie install:
  42. from: https://selenium-release.storage.googleapis.com/3.12/IEDriverServer_x64_3.12.0.zip
  43. to: C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\selenium-standalone\\.selenium\\iedriver\\3.12.0-x64-IEDriverServer.exe
  44. ---
  45. firefox install:
  46. from: https://github.com/mozilla/geckodriver/releases/download/v0.20.1/geckodriver-v0.20.1-win64.zip
  47. to: C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\selenium-standalone\\.selenium\\geckodriver\\0.20.1-x64-geckodriver
  48. ---
  49. edge install:
  50. from: https://download.microsoft.com/download/F/8/A/F8AF50AB-3C3A-4BC4-8773-DC27B32988DD/MicrosoftWebDriver.exe
  51. to: C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\selenium-standalone\\.selenium\\edgedriver\\17134-MicrosoftEdgeDriver.exe
  52. Failed to download selenium and/or chromedriver: Error: Could not download https://github.com/mozilla/geckodriver/releases/download/v0.20.1/geckodriver-v0.20.1-win64.zip: Error: read ECONNRESET
  53. at Request.<anonymous> (C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\selenium-standalone\\lib\\install.js:386:12)
  54. at Object.onceWrapper (events.js:273:13)
  55. at Request.emit (events.js:182:13)
  56. at Request.onRequestError (C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\request\\request.js:881:8)
  57. at ClientRequest.emit (events.js:182:13)
  58. at TLSSocket.socketErrorListener (_http_client.js:391:9)
  59. at TLSSocket.emit (events.js:182:13)
  60. at emitErrorNT (internal/streams/destroy.js:82:8)
  61. at emitErrorAndCloseNT (internal/streams/destroy.js:50:3)
  62. at process._tickCallback (internal/process/next_tick.js:63:19)
  63. selenium-standalone will attempt to re-download next time it is run.
  64. C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\async\\dist\\async.js:966
  65. if (fn === null) throw new Error(\"Callback was already called.\");
  66. ^
  67.  
  68. Error: Callback was already called.
  69. at C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\async\\dist\\async.js:966:32
  70. at C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\async\\dist\\async.js:3885:13
  71. at onOpenZipFile (C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\selenium-standalone\\lib\\install.js:401:9)
  72. at C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\yauzl\\index.js:37:7
  73. at C:\\Users\\richi\\Documents\\GitHub\\richienb.github.io\\node_modules\\yauzl\\index.js:187:5
  74. success Saved lockfile.
  75. success Saved 511 new dependencies.
  76. info Direct dependencies
  77. └─ polymer-cli@1.8.0
  78. info All dependencies
  79. ├─ @babel/core@7.1.2
  80. ├─ @babel/generator@7.1.2
  81. ├─ @babel/helper-builder-binary-assignment-operator-visitor@7.1.0
  82. ├─ @babel/helper-call-delegate@7.1.0
  83. ├─ @babel/helper-define-map@7.0.0-beta.35
  84. ├─ @babel/helper-explode-assignable-expression@7.1.0
  85. ├─ @babel/helper-hoist-variables@7.0.0
  86. ├─ @babel/helper-member-expression-to-functions@7.0.0
  87. ├─ @babel/helper-module-transforms@7.1.0
  88. ├─ @babel/helper-replace-supers@7.0.0-beta.35
  89. ├─ @babel/helper-simple-access@7.1.0
  90. ├─ @babel/helper-wrap-function@7.1.0
  91. ├─ @babel/helpers@7.1.2
  92. ├─ @babel/highlight@7.0.0
  93. ├─ @babel/plugin-external-helpers@7.0.0
  94. ├─ @babel/plugin-proposal-async-generator-functions@7.1.0
  95. ├─ @babel/plugin-proposal-object-rest-spread@7.0.0
  96. ├─ @babel/plugin-syntax-async-generators@7.0.0
  97. ├─ @babel/plugin-syntax-dynamic-import@7.0.0
  98. ├─ @babel/plugin-syntax-import-meta@7.0.0
  99. ├─ @babel/plugin-syntax-object-rest-spread@7.0.0
  100. ├─ @babel/plugin-transform-arrow-functions@7.0.0
  101. ├─ @babel/plugin-transform-async-to-generator@7.1.0
  102. ├─ @babel/plugin-transform-block-scoped-functions@7.0.0
  103. ├─ @babel/plugin-transform-block-scoping@7.0.0
  104. ├─ @babel/plugin-transform-classes@7.0.0-beta.35
  105. ├─ @babel/plugin-transform-computed-properties@7.0.0
  106. ├─ @babel/plugin-transform-destructuring@7.1.2
  107. ├─ @babel/plugin-transform-duplicate-keys@7.0.0
  108. ├─ @babel/plugin-transform-exponentiation-operator@7.1.0
  109. ├─ @babel/plugin-transform-for-of@7.0.0
  110. ├─ @babel/plugin-transform-function-name@7.1.0
  111. ├─ @babel/plugin-transform-instanceof@7.0.0
  112. ├─ @babel/plugin-transform-literals@7.0.0
  113. ├─ @babel/plugin-transform-modules-amd@7.1.0
  114. ├─ @babel/plugin-transform-object-super@7.1.0
  115. ├─ @babel/plugin-transform-parameters@7.1.0
  116. ├─ @babel/plugin-transform-regenerator@7.0.0
  117. ├─ @babel/plugin-transform-shorthand-properties@7.0.0
  118. ├─ @babel/plugin-transform-spread@7.0.0
  119. ├─ @babel/plugin-transform-sticky-regex@7.0.0
  120. ├─ @babel/plugin-transform-template-literals@7.0.0
  121. ├─ @babel/plugin-transform-typeof-symbol@7.0.0
  122. ├─ @babel/plugin-transform-unicode-regex@7.0.0
  123. ├─ @mrmlnc/readdir-enhanced@2.2.1
  124. ├─ @nodelib/fs.stat@1.1.2
  125. ├─ @polymer/esm-amd-loader@1.0.3
  126. ├─ @polymer/sinonjs@1.17.1
  127. ├─ @polymer/test-fixture@0.0.3
  128. ├─ @types/acorn@4.0.3
  129. ├─ @types/babel-traverse@6.25.4
  130. ├─ @types/bluebird@3.5.24
  131. ├─ @types/body-parser@1.17.0
  132. ├─ @types/chai-subset@1.3.1
  133. ├─ @types/chai@4.1.6
  134. ├─ @types/chalk@0.4.31
  135. ├─ @types/clean-css@3.4.30
  136. ├─ @types/clone@0.1.30
  137. ├─ @types/compression@0.0.33
  138. ├─ @types/connect@3.4.32
  139. ├─ @types/content-type@1.1.2
  140. ├─ @types/cssbeautify@0.3.1
  141. ├─ @types/del@3.0.1
  142. ├─ @types/doctrine@0.0.1
  143. ├─ @types/escape-html@0.0.20
  144. ├─ @types/estree@0.0.39
  145. ├─ @types/express@4.16.0
  146. ├─ @types/fast-levenshtein@0.0.1
  147. ├─ @types/findup-sync@0.3.29
  148. ├─ @types/form-data@2.2.1
  149. ├─ @types/globby@6.1.0
  150. ├─ @types/gulp-if@0.0.33
  151. ├─ @types/html-minifier@3.5.2
  152. ├─ @types/inquirer@0.0.32
  153. ├─ @types/merge-stream@1.1.2
  154. ├─ @types/mime@2.0.0
  155. ├─ @types/mz@0.0.31
  156. ├─ @types/opn@3.0.28
  157. ├─ @types/path-is-inside@1.0.0
  158. ├─ @types/pem@1.9.3
  159. ├─ @types/range-parser@1.2.2
  160. ├─ @types/relateurl@0.2.28
  161. ├─ @types/request@2.0.3
  162. ├─ @types/rimraf@0.0.28
  163. ├─ @types/rx-lite-aggregates@4.0.3
  164. ├─ @types/rx-lite-async@4.0.2
  165. ├─ @types/rx-lite-backpressure@4.0.3
  166. ├─ @types/rx-lite-coincidence@4.0.3
  167. ├─ @types/rx-lite-experimental@4.0.1
  168. ├─ @types/rx-lite-joinpatterns@4.0.1
  169. ├─ @types/rx-lite-testing@4.0.1
  170. ├─ @types/rx-lite-time@4.0.3
  171. ├─ @types/semver@5.5.0
  172. ├─ @types/serve-static@1.13.2
  173. ├─ @types/spdy@3.4.4
  174. ├─ @types/temp@0.8.32
  175. ├─ @types/ua-parser-js@0.7.32
  176. ├─ @types/uglify-js@3.0.3
  177. ├─ @types/update-notifier@1.0.3
  178. ├─ @types/uuid@3.4.4
  179. ├─ @types/vinyl-fs@0.0.28
  180. ├─ @types/whatwg-url@6.4.0
  181. ├─ @types/winston@2.4.4
  182. ├─ @types/yeoman-generator@2.0.3
  183. ├─ @webcomponents/webcomponentsjs@1.2.7
  184. ├─ accessibility-developer-tools@2.12.0
  185. ├─ acorn-import-meta@0.2.1
  186. ├─ acorn-jsx@3.0.1
  187. ├─ adm-zip@0.4.11
  188. ├─ after@0.8.2
  189. ├─ agent-base@4.2.1
  190. ├─ ansi-align@2.0.0
  191. ├─ ansi-escapes@1.4.0
  192. ├─ append-field@1.0.0
  193. ├─ archiver@2.1.1
  194. ├─ argv-tools@0.1.1
  195. ├─ array-differ@1.0.0
  196. ├─ array-find-index@1.0.2
  197. ├─ arraybuffer.slice@0.0.7
  198. ├─ asn1@0.2.4
  199. ├─ async-limiter@1.0.0
  200. ├─ async@2.6.1
  201. ├─ asynckit@0.4.0
  202. ├─ aws4@1.8.0
  203. ├─ babel-generator@6.26.1
  204. ├─ babel-helper-is-nodes-equiv@0.0.1
  205. ├─ babel-helper-remove-or-void@0.4.3
  206. ├─ babel-helper-to-multiple-sequence-expressions@0.4.3
  207. ├─ babel-plugin-minify-builtins@0.4.3
  208. ├─ babel-plugin-minify-constant-folding@0.4.3
  209. ├─ babel-plugin-minify-dead-code-elimination@0.4.3
  210. ├─ babel-plugin-minify-flip-comparisons@0.4.3
  211. ├─ babel-plugin-minify-guarded-expressions@0.4.1
  212. ├─ babel-plugin-minify-infinity@0.4.3
  213. ├─ babel-plugin-minify-mangle-names@0.4.3
  214. ├─ babel-plugin-minify-numeric-literals@0.4.3
  215. ├─ babel-plugin-minify-replace@0.4.3
  216. ├─ babel-plugin-minify-simplify@0.4.3
  217. ├─ babel-plugin-minify-type-constructors@0.4.3
  218. ├─ babel-plugin-transform-inline-consecutive-adds@0.4.3
  219. ├─ babel-plugin-transform-member-expression-literals@6.10.0-alpha.f95869d4
  220. ├─ babel-plugin-transform-merge-sibling-variables@6.10.0-alpha.f95869d4
  221. ├─ babel-plugin-transform-minify-booleans@6.10.0-alpha.f95869d4
  222. ├─ babel-plugin-transform-property-literals@6.10.0-alpha.f95869d4
  223. ├─ babel-plugin-transform-regexp-constructors@0.4.3
  224. ├─ babel-plugin-transform-remove-console@6.10.0-alpha.f95869d4
  225. ├─ babel-plugin-transform-remove-debugger@6.10.0-alpha.f95869d4
  226. ├─ babel-plugin-transform-remove-undefined@0.4.3
  227. ├─ babel-plugin-transform-simplify-comparison-operators@6.10.0-alpha.f95869d4
  228. ├─ babel-plugin-transform-undefined-to-void@6.10.0-alpha.f95869d4
  229. ├─ babel-preset-minify@0.4.0-alpha.caaefb4c
  230. ├─ babel-runtime@6.26.0
  231. ├─ backo2@1.0.2
  232. ├─ base64id@1.0.0
  233. ├─ bcrypt-pbkdf@1.0.2
  234. ├─ binaryextensions@2.1.1
  235. ├─ bl@1.2.2
  236. ├─ blob@0.0.4
  237. ├─ boom@4.3.1
  238. ├─ bower-config@1.4.1
  239. ├─ bower-json@0.8.1
  240. ├─ bower-logger@0.2.2
  241. ├─ bower@1.8.2
  242. ├─ boxen@1.3.0
  243. ├─ browserify-zlib@0.1.4
  244. ├─ buffer-alloc-unsafe@1.1.0
  245. ├─ buffer-fill@1.0.0
  246. ├─ builtin-modules@1.1.1
  247. ├─ busboy@0.2.14
  248. ├─ call-me-maybe@1.0.1
  249. ├─ callsite@1.0.0
  250. ├─ camel-case@3.0.0
  251. ├─ camelcase-keys@2.1.0
  252. ├─ capture-stack-trace@1.0.1
  253. ├─ chardet@0.7.0
  254. ├─ charenc@0.0.2
  255. ├─ ci-info@1.6.0
  256. ├─ clean-css@4.2.1
  257. ├─ cli-boxes@1.0.0
  258. ├─ cli-cursor@1.0.2
  259. ├─ cli-table@0.3.1
  260. ├─ clone-buffer@1.0.0
  261. ├─ clone-stats@0.0.1
  262. ├─ clone@2.1.2
  263. ├─ cloneable-readable@1.1.2
  264. ├─ co@4.6.0
  265. ├─ color-string@1.5.3
  266. ├─ color@3.0.0
  267. ├─ colornames@1.1.1
  268. ├─ colors@1.0.3
  269. ├─ colorspace@1.1.1
  270. ├─ combined-stream@1.0.7
  271. ├─ command-line-commands@2.0.1
  272. ├─ commander@2.17.1
  273. ├─ component-bind@1.0.0
  274. ├─ component-inherit@0.0.3
  275. ├─ compress-commons@1.2.2
  276. ├─ configstore@3.1.2
  277. ├─ convert-source-map@1.6.0
  278. ├─ core-js@2.5.7
  279. ├─ crc@3.2.1
  280. ├─ crc32-stream@2.0.0
  281. ├─ create-error-class@3.0.2
  282. ├─ crypt@0.0.2
  283. ├─ cryptiles@3.1.2
  284. ├─ crypto-random-string@1.0.0
  285. ├─ css-slam@2.1.2
  286. ├─ css-what@2.1.0
  287. ├─ cssbeautify@0.3.1
  288. ├─ currently-unhandled@0.4.1
  289. ├─ cycle@1.0.3
  290. ├─ dargs@6.0.0
  291. ├─ dashdash@1.14.1
  292. ├─ dateformat@3.0.3
  293. ├─ decompress-response@3.3.0
  294. ├─ detect-conflict@1.0.1
  295. ├─ detect-file@0.1.0
  296. ├─ detect-indent@4.0.0
  297. ├─ diagnostics@1.1.1
  298. ├─ dicer@0.2.5
  299. ├─ diff@3.5.0
  300. ├─ dir-glob@2.0.0
  301. ├─ doctrine@2.1.0
  302. ├─ dom-urls@1.1.0
  303. ├─ dot-prop@4.2.0
  304. ├─ duplexer2@0.1.4
  305. ├─ duplexer3@0.1.4
  306. ├─ ecc-jsbn@0.1.2
  307. ├─ editions@1.3.4
  308. ├─ ejs@2.6.1
  309. ├─ emitter-component@1.1.1
  310. ├─ enabled@1.0.2
  311. ├─ ends-with@0.2.0
  312. ├─ engine.io-client@3.2.1
  313. ├─ engine.io-parser@2.1.2
  314. ├─ engine.io@3.2.0
  315. ├─ env-variable@0.0.4
  316. ├─ error-ex@1.3.2
  317. ├─ error@7.0.2
  318. ├─ es6-promise@4.2.5
  319. ├─ es6-promisify@5.0.0
  320. ├─ espree@3.5.4
  321. ├─ exit-hook@1.1.1
  322. ├─ expand-range@1.8.2
  323. ├─ expand-tilde@2.0.2
  324. ├─ ext-list@2.2.2
  325. ├─ ext-name@3.0.0
  326. ├─ extend@3.0.2
  327. ├─ external-editor@1.1.1
  328. ├─ extsprintf@1.3.0
  329. ├─ eyes@0.1.8
  330. ├─ fast-glob@2.2.2
  331. ├─ fast-levenshtein@2.0.6
  332. ├─ fast-safe-stringify@2.0.6
  333. ├─ fecha@2.3.3
  334. ├─ figures@1.7.0
  335. ├─ filename-regex@2.0.1
  336. ├─ filled-array@1.1.0
  337. ├─ find-port@1.0.1
  338. ├─ findup-sync@0.4.3
  339. ├─ first-chunk-stream@1.0.0
  340. ├─ follow-redirects@0.0.7
  341. ├─ for-own@0.1.5
  342. ├─ fork-stream@0.0.4
  343. ├─ form-data@2.3.2
  344. ├─ formatio@1.2.0
  345. ├─ fs-constants@1.0.0
  346. ├─ fs-exists-sync@0.1.0
  347. ├─ get-stdin@4.0.1
  348. ├─ getpass@0.1.7
  349. ├─ gh-got@6.0.0
  350. ├─ github-username@4.1.0
  351. ├─ github@7.3.2
  352. ├─ glob-base@0.3.0
  353. ├─ glob-stream@5.3.5
  354. ├─ glob-to-regexp@0.3.0
  355. ├─ global-dirs@0.1.1
  356. ├─ global-modules@0.2.3
  357. ├─ global-prefix@0.1.5
  358. ├─ globals@11.7.0
  359. ├─ got@6.7.1
  360. ├─ grouped-queue@0.3.3
  361. ├─ gulp-if@2.0.2
  362. ├─ gulp-match@1.0.3
  363. ├─ gulp-sourcemaps@1.6.0
  364. ├─ gunzip-maybe@1.4.1
  365. ├─ har-validator@5.1.0
  366. ├─ has-color@0.1.7
  367. ├─ has-symbol-support-x@1.4.2
  368. ├─ has-to-string-tag-x@1.4.1
  369. ├─ hawk@6.0.2
  370. ├─ he@1.1.1
  371. ├─ hosted-git-info@2.7.1
  372. ├─ html-minifier@3.5.20
  373. ├─ ignore@3.3.10
  374. ├─ import-lazy@2.1.0
  375. ├─ indent-string@2.1.0
  376. ├─ indent@0.0.2
  377. ├─ intersect@1.0.1
  378. ├─ invariant@2.2.4
  379. ├─ is-arrayish@0.2.1
  380. ├─ is-builtin-module@1.0.0
  381. ├─ is-ci@1.2.1
  382. ├─ is-deflate@1.0.0
  383. ├─ is-dotfile@1.0.3
  384. ├─ is-equal-shallow@0.1.3
  385. ├─ is-finite@1.0.2
  386. ├─ is-gzip@1.0.0
  387. ├─ is-installed-globally@0.1.0
  388. ├─ is-npm@1.0.0
  389. ├─ is-obj@1.0.1
  390. ├─ is-object@1.0.1
  391. ├─ is-posix-bracket@0.1.1
  392. ├─ is-potential-custom-element-name@1.0.0
  393. ├─ is-primitive@2.0.0
  394. ├─ is-promise@2.1.0
  395. ├─ is-redirect@1.0.0
  396. ├─ is-scoped@1.0.0
  397. ├─ is-utf8@0.2.1
  398. ├─ is-valid-glob@0.3.0
  399. ├─ isbinaryfile@3.0.3
  400. ├─ istextorbinary@2.2.1
  401. ├─ isurl@1.0.0
  402. ├─ json-schema@0.2.3
  403. ├─ json-stable-stringify@1.0.1
  404. ├─ jsonify@0.0.0
  405. ├─ jsonschema@1.2.4
  406. ├─ jsprim@1.4.1
  407. ├─ kuler@1.0.0
  408. ├─ latest-version@3.1.0
  409. ├─ lazy-req@1.1.0
  410. ├─ load-json-file@4.0.0
  411. ├─ lodash.defaults@4.2.0
  412. ├─ lodash.isequal@4.5.0
  413. ├─ lodash.isplainobject@4.0.6
  414. ├─ lodash.padend@4.6.1
  415. ├─ lodash.some@4.6.0
  416. ├─ lodash.sortby@4.7.0
  417. ├─ lodash.template@4.4.0
  418. ├─ lodash.templatesettings@4.1.0
  419. ├─ log-symbols@1.0.2
  420. ├─ logform@1.10.0
  421. ├─ lolex@1.6.0
  422. ├─ loose-envify@1.4.0
  423. ├─ loud-rejection@1.6.0
  424. ├─ lower-case@1.1.4
  425. ├─ magic-string@0.22.5
  426. ├─ map-obj@1.0.1
  427. ├─ matcher@1.1.1
  428. ├─ math-random@1.0.1
  429. ├─ md5@2.2.1
  430. ├─ mem-fs-editor@5.1.0
  431. ├─ merge2@1.2.2
  432. ├─ mimic-response@1.0.1
  433. ├─ minimatch-all@1.1.0
  434. ├─ mout@1.1.0
  435. ├─ multer@1.4.0
  436. ├─ multimatch@2.1.0
  437. ├─ multipipe@1.0.2
  438. ├─ mute-stream@0.0.6
  439. ├─ mz@2.7.0
  440. ├─ native-promise-only@0.8.1
  441. ├─ netrc@0.1.4
  442. ├─ node-status-codes@1.0.0
  443. ├─ nomnom@1.8.1
  444. ├─ oauth-sign@0.9.0
  445. ├─ object-component@0.0.3
  446. ├─ object.omit@2.0.1
  447. ├─ one-time@0.0.4
  448. ├─ onetime@1.1.0
  449. ├─ optimist@0.6.1
  450. ├─ ordered-read-streams@0.3.0
  451. ├─ os-shim@0.1.3
  452. ├─ p-cancelable@0.3.0
  453. ├─ p-timeout@1.2.1
  454. ├─ package-json@4.0.1
  455. ├─ pako@0.2.9
  456. ├─ param-case@2.1.1
  457. ├─ parse-glob@3.0.4
  458. ├─ parse-json@2.2.0
  459. ├─ parse-passwd@1.0.0
  460. ├─ path-parse@1.0.6
  461. ├─ path-to-regexp@1.7.0
  462. ├─ peek-stream@1.1.3
  463. ├─ pem@1.13.1
  464. ├─ polymer-bundler@4.0.2
  465. ├─ polymer-cli@1.8.0
  466. ├─ polymer-linter@3.0.1
  467. ├─ prepend-http@1.0.4
  468. ├─ preserve@0.2.0
  469. ├─ pretty-bytes@5.1.0
  470. ├─ private@0.1.8
  471. ├─ psl@1.1.29
  472. ├─ q@1.4.1
  473. ├─ qs@6.5.2
  474. ├─ randomatic@3.1.0
  475. ├─ read-all-stream@3.1.0
  476. ├─ read-chunk@2.1.0
  477. ├─ read-pkg-up@4.0.0
  478. ├─ read-pkg@3.0.0
  479. ├─ rechoir@0.6.2
  480. ├─ redent@1.0.0
  481. ├─ reduce-flatten@1.0.1
  482. ├─ regenerate-unicode-properties@7.0.0
  483. ├─ regenerator-runtime@0.11.1
  484. ├─ regenerator-transform@0.13.3
  485. ├─ regex-cache@0.4.4
  486. ├─ registry-auth-token@3.3.2
  487. ├─ registry-url@3.1.0
  488. ├─ relateurl@0.2.7
  489. ├─ replace-ext@0.0.1
  490. ├─ request@2.88.0
  491. ├─ requirejs@2.3.6
  492. ├─ resolve-dir@0.1.1
  493. ├─ resolve@1.8.1
  494. ├─ restore-cursor@1.0.1
  495. ├─ rollup@0.58.2
  496. ├─ rx@4.1.0
  497. ├─ rxjs@6.3.3
  498. ├─ samsam@1.3.0
  499. ├─ sauce-connect-launcher@1.2.4
  500. ├─ scoped-regex@1.0.0
  501. ├─ semver-diff@2.1.0
  502. ├─ server-destroy@1.0.1
  503. ├─ serviceworker-cache-polyfill@4.0.0
  504. ├─ shelljs@0.8.2
  505. ├─ simple-swizzle@0.2.2
  506. ├─ sinon-chai@2.14.0
  507. ├─ sinon@2.4.1
  508. ├─ slash@1.0.0
  509. ├─ slide@1.1.6
  510. ├─ sntp@2.1.0
  511. ├─ socket.io-adapter@1.1.1
  512. ├─ socket.io-client@2.1.1
  513. ├─ socket.io@2.1.1
  514. ├─ sort-keys-length@1.0.1
  515. ├─ sort-keys@1.1.2
  516. ├─ spawn-sync@1.0.15
  517. ├─ spdx-correct@3.0.1
  518. ├─ spdx-exceptions@2.1.0
  519. ├─ sshpk@1.14.2
  520. ├─ stacky@1.3.1
  521. ├─ stream-consume@0.1.1
  522. ├─ stream@0.0.2
  523. ├─ streamsearch@0.1.2
  524. ├─ string-template@0.2.1
  525. ├─ stringstream@0.0.6
  526. ├─ strip-bom-stream@1.0.0
  527. ├─ sw-precache@5.2.1
  528. ├─ sw-toolbox@3.6.0
  529. ├─ table-layout@0.4.4
  530. ├─ tar-fs@1.16.3
  531. ├─ tar-stream@1.6.2
  532. ├─ temp@0.8.3
  533. ├─ term-size@1.2.0
  534. ├─ ternary-stream@2.0.1
  535. ├─ test-value@3.0.0
  536. ├─ text-encoding@0.6.4
  537. ├─ text-hex@1.0.0
  538. ├─ textextensions@2.2.0
  539. ├─ thenify-all@1.6.0
  540. ├─ thenify@3.3.0
  541. ├─ timed-out@4.0.1
  542. ├─ tmp@0.0.29
  543. ├─ to-absolute-glob@0.1.1
  544. ├─ to-array@0.1.4
  545. ├─ to-buffer@1.1.1
  546. ├─ tough-cookie@2.4.3
  547. ├─ tr46@1.0.1
  548. ├─ trim-newlines@1.0.0
  549. ├─ tweetnacl@0.14.5
  550. ├─ type-detect@4.0.8
  551. ├─ ua-parser-js@0.7.18
  552. ├─ uglify-js@3.4.9
  553. ├─ ultron@1.1.1
  554. ├─ underscore@1.6.0
  555. ├─ unicode-canonical-property-names-ecmascript@1.0.4
  556. ├─ unicode-match-property-ecmascript@1.0.4
  557. ├─ unicode-match-property-value-ecmascript@1.0.2
  558. ├─ unicode-property-aliases-ecmascript@1.0.4
  559. ├─ unique-stream@2.2.1
  560. ├─ unique-string@1.0.0
  561. ├─ untildify@2.1.0
  562. ├─ unzip-response@2.0.1
  563. ├─ update-notifier@2.5.0
  564. ├─ upper-case@1.1.3
  565. ├─ urijs@1.19.1
  566. ├─ url-to-options@1.0.1
  567. ├─ vali-date@1.0.0
  568. ├─ validate-npm-package-license@3.0.4
  569. ├─ vargs@0.1.0
  570. ├─ verror@1.10.0
  571. ├─ vinyl-file@2.0.0
  572. ├─ vinyl-fs@2.4.4
  573. ├─ vlq@0.2.3
  574. ├─ wct-sauce@2.1.0
  575. ├─ wd@1.10.3
  576. ├─ web-component-tester@6.8.0
  577. ├─ webidl-conversions@4.0.2
  578. ├─ whatwg-url@6.5.0
  579. ├─ widest-line@2.0.0
  580. ├─ winston-transport@4.2.0
  581. ├─ winston@2.4.4
  582. ├─ wordwrap@0.0.3
  583. ├─ wordwrapjs@3.0.0
  584. ├─ write-file-atomic@2.3.0
  585. ├─ xmlhttprequest-ssl@1.5.5
  586. ├─ yeast@0.1.2
  587. ├─ yeoman-environment@1.6.6
  588. ├─ yeoman-generator@3.1.1
  589. └─ zip-stream@1.2.0
  590. Done in 797.67s.
  591.  
  592. C:\Users\richi\Documents\GitHub\richienb.github.io>
Add Comment
Please, Sign In to add comment