{"id":15788447,"url":"https://github.com/ultcombo/ultcombo.github.io","last_synced_at":"2026-01-11T01:31:07.829Z","repository":{"id":4662429,"uuid":"5808354","full_name":"UltCombo/ultcombo.github.io","owner":"UltCombo","description":"UltCombo's GitHub page","archived":false,"fork":false,"pushed_at":"2019-04-07T00:31:37.000Z","size":3517,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-18T13:56:08.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ultcombo.js.org/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UltCombo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-14T11:16:30.000Z","updated_at":"2019-04-07T00:31:39.000Z","dependencies_parsed_at":"2022-09-01T01:01:27.099Z","dependency_job_id":null,"html_url":"https://github.com/UltCombo/ultcombo.github.io","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltCombo%2Fultcombo.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltCombo%2Fultcombo.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltCombo%2Fultcombo.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltCombo%2Fultcombo.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UltCombo","download_url":"https://codeload.github.com/UltCombo/ultcombo.github.io/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246516298,"owners_count":20790214,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-04T22:00:25.615Z","updated_at":"2026-01-11T01:31:07.799Z","avatar_url":"https://github.com/UltCombo.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ult’s home ![Unicorn badge.](https://img.shields.io/badge/unicorn-%F0%9F%A6%84-green.svg?colorA=663399\u0026colorB=ffffff) ![Bless Ramen badge.](https://img.shields.io/badge/bless-Ramen-green.svg)\n\nWelcome to my homepage! 😎✌️\n\nThis is an offline capable, fully optimized Progressive Web App (PWA) showcasing my work.\n\n## Guidelines\n\nThe application must be accessible, both to humans and machines. It must support all platforms, devices and assistive technologies.\n\nThe application must present content marked in accordance with [HTML](https://html.spec.whatwg.org/multipage/), [WAI-ARIA](https://www.w3.org/TR/wai-aria/) and [RDFa](https://www.w3.org/TR/html-rdfa/)/[Microdata](https://html.spec.whatwg.org/multipage/microdata.html) semantics.\n\nThe application must employ responsive design, progressive enhancement, favor functionality and user experience, and never hijack common user interactions and expectations.\n\nTransitions and animations must be clear, simple, and coherent. They should ease state transitions and guide user focus. They should never feel slow, confusing or get in the way of the user. The [Material Motion](https://material.io/guidelines/motion/material-motion.html) guideline is a good reference.\n\nUse [Lighthouse](https://developers.google.com/web/tools/lighthouse/) to audit the application’s performance, accessibility and whether it follows the best practices for modern web development. Periodically run audits to prevent regressions and strive to improve the results. It is recommended to use the Lighthouse [Chrome extension](https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk) or [command line tool](https://www.npmjs.com/package/lighthouse#using-the-node-cli), as the version bundled with Chrome DevTools is often outdated and missing newer tests and bugfixes.\n\nThe code style must be consistent. Note that the code is automatically formatted with [Prettier](https://prettier.io/) when committing changes, therefore developers should not have to worry about formatting code manually.\n\n## Development\n\n- Install Node.js 8+ and [Yarn](https://yarnpkg.com/).\n- Clone the repository and install dependencies with `yarn install`.\n- Run `yarn run dev` to start the development server with live reloading.\n- The source code resides in the `src` directory; the root directory contains compiled resources deployed to the GitHub Pages site.\n- The repository has a precommit hook to lint and compile resources optimized for production deployment.\n\n## Scripts\n\n- `yarn run dev`: starts development server with live reloading.\n- `yarn run build`: generates a full build of the site for debugging purposes.\n- `NODE_ENV=production yarn run build`: generates a full build of the site optimized for production deployment.\n- `yarn run lint`: lints code for possible errors and code style issues.\n- `yarn run lint --fix`: lints code for possible errors and code style issues, automatically fixing as many issues as possible.\n- `yarn run lint-fonts`: utility to detect faux web fonts or mismatches. Must have development server running.\n- `yarn run precommit`: lints staged files and builds the site for production deployment. This script is automatically run when commiting to the repository.\n- `yarn run -s license-checker`: get licenses from all dependencies.\n\n## Roadmap\n\n- [x] Add offline and install capabilities through Service Workers with the [Workbox](https://developers.google.com/web/tools/workbox/) toolset.\n- [x] Optimize, bundle and minify HTML, CSS and JavaScript resources through [Webpack](https://webpack.js.org/).\n- [x] Enforce linting and [Prettier](https://prettier.io/) code style through [ESLint](https://eslint.org/).\n- [x] Add `precommit` hook to automatically lint and build the site through [lint-staged](https://github.com/okonet/lint-staged) and [Husky](https://github.com/typicode/husky).\n- [x] Polyfill missing browser features as needed through [Polyfill.io](https://polyfill.io/v2/docs/).\n- [x] Preload critical resources and preconnect to external APIs.\n- [x] [Defer](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#attr-defer) loading scripts.\n- [ ] Inline [critical](https://github.com/addyosmani/critical) CSS and defer non-critical styles.\n- [x] Avoid render-blocking web fonts through the [`font-display` property](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display).\n- [x] Optimize raster images for different displays (Retina).\n- [x] Generate and optimize app icons for all platforms through [RealFaviconGenerator](https://realfavicongenerator.net/).\n- [x] Add social meta tags ([Open Graph](http://ogp.me/), [Twitter Cards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards)).\n- [x] Track user interaction with [Google Analytics](https://www.google.com/analytics/).\n- [x] Lint HTML with the [Nu Html Checker (v.Nu)](https://validator.github.io/validator/).\n- [ ] Enforce CSS code style (with [stylelint](https://stylelint.io/) or [Prettier](https://prettier.io/)?).\n- [x] Lint web font usage to prevent browsers from synthesizing sub-par typefaces through [faux-pas](https://github.com/filamentgroup/faux-pas).\n- [ ] Add API testing (with [AVA](https://github.com/avajs/ava)?).\n- [ ] Create [Docker](https://www.docker.com/) image to ease development setup.\n- [ ] Add CI to lint, run API tests and [Lighthouse](https://developers.google.com/web/tools/lighthouse/) audits on pull requests.\n- [ ] Subset fonts through [glyphhanger](https://github.com/filamentgroup/glyphhanger). This is probably not worth doing for Google Fonts as they already have generic subsetting and clients would miss cache hits. Also, this is not working properly for variable fonts currently.\n- [x] Document guidelines, development instructions, scripts and roadmap.\n\n## License\n\nThe application is licensed under the [MIT License](LICENSE).\n\nThe application makes use of Assistive Technology (AT) supporting code from [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate), licensed under the MIT License.\n\nThe application embeds the GradeGX font created by [Adam Twardoch](https://twitter.com/adamtwar), licensed under the SIL Open Font License (OFL).\n\nThe application embeds a modified version of the [Termynal](https://github.com/ines/termynal) library by [Ines Montani](https://twitter.com/_inesmontani), licensed under the MIT License.\n\n\u003cdetails\u003e\n  \u003csummary\u003eDependencies’ licenses\u003c/summary\u003e\n\n```\n├─ abbrev@1.1.0\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/isaacs/abbrev-js\n│  ├─ publisher: Isaac Z. Schlueter\n│  ├─ email: i@izs.me\n│  ├─ path: ./node_modules/fsevents/node_modules/abbrev\n│  └─ licenseFile: ./node_modules/fsevents/node_modules/abbrev/LICENSE\n├─ abbrev@1.1.1\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/isaacs/abbrev-js\n│  ├─ publisher: Isaac Z. Schlueter\n│  ├─ email: i@izs.me\n│  ├─ path: ./node_modules/abbrev\n│  └─ licenseFile: ./node_modules/abbrev/LICENSE\n├─ accepts@1.3.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jshttp/accepts\n│  ├─ path: ./node_modules/engine.io/node_modules/accepts\n│  └─ licenseFile: ./node_modules/engine.io/node_modules/accepts/LICENSE\n├─ accepts@1.3.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jshttp/accepts\n│  ├─ path: ./node_modules/accepts\n│  └─ licenseFile: ./node_modules/accepts/LICENSE\n├─ acorn-dynamic-import@2.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/kesne/acorn-dynamic-import\n│  ├─ publisher: Jordan Gensler\n│  ├─ email: jordangens@gmail.com\n│  ├─ path: ./node_modules/acorn-dynamic-import\n│  └─ licenseFile: ./node_modules/acorn-dynamic-import/LICENSE\n├─ acorn-jsx@3.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/RReverser/acorn-jsx\n│  ├─ path: ./node_modules/acorn-jsx\n│  └─ licenseFile: ./node_modules/acorn-jsx/LICENSE\n├─ acorn@1.2.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/marijnh/acorn\n│  ├─ path: ./node_modules/falafel/node_modules/acorn\n│  └─ licenseFile: ./node_modules/falafel/node_modules/acorn/LICENSE\n├─ acorn@3.3.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/ternjs/acorn\n│  ├─ path: ./node_modules/acorn-jsx/node_modules/acorn\n│  └─ licenseFile: ./node_modules/acorn-jsx/node_modules/acorn/LICENSE\n├─ acorn@4.0.13\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/ternjs/acorn\n│  ├─ path: ./node_modules/acorn-dynamic-import/node_modules/acorn\n│  └─ licenseFile: ./node_modules/acorn-dynamic-import/node_modules/acorn/LICENSE\n├─ acorn@5.2.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/ternjs/acorn\n│  ├─ path: ./node_modules/acorn\n│  └─ licenseFile: ./node_modules/acorn/LICENSE\n├─ after@0.8.1\n│  ├─ licenses: MIT*\n│  ├─ repository: https://github.com/Raynos/after\n│  ├─ publisher: Raynos\n│  ├─ email: raynos2@gmail.com\n│  ├─ path: ./node_modules/after\n│  └─ licenseFile: ./node_modules/after/LICENCE\n├─ ajv-keywords@2.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/epoberezkin/ajv-keywords\n│  ├─ publisher: Evgeny Poberezkin\n│  ├─ path: ./node_modules/ajv-keywords\n│  └─ licenseFile: ./node_modules/ajv-keywords/LICENSE\n├─ ajv@4.11.8\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/epoberezkin/ajv\n│  ├─ publisher: Evgeny Poberezkin\n│  ├─ path: ./node_modules/har-validator/node_modules/ajv\n│  └─ licenseFile: ./node_modules/har-validator/node_modules/ajv/LICENSE\n├─ ajv@5.5.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/epoberezkin/ajv\n│  ├─ publisher: Evgeny Poberezkin\n│  ├─ path: ./node_modules/ajv\n│  └─ licenseFile: ./node_modules/ajv/LICENSE\n├─ align-text@0.1.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jonschlinkert/align-text\n│  ├─ publisher: Jon Schlinkert\n│  ├─ url: https://github.com/jonschlinkert\n│  ├─ path: ./node_modules/align-text\n│  └─ licenseFile: ./node_modules/align-text/LICENSE\n├─ alphanum-sort@1.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/TrySound/alphanum-sort\n│  ├─ publisher: Bogdan Chadkin\n│  ├─ email: trysound@yandex.ru\n│  ├─ path: ./node_modules/alphanum-sort\n│  └─ licenseFile: ./node_modules/alphanum-sort/LICENSE\n├─ amdefine@1.0.1\n│  ├─ licenses: BSD-3-Clause OR MIT\n│  ├─ repository: https://github.com/jrburke/amdefine\n│  ├─ publisher: James Burke\n│  ├─ email: jrburke@gmail.com\n│  ├─ url: http://github.com/jrburke\n│  ├─ path: ./node_modules/amdefine\n│  └─ licenseFile: ./node_modules/amdefine/LICENSE\n├─ ansi-align@2.0.0\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/nexdrew/ansi-align\n│  ├─ publisher: nexdrew\n│  ├─ path: ./node_modules/ansi-align\n│  └─ licenseFile: ./node_modules/ansi-align/LICENSE\n├─ ansi-escape-sequences@4.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/75lb/ansi-escape-sequences\n│  ├─ publisher: Lloyd Brookes\n│  ├─ email: 75pound@gmail.com\n│  ├─ path: ./node_modules/ansi-escape-sequences\n│  └─ licenseFile: ./node_modules/ansi-escape-sequences/LICENSE\n├─ ansi-escapes@1.4.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/ansi-escapes\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/log-update/node_modules/ansi-escapes\n│  └─ licenseFile: ./node_modules/log-update/node_modules/ansi-escapes/license\n├─ ansi-escapes@3.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/ansi-escapes\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/ansi-escapes\n│  └─ licenseFile: ./node_modules/ansi-escapes/license\n├─ ansi-regex@0.2.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/ansi-regex\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: http://sindresorhus.com\n│  ├─ path: ./node_modules/ansi-regex\n│  └─ licenseFile: ./node_modules/ansi-regex/readme.md\n├─ ansi-regex@2.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/chalk/ansi-regex\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/has-ansi/node_modules/ansi-regex\n│  └─ licenseFile: ./node_modules/has-ansi/node_modules/ansi-regex/license\n├─ ansi-regex@3.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/chalk/ansi-regex\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/ansi-align/node_modules/ansi-regex\n│  └─ licenseFile: ./node_modules/ansi-align/node_modules/ansi-regex/license\n├─ ansi-styles@1.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/ansi-styles\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: http://sindresorhus.com\n│  ├─ path: ./node_modules/license-checker/node_modules/ansi-styles\n│  └─ licenseFile: ./node_modules/license-checker/node_modules/ansi-styles/readme.md\n├─ ansi-styles@2.2.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/chalk/ansi-styles\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/chalk/node_modules/ansi-styles\n│  └─ licenseFile: ./node_modules/chalk/node_modules/ansi-styles/license\n├─ ansi-styles@3.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/chalk/ansi-styles\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/ansi-styles\n│  └─ licenseFile: ./node_modules/ansi-styles/license\n├─ any-observable@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/any-observable\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/any-observable\n│  └─ licenseFile: ./node_modules/any-observable/license\n├─ anymatch@1.3.2\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/es128/anymatch\n│  ├─ publisher: Elan Shanker\n│  ├─ url: http://github.com/es128\n│  ├─ path: ./node_modules/anymatch\n│  └─ licenseFile: ./node_modules/anymatch/LICENSE\n├─ app-root-path@2.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/inxilpro/node-app-root-path\n│  ├─ publisher: Chris Morrell\n│  ├─ email: http://cmorrell.com\n│  ├─ path: ./node_modules/app-root-path\n│  └─ licenseFile: ./node_modules/app-root-path/LICENSE\n├─ aproba@1.1.1\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/iarna/aproba\n│  ├─ publisher: Rebecca Turner\n│  ├─ email: me@re-becca.org\n│  ├─ path: ./node_modules/fsevents/node_modules/aproba\n│  └─ licenseFile: ./node_modules/fsevents/node_modules/aproba/LICENSE\n├─ aproba@1.2.0\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/iarna/aproba\n│  ├─ publisher: Rebecca Turner\n│  ├─ email: me@re-becca.org\n│  ├─ path: ./node_modules/aproba\n│  └─ licenseFile: ./node_modules/aproba/LICENSE\n├─ are-we-there-yet@1.1.4\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/iarna/are-we-there-yet\n│  ├─ publisher: Rebecca Turner\n│  ├─ url: http://re-becca.org\n│  ├─ path: ./node_modules/are-we-there-yet\n│  └─ licenseFile: ./node_modules/are-we-there-yet/LICENSE\n├─ argparse@1.0.9\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/nodeca/argparse\n│  ├─ path: ./node_modules/argparse\n│  └─ licenseFile: ./node_modules/argparse/LICENSE\n├─ arr-diff@2.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jonschlinkert/arr-diff\n│  ├─ publisher: Jon Schlinkert\n│  ├─ url: https://github.com/jonschlinkert\n│  ├─ path: ./node_modules/arr-diff\n│  └─ licenseFile: ./node_modules/arr-diff/LICENSE\n├─ arr-flatten@1.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jonschlinkert/arr-flatten\n│  ├─ publisher: Jon Schlinkert\n│  ├─ url: https://github.com/jonschlinkert\n│  ├─ path: ./node_modules/arr-flatten\n│  └─ licenseFile: ./node_modules/arr-flatten/LICENSE\n├─ array-back@1.0.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/75lb/array-back\n│  ├─ publisher: Lloyd Brookes\n│  ├─ email: 75pound@gmail.com\n│  ├─ path: ./node_modules/find-replace/node_modules/array-back\n│  └─ licenseFile: ./node_modules/find-replace/node_modules/array-back/LICENSE\n├─ array-back@2.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/75lb/array-back\n│  ├─ publisher: Lloyd Brookes\n│  ├─ email: 75pound@gmail.com\n│  ├─ path: ./node_modules/array-back\n│  └─ licenseFile: ./node_modules/array-back/LICENSE\n├─ array-find-index@1.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/array-find-index\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/array-find-index\n│  └─ licenseFile: ./node_modules/array-find-index/license\n├─ array-union@1.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/array-union\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/array-union\n│  └─ licenseFile: ./node_modules/array-union/license\n├─ array-uniq@1.0.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/array-uniq\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/array-uniq\n│  └─ licenseFile: ./node_modules/array-uniq/license\n├─ array-unique@0.2.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jonschlinkert/array-unique\n│  ├─ publisher: Jon Schlinkert\n│  ├─ url: https://github.com/jonschlinkert\n│  ├─ path: ./node_modules/array-unique\n│  └─ licenseFile: ./node_modules/array-unique/LICENSE\n├─ arraybuffer.slice@0.0.6\n│  ├─ licenses: MIT*\n│  ├─ repository: https://github.com/rase-/arraybuffer.slice\n│  ├─ path: ./node_modules/arraybuffer.slice\n│  └─ licenseFile: ./node_modules/arraybuffer.slice/README.md\n├─ arrify@1.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/arrify\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/arrify\n│  └─ licenseFile: ./node_modules/arrify/license\n├─ as-array@2.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/scottcorgan/as-array\n│  ├─ publisher: Scott Corgan\n│  ├─ path: ./node_modules/as-array\n│  └─ licenseFile: ./node_modules/as-array/README.md\n├─ asap@2.0.6\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/kriskowal/asap\n│  ├─ path: ./node_modules/asap\n│  └─ licenseFile: ./node_modules/asap/LICENSE.md\n├─ asn1.js@4.9.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/indutny/asn1.js\n│  ├─ publisher: Fedor Indutny\n│  ├─ path: ./node_modules/asn1.js\n│  └─ licenseFile: ./node_modules/asn1.js/README.md\n├─ asn1@0.2.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/mcavage/node-asn1\n│  ├─ publisher: Mark Cavage\n│  ├─ email: mcavage@gmail.com\n│  ├─ path: ./node_modules/asn1\n│  └─ licenseFile: ./node_modules/asn1/LICENSE\n├─ assert-plus@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/mcavage/node-assert-plus\n│  ├─ publisher: Mark Cavage\n│  ├─ email: mcavage@gmail.com\n│  ├─ path: ./node_modules/http-signature/node_modules/assert-plus\n│  └─ licenseFile: ./node_modules/http-signature/node_modules/assert-plus/README.md\n├─ assert-plus@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/mcavage/node-assert-plus\n│  ├─ publisher: Mark Cavage\n│  ├─ email: mcavage@gmail.com\n│  ├─ path: ./node_modules/assert-plus\n│  └─ licenseFile: ./node_modules/assert-plus/README.md\n├─ assert@1.4.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/defunctzombie/commonjs-assert\n│  ├─ path: ./node_modules/assert\n│  └─ licenseFile: ./node_modules/assert/LICENSE\n├─ ast-types@0.8.15\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/benjamn/ast-types\n│  ├─ publisher: Ben Newman\n│  ├─ email: bn@cs.stanford.edu\n│  ├─ path: ./node_modules/unreachable-branch-transform/node_modules/ast-types\n│  └─ licenseFile: ./node_modules/unreachable-branch-transform/node_modules/ast-types/LICENSE\n├─ ast-types@0.9.6\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/benjamn/ast-types\n│  ├─ publisher: Ben Newman\n│  ├─ email: bn@cs.stanford.edu\n│  ├─ path: ./node_modules/ast-types\n│  └─ licenseFile: ./node_modules/ast-types/LICENSE\n├─ async-each-series@0.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jb55/async-each-series\n│  ├─ publisher: jb55\n│  ├─ path: ./node_modules/async-each-series\n│  └─ licenseFile: ./node_modules/async-each-series/Readme.md\n├─ async-each@1.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/paulmillr/async-each\n│  ├─ publisher: Paul Miller\n│  ├─ url: http://paulmillr.com/\n│  ├─ path: ./node_modules/async-each\n│  └─ licenseFile: ./node_modules/async-each/README.md\n├─ async@0.2.10\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/caolan/async\n│  ├─ publisher: Caolan McMahon\n│  ├─ path: ./node_modules/string-replace-webpack-plugin/node_modules/async\n│  └─ licenseFile: ./node_modules/string-replace-webpack-plugin/node_modules/async/LICENSE\n├─ async@1.5.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/caolan/async\n│  ├─ publisher: Caolan McMahon\n│  ├─ path: ./node_modules/portscanner/node_modules/async\n│  └─ licenseFile: ./node_modules/portscanner/node_modules/async/LICENSE\n├─ async@2.6.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/caolan/async\n│  ├─ publisher: Caolan McMahon\n│  ├─ path: ./node_modules/async\n│  └─ licenseFile: ./node_modules/async/LICENSE\n├─ asynckit@0.4.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/alexindigo/asynckit\n│  ├─ publisher: Alex Indigo\n│  ├─ email: iam@alexindigo.com\n│  ├─ path: ./node_modules/asynckit\n│  └─ licenseFile: ./node_modules/asynckit/LICENSE\n├─ autoprefixer@6.7.7\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/postcss/autoprefixer\n│  ├─ publisher: Andrey Sitnik\n│  ├─ email: andrey@sitnik.ru\n│  ├─ path: ./node_modules/autoprefixer\n│  └─ licenseFile: ./node_modules/autoprefixer/LICENSE\n├─ aws-sign2@0.6.0\n│  ├─ licenses: Apache-2.0\n│  ├─ repository: https://github.com/mikeal/aws-sign\n│  ├─ publisher: Mikeal Rogers\n│  ├─ email: mikeal.rogers@gmail.com\n│  ├─ url: http://www.futurealoof.com\n│  ├─ path: ./node_modules/aws-sign2\n│  └─ licenseFile: ./node_modules/aws-sign2/LICENSE\n├─ aws4@1.6.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/mhart/aws4\n│  ├─ publisher: Michael Hart\n│  ├─ email: michael.hart.au@gmail.com\n│  ├─ url: http://github.com/mhart\n│  ├─ path: ./node_modules/aws4\n│  └─ licenseFile: ./node_modules/aws4/LICENSE\n├─ axe-core@2.2.0\n│  ├─ licenses: MPL-2.0\n│  ├─ repository: https://github.com/dequelabs/axe-core\n│  ├─ path: ./node_modules/axe-core\n│  └─ licenseFile: ./node_modules/axe-core/LICENSE\n├─ babar@0.0.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/stephan83/babar\n│  ├─ publisher: Stephan Florquin\n│  ├─ path: ./node_modules/babar\n│  └─ licenseFile: ./node_modules/babar/LICENSE\n├─ babel-code-frame@6.26.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-code-frame\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babel-code-frame\n│  └─ licenseFile: ./node_modules/babel-code-frame/README.md\n├─ babel-core@6.26.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-core\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babel-core\n│  └─ licenseFile: ./node_modules/babel-core/README.md\n├─ babel-generator@6.26.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-generator\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babel-generator\n│  └─ licenseFile: ./node_modules/babel-generator/README.md\n├─ babel-helper-evaluate-path@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-evaluate-path\n│  ├─ publisher: boopathi\n│  ├─ path: ./node_modules/babel-helper-evaluate-path\n│  └─ licenseFile: ./node_modules/babel-helper-evaluate-path/README.md\n├─ babel-helper-flip-expressions@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-flip-expressions\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-helper-flip-expressions\n│  └─ licenseFile: ./node_modules/babel-helper-flip-expressions/README.md\n├─ babel-helper-is-nodes-equiv@0.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babili/tree/master/packages/babel-helper-is-nodes-equiv\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-helper-is-nodes-equiv\n│  └─ licenseFile: ./node_modules/babel-helper-is-nodes-equiv/README.md\n├─ babel-helper-is-void-0@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-is-void-0\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-helper-is-void-0\n│  └─ licenseFile: ./node_modules/babel-helper-is-void-0/README.md\n├─ babel-helper-mark-eval-scopes@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-mark-eval-scopes\n│  ├─ publisher: boopathi\n│  ├─ path: ./node_modules/babel-helper-mark-eval-scopes\n│  └─ licenseFile: ./node_modules/babel-helper-mark-eval-scopes/README.md\n├─ babel-helper-remove-or-void@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-remove-or-void\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-helper-remove-or-void\n│  └─ licenseFile: ./node_modules/babel-helper-remove-or-void/README.md\n├─ babel-helper-to-multiple-sequence-expressions@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-to-multiple-sequence-expressions\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-helper-to-multiple-sequence-expressions\n│  └─ licenseFile: ./node_modules/babel-helper-to-multiple-sequence-expressions/README.md\n├─ babel-helpers@6.24.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helpers\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babel-helpers\n│  └─ licenseFile: ./node_modules/babel-helpers/README.md\n├─ babel-messages@6.23.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-messages\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babel-messages\n│  └─ licenseFile: ./node_modules/babel-messages/README.md\n├─ babel-minify-webpack-plugin@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/webpack-contrib/babel-minify-webpack-plugin\n│  ├─ publisher: boopathi\n│  ├─ path: ./node_modules/babel-minify-webpack-plugin\n│  └─ licenseFile: ./node_modules/babel-minify-webpack-plugin/LICENSE\n├─ babel-plugin-minify-builtins@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-builtins\n│  ├─ publisher: Vignesh Shanmugam\n│  ├─ email: vignesh.shanmugam22@gmail.com\n│  ├─ url: https://vigneshh.in\n│  ├─ path: ./node_modules/babel-plugin-minify-builtins\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-builtins/README.md\n├─ babel-plugin-minify-constant-folding@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-constant-folding\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-minify-constant-folding\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-constant-folding/README.md\n├─ babel-plugin-minify-dead-code-elimination@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-dead-code-elimination\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-minify-dead-code-elimination\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-dead-code-elimination/README.md\n├─ babel-plugin-minify-flip-comparisons@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-flip-comparisons\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-minify-flip-comparisons\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-flip-comparisons/README.md\n├─ babel-plugin-minify-guarded-expressions@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-guarded-expressions\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-minify-guarded-expressions\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-guarded-expressions/README.md\n├─ babel-plugin-minify-infinity@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-infinity\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-minify-infinity\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-infinity/README.md\n├─ babel-plugin-minify-mangle-names@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-mangle-names\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-minify-mangle-names\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-mangle-names/README.md\n├─ babel-plugin-minify-numeric-literals@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-numeric-literals\n│  ├─ publisher: kangax\n│  ├─ path: ./node_modules/babel-plugin-minify-numeric-literals\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-numeric-literals/README.md\n├─ babel-plugin-minify-replace@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-replace\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-minify-replace\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-replace/README.md\n├─ babel-plugin-minify-simplify@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-simplify\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-minify-simplify\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-simplify/README.md\n├─ babel-plugin-minify-type-constructors@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-type-constructors\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-minify-type-constructors\n│  └─ licenseFile: ./node_modules/babel-plugin-minify-type-constructors/README.md\n├─ babel-plugin-transform-inline-consecutive-adds@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-inline-consecutive-adds\n│  ├─ publisher: shinew\n│  ├─ path: ./node_modules/babel-plugin-transform-inline-consecutive-adds\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-inline-consecutive-adds/README.md\n├─ babel-plugin-transform-member-expression-literals@6.8.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-member-expression-literals\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-transform-member-expression-literals\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-member-expression-literals/README.md\n├─ babel-plugin-transform-merge-sibling-variables@6.8.6\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-merge-sibling-variables\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-transform-merge-sibling-variables\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-merge-sibling-variables/README.md\n├─ babel-plugin-transform-minify-booleans@6.8.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-minify-booleans\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-transform-minify-booleans\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-minify-booleans/README.md\n├─ babel-plugin-transform-property-literals@6.8.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-property-literals\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-transform-property-literals\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-property-literals/README.md\n├─ babel-plugin-transform-regexp-constructors@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-regexp-constructors\n│  ├─ publisher: shinew\n│  ├─ path: ./node_modules/babel-plugin-transform-regexp-constructors\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-regexp-constructors/README.md\n├─ babel-plugin-transform-remove-console@6.8.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-console\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-transform-remove-console\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-remove-console/README.md\n├─ babel-plugin-transform-remove-debugger@6.8.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-debugger\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-transform-remove-debugger\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-remove-debugger/README.md\n├─ babel-plugin-transform-remove-undefined@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-undefined\n│  ├─ publisher: shinew\n│  ├─ path: ./node_modules/babel-plugin-transform-remove-undefined\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-remove-undefined/README.md\n├─ babel-plugin-transform-simplify-comparison-operators@6.8.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-simplify-comparison-operators\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-transform-simplify-comparison-operators\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-simplify-comparison-operators/README.md\n├─ babel-plugin-transform-undefined-to-void@6.8.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-undefined-to-void\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-plugin-transform-undefined-to-void\n│  └─ licenseFile: ./node_modules/babel-plugin-transform-undefined-to-void/README.md\n├─ babel-preset-minify@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-preset-minify\n│  ├─ publisher: amasad\n│  ├─ path: ./node_modules/babel-preset-minify\n│  └─ licenseFile: ./node_modules/babel-preset-minify/README.md\n├─ babel-register@6.26.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-register\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babel-register\n│  └─ licenseFile: ./node_modules/babel-register/README.md\n├─ babel-runtime@6.26.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-runtime\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babel-runtime\n│  └─ licenseFile: ./node_modules/babel-runtime/README.md\n├─ babel-template@6.26.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-template\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babel-template\n│  └─ licenseFile: ./node_modules/babel-template/README.md\n├─ babel-traverse@6.26.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-traverse\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babel-traverse\n│  └─ licenseFile: ./node_modules/babel-traverse/README.md\n├─ babel-types@6.26.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-types\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babel-types\n│  └─ licenseFile: ./node_modules/babel-types/README.md\n├─ babylon@6.18.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/babel/babylon\n│  ├─ publisher: Sebastian McKenzie\n│  ├─ email: sebmck@gmail.com\n│  ├─ path: ./node_modules/babylon\n│  └─ licenseFile: ./node_modules/babylon/LICENSE\n├─ backo2@1.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/mokesmokes/backo\n│  ├─ path: ./node_modules/backo2\n│  └─ licenseFile: ./node_modules/backo2/Readme.md\n├─ balanced-match@0.4.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/juliangruber/balanced-match\n│  ├─ publisher: Julian Gruber\n│  ├─ email: mail@juliangruber.com\n│  ├─ url: http://juliangruber.com\n│  ├─ path: ./node_modules/balanced-match\n│  └─ licenseFile: ./node_modules/balanced-match/LICENSE.md\n├─ balanced-match@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/juliangruber/balanced-match\n│  ├─ publisher: Julian Gruber\n│  ├─ email: mail@juliangruber.com\n│  ├─ url: http://juliangruber.com\n│  ├─ path: ./node_modules/brace-expansion/node_modules/balanced-match\n│  └─ licenseFile: ./node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md\n├─ base62@0.1.1\n│  ├─ licenses: MIT*\n│  ├─ repository: https://github.com/andrew/base62.js\n│  ├─ publisher: Andrew Nesbitt\n│  ├─ email: andrewnez@gmail.com\n│  ├─ url: http://andrew-nesbitt.com/\n│  ├─ path: ./node_modules/base62\n│  └─ licenseFile: ./node_modules/base62/LICENSE\n├─ base64-arraybuffer@0.1.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/niklasvh/base64-arraybuffer\n│  ├─ publisher: Niklas von Hertzen\n│  ├─ email: niklasvh@gmail.com\n│  ├─ url: http://hertzen.com\n│  ├─ path: ./node_modules/base64-arraybuffer\n│  └─ licenseFile: ./node_modules/base64-arraybuffer/README.md\n├─ base64-js@1.2.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/beatgammit/base64-js\n│  ├─ publisher: T. Jameson Little\n│  ├─ email: t.jameson.little@gmail.com\n│  ├─ path: ./node_modules/base64-js\n│  └─ licenseFile: ./node_modules/base64-js/LICENSE\n├─ base64id@0.1.0\n│  ├─ licenses: UNKNOWN\n│  ├─ repository: https://github.com/faeldt/base64id\n│  ├─ publisher: Kristian Faeldt\n│  ├─ email: faeldt_kristian@cyberagent.co.jp\n│  ├─ path: ./node_modules/base64id\n│  └─ licenseFile: ./node_modules/base64id/README.md\n├─ batch@0.5.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/visionmedia/batch\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/batch\n│  └─ licenseFile: ./node_modules/batch/Readme.md\n├─ bcrypt-pbkdf@1.0.1\n│  ├─ licenses: BSD-3-Clause\n│  ├─ path: ./node_modules/bcrypt-pbkdf\n│  └─ licenseFile: ./node_modules/bcrypt-pbkdf/README.md\n├─ better-assert@1.0.2\n│  ├─ licenses: MIT*\n│  ├─ repository: https://github.com/visionmedia/better-assert\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/better-assert\n│  └─ licenseFile: ./node_modules/better-assert/Readme.md\n├─ big.js@3.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/MikeMcl/big.js\n│  ├─ publisher: Michael Mclaughlin\n│  ├─ email: M8ch88l@gmail.com\n│  ├─ path: ./node_modules/big.js\n│  └─ licenseFile: ./node_modules/big.js/LICENCE\n├─ binary-extensions@1.11.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/binary-extensions\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/binary-extensions\n│  └─ licenseFile: ./node_modules/binary-extensions/license\n├─ blob@0.0.4\n│  ├─ licenses: MIT*\n│  ├─ repository: https://github.com/rase-/blob\n│  ├─ path: ./node_modules/blob\n│  └─ licenseFile: ./node_modules/blob/README.md\n├─ block-stream@0.0.9\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/isaacs/block-stream\n│  ├─ publisher: Isaac Z. Schlueter\n│  ├─ email: i@izs.me\n│  ├─ url: http://blog.izs.me/\n│  ├─ path: ./node_modules/block-stream\n│  └─ licenseFile: ./node_modules/block-stream/LICENSE\n├─ bn.js@4.11.8\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/indutny/bn.js\n│  ├─ publisher: Fedor Indutny\n│  ├─ email: fedor@indutny.com\n│  ├─ path: ./node_modules/bn.js\n│  └─ licenseFile: ./node_modules/bn.js/README.md\n├─ boom@2.10.1\n│  ├─ licenses: BSD-3-Clause\n│  ├─ repository: https://github.com/hapijs/boom\n│  ├─ path: ./node_modules/boom\n│  └─ licenseFile: ./node_modules/boom/LICENSE\n├─ boxen@1.3.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/boxen\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/boxen\n│  └─ licenseFile: ./node_modules/boxen/license\n├─ brace-expansion@1.1.7\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/juliangruber/brace-expansion\n│  ├─ publisher: Julian Gruber\n│  ├─ email: mail@juliangruber.com\n│  ├─ url: http://juliangruber.com\n│  ├─ path: ./node_modules/fsevents/node_modules/brace-expansion\n│  └─ licenseFile: ./node_modules/fsevents/node_modules/brace-expansion/README.md\n├─ brace-expansion@1.1.8\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/juliangruber/brace-expansion\n│  ├─ publisher: Julian Gruber\n│  ├─ email: mail@juliangruber.com\n│  ├─ url: http://juliangruber.com\n│  ├─ path: ./node_modules/brace-expansion\n│  └─ licenseFile: ./node_modules/brace-expansion/README.md\n├─ braces@1.8.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jonschlinkert/braces\n│  ├─ publisher: Jon Schlinkert\n│  ├─ url: https://github.com/jonschlinkert\n│  ├─ path: ./node_modules/braces\n│  └─ licenseFile: ./node_modules/braces/LICENSE\n├─ brorand@1.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/indutny/brorand\n│  ├─ publisher: Fedor Indutny\n│  ├─ email: fedor@indutny.com\n│  ├─ path: ./node_modules/brorand\n│  └─ licenseFile: ./node_modules/brorand/README.md\n├─ browser-sync-client@2.5.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/shakyshane/browser-sync-client\n│  ├─ publisher: Shane Osbourne\n│  ├─ email: shane.osbourne8@gmail.com\n│  ├─ path: ./node_modules/browser-sync-client\n│  └─ licenseFile: ./node_modules/browser-sync-client/README.md\n├─ browser-sync-ui@0.6.3\n│  ├─ licenses: Apache-2.0\n│  ├─ repository: https://github.com/BrowserSync/UI\n│  ├─ publisher: Shane Osbourne\n│  ├─ path: ./node_modules/browser-sync-ui\n│  └─ licenseFile: ./node_modules/browser-sync-ui/LICENSE\n├─ browser-sync-webpack-plugin@1.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/Va1/browser-sync-webpack-plugin\n│  ├─ publisher: Valentyn Barmashyn\n│  ├─ email: valpreacher@gmail.com\n│  ├─ path: ./node_modules/browser-sync-webpack-plugin\n│  └─ licenseFile: ./node_modules/browser-sync-webpack-plugin/LICENCE\n├─ browser-sync@2.18.13\n│  ├─ licenses: Apache-2.0\n│  ├─ repository: https://github.com/Browsersync/browser-sync\n│  ├─ publisher: Shane Osbourne\n│  ├─ path: ./node_modules/browser-sync\n│  └─ licenseFile: ./node_modules/browser-sync/LICENSE\n├─ browserify-aes@1.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/browserify-aes\n│  ├─ path: ./node_modules/browserify-aes\n│  └─ licenseFile: ./node_modules/browserify-aes/LICENSE\n├─ browserify-cipher@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/browserify-cipher\n│  ├─ publisher: Calvin Metcalf\n│  ├─ email: calvin.metcalf@gmail.com\n│  ├─ path: ./node_modules/browserify-cipher\n│  └─ licenseFile: ./node_modules/browserify-cipher/readme.md\n├─ browserify-des@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/browserify-des\n│  ├─ publisher: Calvin Metcalf\n│  ├─ email: calvin.metcalf@gmail.com\n│  ├─ path: ./node_modules/browserify-des\n│  └─ licenseFile: ./node_modules/browserify-des/readme.md\n├─ browserify-rsa@4.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/browserify-rsa\n│  ├─ path: ./node_modules/browserify-rsa\n│  └─ licenseFile: ./node_modules/browserify-rsa/LICENSE\n├─ browserify-sign@4.0.4\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/crypto-browserify/browserify-sign\n│  ├─ path: ./node_modules/browserify-sign\n│  └─ licenseFile: ./node_modules/browserify-sign/LICENSE\n├─ browserify-zlib@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/devongovett/browserify-zlib\n│  ├─ publisher: Devon Govett\n│  ├─ email: devongovett@gmail.com\n│  ├─ path: ./node_modules/browserify-zlib\n│  └─ licenseFile: ./node_modules/browserify-zlib/LICENSE\n├─ browserslist@1.7.7\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/ai/browserslist\n│  ├─ publisher: Andrey Sitnik\n│  ├─ email: andrey@sitnik.ru\n│  ├─ path: ./node_modules/browserslist\n│  └─ licenseFile: ./node_modules/browserslist/LICENSE\n├─ bs-recipes@1.3.4\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/BrowserSync/recipes\n│  ├─ publisher: Shane Osbourne\n│  ├─ path: ./node_modules/bs-recipes\n│  └─ licenseFile: ./node_modules/bs-recipes/readme.md\n├─ buffer-shims@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/calvinmetcalf/buffer-shims\n│  ├─ path: ./node_modules/fsevents/node_modules/buffer-shims\n│  └─ licenseFile: ./node_modules/fsevents/node_modules/buffer-shims/license.md\n├─ buffer-xor@1.0.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/buffer-xor\n│  ├─ publisher: Daniel Cousens\n│  ├─ path: ./node_modules/buffer-xor\n│  └─ licenseFile: ./node_modules/buffer-xor/LICENSE\n├─ buffer@4.9.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/feross/buffer\n│  ├─ publisher: Feross Aboukhadijeh\n│  ├─ email: feross@feross.org\n│  ├─ url: http://feross.org\n│  ├─ path: ./node_modules/buffer\n│  └─ licenseFile: ./node_modules/buffer/LICENSE\n├─ builtin-modules@1.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/builtin-modules\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/builtin-modules\n│  └─ licenseFile: ./node_modules/builtin-modules/license\n├─ builtin-status-codes@3.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/bendrucker/builtin-status-codes\n│  ├─ publisher: Ben Drucker\n│  ├─ email: bvdrucker@gmail.com\n│  ├─ url: bendrucker.me\n│  ├─ path: ./node_modules/builtin-status-codes\n│  └─ licenseFile: ./node_modules/builtin-status-codes/license\n├─ caller-path@0.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/caller-path\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: http://sindresorhus.com\n│  ├─ path: ./node_modules/caller-path\n│  └─ licenseFile: ./node_modules/caller-path/readme.md\n├─ callsite@1.0.0\n│  ├─ licenses: MIT*\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/callsite\n│  └─ licenseFile: ./node_modules/callsite/Readme.md\n├─ callsites@0.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/callsites\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: http://sindresorhus.com\n│  ├─ path: ./node_modules/callsites\n│  └─ licenseFile: ./node_modules/callsites/readme.md\n├─ camel-case@3.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/blakeembrey/camel-case\n│  ├─ publisher: Blake Embrey\n│  ├─ email: hello@blakeembrey.com\n│  ├─ url: http://blakeembrey.me\n│  ├─ path: ./node_modules/camel-case\n│  └─ licenseFile: ./node_modules/camel-case/LICENSE\n├─ camelcase-keys@2.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/camelcase-keys\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: http://sindresorhus.com\n│  ├─ path: ./node_modules/camelcase-keys\n│  └─ licenseFile: ./node_modules/camelcase-keys/license\n├─ camelcase@1.2.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/camelcase\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: http://sindresorhus.com\n│  ├─ path: ./node_modules/uglify-js/node_modules/camelcase\n│  └─ licenseFile: ./node_modules/uglify-js/node_modules/camelcase/license\n├─ camelcase@2.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/camelcase\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: http://sindresorhus.com\n│  ├─ path: ./node_modules/camelcase-keys/node_modules/camelcase\n│  └─ licenseFile: ./node_modules/camelcase-keys/node_modules/camelcase/license\n├─ camelcase@3.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/camelcase\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: http://sindresorhus.com\n│  ├─ path: ./node_modules/yargs/node_modules/camelcase\n│  └─ licenseFile: ./node_modules/yargs/node_modules/camelcase/license\n├─ camelcase@4.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/camelcase\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/camelcase\n│  └─ licenseFile: ./node_modules/camelcase/license\n├─ caniuse-api@1.6.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/nyalab/caniuse-api\n│  ├─ path: ./node_modules/caniuse-api\n│  └─ licenseFile: ./node_modules/caniuse-api/LICENSE\n├─ caniuse-db@1.0.30000783\n│  ├─ licenses: CC-BY-4.0\n│  ├─ repository: https://github.com/Fyrd/caniuse\n│  ├─ publisher: Alexis Deveria\n│  ├─ email: adeveria@gmail.com\n│  ├─ path: ./node_modules/caniuse-db\n│  └─ licenseFile: ./node_modules/caniuse-db/LICENSE\n├─ capture-stack-trace@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/floatdrop/capture-stack-trace\n│  ├─ publisher: Vsevolod Strukchinsky\n│  ├─ email: floatdrop@gmail.com\n│  ├─ url: github.com/floatdrop\n│  ├─ path: ./node_modules/capture-stack-trace\n│  └─ licenseFile: ./node_modules/capture-stack-trace/readme.md\n├─ caseless@0.12.0\n│  ├─ licenses: Apache-2.0\n│  ├─ repository: https://github.com/mikeal/caseless\n│  ├─ publisher: Mikeal Rogers\n│  ├─ email: mikeal.rogers@gmail.com\n│  ├─ path: ./node_modules/caseless\n│  └─ licenseFile: ./node_modules/caseless/LICENSE\n├─ center-align@0.1.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jonschlinkert/center-align\n│  ├─ publisher: Jon Schlinkert\n│  ├─ url: https://github.com/jonschlinkert\n│  ├─ path: ./node_modules/center-align\n│  └─ licenseFile: ./node_modules/center-align/LICENSE\n├─ chalk@0.5.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/chalk\n│  ├─ path: ./node_modules/license-checker/node_modules/chalk\n│  └─ licenseFile: ./node_modules/license-checker/node_modules/chalk/readme.md\n├─ chalk@1.1.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/chalk/chalk\n│  ├─ path: ./node_modules/chalk\n│  └─ licenseFile: ./node_modules/chalk/license\n├─ chalk@2.3.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/chalk/chalk\n│  ├─ path: ./node_modules/icss-utils/node_modules/chalk\n│  └─ licenseFile: ./node_modules/icss-utils/node_modules/chalk/license\n├─ chardet@0.4.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/runk/node-chardet\n│  ├─ publisher: Dmitry Shirokov\n│  ├─ email: deadrunk@gmail.com\n│  ├─ path: ./node_modules/chardet\n│  └─ licenseFile: ./node_modules/chardet/LICENSE\n├─ chokidar@1.7.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/paulmillr/chokidar\n│  ├─ publisher: Paul Miller\n│  ├─ url: http://paulmillr.com\n│  ├─ path: ./node_modules/chokidar\n│  └─ licenseFile: ./node_modules/chokidar/README.md\n├─ chrome-devtools-frontend@1.0.401423\n│  ├─ licenses: BSD*\n│  ├─ repository: https://github.com/ChromeDevTools/devtools-frontend\n│  ├─ publisher: Paul Irish\n│  ├─ path: ./node_modules/devtools-timeline-model/node_modules/chrome-devtools-frontend\n│  └─ licenseFile: ./node_modules/devtools-timeline-model/node_modules/chrome-devtools-frontend/LICENSE\n├─ chrome-devtools-frontend@1.0.422034\n│  ├─ licenses: BSD*\n│  ├─ repository: https://github.com/ChromeDevTools/devtools-frontend\n│  ├─ publisher: The Chromium Authors\n│  ├─ path: ./node_modules/chrome-devtools-frontend\n│  └─ licenseFile: ./node_modules/chrome-devtools-frontend/LICENSE\n├─ chrome-remote-interface@0.23.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/cyrus-and/chrome-remote-interface\n│  ├─ publisher: Andrea Cardaci\n│  ├─ email: cyrus.and@gmail.com\n│  ├─ path: ./node_modules/chrome-remote-interface\n│  └─ licenseFile: ./node_modules/chrome-remote-interface/LICENSE\n├─ ci-info@1.1.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/watson/ci-info\n│  ├─ publisher: Thomas Watson Steen\n│  ├─ email: w@tson.dk\n│  ├─ url: https://twitter.com/wa7son\n│  ├─ path: ./node_modules/ci-info\n│  └─ licenseFile: ./node_modules/ci-info/LICENSE\n├─ cipher-base@1.0.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/cipher-base\n│  ├─ publisher: Calvin Metcalf\n│  ├─ email: calvin.metcalf@gmail.com\n│  ├─ path: ./node_modules/cipher-base\n│  └─ licenseFile: ./node_modules/cipher-base/LICENSE\n├─ circular-json@0.3.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/WebReflection/circular-json\n│  ├─ publisher: Andrea Giammarchi\n│  ├─ url: http://webreflection.blogspot.com/\n│  ├─ path: ./node_modules/circular-json\n│  └─ licenseFile: ./node_modules/circular-json/LICENSE.txt\n├─ clap@1.2.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/lahmatiy/clap\n│  ├─ publisher: Roman Dvornov\n│  ├─ email: rdvornov@gmail.com\n│  ├─ path: ./node_modules/clap\n│  └─ licenseFile: ./node_modules/clap/LICENSE\n├─ clean-css@4.1.9\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jakubpawlowicz/clean-css\n│  ├─ publisher: Jakub Pawlowicz\n│  ├─ email: contact@jakubpawlowicz.com\n│  ├─ url: http://twitter.com/jakubpawlowicz\n│  ├─ path: ./node_modules/clean-css\n│  └─ licenseFile: ./node_modules/clean-css/LICENSE\n├─ cli-boxes@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/cli-boxes\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/cli-boxes\n│  └─ licenseFile: ./node_modules/cli-boxes/license\n├─ cli-cursor@1.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/cli-cursor\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/cli-cursor\n│  └─ licenseFile: ./node_modules/cli-cursor/license\n├─ cli-cursor@2.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/cli-cursor\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/inquirer/node_modules/cli-cursor\n│  └─ licenseFile: ./node_modules/inquirer/node_modules/cli-cursor/license\n├─ cli-spinners@0.1.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/cli-spinners\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/cli-spinners\n│  └─ licenseFile: ./node_modules/cli-spinners/license\n├─ cli-truncate@0.2.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/cli-truncate\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/cli-truncate\n│  └─ licenseFile: ./node_modules/cli-truncate/license\n├─ cli-width@2.2.0\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/knownasilya/cli-width\n│  ├─ publisher: Ilya Radchenko\n│  ├─ email: ilya@burstcreations.com\n│  ├─ path: ./node_modules/cli-width\n│  └─ licenseFile: ./node_modules/cli-width/LICENSE\n├─ cliui@2.1.0\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/bcoe/cliui\n│  ├─ publisher: Ben Coe\n│  ├─ email: ben@npmjs.com\n│  ├─ path: ./node_modules/uglify-js/node_modules/cliui\n│  └─ licenseFile: ./node_modules/uglify-js/node_modules/cliui/LICENSE.txt\n├─ cliui@3.2.0\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/yargs/cliui\n│  ├─ publisher: Ben Coe\n│  ├─ email: ben@npmjs.com\n│  ├─ path: ./node_modules/cliui\n│  └─ licenseFile: ./node_modules/cliui/LICENSE.txt\n├─ clone@1.0.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/pvorb/node-clone\n│  ├─ publisher: Paul Vorbach\n│  ├─ email: paul@vorba.ch\n│  ├─ url: http://paul.vorba.ch/\n│  ├─ path: ./node_modules/clone\n│  └─ licenseFile: ./node_modules/clone/LICENSE\n├─ co@4.6.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/tj/co\n│  ├─ path: ./node_modules/co\n│  └─ licenseFile: ./node_modules/co/LICENSE\n├─ coa@1.0.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/veged/coa\n│  ├─ publisher: Sergey Berezhnoy\n│  ├─ email: veged@ya.ru\n│  ├─ url: http://github.com/veged\n│  ├─ path: ./node_modules/coa\n│  └─ licenseFile: ./node_modules/coa/README.md\n├─ code-point-at@1.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/code-point-at\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/code-point-at\n│  └─ licenseFile: ./node_modules/code-point-at/license\n├─ color-convert@1.9.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/Qix-/color-convert\n│  ├─ publisher: Heather Arthur\n│  ├─ email: fayearthur@gmail.com\n│  ├─ path: ./node_modules/color-convert\n│  └─ licenseFile: ./node_modules/color-convert/LICENSE\n├─ color-name@1.1.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/dfcreative/color-name\n│  ├─ publisher: DY\n│  ├─ email: dfcreative@gmail.com\n│  ├─ path: ./node_modules/color-name\n│  └─ licenseFile: ./node_modules/color-name/LICENSE\n├─ color-string@0.3.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/harthur/color-string\n│  ├─ publisher: Heather Arthur\n│  ├─ email: fayearthur@gmail.com\n│  ├─ path: ./node_modules/color-string\n│  └─ licenseFile: ./node_modules/color-string/LICENSE\n├─ color@0.11.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/Qix-/color\n│  ├─ path: ./node_modules/color\n│  └─ licenseFile: ./node_modules/color/LICENSE\n├─ colormin@1.1.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/ben-eb/colormin\n│  ├─ publisher: Ben Briggs\n│  ├─ email: beneb.info@gmail.com\n│  ├─ url: http://beneb.info\n│  ├─ path: ./node_modules/colormin\n│  └─ licenseFile: ./node_modules/colormin/README.md\n├─ colors@0.6.2\n│  ├─ licenses: Custom: http://i.imgur.com/goJdO.png\n│  ├─ repository: https://github.com/Marak/colors.js\n│  ├─ publisher: Marak Squires\n│  ├─ path: ./node_modules/colors\n│  └─ licenseFile: ./node_modules/colors/ReadMe.md\n├─ colors@1.1.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/Marak/colors.js\n│  ├─ publisher: Marak Squires\n│  ├─ path: ./node_modules/svgo/node_modules/colors\n│  └─ licenseFile: ./node_modules/svgo/node_modules/colors/LICENSE\n├─ combined-stream@1.0.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/felixge/node-combined-stream\n│  ├─ publisher: Felix Geisendörfer\n│  ├─ email: felix@debuggable.com\n│  ├─ url: http://debuggable.com/\n│  ├─ path: ./node_modules/combined-stream\n│  └─ licenseFile: ./node_modules/combined-stream/License\n├─ command-line-args@4.0.7\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/75lb/command-line-args\n│  ├─ publisher: Lloyd Brookes\n│  ├─ email: 75pound@gmail.com\n│  ├─ path: ./node_modules/command-line-args\n│  └─ licenseFile: ./node_modules/command-line-args/LICENSE\n├─ command-line-usage@4.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/75lb/command-line-usage\n│  ├─ publisher: Lloyd Brookes\n│  ├─ email: 75pound@gmail.com\n│  ├─ path: ./node_modules/command-line-usage\n│  └─ licenseFile: ./node_modules/command-line-usage/LICENSE\n├─ commander@2.1.0\n│  ├─ licenses: MIT*\n│  ├─ repository: https://github.com/visionmedia/commander.js\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/chrome-remote-interface/node_modules/commander\n│  └─ licenseFile: ./node_modules/chrome-remote-interface/node_modules/commander/Readme.md\n├─ commander@2.12.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/tj/commander.js\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/commander\n│  └─ licenseFile: ./node_modules/commander/LICENSE\n├─ component-bind@1.0.0\n│  ├─ licenses: MIT*\n│  ├─ repository: https://github.com/component/bind\n│  ├─ path: ./node_modules/component-bind\n│  └─ licenseFile: ./node_modules/component-bind/Readme.md\n├─ component-emitter@1.1.2\n│  ├─ licenses: MIT*\n│  ├─ repository: https://github.com/component/emitter\n│  ├─ path: ./node_modules/socket.io-parser/node_modules/component-emitter\n│  └─ licenseFile: ./node_modules/socket.io-parser/node_modules/component-emitter/Readme.md\n├─ component-emitter@1.2.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/component/emitter\n│  ├─ path: ./node_modules/component-emitter\n│  └─ licenseFile: ./node_modules/component-emitter/LICENSE\n├─ component-inherit@0.0.3\n│  ├─ licenses: MIT*\n│  ├─ repository: https://github.com/component/inherit\n│  ├─ path: ./node_modules/component-inherit\n│  └─ licenseFile: ./node_modules/component-inherit/Readme.md\n├─ concat-map@0.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/substack/node-concat-map\n│  ├─ publisher: James Halliday\n│  ├─ email: mail@substack.net\n│  ├─ url: http://substack.net\n│  ├─ path: ./node_modules/concat-map\n│  └─ licenseFile: ./node_modules/concat-map/LICENSE\n├─ concat-stream@1.6.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/maxogden/concat-stream\n│  ├─ publisher: Max Ogden\n│  ├─ email: max@maxogden.com\n│  ├─ path: ./node_modules/concat-stream\n│  └─ licenseFile: ./node_modules/concat-stream/LICENSE\n├─ configstore@3.1.1\n│  ├─ licenses: BSD-2-Clause\n│  ├─ repository: https://github.com/yeoman/configstore\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/configstore\n│  └─ licenseFile: ./node_modules/configstore/readme.md\n├─ connect-history-api-fallback@1.5.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/bripkens/connect-history-api-fallback\n│  ├─ publisher: Ben Ripkens\n│  ├─ email: bripkens.dev@gmail.com\n│  ├─ url: http://bripkens.de\n│  ├─ path: ./node_modules/connect-history-api-fallback\n│  └─ licenseFile: ./node_modules/connect-history-api-fallback/LICENSE\n├─ connect@1.9.2\n│  ├─ licenses: MIT*\n│  ├─ repository: https://github.com/senchalabs/connect\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ url: http://tjholowaychuk.com\n│  ├─ path: ./node_modules/express/node_modules/connect\n│  └─ licenseFile: ./node_modules/express/node_modules/connect/LICENSE\n├─ connect@3.5.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/senchalabs/connect\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ url: http://tjholowaychuk.com\n│  ├─ path: ./node_modules/connect\n│  └─ licenseFile: ./node_modules/connect/LICENSE\n├─ connect@3.6.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/senchalabs/connect\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ url: http://tjholowaychuk.com\n│  ├─ path: ./node_modules/node-faux-pas/node_modules/connect\n│  └─ licenseFile: ./node_modules/node-faux-pas/node_modules/connect/LICENSE\n├─ console-browserify@1.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/Raynos/console-browserify\n│  ├─ publisher: Raynos\n│  ├─ email: raynos2@gmail.com\n│  ├─ path: ./node_modules/console-browserify\n│  └─ licenseFile: ./node_modules/console-browserify/LICENCE\n├─ console-control-strings@1.1.0\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/iarna/console-control-strings\n│  ├─ publisher: Rebecca Turner\n│  ├─ email: me@re-becca.org\n│  ├─ url: http://re-becca.org/\n│  ├─ path: ./node_modules/console-control-strings\n│  └─ licenseFile: ./node_modules/console-control-strings/LICENSE\n├─ constants-browserify@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/juliangruber/constants-browserify\n│  ├─ publisher: Julian Gruber\n│  ├─ email: julian@juliangruber.com\n│  ├─ url: http://juliangruber.com\n│  ├─ path: ./node_modules/constants-browserify\n│  └─ licenseFile: ./node_modules/constants-browserify/README.md\n├─ convert-source-map@1.5.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/thlorenz/convert-source-map\n│  ├─ publisher: Thorsten Lorenz\n│  ├─ email: thlorenz@gmx.de\n│  ├─ url: http://thlorenz.com\n│  ├─ path: ./node_modules/convert-source-map\n│  └─ licenseFile: ./node_modules/convert-source-map/LICENSE\n├─ cookie@0.3.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jshttp/cookie\n│  ├─ publisher: Roman Shtylman\n│  ├─ email: shtylman@gmail.com\n│  ├─ path: ./node_modules/cookie\n│  └─ licenseFile: ./node_modules/cookie/LICENSE\n├─ core-js@2.5.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/zloirock/core-js\n│  ├─ path: ./node_modules/core-js\n│  └─ licenseFile: ./node_modules/core-js/LICENSE\n├─ core-util-is@1.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/isaacs/core-util-is\n│  ├─ publisher: Isaac Z. Schlueter\n│  ├─ email: i@izs.me\n│  ├─ url: http://blog.izs.me/\n│  ├─ path: ./node_modules/core-util-is\n│  └─ licenseFile: ./node_modules/core-util-is/LICENSE\n├─ cosmiconfig@3.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/davidtheclark/cosmiconfig\n│  ├─ publisher: David Clark\n│  ├─ email: david.dave.clark@gmail.com\n│  ├─ path: ./node_modules/cosmiconfig\n│  └─ licenseFile: ./node_modules/cosmiconfig/LICENSE\n├─ create-ecdh@4.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/createECDH\n│  ├─ publisher: Calvin Metcalf\n│  ├─ path: ./node_modules/create-ecdh\n│  └─ licenseFile: ./node_modules/create-ecdh/readme.md\n├─ create-error-class@3.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/floatdrop/create-error-class\n│  ├─ publisher: Vsevolod Strukchinsky\n│  ├─ email: floatdrop@gmail.com\n│  ├─ url: github.com/floatdrop\n│  ├─ path: ./node_modules/create-error-class\n│  └─ licenseFile: ./node_modules/create-error-class/license\n├─ create-hash@1.1.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/createHash\n│  ├─ path: ./node_modules/create-hash\n│  └─ licenseFile: ./node_modules/create-hash/readme.md\n├─ create-hmac@1.1.6\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/createHmac\n│  ├─ path: ./node_modules/create-hmac\n│  └─ licenseFile: ./node_modules/create-hmac/README.md\n├─ cross-env@5.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/kentcdodds/cross-env\n│  ├─ publisher: Kent C. Dodds\n│  ├─ email: kent@doddsfamily.us\n│  ├─ url: http://kentcdodds.com/\n│  ├─ path: ./node_modules/cross-env\n│  └─ licenseFile: ./node_modules/cross-env/LICENSE\n├─ cross-spawn@5.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/IndigoUnited/node-cross-spawn\n│  ├─ publisher: IndigoUnited\n│  ├─ email: hello@indigounited.com\n│  ├─ url: http://indigounited.com\n│  ├─ path: ./node_modules/cross-spawn\n│  └─ licenseFile: ./node_modules/cross-spawn/LICENSE\n├─ cryptiles@2.0.5\n│  ├─ licenses: BSD-3-Clause\n│  ├─ repository: https://github.com/hapijs/cryptiles\n│  ├─ path: ./node_modules/cryptiles\n│  └─ licenseFile: ./node_modules/cryptiles/LICENSE\n├─ crypto-browserify@3.12.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/crypto-browserify\n│  ├─ publisher: Dominic Tarr\n│  ├─ email: dominic.tarr@gmail.com\n│  ├─ url: dominictarr.com\n│  ├─ path: ./node_modules/crypto-browserify\n│  └─ licenseFile: ./node_modules/crypto-browserify/LICENSE\n├─ crypto-random-string@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/crypto-random-string\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/crypto-random-string\n│  └─ licenseFile: ./node_modules/crypto-random-string/license\n├─ css-color-names@0.0.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/bahamas10/css-color-names\n│  ├─ publisher: Dave Eddy\n│  ├─ email: dave@daveeddy.com\n│  ├─ url: http://www.daveeddy.com\n│  ├─ path: ./node_modules/css-color-names\n│  └─ licenseFile: ./node_modules/css-color-names/README.md\n├─ css-loader@0.28.7\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/webpack/css-loader\n│  ├─ publisher: Tobias Koppers @sokra\n│  ├─ path: ./node_modules/css-loader\n│  └─ licenseFile: ./node_modules/css-loader/LICENSE\n├─ css-loader@0.9.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/webpack/css-loader\n│  ├─ publisher: Tobias Koppers @sokra\n│  ├─ path: ./node_modules/string-replace-webpack-plugin/node_modules/css-loader\n│  └─ licenseFile: ./node_modules/string-replace-webpack-plugin/node_modules/css-loader/README.md\n├─ css-selector-tokenizer@0.7.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/css-modules/css-selector-tokenizer\n│  ├─ publisher: Tobias Koppers @sokra\n│  ├─ path: ./node_modules/css-selector-tokenizer\n│  └─ licenseFile: ./node_modules/css-selector-tokenizer/README.md\n├─ cssesc@0.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/mathiasbynens/cssesc\n│  ├─ publisher: Mathias Bynens\n│  ├─ url: http://mathiasbynens.be/\n│  ├─ path: ./node_modules/cssesc\n│  └─ licenseFile: ./node_modules/cssesc/README.md\n├─ cssnano@3.10.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/ben-eb/cssnano\n│  ├─ publisher: Ben Briggs\n│  ├─ email: beneb.info@gmail.com\n│  ├─ url: http://beneb.info\n│  ├─ path: ./node_modules/cssnano\n│  └─ licenseFile: ./node_modules/cssnano/README.md\n├─ csso@1.3.12\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/css/csso\n│  ├─ publisher: Sergey Kryzhanovsky\n│  ├─ email: skryzhanovsky@ya.ru\n│  ├─ url: https://github.com/afelix\n│  ├─ path: ./node_modules/csso\n│  └─ licenseFile: ./node_modules/csso/README.md\n├─ csso@2.3.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/css/csso\n│  ├─ publisher: Sergey Kryzhanovsky\n│  ├─ email: skryzhanovsky@ya.ru\n│  ├─ url: https://github.com/afelix\n│  ├─ path: ./node_modules/svgo/node_modules/csso\n│  └─ licenseFile: ./node_modules/svgo/node_modules/csso/LICENSE\n├─ currently-unhandled@0.4.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jamestalmage/currently-unhandled\n│  ├─ publisher: James Talmage\n│  ├─ email: james@talmage.io\n│  ├─ url: github.com/jamestalmage\n│  ├─ path: ./node_modules/currently-unhandled\n│  └─ licenseFile: ./node_modules/currently-unhandled/license\n├─ d@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/medikoo/d\n│  ├─ publisher: Mariusz Nowak\n│  ├─ email: medyk@medikoo.com\n│  ├─ url: http://www.medikoo.com/\n│  ├─ path: ./node_modules/d\n│  └─ licenseFile: ./node_modules/d/LICENSE\n├─ dashdash@1.14.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/trentm/node-dashdash\n│  ├─ publisher: Trent Mick\n│  ├─ email: trentm@gmail.com\n│  ├─ url: http://trentm.com\n│  ├─ path: ./node_modules/dashdash\n│  └─ licenseFile: ./node_modules/dashdash/LICENSE.txt\n├─ date-fns@1.29.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/date-fns/date-fns\n│  ├─ publisher: Sasha Koss\n│  ├─ email: koss@nocorp.me\n│  ├─ path: ./node_modules/date-fns\n│  └─ licenseFile: ./node_modules/date-fns/LICENSE.md\n├─ date-now@0.1.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/Colingo/date-now\n│  ├─ publisher: Raynos\n│  ├─ email: raynos2@gmail.com\n│  ├─ path: ./node_modules/date-now\n│  └─ licenseFile: ./node_modules/date-now/LICENCE\n├─ debug@2.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/visionmedia/debug\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/connect/node_modules/debug\n│  └─ licenseFile: ./node_modules/connect/node_modules/debug/Readme.md\n├─ debug@2.3.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/visionmedia/debug\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/socket.io/node_modules/debug\n│  └─ licenseFile: ./node_modules/socket.io/node_modules/debug/LICENSE\n├─ debug@2.6.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/visionmedia/debug\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/send/node_modules/debug\n│  └─ licenseFile: ./node_modules/send/node_modules/debug/LICENSE\n├─ debug@2.6.8\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/visionmedia/debug\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/localtunnel/node_modules/debug\n│  └─ licenseFile: ./node_modules/localtunnel/node_modules/debug/LICENSE\n├─ debug@2.6.9\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/visionmedia/debug\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/debug\n│  └─ licenseFile: ./node_modules/debug/LICENSE\n├─ debug@3.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/visionmedia/debug\n│  ├─ publisher: TJ Holowaychuk\n│  ├─ email: tj@vision-media.ca\n│  ├─ path: ./node_modules/eslint/node_modules/debug\n│  └─ licenseFile: ./node_modules/eslint/node_modules/debug/LICENSE\n├─ debuglog@1.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sam-github/node-debuglog\n│  ├─ publisher: Sam Roberts\n│  ├─ email: sam@strongloop.com\n│  ├─ path: ./node_modules/debuglog\n│  └─ licenseFile: ./node_modules/debuglog/LICENSE\n├─ decamelize@1.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/decamelize\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/decamelize\n│  └─ licenseFile: ./node_modules/decamelize/license\n├─ dedent@0.7.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/dmnd/dedent\n│  ├─ publisher: Desmond Brand\n│  ├─ email: dmnd@desmondbrand.com\n│  ├─ url: http://desmondbrand.com\n│  ├─ path: ./node_modules/dedent\n│  └─ licenseFile: ./node_modules/dedent/LICENSE\n├─ deep-extend@0.4.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/unclechu/node-deep-extend\n│  ├─ publisher: Viacheslav Lotsmanov\n│  ├─ email: lotsmanov89@gmail.com\n│  ├─ path: ./node_modules/rc/node_modules/deep-extend\n│  └─ licenseFile: ./node_modules/rc/node_modules/deep-extend/LICENSE\n├─ deep-extend@0.5.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/unclechu/node-deep-extend\n│  ├─ publisher: Viacheslav Lotsmanov\n│  ├─ email: lotsmanov89@gmail.com\n│  ├─ path: ./node_modules/deep-extend\n│  └─ licenseFile: ./node_modules/deep-extend/LICENSE\n├─ deep-is@0.1.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/thlorenz/deep-is\n│  ├─ publisher: Thorsten Lorenz\n│  ├─ email: thlorenz@gmx.de\n│  ├─ url: http://thlorenz.com\n│  ├─ path: ./node_modules/deep-is\n│  └─ licenseFile: ./node_modules/deep-is/LICENSE\n├─ defined@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/substack/defined\n│  ├─ publisher: James Halliday\n│  ├─ email: mail@substack.net\n│  ├─ url: http://substack.net\n│  ├─ path: ./node_modules/defined\n│  └─ licenseFile: ./node_modules/defined/LICENSE\n├─ del@2.2.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/del\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/del\n│  └─ licenseFile: ./node_modules/del/license\n├─ delayed-stream@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/felixge/node-delayed-stream\n│  ├─ publisher: Felix Geisendörfer\n│  ├─ email: felix@debuggable.com\n│  ├─ url: http://debuggable.com/\n│  ├─ path: ./node_modules/delayed-stream\n│  └─ licenseFile: ./node_modules/delayed-stream/License\n├─ delegates@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/visionmedia/node-delegates\n│  ├─ path: ./node_modules/delegates\n│  └─ licenseFile: ./node_modules/delegates/License\n├─ depd@1.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/dougwilson/nodejs-depd\n│  ├─ publisher: Douglas Christopher Wilson\n│  ├─ email: doug@somethingdoug.com\n│  ├─ path: ./node_modules/depd\n│  └─ licenseFile: ./node_modules/depd/LICENSE\n├─ des.js@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/indutny/des.js\n│  ├─ publisher: Fedor Indutny\n│  ├─ email: fedor@indutny.com\n│  ├─ path: ./node_modules/des.js\n│  └─ licenseFile: ./node_modules/des.js/README.md\n├─ destroy@1.0.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/stream-utils/destroy\n│  ├─ publisher: Jonathan Ong\n│  ├─ email: me@jongleberry.com\n│  ├─ url: http://jongleberry.com\n│  ├─ path: ./node_modules/destroy\n│  └─ licenseFile: ./node_modules/destroy/LICENSE\n├─ detect-indent@4.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/detect-indent\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/detect-indent\n│  └─ licenseFile: ./node_modules/detect-indent/license\n├─ detect-libc@1.0.2\n│  ├─ licenses: Apache-2.0\n│  ├─ repository: https://github.com/lovell/detect-libc\n│  ├─ publisher: Lovell Fuller\n│  ├─ email: npm@lovell.info\n│  ├─ path: ./node_modules/fsevents/node_modules/detect-libc\n│  └─ licenseFile: ./node_modules/fsevents/node_modules/detect-libc/LICENSE\n├─ detect-libc@1.0.3\n│  ├─ licenses: Apache-2.0\n│  ├─ repository: https://github.com/lovell/detect-libc\n│  ├─ publisher: Lovell Fuller\n│  ├─ email: npm@lovell.info\n│  ├─ path: ./node_modules/detect-libc\n│  └─ licenseFile: ./node_modules/detect-libc/LICENSE\n├─ dev-ip@1.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/shakyshane/dev-ip\n│  ├─ publisher: Shane Osbourne\n│  ├─ email: shane.osbourne8@gmail.com\n│  ├─ path: ./node_modules/dev-ip\n│  └─ licenseFile: ./node_modules/dev-ip/README.md\n├─ devtools-timeline-model@1.1.6\n│  ├─ licenses: Apache-2.0\n│  ├─ repository: https://github.com/paulirish/devtools-timeline-model\n│  ├─ publisher: Paul Irish\n│  ├─ url: github.com/paulirish\n│  ├─ path: ./node_modules/devtools-timeline-model\n│  └─ licenseFile: ./node_modules/devtools-timeline-model/license\n├─ dezalgo@1.0.3\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/npm/dezalgo\n│  ├─ publisher: Isaac Z. Schlueter\n│  ├─ email: i@izs.me\n│  ├─ url: http://blog.izs.me/\n│  ├─ path: ./node_modules/dezalgo\n│  └─ licenseFile: ./node_modules/dezalgo/LICENSE\n├─ diffie-hellman@5.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/crypto-browserify/diffie-hellman\n│  ├─ publisher: Calvin Metcalf\n│  ├─ path: ./node_modules/diffie-hellman\n│  └─ licenseFile: ./node_modules/diffie-hellman/readme.md\n├─ doctrine@2.0.2\n│  ├─ licenses: Apache-2.0\n│  ├─ repository: https://github.com/eslint/doctrine\n│  ├─ path: ./node_modules/doctrine\n│  └─ licenseFile: ./node_modules/doctrine/LICENSE\n├─ domain-browser@1.1.7\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/bevry/domain-browser\n│  ├─ publisher: 2013+ Bevry Pty Ltd\n│  ├─ email: us@bevry.me\n│  ├─ url: http://bevry.me\n│  ├─ path: ./node_modules/domain-browser\n│  └─ licenseFile: ./node_modules/domain-browser/LICENSE.md\n├─ dot-prop@4.2.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/dot-prop\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/dot-prop\n│  └─ licenseFile: ./node_modules/dot-prop/license\n├─ duplexer3@0.1.4\n│  ├─ licenses: BSD-3-Clause\n│  ├─ repository: https://github.com/floatdrop/duplexer3\n│  ├─ publisher: Conrad Pankoff\n│  ├─ email: deoxxa@fknsrs.biz\n│  ├─ url: http://www.fknsrs.biz/\n│  ├─ path: ./node_modules/duplexer3\n│  └─ licenseFile: ./node_modules/duplexer3/LICENSE.md\n├─ easy-extender@2.3.2\n│  ├─ licenses: Apache-2.0\n│  ├─ repository: https://github.com/shakyshane/easy-extender\n│  ├─ publisher: Shane Osbourne\n│  ├─ path: ./node_modules/easy-extender\n│  └─ licenseFile: ./node_modules/easy-extender/LICENSE\n├─ eazy-logger@3.0.2\n│  ├─ licenses: Apache 2.0\n│  ├─ repository: https://github.com/shakyshane/easy-logger\n│  ├─ publisher: Shane Osbourne\n│  ├─ path: ./node_modules/eazy-logger\n│  └─ licenseFile: ./node_modules/eazy-logger/LICENSE\n├─ ecc-jsbn@0.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/quartzjer/ecc-jsbn\n│  ├─ publisher: Jeremie Miller\n│  ├─ email: jeremie@jabber.org\n│  ├─ url: http://jeremie.com/\n│  ├─ path: ./node_modules/ecc-jsbn\n│  └─ licenseFile: ./node_modules/ecc-jsbn/LICENSE\n├─ ee-first@1.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/jonathanong/ee-first\n│  ├─ publisher: Jonathan Ong\n│  ├─ email: me@jongleberry.com\n│  ├─ url: http://jongleberry.com\n│  ├─ path: ./node_modules/ee-first\n│  └─ licenseFile: ./node_modules/ee-first/LICENSE\n├─ electron-to-chromium@1.3.28\n│  ├─ licenses: ISC\n│  ├─ repository: https://github.com/kilian/electron-to-chromium\n│  ├─ publisher: Kilian Valkhof\n│  ├─ path: ./node_modules/electron-to-chromium\n│  └─ licenseFile: ./node_modules/electron-to-chromium/README.md\n├─ elegant-spinner@1.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/elegant-spinner\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/elegant-spinner\n│  └─ licenseFile: ./node_modules/elegant-spinner/license\n├─ elliptic@6.4.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/indutny/elliptic\n│  ├─ publisher: Fedor Indutny\n│  ├─ email: fedor@indutny.com\n│  ├─ path: ./node_modules/elliptic\n│  └─ licenseFile: ./node_modules/elliptic/README.md\n├─ emitter-steward@1.0.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/shakyShane/emitter-steward\n│  ├─ publisher: Shane Osbourne\n│  ├─ path: ./node_modules/emitter-steward\n│  └─ licenseFile: ./node_modules/emitter-steward/README.md\n├─ emojis-list@2.1.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/kikobeats/emojis-list\n│  ├─ publisher: Kiko Beats\n│  ├─ email: josefrancisco.verdu@gmail.com\n│  ├─ url: https://github.com/Kikobeats\n│  ├─ path: ./node_modules/emojis-list\n│  └─ licenseFile: ./node_modules/emojis-list/LICENSE.md\n├─ encodeurl@1.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/pillarjs/encodeurl\n│  ├─ path: ./node_modules/encodeurl\n│  └─ licenseFile: ./node_modules/encodeurl/LICENSE\n├─ engine.io-client@1.8.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/socketio/engine.io-client\n│  ├─ path: ./node_modules/engine.io-client\n│  └─ licenseFile: ./node_modules/engine.io-client/LICENSE\n├─ engine.io-parser@1.3.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/socketio/engine.io-parser\n│  ├─ path: ./node_modules/engine.io-parser\n│  └─ licenseFile: ./node_modules/engine.io-parser/LICENSE\n├─ engine.io@1.8.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/socketio/engine.io\n│  ├─ publisher: Guillermo Rauch\n│  ├─ email: guillermo@learnboost.com\n│  ├─ path: ./node_modules/engine.io\n│  └─ licenseFile: ./node_modules/engine.io/LICENSE\n├─ enhanced-resolve@3.4.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/webpack/enhanced-resolve\n│  ├─ publisher: Tobias Koppers @sokra\n│  ├─ path: ./node_modules/enhanced-resolve\n│  └─ licenseFile: ./node_modules/enhanced-resolve/README.md\n├─ errno@0.1.6\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/rvagg/node-errno\n│  ├─ path: ./node_modules/errno\n│  └─ licenseFile: ./node_modules/errno/README.md\n├─ error-ex@1.3.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/qix-/node-error-ex\n│  ├─ path: ./node_modules/error-ex\n│  └─ licenseFile: ./node_modules/error-ex/LICENSE\n├─ es3ify@0.1.4\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/spicyj/es3ify\n│  ├─ publisher: Ben Alpert\n│  ├─ email: ben@benalpert.com\n│  ├─ url: http://benalpert.com\n│  ├─ path: ./node_modules/es3ify\n│  └─ licenseFile: ./node_modules/es3ify/LICENSE\n├─ es5-ext@0.10.37\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/medikoo/es5-ext\n│  ├─ publisher: Mariusz Nowak\n│  ├─ email: medyk@medikoo.com\n│  ├─ url: http://www.medikoo.com/\n│  ├─ path: ./node_modules/es5-ext\n│  └─ licenseFile: ./node_modules/es5-ext/LICENSE\n├─ es6-iterator@2.0.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/medikoo/es6-iterator\n│  ├─ publisher: Mariusz Nowak\n│  ├─ email: medyk@medikoo.com\n│  ├─ url: http://www.medikoo.com/\n│  ├─ path: ./node_modules/es6-iterator\n│  └─ licenseFile: ./node_modules/es6-iterator/LICENSE\n├─ es6-map@0.1.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/medikoo/es6-map\n│  ├─ publisher: Mariusz Nowak\n│  ├─ email: medyk@medikoo.com\n│  ├─ url: http://www.medikoo.com/\n│  ├─ path: ./node_modules/es6-map\n│  └─ licenseFile: ./node_modules/es6-map/LICENSE\n├─ es6-set@0.1.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/medikoo/es6-set\n│  ├─ publisher: Mariusz Nowak\n│  ├─ email: medyk@medikoo.com\n│  ├─ url: http://www.medikoo.com/\n│  ├─ path: ./node_modules/es6-set\n│  └─ licenseFile: ./node_modules/es6-set/LICENSE\n├─ es6-symbol@3.1.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/medikoo/es6-symbol\n│  ├─ publisher: Mariusz Nowak\n│  ├─ email: medyk@medikoo.com\n│  ├─ url: http://www.medikoo.com/\n│  ├─ path: ./node_modules/es6-symbol\n│  └─ licenseFile: ./node_modules/es6-symbol/LICENSE\n├─ es6-templates@0.2.3\n│  ├─ licenses: Apache*\n│  ├─ repository: https://github.com/esnext/es6-templates\n│  ├─ publisher: Square, Inc.\n│  ├─ path: ./node_modules/es6-templates\n│  └─ licenseFile: ./node_modules/es6-templates/LICENSE\n├─ es6-weak-map@2.0.2\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/medikoo/es6-weak-map\n│  ├─ publisher: Mariusz Nowak\n│  ├─ email: medyk@medikoo.com\n│  ├─ url: http://www.medikoo.com/\n│  ├─ path: ./node_modules/es6-weak-map\n│  └─ licenseFile: ./node_modules/es6-weak-map/LICENSE\n├─ escape-html@1.0.3\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/component/escape-html\n│  ├─ path: ./node_modules/escape-html\n│  └─ licenseFile: ./node_modules/escape-html/LICENSE\n├─ escape-string-regexp@1.0.5\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/sindresorhus/escape-string-regexp\n│  ├─ publisher: Sindre Sorhus\n│  ├─ email: sindresorhus@gmail.com\n│  ├─ url: sindresorhus.com\n│  ├─ path: ./node_modules/escape-string-regexp\n│  └─ licenseFile: ./node_modules/escape-string-regexp/license\n├─ escope@3.6.0\n│  ├─ licenses: BSD-2-Clause\n│  ├─ repository: https://github.com/estools/escope\n│  ├─ path: ./node_modules/escope\n│  └─ licenseFile: ./node_modules/escope/LICENSE.BSD\n├─ eslint-config-prettier@2.9.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/prettier/eslint-config-prettier\n│  ├─ publisher: Simon Lydell\n│  ├─ path: ./node_modules/eslint-config-prettier\n│  └─ licenseFile: ./node_modules/eslint-config-prettier/LICENSE\n├─ eslint-plugin-prettier@2.4.0\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/prettier/eslint-plugin-prettier\n│  ├─ publisher: Teddy Katz\n│  ├─ path: ./node_modules/eslint-plugin-prettier\n│  └─ licenseFile: ./node_modules/eslint-plugin-prettier/LICENSE.md\n├─ eslint-scope@3.7.1\n│  ├─ licenses: BSD-2-Clause\n│  ├─ repository: https://github.com/eslint/eslint-scope\n│  ├─ path: ./node_modules/eslint-scope\n│  └─ licenseFile: ./node_modules/eslint-scope/LICENSE\n├─ eslint@4.13.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/eslint/eslint\n│  ├─ publisher: Nicholas C. Zakas\n│  ├─ email: nicholas+npm@nczconsulting.com\n│  ├─ path: ./node_modules/eslint\n│  └─ licenseFile: ./node_modules/eslint/LICENSE\n├─ esmangle-evaluator@1.0.1\n│  ├─ licenses: MIT\n│  ├─ repository: https://github.com/zertosh/esmangle-evaluator\n│  ├─ publisher: Andres Suarez\n│  ├─ email: zertosh@gmail.com\n│  ├─ path: ./node_modules/esmangle-evaluator\n│  └─ licenseFile: ./node_modules/esmangle-evaluator/README.md\n├─ espree@3.5.2\n│  ├─ licenses: BSD-2-Clause\n│  ├─ repository: https://github.com/eslint/espree\n│  ├─ publisher: Nicholas C. Zakas\n│  ├─ email: nicholas+npm@nczconsulting.com\n│  ├─ path: ./node_modules/espree\n│  └─ licenseFile: ./node_modules/espree/LICENSE\n├─ esprima-fb@15001.1001.0-dev-harmony-fb\n│  ├─ licenses: BSD\n│  ├─ repository: https://github.com/facebook/esprima\n│  ├─ publisher: Ariya Hidayat\n│  ├─ email: ariya.hidayat@gmail.com\n│  ├─ path: ./node_modules/unreachable-branch-transform/node_modules/esprima-fb\n│  └─ licenseFile: ./node_modules/unreachable-branch-transform/node_modules/esprima-fb/README.md\n├─ esprima-fb@3001.1.0-dev-harmony-fb\n│  ├─ licenses: BSD\n│  ├─ repository: https://github.com/facebook/esprima\n│  ├─ path: ./node_modules/esprima-fb\n│  └─ licenseFile: ./node_modules/esprima-fb/LICENSE.BSD\n├─ esprima@2.7.3\n│  ├─ licenses: BSD-2-Clause\n│  ├─ repository: https://github.com/jquery/esprima\n│  ├─ publishe","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultcombo%2Fultcombo.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultcombo%2Fultcombo.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultcombo%2Fultcombo.github.io/lists"}