An open API service indexing awesome lists of open source software.

https://github.com/ultcombo/ultcombo.github.io

UltCombo's GitHub page
https://github.com/ultcombo/ultcombo.github.io

Last synced: 6 months ago
JSON representation

UltCombo's GitHub page

Awesome Lists containing this project

README

          

# Ult’s home ![Unicorn badge.](https://img.shields.io/badge/unicorn-%F0%9F%A6%84-green.svg?colorA=663399&colorB=ffffff) ![Bless Ramen badge.](https://img.shields.io/badge/bless-Ramen-green.svg)

Welcome to my homepage! 😎✌️

This is an offline capable, fully optimized Progressive Web App (PWA) showcasing my work.

## Guidelines

The application must be accessible, both to humans and machines. It must support all platforms, devices and assistive technologies.

The 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.

The application must employ responsive design, progressive enhancement, favor functionality and user experience, and never hijack common user interactions and expectations.

Transitions 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.

Use [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.

The 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.

## Development

- Install Node.js 8+ and [Yarn](https://yarnpkg.com/).
- Clone the repository and install dependencies with `yarn install`.
- Run `yarn run dev` to start the development server with live reloading.
- The source code resides in the `src` directory; the root directory contains compiled resources deployed to the GitHub Pages site.
- The repository has a precommit hook to lint and compile resources optimized for production deployment.

## Scripts

- `yarn run dev`: starts development server with live reloading.
- `yarn run build`: generates a full build of the site for debugging purposes.
- `NODE_ENV=production yarn run build`: generates a full build of the site optimized for production deployment.
- `yarn run lint`: lints code for possible errors and code style issues.
- `yarn run lint --fix`: lints code for possible errors and code style issues, automatically fixing as many issues as possible.
- `yarn run lint-fonts`: utility to detect faux web fonts or mismatches. Must have development server running.
- `yarn run precommit`: lints staged files and builds the site for production deployment. This script is automatically run when commiting to the repository.
- `yarn run -s license-checker`: get licenses from all dependencies.

## Roadmap

- [x] Add offline and install capabilities through Service Workers with the [Workbox](https://developers.google.com/web/tools/workbox/) toolset.
- [x] Optimize, bundle and minify HTML, CSS and JavaScript resources through [Webpack](https://webpack.js.org/).
- [x] Enforce linting and [Prettier](https://prettier.io/) code style through [ESLint](https://eslint.org/).
- [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).
- [x] Polyfill missing browser features as needed through [Polyfill.io](https://polyfill.io/v2/docs/).
- [x] Preload critical resources and preconnect to external APIs.
- [x] [Defer](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#attr-defer) loading scripts.
- [ ] Inline [critical](https://github.com/addyosmani/critical) CSS and defer non-critical styles.
- [x] Avoid render-blocking web fonts through the [`font-display` property](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display).
- [x] Optimize raster images for different displays (Retina).
- [x] Generate and optimize app icons for all platforms through [RealFaviconGenerator](https://realfavicongenerator.net/).
- [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)).
- [x] Track user interaction with [Google Analytics](https://www.google.com/analytics/).
- [x] Lint HTML with the [Nu Html Checker (v.Nu)](https://validator.github.io/validator/).
- [ ] Enforce CSS code style (with [stylelint](https://stylelint.io/) or [Prettier](https://prettier.io/)?).
- [x] Lint web font usage to prevent browsers from synthesizing sub-par typefaces through [faux-pas](https://github.com/filamentgroup/faux-pas).
- [ ] Add API testing (with [AVA](https://github.com/avajs/ava)?).
- [ ] Create [Docker](https://www.docker.com/) image to ease development setup.
- [ ] Add CI to lint, run API tests and [Lighthouse](https://developers.google.com/web/tools/lighthouse/) audits on pull requests.
- [ ] 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.
- [x] Document guidelines, development instructions, scripts and roadmap.

## License

The application is licensed under the [MIT License](LICENSE).

The application makes use of Assistive Technology (AT) supporting code from [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate), licensed under the MIT License.

The application embeds the GradeGX font created by [Adam Twardoch](https://twitter.com/adamtwar), licensed under the SIL Open Font License (OFL).

The 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.

Dependencies’ licenses

```
β”œβ”€ abbrev@1.1.0
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/isaacs/abbrev-js
β”‚ β”œβ”€ publisher: Isaac Z. Schlueter
β”‚ β”œβ”€ email: i@izs.me
β”‚ β”œβ”€ path: ./node_modules/fsevents/node_modules/abbrev
β”‚ └─ licenseFile: ./node_modules/fsevents/node_modules/abbrev/LICENSE
β”œβ”€ abbrev@1.1.1
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/isaacs/abbrev-js
β”‚ β”œβ”€ publisher: Isaac Z. Schlueter
β”‚ β”œβ”€ email: i@izs.me
β”‚ β”œβ”€ path: ./node_modules/abbrev
β”‚ └─ licenseFile: ./node_modules/abbrev/LICENSE
β”œβ”€ accepts@1.3.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jshttp/accepts
β”‚ β”œβ”€ path: ./node_modules/engine.io/node_modules/accepts
β”‚ └─ licenseFile: ./node_modules/engine.io/node_modules/accepts/LICENSE
β”œβ”€ accepts@1.3.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jshttp/accepts
β”‚ β”œβ”€ path: ./node_modules/accepts
β”‚ └─ licenseFile: ./node_modules/accepts/LICENSE
β”œβ”€ acorn-dynamic-import@2.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/kesne/acorn-dynamic-import
β”‚ β”œβ”€ publisher: Jordan Gensler
β”‚ β”œβ”€ email: jordangens@gmail.com
β”‚ β”œβ”€ path: ./node_modules/acorn-dynamic-import
β”‚ └─ licenseFile: ./node_modules/acorn-dynamic-import/LICENSE
β”œβ”€ acorn-jsx@3.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/RReverser/acorn-jsx
β”‚ β”œβ”€ path: ./node_modules/acorn-jsx
β”‚ └─ licenseFile: ./node_modules/acorn-jsx/LICENSE
β”œβ”€ acorn@1.2.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/marijnh/acorn
β”‚ β”œβ”€ path: ./node_modules/falafel/node_modules/acorn
β”‚ └─ licenseFile: ./node_modules/falafel/node_modules/acorn/LICENSE
β”œβ”€ acorn@3.3.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/ternjs/acorn
β”‚ β”œβ”€ path: ./node_modules/acorn-jsx/node_modules/acorn
β”‚ └─ licenseFile: ./node_modules/acorn-jsx/node_modules/acorn/LICENSE
β”œβ”€ acorn@4.0.13
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/ternjs/acorn
β”‚ β”œβ”€ path: ./node_modules/acorn-dynamic-import/node_modules/acorn
β”‚ └─ licenseFile: ./node_modules/acorn-dynamic-import/node_modules/acorn/LICENSE
β”œβ”€ acorn@5.2.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/ternjs/acorn
β”‚ β”œβ”€ path: ./node_modules/acorn
β”‚ └─ licenseFile: ./node_modules/acorn/LICENSE
β”œβ”€ after@0.8.1
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ repository: https://github.com/Raynos/after
β”‚ β”œβ”€ publisher: Raynos
β”‚ β”œβ”€ email: raynos2@gmail.com
β”‚ β”œβ”€ path: ./node_modules/after
β”‚ └─ licenseFile: ./node_modules/after/LICENCE
β”œβ”€ ajv-keywords@2.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/epoberezkin/ajv-keywords
β”‚ β”œβ”€ publisher: Evgeny Poberezkin
β”‚ β”œβ”€ path: ./node_modules/ajv-keywords
β”‚ └─ licenseFile: ./node_modules/ajv-keywords/LICENSE
β”œβ”€ ajv@4.11.8
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/epoberezkin/ajv
β”‚ β”œβ”€ publisher: Evgeny Poberezkin
β”‚ β”œβ”€ path: ./node_modules/har-validator/node_modules/ajv
β”‚ └─ licenseFile: ./node_modules/har-validator/node_modules/ajv/LICENSE
β”œβ”€ ajv@5.5.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/epoberezkin/ajv
β”‚ β”œβ”€ publisher: Evgeny Poberezkin
β”‚ β”œβ”€ path: ./node_modules/ajv
β”‚ └─ licenseFile: ./node_modules/ajv/LICENSE
β”œβ”€ align-text@0.1.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jonschlinkert/align-text
β”‚ β”œβ”€ publisher: Jon Schlinkert
β”‚ β”œβ”€ url: https://github.com/jonschlinkert
β”‚ β”œβ”€ path: ./node_modules/align-text
β”‚ └─ licenseFile: ./node_modules/align-text/LICENSE
β”œβ”€ alphanum-sort@1.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/TrySound/alphanum-sort
β”‚ β”œβ”€ publisher: Bogdan Chadkin
β”‚ β”œβ”€ email: trysound@yandex.ru
β”‚ β”œβ”€ path: ./node_modules/alphanum-sort
β”‚ └─ licenseFile: ./node_modules/alphanum-sort/LICENSE
β”œβ”€ amdefine@1.0.1
β”‚ β”œβ”€ licenses: BSD-3-Clause OR MIT
β”‚ β”œβ”€ repository: https://github.com/jrburke/amdefine
β”‚ β”œβ”€ publisher: James Burke
β”‚ β”œβ”€ email: jrburke@gmail.com
β”‚ β”œβ”€ url: http://github.com/jrburke
β”‚ β”œβ”€ path: ./node_modules/amdefine
β”‚ └─ licenseFile: ./node_modules/amdefine/LICENSE
β”œβ”€ ansi-align@2.0.0
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/nexdrew/ansi-align
β”‚ β”œβ”€ publisher: nexdrew
β”‚ β”œβ”€ path: ./node_modules/ansi-align
β”‚ └─ licenseFile: ./node_modules/ansi-align/LICENSE
β”œβ”€ ansi-escape-sequences@4.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/75lb/ansi-escape-sequences
β”‚ β”œβ”€ publisher: Lloyd Brookes
β”‚ β”œβ”€ email: 75pound@gmail.com
β”‚ β”œβ”€ path: ./node_modules/ansi-escape-sequences
β”‚ └─ licenseFile: ./node_modules/ansi-escape-sequences/LICENSE
β”œβ”€ ansi-escapes@1.4.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/ansi-escapes
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/log-update/node_modules/ansi-escapes
β”‚ └─ licenseFile: ./node_modules/log-update/node_modules/ansi-escapes/license
β”œβ”€ ansi-escapes@3.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/ansi-escapes
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/ansi-escapes
β”‚ └─ licenseFile: ./node_modules/ansi-escapes/license
β”œβ”€ ansi-regex@0.2.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/ansi-regex
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: http://sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/ansi-regex
β”‚ └─ licenseFile: ./node_modules/ansi-regex/readme.md
β”œβ”€ ansi-regex@2.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/chalk/ansi-regex
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/has-ansi/node_modules/ansi-regex
β”‚ └─ licenseFile: ./node_modules/has-ansi/node_modules/ansi-regex/license
β”œβ”€ ansi-regex@3.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/chalk/ansi-regex
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/ansi-align/node_modules/ansi-regex
β”‚ └─ licenseFile: ./node_modules/ansi-align/node_modules/ansi-regex/license
β”œβ”€ ansi-styles@1.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/ansi-styles
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: http://sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/license-checker/node_modules/ansi-styles
β”‚ └─ licenseFile: ./node_modules/license-checker/node_modules/ansi-styles/readme.md
β”œβ”€ ansi-styles@2.2.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/chalk/ansi-styles
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/chalk/node_modules/ansi-styles
β”‚ └─ licenseFile: ./node_modules/chalk/node_modules/ansi-styles/license
β”œβ”€ ansi-styles@3.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/chalk/ansi-styles
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/ansi-styles
β”‚ └─ licenseFile: ./node_modules/ansi-styles/license
β”œβ”€ any-observable@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/any-observable
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/any-observable
β”‚ └─ licenseFile: ./node_modules/any-observable/license
β”œβ”€ anymatch@1.3.2
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/es128/anymatch
β”‚ β”œβ”€ publisher: Elan Shanker
β”‚ β”œβ”€ url: http://github.com/es128
β”‚ β”œβ”€ path: ./node_modules/anymatch
β”‚ └─ licenseFile: ./node_modules/anymatch/LICENSE
β”œβ”€ app-root-path@2.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/inxilpro/node-app-root-path
β”‚ β”œβ”€ publisher: Chris Morrell
β”‚ β”œβ”€ email: http://cmorrell.com
β”‚ β”œβ”€ path: ./node_modules/app-root-path
β”‚ └─ licenseFile: ./node_modules/app-root-path/LICENSE
β”œβ”€ aproba@1.1.1
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/iarna/aproba
β”‚ β”œβ”€ publisher: Rebecca Turner
β”‚ β”œβ”€ email: me@re-becca.org
β”‚ β”œβ”€ path: ./node_modules/fsevents/node_modules/aproba
β”‚ └─ licenseFile: ./node_modules/fsevents/node_modules/aproba/LICENSE
β”œβ”€ aproba@1.2.0
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/iarna/aproba
β”‚ β”œβ”€ publisher: Rebecca Turner
β”‚ β”œβ”€ email: me@re-becca.org
β”‚ β”œβ”€ path: ./node_modules/aproba
β”‚ └─ licenseFile: ./node_modules/aproba/LICENSE
β”œβ”€ are-we-there-yet@1.1.4
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/iarna/are-we-there-yet
β”‚ β”œβ”€ publisher: Rebecca Turner
β”‚ β”œβ”€ url: http://re-becca.org
β”‚ β”œβ”€ path: ./node_modules/are-we-there-yet
β”‚ └─ licenseFile: ./node_modules/are-we-there-yet/LICENSE
β”œβ”€ argparse@1.0.9
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/nodeca/argparse
β”‚ β”œβ”€ path: ./node_modules/argparse
β”‚ └─ licenseFile: ./node_modules/argparse/LICENSE
β”œβ”€ arr-diff@2.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jonschlinkert/arr-diff
β”‚ β”œβ”€ publisher: Jon Schlinkert
β”‚ β”œβ”€ url: https://github.com/jonschlinkert
β”‚ β”œβ”€ path: ./node_modules/arr-diff
β”‚ └─ licenseFile: ./node_modules/arr-diff/LICENSE
β”œβ”€ arr-flatten@1.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jonschlinkert/arr-flatten
β”‚ β”œβ”€ publisher: Jon Schlinkert
β”‚ β”œβ”€ url: https://github.com/jonschlinkert
β”‚ β”œβ”€ path: ./node_modules/arr-flatten
β”‚ └─ licenseFile: ./node_modules/arr-flatten/LICENSE
β”œβ”€ array-back@1.0.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/75lb/array-back
β”‚ β”œβ”€ publisher: Lloyd Brookes
β”‚ β”œβ”€ email: 75pound@gmail.com
β”‚ β”œβ”€ path: ./node_modules/find-replace/node_modules/array-back
β”‚ └─ licenseFile: ./node_modules/find-replace/node_modules/array-back/LICENSE
β”œβ”€ array-back@2.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/75lb/array-back
β”‚ β”œβ”€ publisher: Lloyd Brookes
β”‚ β”œβ”€ email: 75pound@gmail.com
β”‚ β”œβ”€ path: ./node_modules/array-back
β”‚ └─ licenseFile: ./node_modules/array-back/LICENSE
β”œβ”€ array-find-index@1.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/array-find-index
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/array-find-index
β”‚ └─ licenseFile: ./node_modules/array-find-index/license
β”œβ”€ array-union@1.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/array-union
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/array-union
β”‚ └─ licenseFile: ./node_modules/array-union/license
β”œβ”€ array-uniq@1.0.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/array-uniq
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/array-uniq
β”‚ └─ licenseFile: ./node_modules/array-uniq/license
β”œβ”€ array-unique@0.2.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jonschlinkert/array-unique
β”‚ β”œβ”€ publisher: Jon Schlinkert
β”‚ β”œβ”€ url: https://github.com/jonschlinkert
β”‚ β”œβ”€ path: ./node_modules/array-unique
β”‚ └─ licenseFile: ./node_modules/array-unique/LICENSE
β”œβ”€ arraybuffer.slice@0.0.6
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ repository: https://github.com/rase-/arraybuffer.slice
β”‚ β”œβ”€ path: ./node_modules/arraybuffer.slice
β”‚ └─ licenseFile: ./node_modules/arraybuffer.slice/README.md
β”œβ”€ arrify@1.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/arrify
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/arrify
β”‚ └─ licenseFile: ./node_modules/arrify/license
β”œβ”€ as-array@2.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/scottcorgan/as-array
β”‚ β”œβ”€ publisher: Scott Corgan
β”‚ β”œβ”€ path: ./node_modules/as-array
β”‚ └─ licenseFile: ./node_modules/as-array/README.md
β”œβ”€ asap@2.0.6
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/kriskowal/asap
β”‚ β”œβ”€ path: ./node_modules/asap
β”‚ └─ licenseFile: ./node_modules/asap/LICENSE.md
β”œβ”€ asn1.js@4.9.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/indutny/asn1.js
β”‚ β”œβ”€ publisher: Fedor Indutny
β”‚ β”œβ”€ path: ./node_modules/asn1.js
β”‚ └─ licenseFile: ./node_modules/asn1.js/README.md
β”œβ”€ asn1@0.2.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/mcavage/node-asn1
β”‚ β”œβ”€ publisher: Mark Cavage
β”‚ β”œβ”€ email: mcavage@gmail.com
β”‚ β”œβ”€ path: ./node_modules/asn1
β”‚ └─ licenseFile: ./node_modules/asn1/LICENSE
β”œβ”€ assert-plus@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/mcavage/node-assert-plus
β”‚ β”œβ”€ publisher: Mark Cavage
β”‚ β”œβ”€ email: mcavage@gmail.com
β”‚ β”œβ”€ path: ./node_modules/http-signature/node_modules/assert-plus
β”‚ └─ licenseFile: ./node_modules/http-signature/node_modules/assert-plus/README.md
β”œβ”€ assert-plus@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/mcavage/node-assert-plus
β”‚ β”œβ”€ publisher: Mark Cavage
β”‚ β”œβ”€ email: mcavage@gmail.com
β”‚ β”œβ”€ path: ./node_modules/assert-plus
β”‚ └─ licenseFile: ./node_modules/assert-plus/README.md
β”œβ”€ assert@1.4.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/defunctzombie/commonjs-assert
β”‚ β”œβ”€ path: ./node_modules/assert
β”‚ └─ licenseFile: ./node_modules/assert/LICENSE
β”œβ”€ ast-types@0.8.15
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/benjamn/ast-types
β”‚ β”œβ”€ publisher: Ben Newman
β”‚ β”œβ”€ email: bn@cs.stanford.edu
β”‚ β”œβ”€ path: ./node_modules/unreachable-branch-transform/node_modules/ast-types
β”‚ └─ licenseFile: ./node_modules/unreachable-branch-transform/node_modules/ast-types/LICENSE
β”œβ”€ ast-types@0.9.6
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/benjamn/ast-types
β”‚ β”œβ”€ publisher: Ben Newman
β”‚ β”œβ”€ email: bn@cs.stanford.edu
β”‚ β”œβ”€ path: ./node_modules/ast-types
β”‚ └─ licenseFile: ./node_modules/ast-types/LICENSE
β”œβ”€ async-each-series@0.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jb55/async-each-series
β”‚ β”œβ”€ publisher: jb55
β”‚ β”œβ”€ path: ./node_modules/async-each-series
β”‚ └─ licenseFile: ./node_modules/async-each-series/Readme.md
β”œβ”€ async-each@1.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/paulmillr/async-each
β”‚ β”œβ”€ publisher: Paul Miller
β”‚ β”œβ”€ url: http://paulmillr.com/
β”‚ β”œβ”€ path: ./node_modules/async-each
β”‚ └─ licenseFile: ./node_modules/async-each/README.md
β”œβ”€ async@0.2.10
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/caolan/async
β”‚ β”œβ”€ publisher: Caolan McMahon
β”‚ β”œβ”€ path: ./node_modules/string-replace-webpack-plugin/node_modules/async
β”‚ └─ licenseFile: ./node_modules/string-replace-webpack-plugin/node_modules/async/LICENSE
β”œβ”€ async@1.5.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/caolan/async
β”‚ β”œβ”€ publisher: Caolan McMahon
β”‚ β”œβ”€ path: ./node_modules/portscanner/node_modules/async
β”‚ └─ licenseFile: ./node_modules/portscanner/node_modules/async/LICENSE
β”œβ”€ async@2.6.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/caolan/async
β”‚ β”œβ”€ publisher: Caolan McMahon
β”‚ β”œβ”€ path: ./node_modules/async
β”‚ └─ licenseFile: ./node_modules/async/LICENSE
β”œβ”€ asynckit@0.4.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/alexindigo/asynckit
β”‚ β”œβ”€ publisher: Alex Indigo
β”‚ β”œβ”€ email: iam@alexindigo.com
β”‚ β”œβ”€ path: ./node_modules/asynckit
β”‚ └─ licenseFile: ./node_modules/asynckit/LICENSE
β”œβ”€ autoprefixer@6.7.7
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/postcss/autoprefixer
β”‚ β”œβ”€ publisher: Andrey Sitnik
β”‚ β”œβ”€ email: andrey@sitnik.ru
β”‚ β”œβ”€ path: ./node_modules/autoprefixer
β”‚ └─ licenseFile: ./node_modules/autoprefixer/LICENSE
β”œβ”€ aws-sign2@0.6.0
β”‚ β”œβ”€ licenses: Apache-2.0
β”‚ β”œβ”€ repository: https://github.com/mikeal/aws-sign
β”‚ β”œβ”€ publisher: Mikeal Rogers
β”‚ β”œβ”€ email: mikeal.rogers@gmail.com
β”‚ β”œβ”€ url: http://www.futurealoof.com
β”‚ β”œβ”€ path: ./node_modules/aws-sign2
β”‚ └─ licenseFile: ./node_modules/aws-sign2/LICENSE
β”œβ”€ aws4@1.6.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/mhart/aws4
β”‚ β”œβ”€ publisher: Michael Hart
β”‚ β”œβ”€ email: michael.hart.au@gmail.com
β”‚ β”œβ”€ url: http://github.com/mhart
β”‚ β”œβ”€ path: ./node_modules/aws4
β”‚ └─ licenseFile: ./node_modules/aws4/LICENSE
β”œβ”€ axe-core@2.2.0
β”‚ β”œβ”€ licenses: MPL-2.0
β”‚ β”œβ”€ repository: https://github.com/dequelabs/axe-core
β”‚ β”œβ”€ path: ./node_modules/axe-core
β”‚ └─ licenseFile: ./node_modules/axe-core/LICENSE
β”œβ”€ babar@0.0.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/stephan83/babar
β”‚ β”œβ”€ publisher: Stephan Florquin
β”‚ β”œβ”€ path: ./node_modules/babar
β”‚ └─ licenseFile: ./node_modules/babar/LICENSE
β”œβ”€ babel-code-frame@6.26.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babel/tree/master/packages/babel-code-frame
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babel-code-frame
β”‚ └─ licenseFile: ./node_modules/babel-code-frame/README.md
β”œβ”€ babel-core@6.26.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babel/tree/master/packages/babel-core
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babel-core
β”‚ └─ licenseFile: ./node_modules/babel-core/README.md
β”œβ”€ babel-generator@6.26.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babel/tree/master/packages/babel-generator
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babel-generator
β”‚ └─ licenseFile: ./node_modules/babel-generator/README.md
β”œβ”€ babel-helper-evaluate-path@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-evaluate-path
β”‚ β”œβ”€ publisher: boopathi
β”‚ β”œβ”€ path: ./node_modules/babel-helper-evaluate-path
β”‚ └─ licenseFile: ./node_modules/babel-helper-evaluate-path/README.md
β”œβ”€ babel-helper-flip-expressions@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-flip-expressions
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-helper-flip-expressions
β”‚ └─ licenseFile: ./node_modules/babel-helper-flip-expressions/README.md
β”œβ”€ babel-helper-is-nodes-equiv@0.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babili/tree/master/packages/babel-helper-is-nodes-equiv
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-helper-is-nodes-equiv
β”‚ └─ licenseFile: ./node_modules/babel-helper-is-nodes-equiv/README.md
β”œβ”€ babel-helper-is-void-0@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-is-void-0
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-helper-is-void-0
β”‚ └─ licenseFile: ./node_modules/babel-helper-is-void-0/README.md
β”œβ”€ babel-helper-mark-eval-scopes@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-mark-eval-scopes
β”‚ β”œβ”€ publisher: boopathi
β”‚ β”œβ”€ path: ./node_modules/babel-helper-mark-eval-scopes
β”‚ └─ licenseFile: ./node_modules/babel-helper-mark-eval-scopes/README.md
β”œβ”€ babel-helper-remove-or-void@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-remove-or-void
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-helper-remove-or-void
β”‚ └─ licenseFile: ./node_modules/babel-helper-remove-or-void/README.md
β”œβ”€ babel-helper-to-multiple-sequence-expressions@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-helper-to-multiple-sequence-expressions
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-helper-to-multiple-sequence-expressions
β”‚ └─ licenseFile: ./node_modules/babel-helper-to-multiple-sequence-expressions/README.md
β”œβ”€ babel-helpers@6.24.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babel/tree/master/packages/babel-helpers
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babel-helpers
β”‚ └─ licenseFile: ./node_modules/babel-helpers/README.md
β”œβ”€ babel-messages@6.23.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babel/tree/master/packages/babel-messages
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babel-messages
β”‚ └─ licenseFile: ./node_modules/babel-messages/README.md
β”œβ”€ babel-minify-webpack-plugin@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/webpack-contrib/babel-minify-webpack-plugin
β”‚ β”œβ”€ publisher: boopathi
β”‚ β”œβ”€ path: ./node_modules/babel-minify-webpack-plugin
β”‚ └─ licenseFile: ./node_modules/babel-minify-webpack-plugin/LICENSE
β”œβ”€ babel-plugin-minify-builtins@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-builtins
β”‚ β”œβ”€ publisher: Vignesh Shanmugam
β”‚ β”œβ”€ email: vignesh.shanmugam22@gmail.com
β”‚ β”œβ”€ url: https://vigneshh.in
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-builtins
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-builtins/README.md
β”œβ”€ babel-plugin-minify-constant-folding@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-constant-folding
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-constant-folding
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-constant-folding/README.md
β”œβ”€ babel-plugin-minify-dead-code-elimination@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-dead-code-elimination
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-dead-code-elimination
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-dead-code-elimination/README.md
β”œβ”€ babel-plugin-minify-flip-comparisons@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-flip-comparisons
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-flip-comparisons
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-flip-comparisons/README.md
β”œβ”€ babel-plugin-minify-guarded-expressions@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-guarded-expressions
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-guarded-expressions
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-guarded-expressions/README.md
β”œβ”€ babel-plugin-minify-infinity@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-infinity
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-infinity
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-infinity/README.md
β”œβ”€ babel-plugin-minify-mangle-names@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-mangle-names
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-mangle-names
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-mangle-names/README.md
β”œβ”€ babel-plugin-minify-numeric-literals@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-numeric-literals
β”‚ β”œβ”€ publisher: kangax
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-numeric-literals
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-numeric-literals/README.md
β”œβ”€ babel-plugin-minify-replace@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-replace
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-replace
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-replace/README.md
β”œβ”€ babel-plugin-minify-simplify@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-simplify
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-simplify
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-simplify/README.md
β”œβ”€ babel-plugin-minify-type-constructors@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-type-constructors
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-minify-type-constructors
β”‚ └─ licenseFile: ./node_modules/babel-plugin-minify-type-constructors/README.md
β”œβ”€ babel-plugin-transform-inline-consecutive-adds@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-inline-consecutive-adds
β”‚ β”œβ”€ publisher: shinew
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-inline-consecutive-adds
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-inline-consecutive-adds/README.md
β”œβ”€ babel-plugin-transform-member-expression-literals@6.8.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-member-expression-literals
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-member-expression-literals
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-member-expression-literals/README.md
β”œβ”€ babel-plugin-transform-merge-sibling-variables@6.8.6
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-merge-sibling-variables
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-merge-sibling-variables
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-merge-sibling-variables/README.md
β”œβ”€ babel-plugin-transform-minify-booleans@6.8.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-minify-booleans
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-minify-booleans
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-minify-booleans/README.md
β”œβ”€ babel-plugin-transform-property-literals@6.8.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-property-literals
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-property-literals
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-property-literals/README.md
β”œβ”€ babel-plugin-transform-regexp-constructors@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-regexp-constructors
β”‚ β”œβ”€ publisher: shinew
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-regexp-constructors
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-regexp-constructors/README.md
β”œβ”€ babel-plugin-transform-remove-console@6.8.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-console
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-remove-console
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-remove-console/README.md
β”œβ”€ babel-plugin-transform-remove-debugger@6.8.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-debugger
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-remove-debugger
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-remove-debugger/README.md
β”œβ”€ babel-plugin-transform-remove-undefined@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-undefined
β”‚ β”œβ”€ publisher: shinew
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-remove-undefined
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-remove-undefined/README.md
β”œβ”€ babel-plugin-transform-simplify-comparison-operators@6.8.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-simplify-comparison-operators
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-simplify-comparison-operators
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-simplify-comparison-operators/README.md
β”œβ”€ babel-plugin-transform-undefined-to-void@6.8.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-undefined-to-void
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-plugin-transform-undefined-to-void
β”‚ └─ licenseFile: ./node_modules/babel-plugin-transform-undefined-to-void/README.md
β”œβ”€ babel-preset-minify@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/minify/tree/master/packages/babel-preset-minify
β”‚ β”œβ”€ publisher: amasad
β”‚ β”œβ”€ path: ./node_modules/babel-preset-minify
β”‚ └─ licenseFile: ./node_modules/babel-preset-minify/README.md
β”œβ”€ babel-register@6.26.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babel/tree/master/packages/babel-register
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babel-register
β”‚ └─ licenseFile: ./node_modules/babel-register/README.md
β”œβ”€ babel-runtime@6.26.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babel/tree/master/packages/babel-runtime
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babel-runtime
β”‚ └─ licenseFile: ./node_modules/babel-runtime/README.md
β”œβ”€ babel-template@6.26.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babel/tree/master/packages/babel-template
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babel-template
β”‚ └─ licenseFile: ./node_modules/babel-template/README.md
β”œβ”€ babel-traverse@6.26.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babel/tree/master/packages/babel-traverse
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babel-traverse
β”‚ └─ licenseFile: ./node_modules/babel-traverse/README.md
β”œβ”€ babel-types@6.26.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babel/tree/master/packages/babel-types
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babel-types
β”‚ └─ licenseFile: ./node_modules/babel-types/README.md
β”œβ”€ babylon@6.18.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/babel/babylon
β”‚ β”œβ”€ publisher: Sebastian McKenzie
β”‚ β”œβ”€ email: sebmck@gmail.com
β”‚ β”œβ”€ path: ./node_modules/babylon
β”‚ └─ licenseFile: ./node_modules/babylon/LICENSE
β”œβ”€ backo2@1.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/mokesmokes/backo
β”‚ β”œβ”€ path: ./node_modules/backo2
β”‚ └─ licenseFile: ./node_modules/backo2/Readme.md
β”œβ”€ balanced-match@0.4.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/juliangruber/balanced-match
β”‚ β”œβ”€ publisher: Julian Gruber
β”‚ β”œβ”€ email: mail@juliangruber.com
β”‚ β”œβ”€ url: http://juliangruber.com
β”‚ β”œβ”€ path: ./node_modules/balanced-match
β”‚ └─ licenseFile: ./node_modules/balanced-match/LICENSE.md
β”œβ”€ balanced-match@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/juliangruber/balanced-match
β”‚ β”œβ”€ publisher: Julian Gruber
β”‚ β”œβ”€ email: mail@juliangruber.com
β”‚ β”œβ”€ url: http://juliangruber.com
β”‚ β”œβ”€ path: ./node_modules/brace-expansion/node_modules/balanced-match
β”‚ └─ licenseFile: ./node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
β”œβ”€ base62@0.1.1
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ repository: https://github.com/andrew/base62.js
β”‚ β”œβ”€ publisher: Andrew Nesbitt
β”‚ β”œβ”€ email: andrewnez@gmail.com
β”‚ β”œβ”€ url: http://andrew-nesbitt.com/
β”‚ β”œβ”€ path: ./node_modules/base62
β”‚ └─ licenseFile: ./node_modules/base62/LICENSE
β”œβ”€ base64-arraybuffer@0.1.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/niklasvh/base64-arraybuffer
β”‚ β”œβ”€ publisher: Niklas von Hertzen
β”‚ β”œβ”€ email: niklasvh@gmail.com
β”‚ β”œβ”€ url: http://hertzen.com
β”‚ β”œβ”€ path: ./node_modules/base64-arraybuffer
β”‚ └─ licenseFile: ./node_modules/base64-arraybuffer/README.md
β”œβ”€ base64-js@1.2.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/beatgammit/base64-js
β”‚ β”œβ”€ publisher: T. Jameson Little
β”‚ β”œβ”€ email: t.jameson.little@gmail.com
β”‚ β”œβ”€ path: ./node_modules/base64-js
β”‚ └─ licenseFile: ./node_modules/base64-js/LICENSE
β”œβ”€ base64id@0.1.0
β”‚ β”œβ”€ licenses: UNKNOWN
β”‚ β”œβ”€ repository: https://github.com/faeldt/base64id
β”‚ β”œβ”€ publisher: Kristian Faeldt
β”‚ β”œβ”€ email: faeldt_kristian@cyberagent.co.jp
β”‚ β”œβ”€ path: ./node_modules/base64id
β”‚ └─ licenseFile: ./node_modules/base64id/README.md
β”œβ”€ batch@0.5.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/visionmedia/batch
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/batch
β”‚ └─ licenseFile: ./node_modules/batch/Readme.md
β”œβ”€ bcrypt-pbkdf@1.0.1
β”‚ β”œβ”€ licenses: BSD-3-Clause
β”‚ β”œβ”€ path: ./node_modules/bcrypt-pbkdf
β”‚ └─ licenseFile: ./node_modules/bcrypt-pbkdf/README.md
β”œβ”€ better-assert@1.0.2
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ repository: https://github.com/visionmedia/better-assert
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/better-assert
β”‚ └─ licenseFile: ./node_modules/better-assert/Readme.md
β”œβ”€ big.js@3.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/MikeMcl/big.js
β”‚ β”œβ”€ publisher: Michael Mclaughlin
β”‚ β”œβ”€ email: M8ch88l@gmail.com
β”‚ β”œβ”€ path: ./node_modules/big.js
β”‚ └─ licenseFile: ./node_modules/big.js/LICENCE
β”œβ”€ binary-extensions@1.11.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/binary-extensions
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/binary-extensions
β”‚ └─ licenseFile: ./node_modules/binary-extensions/license
β”œβ”€ blob@0.0.4
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ repository: https://github.com/rase-/blob
β”‚ β”œβ”€ path: ./node_modules/blob
β”‚ └─ licenseFile: ./node_modules/blob/README.md
β”œβ”€ block-stream@0.0.9
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/isaacs/block-stream
β”‚ β”œβ”€ publisher: Isaac Z. Schlueter
β”‚ β”œβ”€ email: i@izs.me
β”‚ β”œβ”€ url: http://blog.izs.me/
β”‚ β”œβ”€ path: ./node_modules/block-stream
β”‚ └─ licenseFile: ./node_modules/block-stream/LICENSE
β”œβ”€ bn.js@4.11.8
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/indutny/bn.js
β”‚ β”œβ”€ publisher: Fedor Indutny
β”‚ β”œβ”€ email: fedor@indutny.com
β”‚ β”œβ”€ path: ./node_modules/bn.js
β”‚ └─ licenseFile: ./node_modules/bn.js/README.md
β”œβ”€ boom@2.10.1
β”‚ β”œβ”€ licenses: BSD-3-Clause
β”‚ β”œβ”€ repository: https://github.com/hapijs/boom
β”‚ β”œβ”€ path: ./node_modules/boom
β”‚ └─ licenseFile: ./node_modules/boom/LICENSE
β”œβ”€ boxen@1.3.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/boxen
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/boxen
β”‚ └─ licenseFile: ./node_modules/boxen/license
β”œβ”€ brace-expansion@1.1.7
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/juliangruber/brace-expansion
β”‚ β”œβ”€ publisher: Julian Gruber
β”‚ β”œβ”€ email: mail@juliangruber.com
β”‚ β”œβ”€ url: http://juliangruber.com
β”‚ β”œβ”€ path: ./node_modules/fsevents/node_modules/brace-expansion
β”‚ └─ licenseFile: ./node_modules/fsevents/node_modules/brace-expansion/README.md
β”œβ”€ brace-expansion@1.1.8
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/juliangruber/brace-expansion
β”‚ β”œβ”€ publisher: Julian Gruber
β”‚ β”œβ”€ email: mail@juliangruber.com
β”‚ β”œβ”€ url: http://juliangruber.com
β”‚ β”œβ”€ path: ./node_modules/brace-expansion
β”‚ └─ licenseFile: ./node_modules/brace-expansion/README.md
β”œβ”€ braces@1.8.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jonschlinkert/braces
β”‚ β”œβ”€ publisher: Jon Schlinkert
β”‚ β”œβ”€ url: https://github.com/jonschlinkert
β”‚ β”œβ”€ path: ./node_modules/braces
β”‚ └─ licenseFile: ./node_modules/braces/LICENSE
β”œβ”€ brorand@1.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/indutny/brorand
β”‚ β”œβ”€ publisher: Fedor Indutny
β”‚ β”œβ”€ email: fedor@indutny.com
β”‚ β”œβ”€ path: ./node_modules/brorand
β”‚ └─ licenseFile: ./node_modules/brorand/README.md
β”œβ”€ browser-sync-client@2.5.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/shakyshane/browser-sync-client
β”‚ β”œβ”€ publisher: Shane Osbourne
β”‚ β”œβ”€ email: shane.osbourne8@gmail.com
β”‚ β”œβ”€ path: ./node_modules/browser-sync-client
β”‚ └─ licenseFile: ./node_modules/browser-sync-client/README.md
β”œβ”€ browser-sync-ui@0.6.3
β”‚ β”œβ”€ licenses: Apache-2.0
β”‚ β”œβ”€ repository: https://github.com/BrowserSync/UI
β”‚ β”œβ”€ publisher: Shane Osbourne
β”‚ β”œβ”€ path: ./node_modules/browser-sync-ui
β”‚ └─ licenseFile: ./node_modules/browser-sync-ui/LICENSE
β”œβ”€ browser-sync-webpack-plugin@1.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/Va1/browser-sync-webpack-plugin
β”‚ β”œβ”€ publisher: Valentyn Barmashyn
β”‚ β”œβ”€ email: valpreacher@gmail.com
β”‚ β”œβ”€ path: ./node_modules/browser-sync-webpack-plugin
β”‚ └─ licenseFile: ./node_modules/browser-sync-webpack-plugin/LICENCE
β”œβ”€ browser-sync@2.18.13
β”‚ β”œβ”€ licenses: Apache-2.0
β”‚ β”œβ”€ repository: https://github.com/Browsersync/browser-sync
β”‚ β”œβ”€ publisher: Shane Osbourne
β”‚ β”œβ”€ path: ./node_modules/browser-sync
β”‚ └─ licenseFile: ./node_modules/browser-sync/LICENSE
β”œβ”€ browserify-aes@1.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/browserify-aes
β”‚ β”œβ”€ path: ./node_modules/browserify-aes
β”‚ └─ licenseFile: ./node_modules/browserify-aes/LICENSE
β”œβ”€ browserify-cipher@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/browserify-cipher
β”‚ β”œβ”€ publisher: Calvin Metcalf
β”‚ β”œβ”€ email: calvin.metcalf@gmail.com
β”‚ β”œβ”€ path: ./node_modules/browserify-cipher
β”‚ └─ licenseFile: ./node_modules/browserify-cipher/readme.md
β”œβ”€ browserify-des@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/browserify-des
β”‚ β”œβ”€ publisher: Calvin Metcalf
β”‚ β”œβ”€ email: calvin.metcalf@gmail.com
β”‚ β”œβ”€ path: ./node_modules/browserify-des
β”‚ └─ licenseFile: ./node_modules/browserify-des/readme.md
β”œβ”€ browserify-rsa@4.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/browserify-rsa
β”‚ β”œβ”€ path: ./node_modules/browserify-rsa
β”‚ └─ licenseFile: ./node_modules/browserify-rsa/LICENSE
β”œβ”€ browserify-sign@4.0.4
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/browserify-sign
β”‚ β”œβ”€ path: ./node_modules/browserify-sign
β”‚ └─ licenseFile: ./node_modules/browserify-sign/LICENSE
β”œβ”€ browserify-zlib@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/devongovett/browserify-zlib
β”‚ β”œβ”€ publisher: Devon Govett
β”‚ β”œβ”€ email: devongovett@gmail.com
β”‚ β”œβ”€ path: ./node_modules/browserify-zlib
β”‚ └─ licenseFile: ./node_modules/browserify-zlib/LICENSE
β”œβ”€ browserslist@1.7.7
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/ai/browserslist
β”‚ β”œβ”€ publisher: Andrey Sitnik
β”‚ β”œβ”€ email: andrey@sitnik.ru
β”‚ β”œβ”€ path: ./node_modules/browserslist
β”‚ └─ licenseFile: ./node_modules/browserslist/LICENSE
β”œβ”€ bs-recipes@1.3.4
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/BrowserSync/recipes
β”‚ β”œβ”€ publisher: Shane Osbourne
β”‚ β”œβ”€ path: ./node_modules/bs-recipes
β”‚ └─ licenseFile: ./node_modules/bs-recipes/readme.md
β”œβ”€ buffer-shims@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/calvinmetcalf/buffer-shims
β”‚ β”œβ”€ path: ./node_modules/fsevents/node_modules/buffer-shims
β”‚ └─ licenseFile: ./node_modules/fsevents/node_modules/buffer-shims/license.md
β”œβ”€ buffer-xor@1.0.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/buffer-xor
β”‚ β”œβ”€ publisher: Daniel Cousens
β”‚ β”œβ”€ path: ./node_modules/buffer-xor
β”‚ └─ licenseFile: ./node_modules/buffer-xor/LICENSE
β”œβ”€ buffer@4.9.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/feross/buffer
β”‚ β”œβ”€ publisher: Feross Aboukhadijeh
β”‚ β”œβ”€ email: feross@feross.org
β”‚ β”œβ”€ url: http://feross.org
β”‚ β”œβ”€ path: ./node_modules/buffer
β”‚ └─ licenseFile: ./node_modules/buffer/LICENSE
β”œβ”€ builtin-modules@1.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/builtin-modules
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/builtin-modules
β”‚ └─ licenseFile: ./node_modules/builtin-modules/license
β”œβ”€ builtin-status-codes@3.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/bendrucker/builtin-status-codes
β”‚ β”œβ”€ publisher: Ben Drucker
β”‚ β”œβ”€ email: bvdrucker@gmail.com
β”‚ β”œβ”€ url: bendrucker.me
β”‚ β”œβ”€ path: ./node_modules/builtin-status-codes
β”‚ └─ licenseFile: ./node_modules/builtin-status-codes/license
β”œβ”€ caller-path@0.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/caller-path
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: http://sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/caller-path
β”‚ └─ licenseFile: ./node_modules/caller-path/readme.md
β”œβ”€ callsite@1.0.0
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/callsite
β”‚ └─ licenseFile: ./node_modules/callsite/Readme.md
β”œβ”€ callsites@0.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/callsites
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: http://sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/callsites
β”‚ └─ licenseFile: ./node_modules/callsites/readme.md
β”œβ”€ camel-case@3.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/blakeembrey/camel-case
β”‚ β”œβ”€ publisher: Blake Embrey
β”‚ β”œβ”€ email: hello@blakeembrey.com
β”‚ β”œβ”€ url: http://blakeembrey.me
β”‚ β”œβ”€ path: ./node_modules/camel-case
β”‚ └─ licenseFile: ./node_modules/camel-case/LICENSE
β”œβ”€ camelcase-keys@2.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/camelcase-keys
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: http://sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/camelcase-keys
β”‚ └─ licenseFile: ./node_modules/camelcase-keys/license
β”œβ”€ camelcase@1.2.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/camelcase
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: http://sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/uglify-js/node_modules/camelcase
β”‚ └─ licenseFile: ./node_modules/uglify-js/node_modules/camelcase/license
β”œβ”€ camelcase@2.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/camelcase
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: http://sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/camelcase-keys/node_modules/camelcase
β”‚ └─ licenseFile: ./node_modules/camelcase-keys/node_modules/camelcase/license
β”œβ”€ camelcase@3.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/camelcase
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: http://sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/yargs/node_modules/camelcase
β”‚ └─ licenseFile: ./node_modules/yargs/node_modules/camelcase/license
β”œβ”€ camelcase@4.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/camelcase
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/camelcase
β”‚ └─ licenseFile: ./node_modules/camelcase/license
β”œβ”€ caniuse-api@1.6.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/nyalab/caniuse-api
β”‚ β”œβ”€ path: ./node_modules/caniuse-api
β”‚ └─ licenseFile: ./node_modules/caniuse-api/LICENSE
β”œβ”€ caniuse-db@1.0.30000783
β”‚ β”œβ”€ licenses: CC-BY-4.0
β”‚ β”œβ”€ repository: https://github.com/Fyrd/caniuse
β”‚ β”œβ”€ publisher: Alexis Deveria
β”‚ β”œβ”€ email: adeveria@gmail.com
β”‚ β”œβ”€ path: ./node_modules/caniuse-db
β”‚ └─ licenseFile: ./node_modules/caniuse-db/LICENSE
β”œβ”€ capture-stack-trace@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/floatdrop/capture-stack-trace
β”‚ β”œβ”€ publisher: Vsevolod Strukchinsky
β”‚ β”œβ”€ email: floatdrop@gmail.com
β”‚ β”œβ”€ url: github.com/floatdrop
β”‚ β”œβ”€ path: ./node_modules/capture-stack-trace
β”‚ └─ licenseFile: ./node_modules/capture-stack-trace/readme.md
β”œβ”€ caseless@0.12.0
β”‚ β”œβ”€ licenses: Apache-2.0
β”‚ β”œβ”€ repository: https://github.com/mikeal/caseless
β”‚ β”œβ”€ publisher: Mikeal Rogers
β”‚ β”œβ”€ email: mikeal.rogers@gmail.com
β”‚ β”œβ”€ path: ./node_modules/caseless
β”‚ └─ licenseFile: ./node_modules/caseless/LICENSE
β”œβ”€ center-align@0.1.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jonschlinkert/center-align
β”‚ β”œβ”€ publisher: Jon Schlinkert
β”‚ β”œβ”€ url: https://github.com/jonschlinkert
β”‚ β”œβ”€ path: ./node_modules/center-align
β”‚ └─ licenseFile: ./node_modules/center-align/LICENSE
β”œβ”€ chalk@0.5.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/chalk
β”‚ β”œβ”€ path: ./node_modules/license-checker/node_modules/chalk
β”‚ └─ licenseFile: ./node_modules/license-checker/node_modules/chalk/readme.md
β”œβ”€ chalk@1.1.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/chalk/chalk
β”‚ β”œβ”€ path: ./node_modules/chalk
β”‚ └─ licenseFile: ./node_modules/chalk/license
β”œβ”€ chalk@2.3.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/chalk/chalk
β”‚ β”œβ”€ path: ./node_modules/icss-utils/node_modules/chalk
β”‚ └─ licenseFile: ./node_modules/icss-utils/node_modules/chalk/license
β”œβ”€ chardet@0.4.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/runk/node-chardet
β”‚ β”œβ”€ publisher: Dmitry Shirokov
β”‚ β”œβ”€ email: deadrunk@gmail.com
β”‚ β”œβ”€ path: ./node_modules/chardet
β”‚ └─ licenseFile: ./node_modules/chardet/LICENSE
β”œβ”€ chokidar@1.7.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/paulmillr/chokidar
β”‚ β”œβ”€ publisher: Paul Miller
β”‚ β”œβ”€ url: http://paulmillr.com
β”‚ β”œβ”€ path: ./node_modules/chokidar
β”‚ └─ licenseFile: ./node_modules/chokidar/README.md
β”œβ”€ chrome-devtools-frontend@1.0.401423
β”‚ β”œβ”€ licenses: BSD*
β”‚ β”œβ”€ repository: https://github.com/ChromeDevTools/devtools-frontend
β”‚ β”œβ”€ publisher: Paul Irish
β”‚ β”œβ”€ path: ./node_modules/devtools-timeline-model/node_modules/chrome-devtools-frontend
β”‚ └─ licenseFile: ./node_modules/devtools-timeline-model/node_modules/chrome-devtools-frontend/LICENSE
β”œβ”€ chrome-devtools-frontend@1.0.422034
β”‚ β”œβ”€ licenses: BSD*
β”‚ β”œβ”€ repository: https://github.com/ChromeDevTools/devtools-frontend
β”‚ β”œβ”€ publisher: The Chromium Authors
β”‚ β”œβ”€ path: ./node_modules/chrome-devtools-frontend
β”‚ └─ licenseFile: ./node_modules/chrome-devtools-frontend/LICENSE
β”œβ”€ chrome-remote-interface@0.23.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/cyrus-and/chrome-remote-interface
β”‚ β”œβ”€ publisher: Andrea Cardaci
β”‚ β”œβ”€ email: cyrus.and@gmail.com
β”‚ β”œβ”€ path: ./node_modules/chrome-remote-interface
β”‚ └─ licenseFile: ./node_modules/chrome-remote-interface/LICENSE
β”œβ”€ ci-info@1.1.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/watson/ci-info
β”‚ β”œβ”€ publisher: Thomas Watson Steen
β”‚ β”œβ”€ email: w@tson.dk
β”‚ β”œβ”€ url: https://twitter.com/wa7son
β”‚ β”œβ”€ path: ./node_modules/ci-info
β”‚ └─ licenseFile: ./node_modules/ci-info/LICENSE
β”œβ”€ cipher-base@1.0.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/cipher-base
β”‚ β”œβ”€ publisher: Calvin Metcalf
β”‚ β”œβ”€ email: calvin.metcalf@gmail.com
β”‚ β”œβ”€ path: ./node_modules/cipher-base
β”‚ └─ licenseFile: ./node_modules/cipher-base/LICENSE
β”œβ”€ circular-json@0.3.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/WebReflection/circular-json
β”‚ β”œβ”€ publisher: Andrea Giammarchi
β”‚ β”œβ”€ url: http://webreflection.blogspot.com/
β”‚ β”œβ”€ path: ./node_modules/circular-json
β”‚ └─ licenseFile: ./node_modules/circular-json/LICENSE.txt
β”œβ”€ clap@1.2.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/lahmatiy/clap
β”‚ β”œβ”€ publisher: Roman Dvornov
β”‚ β”œβ”€ email: rdvornov@gmail.com
β”‚ β”œβ”€ path: ./node_modules/clap
β”‚ └─ licenseFile: ./node_modules/clap/LICENSE
β”œβ”€ clean-css@4.1.9
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jakubpawlowicz/clean-css
β”‚ β”œβ”€ publisher: Jakub Pawlowicz
β”‚ β”œβ”€ email: contact@jakubpawlowicz.com
β”‚ β”œβ”€ url: http://twitter.com/jakubpawlowicz
β”‚ β”œβ”€ path: ./node_modules/clean-css
β”‚ └─ licenseFile: ./node_modules/clean-css/LICENSE
β”œβ”€ cli-boxes@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/cli-boxes
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/cli-boxes
β”‚ └─ licenseFile: ./node_modules/cli-boxes/license
β”œβ”€ cli-cursor@1.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/cli-cursor
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/cli-cursor
β”‚ └─ licenseFile: ./node_modules/cli-cursor/license
β”œβ”€ cli-cursor@2.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/cli-cursor
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/inquirer/node_modules/cli-cursor
β”‚ └─ licenseFile: ./node_modules/inquirer/node_modules/cli-cursor/license
β”œβ”€ cli-spinners@0.1.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/cli-spinners
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/cli-spinners
β”‚ └─ licenseFile: ./node_modules/cli-spinners/license
β”œβ”€ cli-truncate@0.2.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/cli-truncate
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/cli-truncate
β”‚ └─ licenseFile: ./node_modules/cli-truncate/license
β”œβ”€ cli-width@2.2.0
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/knownasilya/cli-width
β”‚ β”œβ”€ publisher: Ilya Radchenko
β”‚ β”œβ”€ email: ilya@burstcreations.com
β”‚ β”œβ”€ path: ./node_modules/cli-width
β”‚ └─ licenseFile: ./node_modules/cli-width/LICENSE
β”œβ”€ cliui@2.1.0
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/bcoe/cliui
β”‚ β”œβ”€ publisher: Ben Coe
β”‚ β”œβ”€ email: ben@npmjs.com
β”‚ β”œβ”€ path: ./node_modules/uglify-js/node_modules/cliui
β”‚ └─ licenseFile: ./node_modules/uglify-js/node_modules/cliui/LICENSE.txt
β”œβ”€ cliui@3.2.0
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/yargs/cliui
β”‚ β”œβ”€ publisher: Ben Coe
β”‚ β”œβ”€ email: ben@npmjs.com
β”‚ β”œβ”€ path: ./node_modules/cliui
β”‚ └─ licenseFile: ./node_modules/cliui/LICENSE.txt
β”œβ”€ clone@1.0.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/pvorb/node-clone
β”‚ β”œβ”€ publisher: Paul Vorbach
β”‚ β”œβ”€ email: paul@vorba.ch
β”‚ β”œβ”€ url: http://paul.vorba.ch/
β”‚ β”œβ”€ path: ./node_modules/clone
β”‚ └─ licenseFile: ./node_modules/clone/LICENSE
β”œβ”€ co@4.6.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/tj/co
β”‚ β”œβ”€ path: ./node_modules/co
β”‚ └─ licenseFile: ./node_modules/co/LICENSE
β”œβ”€ coa@1.0.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/veged/coa
β”‚ β”œβ”€ publisher: Sergey Berezhnoy
β”‚ β”œβ”€ email: veged@ya.ru
β”‚ β”œβ”€ url: http://github.com/veged
β”‚ β”œβ”€ path: ./node_modules/coa
β”‚ └─ licenseFile: ./node_modules/coa/README.md
β”œβ”€ code-point-at@1.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/code-point-at
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/code-point-at
β”‚ └─ licenseFile: ./node_modules/code-point-at/license
β”œβ”€ color-convert@1.9.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/Qix-/color-convert
β”‚ β”œβ”€ publisher: Heather Arthur
β”‚ β”œβ”€ email: fayearthur@gmail.com
β”‚ β”œβ”€ path: ./node_modules/color-convert
β”‚ └─ licenseFile: ./node_modules/color-convert/LICENSE
β”œβ”€ color-name@1.1.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/dfcreative/color-name
β”‚ β”œβ”€ publisher: DY
β”‚ β”œβ”€ email: dfcreative@gmail.com
β”‚ β”œβ”€ path: ./node_modules/color-name
β”‚ └─ licenseFile: ./node_modules/color-name/LICENSE
β”œβ”€ color-string@0.3.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/harthur/color-string
β”‚ β”œβ”€ publisher: Heather Arthur
β”‚ β”œβ”€ email: fayearthur@gmail.com
β”‚ β”œβ”€ path: ./node_modules/color-string
β”‚ └─ licenseFile: ./node_modules/color-string/LICENSE
β”œβ”€ color@0.11.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/Qix-/color
β”‚ β”œβ”€ path: ./node_modules/color
β”‚ └─ licenseFile: ./node_modules/color/LICENSE
β”œβ”€ colormin@1.1.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/ben-eb/colormin
β”‚ β”œβ”€ publisher: Ben Briggs
β”‚ β”œβ”€ email: beneb.info@gmail.com
β”‚ β”œβ”€ url: http://beneb.info
β”‚ β”œβ”€ path: ./node_modules/colormin
β”‚ └─ licenseFile: ./node_modules/colormin/README.md
β”œβ”€ colors@0.6.2
β”‚ β”œβ”€ licenses: Custom: http://i.imgur.com/goJdO.png
β”‚ β”œβ”€ repository: https://github.com/Marak/colors.js
β”‚ β”œβ”€ publisher: Marak Squires
β”‚ β”œβ”€ path: ./node_modules/colors
β”‚ └─ licenseFile: ./node_modules/colors/ReadMe.md
β”œβ”€ colors@1.1.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/Marak/colors.js
β”‚ β”œβ”€ publisher: Marak Squires
β”‚ β”œβ”€ path: ./node_modules/svgo/node_modules/colors
β”‚ └─ licenseFile: ./node_modules/svgo/node_modules/colors/LICENSE
β”œβ”€ combined-stream@1.0.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/felixge/node-combined-stream
β”‚ β”œβ”€ publisher: Felix GeisendΓΆrfer
β”‚ β”œβ”€ email: felix@debuggable.com
β”‚ β”œβ”€ url: http://debuggable.com/
β”‚ β”œβ”€ path: ./node_modules/combined-stream
β”‚ └─ licenseFile: ./node_modules/combined-stream/License
β”œβ”€ command-line-args@4.0.7
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/75lb/command-line-args
β”‚ β”œβ”€ publisher: Lloyd Brookes
β”‚ β”œβ”€ email: 75pound@gmail.com
β”‚ β”œβ”€ path: ./node_modules/command-line-args
β”‚ └─ licenseFile: ./node_modules/command-line-args/LICENSE
β”œβ”€ command-line-usage@4.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/75lb/command-line-usage
β”‚ β”œβ”€ publisher: Lloyd Brookes
β”‚ β”œβ”€ email: 75pound@gmail.com
β”‚ β”œβ”€ path: ./node_modules/command-line-usage
β”‚ └─ licenseFile: ./node_modules/command-line-usage/LICENSE
β”œβ”€ commander@2.1.0
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ repository: https://github.com/visionmedia/commander.js
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/chrome-remote-interface/node_modules/commander
β”‚ └─ licenseFile: ./node_modules/chrome-remote-interface/node_modules/commander/Readme.md
β”œβ”€ commander@2.12.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/tj/commander.js
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/commander
β”‚ └─ licenseFile: ./node_modules/commander/LICENSE
β”œβ”€ component-bind@1.0.0
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ repository: https://github.com/component/bind
β”‚ β”œβ”€ path: ./node_modules/component-bind
β”‚ └─ licenseFile: ./node_modules/component-bind/Readme.md
β”œβ”€ component-emitter@1.1.2
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ repository: https://github.com/component/emitter
β”‚ β”œβ”€ path: ./node_modules/socket.io-parser/node_modules/component-emitter
β”‚ └─ licenseFile: ./node_modules/socket.io-parser/node_modules/component-emitter/Readme.md
β”œβ”€ component-emitter@1.2.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/component/emitter
β”‚ β”œβ”€ path: ./node_modules/component-emitter
β”‚ └─ licenseFile: ./node_modules/component-emitter/LICENSE
β”œβ”€ component-inherit@0.0.3
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ repository: https://github.com/component/inherit
β”‚ β”œβ”€ path: ./node_modules/component-inherit
β”‚ └─ licenseFile: ./node_modules/component-inherit/Readme.md
β”œβ”€ concat-map@0.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/substack/node-concat-map
β”‚ β”œβ”€ publisher: James Halliday
β”‚ β”œβ”€ email: mail@substack.net
β”‚ β”œβ”€ url: http://substack.net
β”‚ β”œβ”€ path: ./node_modules/concat-map
β”‚ └─ licenseFile: ./node_modules/concat-map/LICENSE
β”œβ”€ concat-stream@1.6.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/maxogden/concat-stream
β”‚ β”œβ”€ publisher: Max Ogden
β”‚ β”œβ”€ email: max@maxogden.com
β”‚ β”œβ”€ path: ./node_modules/concat-stream
β”‚ └─ licenseFile: ./node_modules/concat-stream/LICENSE
β”œβ”€ configstore@3.1.1
β”‚ β”œβ”€ licenses: BSD-2-Clause
β”‚ β”œβ”€ repository: https://github.com/yeoman/configstore
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/configstore
β”‚ └─ licenseFile: ./node_modules/configstore/readme.md
β”œβ”€ connect-history-api-fallback@1.5.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/bripkens/connect-history-api-fallback
β”‚ β”œβ”€ publisher: Ben Ripkens
β”‚ β”œβ”€ email: bripkens.dev@gmail.com
β”‚ β”œβ”€ url: http://bripkens.de
β”‚ β”œβ”€ path: ./node_modules/connect-history-api-fallback
β”‚ └─ licenseFile: ./node_modules/connect-history-api-fallback/LICENSE
β”œβ”€ connect@1.9.2
β”‚ β”œβ”€ licenses: MIT*
β”‚ β”œβ”€ repository: https://github.com/senchalabs/connect
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ url: http://tjholowaychuk.com
β”‚ β”œβ”€ path: ./node_modules/express/node_modules/connect
β”‚ └─ licenseFile: ./node_modules/express/node_modules/connect/LICENSE
β”œβ”€ connect@3.5.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/senchalabs/connect
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ url: http://tjholowaychuk.com
β”‚ β”œβ”€ path: ./node_modules/connect
β”‚ └─ licenseFile: ./node_modules/connect/LICENSE
β”œβ”€ connect@3.6.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/senchalabs/connect
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ url: http://tjholowaychuk.com
β”‚ β”œβ”€ path: ./node_modules/node-faux-pas/node_modules/connect
β”‚ └─ licenseFile: ./node_modules/node-faux-pas/node_modules/connect/LICENSE
β”œβ”€ console-browserify@1.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/Raynos/console-browserify
β”‚ β”œβ”€ publisher: Raynos
β”‚ β”œβ”€ email: raynos2@gmail.com
β”‚ β”œβ”€ path: ./node_modules/console-browserify
β”‚ └─ licenseFile: ./node_modules/console-browserify/LICENCE
β”œβ”€ console-control-strings@1.1.0
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/iarna/console-control-strings
β”‚ β”œβ”€ publisher: Rebecca Turner
β”‚ β”œβ”€ email: me@re-becca.org
β”‚ β”œβ”€ url: http://re-becca.org/
β”‚ β”œβ”€ path: ./node_modules/console-control-strings
β”‚ └─ licenseFile: ./node_modules/console-control-strings/LICENSE
β”œβ”€ constants-browserify@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/juliangruber/constants-browserify
β”‚ β”œβ”€ publisher: Julian Gruber
β”‚ β”œβ”€ email: julian@juliangruber.com
β”‚ β”œβ”€ url: http://juliangruber.com
β”‚ β”œβ”€ path: ./node_modules/constants-browserify
β”‚ └─ licenseFile: ./node_modules/constants-browserify/README.md
β”œβ”€ convert-source-map@1.5.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/thlorenz/convert-source-map
β”‚ β”œβ”€ publisher: Thorsten Lorenz
β”‚ β”œβ”€ email: thlorenz@gmx.de
β”‚ β”œβ”€ url: http://thlorenz.com
β”‚ β”œβ”€ path: ./node_modules/convert-source-map
β”‚ └─ licenseFile: ./node_modules/convert-source-map/LICENSE
β”œβ”€ cookie@0.3.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jshttp/cookie
β”‚ β”œβ”€ publisher: Roman Shtylman
β”‚ β”œβ”€ email: shtylman@gmail.com
β”‚ β”œβ”€ path: ./node_modules/cookie
β”‚ └─ licenseFile: ./node_modules/cookie/LICENSE
β”œβ”€ core-js@2.5.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/zloirock/core-js
β”‚ β”œβ”€ path: ./node_modules/core-js
β”‚ └─ licenseFile: ./node_modules/core-js/LICENSE
β”œβ”€ core-util-is@1.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/isaacs/core-util-is
β”‚ β”œβ”€ publisher: Isaac Z. Schlueter
β”‚ β”œβ”€ email: i@izs.me
β”‚ β”œβ”€ url: http://blog.izs.me/
β”‚ β”œβ”€ path: ./node_modules/core-util-is
β”‚ └─ licenseFile: ./node_modules/core-util-is/LICENSE
β”œβ”€ cosmiconfig@3.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/davidtheclark/cosmiconfig
β”‚ β”œβ”€ publisher: David Clark
β”‚ β”œβ”€ email: david.dave.clark@gmail.com
β”‚ β”œβ”€ path: ./node_modules/cosmiconfig
β”‚ └─ licenseFile: ./node_modules/cosmiconfig/LICENSE
β”œβ”€ create-ecdh@4.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/createECDH
β”‚ β”œβ”€ publisher: Calvin Metcalf
β”‚ β”œβ”€ path: ./node_modules/create-ecdh
β”‚ └─ licenseFile: ./node_modules/create-ecdh/readme.md
β”œβ”€ create-error-class@3.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/floatdrop/create-error-class
β”‚ β”œβ”€ publisher: Vsevolod Strukchinsky
β”‚ β”œβ”€ email: floatdrop@gmail.com
β”‚ β”œβ”€ url: github.com/floatdrop
β”‚ β”œβ”€ path: ./node_modules/create-error-class
β”‚ └─ licenseFile: ./node_modules/create-error-class/license
β”œβ”€ create-hash@1.1.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/createHash
β”‚ β”œβ”€ path: ./node_modules/create-hash
β”‚ └─ licenseFile: ./node_modules/create-hash/readme.md
β”œβ”€ create-hmac@1.1.6
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/createHmac
β”‚ β”œβ”€ path: ./node_modules/create-hmac
β”‚ └─ licenseFile: ./node_modules/create-hmac/README.md
β”œβ”€ cross-env@5.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/kentcdodds/cross-env
β”‚ β”œβ”€ publisher: Kent C. Dodds
β”‚ β”œβ”€ email: kent@doddsfamily.us
β”‚ β”œβ”€ url: http://kentcdodds.com/
β”‚ β”œβ”€ path: ./node_modules/cross-env
β”‚ └─ licenseFile: ./node_modules/cross-env/LICENSE
β”œβ”€ cross-spawn@5.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/IndigoUnited/node-cross-spawn
β”‚ β”œβ”€ publisher: IndigoUnited
β”‚ β”œβ”€ email: hello@indigounited.com
β”‚ β”œβ”€ url: http://indigounited.com
β”‚ β”œβ”€ path: ./node_modules/cross-spawn
β”‚ └─ licenseFile: ./node_modules/cross-spawn/LICENSE
β”œβ”€ cryptiles@2.0.5
β”‚ β”œβ”€ licenses: BSD-3-Clause
β”‚ β”œβ”€ repository: https://github.com/hapijs/cryptiles
β”‚ β”œβ”€ path: ./node_modules/cryptiles
β”‚ └─ licenseFile: ./node_modules/cryptiles/LICENSE
β”œβ”€ crypto-browserify@3.12.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/crypto-browserify
β”‚ β”œβ”€ publisher: Dominic Tarr
β”‚ β”œβ”€ email: dominic.tarr@gmail.com
β”‚ β”œβ”€ url: dominictarr.com
β”‚ β”œβ”€ path: ./node_modules/crypto-browserify
β”‚ └─ licenseFile: ./node_modules/crypto-browserify/LICENSE
β”œβ”€ crypto-random-string@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/crypto-random-string
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/crypto-random-string
β”‚ └─ licenseFile: ./node_modules/crypto-random-string/license
β”œβ”€ css-color-names@0.0.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/bahamas10/css-color-names
β”‚ β”œβ”€ publisher: Dave Eddy
β”‚ β”œβ”€ email: dave@daveeddy.com
β”‚ β”œβ”€ url: http://www.daveeddy.com
β”‚ β”œβ”€ path: ./node_modules/css-color-names
β”‚ └─ licenseFile: ./node_modules/css-color-names/README.md
β”œβ”€ css-loader@0.28.7
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/webpack/css-loader
β”‚ β”œβ”€ publisher: Tobias Koppers @sokra
β”‚ β”œβ”€ path: ./node_modules/css-loader
β”‚ └─ licenseFile: ./node_modules/css-loader/LICENSE
β”œβ”€ css-loader@0.9.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/webpack/css-loader
β”‚ β”œβ”€ publisher: Tobias Koppers @sokra
β”‚ β”œβ”€ path: ./node_modules/string-replace-webpack-plugin/node_modules/css-loader
β”‚ └─ licenseFile: ./node_modules/string-replace-webpack-plugin/node_modules/css-loader/README.md
β”œβ”€ css-selector-tokenizer@0.7.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/css-modules/css-selector-tokenizer
β”‚ β”œβ”€ publisher: Tobias Koppers @sokra
β”‚ β”œβ”€ path: ./node_modules/css-selector-tokenizer
β”‚ └─ licenseFile: ./node_modules/css-selector-tokenizer/README.md
β”œβ”€ cssesc@0.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/mathiasbynens/cssesc
β”‚ β”œβ”€ publisher: Mathias Bynens
β”‚ β”œβ”€ url: http://mathiasbynens.be/
β”‚ β”œβ”€ path: ./node_modules/cssesc
β”‚ └─ licenseFile: ./node_modules/cssesc/README.md
β”œβ”€ cssnano@3.10.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/ben-eb/cssnano
β”‚ β”œβ”€ publisher: Ben Briggs
β”‚ β”œβ”€ email: beneb.info@gmail.com
β”‚ β”œβ”€ url: http://beneb.info
β”‚ β”œβ”€ path: ./node_modules/cssnano
β”‚ └─ licenseFile: ./node_modules/cssnano/README.md
β”œβ”€ csso@1.3.12
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/css/csso
β”‚ β”œβ”€ publisher: Sergey Kryzhanovsky
β”‚ β”œβ”€ email: skryzhanovsky@ya.ru
β”‚ β”œβ”€ url: https://github.com/afelix
β”‚ β”œβ”€ path: ./node_modules/csso
β”‚ └─ licenseFile: ./node_modules/csso/README.md
β”œβ”€ csso@2.3.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/css/csso
β”‚ β”œβ”€ publisher: Sergey Kryzhanovsky
β”‚ β”œβ”€ email: skryzhanovsky@ya.ru
β”‚ β”œβ”€ url: https://github.com/afelix
β”‚ β”œβ”€ path: ./node_modules/svgo/node_modules/csso
β”‚ └─ licenseFile: ./node_modules/svgo/node_modules/csso/LICENSE
β”œβ”€ currently-unhandled@0.4.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jamestalmage/currently-unhandled
β”‚ β”œβ”€ publisher: James Talmage
β”‚ β”œβ”€ email: james@talmage.io
β”‚ β”œβ”€ url: github.com/jamestalmage
β”‚ β”œβ”€ path: ./node_modules/currently-unhandled
β”‚ └─ licenseFile: ./node_modules/currently-unhandled/license
β”œβ”€ d@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/medikoo/d
β”‚ β”œβ”€ publisher: Mariusz Nowak
β”‚ β”œβ”€ email: medyk@medikoo.com
β”‚ β”œβ”€ url: http://www.medikoo.com/
β”‚ β”œβ”€ path: ./node_modules/d
β”‚ └─ licenseFile: ./node_modules/d/LICENSE
β”œβ”€ dashdash@1.14.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/trentm/node-dashdash
β”‚ β”œβ”€ publisher: Trent Mick
β”‚ β”œβ”€ email: trentm@gmail.com
β”‚ β”œβ”€ url: http://trentm.com
β”‚ β”œβ”€ path: ./node_modules/dashdash
β”‚ └─ licenseFile: ./node_modules/dashdash/LICENSE.txt
β”œβ”€ date-fns@1.29.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/date-fns/date-fns
β”‚ β”œβ”€ publisher: Sasha Koss
β”‚ β”œβ”€ email: koss@nocorp.me
β”‚ β”œβ”€ path: ./node_modules/date-fns
β”‚ └─ licenseFile: ./node_modules/date-fns/LICENSE.md
β”œβ”€ date-now@0.1.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/Colingo/date-now
β”‚ β”œβ”€ publisher: Raynos
β”‚ β”œβ”€ email: raynos2@gmail.com
β”‚ β”œβ”€ path: ./node_modules/date-now
β”‚ └─ licenseFile: ./node_modules/date-now/LICENCE
β”œβ”€ debug@2.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/visionmedia/debug
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/connect/node_modules/debug
β”‚ └─ licenseFile: ./node_modules/connect/node_modules/debug/Readme.md
β”œβ”€ debug@2.3.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/visionmedia/debug
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/socket.io/node_modules/debug
β”‚ └─ licenseFile: ./node_modules/socket.io/node_modules/debug/LICENSE
β”œβ”€ debug@2.6.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/visionmedia/debug
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/send/node_modules/debug
β”‚ └─ licenseFile: ./node_modules/send/node_modules/debug/LICENSE
β”œβ”€ debug@2.6.8
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/visionmedia/debug
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/localtunnel/node_modules/debug
β”‚ └─ licenseFile: ./node_modules/localtunnel/node_modules/debug/LICENSE
β”œβ”€ debug@2.6.9
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/visionmedia/debug
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/debug
β”‚ └─ licenseFile: ./node_modules/debug/LICENSE
β”œβ”€ debug@3.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/visionmedia/debug
β”‚ β”œβ”€ publisher: TJ Holowaychuk
β”‚ β”œβ”€ email: tj@vision-media.ca
β”‚ β”œβ”€ path: ./node_modules/eslint/node_modules/debug
β”‚ └─ licenseFile: ./node_modules/eslint/node_modules/debug/LICENSE
β”œβ”€ debuglog@1.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sam-github/node-debuglog
β”‚ β”œβ”€ publisher: Sam Roberts
β”‚ β”œβ”€ email: sam@strongloop.com
β”‚ β”œβ”€ path: ./node_modules/debuglog
β”‚ └─ licenseFile: ./node_modules/debuglog/LICENSE
β”œβ”€ decamelize@1.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/decamelize
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/decamelize
β”‚ └─ licenseFile: ./node_modules/decamelize/license
β”œβ”€ dedent@0.7.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/dmnd/dedent
β”‚ β”œβ”€ publisher: Desmond Brand
β”‚ β”œβ”€ email: dmnd@desmondbrand.com
β”‚ β”œβ”€ url: http://desmondbrand.com
β”‚ β”œβ”€ path: ./node_modules/dedent
β”‚ └─ licenseFile: ./node_modules/dedent/LICENSE
β”œβ”€ deep-extend@0.4.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/unclechu/node-deep-extend
β”‚ β”œβ”€ publisher: Viacheslav Lotsmanov
β”‚ β”œβ”€ email: lotsmanov89@gmail.com
β”‚ β”œβ”€ path: ./node_modules/rc/node_modules/deep-extend
β”‚ └─ licenseFile: ./node_modules/rc/node_modules/deep-extend/LICENSE
β”œβ”€ deep-extend@0.5.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/unclechu/node-deep-extend
β”‚ β”œβ”€ publisher: Viacheslav Lotsmanov
β”‚ β”œβ”€ email: lotsmanov89@gmail.com
β”‚ β”œβ”€ path: ./node_modules/deep-extend
β”‚ └─ licenseFile: ./node_modules/deep-extend/LICENSE
β”œβ”€ deep-is@0.1.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/thlorenz/deep-is
β”‚ β”œβ”€ publisher: Thorsten Lorenz
β”‚ β”œβ”€ email: thlorenz@gmx.de
β”‚ β”œβ”€ url: http://thlorenz.com
β”‚ β”œβ”€ path: ./node_modules/deep-is
β”‚ └─ licenseFile: ./node_modules/deep-is/LICENSE
β”œβ”€ defined@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/substack/defined
β”‚ β”œβ”€ publisher: James Halliday
β”‚ β”œβ”€ email: mail@substack.net
β”‚ β”œβ”€ url: http://substack.net
β”‚ β”œβ”€ path: ./node_modules/defined
β”‚ └─ licenseFile: ./node_modules/defined/LICENSE
β”œβ”€ del@2.2.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/del
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/del
β”‚ └─ licenseFile: ./node_modules/del/license
β”œβ”€ delayed-stream@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/felixge/node-delayed-stream
β”‚ β”œβ”€ publisher: Felix GeisendΓΆrfer
β”‚ β”œβ”€ email: felix@debuggable.com
β”‚ β”œβ”€ url: http://debuggable.com/
β”‚ β”œβ”€ path: ./node_modules/delayed-stream
β”‚ └─ licenseFile: ./node_modules/delayed-stream/License
β”œβ”€ delegates@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/visionmedia/node-delegates
β”‚ β”œβ”€ path: ./node_modules/delegates
β”‚ └─ licenseFile: ./node_modules/delegates/License
β”œβ”€ depd@1.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/dougwilson/nodejs-depd
β”‚ β”œβ”€ publisher: Douglas Christopher Wilson
β”‚ β”œβ”€ email: doug@somethingdoug.com
β”‚ β”œβ”€ path: ./node_modules/depd
β”‚ └─ licenseFile: ./node_modules/depd/LICENSE
β”œβ”€ des.js@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/indutny/des.js
β”‚ β”œβ”€ publisher: Fedor Indutny
β”‚ β”œβ”€ email: fedor@indutny.com
β”‚ β”œβ”€ path: ./node_modules/des.js
β”‚ └─ licenseFile: ./node_modules/des.js/README.md
β”œβ”€ destroy@1.0.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/stream-utils/destroy
β”‚ β”œβ”€ publisher: Jonathan Ong
β”‚ β”œβ”€ email: me@jongleberry.com
β”‚ β”œβ”€ url: http://jongleberry.com
β”‚ β”œβ”€ path: ./node_modules/destroy
β”‚ └─ licenseFile: ./node_modules/destroy/LICENSE
β”œβ”€ detect-indent@4.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/detect-indent
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/detect-indent
β”‚ └─ licenseFile: ./node_modules/detect-indent/license
β”œβ”€ detect-libc@1.0.2
β”‚ β”œβ”€ licenses: Apache-2.0
β”‚ β”œβ”€ repository: https://github.com/lovell/detect-libc
β”‚ β”œβ”€ publisher: Lovell Fuller
β”‚ β”œβ”€ email: npm@lovell.info
β”‚ β”œβ”€ path: ./node_modules/fsevents/node_modules/detect-libc
β”‚ └─ licenseFile: ./node_modules/fsevents/node_modules/detect-libc/LICENSE
β”œβ”€ detect-libc@1.0.3
β”‚ β”œβ”€ licenses: Apache-2.0
β”‚ β”œβ”€ repository: https://github.com/lovell/detect-libc
β”‚ β”œβ”€ publisher: Lovell Fuller
β”‚ β”œβ”€ email: npm@lovell.info
β”‚ β”œβ”€ path: ./node_modules/detect-libc
β”‚ └─ licenseFile: ./node_modules/detect-libc/LICENSE
β”œβ”€ dev-ip@1.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/shakyshane/dev-ip
β”‚ β”œβ”€ publisher: Shane Osbourne
β”‚ β”œβ”€ email: shane.osbourne8@gmail.com
β”‚ β”œβ”€ path: ./node_modules/dev-ip
β”‚ └─ licenseFile: ./node_modules/dev-ip/README.md
β”œβ”€ devtools-timeline-model@1.1.6
β”‚ β”œβ”€ licenses: Apache-2.0
β”‚ β”œβ”€ repository: https://github.com/paulirish/devtools-timeline-model
β”‚ β”œβ”€ publisher: Paul Irish
β”‚ β”œβ”€ url: github.com/paulirish
β”‚ β”œβ”€ path: ./node_modules/devtools-timeline-model
β”‚ └─ licenseFile: ./node_modules/devtools-timeline-model/license
β”œβ”€ dezalgo@1.0.3
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/npm/dezalgo
β”‚ β”œβ”€ publisher: Isaac Z. Schlueter
β”‚ β”œβ”€ email: i@izs.me
β”‚ β”œβ”€ url: http://blog.izs.me/
β”‚ β”œβ”€ path: ./node_modules/dezalgo
β”‚ └─ licenseFile: ./node_modules/dezalgo/LICENSE
β”œβ”€ diffie-hellman@5.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/crypto-browserify/diffie-hellman
β”‚ β”œβ”€ publisher: Calvin Metcalf
β”‚ β”œβ”€ path: ./node_modules/diffie-hellman
β”‚ └─ licenseFile: ./node_modules/diffie-hellman/readme.md
β”œβ”€ doctrine@2.0.2
β”‚ β”œβ”€ licenses: Apache-2.0
β”‚ β”œβ”€ repository: https://github.com/eslint/doctrine
β”‚ β”œβ”€ path: ./node_modules/doctrine
β”‚ └─ licenseFile: ./node_modules/doctrine/LICENSE
β”œβ”€ domain-browser@1.1.7
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/bevry/domain-browser
β”‚ β”œβ”€ publisher: 2013+ Bevry Pty Ltd
β”‚ β”œβ”€ email: us@bevry.me
β”‚ β”œβ”€ url: http://bevry.me
β”‚ β”œβ”€ path: ./node_modules/domain-browser
β”‚ └─ licenseFile: ./node_modules/domain-browser/LICENSE.md
β”œβ”€ dot-prop@4.2.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/dot-prop
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/dot-prop
β”‚ └─ licenseFile: ./node_modules/dot-prop/license
β”œβ”€ duplexer3@0.1.4
β”‚ β”œβ”€ licenses: BSD-3-Clause
β”‚ β”œβ”€ repository: https://github.com/floatdrop/duplexer3
β”‚ β”œβ”€ publisher: Conrad Pankoff
β”‚ β”œβ”€ email: deoxxa@fknsrs.biz
β”‚ β”œβ”€ url: http://www.fknsrs.biz/
β”‚ β”œβ”€ path: ./node_modules/duplexer3
β”‚ └─ licenseFile: ./node_modules/duplexer3/LICENSE.md
β”œβ”€ easy-extender@2.3.2
β”‚ β”œβ”€ licenses: Apache-2.0
β”‚ β”œβ”€ repository: https://github.com/shakyshane/easy-extender
β”‚ β”œβ”€ publisher: Shane Osbourne
β”‚ β”œβ”€ path: ./node_modules/easy-extender
β”‚ └─ licenseFile: ./node_modules/easy-extender/LICENSE
β”œβ”€ eazy-logger@3.0.2
β”‚ β”œβ”€ licenses: Apache 2.0
β”‚ β”œβ”€ repository: https://github.com/shakyshane/easy-logger
β”‚ β”œβ”€ publisher: Shane Osbourne
β”‚ β”œβ”€ path: ./node_modules/eazy-logger
β”‚ └─ licenseFile: ./node_modules/eazy-logger/LICENSE
β”œβ”€ ecc-jsbn@0.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/quartzjer/ecc-jsbn
β”‚ β”œβ”€ publisher: Jeremie Miller
β”‚ β”œβ”€ email: jeremie@jabber.org
β”‚ β”œβ”€ url: http://jeremie.com/
β”‚ β”œβ”€ path: ./node_modules/ecc-jsbn
β”‚ └─ licenseFile: ./node_modules/ecc-jsbn/LICENSE
β”œβ”€ ee-first@1.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/jonathanong/ee-first
β”‚ β”œβ”€ publisher: Jonathan Ong
β”‚ β”œβ”€ email: me@jongleberry.com
β”‚ β”œβ”€ url: http://jongleberry.com
β”‚ β”œβ”€ path: ./node_modules/ee-first
β”‚ └─ licenseFile: ./node_modules/ee-first/LICENSE
β”œβ”€ electron-to-chromium@1.3.28
β”‚ β”œβ”€ licenses: ISC
β”‚ β”œβ”€ repository: https://github.com/kilian/electron-to-chromium
β”‚ β”œβ”€ publisher: Kilian Valkhof
β”‚ β”œβ”€ path: ./node_modules/electron-to-chromium
β”‚ └─ licenseFile: ./node_modules/electron-to-chromium/README.md
β”œβ”€ elegant-spinner@1.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/elegant-spinner
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/elegant-spinner
β”‚ └─ licenseFile: ./node_modules/elegant-spinner/license
β”œβ”€ elliptic@6.4.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/indutny/elliptic
β”‚ β”œβ”€ publisher: Fedor Indutny
β”‚ β”œβ”€ email: fedor@indutny.com
β”‚ β”œβ”€ path: ./node_modules/elliptic
β”‚ └─ licenseFile: ./node_modules/elliptic/README.md
β”œβ”€ emitter-steward@1.0.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/shakyShane/emitter-steward
β”‚ β”œβ”€ publisher: Shane Osbourne
β”‚ β”œβ”€ path: ./node_modules/emitter-steward
β”‚ └─ licenseFile: ./node_modules/emitter-steward/README.md
β”œβ”€ emojis-list@2.1.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/kikobeats/emojis-list
β”‚ β”œβ”€ publisher: Kiko Beats
β”‚ β”œβ”€ email: josefrancisco.verdu@gmail.com
β”‚ β”œβ”€ url: https://github.com/Kikobeats
β”‚ β”œβ”€ path: ./node_modules/emojis-list
β”‚ └─ licenseFile: ./node_modules/emojis-list/LICENSE.md
β”œβ”€ encodeurl@1.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/pillarjs/encodeurl
β”‚ β”œβ”€ path: ./node_modules/encodeurl
β”‚ └─ licenseFile: ./node_modules/encodeurl/LICENSE
β”œβ”€ engine.io-client@1.8.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/socketio/engine.io-client
β”‚ β”œβ”€ path: ./node_modules/engine.io-client
β”‚ └─ licenseFile: ./node_modules/engine.io-client/LICENSE
β”œβ”€ engine.io-parser@1.3.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/socketio/engine.io-parser
β”‚ β”œβ”€ path: ./node_modules/engine.io-parser
β”‚ └─ licenseFile: ./node_modules/engine.io-parser/LICENSE
β”œβ”€ engine.io@1.8.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/socketio/engine.io
β”‚ β”œβ”€ publisher: Guillermo Rauch
β”‚ β”œβ”€ email: guillermo@learnboost.com
β”‚ β”œβ”€ path: ./node_modules/engine.io
β”‚ └─ licenseFile: ./node_modules/engine.io/LICENSE
β”œβ”€ enhanced-resolve@3.4.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/webpack/enhanced-resolve
β”‚ β”œβ”€ publisher: Tobias Koppers @sokra
β”‚ β”œβ”€ path: ./node_modules/enhanced-resolve
β”‚ └─ licenseFile: ./node_modules/enhanced-resolve/README.md
β”œβ”€ errno@0.1.6
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/rvagg/node-errno
β”‚ β”œβ”€ path: ./node_modules/errno
β”‚ └─ licenseFile: ./node_modules/errno/README.md
β”œβ”€ error-ex@1.3.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/qix-/node-error-ex
β”‚ β”œβ”€ path: ./node_modules/error-ex
β”‚ └─ licenseFile: ./node_modules/error-ex/LICENSE
β”œβ”€ es3ify@0.1.4
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/spicyj/es3ify
β”‚ β”œβ”€ publisher: Ben Alpert
β”‚ β”œβ”€ email: ben@benalpert.com
β”‚ β”œβ”€ url: http://benalpert.com
β”‚ β”œβ”€ path: ./node_modules/es3ify
β”‚ └─ licenseFile: ./node_modules/es3ify/LICENSE
β”œβ”€ es5-ext@0.10.37
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/medikoo/es5-ext
β”‚ β”œβ”€ publisher: Mariusz Nowak
β”‚ β”œβ”€ email: medyk@medikoo.com
β”‚ β”œβ”€ url: http://www.medikoo.com/
β”‚ β”œβ”€ path: ./node_modules/es5-ext
β”‚ └─ licenseFile: ./node_modules/es5-ext/LICENSE
β”œβ”€ es6-iterator@2.0.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/medikoo/es6-iterator
β”‚ β”œβ”€ publisher: Mariusz Nowak
β”‚ β”œβ”€ email: medyk@medikoo.com
β”‚ β”œβ”€ url: http://www.medikoo.com/
β”‚ β”œβ”€ path: ./node_modules/es6-iterator
β”‚ └─ licenseFile: ./node_modules/es6-iterator/LICENSE
β”œβ”€ es6-map@0.1.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/medikoo/es6-map
β”‚ β”œβ”€ publisher: Mariusz Nowak
β”‚ β”œβ”€ email: medyk@medikoo.com
β”‚ β”œβ”€ url: http://www.medikoo.com/
β”‚ β”œβ”€ path: ./node_modules/es6-map
β”‚ └─ licenseFile: ./node_modules/es6-map/LICENSE
β”œβ”€ es6-set@0.1.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/medikoo/es6-set
β”‚ β”œβ”€ publisher: Mariusz Nowak
β”‚ β”œβ”€ email: medyk@medikoo.com
β”‚ β”œβ”€ url: http://www.medikoo.com/
β”‚ β”œβ”€ path: ./node_modules/es6-set
β”‚ └─ licenseFile: ./node_modules/es6-set/LICENSE
β”œβ”€ es6-symbol@3.1.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/medikoo/es6-symbol
β”‚ β”œβ”€ publisher: Mariusz Nowak
β”‚ β”œβ”€ email: medyk@medikoo.com
β”‚ β”œβ”€ url: http://www.medikoo.com/
β”‚ β”œβ”€ path: ./node_modules/es6-symbol
β”‚ └─ licenseFile: ./node_modules/es6-symbol/LICENSE
β”œβ”€ es6-templates@0.2.3
β”‚ β”œβ”€ licenses: Apache*
β”‚ β”œβ”€ repository: https://github.com/esnext/es6-templates
β”‚ β”œβ”€ publisher: Square, Inc.
β”‚ β”œβ”€ path: ./node_modules/es6-templates
β”‚ └─ licenseFile: ./node_modules/es6-templates/LICENSE
β”œβ”€ es6-weak-map@2.0.2
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/medikoo/es6-weak-map
β”‚ β”œβ”€ publisher: Mariusz Nowak
β”‚ β”œβ”€ email: medyk@medikoo.com
β”‚ β”œβ”€ url: http://www.medikoo.com/
β”‚ β”œβ”€ path: ./node_modules/es6-weak-map
β”‚ └─ licenseFile: ./node_modules/es6-weak-map/LICENSE
β”œβ”€ escape-html@1.0.3
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/component/escape-html
β”‚ β”œβ”€ path: ./node_modules/escape-html
β”‚ └─ licenseFile: ./node_modules/escape-html/LICENSE
β”œβ”€ escape-string-regexp@1.0.5
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/sindresorhus/escape-string-regexp
β”‚ β”œβ”€ publisher: Sindre Sorhus
β”‚ β”œβ”€ email: sindresorhus@gmail.com
β”‚ β”œβ”€ url: sindresorhus.com
β”‚ β”œβ”€ path: ./node_modules/escape-string-regexp
β”‚ └─ licenseFile: ./node_modules/escape-string-regexp/license
β”œβ”€ escope@3.6.0
β”‚ β”œβ”€ licenses: BSD-2-Clause
β”‚ β”œβ”€ repository: https://github.com/estools/escope
β”‚ β”œβ”€ path: ./node_modules/escope
β”‚ └─ licenseFile: ./node_modules/escope/LICENSE.BSD
β”œβ”€ eslint-config-prettier@2.9.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/prettier/eslint-config-prettier
β”‚ β”œβ”€ publisher: Simon Lydell
β”‚ β”œβ”€ path: ./node_modules/eslint-config-prettier
β”‚ └─ licenseFile: ./node_modules/eslint-config-prettier/LICENSE
β”œβ”€ eslint-plugin-prettier@2.4.0
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/prettier/eslint-plugin-prettier
β”‚ β”œβ”€ publisher: Teddy Katz
β”‚ β”œβ”€ path: ./node_modules/eslint-plugin-prettier
β”‚ └─ licenseFile: ./node_modules/eslint-plugin-prettier/LICENSE.md
β”œβ”€ eslint-scope@3.7.1
β”‚ β”œβ”€ licenses: BSD-2-Clause
β”‚ β”œβ”€ repository: https://github.com/eslint/eslint-scope
β”‚ β”œβ”€ path: ./node_modules/eslint-scope
β”‚ └─ licenseFile: ./node_modules/eslint-scope/LICENSE
β”œβ”€ eslint@4.13.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/eslint/eslint
β”‚ β”œβ”€ publisher: Nicholas C. Zakas
β”‚ β”œβ”€ email: nicholas+npm@nczconsulting.com
β”‚ β”œβ”€ path: ./node_modules/eslint
β”‚ └─ licenseFile: ./node_modules/eslint/LICENSE
β”œβ”€ esmangle-evaluator@1.0.1
β”‚ β”œβ”€ licenses: MIT
β”‚ β”œβ”€ repository: https://github.com/zertosh/esmangle-evaluator
β”‚ β”œβ”€ publisher: Andres Suarez
β”‚ β”œβ”€ email: zertosh@gmail.com
β”‚ β”œβ”€ path: ./node_modules/esmangle-evaluator
β”‚ └─ licenseFile: ./node_modules/esmangle-evaluator/README.md
β”œβ”€ espree@3.5.2
β”‚ β”œβ”€ licenses: BSD-2-Clause
β”‚ β”œβ”€ repository: https://github.com/eslint/espree
β”‚ β”œβ”€ publisher: Nicholas C. Zakas
β”‚ β”œβ”€ email: nicholas+npm@nczconsulting.com
β”‚ β”œβ”€ path: ./node_modules/espree
β”‚ └─ licenseFile: ./node_modules/espree/LICENSE
β”œβ”€ esprima-fb@15001.1001.0-dev-harmony-fb
β”‚ β”œβ”€ licenses: BSD
β”‚ β”œβ”€ repository: https://github.com/facebook/esprima
β”‚ β”œβ”€ publisher: Ariya Hidayat
β”‚ β”œβ”€ email: ariya.hidayat@gmail.com
β”‚ β”œβ”€ path: ./node_modules/unreachable-branch-transform/node_modules/esprima-fb
β”‚ └─ licenseFile: ./node_modules/unreachable-branch-transform/node_modules/esprima-fb/README.md
β”œβ”€ esprima-fb@3001.1.0-dev-harmony-fb
β”‚ β”œβ”€ licenses: BSD
β”‚ β”œβ”€ repository: https://github.com/facebook/esprima
β”‚ β”œβ”€ path: ./node_modules/esprima-fb
β”‚ └─ licenseFile: ./node_modules/esprima-fb/LICENSE.BSD
β”œβ”€ esprima@2.7.3
β”‚ β”œβ”€ licenses: BSD-2-Clause
β”‚ β”œβ”€ repository: https://github.com/jquery/esprima
β”‚ β”œβ”€ publishe