UNPKG

@casoon/auditmysite

Version:

A comprehensive command-line tool for automated accessibility, security, performance, and SEO testing using Playwright and pa11y, based on sitemap URLs

103 lines (78 loc) 3.23 kB
# Third-Party Licenses This project uses the following third-party dependencies and their respective licenses: ## Production Dependencies ### commander@^11.1.0 - **License**: MIT - **Repository**: https://github.com/tj/commander.js - **Copyright**: TJ Holowaychuk <tj@vision-media.ca> ### inquirer@^9.2.12 - **License**: MIT - **Repository**: https://github.com/SBoudrias/Inquirer.js - **Copyright**: Simon Boudrias <admin@simonboudrias.com> ### playwright@^1.40.0 - **License**: Apache-2.0 - **Repository**: https://github.com/microsoft/playwright - **Copyright**: Microsoft Corporation ### pa11y@^6.2.3 - **License**: LGPL-3.0 - **Repository**: https://github.com/pa11y/pa11y - **Copyright**: Team Pa11y ### lighthouse@^11.6.0 - **License**: Apache-2.0 - **Repository**: https://github.com/GoogleChrome/lighthouse - **Copyright**: Google Inc. ### chrome-launcher@^1.1.0 - **License**: Apache-2.0 - **Repository**: https://github.com/GoogleChrome/chrome-launcher - **Copyright**: Google Inc. ### chalk@^5.3.0 - **License**: MIT - **Repository**: https://github.com/chalk/chalk - **Copyright**: Sindre Sorhus <sindresorhus@gmail.com> ### ora@^7.0.1 - **License**: MIT - **Repository**: https://github.com/sindresorhus/ora - **Copyright**: Sindre Sorhus <sindresorhus@gmail.com> ## Development Dependencies ### @types/node@^20.10.0 - **License**: MIT - **Repository**: https://github.com/DefinitelyTyped/DefinitelyTyped - **Copyright**: Microsoft Corp. ### @types/inquirer@^9.0.7 - **License**: MIT - **Repository**: https://github.com/DefinitelyTyped/DefinitelyTyped - **Copyright**: Microsoft Corp. ### typescript@^5.3.0 - **License**: Apache-2.0 - **Repository**: https://github.com/microsoft/TypeScript - **Copyright**: Microsoft Corporation ### prettier@^3.1.0 - **License**: MIT - **Repository**: https://github.com/prettier/prettier - **Copyright**: James Long <longster@gmail.com> ### eslint@^8.55.0 - **License**: MIT - **Repository**: https://github.com/eslint/eslint - **Copyright**: OpenJS Foundation ### @typescript-eslint/eslint-plugin@^6.13.0 - **License**: MIT - **Repository**: https://github.com/typescript-eslint/typescript-eslint - **Copyright**: TypeScript ESLint Parser Maintainers ### @typescript-eslint/parser@^6.13.0 - **License**: BSD-2-Clause - **Repository**: https://github.com/typescript-eslint/typescript-eslint - **Copyright**: TypeScript ESLint Parser Maintainers ## License Summary This project is licensed under the MIT License. The third-party dependencies used in this project are licensed under various open source licenses including: - **MIT License**: Most dependencies - **Apache-2.0**: Playwright, Lighthouse, Chrome Launcher, TypeScript - **LGPL-3.0**: pa11y - **BSD-2-Clause**: @typescript-eslint/parser All licenses are compatible with the MIT License used by this project. ## Compliance This project complies with all license requirements by: 1. Including this license file 2. Maintaining the original copyright notices 3. Providing links to original repositories 4. Using only compatible open source licenses For the complete license texts, please refer to the respective repositories or the `node_modules` directory where full license files are included.