Skip to content

UltCombo/ultcombo.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Ult’s home Unicorn badge. Bless Ramen badge.

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, WAI-ARIA and RDFa/Microdata 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 guideline is a good reference.

Use 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 or command line tool, 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 when committing changes, therefore developers should not have to worry about formatting code manually.

Development

  • Install Node.js 8+ and Yarn.
  • 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

  • Add offline and install capabilities through Service Workers with the Workbox toolset.
  • Optimize, bundle and minify HTML, CSS and JavaScript resources through Webpack.
  • Enforce linting and Prettier code style through ESLint.
  • Add precommit hook to automatically lint and build the site through lint-staged and Husky.
  • Polyfill missing browser features as needed through Polyfill.io.
  • Preload critical resources and preconnect to external APIs.
  • Defer loading scripts.
  • Inline critical CSS and defer non-critical styles.
  • Avoid render-blocking web fonts through the font-display property.
  • Optimize raster images for different displays (Retina).
  • Generate and optimize app icons for all platforms through RealFaviconGenerator.
  • Add social meta tags (Open Graph, Twitter Cards).
  • Track user interaction with Google Analytics.
  • Lint HTML with the Nu Html Checker (v.Nu).
  • Enforce CSS code style (with stylelint or Prettier?).
  • Lint web font usage to prevent browsers from synthesizing sub-par typefaces through faux-pas.
  • Add API testing (with AVA?).
  • Create Docker image to ease development setup.
  • Add CI to lint, run API tests and Lighthouse audits on pull requests.
  • Subset fonts through 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.
  • Document guidelines, development instructions, scripts and roadmap.

License

The application is licensed under the MIT License.

The application makes use of Assistive Technology (AT) supporting code from HTML5 Boilerplate, licensed under the MIT License.

The application embeds the GradeGX font created by Adam Twardoch, licensed under the SIL Open Font License (OFL).

The application embeds a modified version of the Termynal library by Ines Montani, 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
β”‚  β”œβ”€ publisher: Ariya Hidayat
β”‚  β”œβ”€ email: ariya.hidayat@gmail.com
β”‚  β”œβ”€ path: ./node_modules/svgo/node_modules/esprima
β”‚  └─ licenseFile: ./node_modules/svgo/node_modules/esprima/LICENSE.BSD
β”œβ”€ esprima@3.1.3
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/jquery/esprima
β”‚  β”œβ”€ publisher: Ariya Hidayat
β”‚  β”œβ”€ email: ariya.hidayat@gmail.com
β”‚  β”œβ”€ path: ./node_modules/recast/node_modules/esprima
β”‚  └─ licenseFile: ./node_modules/recast/node_modules/esprima/LICENSE.BSD
β”œβ”€ esprima@4.0.0
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/jquery/esprima
β”‚  β”œβ”€ publisher: Ariya Hidayat
β”‚  β”œβ”€ email: ariya.hidayat@gmail.com
β”‚  β”œβ”€ path: ./node_modules/esprima
β”‚  └─ licenseFile: ./node_modules/esprima/LICENSE.BSD
β”œβ”€ esquery@1.0.0
β”‚  β”œβ”€ licenses: BSD*
β”‚  β”œβ”€ repository: https://github.com/jrfeenst/esquery
β”‚  β”œβ”€ publisher: Joel Feenstra
β”‚  β”œβ”€ email: jrfeenst+esquery@gmail.com
β”‚  β”œβ”€ path: ./node_modules/esquery
β”‚  └─ licenseFile: ./node_modules/esquery/license.txt
β”œβ”€ esrecurse@4.2.0
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/estools/esrecurse
β”‚  β”œβ”€ path: ./node_modules/esrecurse
β”‚  └─ licenseFile: ./node_modules/esrecurse/README.md
β”œβ”€ estraverse@4.2.0
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/estools/estraverse
β”‚  β”œβ”€ path: ./node_modules/estraverse
β”‚  └─ licenseFile: ./node_modules/estraverse/LICENSE.BSD
β”œβ”€ esutils@2.0.2
β”‚  β”œβ”€ licenses: BSD
β”‚  β”œβ”€ repository: https://github.com/estools/esutils
β”‚  β”œβ”€ path: ./node_modules/esutils
β”‚  └─ licenseFile: ./node_modules/esutils/LICENSE.BSD
β”œβ”€ etag@1.8.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/etag
β”‚  β”œβ”€ path: ./node_modules/etag
β”‚  └─ licenseFile: ./node_modules/etag/LICENSE
β”œβ”€ event-emitter@0.3.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/medikoo/event-emitter
β”‚  β”œβ”€ publisher: Mariusz Nowak
β”‚  β”œβ”€ email: medyk@medikoo.com
β”‚  β”œβ”€ url: http://www.medikoo.com/
β”‚  β”œβ”€ path: ./node_modules/event-emitter
β”‚  └─ licenseFile: ./node_modules/event-emitter/LICENSE
β”œβ”€ eventemitter3@1.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/primus/eventemitter3
β”‚  β”œβ”€ publisher: Arnout Kazemier
β”‚  β”œβ”€ path: ./node_modules/eventemitter3
β”‚  └─ licenseFile: ./node_modules/eventemitter3/LICENSE
β”œβ”€ events@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Gozala/events
β”‚  β”œβ”€ publisher: Irakli Gozalishvili
β”‚  β”œβ”€ email: rfobic@gmail.com
β”‚  β”œβ”€ url: http://jeditoolkit.com
β”‚  β”œβ”€ path: ./node_modules/events
β”‚  └─ licenseFile: ./node_modules/events/LICENSE
β”œβ”€ evp_bytestokey@1.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/EVP_BytesToKey
β”‚  β”œβ”€ publisher: Calvin Metcalf
β”‚  β”œβ”€ email: calvin.metcalf@gmail.com
β”‚  β”œβ”€ path: ./node_modules/evp_bytestokey
β”‚  └─ licenseFile: ./node_modules/evp_bytestokey/LICENSE
β”œβ”€ execa@0.7.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/execa
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/execa
β”‚  └─ licenseFile: ./node_modules/execa/license
β”œβ”€ execa@0.8.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/execa
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/lint-staged/node_modules/execa
β”‚  └─ licenseFile: ./node_modules/lint-staged/node_modules/execa/license
β”œβ”€ exit-hook@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/exit-hook
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/exit-hook
β”‚  └─ licenseFile: ./node_modules/exit-hook/readme.md
β”œβ”€ expand-brackets@0.1.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/expand-brackets
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/expand-brackets
β”‚  └─ licenseFile: ./node_modules/expand-brackets/LICENSE
β”œβ”€ expand-range@1.8.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/expand-range
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/expand-range
β”‚  └─ licenseFile: ./node_modules/expand-range/LICENSE
β”œβ”€ express@2.5.11
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/visionmedia/express
β”‚  β”œβ”€ publisher: TJ Holowaychuk
β”‚  β”œβ”€ email: tj@vision-media.ca
β”‚  β”œβ”€ path: ./node_modules/express
β”‚  └─ licenseFile: ./node_modules/express/LICENSE
β”œβ”€ extend@3.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/justmoon/node-extend
β”‚  β”œβ”€ publisher: Stefan Thomas
β”‚  β”œβ”€ email: justmoon@members.fsf.org
β”‚  β”œβ”€ url: http://www.justmoon.net
β”‚  β”œβ”€ path: ./node_modules/extend
β”‚  └─ licenseFile: ./node_modules/extend/LICENSE
β”œβ”€ external-editor@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mrkmg/node-external-editor
β”‚  β”œβ”€ publisher: Kevin Gravier
β”‚  β”œβ”€ email: kevin@mrkmg.com
β”‚  β”œβ”€ url: https://mrkmg.com
β”‚  β”œβ”€ path: ./node_modules/external-editor
β”‚  └─ licenseFile: ./node_modules/external-editor/LICENSE
β”œβ”€ extglob@0.3.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/extglob
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/extglob
β”‚  └─ licenseFile: ./node_modules/extglob/LICENSE
β”œβ”€ extract-loader@1.0.1
β”‚  β”œβ”€ licenses: Unlicense
β”‚  β”œβ”€ repository: https://github.com/peerigon/extract-loader
β”‚  β”œβ”€ publisher: peerigon
β”‚  β”œβ”€ email: developers@peerigon.com
β”‚  β”œβ”€ path: ./node_modules/extract-loader
β”‚  └─ licenseFile: ./node_modules/extract-loader/LICENSE
β”œβ”€ extract-text-webpack-plugin@3.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack-contrib/extract-text-webpack-plugin
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/extract-text-webpack-plugin
β”‚  └─ licenseFile: ./node_modules/extract-text-webpack-plugin/LICENSE
β”œβ”€ extsprintf@1.0.2
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/davepacheco/node-extsprintf
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/extsprintf
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/extsprintf/LICENSE
β”œβ”€ extsprintf@1.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/davepacheco/node-extsprintf
β”‚  β”œβ”€ path: ./node_modules/extsprintf
β”‚  └─ licenseFile: ./node_modules/extsprintf/LICENSE
β”œβ”€ extsprintf@1.4.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/davepacheco/node-extsprintf
β”‚  β”œβ”€ path: ./node_modules/verror/node_modules/extsprintf
β”‚  └─ licenseFile: ./node_modules/verror/node_modules/extsprintf/LICENSE
β”œβ”€ falafel@1.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/node-falafel
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/falafel
β”‚  └─ licenseFile: ./node_modules/falafel/readme.markdown
β”œβ”€ fast-deep-equal@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/epoberezkin/fast-deep-equal
β”‚  β”œβ”€ publisher: Evgeny Poberezkin
β”‚  β”œβ”€ path: ./node_modules/fast-deep-equal
β”‚  └─ licenseFile: ./node_modules/fast-deep-equal/LICENSE
β”œβ”€ fast-diff@1.1.2
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/jhchen/fast-diff
β”‚  β”œβ”€ publisher: Jason Chen
β”‚  β”œβ”€ email: jhchen7@gmail.com
β”‚  β”œβ”€ path: ./node_modules/fast-diff
β”‚  └─ licenseFile: ./node_modules/fast-diff/README.md
β”œβ”€ fast-json-stable-stringify@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/epoberezkin/fast-json-stable-stringify
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/fast-json-stable-stringify
β”‚  └─ licenseFile: ./node_modules/fast-json-stable-stringify/LICENSE
β”œβ”€ fast-levenshtein@2.0.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/hiddentao/fast-levenshtein
β”‚  β”œβ”€ publisher: Ramesh Nair
β”‚  β”œβ”€ email: ram@hiddentao.com
β”‚  β”œβ”€ url: http://www.hiddentao.com/
β”‚  β”œβ”€ path: ./node_modules/fast-levenshtein
β”‚  └─ licenseFile: ./node_modules/fast-levenshtein/LICENSE.md
β”œβ”€ fastparse@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/fastparse
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/fastparse
β”‚  └─ licenseFile: ./node_modules/fastparse/README.md
β”œβ”€ fg-faux-pas@1.0.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/filamentgroup/faux-pas
β”‚  β”œβ”€ publisher: zachleat
β”‚  β”œβ”€ email: zachleatherman@gmail.com
β”‚  β”œβ”€ url: http://zachleat.com/
β”‚  β”œβ”€ path: ./node_modules/fg-faux-pas
β”‚  └─ licenseFile: ./node_modules/fg-faux-pas/README.md
β”œβ”€ figures@1.7.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/figures
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/figures
β”‚  └─ licenseFile: ./node_modules/figures/license
β”œβ”€ figures@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/figures
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/inquirer/node_modules/figures
β”‚  └─ licenseFile: ./node_modules/inquirer/node_modules/figures/license
β”œβ”€ file-entry-cache@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/royriojas/file-entry-cache
β”‚  β”œβ”€ publisher: Roy Riojas
β”‚  β”œβ”€ url: http://royriojas.com
β”‚  β”œβ”€ path: ./node_modules/file-entry-cache
β”‚  └─ licenseFile: ./node_modules/file-entry-cache/LICENSE
β”œβ”€ file-loader@0.8.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/file-loader
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/string-replace-webpack-plugin/node_modules/file-loader
β”‚  └─ licenseFile: ./node_modules/string-replace-webpack-plugin/node_modules/file-loader/README.md
β”œβ”€ file-loader@1.1.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/file-loader
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/file-loader
β”‚  └─ licenseFile: ./node_modules/file-loader/LICENSE
β”œβ”€ filename-regex@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/regexhq/filename-regex
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/filename-regex
β”‚  └─ licenseFile: ./node_modules/filename-regex/LICENSE
β”œβ”€ fill-range@2.2.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/fill-range
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/fill-range
β”‚  └─ licenseFile: ./node_modules/fill-range/LICENSE
β”œβ”€ finalhandler@0.5.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/pillarjs/finalhandler
β”‚  β”œβ”€ publisher: Douglas Christopher Wilson
β”‚  β”œβ”€ email: doug@somethingdoug.com
β”‚  β”œβ”€ path: ./node_modules/finalhandler
β”‚  └─ licenseFile: ./node_modules/finalhandler/LICENSE
β”œβ”€ finalhandler@1.0.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/pillarjs/finalhandler
β”‚  β”œβ”€ publisher: Douglas Christopher Wilson
β”‚  β”œβ”€ email: doug@somethingdoug.com
β”‚  β”œβ”€ path: ./node_modules/node-faux-pas/node_modules/finalhandler
β”‚  └─ licenseFile: ./node_modules/node-faux-pas/node_modules/finalhandler/LICENSE
β”œβ”€ find-parent-dir@0.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/thlorenz/find-parent-dir
β”‚  β”œβ”€ publisher: Thorsten Lorenz
β”‚  β”œβ”€ email: thlorenz@gmx.de
β”‚  β”œβ”€ url: http://thlorenz.com
β”‚  β”œβ”€ path: ./node_modules/find-parent-dir
β”‚  └─ licenseFile: ./node_modules/find-parent-dir/LICENSE
β”œβ”€ find-replace@1.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/75lb/find-replace
β”‚  β”œβ”€ publisher: Lloyd Brookes
β”‚  β”œβ”€ email: 75pound@gmail.com
β”‚  β”œβ”€ path: ./node_modules/find-replace
β”‚  └─ licenseFile: ./node_modules/find-replace/LICENSE
β”œβ”€ find-up@1.1.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/find-up
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/find-up
β”‚  └─ licenseFile: ./node_modules/find-up/license
β”œβ”€ find-up@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/find-up
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/webpack/node_modules/find-up
β”‚  └─ licenseFile: ./node_modules/webpack/node_modules/find-up/license
β”œβ”€ flat-cache@1.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/royriojas/flat-cache
β”‚  β”œβ”€ publisher: Roy Riojas
β”‚  β”œβ”€ url: http://royriojas.com
β”‚  β”œβ”€ path: ./node_modules/flat-cache
β”‚  └─ licenseFile: ./node_modules/flat-cache/LICENSE
β”œβ”€ flatten@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jesusabdullah/node-flatten
β”‚  β”œβ”€ publisher: Joshua Holbrook
β”‚  β”œβ”€ email: josh.holbrook@gmail.com
β”‚  β”œβ”€ url: http://jesusabdullah.net
β”‚  β”œβ”€ path: ./node_modules/flatten
β”‚  └─ licenseFile: ./node_modules/flatten/LICENSE
β”œβ”€ for-in@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/for-in
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/for-in
β”‚  └─ licenseFile: ./node_modules/for-in/LICENSE
β”œβ”€ for-own@0.1.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/for-own
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/for-own
β”‚  └─ licenseFile: ./node_modules/for-own/LICENSE
β”œβ”€ foreach@2.0.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/manuelstofer/foreach
β”‚  β”œβ”€ publisher: Manuel Stofer
β”‚  β”œβ”€ email: manuel@takimata.ch
β”‚  β”œβ”€ path: ./node_modules/foreach
β”‚  └─ licenseFile: ./node_modules/foreach/LICENSE
β”œβ”€ forever-agent@0.6.1
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/mikeal/forever-agent
β”‚  β”œβ”€ publisher: Mikeal Rogers
β”‚  β”œβ”€ email: mikeal.rogers@gmail.com
β”‚  β”œβ”€ url: http://www.futurealoof.com
β”‚  β”œβ”€ path: ./node_modules/forever-agent
β”‚  └─ licenseFile: ./node_modules/forever-agent/LICENSE
β”œβ”€ form-data@2.1.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/form-data/form-data
β”‚  β”œβ”€ publisher: Felix GeisendΓΆrfer
β”‚  β”œβ”€ email: felix@debuggable.com
β”‚  β”œβ”€ url: http://debuggable.com/
β”‚  β”œβ”€ path: ./node_modules/form-data
β”‚  └─ licenseFile: ./node_modules/form-data/License
β”œβ”€ formidable@1.0.17
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/felixge/node-formidable
β”‚  β”œβ”€ path: ./node_modules/formidable
β”‚  └─ licenseFile: ./node_modules/formidable/LICENSE
β”œβ”€ fresh@0.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/fresh
β”‚  β”œβ”€ publisher: TJ Holowaychuk
β”‚  β”œβ”€ email: tj@vision-media.ca
β”‚  β”œβ”€ url: http://tjholowaychuk.com
β”‚  β”œβ”€ path: ./node_modules/fresh
β”‚  └─ licenseFile: ./node_modules/fresh/LICENSE
β”œβ”€ fresh@0.5.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/fresh
β”‚  β”œβ”€ publisher: TJ Holowaychuk
β”‚  β”œβ”€ email: tj@vision-media.ca
β”‚  β”œβ”€ url: http://tjholowaychuk.com
β”‚  β”œβ”€ path: ./node_modules/send/node_modules/fresh
β”‚  └─ licenseFile: ./node_modules/send/node_modules/fresh/LICENSE
β”œβ”€ fresh@0.5.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/fresh
β”‚  β”œβ”€ publisher: TJ Holowaychuk
β”‚  β”œβ”€ email: tj@vision-media.ca
β”‚  β”œβ”€ url: http://tjholowaychuk.com
β”‚  β”œβ”€ path: ./node_modules/node-faux-pas/node_modules/fresh
β”‚  └─ licenseFile: ./node_modules/node-faux-pas/node_modules/fresh/LICENSE
β”œβ”€ fs-extra@3.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jprichardson/node-fs-extra
β”‚  β”œβ”€ publisher: JP Richardson
β”‚  β”œβ”€ email: jprichardson@gmail.com
β”‚  β”œβ”€ path: ./node_modules/fs-extra
β”‚  └─ licenseFile: ./node_modules/fs-extra/LICENSE
β”œβ”€ fs.realpath@1.0.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/fs.realpath
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/fs.realpath
β”‚  └─ licenseFile: ./node_modules/fs.realpath/LICENSE
β”œβ”€ fsevents@1.1.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/strongloop/fsevents
β”‚  β”œβ”€ publisher: Philipp Dunkel
β”‚  β”œβ”€ email: pip@pipobscure.com
β”‚  β”œβ”€ path: ./node_modules/fsevents
β”‚  └─ licenseFile: ./node_modules/fsevents/LICENSE
β”œβ”€ fstream-ignore@1.0.5
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/fstream-ignore
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/fstream-ignore
β”‚  └─ licenseFile: ./node_modules/fstream-ignore/LICENSE
β”œβ”€ fstream@1.0.11
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/fstream
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/fstream
β”‚  └─ licenseFile: ./node_modules/fstream/LICENSE
β”œβ”€ function-bind@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Raynos/function-bind
β”‚  β”œβ”€ publisher: Raynos
β”‚  β”œβ”€ email: raynos2@gmail.com
β”‚  β”œβ”€ path: ./node_modules/function-bind
β”‚  └─ licenseFile: ./node_modules/function-bind/LICENSE
β”œβ”€ functional-red-black-tree@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mikolalysenko/functional-red-black-tree
β”‚  β”œβ”€ publisher: Mikola Lysenko
β”‚  β”œβ”€ path: ./node_modules/functional-red-black-tree
β”‚  └─ licenseFile: ./node_modules/functional-red-black-tree/LICENSE
β”œβ”€ gauge@2.7.4
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/iarna/gauge
β”‚  β”œβ”€ publisher: Rebecca Turner
β”‚  β”œβ”€ email: me@re-becca.org
β”‚  β”œβ”€ path: ./node_modules/gauge
β”‚  └─ licenseFile: ./node_modules/gauge/LICENSE
β”œβ”€ get-caller-file@1.0.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/stefanpenner/get-caller-file
β”‚  β”œβ”€ publisher: Stefan Penner
β”‚  β”œβ”€ path: ./node_modules/get-caller-file
β”‚  └─ licenseFile: ./node_modules/get-caller-file/README.md
β”œβ”€ get-own-enumerable-property-symbols@2.0.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/mightyiam/get-own-enumerable-property-symbols
β”‚  β”œβ”€ publisher: Shahar Or
β”‚  β”œβ”€ email: mightyiampresence@gmail.com
β”‚  β”œβ”€ url: mightyiam
β”‚  β”œβ”€ path: ./node_modules/get-own-enumerable-property-symbols
β”‚  └─ licenseFile: ./node_modules/get-own-enumerable-property-symbols/README.md
β”œβ”€ get-stdin@4.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/get-stdin
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/redent/node_modules/get-stdin
β”‚  └─ licenseFile: ./node_modules/redent/node_modules/get-stdin/readme.md
β”œβ”€ get-stdin@5.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/get-stdin
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/get-stdin
β”‚  └─ licenseFile: ./node_modules/get-stdin/license
β”œβ”€ get-stream@3.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/get-stream
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/get-stream
β”‚  └─ licenseFile: ./node_modules/get-stream/license
β”œβ”€ getpass@0.1.7
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/arekinath/node-getpass
β”‚  β”œβ”€ publisher: Alex Wilson
β”‚  β”œβ”€ email: alex.wilson@joyent.com
β”‚  β”œβ”€ path: ./node_modules/getpass
β”‚  └─ licenseFile: ./node_modules/getpass/LICENSE
β”œβ”€ gl-matrix@2.3.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/toji/gl-matrix
β”‚  β”œβ”€ path: ./node_modules/gl-matrix
β”‚  └─ licenseFile: ./node_modules/gl-matrix/LICENSE.md
β”œβ”€ glob-base@0.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/glob-base
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/glob-base
β”‚  └─ licenseFile: ./node_modules/glob-base/LICENSE
β”œβ”€ glob-parent@2.0.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/es128/glob-parent
β”‚  β”œβ”€ publisher: Elan Shanker
β”‚  β”œβ”€ path: ./node_modules/glob-parent
β”‚  └─ licenseFile: ./node_modules/glob-parent/LICENSE
β”œβ”€ glob@7.1.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/node-glob
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/glob
β”‚  └─ licenseFile: ./node_modules/glob/LICENSE
β”œβ”€ global-dirs@0.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/global-dirs
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/global-dirs
β”‚  └─ licenseFile: ./node_modules/global-dirs/license
β”œβ”€ globals@11.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/globals
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/globals
β”‚  └─ licenseFile: ./node_modules/globals/license
β”œβ”€ globals@9.18.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/globals
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/babel-traverse/node_modules/globals
β”‚  └─ licenseFile: ./node_modules/babel-traverse/node_modules/globals/license
β”œβ”€ globby@5.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/globby
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/globby
β”‚  └─ licenseFile: ./node_modules/globby/license
β”œβ”€ got@6.7.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/got
β”‚  β”œβ”€ path: ./node_modules/got
β”‚  └─ licenseFile: ./node_modules/got/license
β”œβ”€ graceful-fs@4.1.11
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/node-graceful-fs
β”‚  β”œβ”€ path: ./node_modules/graceful-fs
β”‚  └─ licenseFile: ./node_modules/graceful-fs/LICENSE
β”œβ”€ handlebars@4.0.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/wycats/handlebars.js
β”‚  β”œβ”€ publisher: Yehuda Katz
β”‚  β”œβ”€ path: ./node_modules/handlebars
β”‚  └─ licenseFile: ./node_modules/handlebars/LICENSE
β”œβ”€ har-schema@1.0.5
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/ahmadnassri/har-schema
β”‚  β”œβ”€ publisher: Ahmad Nassri
β”‚  β”œβ”€ email: ahmad@ahmadnassri.com
β”‚  β”œβ”€ url: https://www.ahmadnassri.com/
β”‚  β”œβ”€ path: ./node_modules/har-schema
β”‚  └─ licenseFile: ./node_modules/har-schema/LICENSE
β”œβ”€ har-validator@4.2.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/ahmadnassri/har-validator
β”‚  β”œβ”€ publisher: Ahmad Nassri
β”‚  β”œβ”€ email: ahmad@ahmadnassri.com
β”‚  β”œβ”€ url: https://www.ahmadnassri.com/
β”‚  β”œβ”€ path: ./node_modules/har-validator
β”‚  └─ licenseFile: ./node_modules/har-validator/LICENSE
β”œβ”€ has-ansi@0.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/has-ansi
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/license-checker/node_modules/has-ansi
β”‚  └─ licenseFile: ./node_modules/license-checker/node_modules/has-ansi/readme.md
β”œβ”€ has-ansi@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/has-ansi
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/has-ansi
β”‚  └─ licenseFile: ./node_modules/has-ansi/license
β”œβ”€ has-binary@0.1.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ publisher: Kevin Roark
β”‚  β”œβ”€ path: ./node_modules/engine.io-parser/node_modules/has-binary
β”‚  └─ licenseFile: ./node_modules/engine.io-parser/node_modules/has-binary/LICENSE
β”œβ”€ has-binary@0.1.7
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ publisher: Kevin Roark
β”‚  β”œβ”€ path: ./node_modules/has-binary
β”‚  └─ licenseFile: ./node_modules/has-binary/LICENSE
β”œβ”€ has-cors@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/component/has-cors
β”‚  β”œβ”€ publisher: Nathan Rajlich
β”‚  β”œβ”€ email: nathan@tootallnate.net
β”‚  β”œβ”€ url: http://n8.io/
β”‚  β”œβ”€ path: ./node_modules/has-cors
β”‚  └─ licenseFile: ./node_modules/has-cors/Readme.md
β”œβ”€ has-flag@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/has-flag
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/postcss/node_modules/has-flag
β”‚  └─ licenseFile: ./node_modules/postcss/node_modules/has-flag/license
β”œβ”€ has-flag@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/has-flag
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/has-flag
β”‚  └─ licenseFile: ./node_modules/has-flag/license
β”œβ”€ has-unicode@2.0.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/iarna/has-unicode
β”‚  β”œβ”€ publisher: Rebecca Turner
β”‚  β”œβ”€ email: me@re-becca.org
β”‚  β”œβ”€ path: ./node_modules/has-unicode
β”‚  └─ licenseFile: ./node_modules/has-unicode/LICENSE
β”œβ”€ has@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/tarruda/has
β”‚  β”œβ”€ publisher: Thiago de Arruda
β”‚  β”œβ”€ email: tpadilha84@gmail.com
β”‚  β”œβ”€ path: ./node_modules/has
β”‚  └─ licenseFile: ./node_modules/has/README.mkd
β”œβ”€ hash-base@2.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/hash-base
β”‚  β”œβ”€ publisher: Kirill Fomichev
β”‚  β”œβ”€ email: fanatid@ya.ru
β”‚  β”œβ”€ url: https://github.com/fanatid
β”‚  β”œβ”€ path: ./node_modules/hash-base
β”‚  └─ licenseFile: ./node_modules/hash-base/README.md
β”œβ”€ hash-base@3.0.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/hash-base
β”‚  β”œβ”€ publisher: Kirill Fomichev
β”‚  β”œβ”€ email: fanatid@ya.ru
β”‚  β”œβ”€ url: https://github.com/fanatid
β”‚  β”œβ”€ path: ./node_modules/md5.js/node_modules/hash-base
β”‚  └─ licenseFile: ./node_modules/md5.js/node_modules/hash-base/LICENSE
β”œβ”€ hash.js@1.1.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/indutny/hash.js
β”‚  β”œβ”€ publisher: Fedor Indutny
β”‚  β”œβ”€ email: fedor@indutny.com
β”‚  β”œβ”€ path: ./node_modules/hash.js
β”‚  └─ licenseFile: ./node_modules/hash.js/README.md
β”œβ”€ hawk@3.1.3
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/hueniverse/hawk
β”‚  β”œβ”€ publisher: Eran Hammer
β”‚  β”œβ”€ email: eran@hammer.io
β”‚  β”œβ”€ url: http://hueniverse.com
β”‚  β”œβ”€ path: ./node_modules/hawk
β”‚  └─ licenseFile: ./node_modules/hawk/LICENSE
β”œβ”€ he@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mathiasbynens/he
β”‚  β”œβ”€ publisher: Mathias Bynens
β”‚  β”œβ”€ url: https://mathiasbynens.be/
β”‚  β”œβ”€ path: ./node_modules/he
β”‚  └─ licenseFile: ./node_modules/he/README.md
β”œβ”€ hmac-drbg@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/indutny/hmac-drbg
β”‚  β”œβ”€ publisher: Fedor Indutny
β”‚  β”œβ”€ email: fedor@indutny.com
β”‚  β”œβ”€ path: ./node_modules/hmac-drbg
β”‚  └─ licenseFile: ./node_modules/hmac-drbg/README.md
β”œβ”€ hoek@2.16.3
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/hapijs/hoek
β”‚  β”œβ”€ path: ./node_modules/hoek
β”‚  └─ licenseFile: ./node_modules/hoek/LICENSE
β”œβ”€ home-or-tmp@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/home-or-tmp
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/home-or-tmp
β”‚  └─ licenseFile: ./node_modules/home-or-tmp/license
β”œβ”€ hosted-git-info@2.5.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/hosted-git-info
β”‚  β”œβ”€ publisher: Rebecca Turner
β”‚  β”œβ”€ email: me@re-becca.org
β”‚  β”œβ”€ url: http://re-becca.org
β”‚  β”œβ”€ path: ./node_modules/hosted-git-info
β”‚  └─ licenseFile: ./node_modules/hosted-git-info/LICENSE
β”œβ”€ html-comment-regex@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/stevemao/html-comment-regex
β”‚  β”œβ”€ publisher: Steve Mao
β”‚  β”œβ”€ email: maochenyan@gmail.com
β”‚  β”œβ”€ url: https://github.com/stevemao
β”‚  β”œβ”€ path: ./node_modules/html-comment-regex
β”‚  └─ licenseFile: ./node_modules/html-comment-regex/README.md
β”œβ”€ html-loader@0.5.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/html-loader
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/html-loader
β”‚  └─ licenseFile: ./node_modules/html-loader/LICENSE
β”œβ”€ html-minifier@3.5.7
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/kangax/html-minifier
β”‚  β”œβ”€ publisher: Juriy "kangax" Zaytsev
β”‚  β”œβ”€ path: ./node_modules/html-minifier
β”‚  └─ licenseFile: ./node_modules/html-minifier/LICENSE
β”œβ”€ http-errors@1.5.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/http-errors
β”‚  β”œβ”€ publisher: Jonathan Ong
β”‚  β”œβ”€ email: me@jongleberry.com
β”‚  β”œβ”€ url: http://jongleberry.com
β”‚  β”œβ”€ path: ./node_modules/serve-index/node_modules/http-errors
β”‚  └─ licenseFile: ./node_modules/serve-index/node_modules/http-errors/LICENSE
β”œβ”€ http-errors@1.6.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/http-errors
β”‚  β”œβ”€ publisher: Jonathan Ong
β”‚  β”œβ”€ email: me@jongleberry.com
β”‚  β”œβ”€ url: http://jongleberry.com
β”‚  β”œβ”€ path: ./node_modules/http-errors
β”‚  └─ licenseFile: ./node_modules/http-errors/LICENSE
β”œβ”€ http-proxy@1.15.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/nodejitsu/node-http-proxy
β”‚  β”œβ”€ publisher: Charlie Robbins
β”‚  β”œβ”€ email: charlie.robbins@gmail.com
β”‚  β”œβ”€ path: ./node_modules/http-proxy
β”‚  └─ licenseFile: ./node_modules/http-proxy/LICENSE
β”œβ”€ http-signature@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/joyent/node-http-signature
β”‚  β”œβ”€ publisher: Joyent, Inc
β”‚  β”œβ”€ path: ./node_modules/http-signature
β”‚  └─ licenseFile: ./node_modules/http-signature/LICENSE
β”œβ”€ https-browserify@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/https-browserify
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/https-browserify
β”‚  └─ licenseFile: ./node_modules/https-browserify/LICENSE
β”œβ”€ husky@0.14.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/typicode/husky
β”‚  β”œβ”€ publisher: Typicode
β”‚  β”œβ”€ email: typicode@gmail.com
β”‚  β”œβ”€ path: ./node_modules/husky
β”‚  └─ licenseFile: ./node_modules/husky/LICENSE
β”œβ”€ iconv-lite@0.4.19
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ashtuchkin/iconv-lite
β”‚  β”œβ”€ publisher: Alexander Shtuchkin
β”‚  β”œβ”€ email: ashtuchkin@gmail.com
β”‚  β”œβ”€ path: ./node_modules/iconv-lite
β”‚  └─ licenseFile: ./node_modules/iconv-lite/LICENSE
β”œβ”€ icss-replace-symbols@1.1.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/css-modules/icss-replace-symbols
β”‚  β”œβ”€ publisher: Glen Maddern
β”‚  β”œβ”€ path: ./node_modules/icss-replace-symbols
β”‚  └─ licenseFile: ./node_modules/icss-replace-symbols/README.md
β”œβ”€ icss-utils@2.1.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/css-modules/icss-utils
β”‚  β”œβ”€ publisher: Glen Maddern
β”‚  β”œβ”€ path: ./node_modules/icss-utils
β”‚  └─ licenseFile: ./node_modules/icss-utils/README.md
β”œβ”€ ieee754@1.1.8
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/feross/ieee754
β”‚  β”œβ”€ publisher: Feross Aboukhadijeh
β”‚  β”œβ”€ email: feross@feross.org
β”‚  β”œβ”€ url: http://feross.org
β”‚  β”œβ”€ path: ./node_modules/ieee754
β”‚  └─ licenseFile: ./node_modules/ieee754/LICENSE
β”œβ”€ ignore@3.3.7
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/kaelzhang/node-ignore
β”‚  β”œβ”€ publisher: kael
β”‚  β”œβ”€ path: ./node_modules/ignore
β”‚  └─ licenseFile: ./node_modules/ignore/README.md
β”œβ”€ image-ssim@0.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/darosh/image-ssim-js
β”‚  β”œβ”€ publisher: Jan Forst
β”‚  β”œβ”€ email: ensonador@gmail.com
β”‚  β”œβ”€ url: https://github.com/darosh
β”‚  β”œβ”€ path: ./node_modules/image-ssim
β”‚  └─ licenseFile: ./node_modules/image-ssim/LICENSE
β”œβ”€ immediate@3.0.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/calvinmetcalf/immediate
β”‚  β”œβ”€ path: ./node_modules/immediate
β”‚  └─ licenseFile: ./node_modules/immediate/LICENSE.txt
β”œβ”€ immutable@3.8.1
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/facebook/immutable-js
β”‚  β”œβ”€ publisher: Lee Byron
β”‚  β”œβ”€ url: https://github.com/leebyron
β”‚  β”œβ”€ path: ./node_modules/immutable
β”‚  └─ licenseFile: ./node_modules/immutable/LICENSE
β”œβ”€ immutable@3.8.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/facebook/immutable-js
β”‚  β”œβ”€ publisher: Lee Byron
β”‚  β”œβ”€ url: https://github.com/leebyron
β”‚  β”œβ”€ path: ./node_modules/browser-sync-ui/node_modules/immutable
β”‚  └─ licenseFile: ./node_modules/browser-sync-ui/node_modules/immutable/LICENSE
β”œβ”€ import-lazy@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/import-lazy
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/import-lazy
β”‚  └─ licenseFile: ./node_modules/import-lazy/license
β”œβ”€ imurmurhash@0.1.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jensyt/imurmurhash-js
β”‚  β”œβ”€ publisher: Jens Taylor
β”‚  β”œβ”€ email: jensyt@gmail.com
β”‚  β”œβ”€ url: https://github.com/homebrewing
β”‚  β”œβ”€ path: ./node_modules/imurmurhash
β”‚  └─ licenseFile: ./node_modules/imurmurhash/README.md
β”œβ”€ indent-string@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/indent-string
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/indent-string
β”‚  └─ licenseFile: ./node_modules/indent-string/license
β”œβ”€ indent-string@3.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/indent-string
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/listr-update-renderer/node_modules/indent-string
β”‚  └─ licenseFile: ./node_modules/listr-update-renderer/node_modules/indent-string/license
β”œβ”€ indexes-of@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/dominictarr/indexes-of
β”‚  β”œβ”€ publisher: Dominic Tarr
β”‚  β”œβ”€ email: dominic.tarr@gmail.com
β”‚  β”œβ”€ url: dominictarr.com
β”‚  β”œβ”€ path: ./node_modules/indexes-of
β”‚  └─ licenseFile: ./node_modules/indexes-of/LICENSE
β”œβ”€ indexof@0.0.1
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ path: ./node_modules/indexof
β”‚  └─ licenseFile: ./node_modules/indexof/Readme.md
β”œβ”€ inflight@1.0.6
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/inflight
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/inflight
β”‚  └─ licenseFile: ./node_modules/inflight/LICENSE
β”œβ”€ inherits@2.0.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/inherits
β”‚  β”œβ”€ path: ./node_modules/util/node_modules/inherits
β”‚  └─ licenseFile: ./node_modules/util/node_modules/inherits/LICENSE
β”œβ”€ inherits@2.0.3
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/inherits
β”‚  β”œβ”€ path: ./node_modules/inherits
β”‚  └─ licenseFile: ./node_modules/inherits/LICENSE
β”œβ”€ ini@1.3.4
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/ini
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/ini
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/ini/LICENSE
β”œβ”€ ini@1.3.5
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/ini
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/ini
β”‚  └─ licenseFile: ./node_modules/ini/LICENSE
β”œβ”€ inline-process-browser@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/calvinmetcalf/inline-process-browser
β”‚  β”œβ”€ publisher: Calvin W. Metcalf
β”‚  β”œβ”€ email: calvin.metcalf@gmail.com
β”‚  β”œβ”€ path: ./node_modules/inline-process-browser
β”‚  └─ licenseFile: ./node_modules/inline-process-browser/readme.md
β”œβ”€ inquirer@3.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/SBoudrias/Inquirer.js
β”‚  β”œβ”€ publisher: Simon Boudrias
β”‚  β”œβ”€ email: admin@simonboudrias.com
β”‚  β”œβ”€ path: ./node_modules/inquirer
β”‚  └─ licenseFile: ./node_modules/inquirer/README.md
β”œβ”€ interpret@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/tkellen/node-interpret
β”‚  β”œβ”€ publisher: Tyler Kellen
β”‚  β”œβ”€ url: http://goingslowly.com/
β”‚  β”œβ”€ path: ./node_modules/interpret
β”‚  └─ licenseFile: ./node_modules/interpret/LICENSE
β”œβ”€ invariant@2.2.2
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/zertosh/invariant
β”‚  β”œβ”€ publisher: Andres Suarez
β”‚  β”œβ”€ email: zertosh@gmail.com
β”‚  β”œβ”€ path: ./node_modules/invariant
β”‚  └─ licenseFile: ./node_modules/invariant/LICENSE
β”œβ”€ invert-kv@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/invert-kv
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/invert-kv
β”‚  └─ licenseFile: ./node_modules/invert-kv/readme.md
β”œβ”€ is-absolute-url@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-absolute-url
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-absolute-url
β”‚  └─ licenseFile: ./node_modules/is-absolute-url/license
β”œβ”€ is-arrayish@0.2.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/qix-/node-is-arrayish
β”‚  β”œβ”€ publisher: Qix
β”‚  β”œβ”€ url: http://github.com/qix-
β”‚  β”œβ”€ path: ./node_modules/is-arrayish
β”‚  └─ licenseFile: ./node_modules/is-arrayish/LICENSE
β”œβ”€ is-binary-path@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-binary-path
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-binary-path
β”‚  └─ licenseFile: ./node_modules/is-binary-path/license
β”œβ”€ is-buffer@1.1.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/feross/is-buffer
β”‚  β”œβ”€ publisher: Feross Aboukhadijeh
β”‚  β”œβ”€ email: feross@feross.org
β”‚  β”œβ”€ url: http://feross.org/
β”‚  β”œβ”€ path: ./node_modules/is-buffer
β”‚  └─ licenseFile: ./node_modules/is-buffer/LICENSE
β”œβ”€ is-builtin-module@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-builtin-module
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-builtin-module
β”‚  └─ licenseFile: ./node_modules/is-builtin-module/license
β”œβ”€ is-ci@1.0.10
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/watson/is-ci
β”‚  β”œβ”€ publisher: Thomas Watson Steen
β”‚  β”œβ”€ email: w@tson.dk
β”‚  β”œβ”€ url: https://twitter.com/wa7son
β”‚  β”œβ”€ path: ./node_modules/is-ci
β”‚  └─ licenseFile: ./node_modules/is-ci/LICENSE
β”œβ”€ is-directory@0.3.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-directory
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/is-directory
β”‚  └─ licenseFile: ./node_modules/is-directory/LICENSE
β”œβ”€ is-dotfile@1.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-dotfile
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/is-dotfile
β”‚  └─ licenseFile: ./node_modules/is-dotfile/LICENSE
β”œβ”€ is-equal-shallow@0.1.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-equal-shallow
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/is-equal-shallow
β”‚  └─ licenseFile: ./node_modules/is-equal-shallow/LICENSE
β”œβ”€ is-extendable@0.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-extendable
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/is-extendable
β”‚  └─ licenseFile: ./node_modules/is-extendable/LICENSE
β”œβ”€ is-extglob@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-extglob
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/is-extglob
β”‚  └─ licenseFile: ./node_modules/is-extglob/LICENSE
β”œβ”€ is-extglob@2.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-extglob
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/lint-staged/node_modules/is-extglob
β”‚  └─ licenseFile: ./node_modules/lint-staged/node_modules/is-extglob/LICENSE
β”œβ”€ is-finite@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-finite
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-finite
β”‚  └─ licenseFile: ./node_modules/is-finite/license
β”œβ”€ is-fullwidth-code-point@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-fullwidth-code-point
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/string-width/node_modules/is-fullwidth-code-point
β”‚  └─ licenseFile: ./node_modules/string-width/node_modules/is-fullwidth-code-point/license
β”œβ”€ is-fullwidth-code-point@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-fullwidth-code-point
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-fullwidth-code-point
β”‚  └─ licenseFile: ./node_modules/is-fullwidth-code-point/license
β”œβ”€ is-glob@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-glob
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/is-glob
β”‚  └─ licenseFile: ./node_modules/is-glob/LICENSE
β”œβ”€ is-glob@4.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-glob
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/lint-staged/node_modules/is-glob
β”‚  └─ licenseFile: ./node_modules/lint-staged/node_modules/is-glob/LICENSE
β”œβ”€ is-installed-globally@0.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-installed-globally
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-installed-globally
β”‚  └─ licenseFile: ./node_modules/is-installed-globally/license
β”œβ”€ is-npm@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-npm
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-npm
β”‚  └─ licenseFile: ./node_modules/is-npm/readme.md
β”œβ”€ is-number-like@1.0.8
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/vigour-io/is-number-like
β”‚  β”œβ”€ publisher: Vigour.io
β”‚  β”œβ”€ email: dev@vigour.io
β”‚  β”œβ”€ path: ./node_modules/is-number-like
β”‚  └─ licenseFile: ./node_modules/is-number-like/LICENSE
β”œβ”€ is-number@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-number
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/is-number
β”‚  └─ licenseFile: ./node_modules/is-number/LICENSE
β”œβ”€ is-number@3.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-number
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/randomatic/node_modules/is-number
β”‚  └─ licenseFile: ./node_modules/randomatic/node_modules/is-number/LICENSE
β”œβ”€ is-obj@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-obj
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-obj
β”‚  └─ licenseFile: ./node_modules/is-obj/license
β”œβ”€ is-observable@0.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-observable
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-observable
β”‚  └─ licenseFile: ./node_modules/is-observable/license
β”œβ”€ is-path-cwd@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-path-cwd
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-path-cwd
β”‚  └─ licenseFile: ./node_modules/is-path-cwd/readme.md
β”œβ”€ is-path-in-cwd@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-path-in-cwd
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-path-in-cwd
β”‚  └─ licenseFile: ./node_modules/is-path-in-cwd/readme.md
β”œβ”€ is-path-inside@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-path-inside
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-path-inside
β”‚  └─ licenseFile: ./node_modules/is-path-inside/license
β”œβ”€ is-plain-obj@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-plain-obj
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-plain-obj
β”‚  └─ licenseFile: ./node_modules/is-plain-obj/license
β”œβ”€ is-posix-bracket@0.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-posix-bracket
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/is-posix-bracket
β”‚  └─ licenseFile: ./node_modules/is-posix-bracket/LICENSE
β”œβ”€ is-primitive@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-primitive
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/is-primitive
β”‚  └─ licenseFile: ./node_modules/is-primitive/LICENSE
β”œβ”€ is-promise@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/then/is-promise
β”‚  β”œβ”€ publisher: ForbesLindesay
β”‚  β”œβ”€ path: ./node_modules/is-promise
β”‚  └─ licenseFile: ./node_modules/is-promise/LICENSE
β”œβ”€ is-redirect@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-redirect
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-redirect
β”‚  └─ licenseFile: ./node_modules/is-redirect/license
β”œβ”€ is-regexp@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-regexp
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-regexp
β”‚  └─ licenseFile: ./node_modules/is-regexp/readme.md
β”œβ”€ is-resolvable@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/shinnn/is-resolvable
β”‚  β”œβ”€ publisher: Shinnosuke Watanabe
β”‚  β”œβ”€ url: https://github.com/shinnn
β”‚  β”œβ”€ path: ./node_modules/is-resolvable
β”‚  └─ licenseFile: ./node_modules/is-resolvable/LICENSE
β”œβ”€ is-retry-allowed@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/floatdrop/is-retry-allowed
β”‚  β”œβ”€ publisher: Vsevolod Strukchinsky
β”‚  β”œβ”€ email: floatdrop@gmail.com
β”‚  β”œβ”€ url: github.com/floatdrop
β”‚  β”œβ”€ path: ./node_modules/is-retry-allowed
β”‚  └─ licenseFile: ./node_modules/is-retry-allowed/license
β”œβ”€ is-stream@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-stream
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-stream
β”‚  └─ licenseFile: ./node_modules/is-stream/license
β”œβ”€ is-svg@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/is-svg
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/is-svg
β”‚  └─ licenseFile: ./node_modules/is-svg/license
β”œβ”€ is-typedarray@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/hughsk/is-typedarray
β”‚  β”œβ”€ publisher: Hugh Kennedy
β”‚  β”œβ”€ email: hughskennedy@gmail.com
β”‚  β”œβ”€ url: http://hughsk.io/
β”‚  β”œβ”€ path: ./node_modules/is-typedarray
β”‚  └─ licenseFile: ./node_modules/is-typedarray/LICENSE.md
β”œβ”€ is-utf8@0.2.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/wayfind/is-utf8
β”‚  β”œβ”€ publisher: wayfind
β”‚  β”œβ”€ path: ./node_modules/is-utf8
β”‚  └─ licenseFile: ./node_modules/is-utf8/LICENSE
β”œβ”€ is-windows@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/is-windows
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/is-windows
β”‚  └─ licenseFile: ./node_modules/is-windows/LICENSE
β”œβ”€ isarray@0.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/juliangruber/isarray
β”‚  β”œβ”€ publisher: Julian Gruber
β”‚  β”œβ”€ email: mail@juliangruber.com
β”‚  β”œβ”€ url: http://juliangruber.com
β”‚  β”œβ”€ path: ./node_modules/isarray
β”‚  └─ licenseFile: ./node_modules/isarray/README.md
β”œβ”€ isarray@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/juliangruber/isarray
β”‚  β”œβ”€ publisher: Julian Gruber
β”‚  β”œβ”€ email: mail@juliangruber.com
β”‚  β”œβ”€ url: http://juliangruber.com
β”‚  β”œβ”€ path: ./node_modules/readable-stream/node_modules/isarray
β”‚  └─ licenseFile: ./node_modules/readable-stream/node_modules/isarray/README.md
β”œβ”€ isexe@2.0.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/isexe
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/isexe
β”‚  └─ licenseFile: ./node_modules/isexe/LICENSE
β”œβ”€ isobject@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/isobject
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/isobject
β”‚  └─ licenseFile: ./node_modules/isobject/LICENSE
β”œβ”€ isstream@0.1.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/rvagg/isstream
β”‚  β”œβ”€ publisher: Rod Vagg
β”‚  β”œβ”€ email: rod@vagg.org
β”‚  β”œβ”€ path: ./node_modules/isstream
β”‚  └─ licenseFile: ./node_modules/isstream/LICENSE.md
β”œβ”€ jest-docblock@21.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/facebook/jest
β”‚  β”œβ”€ path: ./node_modules/jest-docblock
β”‚  └─ licenseFile: ./node_modules/jest-docblock/README.md
β”œβ”€ jest-get-type@21.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/facebook/jest
β”‚  └─ path: ./node_modules/jest-get-type
β”œβ”€ jest-validate@21.2.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/facebook/jest
β”‚  β”œβ”€ path: ./node_modules/jest-validate
β”‚  └─ licenseFile: ./node_modules/jest-validate/README.md
β”œβ”€ jodid25519@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/meganz/jodid25519
β”‚  β”œβ”€ publisher: Michele Bini, Ron Garret, Guy K. Kloss
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/jodid25519
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/jodid25519/LICENSE
β”œβ”€ join-path@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/scottcorgan/join-path
β”‚  β”œβ”€ publisher: Scott Corgan
β”‚  β”œβ”€ path: ./node_modules/join-path
β”‚  └─ licenseFile: ./node_modules/join-path/LICENSE
β”œβ”€ jpeg-js@0.1.2
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/eugeneware/jpeg-js
β”‚  β”œβ”€ publisher: Eugene Ware
β”‚  β”œβ”€ email: eugene@noblesamurai.com
β”‚  β”œβ”€ path: ./node_modules/jpeg-js
β”‚  └─ licenseFile: ./node_modules/jpeg-js/LICENSE
β”œβ”€ js-base64@2.4.0
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/dankogai/js-base64
β”‚  β”œβ”€ publisher: Dan Kogai
β”‚  β”œβ”€ path: ./node_modules/js-base64
β”‚  └─ licenseFile: ./node_modules/js-base64/LICENSE.md
β”œβ”€ js-tokens@3.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lydell/js-tokens
β”‚  β”œβ”€ publisher: Simon Lydell
β”‚  β”œβ”€ path: ./node_modules/js-tokens
β”‚  └─ licenseFile: ./node_modules/js-tokens/LICENSE
β”œβ”€ js-yaml@3.10.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/nodeca/js-yaml
β”‚  β”œβ”€ publisher: Vladimir Zapparov
β”‚  β”œβ”€ email: dervus.grim@gmail.com
β”‚  β”œβ”€ path: ./node_modules/js-yaml
β”‚  └─ licenseFile: ./node_modules/js-yaml/LICENSE
β”œβ”€ js-yaml@3.7.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/nodeca/js-yaml
β”‚  β”œβ”€ publisher: Vladimir Zapparov
β”‚  β”œβ”€ email: dervus.grim@gmail.com
β”‚  β”œβ”€ path: ./node_modules/svgo/node_modules/js-yaml
β”‚  └─ licenseFile: ./node_modules/svgo/node_modules/js-yaml/LICENSE
β”œβ”€ jsbn@0.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/andyperlitch/jsbn
β”‚  β”œβ”€ publisher: Tom Wu
β”‚  β”œβ”€ path: ./node_modules/jsbn
β”‚  └─ licenseFile: ./node_modules/jsbn/LICENSE
β”œβ”€ jsesc@0.5.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mathiasbynens/jsesc
β”‚  β”œβ”€ publisher: Mathias Bynens
β”‚  β”œβ”€ url: http://mathiasbynens.be/
β”‚  β”œβ”€ path: ./node_modules/regjsparser/node_modules/jsesc
β”‚  └─ licenseFile: ./node_modules/regjsparser/node_modules/jsesc/README.md
β”œβ”€ jsesc@1.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mathiasbynens/jsesc
β”‚  β”œβ”€ publisher: Mathias Bynens
β”‚  β”œβ”€ url: https://mathiasbynens.be/
β”‚  └─ path: ./node_modules/jsesc
β”œβ”€ json-loader@0.5.7
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/json-loader
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/json-loader
β”‚  └─ licenseFile: ./node_modules/json-loader/LICENSE
β”œβ”€ json-parse-better-errors@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/zkat/json-parse-better-errors
β”‚  β”œβ”€ publisher: Kat MarchΓ‘n
β”‚  β”œβ”€ email: kzm@sykosomatic.org
β”‚  β”œβ”€ path: ./node_modules/json-parse-better-errors
β”‚  └─ licenseFile: ./node_modules/json-parse-better-errors/LICENSE.md
β”œβ”€ json-schema-traverse@0.3.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/epoberezkin/json-schema-traverse
β”‚  β”œβ”€ publisher: Evgeny Poberezkin
β”‚  β”œβ”€ path: ./node_modules/json-schema-traverse
β”‚  └─ licenseFile: ./node_modules/json-schema-traverse/LICENSE
β”œβ”€ json-schema@0.2.3
β”‚  β”œβ”€ licenses
β”‚  β”‚  β”œβ”€ 0: AFLv2.1
β”‚  β”‚  └─ 1: BSD
β”‚  β”œβ”€ repository: https://github.com/kriszyp/json-schema
β”‚  β”œβ”€ publisher: Kris Zyp
β”‚  β”œβ”€ path: ./node_modules/json-schema
β”‚  └─ licenseFile: ./node_modules/json-schema/README.md
β”œβ”€ json-stable-stringify-without-jsonify@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/samn/json-stable-stringify
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/json-stable-stringify-without-jsonify
β”‚  └─ licenseFile: ./node_modules/json-stable-stringify-without-jsonify/LICENSE
β”œβ”€ json-stable-stringify@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/json-stable-stringify
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/json-stable-stringify
β”‚  └─ licenseFile: ./node_modules/json-stable-stringify/LICENSE
β”œβ”€ json-stringify-safe@5.0.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/json-stringify-safe
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me
β”‚  β”œβ”€ path: ./node_modules/json-stringify-safe
β”‚  └─ licenseFile: ./node_modules/json-stringify-safe/LICENSE
β”œβ”€ json3@3.3.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/bestiejs/json3
β”‚  β”œβ”€ publisher: Kit Cambridge
β”‚  β”œβ”€ email: github@kitcambridge.be
β”‚  β”œβ”€ url: http://kitcambridge.be/
β”‚  β”œβ”€ path: ./node_modules/json3
β”‚  └─ licenseFile: ./node_modules/json3/LICENSE
β”œβ”€ json5@0.5.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/aseemk/json5
β”‚  β”œβ”€ publisher: Aseem Kishore
β”‚  β”œβ”€ email: aseem.kishore@gmail.com
β”‚  β”œβ”€ path: ./node_modules/json5
β”‚  └─ licenseFile: ./node_modules/json5/LICENSE.md
β”œβ”€ jsonfile@3.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jprichardson/node-jsonfile
β”‚  β”œβ”€ publisher: JP Richardson
β”‚  β”œβ”€ email: jprichardson@gmail.com
β”‚  β”œβ”€ path: ./node_modules/jsonfile
β”‚  └─ licenseFile: ./node_modules/jsonfile/LICENSE
β”œβ”€ jsonify@0.0.0
β”‚  β”œβ”€ licenses: Public Domain
β”‚  β”œβ”€ repository: https://github.com/substack/jsonify
β”‚  β”œβ”€ publisher: Douglas Crockford
β”‚  β”œβ”€ url: http://crockford.com/
β”‚  β”œβ”€ path: ./node_modules/jsonify
β”‚  └─ licenseFile: ./node_modules/jsonify/README.markdown
β”œβ”€ jsprim@1.4.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/joyent/node-jsprim
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/jsprim
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/jsprim/LICENSE
β”œβ”€ jsprim@1.4.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/joyent/node-jsprim
β”‚  β”œβ”€ path: ./node_modules/jsprim
β”‚  └─ licenseFile: ./node_modules/jsprim/LICENSE
β”œβ”€ jstransform@3.0.0
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/facebook/jstransform
β”‚  β”œβ”€ path: ./node_modules/jstransform
β”‚  └─ licenseFile: ./node_modules/jstransform/LICENSE
β”œβ”€ kind-of@3.2.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/kind-of
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/kind-of
β”‚  └─ licenseFile: ./node_modules/kind-of/LICENSE
β”œβ”€ kind-of@4.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/kind-of
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/randomatic/node_modules/kind-of
β”‚  └─ licenseFile: ./node_modules/randomatic/node_modules/kind-of/LICENSE
β”œβ”€ latest-version@3.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/latest-version
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/latest-version
β”‚  └─ licenseFile: ./node_modules/latest-version/license
β”œβ”€ lazy-cache@1.0.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/lazy-cache
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/lazy-cache
β”‚  └─ licenseFile: ./node_modules/lazy-cache/LICENSE
β”œβ”€ lcid@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/lcid
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/lcid
β”‚  └─ licenseFile: ./node_modules/lcid/license
β”œβ”€ leven@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/leven
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/leven
β”‚  └─ licenseFile: ./node_modules/leven/license
β”œβ”€ levn@0.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/gkz/levn
β”‚  β”œβ”€ publisher: George Zahariev
β”‚  β”œβ”€ email: z@georgezahariev.com
β”‚  β”œβ”€ path: ./node_modules/levn
β”‚  └─ licenseFile: ./node_modules/levn/LICENSE
β”œβ”€ license-checker@15.0.0
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/davglass/license-checker
β”‚  β”œβ”€ publisher: Dav Glass
β”‚  β”œβ”€ email: davglass@gmail.com
β”‚  β”œβ”€ path: ./node_modules/license-checker
β”‚  └─ licenseFile: ./node_modules/license-checker/LICENSE
β”œβ”€ lie@3.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/calvinmetcalf/lie
β”‚  β”œβ”€ path: ./node_modules/lie
β”‚  └─ licenseFile: ./node_modules/lie/license.md
β”œβ”€ lighthouse@2.0.0
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/GoogleChrome/lighthouse
β”‚  β”œβ”€ publisher: The Chromium Authors
β”‚  β”œβ”€ path: ./node_modules/lighthouse
β”‚  └─ licenseFile: ./node_modules/lighthouse/LICENSE
β”œβ”€ limiter@1.1.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jhurliman/node-rate-limiter
β”‚  β”œβ”€ publisher: John Hurliman
β”‚  β”œβ”€ email: jhurliman@jhurliman.org
β”‚  β”œβ”€ path: ./node_modules/limiter
β”‚  └─ licenseFile: ./node_modules/limiter/LICENSE.txt
β”œβ”€ lint-staged@6.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/okonet/lint-staged
β”‚  β”œβ”€ publisher: Andrey Okonetchnikov
β”‚  β”œβ”€ email: andrey@okonet.ru
β”‚  β”œβ”€ path: ./node_modules/lint-staged
β”‚  └─ licenseFile: ./node_modules/lint-staged/LICENSE
β”œβ”€ listr-silent-renderer@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/SamVerschueren/listr-silent-renderer
β”‚  β”œβ”€ publisher: Sam Verschueren
β”‚  β”œβ”€ email: sam.verschueren@gmail.com
β”‚  β”œβ”€ url: github.com/SamVerschueren
β”‚  β”œβ”€ path: ./node_modules/listr-silent-renderer
β”‚  └─ licenseFile: ./node_modules/listr-silent-renderer/license
β”œβ”€ listr-update-renderer@0.4.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/SamVerschueren/listr-update-renderer
β”‚  β”œβ”€ publisher: Sam Verschueren
β”‚  β”œβ”€ email: sam.verschueren@gmail.com
β”‚  β”œβ”€ url: github.com/SamVerschueren
β”‚  β”œβ”€ path: ./node_modules/listr-update-renderer
β”‚  └─ licenseFile: ./node_modules/listr-update-renderer/license
β”œβ”€ listr-verbose-renderer@0.4.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/SamVerschueren/listr-verbose-renderer
β”‚  β”œβ”€ publisher: Sam Verschueren
β”‚  β”œβ”€ email: sam.verschueren@gmail.com
β”‚  β”œβ”€ url: github.com/SamVerschueren
β”‚  β”œβ”€ path: ./node_modules/listr-verbose-renderer
β”‚  └─ licenseFile: ./node_modules/listr-verbose-renderer/license
β”œβ”€ listr@0.13.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/SamVerschueren/listr
β”‚  β”œβ”€ publisher: Sam Verschueren
β”‚  β”œβ”€ email: sam.verschueren@gmail.com
β”‚  β”œβ”€ url: github.com/SamVerschueren
β”‚  β”œβ”€ path: ./node_modules/listr
β”‚  └─ licenseFile: ./node_modules/listr/license
β”œβ”€ load-json-file@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/load-json-file
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/load-json-file
β”‚  └─ licenseFile: ./node_modules/load-json-file/license
β”œβ”€ load-json-file@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/load-json-file
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/webpack/node_modules/load-json-file
β”‚  └─ licenseFile: ./node_modules/webpack/node_modules/load-json-file/license
β”œβ”€ loader-runner@2.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/loader-runner
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/loader-runner
β”‚  └─ licenseFile: ./node_modules/loader-runner/README.md
β”œβ”€ loader-utils@0.2.17
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/loader-utils
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/string-replace-webpack-plugin/node_modules/loader-utils
β”‚  └─ licenseFile: ./node_modules/string-replace-webpack-plugin/node_modules/loader-utils/LICENSE
β”œβ”€ loader-utils@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/loader-utils
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/loader-utils
β”‚  └─ licenseFile: ./node_modules/loader-utils/LICENSE
β”œβ”€ localforage@1.5.5
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/localForage/localForage
β”‚  β”œβ”€ publisher: Mozilla
β”‚  β”œβ”€ path: ./node_modules/localforage
β”‚  └─ licenseFile: ./node_modules/localforage/LICENSE
β”œβ”€ localtunnel@1.8.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/localtunnel/localtunnel
β”‚  β”œβ”€ publisher: Roman Shtylman
β”‚  β”œβ”€ email: shtylman@gmail.com
β”‚  β”œβ”€ path: ./node_modules/localtunnel
β”‚  └─ licenseFile: ./node_modules/localtunnel/README.md
β”œβ”€ locate-path@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/locate-path
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/locate-path
β”‚  └─ licenseFile: ./node_modules/locate-path/license
β”œβ”€ lodash._reinterpolate@3.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash._reinterpolate
β”‚  └─ licenseFile: ./node_modules/lodash._reinterpolate/LICENSE.txt
β”œβ”€ lodash.camelcase@4.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash.camelcase
β”‚  └─ licenseFile: ./node_modules/lodash.camelcase/LICENSE
β”œβ”€ lodash.isfinite@3.3.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash.isfinite
β”‚  └─ licenseFile: ./node_modules/lodash.isfinite/LICENSE
β”œβ”€ lodash.isplainobject@4.0.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash.isplainobject
β”‚  └─ licenseFile: ./node_modules/lodash.isplainobject/LICENSE
β”œβ”€ lodash.memoize@4.1.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash.memoize
β”‚  └─ licenseFile: ./node_modules/lodash.memoize/LICENSE
β”œβ”€ lodash.padend@4.6.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash.padend
β”‚  └─ licenseFile: ./node_modules/lodash.padend/LICENSE
β”œβ”€ lodash.some@4.6.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash.some
β”‚  └─ licenseFile: ./node_modules/lodash.some/LICENSE
β”œβ”€ lodash.template@4.4.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash.template
β”‚  └─ licenseFile: ./node_modules/lodash.template/LICENSE
β”œβ”€ lodash.templatesettings@4.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash.templatesettings
β”‚  └─ licenseFile: ./node_modules/lodash.templatesettings/LICENSE
β”œβ”€ lodash.uniq@4.5.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash.uniq
β”‚  └─ licenseFile: ./node_modules/lodash.uniq/LICENSE
β”œβ”€ lodash@3.10.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/easy-extender/node_modules/lodash
β”‚  └─ licenseFile: ./node_modules/easy-extender/node_modules/lodash/LICENSE
β”œβ”€ lodash@4.17.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/lodash/lodash
β”‚  β”œβ”€ publisher: John-David Dalton
β”‚  β”œβ”€ email: john.david.dalton@gmail.com
β”‚  β”œβ”€ url: http://allyoucanleet.com/
β”‚  β”œβ”€ path: ./node_modules/lodash
β”‚  └─ licenseFile: ./node_modules/lodash/LICENSE
β”œβ”€ log-symbols@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/log-symbols
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/log-symbols
β”‚  └─ licenseFile: ./node_modules/log-symbols/license
β”œβ”€ log-symbols@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/log-symbols
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/lint-staged/node_modules/log-symbols
β”‚  └─ licenseFile: ./node_modules/lint-staged/node_modules/log-symbols/license
β”œβ”€ log-update@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/log-update
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/log-update
β”‚  └─ licenseFile: ./node_modules/log-update/license
β”œβ”€ longest@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/longest
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/longest
β”‚  └─ licenseFile: ./node_modules/longest/LICENSE
β”œβ”€ loose-envify@1.3.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/zertosh/loose-envify
β”‚  β”œβ”€ publisher: Andres Suarez
β”‚  β”œβ”€ email: zertosh@gmail.com
β”‚  β”œβ”€ path: ./node_modules/loose-envify
β”‚  └─ licenseFile: ./node_modules/loose-envify/LICENSE
β”œβ”€ loud-rejection@1.6.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/loud-rejection
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/loud-rejection
β”‚  └─ licenseFile: ./node_modules/loud-rejection/license
β”œβ”€ lower-case@1.1.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/blakeembrey/lower-case
β”‚  β”œβ”€ publisher: Blake Embrey
β”‚  β”œβ”€ email: hello@blakeembrey.com
β”‚  β”œβ”€ url: http://blakeembrey.me
β”‚  β”œβ”€ path: ./node_modules/lower-case
β”‚  └─ licenseFile: ./node_modules/lower-case/LICENSE
β”œβ”€ lowercase-keys@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/lowercase-keys
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/lowercase-keys
β”‚  └─ licenseFile: ./node_modules/lowercase-keys/readme.md
β”œβ”€ lru-cache@4.1.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/node-lru-cache
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ path: ./node_modules/lru-cache
β”‚  └─ licenseFile: ./node_modules/lru-cache/LICENSE
β”œβ”€ macaddress@0.2.8
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/scravy/node-macaddress
β”‚  β”œβ”€ publisher: Julian Fleischer
β”‚  β”œβ”€ path: ./node_modules/macaddress
β”‚  └─ licenseFile: ./node_modules/macaddress/README.md
β”œβ”€ make-dir@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/make-dir
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/make-dir
β”‚  └─ licenseFile: ./node_modules/make-dir/license
β”œβ”€ map-obj@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/map-obj
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/map-obj
β”‚  └─ licenseFile: ./node_modules/map-obj/license
β”œβ”€ marked@0.3.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/chjj/marked
β”‚  β”œβ”€ publisher: Christopher Jeffrey
β”‚  β”œβ”€ path: ./node_modules/marked
β”‚  └─ licenseFile: ./node_modules/marked/LICENSE
β”œβ”€ math-expression-evaluator@1.2.17
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/redhivesoftware/math-expression-evaluator.git#readme
β”‚  β”œβ”€ publisher: Ankit
β”‚  β”œβ”€ email: ankitbug94@gmail.com
β”‚  β”œβ”€ path: ./node_modules/math-expression-evaluator
β”‚  └─ licenseFile: ./node_modules/math-expression-evaluator/LICENSE
β”œβ”€ md5.js@1.3.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/md5.js
β”‚  β”œβ”€ publisher: Kirill Fomichev
β”‚  β”œβ”€ email: fanatid@ya.ru
β”‚  β”œβ”€ url: https://github.com/fanatid
β”‚  β”œβ”€ path: ./node_modules/md5.js
β”‚  └─ licenseFile: ./node_modules/md5.js/LICENSE
β”œβ”€ mem@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/mem
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/mem
β”‚  └─ licenseFile: ./node_modules/mem/license
β”œβ”€ memory-fs@0.4.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/memory-fs
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/memory-fs
β”‚  └─ licenseFile: ./node_modules/memory-fs/README.md
β”œβ”€ meow@3.7.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/meow
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/meow
β”‚  └─ licenseFile: ./node_modules/meow/license
β”œβ”€ metaviewport-parser@0.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ path: ./node_modules/metaviewport-parser
β”‚  └─ licenseFile: ./node_modules/metaviewport-parser/LICENSE
β”œβ”€ micromatch@2.3.11
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/micromatch
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/micromatch
β”‚  └─ licenseFile: ./node_modules/micromatch/LICENSE
β”œβ”€ miller-rabin@4.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/indutny/miller-rabin
β”‚  β”œβ”€ publisher: Fedor Indutny
β”‚  β”œβ”€ email: fedor@indutny.com
β”‚  β”œβ”€ path: ./node_modules/miller-rabin
β”‚  └─ licenseFile: ./node_modules/miller-rabin/README.md
β”œβ”€ mime-db@1.27.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/mime-db
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/mime-db
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/mime-db/LICENSE
β”œβ”€ mime-db@1.30.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/mime-db
β”‚  β”œβ”€ path: ./node_modules/mime-db
β”‚  └─ licenseFile: ./node_modules/mime-db/LICENSE
β”œβ”€ mime-types@2.1.15
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/mime-types
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/mime-types
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/mime-types/LICENSE
β”œβ”€ mime-types@2.1.17
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/mime-types
β”‚  β”œβ”€ path: ./node_modules/mime-types
β”‚  └─ licenseFile: ./node_modules/mime-types/LICENSE
β”œβ”€ mime@1.2.4
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/bentomas/node-mime
β”‚  β”œβ”€ publisher: Robert Kieffer
β”‚  β”œβ”€ email: robert@broofa.com
β”‚  β”œβ”€ url: http://github.com/broofa
β”‚  β”œβ”€ path: ./node_modules/express/node_modules/mime
β”‚  └─ licenseFile: ./node_modules/express/node_modules/mime/LICENSE
β”œβ”€ mime@1.3.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/broofa/node-mime
β”‚  β”œβ”€ publisher: Robert Kieffer
β”‚  β”œβ”€ email: robert@broofa.com
β”‚  β”œβ”€ url: http://github.com/broofa
β”‚  β”œβ”€ path: ./node_modules/mime
β”‚  └─ licenseFile: ./node_modules/mime/LICENSE
β”œβ”€ mime@1.4.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/broofa/node-mime
β”‚  β”œβ”€ publisher: Robert Kieffer
β”‚  β”œβ”€ email: robert@broofa.com
β”‚  β”œβ”€ url: http://github.com/broofa
β”‚  β”œβ”€ path: ./node_modules/node-faux-pas/node_modules/mime
β”‚  └─ licenseFile: ./node_modules/node-faux-pas/node_modules/mime/LICENSE
β”œβ”€ mime@2.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/broofa/node-mime
β”‚  β”œβ”€ publisher: Robert Kieffer
β”‚  β”œβ”€ email: robert@broofa.com
β”‚  β”œβ”€ url: http://github.com/broofa
β”‚  β”œβ”€ path: ./node_modules/express/node_modules/connect/node_modules/mime
β”‚  └─ licenseFile: ./node_modules/express/node_modules/connect/node_modules/mime/LICENSE
β”œβ”€ mimic-fn@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/mimic-fn
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/mimic-fn
β”‚  └─ licenseFile: ./node_modules/mimic-fn/license
β”œβ”€ minimalistic-assert@1.0.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/calvinmetcalf/minimalistic-assert
β”‚  β”œβ”€ path: ./node_modules/minimalistic-assert
β”‚  └─ licenseFile: ./node_modules/minimalistic-assert/readme.md
β”œβ”€ minimalistic-crypto-utils@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/indutny/minimalistic-crypto-utils
β”‚  β”œβ”€ publisher: Fedor Indutny
β”‚  β”œβ”€ email: fedor@indutny.com
β”‚  β”œβ”€ path: ./node_modules/minimalistic-crypto-utils
β”‚  └─ licenseFile: ./node_modules/minimalistic-crypto-utils/README.md
β”œβ”€ minimatch@3.0.4
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/minimatch
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me
β”‚  β”œβ”€ path: ./node_modules/minimatch
β”‚  └─ licenseFile: ./node_modules/minimatch/LICENSE
β”œβ”€ minimist@0.0.10
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/minimist
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/optimist/node_modules/minimist
β”‚  └─ licenseFile: ./node_modules/optimist/node_modules/minimist/LICENSE
β”œβ”€ minimist@0.0.8
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/minimist
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/mkdirp/node_modules/minimist
β”‚  └─ licenseFile: ./node_modules/mkdirp/node_modules/minimist/LICENSE
β”œβ”€ minimist@1.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/minimist
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/minimist
β”‚  └─ licenseFile: ./node_modules/minimist/LICENSE
β”œβ”€ mkdirp@0.3.0
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/substack/node-mkdirp
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/express/node_modules/mkdirp
β”‚  └─ licenseFile: ./node_modules/express/node_modules/mkdirp/LICENSE
β”œβ”€ mkdirp@0.3.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/node-mkdirp
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/license-checker/node_modules/mkdirp
β”‚  └─ licenseFile: ./node_modules/license-checker/node_modules/mkdirp/LICENSE
β”œβ”€ mkdirp@0.5.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/node-mkdirp
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/mkdirp
β”‚  └─ licenseFile: ./node_modules/mkdirp/LICENSE
β”œβ”€ ms@0.7.1
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/guille/ms.js
β”‚  β”œβ”€ path: ./node_modules/connect/node_modules/ms
β”‚  └─ licenseFile: ./node_modules/connect/node_modules/ms/LICENSE
β”œβ”€ ms@0.7.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/zeit/ms
β”‚  β”œβ”€ path: ./node_modules/socket.io/node_modules/ms
β”‚  └─ licenseFile: ./node_modules/socket.io/node_modules/ms/LICENSE.md
β”œβ”€ ms@0.7.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/zeit/ms
β”‚  β”œβ”€ path: ./node_modules/send/node_modules/debug/node_modules/ms
β”‚  └─ licenseFile: ./node_modules/send/node_modules/debug/node_modules/ms/license.md
β”œβ”€ ms@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/zeit/ms
β”‚  β”œβ”€ path: ./node_modules/send/node_modules/ms
β”‚  └─ licenseFile: ./node_modules/send/node_modules/ms/license.md
β”œβ”€ ms@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/zeit/ms
β”‚  β”œβ”€ path: ./node_modules/ms
β”‚  └─ licenseFile: ./node_modules/ms/license.md
β”œβ”€ mute-stream@0.0.7
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/mute-stream
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/mute-stream
β”‚  └─ licenseFile: ./node_modules/mute-stream/LICENSE
β”œβ”€ nan@2.8.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/nodejs/nan
β”‚  β”œβ”€ path: ./node_modules/nan
β”‚  └─ licenseFile: ./node_modules/nan/LICENSE.md
β”œβ”€ natural-compare@1.4.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/litejs/natural-compare-lite
β”‚  β”œβ”€ publisher: Lauri Rooden
β”‚  β”œβ”€ url: https://github.com/litejs/natural-compare-lite
β”‚  β”œβ”€ path: ./node_modules/natural-compare
β”‚  └─ licenseFile: ./node_modules/natural-compare/README.md
β”œβ”€ ncname@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/ncname
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/ncname
β”‚  └─ licenseFile: ./node_modules/ncname/readme.md
β”œβ”€ negotiator@0.6.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/negotiator
β”‚  β”œβ”€ path: ./node_modules/negotiator
β”‚  └─ licenseFile: ./node_modules/negotiator/LICENSE
β”œβ”€ no-case@2.3.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/blakeembrey/no-case
β”‚  β”œβ”€ publisher: Blake Embrey
β”‚  β”œβ”€ email: hello@blakeembrey.com
β”‚  β”œβ”€ url: http://blakeembrey.me
β”‚  β”œβ”€ path: ./node_modules/no-case
β”‚  └─ licenseFile: ./node_modules/no-case/LICENSE
β”œβ”€ node-faux-pas@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/filamentgroup/node-faux-pas
β”‚  β”œβ”€ publisher: zachleat
β”‚  β”œβ”€ email: zachleatherman@gmail.com
β”‚  β”œβ”€ url: http://zachleat.com/
β”‚  β”œβ”€ path: ./node_modules/node-faux-pas
β”‚  └─ licenseFile: ./node_modules/node-faux-pas/LICENSE
β”œβ”€ node-libs-browser@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/node-libs-browser
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/node-libs-browser
β”‚  └─ licenseFile: ./node_modules/node-libs-browser/LICENSE
β”œβ”€ node-pre-gyp@0.6.39
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/mapbox/node-pre-gyp
β”‚  β”œβ”€ publisher: Dane Springmeyer
β”‚  β”œβ”€ email: dane@mapbox.com
β”‚  β”œβ”€ path: ./node_modules/node-pre-gyp
β”‚  └─ licenseFile: ./node_modules/node-pre-gyp/LICENSE
β”œβ”€ nopt@2.2.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/isaacs/nopt
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/nopt
β”‚  └─ licenseFile: ./node_modules/nopt/LICENSE
β”œβ”€ nopt@3.0.6
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/nopt
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/weinre/node_modules/nopt
β”‚  └─ licenseFile: ./node_modules/weinre/node_modules/nopt/LICENSE
β”œβ”€ nopt@4.0.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/nopt
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/node-pre-gyp/node_modules/nopt
β”‚  └─ licenseFile: ./node_modules/node-pre-gyp/node_modules/nopt/LICENSE
β”œβ”€ normalize-package-data@2.4.0
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/npm/normalize-package-data
β”‚  β”œβ”€ publisher: Meryn Stol
β”‚  β”œβ”€ email: merynstol@gmail.com
β”‚  β”œβ”€ path: ./node_modules/normalize-package-data
β”‚  └─ licenseFile: ./node_modules/normalize-package-data/LICENSE
β”œβ”€ normalize-path@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/normalize-path
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/husky/node_modules/normalize-path
β”‚  └─ licenseFile: ./node_modules/husky/node_modules/normalize-path/README.md
β”œβ”€ normalize-path@2.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/normalize-path
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/normalize-path
β”‚  └─ licenseFile: ./node_modules/normalize-path/LICENSE
β”œβ”€ normalize-range@0.1.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jamestalmage/normalize-range
β”‚  β”œβ”€ publisher: James Talmage
β”‚  β”œβ”€ email: james@talmage.io
β”‚  β”œβ”€ url: github.com/jamestalmage
β”‚  β”œβ”€ path: ./node_modules/normalize-range
β”‚  └─ licenseFile: ./node_modules/normalize-range/license
β”œβ”€ normalize-url@1.9.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/normalize-url
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/normalize-url
β”‚  └─ licenseFile: ./node_modules/normalize-url/license
β”œβ”€ npm-path@2.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/timoxley/npm-path
β”‚  β”œβ”€ publisher: Tim Oxley
β”‚  β”œβ”€ path: ./node_modules/npm-path
β”‚  └─ licenseFile: ./node_modules/npm-path/LICENSE
β”œβ”€ npm-run-path@2.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/npm-run-path
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/npm-run-path
β”‚  └─ licenseFile: ./node_modules/npm-run-path/license
β”œβ”€ npm-which@3.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/timoxley/npm-which
β”‚  β”œβ”€ publisher: Tim Oxley
β”‚  β”œβ”€ path: ./node_modules/npm-which
β”‚  └─ licenseFile: ./node_modules/npm-which/LICENSE
β”œβ”€ npmlog@4.1.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/npmlog
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/npmlog
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/npmlog/LICENSE
β”œβ”€ npmlog@4.1.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/npmlog
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/npmlog
β”‚  └─ licenseFile: ./node_modules/npmlog/LICENSE
β”œβ”€ num2fraction@1.2.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/yisibl/num2fraction
β”‚  β”œβ”€ publisher: yisi
β”‚  β”œβ”€ email: yiorsi@gmail.com
β”‚  β”œβ”€ url: http://iyunlu.com/view
β”‚  β”œβ”€ path: ./node_modules/num2fraction
β”‚  └─ licenseFile: ./node_modules/num2fraction/LICENSE
β”œβ”€ number-is-nan@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/number-is-nan
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/number-is-nan
β”‚  └─ licenseFile: ./node_modules/number-is-nan/license
β”œβ”€ oauth-sign@0.8.2
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/mikeal/oauth-sign
β”‚  β”œβ”€ publisher: Mikeal Rogers
β”‚  β”œβ”€ email: mikeal.rogers@gmail.com
β”‚  β”œβ”€ url: http://www.futurealoof.com
β”‚  β”œβ”€ path: ./node_modules/oauth-sign
β”‚  └─ licenseFile: ./node_modules/oauth-sign/LICENSE
β”œβ”€ object-assign@4.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/object-assign
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/socket.io/node_modules/object-assign
β”‚  └─ licenseFile: ./node_modules/socket.io/node_modules/object-assign/license
β”œβ”€ object-assign@4.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/object-assign
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/object-assign
β”‚  └─ licenseFile: ./node_modules/object-assign/license
β”œβ”€ object-component@0.0.3
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ path: ./node_modules/object-component
β”‚  └─ licenseFile: ./node_modules/object-component/Readme.md
β”œβ”€ object-keys@1.0.11
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ljharb/object-keys
β”‚  β”œβ”€ publisher: Jordan Harband
β”‚  β”œβ”€ email: ljharb@gmail.com
β”‚  β”œβ”€ url: http://ljharb.codes
β”‚  β”œβ”€ path: ./node_modules/object-keys
β”‚  └─ licenseFile: ./node_modules/object-keys/LICENSE
β”œβ”€ object-path@0.9.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mariocasciaro/object-path
β”‚  β”œβ”€ publisher: Mario Casciaro
β”‚  β”œβ”€ path: ./node_modules/object-path
β”‚  └─ licenseFile: ./node_modules/object-path/LICENSE
β”œβ”€ object.omit@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/object.omit
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/object.omit
β”‚  └─ licenseFile: ./node_modules/object.omit/LICENSE
β”œβ”€ on-finished@2.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/on-finished
β”‚  β”œβ”€ path: ./node_modules/on-finished
β”‚  └─ licenseFile: ./node_modules/on-finished/LICENSE
β”œβ”€ once@1.4.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/once
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/once
β”‚  └─ licenseFile: ./node_modules/once/LICENSE
β”œβ”€ onetime@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/onetime
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/onetime
β”‚  └─ licenseFile: ./node_modules/onetime/license
β”œβ”€ onetime@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/onetime
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/inquirer/node_modules/onetime
β”‚  └─ licenseFile: ./node_modules/inquirer/node_modules/onetime/license
β”œβ”€ openurl@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/rauschma/openurl
β”‚  β”œβ”€ publisher: Axel Rauschmayer
β”‚  β”œβ”€ email: axe@rauschma.de
β”‚  β”œβ”€ path: ./node_modules/openurl
β”‚  └─ licenseFile: ./node_modules/openurl/README.md
β”œβ”€ opn@4.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/opn
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/opn
β”‚  └─ licenseFile: ./node_modules/opn/license
β”œβ”€ optimist@0.6.1
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/substack/node-optimist
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/optimist
β”‚  └─ licenseFile: ./node_modules/optimist/LICENSE
β”œβ”€ optionator@0.8.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/gkz/optionator
β”‚  β”œβ”€ publisher: George Zahariev
β”‚  β”œβ”€ email: z@georgezahariev.com
β”‚  β”œβ”€ path: ./node_modules/optionator
β”‚  └─ licenseFile: ./node_modules/optionator/LICENSE
β”œβ”€ options@0.0.6
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/einaros/options.js
β”‚  β”œβ”€ publisher: Einar Otto Stangvik
β”‚  β”œβ”€ email: einaros@gmail.com
β”‚  β”œβ”€ url: http://2x.io
β”‚  β”œβ”€ path: ./node_modules/options
β”‚  └─ licenseFile: ./node_modules/options/README.md
β”œβ”€ ora@0.2.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/ora
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/ora
β”‚  └─ licenseFile: ./node_modules/ora/license
β”œβ”€ os-browserify@0.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/CoderPuppy/os-browserify
β”‚  β”œβ”€ publisher: CoderPuppy
β”‚  β”œβ”€ email: coderpup@gmail.com
β”‚  β”œβ”€ path: ./node_modules/os-browserify
β”‚  └─ licenseFile: ./node_modules/os-browserify/LICENSE
β”œβ”€ os-homedir@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/os-homedir
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/os-homedir
β”‚  └─ licenseFile: ./node_modules/os-homedir/license
β”œβ”€ os-locale@1.4.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/os-locale
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/os-locale
β”‚  └─ licenseFile: ./node_modules/os-locale/license
β”œβ”€ os-locale@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/os-locale
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/webpack/node_modules/os-locale
β”‚  └─ licenseFile: ./node_modules/webpack/node_modules/os-locale/license
β”œβ”€ os-tmpdir@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/os-tmpdir
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/os-tmpdir
β”‚  └─ licenseFile: ./node_modules/os-tmpdir/license
β”œβ”€ osenv@0.1.4
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/osenv
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/osenv
β”‚  └─ licenseFile: ./node_modules/osenv/LICENSE
β”œβ”€ p-finally@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/p-finally
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/p-finally
β”‚  └─ licenseFile: ./node_modules/p-finally/license
β”œβ”€ p-limit@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/p-limit
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/p-limit
β”‚  └─ licenseFile: ./node_modules/p-limit/license
β”œβ”€ p-locate@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/p-locate
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/p-locate
β”‚  └─ licenseFile: ./node_modules/p-locate/license
β”œβ”€ p-map@1.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/p-map
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/p-map
β”‚  └─ licenseFile: ./node_modules/p-map/license
β”œβ”€ package-json@4.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/package-json
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/package-json
β”‚  └─ licenseFile: ./node_modules/package-json/license
β”œβ”€ pako@1.0.6
β”‚  β”œβ”€ licenses: (MIT AND Zlib)
β”‚  β”œβ”€ repository: https://github.com/nodeca/pako
β”‚  β”œβ”€ path: ./node_modules/pako
β”‚  └─ licenseFile: ./node_modules/pako/LICENSE
β”œβ”€ param-case@2.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/blakeembrey/param-case
β”‚  β”œβ”€ publisher: Blake Embrey
β”‚  β”œβ”€ email: hello@blakeembrey.com
β”‚  β”œβ”€ url: http://blakeembrey.me
β”‚  β”œβ”€ path: ./node_modules/param-case
β”‚  └─ licenseFile: ./node_modules/param-case/LICENSE
β”œβ”€ parse-asn1@5.1.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/parse-asn1
β”‚  β”œβ”€ path: ./node_modules/parse-asn1
β”‚  └─ licenseFile: ./node_modules/parse-asn1/README.md
β”œβ”€ parse-glob@3.0.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/parse-glob
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/parse-glob
β”‚  └─ licenseFile: ./node_modules/parse-glob/LICENSE
β”œβ”€ parse-json@2.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/parse-json
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/parse-json
β”‚  └─ licenseFile: ./node_modules/parse-json/license
β”œβ”€ parse-json@3.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/parse-json
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/cosmiconfig/node_modules/parse-json
β”‚  └─ licenseFile: ./node_modules/cosmiconfig/node_modules/parse-json/license
β”œβ”€ parsejson@0.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/get/parsejson
β”‚  β”œβ”€ publisher: Gal Koren
β”‚  β”œβ”€ path: ./node_modules/parsejson
β”‚  └─ licenseFile: ./node_modules/parsejson/LICENSE
β”œβ”€ parseqs@0.0.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/get/querystring
β”‚  β”œβ”€ publisher: Gal Koren
β”‚  β”œβ”€ path: ./node_modules/parseqs
β”‚  └─ licenseFile: ./node_modules/parseqs/LICENSE
β”œβ”€ parseuri@0.0.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/get/parseuri
β”‚  β”œβ”€ path: ./node_modules/parseuri
β”‚  └─ licenseFile: ./node_modules/parseuri/LICENSE
β”œβ”€ parseurl@1.3.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/pillarjs/parseurl
β”‚  β”œβ”€ path: ./node_modules/parseurl
β”‚  └─ licenseFile: ./node_modules/parseurl/LICENSE
β”œβ”€ path-browserify@0.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/path-browserify
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/path-browserify
β”‚  └─ licenseFile: ./node_modules/path-browserify/LICENSE
β”œβ”€ path-exists@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/path-exists
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/path-exists
β”‚  └─ licenseFile: ./node_modules/path-exists/license
β”œβ”€ path-exists@3.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/path-exists
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/locate-path/node_modules/path-exists
β”‚  └─ licenseFile: ./node_modules/locate-path/node_modules/path-exists/license
β”œβ”€ path-is-absolute@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/path-is-absolute
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/path-is-absolute
β”‚  └─ licenseFile: ./node_modules/path-is-absolute/license
β”œβ”€ path-is-inside@1.0.2
β”‚  β”œβ”€ licenses: (WTFPL OR MIT)
β”‚  β”œβ”€ repository: https://github.com/domenic/path-is-inside
β”‚  β”œβ”€ publisher: Domenic Denicola
β”‚  β”œβ”€ email: d@domenic.me
β”‚  β”œβ”€ url: https://domenic.me
β”‚  β”œβ”€ path: ./node_modules/path-is-inside
β”‚  └─ licenseFile: ./node_modules/path-is-inside/LICENSE.txt
β”œβ”€ path-key@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/path-key
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/path-key
β”‚  └─ licenseFile: ./node_modules/path-key/license
β”œβ”€ path-type@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/path-type
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/path-type
β”‚  └─ licenseFile: ./node_modules/path-type/license
β”œβ”€ path-type@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/path-type
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/webpack/node_modules/path-type
β”‚  └─ licenseFile: ./node_modules/webpack/node_modules/path-type/license
β”œβ”€ pbkdf2@3.0.14
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/pbkdf2
β”‚  β”œβ”€ publisher: Daniel Cousens
β”‚  β”œβ”€ path: ./node_modules/pbkdf2
β”‚  └─ licenseFile: ./node_modules/pbkdf2/LICENSE
β”œβ”€ performance-now@0.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/meryn/performance-now
β”‚  β”œβ”€ publisher: Meryn Stol
β”‚  β”œβ”€ email: merynstol@gmail.com
β”‚  β”œβ”€ path: ./node_modules/performance-now
β”‚  └─ licenseFile: ./node_modules/performance-now/license.txt
β”œβ”€ pify@2.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/pify
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/pify
β”‚  └─ licenseFile: ./node_modules/pify/license
β”œβ”€ pify@3.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/pify
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/make-dir/node_modules/pify
β”‚  └─ licenseFile: ./node_modules/make-dir/node_modules/pify/license
β”œβ”€ pinkie-promise@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/floatdrop/pinkie-promise
β”‚  β”œβ”€ publisher: Vsevolod Strukchinsky
β”‚  β”œβ”€ email: floatdrop@gmail.com
β”‚  β”œβ”€ url: github.com/floatdrop
β”‚  β”œβ”€ path: ./node_modules/pinkie-promise
β”‚  └─ licenseFile: ./node_modules/pinkie-promise/license
β”œβ”€ pinkie@2.0.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/floatdrop/pinkie
β”‚  β”œβ”€ publisher: Vsevolod Strukchinsky
β”‚  β”œβ”€ email: floatdrop@gmail.com
β”‚  β”œβ”€ url: github.com/floatdrop
β”‚  β”œβ”€ path: ./node_modules/pinkie
β”‚  └─ licenseFile: ./node_modules/pinkie/license
β”œβ”€ pluralize@7.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/blakeembrey/pluralize
β”‚  β”œβ”€ publisher: Blake Embrey
β”‚  β”œβ”€ email: hello@blakeembrey.com
β”‚  β”œβ”€ url: http://blakeembrey.me
β”‚  β”œβ”€ path: ./node_modules/pluralize
β”‚  └─ licenseFile: ./node_modules/pluralize/LICENSE
β”œβ”€ portscanner@2.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/baalexander/node-portscanner
β”‚  β”œβ”€ path: ./node_modules/portscanner
β”‚  └─ licenseFile: ./node_modules/portscanner/LICENSE
β”œβ”€ postcss-calc@5.3.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/postcss/postcss-calc
β”‚  β”œβ”€ publisher: Maxime Thirouin
β”‚  β”œβ”€ path: ./node_modules/postcss-calc
β”‚  └─ licenseFile: ./node_modules/postcss-calc/LICENSE
β”œβ”€ postcss-colormin@2.2.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-colormin
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-colormin
β”‚  └─ licenseFile: ./node_modules/postcss-colormin/README.md
β”œβ”€ postcss-convert-values@2.6.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-convert-values
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-convert-values
β”‚  └─ licenseFile: ./node_modules/postcss-convert-values/README.md
β”œβ”€ postcss-discard-comments@2.0.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-discard-comments
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-discard-comments
β”‚  └─ licenseFile: ./node_modules/postcss-discard-comments/README.md
β”œβ”€ postcss-discard-duplicates@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-discard-duplicates
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-discard-duplicates
β”‚  └─ licenseFile: ./node_modules/postcss-discard-duplicates/README.md
β”œβ”€ postcss-discard-empty@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-discard-empty
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-discard-empty
β”‚  └─ licenseFile: ./node_modules/postcss-discard-empty/README.md
β”œβ”€ postcss-discard-overridden@0.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Justineo/postcss-discard-overridden
β”‚  β”œβ”€ publisher: Justineo
β”‚  β”œβ”€ email: justice360@gmail.com
β”‚  β”œβ”€ path: ./node_modules/postcss-discard-overridden
β”‚  └─ licenseFile: ./node_modules/postcss-discard-overridden/LICENSE
β”œβ”€ postcss-discard-unused@2.2.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-discard-unused
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-discard-unused
β”‚  └─ licenseFile: ./node_modules/postcss-discard-unused/README.md
β”œβ”€ postcss-filter-plugins@2.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/postcss/postcss-filter-plugins
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-filter-plugins
β”‚  └─ licenseFile: ./node_modules/postcss-filter-plugins/README.md
β”œβ”€ postcss-merge-idents@2.1.7
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-merge-idents
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-merge-idents
β”‚  └─ licenseFile: ./node_modules/postcss-merge-idents/README.md
β”œβ”€ postcss-merge-longhand@2.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-merge-longhand
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-merge-longhand
β”‚  └─ licenseFile: ./node_modules/postcss-merge-longhand/README.md
β”œβ”€ postcss-merge-rules@2.1.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-merge-rules
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-merge-rules
β”‚  └─ licenseFile: ./node_modules/postcss-merge-rules/README.md
β”œβ”€ postcss-message-helpers@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/MoOx/postcss-message-helpers
β”‚  β”œβ”€ publisher: Maxime Thirouin
β”‚  β”œβ”€ path: ./node_modules/postcss-message-helpers
β”‚  └─ licenseFile: ./node_modules/postcss-message-helpers/LICENSE
β”œβ”€ postcss-minify-font-values@1.0.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/TrySound/postcss-minify-font-values
β”‚  β”œβ”€ publisher: Bogdan Chadkin
β”‚  β”œβ”€ email: trysound@yandex.ru
β”‚  β”œβ”€ path: ./node_modules/postcss-minify-font-values
β”‚  └─ licenseFile: ./node_modules/postcss-minify-font-values/LICENSE
β”œβ”€ postcss-minify-gradients@1.0.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-minify-gradients
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-minify-gradients
β”‚  └─ licenseFile: ./node_modules/postcss-minify-gradients/README.md
β”œβ”€ postcss-minify-params@1.2.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-minify-params
β”‚  β”œβ”€ publisher: Bogdan Chadkin
β”‚  β”œβ”€ email: trysound@yandex.ru
β”‚  β”œβ”€ path: ./node_modules/postcss-minify-params
β”‚  └─ licenseFile: ./node_modules/postcss-minify-params/LICENSE
β”œβ”€ postcss-minify-selectors@2.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-minify-selectors
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-minify-selectors
β”‚  └─ licenseFile: ./node_modules/postcss-minify-selectors/README.md
β”œβ”€ postcss-modules-extract-imports@1.1.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/css-modules/postcss-modules-extract-imports
β”‚  β”œβ”€ publisher: Glen Maddern
β”‚  β”œβ”€ path: ./node_modules/postcss-modules-extract-imports
β”‚  └─ licenseFile: ./node_modules/postcss-modules-extract-imports/README.md
β”œβ”€ postcss-modules-local-by-default@1.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/css-modules/postcss-modules-local-by-default
β”‚  β”œβ”€ publisher: Mark Dalgleish
β”‚  β”œβ”€ path: ./node_modules/postcss-modules-local-by-default
β”‚  └─ licenseFile: ./node_modules/postcss-modules-local-by-default/LICENSE
β”œβ”€ postcss-modules-scope@1.1.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/css-modules/postcss-modules-scope
β”‚  β”œβ”€ publisher: Glen Maddern
β”‚  β”œβ”€ path: ./node_modules/postcss-modules-scope
β”‚  └─ licenseFile: ./node_modules/postcss-modules-scope/README.md
β”œβ”€ postcss-modules-values@1.3.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/css-modules/postcss-modules-values
β”‚  β”œβ”€ publisher: Glen Maddern
β”‚  β”œβ”€ path: ./node_modules/postcss-modules-values
β”‚  └─ licenseFile: ./node_modules/postcss-modules-values/README.md
β”œβ”€ postcss-normalize-charset@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-charset
β”‚  β”œβ”€ publisher: Bogdan Chadkin
β”‚  β”œβ”€ email: trysound@yandex.ru
β”‚  β”œβ”€ path: ./node_modules/postcss-normalize-charset
β”‚  └─ licenseFile: ./node_modules/postcss-normalize-charset/LICENSE
β”œβ”€ postcss-normalize-url@3.0.8
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-normalize-url
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-normalize-url
β”‚  └─ licenseFile: ./node_modules/postcss-normalize-url/README.md
β”œβ”€ postcss-ordered-values@2.2.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-ordered-values
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-ordered-values
β”‚  └─ licenseFile: ./node_modules/postcss-ordered-values/README.md
β”œβ”€ postcss-reduce-idents@2.4.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-reduce-idents
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-reduce-idents
β”‚  └─ licenseFile: ./node_modules/postcss-reduce-idents/README.md
β”œβ”€ postcss-reduce-initial@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-reduce-initial
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-reduce-initial
β”‚  └─ licenseFile: ./node_modules/postcss-reduce-initial/README.md
β”œβ”€ postcss-reduce-transforms@1.0.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-reduce-transforms
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-reduce-transforms
β”‚  └─ licenseFile: ./node_modules/postcss-reduce-transforms/README.md
β”œβ”€ postcss-selector-parser@2.2.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/postcss/postcss-selector-parser
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-selector-parser
β”‚  └─ licenseFile: ./node_modules/postcss-selector-parser/README.md
β”œβ”€ postcss-svgo@2.1.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-svgo
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-svgo
β”‚  └─ licenseFile: ./node_modules/postcss-svgo/README.md
β”œβ”€ postcss-unique-selectors@2.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-unique-selectors
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-unique-selectors
β”‚  └─ licenseFile: ./node_modules/postcss-unique-selectors/README.md
β”œβ”€ postcss-value-parser@3.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/TrySound/postcss-value-parser
β”‚  β”œβ”€ publisher: Bogdan Chadkin
β”‚  β”œβ”€ email: trysound@yandex.ru
β”‚  β”œβ”€ path: ./node_modules/postcss-value-parser
β”‚  └─ licenseFile: ./node_modules/postcss-value-parser/LICENSE
β”œβ”€ postcss-zindex@2.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ben-eb/postcss-zindex
β”‚  β”œβ”€ publisher: Ben Briggs
β”‚  β”œβ”€ email: beneb.info@gmail.com
β”‚  β”œβ”€ url: http://beneb.info
β”‚  β”œβ”€ path: ./node_modules/postcss-zindex
β”‚  └─ licenseFile: ./node_modules/postcss-zindex/README.md
β”œβ”€ postcss@5.2.18
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/postcss/postcss
β”‚  β”œβ”€ publisher: Andrey Sitnik
β”‚  β”œβ”€ email: andrey@sitnik.ru
β”‚  β”œβ”€ path: ./node_modules/postcss
β”‚  └─ licenseFile: ./node_modules/postcss/LICENSE
β”œβ”€ postcss@6.0.14
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/postcss/postcss
β”‚  β”œβ”€ publisher: Andrey Sitnik
β”‚  β”œβ”€ email: andrey@sitnik.ru
β”‚  β”œβ”€ path: ./node_modules/icss-utils/node_modules/postcss
β”‚  └─ licenseFile: ./node_modules/icss-utils/node_modules/postcss/LICENSE
β”œβ”€ prelude-ls@1.1.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/gkz/prelude-ls
β”‚  β”œβ”€ publisher: George Zahariev
β”‚  β”œβ”€ email: z@georgezahariev.com
β”‚  β”œβ”€ path: ./node_modules/prelude-ls
β”‚  └─ licenseFile: ./node_modules/prelude-ls/LICENSE
β”œβ”€ prepend-http@1.0.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/prepend-http
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/prepend-http
β”‚  └─ licenseFile: ./node_modules/prepend-http/license
β”œβ”€ preserve@0.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/preserve
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/preserve
β”‚  └─ licenseFile: ./node_modules/preserve/LICENSE
β”œβ”€ prettier@1.9.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/prettier/prettier
β”‚  β”œβ”€ publisher: James Long
β”‚  β”œβ”€ path: ./node_modules/prettier
β”‚  └─ licenseFile: ./node_modules/prettier/README.md
β”œβ”€ pretty-format@21.2.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/facebook/jest
β”‚  β”œβ”€ publisher: James Kyle
β”‚  β”œβ”€ email: me@thejameskyle.com
β”‚  β”œβ”€ path: ./node_modules/pretty-format
β”‚  └─ licenseFile: ./node_modules/pretty-format/README.md
β”œβ”€ private@0.1.8
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/benjamn/private
β”‚  β”œβ”€ publisher: Ben Newman
β”‚  β”œβ”€ email: bn@cs.stanford.edu
β”‚  β”œβ”€ path: ./node_modules/private
β”‚  └─ licenseFile: ./node_modules/private/LICENSE
β”œβ”€ process-nextick-args@1.0.7
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/calvinmetcalf/process-nextick-args
β”‚  β”œβ”€ path: ./node_modules/process-nextick-args
β”‚  └─ licenseFile: ./node_modules/process-nextick-args/license.md
β”œβ”€ process@0.11.10
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/shtylman/node-process
β”‚  β”œβ”€ publisher: Roman Shtylman
β”‚  β”œβ”€ email: shtylman@gmail.com
β”‚  β”œβ”€ path: ./node_modules/process
β”‚  └─ licenseFile: ./node_modules/process/LICENSE
β”œβ”€ progress@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/visionmedia/node-progress
β”‚  β”œβ”€ publisher: TJ Holowaychuk
β”‚  β”œβ”€ email: tj@vision-media.ca
β”‚  β”œβ”€ path: ./node_modules/progress
β”‚  └─ licenseFile: ./node_modules/progress/LICENSE
β”œβ”€ prr@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/rvagg/prr
β”‚  β”œβ”€ publisher: Rod Vagg
β”‚  β”œβ”€ email: rod@vagg.org
β”‚  β”œβ”€ url: https://github.com/rvagg
β”‚  β”œβ”€ path: ./node_modules/prr
β”‚  └─ licenseFile: ./node_modules/prr/LICENSE.md
β”œβ”€ pseudomap@1.0.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/pseudomap
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/pseudomap
β”‚  └─ licenseFile: ./node_modules/pseudomap/LICENSE
β”œβ”€ public-encrypt@4.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/publicEncrypt
β”‚  β”œβ”€ path: ./node_modules/public-encrypt
β”‚  └─ licenseFile: ./node_modules/public-encrypt/readme.md
β”œβ”€ punycode@1.3.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/bestiejs/punycode.js
β”‚  β”œβ”€ publisher: Mathias Bynens
β”‚  β”œβ”€ url: https://mathiasbynens.be/
β”‚  β”œβ”€ path: ./node_modules/url/node_modules/punycode
β”‚  └─ licenseFile: ./node_modules/url/node_modules/punycode/README.md
β”œβ”€ punycode@1.4.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/bestiejs/punycode.js
β”‚  β”œβ”€ publisher: Mathias Bynens
β”‚  β”œβ”€ url: https://mathiasbynens.be/
β”‚  β”œβ”€ path: ./node_modules/punycode
β”‚  └─ licenseFile: ./node_modules/punycode/README.md
β”œβ”€ q@1.5.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/kriskowal/q
β”‚  β”œβ”€ publisher: Kris Kowal
β”‚  β”œβ”€ email: kris@cixar.com
β”‚  β”œβ”€ url: https://github.com/kriskowal
β”‚  β”œβ”€ path: ./node_modules/q
β”‚  └─ licenseFile: ./node_modules/q/LICENSE
β”œβ”€ qs@0.4.2
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/visionmedia/node-querystring
β”‚  β”œβ”€ publisher: TJ Holowaychuk
β”‚  β”œβ”€ email: tj@vision-media.ca
β”‚  β”œβ”€ url: http://tjholowaychuk.com
β”‚  β”œβ”€ path: ./node_modules/express/node_modules/qs
β”‚  └─ licenseFile: ./node_modules/express/node_modules/qs/Readme.md
β”œβ”€ qs@6.2.1
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/ljharb/qs
β”‚  β”œβ”€ path: ./node_modules/qs
β”‚  └─ licenseFile: ./node_modules/qs/LICENSE
β”œβ”€ qs@6.4.0
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/ljharb/qs
β”‚  β”œβ”€ path: ./node_modules/request/node_modules/qs
β”‚  └─ licenseFile: ./node_modules/request/node_modules/qs/LICENSE
β”œβ”€ qs@6.5.1
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/ljharb/qs
β”‚  β”œβ”€ path: ./node_modules/express/node_modules/connect/node_modules/qs
β”‚  └─ licenseFile: ./node_modules/express/node_modules/connect/node_modules/qs/LICENSE
β”œβ”€ query-string@4.3.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/query-string
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/query-string
β”‚  └─ licenseFile: ./node_modules/query-string/license
β”œβ”€ querystring-es3@0.2.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mike-spainhower/querystring
β”‚  β”œβ”€ publisher: Irakli Gozalishvili
β”‚  β”œβ”€ email: rfobic@gmail.com
β”‚  β”œβ”€ path: ./node_modules/querystring-es3
β”‚  └─ licenseFile: ./node_modules/querystring-es3/License.md
β”œβ”€ querystring@0.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Gozala/querystring
β”‚  β”œβ”€ publisher: Irakli Gozalishvili
β”‚  β”œβ”€ email: rfobic@gmail.com
β”‚  β”œβ”€ path: ./node_modules/querystring
β”‚  └─ licenseFile: ./node_modules/querystring/License.md
β”œβ”€ randomatic@1.1.7
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/randomatic
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/randomatic
β”‚  └─ licenseFile: ./node_modules/randomatic/LICENSE
β”œβ”€ randombytes@2.0.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/randombytes
β”‚  β”œβ”€ path: ./node_modules/randombytes
β”‚  └─ licenseFile: ./node_modules/randombytes/LICENSE
β”œβ”€ randomfill@1.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/randombytes
β”‚  β”œβ”€ path: ./node_modules/randomfill
β”‚  └─ licenseFile: ./node_modules/randomfill/LICENSE
β”œβ”€ range-parser@1.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/range-parser
β”‚  β”œβ”€ publisher: TJ Holowaychuk
β”‚  β”œβ”€ email: tj@vision-media.ca
β”‚  β”œβ”€ url: http://tjholowaychuk.com
β”‚  β”œβ”€ path: ./node_modules/range-parser
β”‚  └─ licenseFile: ./node_modules/range-parser/LICENSE
β”œβ”€ rc@1.2.1
β”‚  β”œβ”€ licenses: (BSD-2-Clause OR MIT OR Apache-2.0)
β”‚  β”œβ”€ repository: https://github.com/dominictarr/rc
β”‚  β”œβ”€ publisher: Dominic Tarr
β”‚  β”œβ”€ email: dominic.tarr@gmail.com
β”‚  β”œβ”€ url: dominictarr.com
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/rc
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/rc/LICENSE.APACHE2
β”œβ”€ rc@1.2.2
β”‚  β”œβ”€ licenses: (BSD-2-Clause OR MIT OR Apache-2.0)
β”‚  β”œβ”€ repository: https://github.com/dominictarr/rc
β”‚  β”œβ”€ publisher: Dominic Tarr
β”‚  β”œβ”€ email: dominic.tarr@gmail.com
β”‚  β”œβ”€ url: dominictarr.com
β”‚  β”œβ”€ path: ./node_modules/rc
β”‚  └─ licenseFile: ./node_modules/rc/LICENSE.APACHE2
β”œβ”€ read-installed@4.0.3
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/read-installed
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/read-installed
β”‚  └─ licenseFile: ./node_modules/read-installed/LICENSE
β”œβ”€ read-package-json@2.0.12
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/read-package-json
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/read-package-json
β”‚  └─ licenseFile: ./node_modules/read-package-json/LICENSE
β”œβ”€ read-pkg-up@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/read-pkg-up
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/read-pkg-up
β”‚  └─ licenseFile: ./node_modules/read-pkg-up/license
β”œβ”€ read-pkg-up@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/read-pkg-up
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/webpack/node_modules/read-pkg-up
β”‚  └─ licenseFile: ./node_modules/webpack/node_modules/read-pkg-up/license
β”œβ”€ read-pkg@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/read-pkg
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/read-pkg
β”‚  └─ licenseFile: ./node_modules/read-pkg/license
β”œβ”€ read-pkg@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/read-pkg
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/webpack/node_modules/read-pkg
β”‚  └─ licenseFile: ./node_modules/webpack/node_modules/read-pkg/license
β”œβ”€ readable-stream@1.0.34
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/isaacs/readable-stream
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/through2/node_modules/readable-stream
β”‚  └─ licenseFile: ./node_modules/through2/node_modules/readable-stream/LICENSE
β”œβ”€ readable-stream@2.2.9
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/nodejs/readable-stream
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/readable-stream
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/readable-stream/LICENSE
β”œβ”€ readable-stream@2.3.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/nodejs/readable-stream
β”‚  β”œβ”€ path: ./node_modules/readable-stream
β”‚  └─ licenseFile: ./node_modules/readable-stream/LICENSE
β”œβ”€ readdir-scoped-modules@1.0.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/readdir-scoped-modules
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/readdir-scoped-modules
β”‚  └─ licenseFile: ./node_modules/readdir-scoped-modules/LICENSE
β”œβ”€ readdirp@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/thlorenz/readdirp
β”‚  β”œβ”€ publisher: Thorsten Lorenz
β”‚  β”œβ”€ email: thlorenz@gmx.de
β”‚  β”œβ”€ url: thlorenz.com
β”‚  β”œβ”€ path: ./node_modules/readdirp
β”‚  └─ licenseFile: ./node_modules/readdirp/LICENSE
β”œβ”€ recast@0.10.43
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/benjamn/recast
β”‚  β”œβ”€ publisher: Ben Newman
β”‚  β”œβ”€ email: bn@cs.stanford.edu
β”‚  β”œβ”€ path: ./node_modules/unreachable-branch-transform/node_modules/recast
β”‚  └─ licenseFile: ./node_modules/unreachable-branch-transform/node_modules/recast/LICENSE
β”œβ”€ recast@0.11.23
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/benjamn/recast
β”‚  β”œβ”€ publisher: Ben Newman
β”‚  β”œβ”€ email: bn@cs.stanford.edu
β”‚  β”œβ”€ path: ./node_modules/recast
β”‚  └─ licenseFile: ./node_modules/recast/LICENSE
β”œβ”€ redent@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/redent
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/redent
β”‚  └─ licenseFile: ./node_modules/redent/license
β”œβ”€ reduce-css-calc@1.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/MoOx/reduce-css-calc
β”‚  β”œβ”€ publisher: Maxime Thirouin
β”‚  β”œβ”€ path: ./node_modules/reduce-css-calc
β”‚  └─ licenseFile: ./node_modules/reduce-css-calc/LICENSE
β”œβ”€ reduce-flatten@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/75lb/reduce-flatten
β”‚  β”œβ”€ publisher: Lloyd Brookes
β”‚  β”œβ”€ email: 75pound@gmail.com
β”‚  β”œβ”€ path: ./node_modules/reduce-flatten
β”‚  └─ licenseFile: ./node_modules/reduce-flatten/LICENSE
β”œβ”€ reduce-function-call@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/MoOx/reduce-function-call
β”‚  β”œβ”€ publisher: MoOx
β”‚  β”œβ”€ path: ./node_modules/reduce-function-call
β”‚  └─ licenseFile: ./node_modules/reduce-function-call/LICENSE
β”œβ”€ regenerate@1.3.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mathiasbynens/regenerate
β”‚  β”œβ”€ publisher: Mathias Bynens
β”‚  β”œβ”€ url: https://mathiasbynens.be/
β”‚  β”œβ”€ path: ./node_modules/regenerate
β”‚  └─ licenseFile: ./node_modules/regenerate/README.md
β”œβ”€ regenerator-runtime@0.11.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
β”‚  β”œβ”€ publisher: Ben Newman
β”‚  β”œβ”€ email: bn@cs.stanford.edu
β”‚  β”œβ”€ path: ./node_modules/regenerator-runtime
β”‚  └─ licenseFile: ./node_modules/regenerator-runtime/README.md
β”œβ”€ regex-cache@0.4.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/regex-cache
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/regex-cache
β”‚  └─ licenseFile: ./node_modules/regex-cache/LICENSE
β”œβ”€ regexpu-core@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mathiasbynens/regexpu-core
β”‚  β”œβ”€ publisher: Mathias Bynens
β”‚  β”œβ”€ url: https://mathiasbynens.be/
β”‚  β”œβ”€ path: ./node_modules/regexpu-core
β”‚  └─ licenseFile: ./node_modules/regexpu-core/README.md
β”œβ”€ registry-auth-token@3.3.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/rexxars/registry-auth-token
β”‚  β”œβ”€ publisher: Espen Hovlandsdal
β”‚  β”œβ”€ email: espen@hovlandsdal.com
β”‚  β”œβ”€ path: ./node_modules/registry-auth-token
β”‚  └─ licenseFile: ./node_modules/registry-auth-token/LICENSE
β”œβ”€ registry-url@3.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/registry-url
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/registry-url
β”‚  └─ licenseFile: ./node_modules/registry-url/license
β”œβ”€ regjsgen@0.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/d10/regjsgen
β”‚  β”œβ”€ publisher: Benjamin Tan
β”‚  β”œβ”€ email: demoneaux@gmail.com
β”‚  β”œβ”€ url: https://d10.github.io/
β”‚  β”œβ”€ path: ./node_modules/regjsgen
β”‚  └─ licenseFile: ./node_modules/regjsgen/LICENSE.txt
β”œβ”€ regjsparser@0.1.5
β”‚  β”œβ”€ licenses: BSD*
β”‚  β”œβ”€ repository: https://github.com/jviereck/regjsparser
β”‚  β”œβ”€ publisher: 'Julian Viereck'
β”‚  β”œβ”€ email: julian.viereck@gmail.com
β”‚  β”œβ”€ path: ./node_modules/regjsparser
β”‚  └─ licenseFile: ./node_modules/regjsparser/LICENSE.BSD
β”œβ”€ relateurl@0.2.7
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/stevenvachon/relateurl
β”‚  β”œβ”€ publisher: Steven Vachon
β”‚  β”œβ”€ email: contact@svachon.com
β”‚  β”œβ”€ url: http://www.svachon.com/
β”‚  β”œβ”€ path: ./node_modules/relateurl
β”‚  └─ licenseFile: ./node_modules/relateurl/license
β”œβ”€ remove-trailing-separator@1.1.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/darsain/remove-trailing-separator
β”‚  β”œβ”€ publisher: darsain
β”‚  β”œβ”€ path: ./node_modules/remove-trailing-separator
β”‚  └─ licenseFile: ./node_modules/remove-trailing-separator/license
β”œβ”€ repeat-element@1.1.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/repeat-element
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/repeat-element
β”‚  └─ licenseFile: ./node_modules/repeat-element/LICENSE
β”œβ”€ repeat-string@1.6.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/repeat-string
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: http://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/repeat-string
β”‚  └─ licenseFile: ./node_modules/repeat-string/LICENSE
β”œβ”€ repeating@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/repeating
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/repeating
β”‚  └─ licenseFile: ./node_modules/repeating/license
β”œβ”€ request@2.81.0
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/request/request
β”‚  β”œβ”€ publisher: Mikeal Rogers
β”‚  β”œβ”€ email: mikeal.rogers@gmail.com
β”‚  β”œβ”€ path: ./node_modules/request
β”‚  └─ licenseFile: ./node_modules/request/LICENSE
β”œβ”€ require-directory@2.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/troygoode/node-require-directory
β”‚  β”œβ”€ publisher: Troy Goode
β”‚  β”œβ”€ email: troygoode@gmail.com
β”‚  β”œβ”€ url: http://github.com/troygoode/
β”‚  β”œβ”€ path: ./node_modules/require-directory
β”‚  └─ licenseFile: ./node_modules/require-directory/LICENSE
β”œβ”€ require-from-string@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/floatdrop/require-from-string
β”‚  β”œβ”€ publisher: Vsevolod Strukchinsky
β”‚  β”œβ”€ email: floatdrop@gmail.com
β”‚  β”œβ”€ url: github.com/floatdrop
β”‚  β”œβ”€ path: ./node_modules/require-from-string
β”‚  └─ licenseFile: ./node_modules/require-from-string/license
β”œβ”€ require-main-filename@1.0.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/yargs/require-main-filename
β”‚  β”œβ”€ publisher: Ben Coe
β”‚  β”œβ”€ email: ben@npmjs.com
β”‚  β”œβ”€ path: ./node_modules/require-main-filename
β”‚  └─ licenseFile: ./node_modules/require-main-filename/LICENSE.txt
β”œβ”€ require-uncached@1.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/require-uncached
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/require-uncached
β”‚  └─ licenseFile: ./node_modules/require-uncached/license
β”œβ”€ requires-port@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/unshiftio/requires-port
β”‚  β”œβ”€ publisher: Arnout Kazemier
β”‚  β”œβ”€ path: ./node_modules/requires-port
β”‚  └─ licenseFile: ./node_modules/requires-port/LICENSE
β”œβ”€ resolve-from@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/resolve-from
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/resolve-from
β”‚  └─ licenseFile: ./node_modules/resolve-from/license
β”œβ”€ resolve@1.1.7
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/node-resolve
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/resolve
β”‚  └─ licenseFile: ./node_modules/resolve/LICENSE
β”œβ”€ resp-modifier@6.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/shakyshane/resp-modifier
β”‚  β”œβ”€ publisher: Shane Osbourne
β”‚  β”œβ”€ email: shane.osbourne8@gmail.com
β”‚  β”œβ”€ path: ./node_modules/resp-modifier
β”‚  └─ licenseFile: ./node_modules/resp-modifier/README.md
β”œβ”€ restore-cursor@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/restore-cursor
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/restore-cursor
β”‚  └─ licenseFile: ./node_modules/restore-cursor/license
β”œβ”€ restore-cursor@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/restore-cursor
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/inquirer/node_modules/restore-cursor
β”‚  └─ licenseFile: ./node_modules/inquirer/node_modules/restore-cursor/license
β”œβ”€ right-align@0.1.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/right-align
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/right-align
β”‚  └─ licenseFile: ./node_modules/right-align/LICENSE
β”œβ”€ rimraf@2.2.8
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/isaacs/rimraf
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/lighthouse/node_modules/rimraf
β”‚  └─ licenseFile: ./node_modules/lighthouse/node_modules/rimraf/LICENSE
β”œβ”€ rimraf@2.6.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/rimraf
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/rimraf
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/rimraf/LICENSE
β”œβ”€ rimraf@2.6.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/rimraf
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/rimraf
β”‚  └─ licenseFile: ./node_modules/rimraf/LICENSE
β”œβ”€ ripemd160@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/ripemd160
β”‚  β”œβ”€ path: ./node_modules/ripemd160
β”‚  └─ licenseFile: ./node_modules/ripemd160/LICENSE.md
β”œβ”€ run-async@2.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/SBoudrias/run-async
β”‚  β”œβ”€ publisher: Simon Boudrias
β”‚  β”œβ”€ email: admin@simonboudrias.com
β”‚  β”œβ”€ path: ./node_modules/run-async
β”‚  └─ licenseFile: ./node_modules/run-async/LICENSE
β”œβ”€ rx-lite-aggregates@4.0.8
β”‚  β”œβ”€ licenses: Apache License, Version 2.0
β”‚  β”œβ”€ repository: https://github.com/Reactive-Extensions/RxJS
β”‚  β”œβ”€ publisher: Cloud Programmability Team
β”‚  β”œβ”€ url: https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt
β”‚  β”œβ”€ path: ./node_modules/rx-lite-aggregates
β”‚  └─ licenseFile: ./node_modules/rx-lite-aggregates/readme.md
β”œβ”€ rx-lite@4.0.8
β”‚  β”œβ”€ licenses: Apache License, Version 2.0
β”‚  β”œβ”€ repository: https://github.com/Reactive-Extensions/RxJS
β”‚  β”œβ”€ publisher: Cloud Programmability Team
β”‚  β”œβ”€ url: https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt
β”‚  β”œβ”€ path: ./node_modules/rx-lite
β”‚  └─ licenseFile: ./node_modules/rx-lite/readme.md
β”œβ”€ rx@4.1.0
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/Reactive-Extensions/RxJS
β”‚  β”œβ”€ publisher: Cloud Programmability Team
β”‚  β”œβ”€ url: https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt
β”‚  β”œβ”€ path: ./node_modules/rx
β”‚  └─ licenseFile: ./node_modules/rx/license.txt
β”œβ”€ rxjs@5.5.5
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/ReactiveX/RxJS
β”‚  β”œβ”€ publisher: Ben Lesh
β”‚  β”œβ”€ email: ben@benlesh.com
β”‚  β”œβ”€ path: ./node_modules/rxjs
β”‚  └─ licenseFile: ./node_modules/rxjs/LICENSE.txt
β”œβ”€ safe-buffer@5.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/feross/safe-buffer
β”‚  β”œβ”€ publisher: Feross Aboukhadijeh
β”‚  β”œβ”€ email: feross@feross.org
β”‚  β”œβ”€ url: http://feross.org
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/safe-buffer
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/safe-buffer/LICENSE
β”œβ”€ safe-buffer@5.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/feross/safe-buffer
β”‚  β”œβ”€ publisher: Feross Aboukhadijeh
β”‚  β”œβ”€ email: feross@feross.org
β”‚  β”œβ”€ url: http://feross.org
β”‚  β”œβ”€ path: ./node_modules/safe-buffer
β”‚  └─ licenseFile: ./node_modules/safe-buffer/LICENSE
β”œβ”€ sax@1.2.4
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/sax-js
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/sax
β”‚  └─ licenseFile: ./node_modules/sax/LICENSE
β”œβ”€ schema-utils@0.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack-contrib/schema-utils
β”‚  β”œβ”€ publisher: Webpack Contrib
β”‚  β”œβ”€ url: https://github.com/webpack-contrib
β”‚  β”œβ”€ path: ./node_modules/schema-utils
β”‚  └─ licenseFile: ./node_modules/schema-utils/LICENSE
β”œβ”€ semver-diff@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/semver-diff
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/semver-diff
β”‚  └─ licenseFile: ./node_modules/semver-diff/license
β”œβ”€ semver@5.3.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/node-semver
β”‚  β”œβ”€ path: ./node_modules/lighthouse/node_modules/semver
β”‚  └─ licenseFile: ./node_modules/lighthouse/node_modules/semver/LICENSE
β”œβ”€ semver@5.4.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/node-semver
β”‚  β”œβ”€ path: ./node_modules/semver
β”‚  └─ licenseFile: ./node_modules/semver/LICENSE
β”œβ”€ send@0.15.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/pillarjs/send
β”‚  β”œβ”€ publisher: TJ Holowaychuk
β”‚  β”œβ”€ email: tj@vision-media.ca
β”‚  β”œβ”€ path: ./node_modules/send
β”‚  └─ licenseFile: ./node_modules/send/LICENSE
β”œβ”€ send@0.16.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/pillarjs/send
β”‚  β”œβ”€ publisher: TJ Holowaychuk
β”‚  β”œβ”€ email: tj@vision-media.ca
β”‚  β”œβ”€ path: ./node_modules/node-faux-pas/node_modules/send
β”‚  └─ licenseFile: ./node_modules/node-faux-pas/node_modules/send/LICENSE
β”œβ”€ serve-index@1.8.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/expressjs/serve-index
β”‚  β”œβ”€ publisher: Douglas Christopher Wilson
β”‚  β”œβ”€ email: doug@somethingdoug.com
β”‚  β”œβ”€ path: ./node_modules/serve-index
β”‚  └─ licenseFile: ./node_modules/serve-index/LICENSE
β”œβ”€ serve-static@1.12.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/expressjs/serve-static
β”‚  β”œβ”€ publisher: Douglas Christopher Wilson
β”‚  β”œβ”€ email: doug@somethingdoug.com
β”‚  β”œβ”€ path: ./node_modules/serve-static
β”‚  └─ licenseFile: ./node_modules/serve-static/LICENSE
β”œβ”€ serve-static@1.13.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/expressjs/serve-static
β”‚  β”œβ”€ publisher: Douglas Christopher Wilson
β”‚  β”œβ”€ email: doug@somethingdoug.com
β”‚  β”œβ”€ path: ./node_modules/node-faux-pas/node_modules/serve-static
β”‚  └─ licenseFile: ./node_modules/node-faux-pas/node_modules/serve-static/LICENSE
β”œβ”€ server-destroy@1.0.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/server-destroy
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me
β”‚  β”œβ”€ path: ./node_modules/server-destroy
β”‚  └─ licenseFile: ./node_modules/server-destroy/LICENSE
β”œβ”€ set-blocking@2.0.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/yargs/set-blocking
β”‚  β”œβ”€ publisher: Ben Coe
β”‚  β”œβ”€ email: ben@npmjs.com
β”‚  β”œβ”€ path: ./node_modules/set-blocking
β”‚  └─ licenseFile: ./node_modules/set-blocking/LICENSE.txt
β”œβ”€ set-immediate-shim@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/set-immediate-shim
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/set-immediate-shim
β”‚  └─ licenseFile: ./node_modules/set-immediate-shim/readme.md
β”œβ”€ setimmediate@1.0.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/YuzuJS/setImmediate
β”‚  β”œβ”€ publisher: YuzuJS
β”‚  β”œβ”€ path: ./node_modules/setimmediate
β”‚  └─ licenseFile: ./node_modules/setimmediate/LICENSE.txt
β”œβ”€ setprototypeof@1.0.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/wesleytodd/setprototypeof
β”‚  β”œβ”€ publisher: Wes Todd
β”‚  β”œβ”€ path: ./node_modules/serve-index/node_modules/setprototypeof
β”‚  └─ licenseFile: ./node_modules/serve-index/node_modules/setprototypeof/LICENSE
β”œβ”€ setprototypeof@1.0.3
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/wesleytodd/setprototypeof
β”‚  β”œβ”€ publisher: Wes Todd
β”‚  β”œβ”€ path: ./node_modules/setprototypeof
β”‚  └─ licenseFile: ./node_modules/setprototypeof/LICENSE
β”œβ”€ sha.js@2.4.9
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/crypto-browserify/sha.js
β”‚  β”œβ”€ publisher: Dominic Tarr
β”‚  β”œβ”€ email: dominic.tarr@gmail.com
β”‚  β”œβ”€ url: dominictarr.com
β”‚  β”œβ”€ path: ./node_modules/sha.js
β”‚  └─ licenseFile: ./node_modules/sha.js/LICENSE
β”œβ”€ shebang-command@1.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/kevva/shebang-command
β”‚  β”œβ”€ publisher: Kevin Martensson
β”‚  β”œβ”€ email: kevinmartensson@gmail.com
β”‚  β”œβ”€ url: github.com/kevva
β”‚  β”œβ”€ path: ./node_modules/shebang-command
β”‚  └─ licenseFile: ./node_modules/shebang-command/license
β”œβ”€ shebang-regex@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/shebang-regex
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/shebang-regex
β”‚  └─ licenseFile: ./node_modules/shebang-regex/license
β”œβ”€ short-number@1.0.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/cfj/short-number
β”‚  β”œβ”€ publisher: Jonathan SvΓ€rdΓ©n
β”‚  β”œβ”€ email: jonathan.svarden@gmail.com
β”‚  β”œβ”€ url: http://svarden.se
β”‚  β”œβ”€ path: ./node_modules/short-number
β”‚  └─ licenseFile: ./node_modules/short-number/LICENSE
β”œβ”€ signal-exit@3.0.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/tapjs/signal-exit
β”‚  β”œβ”€ publisher: Ben Coe
β”‚  β”œβ”€ email: ben@npmjs.com
β”‚  β”œβ”€ path: ./node_modules/signal-exit
β”‚  └─ licenseFile: ./node_modules/signal-exit/LICENSE.txt
β”œβ”€ slash@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/slash
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/slash
β”‚  └─ licenseFile: ./node_modules/slash/readme.md
β”œβ”€ slice-ansi@0.0.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/chalk/slice-ansi
β”‚  β”œβ”€ publisher: David Caccavella
β”‚  β”œβ”€ email: threedeecee@gmail.com
β”‚  β”œβ”€ path: ./node_modules/cli-truncate/node_modules/slice-ansi
β”‚  └─ licenseFile: ./node_modules/cli-truncate/node_modules/slice-ansi/license
β”œβ”€ slice-ansi@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/chalk/slice-ansi
β”‚  β”œβ”€ publisher: David Caccavella
β”‚  β”œβ”€ email: threedeecee@gmail.com
β”‚  β”œβ”€ path: ./node_modules/slice-ansi
β”‚  └─ licenseFile: ./node_modules/slice-ansi/license
β”œβ”€ slide@1.1.6
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/slide-flow-control
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/slide
β”‚  └─ licenseFile: ./node_modules/slide/LICENSE
β”œβ”€ sntp@1.0.9
β”‚  β”œβ”€ licenses: BSD
β”‚  β”œβ”€ repository: https://github.com/hueniverse/sntp
β”‚  β”œβ”€ publisher: Eran Hammer
β”‚  β”œβ”€ email: eran@hammer.io
β”‚  β”œβ”€ url: http://hueniverse.com
β”‚  β”œβ”€ path: ./node_modules/sntp
β”‚  └─ licenseFile: ./node_modules/sntp/LICENSE
β”œβ”€ socket.io-adapter@0.5.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Automattic/socket.io-adapter
β”‚  β”œβ”€ path: ./node_modules/socket.io-adapter
β”‚  └─ licenseFile: ./node_modules/socket.io-adapter/LICENSE
β”œβ”€ socket.io-client@1.6.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Automattic/socket.io-client
β”‚  β”œβ”€ path: ./node_modules/socket.io-client
β”‚  └─ licenseFile: ./node_modules/socket.io-client/LICENSE
β”œβ”€ socket.io-parser@2.3.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Automattic/socket.io-parser
β”‚  β”œβ”€ path: ./node_modules/socket.io-parser
β”‚  └─ licenseFile: ./node_modules/socket.io-parser/LICENSE
β”œβ”€ socket.io@1.6.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/socketio/socket.io
β”‚  β”œβ”€ path: ./node_modules/socket.io
β”‚  └─ licenseFile: ./node_modules/socket.io/LICENSE
β”œβ”€ sort-keys@1.1.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/sort-keys
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/sort-keys
β”‚  └─ licenseFile: ./node_modules/sort-keys/license
β”œβ”€ source-list-map@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/source-list-map
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/source-list-map
β”‚  └─ licenseFile: ./node_modules/source-list-map/README.md
β”œβ”€ source-map-support@0.4.18
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/evanw/node-source-map-support
β”‚  β”œβ”€ path: ./node_modules/source-map-support
β”‚  └─ licenseFile: ./node_modules/source-map-support/LICENSE.md
β”œβ”€ source-map@0.1.31
β”‚  β”œβ”€ licenses: BSD
β”‚  β”œβ”€ repository: https://github.com/mozilla/source-map
β”‚  β”œβ”€ publisher: Nick Fitzgerald
β”‚  β”œβ”€ email: nfitzgerald@mozilla.com
β”‚  β”œβ”€ path: ./node_modules/jstransform/node_modules/source-map
β”‚  └─ licenseFile: ./node_modules/jstransform/node_modules/source-map/LICENSE
β”œβ”€ source-map@0.1.43
β”‚  β”œβ”€ licenses: BSD
β”‚  β”œβ”€ repository: https://github.com/mozilla/source-map
β”‚  β”œβ”€ publisher: Nick Fitzgerald
β”‚  β”œβ”€ email: nfitzgerald@mozilla.com
β”‚  β”œβ”€ path: ./node_modules/string-replace-webpack-plugin/node_modules/source-map
β”‚  └─ licenseFile: ./node_modules/string-replace-webpack-plugin/node_modules/source-map/LICENSE
β”œβ”€ source-map@0.4.4
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/mozilla/source-map
β”‚  β”œβ”€ publisher: Nick Fitzgerald
β”‚  β”œβ”€ email: nfitzgerald@mozilla.com
β”‚  β”œβ”€ path: ./node_modules/handlebars/node_modules/source-map
β”‚  └─ licenseFile: ./node_modules/handlebars/node_modules/source-map/README.md
β”œβ”€ source-map@0.5.7
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/mozilla/source-map
β”‚  β”œβ”€ publisher: Nick Fitzgerald
β”‚  β”œβ”€ email: nfitzgerald@mozilla.com
β”‚  β”œβ”€ path: ./node_modules/source-map
β”‚  └─ licenseFile: ./node_modules/source-map/LICENSE
β”œβ”€ source-map@0.6.1
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/mozilla/source-map
β”‚  β”œβ”€ publisher: Nick Fitzgerald
β”‚  β”œβ”€ email: nfitzgerald@mozilla.com
β”‚  β”œβ”€ path: ./node_modules/webpack-sources/node_modules/source-map
β”‚  └─ licenseFile: ./node_modules/webpack-sources/node_modules/source-map/LICENSE
β”œβ”€ spdx-compare@0.1.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/kemitchell/spdx-compare.js
β”‚  β”œβ”€ publisher: Kyle E. Mitchell
β”‚  β”œβ”€ email: kyle@kemitchell.com
β”‚  β”œβ”€ url: https://kemitchell.com
β”‚  β”œβ”€ path: ./node_modules/spdx-compare
β”‚  └─ licenseFile: ./node_modules/spdx-compare/LICENSE.md
β”œβ”€ spdx-correct@1.0.2
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/kemitchell/spdx-correct.js
β”‚  β”œβ”€ publisher: Kyle E. Mitchell
β”‚  β”œβ”€ email: kyle@kemitchell.com
β”‚  β”œβ”€ url: https://kemitchell.com
β”‚  β”œβ”€ path: ./node_modules/validate-npm-package-license/node_modules/spdx-correct
β”‚  └─ licenseFile: ./node_modules/validate-npm-package-license/node_modules/spdx-correct/LICENSE
β”œβ”€ spdx-correct@2.0.4
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/jslicense/spdx-correct.js
β”‚  β”œβ”€ publisher: Kyle E. Mitchell
β”‚  β”œβ”€ email: kyle@kemitchell.com
β”‚  β”œβ”€ url: https://kemitchell.com
β”‚  β”œβ”€ path: ./node_modules/spdx-correct
β”‚  └─ licenseFile: ./node_modules/spdx-correct/LICENSE
β”œβ”€ spdx-exceptions@1.0.5
β”‚  β”œβ”€ licenses: CC-BY-3.0
β”‚  β”œβ”€ repository: https://github.com/kemitchell/spdx-exceptions.json
β”‚  β”œβ”€ publisher: The Linux Foundation
β”‚  β”œβ”€ path: ./node_modules/spdx-exceptions
β”‚  └─ licenseFile: ./node_modules/spdx-exceptions/README.md
β”œβ”€ spdx-exceptions@2.0.0
β”‚  β”œβ”€ licenses: CC-BY-3.0
β”‚  β”œβ”€ repository: https://github.com/kemitchell/spdx-exceptions.json
β”‚  β”œβ”€ publisher: The Linux Foundation
β”‚  β”œβ”€ path: ./node_modules/spdx-correct/node_modules/spdx-exceptions
β”‚  └─ licenseFile: ./node_modules/spdx-correct/node_modules/spdx-exceptions/README.md
β”œβ”€ spdx-expression-parse@1.0.4
β”‚  β”œβ”€ licenses: (MIT AND CC-BY-3.0)
β”‚  β”œβ”€ repository: https://github.com/kemitchell/spdx-expression-parse.js
β”‚  β”œβ”€ publisher: Kyle E. Mitchell
β”‚  β”œβ”€ email: kyle@kemitchell.com
β”‚  β”œβ”€ url: http://kemitchell.com
β”‚  β”œβ”€ path: ./node_modules/spdx-expression-parse
β”‚  └─ licenseFile: ./node_modules/spdx-expression-parse/LICENSE
β”œβ”€ spdx-expression-parse@2.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jslicense/spdx-expression-parse.js
β”‚  β”œβ”€ publisher: Kyle E. Mitchell
β”‚  β”œβ”€ email: kyle@kemitchell.com
β”‚  β”œβ”€ url: http://kemitchell.com
β”‚  β”œβ”€ path: ./node_modules/spdx-correct/node_modules/spdx-expression-parse
β”‚  └─ licenseFile: ./node_modules/spdx-correct/node_modules/spdx-expression-parse/LICENSE
β”œβ”€ spdx-license-ids@1.2.2
β”‚  β”œβ”€ licenses: Unlicense
β”‚  β”œβ”€ repository: https://github.com/shinnn/spdx-license-ids
β”‚  β”œβ”€ publisher: Shinnosuke Watanabe
β”‚  β”œβ”€ url: https://github.com/shinnn
β”‚  β”œβ”€ path: ./node_modules/spdx-license-ids
β”‚  └─ licenseFile: ./node_modules/spdx-license-ids/LICENSE
β”œβ”€ spdx-license-ids@2.0.1
β”‚  β”œβ”€ licenses: CC0-1.0
β”‚  β”œβ”€ repository: https://github.com/shinnn/spdx-license-ids
β”‚  β”œβ”€ publisher: Shinnosuke Watanabe
β”‚  β”œβ”€ url: https://github.com/shinnn
β”‚  β”œβ”€ path: ./node_modules/spdx-correct/node_modules/spdx-license-ids
β”‚  └─ licenseFile: ./node_modules/spdx-correct/node_modules/spdx-license-ids/README.md
β”œβ”€ spdx-ranges@1.0.1
β”‚  β”œβ”€ licenses: CC-BY-3.0
β”‚  β”œβ”€ repository: https://github.com/kemitchell/spdx-ranges.js
β”‚  β”œβ”€ publisher: The Linux Foundation
β”‚  β”œβ”€ path: ./node_modules/spdx-ranges
β”‚  └─ licenseFile: ./node_modules/spdx-ranges/LICENSE.md
β”œβ”€ spdx-satisfies@0.1.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/kemitchell/spdx-satisfies.js
β”‚  β”œβ”€ publisher: Kyle E. Mitchell
β”‚  β”œβ”€ email: kyle@kemitchell.com
β”‚  β”œβ”€ url: https://kemitchell.com
β”‚  β”œβ”€ path: ./node_modules/spdx-satisfies
β”‚  └─ licenseFile: ./node_modules/spdx-satisfies/LICENSE.md
β”œβ”€ spdx@0.5.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/kemitchell/spdx.js
β”‚  β”œβ”€ publisher: Kyle E. Mitchell
β”‚  β”œβ”€ email: kyle@kemitchell.com
β”‚  β”œβ”€ url: http://kemitchell.com
β”‚  β”œβ”€ path: ./node_modules/spdx
β”‚  └─ licenseFile: ./node_modules/spdx/LICENSE
β”œβ”€ speedline@1.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/pmdartus/speedline
β”‚  β”œβ”€ publisher: Pierre-Marie Dartus
β”‚  β”œβ”€ email: dartus.pierremarie@gmail.com
β”‚  β”œβ”€ url: github.com/pmdartus
β”‚  β”œβ”€ path: ./node_modules/speedline
β”‚  └─ licenseFile: ./node_modules/speedline/license
β”œβ”€ sprintf-js@1.0.3
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/alexei/sprintf.js
β”‚  β”œβ”€ publisher: Alexandru Marasteanu
β”‚  β”œβ”€ email: hello@alexei.ro
β”‚  β”œβ”€ url: http://alexei.ro/
β”‚  β”œβ”€ path: ./node_modules/sprintf-js
β”‚  └─ licenseFile: ./node_modules/sprintf-js/LICENSE
β”œβ”€ sshpk@1.13.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/arekinath/node-sshpk
β”‚  β”œβ”€ publisher: Joyent, Inc
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/sshpk
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/sshpk/LICENSE
β”œβ”€ sshpk@1.13.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/arekinath/node-sshpk
β”‚  β”œβ”€ publisher: Joyent, Inc
β”‚  β”œβ”€ path: ./node_modules/sshpk
β”‚  └─ licenseFile: ./node_modules/sshpk/LICENSE
β”œβ”€ staged-git-files@0.0.4
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/mcwhittemore/staged-git-files
β”‚  β”œβ”€ publisher: Matthew Chase Whittemore
β”‚  β”œβ”€ email: mcwhittemore@gmail.com
β”‚  β”œβ”€ path: ./node_modules/staged-git-files
β”‚  └─ licenseFile: ./node_modules/staged-git-files/readme.md
β”œβ”€ statuses@1.3.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/statuses
β”‚  β”œβ”€ path: ./node_modules/statuses
β”‚  └─ licenseFile: ./node_modules/statuses/LICENSE
β”œβ”€ statuses@1.4.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jshttp/statuses
β”‚  β”œβ”€ path: ./node_modules/http-errors/node_modules/statuses
β”‚  └─ licenseFile: ./node_modules/http-errors/node_modules/statuses/LICENSE
β”œβ”€ stream-browserify@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/stream-browserify
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/stream-browserify
β”‚  └─ licenseFile: ./node_modules/stream-browserify/LICENSE
β”œβ”€ stream-http@2.7.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jhiesey/stream-http
β”‚  β”œβ”€ publisher: John Hiesey
β”‚  β”œβ”€ path: ./node_modules/stream-http
β”‚  └─ licenseFile: ./node_modules/stream-http/LICENSE
β”œβ”€ stream-throttle@0.1.3
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/tjgq/node-stream-throttle
β”‚  β”œβ”€ publisher: Tiago Quelhas
β”‚  β”œβ”€ email: tiagoq@gmail.com
β”‚  β”œβ”€ path: ./node_modules/stream-throttle
β”‚  └─ licenseFile: ./node_modules/stream-throttle/LICENSE
β”œβ”€ stream-to-observable@0.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jamestalmage/stream-to-observable
β”‚  β”œβ”€ publisher: James Talmage
β”‚  β”œβ”€ email: james@talmage.io
β”‚  β”œβ”€ url: github.com/jamestalmage
β”‚  β”œβ”€ path: ./node_modules/stream-to-observable
β”‚  └─ licenseFile: ./node_modules/stream-to-observable/license
β”œβ”€ strict-uri-encode@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/kevva/strict-uri-encode
β”‚  β”œβ”€ publisher: Kevin MΓ₯rtensson
β”‚  β”œβ”€ email: kevinmartensson@gmail.com
β”‚  β”œβ”€ url: github.com/kevva
β”‚  β”œβ”€ path: ./node_modules/strict-uri-encode
β”‚  └─ licenseFile: ./node_modules/strict-uri-encode/license
β”œβ”€ string-replace-webpack-plugin@0.1.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jamesandersen/string-replace-webpack-plugin
β”‚  β”œβ”€ publisher: James Andersen @jandersen78
β”‚  β”œβ”€ path: ./node_modules/string-replace-webpack-plugin
β”‚  └─ licenseFile: ./node_modules/string-replace-webpack-plugin/README.md
β”œβ”€ string-width@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/string-width
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/string-width
β”‚  └─ licenseFile: ./node_modules/string-width/license
β”œβ”€ string-width@2.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/string-width
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/ansi-align/node_modules/string-width
β”‚  └─ licenseFile: ./node_modules/ansi-align/node_modules/string-width/license
β”œβ”€ string_decoder@0.10.31
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/rvagg/string_decoder
β”‚  β”œβ”€ path: ./node_modules/through2/node_modules/string_decoder
β”‚  └─ licenseFile: ./node_modules/through2/node_modules/string_decoder/LICENSE
β”œβ”€ string_decoder@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/rvagg/string_decoder
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/string_decoder
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/string_decoder/LICENSE
β”œβ”€ string_decoder@1.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/rvagg/string_decoder
β”‚  β”œβ”€ path: ./node_modules/string_decoder
β”‚  └─ licenseFile: ./node_modules/string_decoder/LICENSE
β”œβ”€ stringify-object@3.2.1
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/yeoman/stringify-object
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/stringify-object
β”‚  └─ licenseFile: ./node_modules/stringify-object/LICENSE
β”œβ”€ stringstream@0.0.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mhart/StringStream
β”‚  β”œβ”€ publisher: Michael Hart
β”‚  β”œβ”€ email: michael.hart.au@gmail.com
β”‚  β”œβ”€ url: http://github.com/mhart
β”‚  β”œβ”€ path: ./node_modules/stringstream
β”‚  └─ licenseFile: ./node_modules/stringstream/LICENSE.txt
β”œβ”€ strip-ansi@0.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/strip-ansi
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/license-checker/node_modules/strip-ansi
β”‚  └─ licenseFile: ./node_modules/license-checker/node_modules/strip-ansi/readme.md
β”œβ”€ strip-ansi@3.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/chalk/strip-ansi
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/strip-ansi
β”‚  └─ licenseFile: ./node_modules/strip-ansi/license
β”œβ”€ strip-ansi@4.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/chalk/strip-ansi
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/ansi-align/node_modules/strip-ansi
β”‚  └─ licenseFile: ./node_modules/ansi-align/node_modules/strip-ansi/license
β”œβ”€ strip-bom@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/strip-bom
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/strip-bom
β”‚  └─ licenseFile: ./node_modules/strip-bom/license
β”œβ”€ strip-bom@3.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/strip-bom
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/webpack/node_modules/strip-bom
β”‚  └─ licenseFile: ./node_modules/webpack/node_modules/strip-bom/license
β”œβ”€ strip-eof@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/strip-eof
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/strip-eof
β”‚  └─ licenseFile: ./node_modules/strip-eof/license
β”œβ”€ strip-indent@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/strip-indent
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/redent/node_modules/strip-indent
β”‚  └─ licenseFile: ./node_modules/redent/node_modules/strip-indent/license
β”œβ”€ strip-indent@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/strip-indent
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/strip-indent
β”‚  └─ licenseFile: ./node_modules/strip-indent/license
β”œβ”€ strip-json-comments@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/strip-json-comments
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/strip-json-comments
β”‚  └─ licenseFile: ./node_modules/strip-json-comments/license
β”œβ”€ style-loader@0.8.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/style-loader
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/style-loader
β”‚  └─ licenseFile: ./node_modules/style-loader/README.md
β”œβ”€ supports-color@0.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/supports-color
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/license-checker/node_modules/supports-color
β”‚  └─ licenseFile: ./node_modules/license-checker/node_modules/supports-color/readme.md
β”œβ”€ supports-color@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/chalk/supports-color
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/chalk/node_modules/supports-color
β”‚  └─ licenseFile: ./node_modules/chalk/node_modules/supports-color/license
β”œβ”€ supports-color@3.2.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/chalk/supports-color
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/postcss/node_modules/supports-color
β”‚  └─ licenseFile: ./node_modules/postcss/node_modules/supports-color/license
β”œβ”€ supports-color@4.5.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/chalk/supports-color
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/supports-color
β”‚  └─ licenseFile: ./node_modules/supports-color/license
β”œβ”€ svgo@0.7.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/svg/svgo
β”‚  β”œβ”€ publisher: Kir Belevich
β”‚  β”œβ”€ email: kir@soulshine.in
β”‚  β”œβ”€ url: https://github.com/deepsweet
β”‚  β”œβ”€ path: ./node_modules/svgo
β”‚  └─ licenseFile: ./node_modules/svgo/LICENSE
β”œβ”€ symbol-observable@0.2.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/blesh/symbol-observable
β”‚  β”œβ”€ publisher: Ben Lesh
β”‚  β”œβ”€ email: ben@benlesh.com
β”‚  β”œβ”€ path: ./node_modules/is-observable/node_modules/symbol-observable
β”‚  └─ licenseFile: ./node_modules/is-observable/node_modules/symbol-observable/license
β”œβ”€ symbol-observable@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/blesh/symbol-observable
β”‚  β”œβ”€ publisher: Ben Lesh
β”‚  β”œβ”€ email: ben@benlesh.com
β”‚  β”œβ”€ path: ./node_modules/symbol-observable
β”‚  └─ licenseFile: ./node_modules/symbol-observable/license
β”œβ”€ table-layout@0.4.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/75lb/table-layout
β”‚  β”œβ”€ publisher: Lloyd Brookes
β”‚  β”œβ”€ email: 75pound@gmail.com
β”‚  β”œβ”€ path: ./node_modules/table-layout
β”‚  └─ licenseFile: ./node_modules/table-layout/LICENSE
β”œβ”€ table@4.0.2
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/gajus/table
β”‚  β”œβ”€ publisher: Gajus Kuizinas
β”‚  β”œβ”€ email: gajus@gajus.com
β”‚  β”œβ”€ url: http://gajus.com
β”‚  β”œβ”€ path: ./node_modules/table
β”‚  └─ licenseFile: ./node_modules/table/LICENSE
β”œβ”€ tapable@0.2.8
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/tapable
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/tapable
β”‚  └─ licenseFile: ./node_modules/tapable/README.md
β”œβ”€ tar-pack@3.4.0
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/ForbesLindesay/tar-pack
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/tar-pack
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/tar-pack/LICENSE
β”œβ”€ tar-pack@3.4.1
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/ForbesLindesay/tar-pack
β”‚  β”œβ”€ path: ./node_modules/tar-pack
β”‚  └─ licenseFile: ./node_modules/tar-pack/LICENSE
β”œβ”€ tar@2.2.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/node-tar
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/tar
β”‚  └─ licenseFile: ./node_modules/tar/LICENSE
β”œβ”€ term-size@1.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/term-size
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/term-size
β”‚  └─ licenseFile: ./node_modules/term-size/license
β”œβ”€ test-value@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/75lb/test-value
β”‚  β”œβ”€ publisher: Lloyd Brookes
β”‚  β”œβ”€ email: 75pound@gmail.com
β”‚  β”œβ”€ path: ./node_modules/test-value
β”‚  └─ licenseFile: ./node_modules/test-value/LICENSE
β”œβ”€ text-table@0.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/text-table
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/text-table
β”‚  └─ licenseFile: ./node_modules/text-table/LICENSE
β”œβ”€ tfunk@3.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/shakyShane/tfunk
β”‚  β”œβ”€ publisher: Shane Osbourne
β”‚  β”œβ”€ path: ./node_modules/tfunk
β”‚  └─ licenseFile: ./node_modules/tfunk/README.md
β”œβ”€ through2@0.6.5
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/rvagg/through2
β”‚  β”œβ”€ publisher: Rod Vagg
β”‚  β”œβ”€ email: r@va.gg
β”‚  β”œβ”€ url: https://github.com/rvagg
β”‚  β”œβ”€ path: ./node_modules/through2
β”‚  └─ licenseFile: ./node_modules/through2/LICENSE
β”œβ”€ through@2.3.8
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/dominictarr/through
β”‚  β”œβ”€ publisher: Dominic Tarr
β”‚  β”œβ”€ email: dominic.tarr@gmail.com
β”‚  β”œβ”€ url: dominictarr.com
β”‚  β”œβ”€ path: ./node_modules/through
β”‚  └─ licenseFile: ./node_modules/through/LICENSE.APACHE2
β”œβ”€ timed-out@4.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/floatdrop/timed-out
β”‚  β”œβ”€ publisher: Vsevolod Strukchinsky
β”‚  β”œβ”€ email: floatdrop@gmail.com
β”‚  β”œβ”€ path: ./node_modules/timed-out
β”‚  └─ licenseFile: ./node_modules/timed-out/license
β”œβ”€ timers-browserify@2.0.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jryans/timers-browserify
β”‚  β”œβ”€ publisher: J. Ryan Stinnett
β”‚  β”œβ”€ email: jryans@gmail.com
β”‚  β”œβ”€ url: http://convolv.es/
β”‚  β”œβ”€ path: ./node_modules/timers-browserify
β”‚  └─ licenseFile: ./node_modules/timers-browserify/LICENSE.md
β”œβ”€ tmp@0.0.33
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/raszi/node-tmp
β”‚  β”œβ”€ publisher: KARASZI IstvΓ‘n
β”‚  β”œβ”€ email: github@spam.raszi.hu
β”‚  β”œβ”€ url: http://raszi.hu/
β”‚  β”œβ”€ path: ./node_modules/tmp
β”‚  └─ licenseFile: ./node_modules/tmp/LICENSE
β”œβ”€ to-array@0.1.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Raynos/to-array
β”‚  β”œβ”€ publisher: Raynos
β”‚  β”œβ”€ email: raynos2@gmail.com
β”‚  β”œβ”€ path: ./node_modules/to-array
β”‚  └─ licenseFile: ./node_modules/to-array/LICENCE
β”œβ”€ to-arraybuffer@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jhiesey/to-arraybuffer
β”‚  β”œβ”€ publisher: John Hiesey
β”‚  β”œβ”€ path: ./node_modules/to-arraybuffer
β”‚  └─ licenseFile: ./node_modules/to-arraybuffer/LICENSE
β”œβ”€ to-fast-properties@1.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/to-fast-properties
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/to-fast-properties
β”‚  └─ licenseFile: ./node_modules/to-fast-properties/license
β”œβ”€ tough-cookie@2.3.2
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/salesforce/tough-cookie
β”‚  β”œβ”€ publisher: Jeremy Stashewsky
β”‚  β”œβ”€ email: jstashewsky@salesforce.com
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/tough-cookie
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/tough-cookie/LICENSE
β”œβ”€ tough-cookie@2.3.3
β”‚  β”œβ”€ licenses: BSD-3-Clause
β”‚  β”œβ”€ repository: https://github.com/salesforce/tough-cookie
β”‚  β”œβ”€ publisher: Jeremy Stashewsky
β”‚  β”œβ”€ email: jstashewsky@salesforce.com
β”‚  β”œβ”€ path: ./node_modules/tough-cookie
β”‚  └─ licenseFile: ./node_modules/tough-cookie/LICENSE
β”œβ”€ tr46@0.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Sebmaster/tr46.js
β”‚  β”œβ”€ publisher: Sebastian Mayr
β”‚  β”œβ”€ email: npm@smayr.name
β”‚  └─ path: ./node_modules/tr46
β”œβ”€ treeify@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/notatestuser/treeify
β”‚  β”œβ”€ publisher: Luke Plaster
β”‚  β”œβ”€ email: notatestuser@gmail.com
β”‚  β”œβ”€ path: ./node_modules/treeify
β”‚  └─ licenseFile: ./node_modules/treeify/README.md
β”œβ”€ trim-newlines@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/trim-newlines
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/trim-newlines
β”‚  └─ licenseFile: ./node_modules/trim-newlines/license
β”œβ”€ trim-right@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/trim-right
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/trim-right
β”‚  └─ licenseFile: ./node_modules/trim-right/license
β”œβ”€ tty-browserify@0.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/tty-browserify
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/tty-browserify
β”‚  └─ licenseFile: ./node_modules/tty-browserify/LICENSE
β”œβ”€ tunnel-agent@0.6.0
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/mikeal/tunnel-agent
β”‚  β”œβ”€ publisher: Mikeal Rogers
β”‚  β”œβ”€ email: mikeal.rogers@gmail.com
β”‚  β”œβ”€ url: http://www.futurealoof.com
β”‚  β”œβ”€ path: ./node_modules/tunnel-agent
β”‚  └─ licenseFile: ./node_modules/tunnel-agent/LICENSE
β”œβ”€ tweetnacl@0.14.5
β”‚  β”œβ”€ licenses: Unlicense
β”‚  β”œβ”€ repository: https://github.com/dchest/tweetnacl-js
β”‚  β”œβ”€ publisher: TweetNaCl-js contributors
β”‚  β”œβ”€ path: ./node_modules/tweetnacl
β”‚  └─ licenseFile: ./node_modules/tweetnacl/LICENSE
β”œβ”€ type-check@0.3.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/gkz/type-check
β”‚  β”œβ”€ publisher: George Zahariev
β”‚  β”œβ”€ email: z@georgezahariev.com
β”‚  β”œβ”€ path: ./node_modules/type-check
β”‚  └─ licenseFile: ./node_modules/type-check/LICENSE
β”œβ”€ typedarray@0.0.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/typedarray
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/typedarray
β”‚  └─ licenseFile: ./node_modules/typedarray/LICENSE
β”œβ”€ typical@2.6.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/75lb/typical
β”‚  β”œβ”€ publisher: Lloyd Brookes
β”‚  β”œβ”€ email: 75pound@gmail.com
β”‚  β”œβ”€ path: ./node_modules/typical
β”‚  └─ licenseFile: ./node_modules/typical/LICENSE
β”œβ”€ ua-parser-js@0.7.12
β”‚  β”œβ”€ licenses: (GPL-2.0 OR MIT)
β”‚  β”œβ”€ repository: https://github.com/faisalman/ua-parser-js
β”‚  β”œβ”€ publisher: Faisal Salman
β”‚  β”œβ”€ email: fyzlman@gmail.com
β”‚  β”œβ”€ url: http://faisalman.com
β”‚  β”œβ”€ path: ./node_modules/ua-parser-js
β”‚  └─ licenseFile: ./node_modules/ua-parser-js/readme.md
β”œβ”€ uglify-js@2.8.29
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/mishoo/UglifyJS2
β”‚  β”œβ”€ publisher: Mihai Bazon
β”‚  β”œβ”€ email: mihai.bazon@gmail.com
β”‚  β”œβ”€ url: http://lisperator.net/
β”‚  β”œβ”€ path: ./node_modules/uglify-js
β”‚  └─ licenseFile: ./node_modules/uglify-js/LICENSE
β”œβ”€ uglify-js@3.2.2
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/mishoo/UglifyJS2
β”‚  β”œβ”€ publisher: Mihai Bazon
β”‚  β”œβ”€ email: mihai.bazon@gmail.com
β”‚  β”œβ”€ url: http://lisperator.net/
β”‚  β”œβ”€ path: ./node_modules/html-minifier/node_modules/uglify-js
β”‚  └─ licenseFile: ./node_modules/html-minifier/node_modules/uglify-js/LICENSE
β”œβ”€ uglify-to-browserify@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/ForbesLindesay/uglify-to-browserify
β”‚  β”œβ”€ publisher: ForbesLindesay
β”‚  β”œβ”€ path: ./node_modules/uglify-to-browserify
β”‚  └─ licenseFile: ./node_modules/uglify-to-browserify/LICENSE
β”œβ”€ uglifyjs-webpack-plugin@0.4.6
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack-contrib/uglifyjs-webpack-plugin
β”‚  β”œβ”€ path: ./node_modules/uglifyjs-webpack-plugin
β”‚  └─ licenseFile: ./node_modules/uglifyjs-webpack-plugin/LICENSE
β”œβ”€ uid-number@0.0.6
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/uid-number
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/uid-number
β”‚  └─ licenseFile: ./node_modules/uid-number/LICENSE
β”œβ”€ ultcombo.github.io@2.0.0
β”‚  β”œβ”€ licenses: UNLICENSED
β”‚  β”œβ”€ private: true
β”‚  β”œβ”€ repository: https://github.com/UltCombo/ultcombo.github.io
β”‚  β”œβ”€ publisher: UltCombo
β”‚  β”œβ”€ email: ultcombo@gmail.com
β”‚  β”œβ”€ path: .
β”‚  └─ licenseFile: ./LICENSE
β”œβ”€ ultron@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/unshiftio/ultron
β”‚  β”œβ”€ publisher: Arnout Kazemier
β”‚  β”œβ”€ path: ./node_modules/ultron
β”‚  └─ licenseFile: ./node_modules/ultron/LICENSE
β”œβ”€ ultron@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/unshiftio/ultron
β”‚  β”œβ”€ publisher: Arnout Kazemier
β”‚  β”œβ”€ path: ./node_modules/chrome-remote-interface/node_modules/ultron
β”‚  └─ licenseFile: ./node_modules/chrome-remote-interface/node_modules/ultron/LICENSE
β”œβ”€ underscore@1.7.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jashkenas/underscore
β”‚  β”œβ”€ publisher: Jeremy Ashkenas
β”‚  β”œβ”€ email: jeremy@documentcloud.org
β”‚  β”œβ”€ path: ./node_modules/underscore
β”‚  └─ licenseFile: ./node_modules/underscore/LICENSE
β”œβ”€ uniq@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mikolalysenko/uniq
β”‚  β”œβ”€ publisher: Mikola Lysenko
β”‚  β”œβ”€ path: ./node_modules/uniq
β”‚  └─ licenseFile: ./node_modules/uniq/LICENSE
β”œβ”€ uniqid@4.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/adamhalasz/uniqid
β”‚  β”œβ”€ publisher: HalΓ‘sz ÁdΓ‘m
β”‚  β”œβ”€ email: mail@adamhalasz.com
β”‚  β”œβ”€ url: http://adamhalasz.com/
β”‚  β”œβ”€ path: ./node_modules/uniqid
β”‚  └─ licenseFile: ./node_modules/uniqid/Readme.md
β”œβ”€ uniqs@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/fgnass/uniqs
β”‚  β”œβ”€ publisher: Felix Gnass
β”‚  β”œβ”€ email: fgnass@gmail.com
β”‚  β”œβ”€ path: ./node_modules/uniqs
β”‚  └─ licenseFile: ./node_modules/uniqs/README.md
β”œβ”€ unique-string@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/unique-string
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/unique-string
β”‚  └─ licenseFile: ./node_modules/unique-string/license
β”œβ”€ universalify@0.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/RyanZim/universalify
β”‚  β”œβ”€ publisher: Ryan Zimmerman
β”‚  β”œβ”€ email: opensrc@ryanzim.com
β”‚  β”œβ”€ path: ./node_modules/universalify
β”‚  └─ licenseFile: ./node_modules/universalify/LICENSE
β”œβ”€ unpipe@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/stream-utils/unpipe
β”‚  β”œβ”€ publisher: Douglas Christopher Wilson
β”‚  β”œβ”€ email: doug@somethingdoug.com
β”‚  β”œβ”€ path: ./node_modules/unpipe
β”‚  └─ licenseFile: ./node_modules/unpipe/LICENSE
β”œβ”€ unreachable-branch-transform@0.3.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/zertosh/unreachable-branch-transform
β”‚  β”œβ”€ publisher: Andres Suarez
β”‚  β”œβ”€ email: zertosh@gmail.com
β”‚  β”œβ”€ path: ./node_modules/unreachable-branch-transform
β”‚  └─ licenseFile: ./node_modules/unreachable-branch-transform/LICENSE
β”œβ”€ unzip-response@2.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/unzip-response
β”‚  β”œβ”€ path: ./node_modules/unzip-response
β”‚  └─ licenseFile: ./node_modules/unzip-response/license
β”œβ”€ update-notifier@2.3.0
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/yeoman/update-notifier
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/update-notifier
β”‚  └─ licenseFile: ./node_modules/update-notifier/readme.md
β”œβ”€ upper-case@1.1.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/blakeembrey/upper-case
β”‚  β”œβ”€ publisher: Blake Embrey
β”‚  β”œβ”€ email: hello@blakeembrey.com
β”‚  β”œβ”€ url: http://blakeembrey.me
β”‚  β”œβ”€ path: ./node_modules/upper-case
β”‚  └─ licenseFile: ./node_modules/upper-case/LICENSE
β”œβ”€ url-join@0.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jfromaniello/url-join
β”‚  β”œβ”€ publisher: JosΓ© F. Romaniello
β”‚  β”œβ”€ email: jfromaniello@gmail.com
β”‚  β”œβ”€ url: http://joseoncode.com
β”‚  β”œβ”€ path: ./node_modules/url-join
β”‚  └─ licenseFile: ./node_modules/url-join/README.md
β”œβ”€ url-parse-lax@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/url-parse-lax
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/url-parse-lax
β”‚  └─ licenseFile: ./node_modules/url-parse-lax/license
β”œβ”€ url@0.11.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/defunctzombie/node-url
β”‚  β”œβ”€ path: ./node_modules/url
β”‚  └─ licenseFile: ./node_modules/url/LICENSE
β”œβ”€ util-deprecate@1.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/TooTallNate/util-deprecate
β”‚  β”œβ”€ publisher: Nathan Rajlich
β”‚  β”œβ”€ email: nathan@tootallnate.net
β”‚  β”œβ”€ url: http://n8.io/
β”‚  β”œβ”€ path: ./node_modules/util-deprecate
β”‚  └─ licenseFile: ./node_modules/util-deprecate/LICENSE
β”œβ”€ util-extend@1.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/isaacs/util-extend
β”‚  β”œβ”€ path: ./node_modules/util-extend
β”‚  └─ licenseFile: ./node_modules/util-extend/LICENSE
β”œβ”€ util@0.10.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/defunctzombie/node-util
β”‚  β”œβ”€ publisher: Joyent
β”‚  β”œβ”€ url: http://www.joyent.com
β”‚  β”œβ”€ path: ./node_modules/util
β”‚  └─ licenseFile: ./node_modules/util/LICENSE
β”œβ”€ utils-merge@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jaredhanson/utils-merge
β”‚  β”œβ”€ publisher: Jared Hanson
β”‚  β”œβ”€ email: jaredhanson@gmail.com
β”‚  β”œβ”€ url: http://www.jaredhanson.net/
β”‚  β”œβ”€ path: ./node_modules/utils-merge
β”‚  └─ licenseFile: ./node_modules/utils-merge/LICENSE
β”œβ”€ utils-merge@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jaredhanson/utils-merge
β”‚  β”œβ”€ publisher: Jared Hanson
β”‚  β”œβ”€ email: jaredhanson@gmail.com
β”‚  β”œβ”€ url: http://www.jaredhanson.net/
β”‚  β”œβ”€ path: ./node_modules/node-faux-pas/node_modules/utils-merge
β”‚  └─ licenseFile: ./node_modules/node-faux-pas/node_modules/utils-merge/LICENSE
β”œβ”€ uuid@3.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/kelektiv/node-uuid
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/uuid
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/uuid/LICENSE.md
β”œβ”€ uuid@3.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/kelektiv/node-uuid
β”‚  β”œβ”€ path: ./node_modules/uuid
β”‚  └─ licenseFile: ./node_modules/uuid/LICENSE.md
β”œβ”€ valid-url@1.0.9
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/ogt/valid-url
β”‚  β”œβ”€ path: ./node_modules/valid-url
β”‚  └─ licenseFile: ./node_modules/valid-url/LICENSE
β”œβ”€ validate-npm-package-license@3.0.1
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/kemitchell/validate-npm-package-license.js
β”‚  β”œβ”€ publisher: Kyle E. Mitchell
β”‚  β”œβ”€ email: kyle@kemitchell.com
β”‚  β”œβ”€ url: https://kemitchell.com
β”‚  β”œβ”€ path: ./node_modules/validate-npm-package-license
β”‚  └─ licenseFile: ./node_modules/validate-npm-package-license/LICENSE
β”œβ”€ vendors@1.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/wooorm/vendors
β”‚  β”œβ”€ publisher: Titus Wormer
β”‚  β”œβ”€ email: tituswormer@gmail.com
β”‚  β”œβ”€ url: http://wooorm.com
β”‚  β”œβ”€ path: ./node_modules/vendors
β”‚  └─ licenseFile: ./node_modules/vendors/LICENSE
β”œβ”€ verror@1.10.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/davepacheco/node-verror
β”‚  β”œβ”€ path: ./node_modules/verror
β”‚  └─ licenseFile: ./node_modules/verror/LICENSE
β”œβ”€ verror@1.3.6
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/davepacheco/node-verror
β”‚  β”œβ”€ path: ./node_modules/fsevents/node_modules/verror
β”‚  └─ licenseFile: ./node_modules/fsevents/node_modules/verror/LICENSE
β”œβ”€ vm-browserify@0.0.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/vm-browserify
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/vm-browserify
β”‚  └─ licenseFile: ./node_modules/vm-browserify/LICENSE
β”œβ”€ watchpack@1.4.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/watchpack
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/watchpack
β”‚  └─ licenseFile: ./node_modules/watchpack/LICENSE
β”œβ”€ webidl-conversions@3.0.1
β”‚  β”œβ”€ licenses: BSD-2-Clause
β”‚  β”œβ”€ repository: https://github.com/jsdom/webidl-conversions
β”‚  β”œβ”€ publisher: Domenic Denicola
β”‚  β”œβ”€ email: d@domenic.me
β”‚  β”œβ”€ url: https://domenic.me/
β”‚  β”œβ”€ path: ./node_modules/webidl-conversions
β”‚  └─ licenseFile: ./node_modules/webidl-conversions/LICENSE.md
β”œβ”€ webpack-sources@1.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/webpack-sources
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/webpack-sources
β”‚  └─ licenseFile: ./node_modules/webpack-sources/LICENSE
β”œβ”€ webpack@3.10.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/webpack/webpack
β”‚  β”œβ”€ publisher: Tobias Koppers @sokra
β”‚  β”œβ”€ path: ./node_modules/webpack
β”‚  └─ licenseFile: ./node_modules/webpack/LICENSE
β”œβ”€ weinre@2.0.0-pre-I0Z7U9OV
β”‚  β”œβ”€ licenses: Apache 2.0
β”‚  β”œβ”€ repository: https://git-wip-us.apache.org/repos/asf/cordova-weinre
β”‚  β”œβ”€ publisher: apache.org
β”‚  β”œβ”€ path: ./node_modules/weinre
β”‚  β”œβ”€ licenseFile: ./node_modules/weinre/LICENSE
β”‚  └─ noticeFile: ./node_modules/weinre/NOTICE
β”œβ”€ whatwg-url@4.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jsdom/whatwg-url
β”‚  β”œβ”€ publisher: Sebastian Mayr
β”‚  β”œβ”€ email: github@smayr.name
β”‚  β”œβ”€ path: ./node_modules/whatwg-url
β”‚  └─ licenseFile: ./node_modules/whatwg-url/LICENSE.txt
β”œβ”€ whet.extend@0.9.9
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Meettya/whet.extend
β”‚  β”œβ”€ publisher: Dmitrii Karpich
β”‚  β”œβ”€ email: meettya@gmail.com
β”‚  β”œβ”€ path: ./node_modules/whet.extend
β”‚  └─ licenseFile: ./node_modules/whet.extend/LICENSE
β”œβ”€ which-module@1.0.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/nexdrew/which-module
β”‚  β”œβ”€ publisher: nexdrew
β”‚  β”œβ”€ path: ./node_modules/which-module
β”‚  └─ licenseFile: ./node_modules/which-module/LICENSE
β”œβ”€ which-module@2.0.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/nexdrew/which-module
β”‚  β”œβ”€ publisher: nexdrew
β”‚  β”œβ”€ path: ./node_modules/webpack/node_modules/which-module
β”‚  └─ licenseFile: ./node_modules/webpack/node_modules/which-module/LICENSE
β”œβ”€ which@1.3.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/node-which
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me
β”‚  β”œβ”€ path: ./node_modules/which
β”‚  └─ licenseFile: ./node_modules/which/LICENSE
β”œβ”€ wide-align@1.1.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/iarna/wide-align
β”‚  β”œβ”€ publisher: Rebecca Turner
β”‚  β”œβ”€ email: me@re-becca.org
β”‚  β”œβ”€ url: http://re-becca.org/
β”‚  β”œβ”€ path: ./node_modules/wide-align
β”‚  └─ licenseFile: ./node_modules/wide-align/LICENSE
β”œβ”€ widest-line@2.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/widest-line
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/widest-line
β”‚  └─ licenseFile: ./node_modules/widest-line/license
β”œβ”€ window-size@0.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/window-size
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/uglify-js/node_modules/window-size
β”‚  └─ licenseFile: ./node_modules/uglify-js/node_modules/window-size/README.md
β”œβ”€ window-size@0.1.4
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/window-size
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/window-size
β”‚  └─ licenseFile: ./node_modules/window-size/LICENSE
β”œβ”€ window-size@0.2.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/window-size
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/yargs/node_modules/window-size
β”‚  └─ licenseFile: ./node_modules/yargs/node_modules/window-size/LICENSE
β”œβ”€ wordwrap@0.0.2
β”‚  β”œβ”€ licenses: MIT*
β”‚  β”œβ”€ repository: https://github.com/substack/node-wordwrap
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/uglify-js/node_modules/wordwrap
β”‚  └─ licenseFile: ./node_modules/uglify-js/node_modules/wordwrap/README.markdown
β”œβ”€ wordwrap@0.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/node-wordwrap
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/optimist/node_modules/wordwrap
β”‚  └─ licenseFile: ./node_modules/optimist/node_modules/wordwrap/LICENSE
β”œβ”€ wordwrap@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/substack/node-wordwrap
β”‚  β”œβ”€ publisher: James Halliday
β”‚  β”œβ”€ email: mail@substack.net
β”‚  β”œβ”€ url: http://substack.net
β”‚  β”œβ”€ path: ./node_modules/wordwrap
β”‚  └─ licenseFile: ./node_modules/wordwrap/LICENSE
β”œβ”€ wordwrapjs@3.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/75lb/wordwrapjs
β”‚  β”œβ”€ publisher: Lloyd Brookes
β”‚  β”œβ”€ email: 75pound@gmail.com
β”‚  β”œβ”€ path: ./node_modules/wordwrapjs
β”‚  └─ licenseFile: ./node_modules/wordwrapjs/LICENSE
β”œβ”€ workbox-build@2.1.2
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/googlechrome/sw-helpers
β”‚  β”œβ”€ publisher: Google's Web DevRel Team
β”‚  β”œβ”€ path: ./node_modules/workbox-build
β”‚  └─ licenseFile: ./node_modules/workbox-build/LICENSE
β”œβ”€ workbox-google-analytics@2.1.1
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/googlechrome/workbox
β”‚  β”œβ”€ publisher: Jeff Posnick
β”‚  β”œβ”€ email: jeffy@google.com
β”‚  β”œβ”€ url: https://jeffy.info
β”‚  β”œβ”€ path: ./node_modules/workbox-google-analytics
β”‚  └─ licenseFile: ./node_modules/workbox-google-analytics/LICENSE
β”œβ”€ workbox-sw@2.1.2
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/googlechrome/workbox
β”‚  β”œβ”€ publisher: Google's Web DevRel Team
β”‚  β”œβ”€ path: ./node_modules/workbox-sw
β”‚  └─ licenseFile: ./node_modules/workbox-sw/LICENSE
β”œβ”€ workbox-webpack-plugin@2.1.2
β”‚  β”œβ”€ licenses: Apache-2.0
β”‚  β”œβ”€ repository: https://github.com/googlechrome/sw-helpers
β”‚  β”œβ”€ publisher: Google's Web DevRel Team
β”‚  β”œβ”€ path: ./node_modules/workbox-webpack-plugin
β”‚  └─ licenseFile: ./node_modules/workbox-webpack-plugin/LICENSE
β”œβ”€ wrap-ansi@2.1.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/chalk/wrap-ansi
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/wrap-ansi
β”‚  └─ licenseFile: ./node_modules/wrap-ansi/license
β”œβ”€ wrappy@1.0.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/npm/wrappy
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/wrappy
β”‚  └─ licenseFile: ./node_modules/wrappy/LICENSE
β”œβ”€ write-file-atomic@2.3.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/iarna/write-file-atomic
β”‚  β”œβ”€ publisher: Rebecca Turner
β”‚  β”œβ”€ email: me@re-becca.org
β”‚  β”œβ”€ url: http://re-becca.org
β”‚  β”œβ”€ path: ./node_modules/write-file-atomic
β”‚  └─ licenseFile: ./node_modules/write-file-atomic/LICENSE
β”œβ”€ write@0.2.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/jonschlinkert/write
β”‚  β”œβ”€ publisher: Jon Schlinkert
β”‚  β”œβ”€ url: https://github.com/jonschlinkert
β”‚  β”œβ”€ path: ./node_modules/write
β”‚  └─ licenseFile: ./node_modules/write/LICENSE
β”œβ”€ ws@1.1.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/websockets/ws
β”‚  β”œβ”€ publisher: Einar Otto Stangvik
β”‚  β”œβ”€ email: einaros@gmail.com
β”‚  β”œβ”€ url: http://2x.io
β”‚  β”œβ”€ path: ./node_modules/ws
β”‚  └─ licenseFile: ./node_modules/ws/README.md
β”œβ”€ ws@2.0.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/websockets/ws
β”‚  β”œβ”€ publisher: Einar Otto Stangvik
β”‚  β”œβ”€ email: einaros@gmail.com
β”‚  β”œβ”€ url: http://2x.io
β”‚  β”œβ”€ path: ./node_modules/chrome-remote-interface/node_modules/ws
β”‚  └─ licenseFile: ./node_modules/chrome-remote-interface/node_modules/ws/LICENSE
β”œβ”€ wtf-8@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mathiasbynens/wtf-8.js
β”‚  β”œβ”€ publisher: Mathias Bynens
β”‚  β”œβ”€ url: https://mathiasbynens.be/
β”‚  β”œβ”€ path: ./node_modules/wtf-8
β”‚  └─ licenseFile: ./node_modules/wtf-8/README.md
β”œβ”€ xdg-basedir@3.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/xdg-basedir
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/xdg-basedir
β”‚  └─ licenseFile: ./node_modules/xdg-basedir/license
β”œβ”€ xml-char-classes@1.0.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/sindresorhus/xml-char-classes
β”‚  β”œβ”€ publisher: Sindre Sorhus
β”‚  β”œβ”€ email: sindresorhus@gmail.com
β”‚  β”œβ”€ url: http://sindresorhus.com
β”‚  β”œβ”€ path: ./node_modules/xml-char-classes
β”‚  └─ licenseFile: ./node_modules/xml-char-classes/readme.md
β”œβ”€ xmlhttprequest-ssl@1.5.3
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/mjwwit/node-XMLHttpRequest
β”‚  β”œβ”€ publisher: Michael de Wit
β”‚  β”œβ”€ path: ./node_modules/xmlhttprequest-ssl
β”‚  └─ licenseFile: ./node_modules/xmlhttprequest-ssl/LICENSE
β”œβ”€ xtend@4.0.1
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/Raynos/xtend
β”‚  β”œβ”€ publisher: Raynos
β”‚  β”œβ”€ email: raynos2@gmail.com
β”‚  β”œβ”€ path: ./node_modules/xtend
β”‚  └─ licenseFile: ./node_modules/xtend/LICENCE
β”œβ”€ y18n@3.2.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/yargs/y18n
β”‚  β”œβ”€ publisher: Ben Coe
β”‚  β”œβ”€ email: ben@npmjs.com
β”‚  β”œβ”€ path: ./node_modules/y18n
β”‚  └─ licenseFile: ./node_modules/y18n/LICENSE
β”œβ”€ yallist@2.1.2
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/isaacs/yallist
β”‚  β”œβ”€ publisher: Isaac Z. Schlueter
β”‚  β”œβ”€ email: i@izs.me
β”‚  β”œβ”€ url: http://blog.izs.me/
β”‚  β”œβ”€ path: ./node_modules/yallist
β”‚  └─ licenseFile: ./node_modules/yallist/LICENSE
β”œβ”€ yargs-parser@4.2.1
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/yargs/yargs-parser
β”‚  β”œβ”€ publisher: Ben Coe
β”‚  β”œβ”€ email: ben@npmjs.com
β”‚  β”œβ”€ path: ./node_modules/yargs-parser
β”‚  └─ licenseFile: ./node_modules/yargs-parser/LICENSE.txt
β”œβ”€ yargs-parser@7.0.0
β”‚  β”œβ”€ licenses: ISC
β”‚  β”œβ”€ repository: https://github.com/yargs/yargs-parser
β”‚  β”œβ”€ publisher: Ben Coe
β”‚  β”œβ”€ email: ben@npmjs.com
β”‚  β”œβ”€ path: ./node_modules/webpack/node_modules/yargs-parser
β”‚  └─ licenseFile: ./node_modules/webpack/node_modules/yargs-parser/LICENSE.txt
β”œβ”€ yargs@3.10.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/bcoe/yargs
β”‚  β”œβ”€ publisher: Alex Ford
β”‚  β”œβ”€ email: Alex.Ford@CodeTunnel.com
β”‚  β”œβ”€ url: http://CodeTunnel.com
β”‚  β”œβ”€ path: ./node_modules/uglify-js/node_modules/yargs
β”‚  └─ licenseFile: ./node_modules/uglify-js/node_modules/yargs/LICENSE
β”œβ”€ yargs@3.29.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/bcoe/yargs
β”‚  β”œβ”€ publisher: Alex Ford
β”‚  β”œβ”€ email: Alex.Ford@CodeTunnel.com
β”‚  β”œβ”€ url: http://CodeTunnel.com
β”‚  β”œβ”€ path: ./node_modules/localtunnel/node_modules/yargs
β”‚  └─ licenseFile: ./node_modules/localtunnel/node_modules/yargs/LICENSE
β”œβ”€ yargs@3.32.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/bcoe/yargs
β”‚  β”œβ”€ publisher: Alex Ford
β”‚  β”œβ”€ email: Alex.Ford@CodeTunnel.com
β”‚  β”œβ”€ url: http://CodeTunnel.com
β”‚  β”œβ”€ path: ./node_modules/lighthouse/node_modules/yargs
β”‚  └─ licenseFile: ./node_modules/lighthouse/node_modules/yargs/LICENSE
β”œβ”€ yargs@6.4.0
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/yargs/yargs
β”‚  β”œβ”€ path: ./node_modules/yargs
β”‚  └─ licenseFile: ./node_modules/yargs/LICENSE
β”œβ”€ yargs@8.0.2
β”‚  β”œβ”€ licenses: MIT
β”‚  β”œβ”€ repository: https://github.com/yargs/yargs
β”‚  β”œβ”€ path: ./node_modules/webpack/node_modules/yargs
β”‚  └─ licenseFile: ./node_modules/webpack/node_modules/yargs/LICENSE
└─ yeast@0.1.2
   β”œβ”€ licenses: MIT
   β”œβ”€ repository: https://github.com/unshiftio/yeast
   β”œβ”€ publisher: Arnout Kazemier
   β”œβ”€ path: ./node_modules/yeast
   └─ licenseFile: ./node_modules/yeast/LICENSE

About

UltCombo's GitHub page

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •