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