-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #688 from cockroacher/contributions
Add `--credits` Option to Display Contributors and Dependencies
- Loading branch information
Showing
15 changed files
with
1,382 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# Credits | ||
Following shows projects and contributors for webperf-core and its dependencies. | ||
Many thanks to all of you! :D | ||
|
||
Contributors: | ||
- [7h3Rabbit](https://github.com/7h3Rabbit) | ||
- [cockroacher](https://github.com/cockroacher) | ||
- [marcusosterberg](https://github.com/marcusosterberg) | ||
- [flowertwig-org](https://github.com/flowertwig-org) | ||
- [dependabot[bot]](https://github.com/apps/dependabot) | ||
- [krompaco](https://github.com/krompaco) | ||
- [linulas](https://github.com/linulas) | ||
- [perlan](https://github.com/perlan) | ||
- [puggan](https://github.com/puggan) | ||
|
||
## [lighthouse](https://www.npmjs.com/package/lighthouse) | ||
Usage: Used in Google Lighthouse based Tests | ||
License: APACHE-2.0 | ||
|
||
## [pa11y](https://www.npmjs.com/package/pa11y) | ||
Usage: Used in Accessibility (Pa11y) Test | ||
License: LGPL-3.0 | ||
|
||
## [sitespeed.io](https://www.npmjs.com/package/sitespeed.io) | ||
Usage: Used in the background in most cases where we need to visit website as browser | ||
License: MIT | ||
|
||
## [vnu-jar](https://www.npmjs.com/package/vnu-jar) | ||
Usage: Used in HTML and CSS Validation Test | ||
License: MIT | ||
|
||
## [yellowlabtools](https://www.npmjs.com/package/yellowlabtools) | ||
Usage: Used in Quality on frontend (Yellow Lab Tools) Test | ||
License: GPL-2.0 | ||
|
||
## [beautifulsoup4](https://pypi.org/project/beautifulsoup4/) | ||
Usage: Used to parse HTML content | ||
## [lxml](https://pypi.org/project/lxml/) | ||
Usage: Used to parse XML content | ||
## [requests](https://pypi.org/project/requests/) | ||
Usage: Used to request content not normally requested by users, like robots.txt | ||
## [urllib3](https://pypi.org/project/urllib3/) | ||
Usage: Used to parse url | ||
## [dnspython](https://pypi.org/project/dnspython/) | ||
Usage: Used to get and parse DNS content | ||
## [certifi](https://pypi.org/project/certifi/) | ||
## [selenium](https://pypi.org/project/selenium/) | ||
## [IP2Location](https://pypi.org/project/IP2Location/) | ||
Usage: Used to get a proximate location related to IP/IP-range | ||
## [Pillow](https://pypi.org/project/Pillow/) | ||
## [OpenCV-Python](https://pypi.org/project/OpenCV-Python/) | ||
## [Numpy](https://pypi.org/project/Numpy/) | ||
## [cryptography](https://pypi.org/project/cryptography/) | ||
## [pylint](https://pypi.org/project/pylint/) | ||
## [packaging](https://pypi.org/project/packaging/) | ||
Usage: Used to understand and compare software versions | ||
## External Information Source(s): | ||
### HTML Validation Test Sources: | ||
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element#obsolete_and_deprecated_elements | ||
|
||
### CSS Validation Test Sources: | ||
- https://developer.mozilla.org/en-US/docs/Web/CSS/Reference | ||
|
||
### Software Test Sources: | ||
- https://api.github.com/repos/{owner}/{repo} | ||
- https://api.github.com/repos/{owner}/{repo}/contributors | ||
- https://api.github.com/repos/{owner}/{repo}/{source}/{versions_dict[version][id]}/labels | ||
- https://api.github.com/repos/{owner}/{repo}/{source}?state=closed&per_page=100 | ||
- https://cdn.datatables.net/releases.html | ||
- https://httpd.apache.org/security/vulnerabilities_24.html | ||
- https://learn.microsoft.com/en-us/lifecycle/products/internet-information-services-iis | ||
- https://nginx.org/en/security_advisories.html | ||
- https://nuget.optimizely.com/package/?id=EPiServer.Find | ||
- https://openssl-library.org/news/vulnerabilities/ | ||
- https://openssl-library.org/policies/releasestrat/index.html | ||
- https://spdx.org/licenses/ | ||
- https://svn.apache.org/viewvc/httpd/httpd/tags/ | ||
- https://wordpress.org/plugins/{name}/advanced/ | ||
- https://www.cvedetails.com/vulnerability-list.php?vendor_id=26&product_id=3427&page=1 | ||
- https://www.php.net/eol.php | ||
- https://www.php.net/releases/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Credits | ||
Following shows projects and contributors for webperf-core and its dependencies. | ||
Many thanks to all of you! :D | ||
|
||
## [lighthouse](https://www.npmjs.com/package/lighthouse) | ||
Usage: Used in Google Lighthouse based Tests | ||
License: Apache-2.0 | ||
|
||
## [pa11y](https://www.npmjs.com/package/pa11y) | ||
Usage: Used in Accessibility (Pa11y) Test | ||
License: LGPL-3.0-only | ||
|
||
## [sitespeed.io](https://www.npmjs.com/package/sitespeed.io) | ||
Usage: Used in the background in most cases where we need to visit website as browser | ||
License: mit | ||
|
||
## [vnu-jar](https://www.npmjs.com/package/vnu-jar) | ||
Usage: Used in HTML and CSS Validation Test | ||
License: mit | ||
|
||
## [yellowlabtools](https://www.npmjs.com/package/yellowlabtools) | ||
Usage: Used in Quality on frontend (Yellow Lab Tools) Test | ||
License: GPL-2.0 | ||
|
||
## External Information Source(s): | ||
### CSS Validation Test Sources: | ||
- https://developer.mozilla.org/en-US/docs/Web/CSS/Reference | ||
|
||
### HTML Validation Test Sources: | ||
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element#obsolete_and_deprecated_elements | ||
|
||
### Software Test Sources: | ||
- https://api.github.com/repos/{owner}/{repo} | ||
- https://api.github.com/repos/{owner}/{repo}/{source}/{versions_dict[version][id]}/labels | ||
- https://api.github.com/repos/{owner}/{repo}/{source}?state=closed&per_page=100 | ||
- https://cdn.datatables.net/releases.html | ||
- https://httpd.apache.org/security/vulnerabilities_24.html | ||
- https://learn.microsoft.com/en-us/lifecycle/products/internet-information-services-iis | ||
- https://nginx.org/en/security_advisories.html | ||
- https://nuget.optimizely.com/package/?id=EPiServer.Find | ||
- https://openssl-library.org/news/vulnerabilities/ | ||
- https://openssl-library.org/policies/releasestrat/index.html | ||
- https://spdx.org/licenses/ | ||
- https://svn.apache.org/viewvc/httpd/httpd/tags/ | ||
- https://wordpress.org/plugins/{name}/advanced/ | ||
- https://www.cvedetails.com/vulnerability-list.php?vendor_id=26&product_id=3427&page=1 | ||
- https://www.php.net/eol.php | ||
- https://www.php.net/releases/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.