Welcome to my homepage! 😎✌️
This is an offline capable, fully optimized Progressive Web App (PWA) showcasing my work.
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.
- 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.
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.
- 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.
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
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/abbrev-js
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/fsevents/node_modules/abbrev
│ └─ licenseFile: ./node_modules/fsevents/node_modules/abbrev/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/abbrev-js
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/abbrev
│ └─ licenseFile: ./node_modules/abbrev/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/accepts
│ ├─ path: ./node_modules/accepts
│ └─ licenseFile: ./node_modules/accepts/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kesne/acorn-dynamic-import
│ ├─ publisher: Jordan Gensler
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/acorn-dynamic-import
│ └─ licenseFile: ./node_modules/acorn-dynamic-import/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/RReverser/acorn-jsx
│ ├─ path: ./node_modules/acorn-jsx
│ └─ licenseFile: ./node_modules/acorn-jsx/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/marijnh/acorn
│ ├─ path: ./node_modules/falafel/node_modules/acorn
│ └─ licenseFile: ./node_modules/falafel/node_modules/acorn/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ternjs/acorn
│ ├─ path: ./node_modules/acorn
│ └─ licenseFile: ./node_modules/acorn/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/Raynos/after
│ ├─ publisher: Raynos
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/after
│ └─ licenseFile: ./node_modules/after/LICENCE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv-keywords
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: ./node_modules/ajv-keywords
│ └─ licenseFile: ./node_modules/ajv-keywords/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/ajv
│ ├─ publisher: Evgeny Poberezkin
│ ├─ path: ./node_modules/ajv
│ └─ licenseFile: ./node_modules/ajv/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/TrySound/alphanum-sort
│ ├─ publisher: Bogdan Chadkin
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/alphanum-sort
│ └─ licenseFile: ./node_modules/alphanum-sort/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-3-Clause OR MIT
│ ├─ repository: https://github.com/jrburke/amdefine
│ ├─ publisher: James Burke
│ ├─ email: [email protected]
│ ├─ url: http://github.com/jrburke
│ ├─ path: ./node_modules/amdefine
│ └─ licenseFile: ./node_modules/amdefine/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/nexdrew/ansi-align
│ ├─ publisher: nexdrew
│ ├─ path: ./node_modules/ansi-align
│ └─ licenseFile: ./node_modules/ansi-align/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/ansi-escape-sequences
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/ansi-escape-sequences
│ └─ licenseFile: ./node_modules/ansi-escape-sequences/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/ansi-escapes
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/log-update/node_modules/ansi-escapes
│ └─ licenseFile: ./node_modules/log-update/node_modules/ansi-escapes/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/ansi-escapes
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/ansi-escapes
│ └─ licenseFile: ./node_modules/ansi-escapes/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/ansi-regex
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/ansi-regex
│ └─ licenseFile: ./node_modules/ansi-regex/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-regex
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/has-ansi/node_modules/ansi-regex
│ └─ licenseFile: ./node_modules/has-ansi/node_modules/ansi-regex/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-regex
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/ansi-align/node_modules/ansi-regex
│ └─ licenseFile: ./node_modules/ansi-align/node_modules/ansi-regex/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/ansi-styles
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/license-checker/node_modules/ansi-styles
│ └─ licenseFile: ./node_modules/license-checker/node_modules/ansi-styles/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-styles
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/chalk/node_modules/ansi-styles
│ └─ licenseFile: ./node_modules/chalk/node_modules/ansi-styles/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/ansi-styles
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/ansi-styles
│ └─ licenseFile: ./node_modules/ansi-styles/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/any-observable
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/any-observable
│ └─ licenseFile: ./node_modules/any-observable/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/aproba
│ ├─ publisher: Rebecca Turner
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/fsevents/node_modules/aproba
│ └─ licenseFile: ./node_modules/fsevents/node_modules/aproba/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/aproba
│ ├─ publisher: Rebecca Turner
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/aproba
│ └─ licenseFile: ./node_modules/aproba/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodeca/argparse
│ ├─ path: ./node_modules/argparse
│ └─ licenseFile: ./node_modules/argparse/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/array-back
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/find-replace/node_modules/array-back
│ └─ licenseFile: ./node_modules/find-replace/node_modules/array-back/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/array-back
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/array-back
│ └─ licenseFile: ./node_modules/array-back/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/array-find-index
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/array-find-index
│ └─ licenseFile: ./node_modules/array-find-index/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/array-union
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/array-union
│ └─ licenseFile: ./node_modules/array-union/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/array-uniq
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/array-uniq
│ └─ licenseFile: ./node_modules/array-uniq/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/rase-/arraybuffer.slice
│ ├─ path: ./node_modules/arraybuffer.slice
│ └─ licenseFile: ./node_modules/arraybuffer.slice/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/arrify
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/arrify
│ └─ licenseFile: ./node_modules/arrify/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/scottcorgan/as-array
│ ├─ publisher: Scott Corgan
│ ├─ path: ./node_modules/as-array
│ └─ licenseFile: ./node_modules/as-array/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kriskowal/asap
│ ├─ path: ./node_modules/asap
│ └─ licenseFile: ./node_modules/asap/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/asn1.js
│ ├─ publisher: Fedor Indutny
│ ├─ path: ./node_modules/asn1.js
│ └─ licenseFile: ./node_modules/asn1.js/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mcavage/node-asn1
│ ├─ publisher: Mark Cavage
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/asn1
│ └─ licenseFile: ./node_modules/asn1/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mcavage/node-assert-plus
│ ├─ publisher: Mark Cavage
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/http-signature/node_modules/assert-plus
│ └─ licenseFile: ./node_modules/http-signature/node_modules/assert-plus/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mcavage/node-assert-plus
│ ├─ publisher: Mark Cavage
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/assert-plus
│ └─ licenseFile: ./node_modules/assert-plus/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/defunctzombie/commonjs-assert
│ ├─ path: ./node_modules/assert
│ └─ licenseFile: ./node_modules/assert/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/benjamn/ast-types
│ ├─ publisher: Ben Newman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/unreachable-branch-transform/node_modules/ast-types
│ └─ licenseFile: ./node_modules/unreachable-branch-transform/node_modules/ast-types/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/benjamn/ast-types
│ ├─ publisher: Ben Newman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/ast-types
│ └─ licenseFile: ./node_modules/ast-types/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/caolan/async
│ ├─ publisher: Caolan McMahon
│ ├─ path: ./node_modules/async
│ └─ licenseFile: ./node_modules/async/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/alexindigo/asynckit
│ ├─ publisher: Alex Indigo
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/asynckit
│ └─ licenseFile: ./node_modules/asynckit/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/postcss/autoprefixer
│ ├─ publisher: Andrey Sitnik
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/autoprefixer
│ └─ licenseFile: ./node_modules/autoprefixer/LICENSE
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/aws-sign
│ ├─ publisher: Mikeal Rogers
│ ├─ email: [email protected]
│ ├─ url: http://www.futurealoof.com
│ ├─ path: ./node_modules/aws-sign2
│ └─ licenseFile: ./node_modules/aws-sign2/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mhart/aws4
│ ├─ publisher: Michael Hart
│ ├─ email: [email protected]
│ ├─ url: http://github.com/mhart
│ ├─ path: ./node_modules/aws4
│ └─ licenseFile: ./node_modules/aws4/LICENSE
├─ [email protected]
│ ├─ licenses: MPL-2.0
│ ├─ repository: https://github.com/dequelabs/axe-core
│ ├─ path: ./node_modules/axe-core
│ └─ licenseFile: ./node_modules/axe-core/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/stephan83/babar
│ ├─ publisher: Stephan Florquin
│ ├─ path: ./node_modules/babar
│ └─ licenseFile: ./node_modules/babar/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-code-frame
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babel-code-frame
│ └─ licenseFile: ./node_modules/babel-code-frame/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-core
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babel-core
│ └─ licenseFile: ./node_modules/babel-core/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-generator
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babel-generator
│ └─ licenseFile: ./node_modules/babel-generator/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-helpers
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babel-helpers
│ └─ licenseFile: ./node_modules/babel-helpers/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-messages
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babel-messages
│ └─ licenseFile: ./node_modules/babel-messages/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-builtins
│ ├─ publisher: Vignesh Shanmugam
│ ├─ email: [email protected]
│ ├─ url: https://vigneshh.in
│ ├─ path: ./node_modules/babel-plugin-minify-builtins
│ └─ licenseFile: ./node_modules/babel-plugin-minify-builtins/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-register
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babel-register
│ └─ licenseFile: ./node_modules/babel-register/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-runtime
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babel-runtime
│ └─ licenseFile: ./node_modules/babel-runtime/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-template
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babel-template
│ └─ licenseFile: ./node_modules/babel-template/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-traverse
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babel-traverse
│ └─ licenseFile: ./node_modules/babel-traverse/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babel/tree/master/packages/babel-types
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babel-types
│ └─ licenseFile: ./node_modules/babel-types/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/babel/babylon
│ ├─ publisher: Sebastian McKenzie
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/babylon
│ └─ licenseFile: ./node_modules/babylon/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mokesmokes/backo
│ ├─ path: ./node_modules/backo2
│ └─ licenseFile: ./node_modules/backo2/Readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/balanced-match
│ ├─ publisher: Julian Gruber
│ ├─ email: [email protected]
│ ├─ url: http://juliangruber.com
│ ├─ path: ./node_modules/balanced-match
│ └─ licenseFile: ./node_modules/balanced-match/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/balanced-match
│ ├─ publisher: Julian Gruber
│ ├─ email: [email protected]
│ ├─ url: http://juliangruber.com
│ ├─ path: ./node_modules/brace-expansion/node_modules/balanced-match
│ └─ licenseFile: ./node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/andrew/base62.js
│ ├─ publisher: Andrew Nesbitt
│ ├─ email: [email protected]
│ ├─ url: http://andrew-nesbitt.com/
│ ├─ path: ./node_modules/base62
│ └─ licenseFile: ./node_modules/base62/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/niklasvh/base64-arraybuffer
│ ├─ publisher: Niklas von Hertzen
│ ├─ email: [email protected]
│ ├─ url: http://hertzen.com
│ ├─ path: ./node_modules/base64-arraybuffer
│ └─ licenseFile: ./node_modules/base64-arraybuffer/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/beatgammit/base64-js
│ ├─ publisher: T. Jameson Little
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/base64-js
│ └─ licenseFile: ./node_modules/base64-js/LICENSE
├─ [email protected]
│ ├─ licenses: UNKNOWN
│ ├─ repository: https://github.com/faeldt/base64id
│ ├─ publisher: Kristian Faeldt
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/base64id
│ └─ licenseFile: ./node_modules/base64id/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/batch
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/batch
│ └─ licenseFile: ./node_modules/batch/Readme.md
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ path: ./node_modules/bcrypt-pbkdf
│ └─ licenseFile: ./node_modules/bcrypt-pbkdf/README.md
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/visionmedia/better-assert
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/better-assert
│ └─ licenseFile: ./node_modules/better-assert/Readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/MikeMcl/big.js
│ ├─ publisher: Michael Mclaughlin
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/big.js
│ └─ licenseFile: ./node_modules/big.js/LICENCE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/binary-extensions
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/binary-extensions
│ └─ licenseFile: ./node_modules/binary-extensions/license
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/rase-/blob
│ ├─ path: ./node_modules/blob
│ └─ licenseFile: ./node_modules/blob/README.md
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/block-stream
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/block-stream
│ └─ licenseFile: ./node_modules/block-stream/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/bn.js
│ ├─ publisher: Fedor Indutny
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/bn.js
│ └─ licenseFile: ./node_modules/bn.js/README.md
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/hapijs/boom
│ ├─ path: ./node_modules/boom
│ └─ licenseFile: ./node_modules/boom/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/boxen
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/boxen
│ └─ licenseFile: ./node_modules/boxen/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/brace-expansion
│ ├─ publisher: Julian Gruber
│ ├─ email: [email protected]
│ ├─ url: http://juliangruber.com
│ ├─ path: ./node_modules/fsevents/node_modules/brace-expansion
│ └─ licenseFile: ./node_modules/fsevents/node_modules/brace-expansion/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/brace-expansion
│ ├─ publisher: Julian Gruber
│ ├─ email: [email protected]
│ ├─ url: http://juliangruber.com
│ ├─ path: ./node_modules/brace-expansion
│ └─ licenseFile: ./node_modules/brace-expansion/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/brorand
│ ├─ publisher: Fedor Indutny
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/brorand
│ └─ licenseFile: ./node_modules/brorand/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/shakyshane/browser-sync-client
│ ├─ publisher: Shane Osbourne
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/browser-sync-client
│ └─ licenseFile: ./node_modules/browser-sync-client/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Va1/browser-sync-webpack-plugin
│ ├─ publisher: Valentyn Barmashyn
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/browser-sync-webpack-plugin
│ └─ licenseFile: ./node_modules/browser-sync-webpack-plugin/LICENCE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/browserify-aes
│ ├─ path: ./node_modules/browserify-aes
│ └─ licenseFile: ./node_modules/browserify-aes/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/browserify-cipher
│ ├─ publisher: Calvin Metcalf
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/browserify-cipher
│ └─ licenseFile: ./node_modules/browserify-cipher/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/browserify-des
│ ├─ publisher: Calvin Metcalf
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/browserify-des
│ └─ licenseFile: ./node_modules/browserify-des/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/browserify-rsa
│ ├─ path: ./node_modules/browserify-rsa
│ └─ licenseFile: ./node_modules/browserify-rsa/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/crypto-browserify/browserify-sign
│ ├─ path: ./node_modules/browserify-sign
│ └─ licenseFile: ./node_modules/browserify-sign/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/devongovett/browserify-zlib
│ ├─ publisher: Devon Govett
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/browserify-zlib
│ └─ licenseFile: ./node_modules/browserify-zlib/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ai/browserslist
│ ├─ publisher: Andrey Sitnik
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/browserslist
│ └─ licenseFile: ./node_modules/browserslist/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/BrowserSync/recipes
│ ├─ publisher: Shane Osbourne
│ ├─ path: ./node_modules/bs-recipes
│ └─ licenseFile: ./node_modules/bs-recipes/readme.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/buffer-xor
│ ├─ publisher: Daniel Cousens
│ ├─ path: ./node_modules/buffer-xor
│ └─ licenseFile: ./node_modules/buffer-xor/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/feross/buffer
│ ├─ publisher: Feross Aboukhadijeh
│ ├─ email: [email protected]
│ ├─ url: http://feross.org
│ ├─ path: ./node_modules/buffer
│ └─ licenseFile: ./node_modules/buffer/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/builtin-modules
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/builtin-modules
│ └─ licenseFile: ./node_modules/builtin-modules/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bendrucker/builtin-status-codes
│ ├─ publisher: Ben Drucker
│ ├─ email: [email protected]
│ ├─ url: bendrucker.me
│ ├─ path: ./node_modules/builtin-status-codes
│ └─ licenseFile: ./node_modules/builtin-status-codes/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/caller-path
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/caller-path
│ └─ licenseFile: ./node_modules/caller-path/readme.md
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/callsite
│ └─ licenseFile: ./node_modules/callsite/Readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/callsites
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/callsites
│ └─ licenseFile: ./node_modules/callsites/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/blakeembrey/camel-case
│ ├─ publisher: Blake Embrey
│ ├─ email: [email protected]
│ ├─ url: http://blakeembrey.me
│ ├─ path: ./node_modules/camel-case
│ └─ licenseFile: ./node_modules/camel-case/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/camelcase-keys
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/camelcase-keys
│ └─ licenseFile: ./node_modules/camelcase-keys/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/camelcase
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/uglify-js/node_modules/camelcase
│ └─ licenseFile: ./node_modules/uglify-js/node_modules/camelcase/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/camelcase
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/camelcase-keys/node_modules/camelcase
│ └─ licenseFile: ./node_modules/camelcase-keys/node_modules/camelcase/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/camelcase
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/yargs/node_modules/camelcase
│ └─ licenseFile: ./node_modules/yargs/node_modules/camelcase/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/camelcase
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/camelcase
│ └─ licenseFile: ./node_modules/camelcase/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nyalab/caniuse-api
│ ├─ path: ./node_modules/caniuse-api
│ └─ licenseFile: ./node_modules/caniuse-api/LICENSE
├─ [email protected]
│ ├─ licenses: CC-BY-4.0
│ ├─ repository: https://github.com/Fyrd/caniuse
│ ├─ publisher: Alexis Deveria
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/caniuse-db
│ └─ licenseFile: ./node_modules/caniuse-db/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/floatdrop/capture-stack-trace
│ ├─ publisher: Vsevolod Strukchinsky
│ ├─ email: [email protected]
│ ├─ url: github.com/floatdrop
│ ├─ path: ./node_modules/capture-stack-trace
│ └─ licenseFile: ./node_modules/capture-stack-trace/readme.md
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/caseless
│ ├─ publisher: Mikeal Rogers
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/caseless
│ └─ licenseFile: ./node_modules/caseless/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/chalk
│ ├─ path: ./node_modules/chalk
│ └─ licenseFile: ./node_modules/chalk/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/runk/node-chardet
│ ├─ publisher: Dmitry Shirokov
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/chardet
│ └─ licenseFile: ./node_modules/chardet/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/cyrus-and/chrome-remote-interface
│ ├─ publisher: Andrea Cardaci
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/chrome-remote-interface
│ └─ licenseFile: ./node_modules/chrome-remote-interface/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/watson/ci-info
│ ├─ publisher: Thomas Watson Steen
│ ├─ email: [email protected]
│ ├─ url: https://twitter.com/wa7son
│ ├─ path: ./node_modules/ci-info
│ └─ licenseFile: ./node_modules/ci-info/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/cipher-base
│ ├─ publisher: Calvin Metcalf
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/cipher-base
│ └─ licenseFile: ./node_modules/cipher-base/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lahmatiy/clap
│ ├─ publisher: Roman Dvornov
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/clap
│ └─ licenseFile: ./node_modules/clap/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jakubpawlowicz/clean-css
│ ├─ publisher: Jakub Pawlowicz
│ ├─ email: [email protected]
│ ├─ url: http://twitter.com/jakubpawlowicz
│ ├─ path: ./node_modules/clean-css
│ └─ licenseFile: ./node_modules/clean-css/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/cli-boxes
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/cli-boxes
│ └─ licenseFile: ./node_modules/cli-boxes/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/cli-cursor
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/cli-cursor
│ └─ licenseFile: ./node_modules/cli-cursor/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/cli-cursor
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/inquirer/node_modules/cli-cursor
│ └─ licenseFile: ./node_modules/inquirer/node_modules/cli-cursor/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/cli-spinners
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/cli-spinners
│ └─ licenseFile: ./node_modules/cli-spinners/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/cli-truncate
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/cli-truncate
│ └─ licenseFile: ./node_modules/cli-truncate/license
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/knownasilya/cli-width
│ ├─ publisher: Ilya Radchenko
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/cli-width
│ └─ licenseFile: ./node_modules/cli-width/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/bcoe/cliui
│ ├─ publisher: Ben Coe
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/uglify-js/node_modules/cliui
│ └─ licenseFile: ./node_modules/uglify-js/node_modules/cliui/LICENSE.txt
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/cliui
│ ├─ publisher: Ben Coe
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/cliui
│ └─ licenseFile: ./node_modules/cliui/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/pvorb/node-clone
│ ├─ publisher: Paul Vorbach
│ ├─ email: [email protected]
│ ├─ url: http://paul.vorba.ch/
│ ├─ path: ./node_modules/clone
│ └─ licenseFile: ./node_modules/clone/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/tj/co
│ ├─ path: ./node_modules/co
│ └─ licenseFile: ./node_modules/co/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/veged/coa
│ ├─ publisher: Sergey Berezhnoy
│ ├─ email: [email protected]
│ ├─ url: http://github.com/veged
│ ├─ path: ./node_modules/coa
│ └─ licenseFile: ./node_modules/coa/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/code-point-at
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/code-point-at
│ └─ licenseFile: ./node_modules/code-point-at/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Qix-/color-convert
│ ├─ publisher: Heather Arthur
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/color-convert
│ └─ licenseFile: ./node_modules/color-convert/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/dfcreative/color-name
│ ├─ publisher: DY
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/color-name
│ └─ licenseFile: ./node_modules/color-name/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/harthur/color-string
│ ├─ publisher: Heather Arthur
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/color-string
│ └─ licenseFile: ./node_modules/color-string/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Qix-/color
│ ├─ path: ./node_modules/color
│ └─ licenseFile: ./node_modules/color/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/colormin
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/colormin
│ └─ licenseFile: ./node_modules/colormin/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/felixge/node-combined-stream
│ ├─ publisher: Felix Geisendörfer
│ ├─ email: [email protected]
│ ├─ url: http://debuggable.com/
│ ├─ path: ./node_modules/combined-stream
│ └─ licenseFile: ./node_modules/combined-stream/License
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/command-line-args
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/command-line-args
│ └─ licenseFile: ./node_modules/command-line-args/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/command-line-usage
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/command-line-usage
│ └─ licenseFile: ./node_modules/command-line-usage/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/visionmedia/commander.js
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/chrome-remote-interface/node_modules/commander
│ └─ licenseFile: ./node_modules/chrome-remote-interface/node_modules/commander/Readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/tj/commander.js
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/commander
│ └─ licenseFile: ./node_modules/commander/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/component/bind
│ ├─ path: ./node_modules/component-bind
│ └─ licenseFile: ./node_modules/component-bind/Readme.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/component/emitter
│ ├─ path: ./node_modules/component-emitter
│ └─ licenseFile: ./node_modules/component-emitter/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/component/inherit
│ ├─ path: ./node_modules/component-inherit
│ └─ licenseFile: ./node_modules/component-inherit/Readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/node-concat-map
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/concat-map
│ └─ licenseFile: ./node_modules/concat-map/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/maxogden/concat-stream
│ ├─ publisher: Max Ogden
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/concat-stream
│ └─ licenseFile: ./node_modules/concat-stream/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/yeoman/configstore
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/configstore
│ └─ licenseFile: ./node_modules/configstore/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bripkens/connect-history-api-fallback
│ ├─ publisher: Ben Ripkens
│ ├─ email: [email protected]
│ ├─ url: http://bripkens.de
│ ├─ path: ./node_modules/connect-history-api-fallback
│ └─ licenseFile: ./node_modules/connect-history-api-fallback/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/senchalabs/connect
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ url: http://tjholowaychuk.com
│ ├─ path: ./node_modules/express/node_modules/connect
│ └─ licenseFile: ./node_modules/express/node_modules/connect/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/senchalabs/connect
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ url: http://tjholowaychuk.com
│ ├─ path: ./node_modules/connect
│ └─ licenseFile: ./node_modules/connect/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/senchalabs/connect
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ url: http://tjholowaychuk.com
│ ├─ path: ./node_modules/node-faux-pas/node_modules/connect
│ └─ licenseFile: ./node_modules/node-faux-pas/node_modules/connect/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Raynos/console-browserify
│ ├─ publisher: Raynos
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/console-browserify
│ └─ licenseFile: ./node_modules/console-browserify/LICENCE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/console-control-strings
│ ├─ publisher: Rebecca Turner
│ ├─ email: [email protected]
│ ├─ url: http://re-becca.org/
│ ├─ path: ./node_modules/console-control-strings
│ └─ licenseFile: ./node_modules/console-control-strings/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/constants-browserify
│ ├─ publisher: Julian Gruber
│ ├─ email: [email protected]
│ ├─ url: http://juliangruber.com
│ ├─ path: ./node_modules/constants-browserify
│ └─ licenseFile: ./node_modules/constants-browserify/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/thlorenz/convert-source-map
│ ├─ publisher: Thorsten Lorenz
│ ├─ email: [email protected]
│ ├─ url: http://thlorenz.com
│ ├─ path: ./node_modules/convert-source-map
│ └─ licenseFile: ./node_modules/convert-source-map/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/cookie
│ ├─ publisher: Roman Shtylman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/cookie
│ └─ licenseFile: ./node_modules/cookie/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zloirock/core-js
│ ├─ path: ./node_modules/core-js
│ └─ licenseFile: ./node_modules/core-js/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/isaacs/core-util-is
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/core-util-is
│ └─ licenseFile: ./node_modules/core-util-is/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/davidtheclark/cosmiconfig
│ ├─ publisher: David Clark
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/cosmiconfig
│ └─ licenseFile: ./node_modules/cosmiconfig/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/createECDH
│ ├─ publisher: Calvin Metcalf
│ ├─ path: ./node_modules/create-ecdh
│ └─ licenseFile: ./node_modules/create-ecdh/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/floatdrop/create-error-class
│ ├─ publisher: Vsevolod Strukchinsky
│ ├─ email: [email protected]
│ ├─ url: github.com/floatdrop
│ ├─ path: ./node_modules/create-error-class
│ └─ licenseFile: ./node_modules/create-error-class/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/createHash
│ ├─ path: ./node_modules/create-hash
│ └─ licenseFile: ./node_modules/create-hash/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/createHmac
│ ├─ path: ./node_modules/create-hmac
│ └─ licenseFile: ./node_modules/create-hmac/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kentcdodds/cross-env
│ ├─ publisher: Kent C. Dodds
│ ├─ email: [email protected]
│ ├─ url: http://kentcdodds.com/
│ ├─ path: ./node_modules/cross-env
│ └─ licenseFile: ./node_modules/cross-env/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/IndigoUnited/node-cross-spawn
│ ├─ publisher: IndigoUnited
│ ├─ email: [email protected]
│ ├─ url: http://indigounited.com
│ ├─ path: ./node_modules/cross-spawn
│ └─ licenseFile: ./node_modules/cross-spawn/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/hapijs/cryptiles
│ ├─ path: ./node_modules/cryptiles
│ └─ licenseFile: ./node_modules/cryptiles/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/crypto-browserify
│ ├─ publisher: Dominic Tarr
│ ├─ email: [email protected]
│ ├─ url: dominictarr.com
│ ├─ path: ./node_modules/crypto-browserify
│ └─ licenseFile: ./node_modules/crypto-browserify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/crypto-random-string
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/crypto-random-string
│ └─ licenseFile: ./node_modules/crypto-random-string/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bahamas10/css-color-names
│ ├─ publisher: Dave Eddy
│ ├─ email: [email protected]
│ ├─ url: http://www.daveeddy.com
│ ├─ path: ./node_modules/css-color-names
│ └─ licenseFile: ./node_modules/css-color-names/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/css-loader
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: ./node_modules/css-loader
│ └─ licenseFile: ./node_modules/css-loader/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/cssnano
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/cssnano
│ └─ licenseFile: ./node_modules/cssnano/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/css/csso
│ ├─ publisher: Sergey Kryzhanovsky
│ ├─ email: [email protected]
│ ├─ url: https://github.com/afelix
│ ├─ path: ./node_modules/csso
│ └─ licenseFile: ./node_modules/csso/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/css/csso
│ ├─ publisher: Sergey Kryzhanovsky
│ ├─ email: [email protected]
│ ├─ url: https://github.com/afelix
│ ├─ path: ./node_modules/svgo/node_modules/csso
│ └─ licenseFile: ./node_modules/svgo/node_modules/csso/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jamestalmage/currently-unhandled
│ ├─ publisher: James Talmage
│ ├─ email: [email protected]
│ ├─ url: github.com/jamestalmage
│ ├─ path: ./node_modules/currently-unhandled
│ └─ licenseFile: ./node_modules/currently-unhandled/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/medikoo/d
│ ├─ publisher: Mariusz Nowak
│ ├─ email: [email protected]
│ ├─ url: http://www.medikoo.com/
│ ├─ path: ./node_modules/d
│ └─ licenseFile: ./node_modules/d/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/trentm/node-dashdash
│ ├─ publisher: Trent Mick
│ ├─ email: [email protected]
│ ├─ url: http://trentm.com
│ ├─ path: ./node_modules/dashdash
│ └─ licenseFile: ./node_modules/dashdash/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/date-fns/date-fns
│ ├─ publisher: Sasha Koss
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/date-fns
│ └─ licenseFile: ./node_modules/date-fns/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Colingo/date-now
│ ├─ publisher: Raynos
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/date-now
│ └─ licenseFile: ./node_modules/date-now/LICENCE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/debug
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/connect/node_modules/debug
│ └─ licenseFile: ./node_modules/connect/node_modules/debug/Readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/debug
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/socket.io/node_modules/debug
│ └─ licenseFile: ./node_modules/socket.io/node_modules/debug/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/debug
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/send/node_modules/debug
│ └─ licenseFile: ./node_modules/send/node_modules/debug/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/debug
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/localtunnel/node_modules/debug
│ └─ licenseFile: ./node_modules/localtunnel/node_modules/debug/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/debug
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/debug
│ └─ licenseFile: ./node_modules/debug/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/debug
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/eslint/node_modules/debug
│ └─ licenseFile: ./node_modules/eslint/node_modules/debug/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sam-github/node-debuglog
│ ├─ publisher: Sam Roberts
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/debuglog
│ └─ licenseFile: ./node_modules/debuglog/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/decamelize
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/decamelize
│ └─ licenseFile: ./node_modules/decamelize/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/dmnd/dedent
│ ├─ publisher: Desmond Brand
│ ├─ email: [email protected]
│ ├─ url: http://desmondbrand.com
│ ├─ path: ./node_modules/dedent
│ └─ licenseFile: ./node_modules/dedent/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/unclechu/node-deep-extend
│ ├─ publisher: Viacheslav Lotsmanov
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/rc/node_modules/deep-extend
│ └─ licenseFile: ./node_modules/rc/node_modules/deep-extend/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/unclechu/node-deep-extend
│ ├─ publisher: Viacheslav Lotsmanov
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/deep-extend
│ └─ licenseFile: ./node_modules/deep-extend/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/thlorenz/deep-is
│ ├─ publisher: Thorsten Lorenz
│ ├─ email: [email protected]
│ ├─ url: http://thlorenz.com
│ ├─ path: ./node_modules/deep-is
│ └─ licenseFile: ./node_modules/deep-is/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/defined
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/defined
│ └─ licenseFile: ./node_modules/defined/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/del
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/del
│ └─ licenseFile: ./node_modules/del/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/felixge/node-delayed-stream
│ ├─ publisher: Felix Geisendörfer
│ ├─ email: [email protected]
│ ├─ url: http://debuggable.com/
│ ├─ path: ./node_modules/delayed-stream
│ └─ licenseFile: ./node_modules/delayed-stream/License
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/node-delegates
│ ├─ path: ./node_modules/delegates
│ └─ licenseFile: ./node_modules/delegates/License
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/dougwilson/nodejs-depd
│ ├─ publisher: Douglas Christopher Wilson
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/depd
│ └─ licenseFile: ./node_modules/depd/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/des.js
│ ├─ publisher: Fedor Indutny
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/des.js
│ └─ licenseFile: ./node_modules/des.js/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/stream-utils/destroy
│ ├─ publisher: Jonathan Ong
│ ├─ email: [email protected]
│ ├─ url: http://jongleberry.com
│ ├─ path: ./node_modules/destroy
│ └─ licenseFile: ./node_modules/destroy/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/detect-indent
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/detect-indent
│ └─ licenseFile: ./node_modules/detect-indent/license
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/lovell/detect-libc
│ ├─ publisher: Lovell Fuller
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/fsevents/node_modules/detect-libc
│ └─ licenseFile: ./node_modules/fsevents/node_modules/detect-libc/LICENSE
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/lovell/detect-libc
│ ├─ publisher: Lovell Fuller
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/detect-libc
│ └─ licenseFile: ./node_modules/detect-libc/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/shakyshane/dev-ip
│ ├─ publisher: Shane Osbourne
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/dev-ip
│ └─ licenseFile: ./node_modules/dev-ip/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/dezalgo
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/dezalgo
│ └─ licenseFile: ./node_modules/dezalgo/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/eslint/doctrine
│ ├─ path: ./node_modules/doctrine
│ └─ licenseFile: ./node_modules/doctrine/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bevry/domain-browser
│ ├─ publisher: 2013+ Bevry Pty Ltd
│ ├─ email: [email protected]
│ ├─ url: http://bevry.me
│ ├─ path: ./node_modules/domain-browser
│ └─ licenseFile: ./node_modules/domain-browser/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/dot-prop
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/dot-prop
│ └─ licenseFile: ./node_modules/dot-prop/license
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/floatdrop/duplexer3
│ ├─ publisher: Conrad Pankoff
│ ├─ email: [email protected]
│ ├─ url: http://www.fknsrs.biz/
│ ├─ path: ./node_modules/duplexer3
│ └─ licenseFile: ./node_modules/duplexer3/LICENSE.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/quartzjer/ecc-jsbn
│ ├─ publisher: Jeremie Miller
│ ├─ email: [email protected]
│ ├─ url: http://jeremie.com/
│ ├─ path: ./node_modules/ecc-jsbn
│ └─ licenseFile: ./node_modules/ecc-jsbn/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jonathanong/ee-first
│ ├─ publisher: Jonathan Ong
│ ├─ email: [email protected]
│ ├─ url: http://jongleberry.com
│ ├─ path: ./node_modules/ee-first
│ └─ licenseFile: ./node_modules/ee-first/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/elegant-spinner
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/elegant-spinner
│ └─ licenseFile: ./node_modules/elegant-spinner/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/elliptic
│ ├─ publisher: Fedor Indutny
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/elliptic
│ └─ licenseFile: ./node_modules/elliptic/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/shakyShane/emitter-steward
│ ├─ publisher: Shane Osbourne
│ ├─ path: ./node_modules/emitter-steward
│ └─ licenseFile: ./node_modules/emitter-steward/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kikobeats/emojis-list
│ ├─ publisher: Kiko Beats
│ ├─ email: [email protected]
│ ├─ url: https://github.com/Kikobeats
│ ├─ path: ./node_modules/emojis-list
│ └─ licenseFile: ./node_modules/emojis-list/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/pillarjs/encodeurl
│ ├─ path: ./node_modules/encodeurl
│ └─ licenseFile: ./node_modules/encodeurl/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/socketio/engine.io-client
│ ├─ path: ./node_modules/engine.io-client
│ └─ licenseFile: ./node_modules/engine.io-client/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/socketio/engine.io-parser
│ ├─ path: ./node_modules/engine.io-parser
│ └─ licenseFile: ./node_modules/engine.io-parser/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/socketio/engine.io
│ ├─ publisher: Guillermo Rauch
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/engine.io
│ └─ licenseFile: ./node_modules/engine.io/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rvagg/node-errno
│ ├─ path: ./node_modules/errno
│ └─ licenseFile: ./node_modules/errno/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/qix-/node-error-ex
│ ├─ path: ./node_modules/error-ex
│ └─ licenseFile: ./node_modules/error-ex/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/spicyj/es3ify
│ ├─ publisher: Ben Alpert
│ ├─ email: [email protected]
│ ├─ url: http://benalpert.com
│ ├─ path: ./node_modules/es3ify
│ └─ licenseFile: ./node_modules/es3ify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/medikoo/es5-ext
│ ├─ publisher: Mariusz Nowak
│ ├─ email: [email protected]
│ ├─ url: http://www.medikoo.com/
│ ├─ path: ./node_modules/es5-ext
│ └─ licenseFile: ./node_modules/es5-ext/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/medikoo/es6-iterator
│ ├─ publisher: Mariusz Nowak
│ ├─ email: [email protected]
│ ├─ url: http://www.medikoo.com/
│ ├─ path: ./node_modules/es6-iterator
│ └─ licenseFile: ./node_modules/es6-iterator/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/medikoo/es6-map
│ ├─ publisher: Mariusz Nowak
│ ├─ email: [email protected]
│ ├─ url: http://www.medikoo.com/
│ ├─ path: ./node_modules/es6-map
│ └─ licenseFile: ./node_modules/es6-map/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/medikoo/es6-set
│ ├─ publisher: Mariusz Nowak
│ ├─ email: [email protected]
│ ├─ url: http://www.medikoo.com/
│ ├─ path: ./node_modules/es6-set
│ └─ licenseFile: ./node_modules/es6-set/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/medikoo/es6-symbol
│ ├─ publisher: Mariusz Nowak
│ ├─ email: [email protected]
│ ├─ url: http://www.medikoo.com/
│ ├─ path: ./node_modules/es6-symbol
│ └─ licenseFile: ./node_modules/es6-symbol/LICENSE
├─ [email protected]
│ ├─ licenses: Apache*
│ ├─ repository: https://github.com/esnext/es6-templates
│ ├─ publisher: Square, Inc.
│ ├─ path: ./node_modules/es6-templates
│ └─ licenseFile: ./node_modules/es6-templates/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/medikoo/es6-weak-map
│ ├─ publisher: Mariusz Nowak
│ ├─ email: [email protected]
│ ├─ url: http://www.medikoo.com/
│ ├─ path: ./node_modules/es6-weak-map
│ └─ licenseFile: ./node_modules/es6-weak-map/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/component/escape-html
│ ├─ path: ./node_modules/escape-html
│ └─ licenseFile: ./node_modules/escape-html/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/escape-string-regexp
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/escape-string-regexp
│ └─ licenseFile: ./node_modules/escape-string-regexp/license
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/estools/escope
│ ├─ path: ./node_modules/escope
│ └─ licenseFile: ./node_modules/escope/LICENSE.BSD
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/eslint/eslint-scope
│ ├─ path: ./node_modules/eslint-scope
│ └─ licenseFile: ./node_modules/eslint-scope/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/eslint/eslint
│ ├─ publisher: Nicholas C. Zakas
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/eslint
│ └─ licenseFile: ./node_modules/eslint/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zertosh/esmangle-evaluator
│ ├─ publisher: Andres Suarez
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/esmangle-evaluator
│ └─ licenseFile: ./node_modules/esmangle-evaluator/README.md
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/eslint/espree
│ ├─ publisher: Nicholas C. Zakas
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/espree
│ └─ licenseFile: ./node_modules/espree/LICENSE
├─ [email protected]
│ ├─ licenses: BSD
│ ├─ repository: https://github.com/facebook/esprima
│ ├─ publisher: Ariya Hidayat
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/unreachable-branch-transform/node_modules/esprima-fb
│ └─ licenseFile: ./node_modules/unreachable-branch-transform/node_modules/esprima-fb/README.md
├─ [email protected]
│ ├─ licenses: BSD
│ ├─ repository: https://github.com/facebook/esprima
│ ├─ path: ./node_modules/esprima-fb
│ └─ licenseFile: ./node_modules/esprima-fb/LICENSE.BSD
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/jquery/esprima
│ ├─ publisher: Ariya Hidayat
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/svgo/node_modules/esprima
│ └─ licenseFile: ./node_modules/svgo/node_modules/esprima/LICENSE.BSD
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/jquery/esprima
│ ├─ publisher: Ariya Hidayat
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/recast/node_modules/esprima
│ └─ licenseFile: ./node_modules/recast/node_modules/esprima/LICENSE.BSD
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/jquery/esprima
│ ├─ publisher: Ariya Hidayat
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/esprima
│ └─ licenseFile: ./node_modules/esprima/LICENSE.BSD
├─ [email protected]
│ ├─ licenses: BSD*
│ ├─ repository: https://github.com/jrfeenst/esquery
│ ├─ publisher: Joel Feenstra
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/esquery
│ └─ licenseFile: ./node_modules/esquery/license.txt
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/estools/esrecurse
│ ├─ path: ./node_modules/esrecurse
│ └─ licenseFile: ./node_modules/esrecurse/README.md
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/estools/estraverse
│ ├─ path: ./node_modules/estraverse
│ └─ licenseFile: ./node_modules/estraverse/LICENSE.BSD
├─ [email protected]
│ ├─ licenses: BSD
│ ├─ repository: https://github.com/estools/esutils
│ ├─ path: ./node_modules/esutils
│ └─ licenseFile: ./node_modules/esutils/LICENSE.BSD
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/etag
│ ├─ path: ./node_modules/etag
│ └─ licenseFile: ./node_modules/etag/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/medikoo/event-emitter
│ ├─ publisher: Mariusz Nowak
│ ├─ email: [email protected]
│ ├─ url: http://www.medikoo.com/
│ ├─ path: ./node_modules/event-emitter
│ └─ licenseFile: ./node_modules/event-emitter/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/primus/eventemitter3
│ ├─ publisher: Arnout Kazemier
│ ├─ path: ./node_modules/eventemitter3
│ └─ licenseFile: ./node_modules/eventemitter3/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Gozala/events
│ ├─ publisher: Irakli Gozalishvili
│ ├─ email: [email protected]
│ ├─ url: http://jeditoolkit.com
│ ├─ path: ./node_modules/events
│ └─ licenseFile: ./node_modules/events/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/EVP_BytesToKey
│ ├─ publisher: Calvin Metcalf
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/evp_bytestokey
│ └─ licenseFile: ./node_modules/evp_bytestokey/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/execa
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/execa
│ └─ licenseFile: ./node_modules/execa/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/execa
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/lint-staged/node_modules/execa
│ └─ licenseFile: ./node_modules/lint-staged/node_modules/execa/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/exit-hook
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/exit-hook
│ └─ licenseFile: ./node_modules/exit-hook/readme.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/visionmedia/express
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/express
│ └─ licenseFile: ./node_modules/express/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/justmoon/node-extend
│ ├─ publisher: Stefan Thomas
│ ├─ email: [email protected]
│ ├─ url: http://www.justmoon.net
│ ├─ path: ./node_modules/extend
│ └─ licenseFile: ./node_modules/extend/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mrkmg/node-external-editor
│ ├─ publisher: Kevin Gravier
│ ├─ email: [email protected]
│ ├─ url: https://mrkmg.com
│ ├─ path: ./node_modules/external-editor
│ └─ licenseFile: ./node_modules/external-editor/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: Unlicense
│ ├─ repository: https://github.com/peerigon/extract-loader
│ ├─ publisher: peerigon
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/extract-loader
│ └─ licenseFile: ./node_modules/extract-loader/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/davepacheco/node-extsprintf
│ ├─ path: ./node_modules/fsevents/node_modules/extsprintf
│ └─ licenseFile: ./node_modules/fsevents/node_modules/extsprintf/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/davepacheco/node-extsprintf
│ ├─ path: ./node_modules/extsprintf
│ └─ licenseFile: ./node_modules/extsprintf/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/davepacheco/node-extsprintf
│ ├─ path: ./node_modules/verror/node_modules/extsprintf
│ └─ licenseFile: ./node_modules/verror/node_modules/extsprintf/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/node-falafel
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/falafel
│ └─ licenseFile: ./node_modules/falafel/readme.markdown
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/jhchen/fast-diff
│ ├─ publisher: Jason Chen
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/fast-diff
│ └─ licenseFile: ./node_modules/fast-diff/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/epoberezkin/fast-json-stable-stringify
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/fast-json-stable-stringify
│ └─ licenseFile: ./node_modules/fast-json-stable-stringify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/hiddentao/fast-levenshtein
│ ├─ publisher: Ramesh Nair
│ ├─ email: [email protected]
│ ├─ url: http://www.hiddentao.com/
│ ├─ path: ./node_modules/fast-levenshtein
│ └─ licenseFile: ./node_modules/fast-levenshtein/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/fastparse
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: ./node_modules/fastparse
│ └─ licenseFile: ./node_modules/fastparse/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/filamentgroup/faux-pas
│ ├─ publisher: zachleat
│ ├─ email: [email protected]
│ ├─ url: http://zachleat.com/
│ ├─ path: ./node_modules/fg-faux-pas
│ └─ licenseFile: ./node_modules/fg-faux-pas/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/figures
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/figures
│ └─ licenseFile: ./node_modules/figures/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/figures
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/inquirer/node_modules/figures
│ └─ licenseFile: ./node_modules/inquirer/node_modules/figures/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/file-loader
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: ./node_modules/file-loader
│ └─ licenseFile: ./node_modules/file-loader/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/pillarjs/finalhandler
│ ├─ publisher: Douglas Christopher Wilson
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/finalhandler
│ └─ licenseFile: ./node_modules/finalhandler/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/pillarjs/finalhandler
│ ├─ publisher: Douglas Christopher Wilson
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/node-faux-pas/node_modules/finalhandler
│ └─ licenseFile: ./node_modules/node-faux-pas/node_modules/finalhandler/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/thlorenz/find-parent-dir
│ ├─ publisher: Thorsten Lorenz
│ ├─ email: [email protected]
│ ├─ url: http://thlorenz.com
│ ├─ path: ./node_modules/find-parent-dir
│ └─ licenseFile: ./node_modules/find-parent-dir/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/find-replace
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/find-replace
│ └─ licenseFile: ./node_modules/find-replace/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/find-up
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/find-up
│ └─ licenseFile: ./node_modules/find-up/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/find-up
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/webpack/node_modules/find-up
│ └─ licenseFile: ./node_modules/webpack/node_modules/find-up/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jesusabdullah/node-flatten
│ ├─ publisher: Joshua Holbrook
│ ├─ email: [email protected]
│ ├─ url: http://jesusabdullah.net
│ ├─ path: ./node_modules/flatten
│ └─ licenseFile: ./node_modules/flatten/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/manuelstofer/foreach
│ ├─ publisher: Manuel Stofer
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/foreach
│ └─ licenseFile: ./node_modules/foreach/LICENSE
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/forever-agent
│ ├─ publisher: Mikeal Rogers
│ ├─ email: [email protected]
│ ├─ url: http://www.futurealoof.com
│ ├─ path: ./node_modules/forever-agent
│ └─ licenseFile: ./node_modules/forever-agent/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/form-data/form-data
│ ├─ publisher: Felix Geisendörfer
│ ├─ email: [email protected]
│ ├─ url: http://debuggable.com/
│ ├─ path: ./node_modules/form-data
│ └─ licenseFile: ./node_modules/form-data/License
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/felixge/node-formidable
│ ├─ path: ./node_modules/formidable
│ └─ licenseFile: ./node_modules/formidable/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/fresh
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ url: http://tjholowaychuk.com
│ ├─ path: ./node_modules/fresh
│ └─ licenseFile: ./node_modules/fresh/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/fresh
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ url: http://tjholowaychuk.com
│ ├─ path: ./node_modules/send/node_modules/fresh
│ └─ licenseFile: ./node_modules/send/node_modules/fresh/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/fresh
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ url: http://tjholowaychuk.com
│ ├─ path: ./node_modules/node-faux-pas/node_modules/fresh
│ └─ licenseFile: ./node_modules/node-faux-pas/node_modules/fresh/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jprichardson/node-fs-extra
│ ├─ publisher: JP Richardson
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/fs-extra
│ └─ licenseFile: ./node_modules/fs-extra/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/fs.realpath
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/fs.realpath
│ └─ licenseFile: ./node_modules/fs.realpath/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/strongloop/fsevents
│ ├─ publisher: Philipp Dunkel
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/fsevents
│ └─ licenseFile: ./node_modules/fsevents/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/fstream-ignore
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/fstream-ignore
│ └─ licenseFile: ./node_modules/fstream-ignore/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/fstream
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/fstream
│ └─ licenseFile: ./node_modules/fstream/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Raynos/function-bind
│ ├─ publisher: Raynos
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/function-bind
│ └─ licenseFile: ./node_modules/function-bind/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/gauge
│ ├─ publisher: Rebecca Turner
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/gauge
│ └─ licenseFile: ./node_modules/gauge/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/mightyiam/get-own-enumerable-property-symbols
│ ├─ publisher: Shahar Or
│ ├─ email: [email protected]
│ ├─ url: mightyiam
│ ├─ path: ./node_modules/get-own-enumerable-property-symbols
│ └─ licenseFile: ./node_modules/get-own-enumerable-property-symbols/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/get-stdin
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/redent/node_modules/get-stdin
│ └─ licenseFile: ./node_modules/redent/node_modules/get-stdin/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/get-stdin
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/get-stdin
│ └─ licenseFile: ./node_modules/get-stdin/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/get-stream
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/get-stream
│ └─ licenseFile: ./node_modules/get-stream/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/arekinath/node-getpass
│ ├─ publisher: Alex Wilson
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/getpass
│ └─ licenseFile: ./node_modules/getpass/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/toji/gl-matrix
│ ├─ path: ./node_modules/gl-matrix
│ └─ licenseFile: ./node_modules/gl-matrix/LICENSE.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/es128/glob-parent
│ ├─ publisher: Elan Shanker
│ ├─ path: ./node_modules/glob-parent
│ └─ licenseFile: ./node_modules/glob-parent/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-glob
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/glob
│ └─ licenseFile: ./node_modules/glob/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/global-dirs
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/global-dirs
│ └─ licenseFile: ./node_modules/global-dirs/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/globals
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/globals
│ └─ licenseFile: ./node_modules/globals/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/globals
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/babel-traverse/node_modules/globals
│ └─ licenseFile: ./node_modules/babel-traverse/node_modules/globals/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/globby
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/globby
│ └─ licenseFile: ./node_modules/globby/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/got
│ ├─ path: ./node_modules/got
│ └─ licenseFile: ./node_modules/got/license
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-graceful-fs
│ ├─ path: ./node_modules/graceful-fs
│ └─ licenseFile: ./node_modules/graceful-fs/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/wycats/handlebars.js
│ ├─ publisher: Yehuda Katz
│ ├─ path: ./node_modules/handlebars
│ └─ licenseFile: ./node_modules/handlebars/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/ahmadnassri/har-schema
│ ├─ publisher: Ahmad Nassri
│ ├─ email: [email protected]
│ ├─ url: https://www.ahmadnassri.com/
│ ├─ path: ./node_modules/har-schema
│ └─ licenseFile: ./node_modules/har-schema/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/ahmadnassri/har-validator
│ ├─ publisher: Ahmad Nassri
│ ├─ email: [email protected]
│ ├─ url: https://www.ahmadnassri.com/
│ ├─ path: ./node_modules/har-validator
│ └─ licenseFile: ./node_modules/har-validator/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/has-ansi
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/license-checker/node_modules/has-ansi
│ └─ licenseFile: ./node_modules/license-checker/node_modules/has-ansi/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/has-ansi
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/has-ansi
│ └─ licenseFile: ./node_modules/has-ansi/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ publisher: Kevin Roark
│ ├─ path: ./node_modules/has-binary
│ └─ licenseFile: ./node_modules/has-binary/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/component/has-cors
│ ├─ publisher: Nathan Rajlich
│ ├─ email: [email protected]
│ ├─ url: http://n8.io/
│ ├─ path: ./node_modules/has-cors
│ └─ licenseFile: ./node_modules/has-cors/Readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/has-flag
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/postcss/node_modules/has-flag
│ └─ licenseFile: ./node_modules/postcss/node_modules/has-flag/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/has-flag
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/has-flag
│ └─ licenseFile: ./node_modules/has-flag/license
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/has-unicode
│ ├─ publisher: Rebecca Turner
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/has-unicode
│ └─ licenseFile: ./node_modules/has-unicode/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/tarruda/has
│ ├─ publisher: Thiago de Arruda
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/has
│ └─ licenseFile: ./node_modules/has/README.mkd
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/hash-base
│ ├─ publisher: Kirill Fomichev
│ ├─ email: [email protected]
│ ├─ url: https://github.com/fanatid
│ ├─ path: ./node_modules/hash-base
│ └─ licenseFile: ./node_modules/hash-base/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/hash-base
│ ├─ publisher: Kirill Fomichev
│ ├─ email: [email protected]
│ ├─ url: https://github.com/fanatid
│ ├─ path: ./node_modules/md5.js/node_modules/hash-base
│ └─ licenseFile: ./node_modules/md5.js/node_modules/hash-base/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/hash.js
│ ├─ publisher: Fedor Indutny
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/hash.js
│ └─ licenseFile: ./node_modules/hash.js/README.md
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/hueniverse/hawk
│ ├─ publisher: Eran Hammer
│ ├─ email: [email protected]
│ ├─ url: http://hueniverse.com
│ ├─ path: ./node_modules/hawk
│ └─ licenseFile: ./node_modules/hawk/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/hmac-drbg
│ ├─ publisher: Fedor Indutny
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/hmac-drbg
│ └─ licenseFile: ./node_modules/hmac-drbg/README.md
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/hapijs/hoek
│ ├─ path: ./node_modules/hoek
│ └─ licenseFile: ./node_modules/hoek/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/home-or-tmp
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/home-or-tmp
│ └─ licenseFile: ./node_modules/home-or-tmp/license
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/hosted-git-info
│ ├─ publisher: Rebecca Turner
│ ├─ email: [email protected]
│ ├─ url: http://re-becca.org
│ ├─ path: ./node_modules/hosted-git-info
│ └─ licenseFile: ./node_modules/hosted-git-info/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/stevemao/html-comment-regex
│ ├─ publisher: Steve Mao
│ ├─ email: [email protected]
│ ├─ url: https://github.com/stevemao
│ ├─ path: ./node_modules/html-comment-regex
│ └─ licenseFile: ./node_modules/html-comment-regex/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/html-loader
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: ./node_modules/html-loader
│ └─ licenseFile: ./node_modules/html-loader/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kangax/html-minifier
│ ├─ publisher: Juriy "kangax" Zaytsev
│ ├─ path: ./node_modules/html-minifier
│ └─ licenseFile: ./node_modules/html-minifier/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/http-errors
│ ├─ publisher: Jonathan Ong
│ ├─ email: [email protected]
│ ├─ url: http://jongleberry.com
│ ├─ path: ./node_modules/serve-index/node_modules/http-errors
│ └─ licenseFile: ./node_modules/serve-index/node_modules/http-errors/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/http-errors
│ ├─ publisher: Jonathan Ong
│ ├─ email: [email protected]
│ ├─ url: http://jongleberry.com
│ ├─ path: ./node_modules/http-errors
│ └─ licenseFile: ./node_modules/http-errors/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodejitsu/node-http-proxy
│ ├─ publisher: Charlie Robbins
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/http-proxy
│ └─ licenseFile: ./node_modules/http-proxy/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/joyent/node-http-signature
│ ├─ publisher: Joyent, Inc
│ ├─ path: ./node_modules/http-signature
│ └─ licenseFile: ./node_modules/http-signature/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/https-browserify
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/https-browserify
│ └─ licenseFile: ./node_modules/https-browserify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/typicode/husky
│ ├─ publisher: Typicode
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/husky
│ └─ licenseFile: ./node_modules/husky/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ashtuchkin/iconv-lite
│ ├─ publisher: Alexander Shtuchkin
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/iconv-lite
│ └─ licenseFile: ./node_modules/iconv-lite/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/feross/ieee754
│ ├─ publisher: Feross Aboukhadijeh
│ ├─ email: [email protected]
│ ├─ url: http://feross.org
│ ├─ path: ./node_modules/ieee754
│ └─ licenseFile: ./node_modules/ieee754/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kaelzhang/node-ignore
│ ├─ publisher: kael
│ ├─ path: ./node_modules/ignore
│ └─ licenseFile: ./node_modules/ignore/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/darosh/image-ssim-js
│ ├─ publisher: Jan Forst
│ ├─ email: [email protected]
│ ├─ url: https://github.com/darosh
│ ├─ path: ./node_modules/image-ssim
│ └─ licenseFile: ./node_modules/image-ssim/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/calvinmetcalf/immediate
│ ├─ path: ./node_modules/immediate
│ └─ licenseFile: ./node_modules/immediate/LICENSE.txt
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/import-lazy
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/import-lazy
│ └─ licenseFile: ./node_modules/import-lazy/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jensyt/imurmurhash-js
│ ├─ publisher: Jens Taylor
│ ├─ email: [email protected]
│ ├─ url: https://github.com/homebrewing
│ ├─ path: ./node_modules/imurmurhash
│ └─ licenseFile: ./node_modules/imurmurhash/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/indent-string
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/indent-string
│ └─ licenseFile: ./node_modules/indent-string/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/indent-string
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/listr-update-renderer/node_modules/indent-string
│ └─ licenseFile: ./node_modules/listr-update-renderer/node_modules/indent-string/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/dominictarr/indexes-of
│ ├─ publisher: Dominic Tarr
│ ├─ email: [email protected]
│ ├─ url: dominictarr.com
│ ├─ path: ./node_modules/indexes-of
│ └─ licenseFile: ./node_modules/indexes-of/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ path: ./node_modules/indexof
│ └─ licenseFile: ./node_modules/indexof/Readme.md
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/inflight
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/inflight
│ └─ licenseFile: ./node_modules/inflight/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/inherits
│ ├─ path: ./node_modules/util/node_modules/inherits
│ └─ licenseFile: ./node_modules/util/node_modules/inherits/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/inherits
│ ├─ path: ./node_modules/inherits
│ └─ licenseFile: ./node_modules/inherits/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/ini
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/fsevents/node_modules/ini
│ └─ licenseFile: ./node_modules/fsevents/node_modules/ini/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/ini
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/ini
│ └─ licenseFile: ./node_modules/ini/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/calvinmetcalf/inline-process-browser
│ ├─ publisher: Calvin W. Metcalf
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/inline-process-browser
│ └─ licenseFile: ./node_modules/inline-process-browser/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/SBoudrias/Inquirer.js
│ ├─ publisher: Simon Boudrias
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/inquirer
│ └─ licenseFile: ./node_modules/inquirer/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/zertosh/invariant
│ ├─ publisher: Andres Suarez
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/invariant
│ └─ licenseFile: ./node_modules/invariant/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/invert-kv
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/invert-kv
│ └─ licenseFile: ./node_modules/invert-kv/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-absolute-url
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/is-absolute-url
│ └─ licenseFile: ./node_modules/is-absolute-url/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-binary-path
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-binary-path
│ └─ licenseFile: ./node_modules/is-binary-path/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/feross/is-buffer
│ ├─ publisher: Feross Aboukhadijeh
│ ├─ email: [email protected]
│ ├─ url: http://feross.org/
│ ├─ path: ./node_modules/is-buffer
│ └─ licenseFile: ./node_modules/is-buffer/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-builtin-module
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-builtin-module
│ └─ licenseFile: ./node_modules/is-builtin-module/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/watson/is-ci
│ ├─ publisher: Thomas Watson Steen
│ ├─ email: [email protected]
│ ├─ url: https://twitter.com/wa7son
│ ├─ path: ./node_modules/is-ci
│ └─ licenseFile: ./node_modules/is-ci/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-finite
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-finite
│ └─ licenseFile: ./node_modules/is-finite/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-fullwidth-code-point
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-fullwidth-code-point
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-fullwidth-code-point
│ └─ licenseFile: ./node_modules/is-fullwidth-code-point/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-installed-globally
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-installed-globally
│ └─ licenseFile: ./node_modules/is-installed-globally/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-npm
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/is-npm
│ └─ licenseFile: ./node_modules/is-npm/readme.md
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/vigour-io/is-number-like
│ ├─ publisher: Vigour.io
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/is-number-like
│ └─ licenseFile: ./node_modules/is-number-like/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-obj
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-obj
│ └─ licenseFile: ./node_modules/is-obj/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-observable
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-observable
│ └─ licenseFile: ./node_modules/is-observable/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-path-cwd
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/is-path-cwd
│ └─ licenseFile: ./node_modules/is-path-cwd/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-path-in-cwd
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/is-path-in-cwd
│ └─ licenseFile: ./node_modules/is-path-in-cwd/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-path-inside
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-path-inside
│ └─ licenseFile: ./node_modules/is-path-inside/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-plain-obj
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-plain-obj
│ └─ licenseFile: ./node_modules/is-plain-obj/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/then/is-promise
│ ├─ publisher: ForbesLindesay
│ ├─ path: ./node_modules/is-promise
│ └─ licenseFile: ./node_modules/is-promise/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-redirect
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-redirect
│ └─ licenseFile: ./node_modules/is-redirect/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-regexp
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/is-regexp
│ └─ licenseFile: ./node_modules/is-regexp/readme.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/floatdrop/is-retry-allowed
│ ├─ publisher: Vsevolod Strukchinsky
│ ├─ email: [email protected]
│ ├─ url: github.com/floatdrop
│ ├─ path: ./node_modules/is-retry-allowed
│ └─ licenseFile: ./node_modules/is-retry-allowed/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-stream
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-stream
│ └─ licenseFile: ./node_modules/is-stream/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/is-svg
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/is-svg
│ └─ licenseFile: ./node_modules/is-svg/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/hughsk/is-typedarray
│ ├─ publisher: Hugh Kennedy
│ ├─ email: [email protected]
│ ├─ url: http://hughsk.io/
│ ├─ path: ./node_modules/is-typedarray
│ └─ licenseFile: ./node_modules/is-typedarray/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/wayfind/is-utf8
│ ├─ publisher: wayfind
│ ├─ path: ./node_modules/is-utf8
│ └─ licenseFile: ./node_modules/is-utf8/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/isarray
│ ├─ publisher: Julian Gruber
│ ├─ email: [email protected]
│ ├─ url: http://juliangruber.com
│ ├─ path: ./node_modules/isarray
│ └─ licenseFile: ./node_modules/isarray/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/juliangruber/isarray
│ ├─ publisher: Julian Gruber
│ ├─ email: [email protected]
│ ├─ url: http://juliangruber.com
│ ├─ path: ./node_modules/readable-stream/node_modules/isarray
│ └─ licenseFile: ./node_modules/readable-stream/node_modules/isarray/README.md
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/isexe
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/isexe
│ └─ licenseFile: ./node_modules/isexe/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rvagg/isstream
│ ├─ publisher: Rod Vagg
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/isstream
│ └─ licenseFile: ./node_modules/isstream/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/facebook/jest
│ ├─ path: ./node_modules/jest-docblock
│ └─ licenseFile: ./node_modules/jest-docblock/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/facebook/jest
│ └─ path: ./node_modules/jest-get-type
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/facebook/jest
│ ├─ path: ./node_modules/jest-validate
│ └─ licenseFile: ./node_modules/jest-validate/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/scottcorgan/join-path
│ ├─ publisher: Scott Corgan
│ ├─ path: ./node_modules/join-path
│ └─ licenseFile: ./node_modules/join-path/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/eugeneware/jpeg-js
│ ├─ publisher: Eugene Ware
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/jpeg-js
│ └─ licenseFile: ./node_modules/jpeg-js/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lydell/js-tokens
│ ├─ publisher: Simon Lydell
│ ├─ path: ./node_modules/js-tokens
│ └─ licenseFile: ./node_modules/js-tokens/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodeca/js-yaml
│ ├─ publisher: Vladimir Zapparov
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/js-yaml
│ └─ licenseFile: ./node_modules/js-yaml/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodeca/js-yaml
│ ├─ publisher: Vladimir Zapparov
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/svgo/node_modules/js-yaml
│ └─ licenseFile: ./node_modules/svgo/node_modules/js-yaml/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/andyperlitch/jsbn
│ ├─ publisher: Tom Wu
│ ├─ path: ./node_modules/jsbn
│ └─ licenseFile: ./node_modules/jsbn/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mathiasbynens/jsesc
│ ├─ publisher: Mathias Bynens
│ ├─ url: https://mathiasbynens.be/
│ └─ path: ./node_modules/jsesc
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/json-loader
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: ./node_modules/json-loader
│ └─ licenseFile: ./node_modules/json-loader/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zkat/json-parse-better-errors
│ ├─ publisher: Kat Marchán
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/json-parse-better-errors
│ └─ licenseFile: ./node_modules/json-parse-better-errors/LICENSE.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/samn/json-stable-stringify
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/json-stable-stringify-without-jsonify
│ └─ licenseFile: ./node_modules/json-stable-stringify-without-jsonify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/json-stable-stringify
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/json-stable-stringify
│ └─ licenseFile: ./node_modules/json-stable-stringify/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/json-stringify-safe
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me
│ ├─ path: ./node_modules/json-stringify-safe
│ └─ licenseFile: ./node_modules/json-stringify-safe/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bestiejs/json3
│ ├─ publisher: Kit Cambridge
│ ├─ email: [email protected]
│ ├─ url: http://kitcambridge.be/
│ ├─ path: ./node_modules/json3
│ └─ licenseFile: ./node_modules/json3/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/aseemk/json5
│ ├─ publisher: Aseem Kishore
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/json5
│ └─ licenseFile: ./node_modules/json5/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jprichardson/node-jsonfile
│ ├─ publisher: JP Richardson
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/jsonfile
│ └─ licenseFile: ./node_modules/jsonfile/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/joyent/node-jsprim
│ ├─ path: ./node_modules/fsevents/node_modules/jsprim
│ └─ licenseFile: ./node_modules/fsevents/node_modules/jsprim/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/joyent/node-jsprim
│ ├─ path: ./node_modules/jsprim
│ └─ licenseFile: ./node_modules/jsprim/LICENSE
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/facebook/jstransform
│ ├─ path: ./node_modules/jstransform
│ └─ licenseFile: ./node_modules/jstransform/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/latest-version
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/latest-version
│ └─ licenseFile: ./node_modules/latest-version/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/lcid
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/lcid
│ └─ licenseFile: ./node_modules/lcid/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/leven
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/leven
│ └─ licenseFile: ./node_modules/leven/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/gkz/levn
│ ├─ publisher: George Zahariev
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/levn
│ └─ licenseFile: ./node_modules/levn/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/davglass/license-checker
│ ├─ publisher: Dav Glass
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/license-checker
│ └─ licenseFile: ./node_modules/license-checker/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/calvinmetcalf/lie
│ ├─ path: ./node_modules/lie
│ └─ licenseFile: ./node_modules/lie/license.md
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/GoogleChrome/lighthouse
│ ├─ publisher: The Chromium Authors
│ ├─ path: ./node_modules/lighthouse
│ └─ licenseFile: ./node_modules/lighthouse/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jhurliman/node-rate-limiter
│ ├─ publisher: John Hurliman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/limiter
│ └─ licenseFile: ./node_modules/limiter/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/okonet/lint-staged
│ ├─ publisher: Andrey Okonetchnikov
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/lint-staged
│ └─ licenseFile: ./node_modules/lint-staged/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/SamVerschueren/listr-silent-renderer
│ ├─ publisher: Sam Verschueren
│ ├─ email: [email protected]
│ ├─ url: github.com/SamVerschueren
│ ├─ path: ./node_modules/listr-silent-renderer
│ └─ licenseFile: ./node_modules/listr-silent-renderer/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/SamVerschueren/listr-update-renderer
│ ├─ publisher: Sam Verschueren
│ ├─ email: [email protected]
│ ├─ url: github.com/SamVerschueren
│ ├─ path: ./node_modules/listr-update-renderer
│ └─ licenseFile: ./node_modules/listr-update-renderer/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/SamVerschueren/listr-verbose-renderer
│ ├─ publisher: Sam Verschueren
│ ├─ email: [email protected]
│ ├─ url: github.com/SamVerschueren
│ ├─ path: ./node_modules/listr-verbose-renderer
│ └─ licenseFile: ./node_modules/listr-verbose-renderer/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/SamVerschueren/listr
│ ├─ publisher: Sam Verschueren
│ ├─ email: [email protected]
│ ├─ url: github.com/SamVerschueren
│ ├─ path: ./node_modules/listr
│ └─ licenseFile: ./node_modules/listr/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/load-json-file
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/load-json-file
│ └─ licenseFile: ./node_modules/load-json-file/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/load-json-file
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/webpack/node_modules/load-json-file
│ └─ licenseFile: ./node_modules/webpack/node_modules/load-json-file/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/loader-utils
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: ./node_modules/loader-utils
│ └─ licenseFile: ./node_modules/loader-utils/LICENSE
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/localForage/localForage
│ ├─ publisher: Mozilla
│ ├─ path: ./node_modules/localforage
│ └─ licenseFile: ./node_modules/localforage/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/localtunnel/localtunnel
│ ├─ publisher: Roman Shtylman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/localtunnel
│ └─ licenseFile: ./node_modules/localtunnel/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/locate-path
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/locate-path
│ └─ licenseFile: ./node_modules/locate-path/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash._reinterpolate
│ └─ licenseFile: ./node_modules/lodash._reinterpolate/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash.camelcase
│ └─ licenseFile: ./node_modules/lodash.camelcase/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash.isfinite
│ └─ licenseFile: ./node_modules/lodash.isfinite/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash.isplainobject
│ └─ licenseFile: ./node_modules/lodash.isplainobject/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash.memoize
│ └─ licenseFile: ./node_modules/lodash.memoize/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash.padend
│ └─ licenseFile: ./node_modules/lodash.padend/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash.some
│ └─ licenseFile: ./node_modules/lodash.some/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash.template
│ └─ licenseFile: ./node_modules/lodash.template/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash.templatesettings
│ └─ licenseFile: ./node_modules/lodash.templatesettings/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash.uniq
│ └─ licenseFile: ./node_modules/lodash.uniq/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/easy-extender/node_modules/lodash
│ └─ licenseFile: ./node_modules/easy-extender/node_modules/lodash/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/lodash/lodash
│ ├─ publisher: John-David Dalton
│ ├─ email: [email protected]
│ ├─ url: http://allyoucanleet.com/
│ ├─ path: ./node_modules/lodash
│ └─ licenseFile: ./node_modules/lodash/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/log-symbols
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/log-symbols
│ └─ licenseFile: ./node_modules/log-symbols/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/log-symbols
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/lint-staged/node_modules/log-symbols
│ └─ licenseFile: ./node_modules/lint-staged/node_modules/log-symbols/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/log-update
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/log-update
│ └─ licenseFile: ./node_modules/log-update/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zertosh/loose-envify
│ ├─ publisher: Andres Suarez
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/loose-envify
│ └─ licenseFile: ./node_modules/loose-envify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/loud-rejection
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/loud-rejection
│ └─ licenseFile: ./node_modules/loud-rejection/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/blakeembrey/lower-case
│ ├─ publisher: Blake Embrey
│ ├─ email: [email protected]
│ ├─ url: http://blakeembrey.me
│ ├─ path: ./node_modules/lower-case
│ └─ licenseFile: ./node_modules/lower-case/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/lowercase-keys
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/lowercase-keys
│ └─ licenseFile: ./node_modules/lowercase-keys/readme.md
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-lru-cache
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/lru-cache
│ └─ licenseFile: ./node_modules/lru-cache/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/scravy/node-macaddress
│ ├─ publisher: Julian Fleischer
│ ├─ path: ./node_modules/macaddress
│ └─ licenseFile: ./node_modules/macaddress/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/make-dir
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/make-dir
│ └─ licenseFile: ./node_modules/make-dir/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/map-obj
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/map-obj
│ └─ licenseFile: ./node_modules/map-obj/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chjj/marked
│ ├─ publisher: Christopher Jeffrey
│ ├─ path: ./node_modules/marked
│ └─ licenseFile: ./node_modules/marked/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/redhivesoftware/math-expression-evaluator.git#readme
│ ├─ publisher: Ankit
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/math-expression-evaluator
│ └─ licenseFile: ./node_modules/math-expression-evaluator/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/md5.js
│ ├─ publisher: Kirill Fomichev
│ ├─ email: [email protected]
│ ├─ url: https://github.com/fanatid
│ ├─ path: ./node_modules/md5.js
│ └─ licenseFile: ./node_modules/md5.js/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/mem
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/mem
│ └─ licenseFile: ./node_modules/mem/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/meow
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/meow
│ └─ licenseFile: ./node_modules/meow/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ path: ./node_modules/metaviewport-parser
│ └─ licenseFile: ./node_modules/metaviewport-parser/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/miller-rabin
│ ├─ publisher: Fedor Indutny
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/miller-rabin
│ └─ licenseFile: ./node_modules/miller-rabin/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/mime-db
│ ├─ path: ./node_modules/mime-db
│ └─ licenseFile: ./node_modules/mime-db/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/mime-types
│ ├─ path: ./node_modules/mime-types
│ └─ licenseFile: ./node_modules/mime-types/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/bentomas/node-mime
│ ├─ publisher: Robert Kieffer
│ ├─ email: [email protected]
│ ├─ url: http://github.com/broofa
│ ├─ path: ./node_modules/express/node_modules/mime
│ └─ licenseFile: ./node_modules/express/node_modules/mime/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/broofa/node-mime
│ ├─ publisher: Robert Kieffer
│ ├─ email: [email protected]
│ ├─ url: http://github.com/broofa
│ ├─ path: ./node_modules/mime
│ └─ licenseFile: ./node_modules/mime/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/broofa/node-mime
│ ├─ publisher: Robert Kieffer
│ ├─ email: [email protected]
│ ├─ url: http://github.com/broofa
│ ├─ path: ./node_modules/node-faux-pas/node_modules/mime
│ └─ licenseFile: ./node_modules/node-faux-pas/node_modules/mime/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/broofa/node-mime
│ ├─ publisher: Robert Kieffer
│ ├─ email: [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/mimic-fn
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/mimic-fn
│ └─ licenseFile: ./node_modules/mimic-fn/license
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/calvinmetcalf/minimalistic-assert
│ ├─ path: ./node_modules/minimalistic-assert
│ └─ licenseFile: ./node_modules/minimalistic-assert/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/indutny/minimalistic-crypto-utils
│ ├─ publisher: Fedor Indutny
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/minimalistic-crypto-utils
│ └─ licenseFile: ./node_modules/minimalistic-crypto-utils/README.md
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/minimatch
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me
│ ├─ path: ./node_modules/minimatch
│ └─ licenseFile: ./node_modules/minimatch/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/minimist
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/optimist/node_modules/minimist
│ └─ licenseFile: ./node_modules/optimist/node_modules/minimist/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/minimist
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/mkdirp/node_modules/minimist
│ └─ licenseFile: ./node_modules/mkdirp/node_modules/minimist/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/minimist
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/minimist
│ └─ licenseFile: ./node_modules/minimist/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/substack/node-mkdirp
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/express/node_modules/mkdirp
│ └─ licenseFile: ./node_modules/express/node_modules/mkdirp/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/node-mkdirp
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/license-checker/node_modules/mkdirp
│ └─ licenseFile: ./node_modules/license-checker/node_modules/mkdirp/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/node-mkdirp
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/mkdirp
│ └─ licenseFile: ./node_modules/mkdirp/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/guille/ms.js
│ ├─ path: ./node_modules/connect/node_modules/ms
│ └─ licenseFile: ./node_modules/connect/node_modules/ms/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zeit/ms
│ ├─ path: ./node_modules/send/node_modules/ms
│ └─ licenseFile: ./node_modules/send/node_modules/ms/license.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zeit/ms
│ ├─ path: ./node_modules/ms
│ └─ licenseFile: ./node_modules/ms/license.md
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/mute-stream
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/mute-stream
│ └─ licenseFile: ./node_modules/mute-stream/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodejs/nan
│ ├─ path: ./node_modules/nan
│ └─ licenseFile: ./node_modules/nan/LICENSE.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/ncname
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/ncname
│ └─ licenseFile: ./node_modules/ncname/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/negotiator
│ ├─ path: ./node_modules/negotiator
│ └─ licenseFile: ./node_modules/negotiator/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/blakeembrey/no-case
│ ├─ publisher: Blake Embrey
│ ├─ email: [email protected]
│ ├─ url: http://blakeembrey.me
│ ├─ path: ./node_modules/no-case
│ └─ licenseFile: ./node_modules/no-case/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/filamentgroup/node-faux-pas
│ ├─ publisher: zachleat
│ ├─ email: [email protected]
│ ├─ url: http://zachleat.com/
│ ├─ path: ./node_modules/node-faux-pas
│ └─ licenseFile: ./node_modules/node-faux-pas/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/mapbox/node-pre-gyp
│ ├─ publisher: Dane Springmeyer
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/node-pre-gyp
│ └─ licenseFile: ./node_modules/node-pre-gyp/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/isaacs/nopt
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/nopt
│ └─ licenseFile: ./node_modules/nopt/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/nopt
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/weinre/node_modules/nopt
│ └─ licenseFile: ./node_modules/weinre/node_modules/nopt/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/nopt
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/node-pre-gyp/node_modules/nopt
│ └─ licenseFile: ./node_modules/node-pre-gyp/node_modules/nopt/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/npm/normalize-package-data
│ ├─ publisher: Meryn Stol
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/normalize-package-data
│ └─ licenseFile: ./node_modules/normalize-package-data/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jamestalmage/normalize-range
│ ├─ publisher: James Talmage
│ ├─ email: [email protected]
│ ├─ url: github.com/jamestalmage
│ ├─ path: ./node_modules/normalize-range
│ └─ licenseFile: ./node_modules/normalize-range/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/normalize-url
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/normalize-url
│ └─ licenseFile: ./node_modules/normalize-url/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/timoxley/npm-path
│ ├─ publisher: Tim Oxley
│ ├─ path: ./node_modules/npm-path
│ └─ licenseFile: ./node_modules/npm-path/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/npm-run-path
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/npm-run-path
│ └─ licenseFile: ./node_modules/npm-run-path/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/timoxley/npm-which
│ ├─ publisher: Tim Oxley
│ ├─ path: ./node_modules/npm-which
│ └─ licenseFile: ./node_modules/npm-which/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/npmlog
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/fsevents/node_modules/npmlog
│ └─ licenseFile: ./node_modules/fsevents/node_modules/npmlog/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/npmlog
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/npmlog
│ └─ licenseFile: ./node_modules/npmlog/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/yisibl/num2fraction
│ ├─ publisher: yisi
│ ├─ email: [email protected]
│ ├─ url: http://iyunlu.com/view
│ ├─ path: ./node_modules/num2fraction
│ └─ licenseFile: ./node_modules/num2fraction/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/number-is-nan
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/number-is-nan
│ └─ licenseFile: ./node_modules/number-is-nan/license
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/oauth-sign
│ ├─ publisher: Mikeal Rogers
│ ├─ email: [email protected]
│ ├─ url: http://www.futurealoof.com
│ ├─ path: ./node_modules/oauth-sign
│ └─ licenseFile: ./node_modules/oauth-sign/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/object-assign
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/socket.io/node_modules/object-assign
│ └─ licenseFile: ./node_modules/socket.io/node_modules/object-assign/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/object-assign
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/object-assign
│ └─ licenseFile: ./node_modules/object-assign/license
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ path: ./node_modules/object-component
│ └─ licenseFile: ./node_modules/object-component/Readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ljharb/object-keys
│ ├─ publisher: Jordan Harband
│ ├─ email: [email protected]
│ ├─ url: http://ljharb.codes
│ ├─ path: ./node_modules/object-keys
│ └─ licenseFile: ./node_modules/object-keys/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mariocasciaro/object-path
│ ├─ publisher: Mario Casciaro
│ ├─ path: ./node_modules/object-path
│ └─ licenseFile: ./node_modules/object-path/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/on-finished
│ ├─ path: ./node_modules/on-finished
│ └─ licenseFile: ./node_modules/on-finished/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/once
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/once
│ └─ licenseFile: ./node_modules/once/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/onetime
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/onetime
│ └─ licenseFile: ./node_modules/onetime/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/onetime
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/inquirer/node_modules/onetime
│ └─ licenseFile: ./node_modules/inquirer/node_modules/onetime/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rauschma/openurl
│ ├─ publisher: Axel Rauschmayer
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/openurl
│ └─ licenseFile: ./node_modules/openurl/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/opn
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/opn
│ └─ licenseFile: ./node_modules/opn/license
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/substack/node-optimist
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/optimist
│ └─ licenseFile: ./node_modules/optimist/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/gkz/optionator
│ ├─ publisher: George Zahariev
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/optionator
│ └─ licenseFile: ./node_modules/optionator/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/einaros/options.js
│ ├─ publisher: Einar Otto Stangvik
│ ├─ email: [email protected]
│ ├─ url: http://2x.io
│ ├─ path: ./node_modules/options
│ └─ licenseFile: ./node_modules/options/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/ora
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/ora
│ └─ licenseFile: ./node_modules/ora/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/CoderPuppy/os-browserify
│ ├─ publisher: CoderPuppy
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/os-browserify
│ └─ licenseFile: ./node_modules/os-browserify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/os-homedir
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/os-homedir
│ └─ licenseFile: ./node_modules/os-homedir/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/os-locale
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/os-locale
│ └─ licenseFile: ./node_modules/os-locale/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/os-locale
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/webpack/node_modules/os-locale
│ └─ licenseFile: ./node_modules/webpack/node_modules/os-locale/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/os-tmpdir
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/os-tmpdir
│ └─ licenseFile: ./node_modules/os-tmpdir/license
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/osenv
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/osenv
│ └─ licenseFile: ./node_modules/osenv/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/p-finally
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/p-finally
│ └─ licenseFile: ./node_modules/p-finally/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/p-limit
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/p-limit
│ └─ licenseFile: ./node_modules/p-limit/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/p-locate
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/p-locate
│ └─ licenseFile: ./node_modules/p-locate/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/p-map
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/p-map
│ └─ licenseFile: ./node_modules/p-map/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/package-json
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/package-json
│ └─ licenseFile: ./node_modules/package-json/license
├─ [email protected]
│ ├─ licenses: (MIT AND Zlib)
│ ├─ repository: https://github.com/nodeca/pako
│ ├─ path: ./node_modules/pako
│ └─ licenseFile: ./node_modules/pako/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/blakeembrey/param-case
│ ├─ publisher: Blake Embrey
│ ├─ email: [email protected]
│ ├─ url: http://blakeembrey.me
│ ├─ path: ./node_modules/param-case
│ └─ licenseFile: ./node_modules/param-case/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/crypto-browserify/parse-asn1
│ ├─ path: ./node_modules/parse-asn1
│ └─ licenseFile: ./node_modules/parse-asn1/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/parse-json
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/parse-json
│ └─ licenseFile: ./node_modules/parse-json/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/parse-json
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/cosmiconfig/node_modules/parse-json
│ └─ licenseFile: ./node_modules/cosmiconfig/node_modules/parse-json/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/get/parsejson
│ ├─ publisher: Gal Koren
│ ├─ path: ./node_modules/parsejson
│ └─ licenseFile: ./node_modules/parsejson/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/get/querystring
│ ├─ publisher: Gal Koren
│ ├─ path: ./node_modules/parseqs
│ └─ licenseFile: ./node_modules/parseqs/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/get/parseuri
│ ├─ path: ./node_modules/parseuri
│ └─ licenseFile: ./node_modules/parseuri/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/pillarjs/parseurl
│ ├─ path: ./node_modules/parseurl
│ └─ licenseFile: ./node_modules/parseurl/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/path-browserify
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/path-browserify
│ └─ licenseFile: ./node_modules/path-browserify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/path-exists
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/path-exists
│ └─ licenseFile: ./node_modules/path-exists/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/path-exists
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/locate-path/node_modules/path-exists
│ └─ licenseFile: ./node_modules/locate-path/node_modules/path-exists/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/path-is-absolute
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/path-is-absolute
│ └─ licenseFile: ./node_modules/path-is-absolute/license
├─ [email protected]
│ ├─ licenses: (WTFPL OR MIT)
│ ├─ repository: https://github.com/domenic/path-is-inside
│ ├─ publisher: Domenic Denicola
│ ├─ email: [email protected]
│ ├─ url: https://domenic.me
│ ├─ path: ./node_modules/path-is-inside
│ └─ licenseFile: ./node_modules/path-is-inside/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/path-key
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/path-key
│ └─ licenseFile: ./node_modules/path-key/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/path-type
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/path-type
│ └─ licenseFile: ./node_modules/path-type/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/path-type
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/webpack/node_modules/path-type
│ └─ licenseFile: ./node_modules/webpack/node_modules/path-type/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/pbkdf2
│ ├─ publisher: Daniel Cousens
│ ├─ path: ./node_modules/pbkdf2
│ └─ licenseFile: ./node_modules/pbkdf2/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/meryn/performance-now
│ ├─ publisher: Meryn Stol
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/performance-now
│ └─ licenseFile: ./node_modules/performance-now/license.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/pify
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/pify
│ └─ licenseFile: ./node_modules/pify/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/pify
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/make-dir/node_modules/pify
│ └─ licenseFile: ./node_modules/make-dir/node_modules/pify/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/floatdrop/pinkie-promise
│ ├─ publisher: Vsevolod Strukchinsky
│ ├─ email: [email protected]
│ ├─ url: github.com/floatdrop
│ ├─ path: ./node_modules/pinkie-promise
│ └─ licenseFile: ./node_modules/pinkie-promise/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/floatdrop/pinkie
│ ├─ publisher: Vsevolod Strukchinsky
│ ├─ email: [email protected]
│ ├─ url: github.com/floatdrop
│ ├─ path: ./node_modules/pinkie
│ └─ licenseFile: ./node_modules/pinkie/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/blakeembrey/pluralize
│ ├─ publisher: Blake Embrey
│ ├─ email: [email protected]
│ ├─ url: http://blakeembrey.me
│ ├─ path: ./node_modules/pluralize
│ └─ licenseFile: ./node_modules/pluralize/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/baalexander/node-portscanner
│ ├─ path: ./node_modules/portscanner
│ └─ licenseFile: ./node_modules/portscanner/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/postcss/postcss-calc
│ ├─ publisher: Maxime Thirouin
│ ├─ path: ./node_modules/postcss-calc
│ └─ licenseFile: ./node_modules/postcss-calc/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-colormin
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-colormin
│ └─ licenseFile: ./node_modules/postcss-colormin/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-convert-values
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-convert-values
│ └─ licenseFile: ./node_modules/postcss-convert-values/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-discard-comments
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-discard-comments
│ └─ licenseFile: ./node_modules/postcss-discard-comments/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-discard-duplicates
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-discard-duplicates
│ └─ licenseFile: ./node_modules/postcss-discard-duplicates/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-discard-empty
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-discard-empty
│ └─ licenseFile: ./node_modules/postcss-discard-empty/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Justineo/postcss-discard-overridden
│ ├─ publisher: Justineo
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/postcss-discard-overridden
│ └─ licenseFile: ./node_modules/postcss-discard-overridden/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-discard-unused
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-discard-unused
│ └─ licenseFile: ./node_modules/postcss-discard-unused/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/postcss/postcss-filter-plugins
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-filter-plugins
│ └─ licenseFile: ./node_modules/postcss-filter-plugins/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-merge-idents
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-merge-idents
│ └─ licenseFile: ./node_modules/postcss-merge-idents/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-merge-longhand
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-merge-longhand
│ └─ licenseFile: ./node_modules/postcss-merge-longhand/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-merge-rules
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-merge-rules
│ └─ licenseFile: ./node_modules/postcss-merge-rules/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/TrySound/postcss-minify-font-values
│ ├─ publisher: Bogdan Chadkin
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/postcss-minify-font-values
│ └─ licenseFile: ./node_modules/postcss-minify-font-values/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-minify-gradients
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-minify-gradients
│ └─ licenseFile: ./node_modules/postcss-minify-gradients/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-minify-params
│ ├─ publisher: Bogdan Chadkin
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/postcss-minify-params
│ └─ licenseFile: ./node_modules/postcss-minify-params/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-minify-selectors
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-minify-selectors
│ └─ licenseFile: ./node_modules/postcss-minify-selectors/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-charset
│ ├─ publisher: Bogdan Chadkin
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/postcss-normalize-charset
│ └─ licenseFile: ./node_modules/postcss-normalize-charset/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-normalize-url
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-normalize-url
│ └─ licenseFile: ./node_modules/postcss-normalize-url/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-ordered-values
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-ordered-values
│ └─ licenseFile: ./node_modules/postcss-ordered-values/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-reduce-idents
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-reduce-idents
│ └─ licenseFile: ./node_modules/postcss-reduce-idents/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-reduce-initial
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-reduce-initial
│ └─ licenseFile: ./node_modules/postcss-reduce-initial/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-reduce-transforms
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-reduce-transforms
│ └─ licenseFile: ./node_modules/postcss-reduce-transforms/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/postcss/postcss-selector-parser
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-selector-parser
│ └─ licenseFile: ./node_modules/postcss-selector-parser/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-svgo
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-svgo
│ └─ licenseFile: ./node_modules/postcss-svgo/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-unique-selectors
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-unique-selectors
│ └─ licenseFile: ./node_modules/postcss-unique-selectors/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/TrySound/postcss-value-parser
│ ├─ publisher: Bogdan Chadkin
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/postcss-value-parser
│ └─ licenseFile: ./node_modules/postcss-value-parser/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/ben-eb/postcss-zindex
│ ├─ publisher: Ben Briggs
│ ├─ email: [email protected]
│ ├─ url: http://beneb.info
│ ├─ path: ./node_modules/postcss-zindex
│ └─ licenseFile: ./node_modules/postcss-zindex/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/postcss/postcss
│ ├─ publisher: Andrey Sitnik
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/postcss
│ └─ licenseFile: ./node_modules/postcss/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/postcss/postcss
│ ├─ publisher: Andrey Sitnik
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/icss-utils/node_modules/postcss
│ └─ licenseFile: ./node_modules/icss-utils/node_modules/postcss/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/gkz/prelude-ls
│ ├─ publisher: George Zahariev
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/prelude-ls
│ └─ licenseFile: ./node_modules/prelude-ls/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/prepend-http
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/prepend-http
│ └─ licenseFile: ./node_modules/prepend-http/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/prettier/prettier
│ ├─ publisher: James Long
│ ├─ path: ./node_modules/prettier
│ └─ licenseFile: ./node_modules/prettier/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/facebook/jest
│ ├─ publisher: James Kyle
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/pretty-format
│ └─ licenseFile: ./node_modules/pretty-format/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/benjamn/private
│ ├─ publisher: Ben Newman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/private
│ └─ licenseFile: ./node_modules/private/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/calvinmetcalf/process-nextick-args
│ ├─ path: ./node_modules/process-nextick-args
│ └─ licenseFile: ./node_modules/process-nextick-args/license.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/shtylman/node-process
│ ├─ publisher: Roman Shtylman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/process
│ └─ licenseFile: ./node_modules/process/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/visionmedia/node-progress
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/progress
│ └─ licenseFile: ./node_modules/progress/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rvagg/prr
│ ├─ publisher: Rod Vagg
│ ├─ email: [email protected]
│ ├─ url: https://github.com/rvagg
│ ├─ path: ./node_modules/prr
│ └─ licenseFile: ./node_modules/prr/LICENSE.md
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/pseudomap
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/pseudomap
│ └─ licenseFile: ./node_modules/pseudomap/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/publicEncrypt
│ ├─ path: ./node_modules/public-encrypt
│ └─ licenseFile: ./node_modules/public-encrypt/readme.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kriskowal/q
│ ├─ publisher: Kris Kowal
│ ├─ email: [email protected]
│ ├─ url: https://github.com/kriskowal
│ ├─ path: ./node_modules/q
│ └─ licenseFile: ./node_modules/q/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/visionmedia/node-querystring
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ url: http://tjholowaychuk.com
│ ├─ path: ./node_modules/express/node_modules/qs
│ └─ licenseFile: ./node_modules/express/node_modules/qs/Readme.md
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/ljharb/qs
│ ├─ path: ./node_modules/qs
│ └─ licenseFile: ./node_modules/qs/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/query-string
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/query-string
│ └─ licenseFile: ./node_modules/query-string/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mike-spainhower/querystring
│ ├─ publisher: Irakli Gozalishvili
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/querystring-es3
│ └─ licenseFile: ./node_modules/querystring-es3/License.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Gozala/querystring
│ ├─ publisher: Irakli Gozalishvili
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/querystring
│ └─ licenseFile: ./node_modules/querystring/License.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/randombytes
│ ├─ path: ./node_modules/randombytes
│ └─ licenseFile: ./node_modules/randombytes/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/randombytes
│ ├─ path: ./node_modules/randomfill
│ └─ licenseFile: ./node_modules/randomfill/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/range-parser
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ url: http://tjholowaychuk.com
│ ├─ path: ./node_modules/range-parser
│ └─ licenseFile: ./node_modules/range-parser/LICENSE
├─ [email protected]
│ ├─ licenses: (BSD-2-Clause OR MIT OR Apache-2.0)
│ ├─ repository: https://github.com/dominictarr/rc
│ ├─ publisher: Dominic Tarr
│ ├─ email: [email protected]
│ ├─ url: dominictarr.com
│ ├─ path: ./node_modules/fsevents/node_modules/rc
│ └─ licenseFile: ./node_modules/fsevents/node_modules/rc/LICENSE.APACHE2
├─ [email protected]
│ ├─ licenses: (BSD-2-Clause OR MIT OR Apache-2.0)
│ ├─ repository: https://github.com/dominictarr/rc
│ ├─ publisher: Dominic Tarr
│ ├─ email: [email protected]
│ ├─ url: dominictarr.com
│ ├─ path: ./node_modules/rc
│ └─ licenseFile: ./node_modules/rc/LICENSE.APACHE2
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/read-installed
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/read-installed
│ └─ licenseFile: ./node_modules/read-installed/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/read-package-json
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/read-package-json
│ └─ licenseFile: ./node_modules/read-package-json/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/read-pkg-up
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/read-pkg-up
│ └─ licenseFile: ./node_modules/read-pkg-up/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/read-pkg-up
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/webpack/node_modules/read-pkg-up
│ └─ licenseFile: ./node_modules/webpack/node_modules/read-pkg-up/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/read-pkg
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/read-pkg
│ └─ licenseFile: ./node_modules/read-pkg/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/read-pkg
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/webpack/node_modules/read-pkg
│ └─ licenseFile: ./node_modules/webpack/node_modules/read-pkg/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/isaacs/readable-stream
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/through2/node_modules/readable-stream
│ └─ licenseFile: ./node_modules/through2/node_modules/readable-stream/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/nodejs/readable-stream
│ ├─ path: ./node_modules/readable-stream
│ └─ licenseFile: ./node_modules/readable-stream/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/readdir-scoped-modules
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/readdir-scoped-modules
│ └─ licenseFile: ./node_modules/readdir-scoped-modules/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/thlorenz/readdirp
│ ├─ publisher: Thorsten Lorenz
│ ├─ email: [email protected]
│ ├─ url: thlorenz.com
│ ├─ path: ./node_modules/readdirp
│ └─ licenseFile: ./node_modules/readdirp/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/benjamn/recast
│ ├─ publisher: Ben Newman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/unreachable-branch-transform/node_modules/recast
│ └─ licenseFile: ./node_modules/unreachable-branch-transform/node_modules/recast/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/benjamn/recast
│ ├─ publisher: Ben Newman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/recast
│ └─ licenseFile: ./node_modules/recast/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/redent
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/redent
│ └─ licenseFile: ./node_modules/redent/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/reduce-flatten
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/reduce-flatten
│ └─ licenseFile: ./node_modules/reduce-flatten/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime
│ ├─ publisher: Ben Newman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/regenerator-runtime
│ └─ licenseFile: ./node_modules/regenerator-runtime/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rexxars/registry-auth-token
│ ├─ publisher: Espen Hovlandsdal
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/registry-auth-token
│ └─ licenseFile: ./node_modules/registry-auth-token/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/registry-url
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/registry-url
│ └─ licenseFile: ./node_modules/registry-url/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/d10/regjsgen
│ ├─ publisher: Benjamin Tan
│ ├─ email: [email protected]
│ ├─ url: https://d10.github.io/
│ ├─ path: ./node_modules/regjsgen
│ └─ licenseFile: ./node_modules/regjsgen/LICENSE.txt
├─ [email protected]
│ ├─ licenses: BSD*
│ ├─ repository: https://github.com/jviereck/regjsparser
│ ├─ publisher: 'Julian Viereck'
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/regjsparser
│ └─ licenseFile: ./node_modules/regjsparser/LICENSE.BSD
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/stevenvachon/relateurl
│ ├─ publisher: Steven Vachon
│ ├─ email: [email protected]
│ ├─ url: http://www.svachon.com/
│ ├─ path: ./node_modules/relateurl
│ └─ licenseFile: ./node_modules/relateurl/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/repeating
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/repeating
│ └─ licenseFile: ./node_modules/repeating/license
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/request/request
│ ├─ publisher: Mikeal Rogers
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/request
│ └─ licenseFile: ./node_modules/request/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/troygoode/node-require-directory
│ ├─ publisher: Troy Goode
│ ├─ email: [email protected]
│ ├─ url: http://github.com/troygoode/
│ ├─ path: ./node_modules/require-directory
│ └─ licenseFile: ./node_modules/require-directory/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/floatdrop/require-from-string
│ ├─ publisher: Vsevolod Strukchinsky
│ ├─ email: [email protected]
│ ├─ url: github.com/floatdrop
│ ├─ path: ./node_modules/require-from-string
│ └─ licenseFile: ./node_modules/require-from-string/license
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/require-main-filename
│ ├─ publisher: Ben Coe
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/require-main-filename
│ └─ licenseFile: ./node_modules/require-main-filename/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/require-uncached
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/require-uncached
│ └─ licenseFile: ./node_modules/require-uncached/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/unshiftio/requires-port
│ ├─ publisher: Arnout Kazemier
│ ├─ path: ./node_modules/requires-port
│ └─ licenseFile: ./node_modules/requires-port/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/resolve-from
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/resolve-from
│ └─ licenseFile: ./node_modules/resolve-from/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/node-resolve
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/resolve
│ └─ licenseFile: ./node_modules/resolve/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/shakyshane/resp-modifier
│ ├─ publisher: Shane Osbourne
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/resp-modifier
│ └─ licenseFile: ./node_modules/resp-modifier/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/restore-cursor
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/restore-cursor
│ └─ licenseFile: ./node_modules/restore-cursor/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/restore-cursor
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/inquirer/node_modules/restore-cursor
│ └─ licenseFile: ./node_modules/inquirer/node_modules/restore-cursor/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/isaacs/rimraf
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/lighthouse/node_modules/rimraf
│ └─ licenseFile: ./node_modules/lighthouse/node_modules/rimraf/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/rimraf
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/fsevents/node_modules/rimraf
│ └─ licenseFile: ./node_modules/fsevents/node_modules/rimraf/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/rimraf
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/rimraf
│ └─ licenseFile: ./node_modules/rimraf/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/ripemd160
│ ├─ path: ./node_modules/ripemd160
│ └─ licenseFile: ./node_modules/ripemd160/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/SBoudrias/run-async
│ ├─ publisher: Simon Boudrias
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/run-async
│ └─ licenseFile: ./node_modules/run-async/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/ReactiveX/RxJS
│ ├─ publisher: Ben Lesh
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/rxjs
│ └─ licenseFile: ./node_modules/rxjs/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/feross/safe-buffer
│ ├─ publisher: Feross Aboukhadijeh
│ ├─ email: [email protected]
│ ├─ url: http://feross.org
│ ├─ path: ./node_modules/fsevents/node_modules/safe-buffer
│ └─ licenseFile: ./node_modules/fsevents/node_modules/safe-buffer/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/feross/safe-buffer
│ ├─ publisher: Feross Aboukhadijeh
│ ├─ email: [email protected]
│ ├─ url: http://feross.org
│ ├─ path: ./node_modules/safe-buffer
│ └─ licenseFile: ./node_modules/safe-buffer/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/sax-js
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/sax
│ └─ licenseFile: ./node_modules/sax/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/semver-diff
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/semver-diff
│ └─ licenseFile: ./node_modules/semver-diff/license
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/node-semver
│ ├─ path: ./node_modules/lighthouse/node_modules/semver
│ └─ licenseFile: ./node_modules/lighthouse/node_modules/semver/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/node-semver
│ ├─ path: ./node_modules/semver
│ └─ licenseFile: ./node_modules/semver/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/pillarjs/send
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/send
│ └─ licenseFile: ./node_modules/send/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/pillarjs/send
│ ├─ publisher: TJ Holowaychuk
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/node-faux-pas/node_modules/send
│ └─ licenseFile: ./node_modules/node-faux-pas/node_modules/send/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/expressjs/serve-index
│ ├─ publisher: Douglas Christopher Wilson
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/serve-index
│ └─ licenseFile: ./node_modules/serve-index/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/expressjs/serve-static
│ ├─ publisher: Douglas Christopher Wilson
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/serve-static
│ └─ licenseFile: ./node_modules/serve-static/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/expressjs/serve-static
│ ├─ publisher: Douglas Christopher Wilson
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/node-faux-pas/node_modules/serve-static
│ └─ licenseFile: ./node_modules/node-faux-pas/node_modules/serve-static/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/server-destroy
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me
│ ├─ path: ./node_modules/server-destroy
│ └─ licenseFile: ./node_modules/server-destroy/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/set-blocking
│ ├─ publisher: Ben Coe
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/set-blocking
│ └─ licenseFile: ./node_modules/set-blocking/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/set-immediate-shim
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/set-immediate-shim
│ └─ licenseFile: ./node_modules/set-immediate-shim/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/YuzuJS/setImmediate
│ ├─ publisher: YuzuJS
│ ├─ path: ./node_modules/setimmediate
│ └─ licenseFile: ./node_modules/setimmediate/LICENSE.txt
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/wesleytodd/setprototypeof
│ ├─ publisher: Wes Todd
│ ├─ path: ./node_modules/setprototypeof
│ └─ licenseFile: ./node_modules/setprototypeof/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/crypto-browserify/sha.js
│ ├─ publisher: Dominic Tarr
│ ├─ email: [email protected]
│ ├─ url: dominictarr.com
│ ├─ path: ./node_modules/sha.js
│ └─ licenseFile: ./node_modules/sha.js/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kevva/shebang-command
│ ├─ publisher: Kevin Martensson
│ ├─ email: [email protected]
│ ├─ url: github.com/kevva
│ ├─ path: ./node_modules/shebang-command
│ └─ licenseFile: ./node_modules/shebang-command/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/shebang-regex
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/shebang-regex
│ └─ licenseFile: ./node_modules/shebang-regex/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/cfj/short-number
│ ├─ publisher: Jonathan Svärdén
│ ├─ email: [email protected]
│ ├─ url: http://svarden.se
│ ├─ path: ./node_modules/short-number
│ └─ licenseFile: ./node_modules/short-number/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/tapjs/signal-exit
│ ├─ publisher: Ben Coe
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/signal-exit
│ └─ licenseFile: ./node_modules/signal-exit/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/slash
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/slash
│ └─ licenseFile: ./node_modules/slash/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/slice-ansi
│ ├─ publisher: David Caccavella
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/cli-truncate/node_modules/slice-ansi
│ └─ licenseFile: ./node_modules/cli-truncate/node_modules/slice-ansi/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/slice-ansi
│ ├─ publisher: David Caccavella
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/slice-ansi
│ └─ licenseFile: ./node_modules/slice-ansi/license
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/slide-flow-control
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/slide
│ └─ licenseFile: ./node_modules/slide/LICENSE
├─ [email protected]
│ ├─ licenses: BSD
│ ├─ repository: https://github.com/hueniverse/sntp
│ ├─ publisher: Eran Hammer
│ ├─ email: [email protected]
│ ├─ url: http://hueniverse.com
│ ├─ path: ./node_modules/sntp
│ └─ licenseFile: ./node_modules/sntp/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Automattic/socket.io-adapter
│ ├─ path: ./node_modules/socket.io-adapter
│ └─ licenseFile: ./node_modules/socket.io-adapter/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Automattic/socket.io-client
│ ├─ path: ./node_modules/socket.io-client
│ └─ licenseFile: ./node_modules/socket.io-client/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Automattic/socket.io-parser
│ ├─ path: ./node_modules/socket.io-parser
│ └─ licenseFile: ./node_modules/socket.io-parser/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/socketio/socket.io
│ ├─ path: ./node_modules/socket.io
│ └─ licenseFile: ./node_modules/socket.io/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/sort-keys
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/sort-keys
│ └─ licenseFile: ./node_modules/sort-keys/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: BSD
│ ├─ repository: https://github.com/mozilla/source-map
│ ├─ publisher: Nick Fitzgerald
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/jstransform/node_modules/source-map
│ └─ licenseFile: ./node_modules/jstransform/node_modules/source-map/LICENSE
├─ [email protected]
│ ├─ licenses: BSD
│ ├─ repository: https://github.com/mozilla/source-map
│ ├─ publisher: Nick Fitzgerald
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/string-replace-webpack-plugin/node_modules/source-map
│ └─ licenseFile: ./node_modules/string-replace-webpack-plugin/node_modules/source-map/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/mozilla/source-map
│ ├─ publisher: Nick Fitzgerald
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/handlebars/node_modules/source-map
│ └─ licenseFile: ./node_modules/handlebars/node_modules/source-map/README.md
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/mozilla/source-map
│ ├─ publisher: Nick Fitzgerald
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/source-map
│ └─ licenseFile: ./node_modules/source-map/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/mozilla/source-map
│ ├─ publisher: Nick Fitzgerald
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/webpack-sources/node_modules/source-map
│ └─ licenseFile: ./node_modules/webpack-sources/node_modules/source-map/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kemitchell/spdx-compare.js
│ ├─ publisher: Kyle E. Mitchell
│ ├─ email: [email protected]
│ ├─ url: https://kemitchell.com
│ ├─ path: ./node_modules/spdx-compare
│ └─ licenseFile: ./node_modules/spdx-compare/LICENSE.md
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/kemitchell/spdx-correct.js
│ ├─ publisher: Kyle E. Mitchell
│ ├─ email: [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/jslicense/spdx-correct.js
│ ├─ publisher: Kyle E. Mitchell
│ ├─ email: [email protected]
│ ├─ url: https://kemitchell.com
│ ├─ path: ./node_modules/spdx-correct
│ └─ licenseFile: ./node_modules/spdx-correct/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: (MIT AND CC-BY-3.0)
│ ├─ repository: https://github.com/kemitchell/spdx-expression-parse.js
│ ├─ publisher: Kyle E. Mitchell
│ ├─ email: [email protected]
│ ├─ url: http://kemitchell.com
│ ├─ path: ./node_modules/spdx-expression-parse
│ └─ licenseFile: ./node_modules/spdx-expression-parse/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jslicense/spdx-expression-parse.js
│ ├─ publisher: Kyle E. Mitchell
│ ├─ email: [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kemitchell/spdx-satisfies.js
│ ├─ publisher: Kyle E. Mitchell
│ ├─ email: [email protected]
│ ├─ url: https://kemitchell.com
│ ├─ path: ./node_modules/spdx-satisfies
│ └─ licenseFile: ./node_modules/spdx-satisfies/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kemitchell/spdx.js
│ ├─ publisher: Kyle E. Mitchell
│ ├─ email: [email protected]
│ ├─ url: http://kemitchell.com
│ ├─ path: ./node_modules/spdx
│ └─ licenseFile: ./node_modules/spdx/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/pmdartus/speedline
│ ├─ publisher: Pierre-Marie Dartus
│ ├─ email: [email protected]
│ ├─ url: github.com/pmdartus
│ ├─ path: ./node_modules/speedline
│ └─ licenseFile: ./node_modules/speedline/license
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/alexei/sprintf.js
│ ├─ publisher: Alexandru Marasteanu
│ ├─ email: [email protected]
│ ├─ url: http://alexei.ro/
│ ├─ path: ./node_modules/sprintf-js
│ └─ licenseFile: ./node_modules/sprintf-js/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/arekinath/node-sshpk
│ ├─ publisher: Joyent, Inc
│ ├─ path: ./node_modules/sshpk
│ └─ licenseFile: ./node_modules/sshpk/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/mcwhittemore/staged-git-files
│ ├─ publisher: Matthew Chase Whittemore
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/staged-git-files
│ └─ licenseFile: ./node_modules/staged-git-files/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jshttp/statuses
│ ├─ path: ./node_modules/statuses
│ └─ licenseFile: ./node_modules/statuses/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/stream-browserify
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/stream-browserify
│ └─ licenseFile: ./node_modules/stream-browserify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jhiesey/stream-http
│ ├─ publisher: John Hiesey
│ ├─ path: ./node_modules/stream-http
│ └─ licenseFile: ./node_modules/stream-http/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/tjgq/node-stream-throttle
│ ├─ publisher: Tiago Quelhas
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/stream-throttle
│ └─ licenseFile: ./node_modules/stream-throttle/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jamestalmage/stream-to-observable
│ ├─ publisher: James Talmage
│ ├─ email: [email protected]
│ ├─ url: github.com/jamestalmage
│ ├─ path: ./node_modules/stream-to-observable
│ └─ licenseFile: ./node_modules/stream-to-observable/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kevva/strict-uri-encode
│ ├─ publisher: Kevin Mårtensson
│ ├─ email: [email protected]
│ ├─ url: github.com/kevva
│ ├─ path: ./node_modules/strict-uri-encode
│ └─ licenseFile: ./node_modules/strict-uri-encode/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/string-width
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/string-width
│ └─ licenseFile: ./node_modules/string-width/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/string-width
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/ansi-align/node_modules/string-width
│ └─ licenseFile: ./node_modules/ansi-align/node_modules/string-width/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rvagg/string_decoder
│ ├─ path: ./node_modules/string_decoder
│ └─ licenseFile: ./node_modules/string_decoder/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/yeoman/stringify-object
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/stringify-object
│ └─ licenseFile: ./node_modules/stringify-object/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mhart/StringStream
│ ├─ publisher: Michael Hart
│ ├─ email: [email protected]
│ ├─ url: http://github.com/mhart
│ ├─ path: ./node_modules/stringstream
│ └─ licenseFile: ./node_modules/stringstream/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/strip-ansi
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/license-checker/node_modules/strip-ansi
│ └─ licenseFile: ./node_modules/license-checker/node_modules/strip-ansi/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/strip-ansi
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/strip-ansi
│ └─ licenseFile: ./node_modules/strip-ansi/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/strip-ansi
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/ansi-align/node_modules/strip-ansi
│ └─ licenseFile: ./node_modules/ansi-align/node_modules/strip-ansi/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/strip-bom
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/strip-bom
│ └─ licenseFile: ./node_modules/strip-bom/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/strip-bom
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/webpack/node_modules/strip-bom
│ └─ licenseFile: ./node_modules/webpack/node_modules/strip-bom/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/strip-eof
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/strip-eof
│ └─ licenseFile: ./node_modules/strip-eof/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/strip-indent
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/redent/node_modules/strip-indent
│ └─ licenseFile: ./node_modules/redent/node_modules/strip-indent/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/strip-indent
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/strip-indent
│ └─ licenseFile: ./node_modules/strip-indent/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/strip-json-comments
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/strip-json-comments
│ └─ licenseFile: ./node_modules/strip-json-comments/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/supports-color
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/license-checker/node_modules/supports-color
│ └─ licenseFile: ./node_modules/license-checker/node_modules/supports-color/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/supports-color
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/chalk/node_modules/supports-color
│ └─ licenseFile: ./node_modules/chalk/node_modules/supports-color/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/supports-color
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/postcss/node_modules/supports-color
│ └─ licenseFile: ./node_modules/postcss/node_modules/supports-color/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/supports-color
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/supports-color
│ └─ licenseFile: ./node_modules/supports-color/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/svg/svgo
│ ├─ publisher: Kir Belevich
│ ├─ email: [email protected]
│ ├─ url: https://github.com/deepsweet
│ ├─ path: ./node_modules/svgo
│ └─ licenseFile: ./node_modules/svgo/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/blesh/symbol-observable
│ ├─ publisher: Ben Lesh
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/is-observable/node_modules/symbol-observable
│ └─ licenseFile: ./node_modules/is-observable/node_modules/symbol-observable/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/blesh/symbol-observable
│ ├─ publisher: Ben Lesh
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/symbol-observable
│ └─ licenseFile: ./node_modules/symbol-observable/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/table-layout
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/table-layout
│ └─ licenseFile: ./node_modules/table-layout/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/gajus/table
│ ├─ publisher: Gajus Kuizinas
│ ├─ email: [email protected]
│ ├─ url: http://gajus.com
│ ├─ path: ./node_modules/table
│ └─ licenseFile: ./node_modules/table/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/tapable
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: ./node_modules/tapable
│ └─ licenseFile: ./node_modules/tapable/README.md
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/ForbesLindesay/tar-pack
│ ├─ path: ./node_modules/tar-pack
│ └─ licenseFile: ./node_modules/tar-pack/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-tar
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/tar
│ └─ licenseFile: ./node_modules/tar/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/term-size
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/term-size
│ └─ licenseFile: ./node_modules/term-size/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/test-value
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/test-value
│ └─ licenseFile: ./node_modules/test-value/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/text-table
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/text-table
│ └─ licenseFile: ./node_modules/text-table/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/shakyShane/tfunk
│ ├─ publisher: Shane Osbourne
│ ├─ path: ./node_modules/tfunk
│ └─ licenseFile: ./node_modules/tfunk/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/rvagg/through2
│ ├─ publisher: Rod Vagg
│ ├─ email: [email protected]
│ ├─ url: https://github.com/rvagg
│ ├─ path: ./node_modules/through2
│ └─ licenseFile: ./node_modules/through2/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/dominictarr/through
│ ├─ publisher: Dominic Tarr
│ ├─ email: [email protected]
│ ├─ url: dominictarr.com
│ ├─ path: ./node_modules/through
│ └─ licenseFile: ./node_modules/through/LICENSE.APACHE2
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/floatdrop/timed-out
│ ├─ publisher: Vsevolod Strukchinsky
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/timed-out
│ └─ licenseFile: ./node_modules/timed-out/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jryans/timers-browserify
│ ├─ publisher: J. Ryan Stinnett
│ ├─ email: [email protected]
│ ├─ url: http://convolv.es/
│ ├─ path: ./node_modules/timers-browserify
│ └─ licenseFile: ./node_modules/timers-browserify/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/raszi/node-tmp
│ ├─ publisher: KARASZI István
│ ├─ email: [email protected]
│ ├─ url: http://raszi.hu/
│ ├─ path: ./node_modules/tmp
│ └─ licenseFile: ./node_modules/tmp/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Raynos/to-array
│ ├─ publisher: Raynos
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/to-array
│ └─ licenseFile: ./node_modules/to-array/LICENCE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jhiesey/to-arraybuffer
│ ├─ publisher: John Hiesey
│ ├─ path: ./node_modules/to-arraybuffer
│ └─ licenseFile: ./node_modules/to-arraybuffer/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/to-fast-properties
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/to-fast-properties
│ └─ licenseFile: ./node_modules/to-fast-properties/license
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/salesforce/tough-cookie
│ ├─ publisher: Jeremy Stashewsky
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/fsevents/node_modules/tough-cookie
│ └─ licenseFile: ./node_modules/fsevents/node_modules/tough-cookie/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-3-Clause
│ ├─ repository: https://github.com/salesforce/tough-cookie
│ ├─ publisher: Jeremy Stashewsky
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/tough-cookie
│ └─ licenseFile: ./node_modules/tough-cookie/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Sebmaster/tr46.js
│ ├─ publisher: Sebastian Mayr
│ ├─ email: [email protected]
│ └─ path: ./node_modules/tr46
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/notatestuser/treeify
│ ├─ publisher: Luke Plaster
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/treeify
│ └─ licenseFile: ./node_modules/treeify/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/trim-newlines
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/trim-newlines
│ └─ licenseFile: ./node_modules/trim-newlines/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/trim-right
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/trim-right
│ └─ licenseFile: ./node_modules/trim-right/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/tty-browserify
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/tty-browserify
│ └─ licenseFile: ./node_modules/tty-browserify/LICENSE
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/mikeal/tunnel-agent
│ ├─ publisher: Mikeal Rogers
│ ├─ email: [email protected]
│ ├─ url: http://www.futurealoof.com
│ ├─ path: ./node_modules/tunnel-agent
│ └─ licenseFile: ./node_modules/tunnel-agent/LICENSE
├─ [email protected]
│ ├─ licenses: Unlicense
│ ├─ repository: https://github.com/dchest/tweetnacl-js
│ ├─ publisher: TweetNaCl-js contributors
│ ├─ path: ./node_modules/tweetnacl
│ └─ licenseFile: ./node_modules/tweetnacl/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/gkz/type-check
│ ├─ publisher: George Zahariev
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/type-check
│ └─ licenseFile: ./node_modules/type-check/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/typedarray
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/typedarray
│ └─ licenseFile: ./node_modules/typedarray/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/typical
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/typical
│ └─ licenseFile: ./node_modules/typical/LICENSE
├─ [email protected]
│ ├─ licenses: (GPL-2.0 OR MIT)
│ ├─ repository: https://github.com/faisalman/ua-parser-js
│ ├─ publisher: Faisal Salman
│ ├─ email: [email protected]
│ ├─ url: http://faisalman.com
│ ├─ path: ./node_modules/ua-parser-js
│ └─ licenseFile: ./node_modules/ua-parser-js/readme.md
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/mishoo/UglifyJS2
│ ├─ publisher: Mihai Bazon
│ ├─ email: [email protected]
│ ├─ url: http://lisperator.net/
│ ├─ path: ./node_modules/uglify-js
│ └─ licenseFile: ./node_modules/uglify-js/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/mishoo/UglifyJS2
│ ├─ publisher: Mihai Bazon
│ ├─ email: [email protected]
│ ├─ url: http://lisperator.net/
│ ├─ path: ./node_modules/html-minifier/node_modules/uglify-js
│ └─ licenseFile: ./node_modules/html-minifier/node_modules/uglify-js/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack-contrib/uglifyjs-webpack-plugin
│ ├─ path: ./node_modules/uglifyjs-webpack-plugin
│ └─ licenseFile: ./node_modules/uglifyjs-webpack-plugin/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/uid-number
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/uid-number
│ └─ licenseFile: ./node_modules/uid-number/LICENSE
├─ [email protected]
│ ├─ licenses: UNLICENSED
│ ├─ private: true
│ ├─ repository: https://github.com/UltCombo/ultcombo.github.io
│ ├─ publisher: UltCombo
│ ├─ email: [email protected]
│ ├─ path: .
│ └─ licenseFile: ./LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/unshiftio/ultron
│ ├─ publisher: Arnout Kazemier
│ ├─ path: ./node_modules/ultron
│ └─ licenseFile: ./node_modules/ultron/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jashkenas/underscore
│ ├─ publisher: Jeremy Ashkenas
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/underscore
│ └─ licenseFile: ./node_modules/underscore/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mikolalysenko/uniq
│ ├─ publisher: Mikola Lysenko
│ ├─ path: ./node_modules/uniq
│ └─ licenseFile: ./node_modules/uniq/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/adamhalasz/uniqid
│ ├─ publisher: Halász Ádám
│ ├─ email: [email protected]
│ ├─ url: http://adamhalasz.com/
│ ├─ path: ./node_modules/uniqid
│ └─ licenseFile: ./node_modules/uniqid/Readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/fgnass/uniqs
│ ├─ publisher: Felix Gnass
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/uniqs
│ └─ licenseFile: ./node_modules/uniqs/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/unique-string
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/unique-string
│ └─ licenseFile: ./node_modules/unique-string/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/RyanZim/universalify
│ ├─ publisher: Ryan Zimmerman
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/universalify
│ └─ licenseFile: ./node_modules/universalify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/stream-utils/unpipe
│ ├─ publisher: Douglas Christopher Wilson
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/unpipe
│ └─ licenseFile: ./node_modules/unpipe/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/zertosh/unreachable-branch-transform
│ ├─ publisher: Andres Suarez
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/unreachable-branch-transform
│ └─ licenseFile: ./node_modules/unreachable-branch-transform/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/unzip-response
│ ├─ path: ./node_modules/unzip-response
│ └─ licenseFile: ./node_modules/unzip-response/license
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/yeoman/update-notifier
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/update-notifier
│ └─ licenseFile: ./node_modules/update-notifier/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/blakeembrey/upper-case
│ ├─ publisher: Blake Embrey
│ ├─ email: [email protected]
│ ├─ url: http://blakeembrey.me
│ ├─ path: ./node_modules/upper-case
│ └─ licenseFile: ./node_modules/upper-case/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jfromaniello/url-join
│ ├─ publisher: José F. Romaniello
│ ├─ email: [email protected]
│ ├─ url: http://joseoncode.com
│ ├─ path: ./node_modules/url-join
│ └─ licenseFile: ./node_modules/url-join/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/url-parse-lax
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/url-parse-lax
│ └─ licenseFile: ./node_modules/url-parse-lax/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/defunctzombie/node-url
│ ├─ path: ./node_modules/url
│ └─ licenseFile: ./node_modules/url/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/TooTallNate/util-deprecate
│ ├─ publisher: Nathan Rajlich
│ ├─ email: [email protected]
│ ├─ url: http://n8.io/
│ ├─ path: ./node_modules/util-deprecate
│ └─ licenseFile: ./node_modules/util-deprecate/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/isaacs/util-extend
│ ├─ path: ./node_modules/util-extend
│ └─ licenseFile: ./node_modules/util-extend/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jaredhanson/utils-merge
│ ├─ publisher: Jared Hanson
│ ├─ email: [email protected]
│ ├─ url: http://www.jaredhanson.net/
│ ├─ path: ./node_modules/utils-merge
│ └─ licenseFile: ./node_modules/utils-merge/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jaredhanson/utils-merge
│ ├─ publisher: Jared Hanson
│ ├─ email: [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/kelektiv/node-uuid
│ ├─ path: ./node_modules/uuid
│ └─ licenseFile: ./node_modules/uuid/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/ogt/valid-url
│ ├─ path: ./node_modules/valid-url
│ └─ licenseFile: ./node_modules/valid-url/LICENSE
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/kemitchell/validate-npm-package-license.js
│ ├─ publisher: Kyle E. Mitchell
│ ├─ email: [email protected]
│ ├─ url: https://kemitchell.com
│ ├─ path: ./node_modules/validate-npm-package-license
│ └─ licenseFile: ./node_modules/validate-npm-package-license/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/wooorm/vendors
│ ├─ publisher: Titus Wormer
│ ├─ email: [email protected]
│ ├─ url: http://wooorm.com
│ ├─ path: ./node_modules/vendors
│ └─ licenseFile: ./node_modules/vendors/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/davepacheco/node-verror
│ ├─ path: ./node_modules/verror
│ └─ licenseFile: ./node_modules/verror/LICENSE
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/davepacheco/node-verror
│ ├─ path: ./node_modules/fsevents/node_modules/verror
│ └─ licenseFile: ./node_modules/fsevents/node_modules/verror/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/vm-browserify
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/vm-browserify
│ └─ licenseFile: ./node_modules/vm-browserify/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/watchpack
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: ./node_modules/watchpack
│ └─ licenseFile: ./node_modules/watchpack/LICENSE
├─ [email protected]
│ ├─ licenses: BSD-2-Clause
│ ├─ repository: https://github.com/jsdom/webidl-conversions
│ ├─ publisher: Domenic Denicola
│ ├─ email: [email protected]
│ ├─ url: https://domenic.me/
│ ├─ path: ./node_modules/webidl-conversions
│ └─ licenseFile: ./node_modules/webidl-conversions/LICENSE.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/webpack-sources
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: ./node_modules/webpack-sources
│ └─ licenseFile: ./node_modules/webpack-sources/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/webpack/webpack
│ ├─ publisher: Tobias Koppers @sokra
│ ├─ path: ./node_modules/webpack
│ └─ licenseFile: ./node_modules/webpack/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/jsdom/whatwg-url
│ ├─ publisher: Sebastian Mayr
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/whatwg-url
│ └─ licenseFile: ./node_modules/whatwg-url/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Meettya/whet.extend
│ ├─ publisher: Dmitrii Karpich
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/whet.extend
│ └─ licenseFile: ./node_modules/whet.extend/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/nexdrew/which-module
│ ├─ publisher: nexdrew
│ ├─ path: ./node_modules/which-module
│ └─ licenseFile: ./node_modules/which-module/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/node-which
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me
│ ├─ path: ./node_modules/which
│ └─ licenseFile: ./node_modules/which/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/wide-align
│ ├─ publisher: Rebecca Turner
│ ├─ email: [email protected]
│ ├─ url: http://re-becca.org/
│ ├─ path: ./node_modules/wide-align
│ └─ licenseFile: ./node_modules/wide-align/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/widest-line
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/widest-line
│ └─ licenseFile: ./node_modules/widest-line/license
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT*
│ ├─ repository: https://github.com/substack/node-wordwrap
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/uglify-js/node_modules/wordwrap
│ └─ licenseFile: ./node_modules/uglify-js/node_modules/wordwrap/README.markdown
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/node-wordwrap
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/optimist/node_modules/wordwrap
│ └─ licenseFile: ./node_modules/optimist/node_modules/wordwrap/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/substack/node-wordwrap
│ ├─ publisher: James Halliday
│ ├─ email: [email protected]
│ ├─ url: http://substack.net
│ ├─ path: ./node_modules/wordwrap
│ └─ licenseFile: ./node_modules/wordwrap/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/75lb/wordwrapjs
│ ├─ publisher: Lloyd Brookes
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/wordwrapjs
│ └─ licenseFile: ./node_modules/wordwrapjs/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: Apache-2.0
│ ├─ repository: https://github.com/googlechrome/workbox
│ ├─ publisher: Jeff Posnick
│ ├─ email: [email protected]
│ ├─ url: https://jeffy.info
│ ├─ path: ./node_modules/workbox-google-analytics
│ └─ licenseFile: ./node_modules/workbox-google-analytics/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/chalk/wrap-ansi
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/wrap-ansi
│ └─ licenseFile: ./node_modules/wrap-ansi/license
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/npm/wrappy
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/wrappy
│ └─ licenseFile: ./node_modules/wrappy/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/iarna/write-file-atomic
│ ├─ publisher: Rebecca Turner
│ ├─ email: [email protected]
│ ├─ url: http://re-becca.org
│ ├─ path: ./node_modules/write-file-atomic
│ └─ licenseFile: ./node_modules/write-file-atomic/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/websockets/ws
│ ├─ publisher: Einar Otto Stangvik
│ ├─ email: [email protected]
│ ├─ url: http://2x.io
│ ├─ path: ./node_modules/ws
│ └─ licenseFile: ./node_modules/ws/README.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/websockets/ws
│ ├─ publisher: Einar Otto Stangvik
│ ├─ email: [email protected]
│ ├─ url: http://2x.io
│ ├─ path: ./node_modules/chrome-remote-interface/node_modules/ws
│ └─ licenseFile: ./node_modules/chrome-remote-interface/node_modules/ws/LICENSE
├─ [email protected]
│ ├─ 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
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/xdg-basedir
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: sindresorhus.com
│ ├─ path: ./node_modules/xdg-basedir
│ └─ licenseFile: ./node_modules/xdg-basedir/license
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/sindresorhus/xml-char-classes
│ ├─ publisher: Sindre Sorhus
│ ├─ email: [email protected]
│ ├─ url: http://sindresorhus.com
│ ├─ path: ./node_modules/xml-char-classes
│ └─ licenseFile: ./node_modules/xml-char-classes/readme.md
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/mjwwit/node-XMLHttpRequest
│ ├─ publisher: Michael de Wit
│ ├─ path: ./node_modules/xmlhttprequest-ssl
│ └─ licenseFile: ./node_modules/xmlhttprequest-ssl/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/Raynos/xtend
│ ├─ publisher: Raynos
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/xtend
│ └─ licenseFile: ./node_modules/xtend/LICENCE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/y18n
│ ├─ publisher: Ben Coe
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/y18n
│ └─ licenseFile: ./node_modules/y18n/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/isaacs/yallist
│ ├─ publisher: Isaac Z. Schlueter
│ ├─ email: [email protected]
│ ├─ url: http://blog.izs.me/
│ ├─ path: ./node_modules/yallist
│ └─ licenseFile: ./node_modules/yallist/LICENSE
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/yargs-parser
│ ├─ publisher: Ben Coe
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/yargs-parser
│ └─ licenseFile: ./node_modules/yargs-parser/LICENSE.txt
├─ [email protected]
│ ├─ licenses: ISC
│ ├─ repository: https://github.com/yargs/yargs-parser
│ ├─ publisher: Ben Coe
│ ├─ email: [email protected]
│ ├─ path: ./node_modules/webpack/node_modules/yargs-parser
│ └─ licenseFile: ./node_modules/webpack/node_modules/yargs-parser/LICENSE.txt
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bcoe/yargs
│ ├─ publisher: Alex Ford
│ ├─ email: [email protected]
│ ├─ url: http://CodeTunnel.com
│ ├─ path: ./node_modules/uglify-js/node_modules/yargs
│ └─ licenseFile: ./node_modules/uglify-js/node_modules/yargs/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bcoe/yargs
│ ├─ publisher: Alex Ford
│ ├─ email: [email protected]
│ ├─ url: http://CodeTunnel.com
│ ├─ path: ./node_modules/localtunnel/node_modules/yargs
│ └─ licenseFile: ./node_modules/localtunnel/node_modules/yargs/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/bcoe/yargs
│ ├─ publisher: Alex Ford
│ ├─ email: [email protected]
│ ├─ url: http://CodeTunnel.com
│ ├─ path: ./node_modules/lighthouse/node_modules/yargs
│ └─ licenseFile: ./node_modules/lighthouse/node_modules/yargs/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/yargs/yargs
│ ├─ path: ./node_modules/yargs
│ └─ licenseFile: ./node_modules/yargs/LICENSE
├─ [email protected]
│ ├─ licenses: MIT
│ ├─ repository: https://github.com/yargs/yargs
│ ├─ path: ./node_modules/webpack/node_modules/yargs
│ └─ licenseFile: ./node_modules/webpack/node_modules/yargs/LICENSE
└─ [email protected]
├─ licenses: MIT
├─ repository: https://github.com/unshiftio/yeast
├─ publisher: Arnout Kazemier
├─ path: ./node_modules/yeast
└─ licenseFile: ./node_modules/yeast/LICENSE