Skip to content

Commit

Permalink
docs(references): add references to other projects, packages and etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcion committed Jan 20, 2025
1 parent aa7d89b commit 3a83460
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 0 deletions.
174 changes: 174 additions & 0 deletions REFERENCES.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,174 @@
{
"metadata": {
"note": "References were partially script-generated (packages references). If you see any mistake (skipped reference, wrong license, etc.), please open a documentation issue.",
"lastEdited": "20th January, 2025",
"description": "This document is created to reference every project, repository, organization upon which this one heavily relies, meaning, giving respects to them."
},
"sections": {
"externals": [
{
"name": "Shields.io",
"license": "CC0-1.0",
"url": "https://shields.io/"
},
{
"name": "simpleicons.org",
"license": "CC0-1.0",
"url": "https://simpleicons.org/"
},
{
"name": "super-linter",
"license": "MIT",
"url": "https://github.com/super-linter/super-linter"
}
],
"specialThanks": "Special thanks to other projects not specified here, but which are part of this entire chain of dependencies which develop this infrastructure.",
"packages": {
"npm": {
"MIT": [
"@babel/eslint-parser",
"@changesets/cli",
"@commitlint/cli",
"@commitlint/config-conventional",
"@electron/lint-roller",
"@eslint/eslintrc",
"@eslint/js",
"@jscpd/badge-reporter",
"@types/fs-extra",
"@types/minimist",
"@types/node",
"@types/semver",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"builtin-modules",
"chalk",
"check-for-leaks",
"colors",
"dugite",
"editorconfig",
"esbuild",
"esbuild-plugin-node-externals",
"esbuild-sass-plugin",
"eslint",
"eslint-config-prettier",
"eslint-plugin-import",
"eslint-plugin-jsonc",
"eslint-plugin-markdownlint",
"eslint-plugin-node",
"eslint-plugin-prettier",
"fs-extra",
"github-wiki-sidebar",
"globals",
"husky",
"imagemin-lint-staged",
"jscpd",
"lint-staged",
"markdownlint",
"markdownlint-cli",
"markdownlint-cli2",
"minimist",
"node-fetch",
"pre-flight",
"prettier",
"remark",
"remark-cli",
"remark-preset-lint-markdown-style-guide",
"shellcheck",
"shx",
"standard",
"stylelint",
"textlint",
"textlint-rule-date-weekday-mismatch",
"textlint-rule-editorconfig",
"textlint-rule-footnote-order",
"textlint-rule-no-curly-quotes",
"textlint-rule-no-todo",
"textlint-rule-period-in-header",
"textlint-rule-terminology",
"ts-loader",
"ts-node",
"ts-standard"
],
"MIT_AND_BSD": ["dictionary-en"],
"BSD-2-Clause": ["dotenv"],
"Zlib": ["esbuild-plugin-glsl"],
"Apache-2.0": ["lint", "typescript"],
"ISC": ["@npmcli/package-json", "eslint-plugin", "semver", "standard-version"],
"GPL-3.0-or-later": ["textlint-rule-spelling"]
},
"python": {
"LGPL-2.1-or-later": ["astroid"],
"Apache-2.0": ["asttokens", "pipreqs", "requests", "tornado", "types-PyYAML"],
"Unknown": [
"Jinja2",
"attrs",
"backcall",
"build",
"click",
"colorama",
"idna",
"jsonschema-specifications",
"packaging",
"pathspec",
"platformdirs",
"prompt_toolkit",
"pyproject_hooks",
"referencing",
"rpds-py",
"setuptools",
"soupsieve",
"tinycss2",
"typing_extensions",
"urllib3",
"wheel"
],
"MIT": [
"beautifulsoup4",
"mypy-extensions",
"PyYAML",
"black",
"charset-normalizer",
"docopt",
"executing",
"flake8",
"isort",
"jedi",
"jsonschema",
"lib",
"mypy",
"parso",
"pickleshare",
"pure_eval",
"pycodestyle",
"pyflakes",
"pyink",
"ruff",
"six",
"stack-data",
"tomlkit",
"wcwidth",
"yarg"
],
"Apache Software License": ["bleach"],
"MPL-2.0": ["certifi"],
"new BSD License": ["decorator"],
"PSFL": ["defusedxml"],
"BSD-3-Clause": ["dill", "ipython", "mistune", "pandocfilters"],
"BSD": ["fastjsonschema", "pip-tools", "webencodings"],
"BSD-3-Clause (IPython Development Team)": ["jupyter_client", "nbconvert", "nbformat"],
"BSD-3-Clause (Jupyter Development Team)": ["jupyter_core"],
"Jupyter Contributors": ["jupyterlab_pygments"],
"Copyright Pallets": ["MarkupSafe"],
"BSD-3-Clause (IPython Development Team, 2019-2022)": ["matplotlib-inline"],
"Expat": ["mccabe"],
"BSD-3-Clause (Jupyter Development Team, 2020-)": ["nbclient"],
"BSD-2-Clause": ["Pygments"],
"GPL-2.0-or-later": ["pylint"],
"Dual License": ["python-dateutil"],
"PSF": ["pywin32"],
"BSD-3-Clause (2009-2012)": ["pyzmq"],
"BSD-3-Clause (IPython Development Team, 2001-)": ["traitlets"]
}
}
}
}
Loading

0 comments on commit 3a83460

Please sign in to comment.