{"id":19405337,"url":"https://github.com/max-ieremenko/thirdpartylibraries","last_synced_at":"2025-04-24T09:30:55.083Z","repository":{"id":35417598,"uuid":"217562189","full_name":"max-ieremenko/ThirdPartyLibraries","owner":"max-ieremenko","description":"This command line tool helps to manage third party libraries and their licenses in .net applications.","archived":false,"fork":false,"pushed_at":"2025-02-08T14:39:37.000Z","size":1821,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T09:18:34.716Z","etag":null,"topics":["license","npm-package","nuget-packages","third-party-libraries","third-party-notice"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/max-ieremenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-25T15:23:44.000Z","updated_at":"2025-02-08T14:26:18.000Z","dependencies_parsed_at":"2024-10-27T13:37:27.981Z","dependency_job_id":null,"html_url":"https://github.com/max-ieremenko/ThirdPartyLibraries","commit_stats":{"total_commits":188,"total_committers":5,"mean_commits":37.6,"dds":0.5957446808510638,"last_synced_commit":"59cfa2315e06efc9db96a4f558b40f1963b0a2d8"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-ieremenko%2FThirdPartyLibraries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-ieremenko%2FThirdPartyLibraries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-ieremenko%2FThirdPartyLibraries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-ieremenko%2FThirdPartyLibraries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/max-ieremenko","download_url":"https://codeload.github.com/max-ieremenko/ThirdPartyLibraries/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250600557,"owners_count":21456985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["license","npm-package","nuget-packages","third-party-libraries","third-party-notice"],"created_at":"2024-11-10T11:37:53.430Z","updated_at":"2025-04-24T09:30:55.073Z","avatar_url":"https://github.com/max-ieremenko.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"ThirdPartyLibraries\n===================\n\n[![NuGet](https://img.shields.io/nuget/v/ThirdPartyLibraries.GlobalTool.svg?style=flat-square\u0026label=nuget%20dotnet%20tool)](https://www.nuget.org/packages/ThirdPartyLibraries.GlobalTool/)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/ThirdPartyLibraries.svg?style=flat-square)](https://www.powershellgallery.com/packages/ThirdPartyLibraries)\n[![GitHub release](https://img.shields.io/github/release/max-ieremenko/ThirdPartyLibraries.svg?style=flat-square\u0026label=manual%20download)](https://github.com/max-ieremenko/ThirdPartyLibraries/releases)\n\nCommand-line tool and PowerShell module help to manage third party libraries and their licenses in .net applications.\n\nThis is done by creating and managing a repository. [Here](ThirdPartyLibraries) is the library repository of ThirdPartyLibraries.\n\nThe tool makes a source code analyze to collect third party references in your application.\n\nTable of Contents\n-----------------\n\n\u003c!-- toc --\u003e\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Create or update a libraries repository](#update)\n- [Refresh or update .md files in a libraries repository](#refresh)\n- [Validate a libraries repository](#validate)\n- [Generate ThirdPartyNotices.txt out of a libraries repository](#generate)\n- [Configuration](#configuration)\n- [GitHub personal access token](#personalAccessToken)\n- [Manage licenses](#licenses)\n- [Manage NuGet packages](#nuget.org)\n- [Manage npm packages](#npmjs.com)\n- [Manage custom packages](#custom)\n- [License](#license)\n\n\u003c!-- tocstop --\u003e\n\nRequirements \u003ca name=\"requirements\"\u003e\u003c/a\u003e\n----------------------------------------\n\n- tool can be installed on SDKs .NET 9.0, .NET 8.0\n- PowerShell module is compatible with Powershell Core 7.2+\n- supported project format: [SDK-style](https://docs.microsoft.com/en-us/nuget/resources/check-project-format)\n- supported project references: [NuGet](https://www.nuget.org/) and [npm](https://www.npmjs.com) packages\n- non-supported references can me managed via [custom packages](#custom)\n\n\n[Back to ToC](#table-of-contents)\n\nInstallation\n------------\n\nDotnet tool\n\n```bash\n$ dotnet tool install --global ThirdPartyLibraries.GlobalTool\n```\n\nor download from [latest release](https://github.com/max-ieremenko/ThirdPartyLibraries/releases)\n\n[![GitHub release](https://img.shields.io/github/release/max-ieremenko/ThirdPartyLibraries.svg?style=flat-square\u0026label=manual%20download)](https://github.com/max-ieremenko/ThirdPartyLibraries/releases)\n\n### PowerShell, from gallery\n\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/ThirdPartyLibraries.svg?style=flat-square)](https://www.powershellgallery.com/packages/ThirdPartyLibraries)\n\n```powershell\nPS\u003e Install-Module -Name ThirdPartyLibraries\n```\n\n[Back to ToC](#table-of-contents)\n\nCreate or update a libraries repository \u003ca name=\"update\"\u003e\u003c/a\u003e\n--------------------------------------------------------------------\n\nFor the demo purpose you can use ThirdPartyLibraries sources.\n\n```bash\n$ git clone https://github.com/max-ieremenko/ThirdPartyLibraries.git c:\\ThirdPartyLibraries\n```\n\n\u003e **Important:**\n\u003e restore NuGet packages or build the solution. It is a precondition.\n\n```bash\n$ dotnet restore c:\\ThirdPartyLibraries\\Sources\n```\n\n\u003e **Important:**\n\u003e restore npm packages. It is a precondition.\n\u003e If you do not have npm installed, just remove the folder Sources\\ThirdPartyLibraries.Npm.Demo.\n\n```bash\n$ cd c:\\ThirdPartyLibraries\\Sources\\ThirdPartyLibraries.Npm.Demo\n$ npm install\n```\n\nRun the the tool\n\n```bash\n$ ThirdPartyLibraries update -appName ThirdPartyLibraries -source c:\\ThirdPartyLibraries\\Sources -repository c:\\RepositoryDemo\n```\n\n```powershell\nPS\u003e Update-ThirdPartyLibrariesRepository -AppName ThirdPartyLibraries -Source c:\\ThirdPartyLibraries\\Sources -Repository c:\\RepositoryDemo -InformationAction Continue\n```\n\n**Important:** if the tool stops with error\n\n```text\nForbidden: Forbidden\n----------------\n{\"message\":\"API rate limit exceeded for [ip address]. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)\",\"documentation_url\":\"https://developer.github.com/v3/#rate-limiting\"}\n```\n\nMost of the NuGet packages are referenced to GitHub. In order to resolve license information the tools makes a number of requests to GitHub web api, wich has [the rate limit to 60 requests per hour](https://developer.github.com/v3/#rate-limiting) for unauthenticated requests.\n\nTo authenticated requests please follow instruction in the section [GitHub personal access token](#personalAccessToken) and re-start *ThirdPartyLibraries update*.\n\nCommit and push c:\\RepositoryDemo into GitHub or BitBucket, it helps you to easy read generated .md files and navigate, you should see a picture like [this](ThirdPartyLibraries).\n\n[Back to ToC](#table-of-contents)\n\nRefresh or update .md files in a libraries repository \u003ca name=\"refresh\"\u003e\u003c/a\u003e\n-------------------------------------------------\n\n- file [configuration/readme-template.txt](ThirdPartyLibraries/configuration/readme-template.txt) contains [DotLiquid template](https://shopify.github.io/liquid/) to generate the main [readme.md](ThirdPartyLibraries/readme.md), context is [RootReadMePackageContext.cs](Sources/ThirdPartyLibraries.Repository/Template/RootReadMePackageContext.cs)\n- file [configuration/nuget.org-readme-template.txt](ThirdPartyLibraries/configuration/nuget.org-readme-template.txt) contains [DotLiquid template](https://shopify.github.io/liquid/)  to generate [readme.md](ThirdPartyLibraries/readme.md) for NuGet packages, for instance [newtonsoft.json/12.0.3](ThirdPartyLibraries/packages/nuget.org/newtonsoft.json/12.0.3/readme.md), context is [LibraryReadMeContext.cs](Sources/ThirdPartyLibraries.Repository/Template/LibraryReadMeContext.cs)\n\nYou can change templates and test your changes by running the the tool\n\n```bash\n$ ThirdPartyLibraries refresh -appName ThirdPartyLibraries -repository c:\\RepositoryDemo\n```\n\n[Back to ToC](#table-of-contents)\n\nValidate a libraries repository \u003ca name=\"validate\"\u003e\u003c/a\u003e\n-------------------------------------------------\n\nTo validate sources against a library repository run the tool\n\n```bash\n$ ThirdPartyLibraries validate -appName ThirdPartyLibraries -source c:\\ThirdPartyLibraries\\Sources -repository c:\\RepositoryDemo\n```\n\n```powershell\nPS\u003e Test-ThirdPartyLibrariesRepository -AppName ThirdPartyLibraries -Source c:\\ThirdPartyLibraries\\Sources -Repository c:\\RepositoryDemo -InformationAction Continue\n```\n\nThe tool reports to the current output about any inconsistency between sources and repository or if TODO list in the repository is not empty, for example\n\n```text\nError: Following libraries are not approved:\n   Newtonsoft.Json 12.0.2 from nuget.org\n   NUnit 3.12.0 from nuget.org\n```\n\n[Back to ToC](#table-of-contents)\n\nGenerate ThirdPartyNotices.txt out of a libraries repository \u003ca name=\"generate\"\u003e\u003c/a\u003e\n-------------------------------------------------\n\n```bash\n$ ThirdPartyLibraries generate -appName ThirdPartyLibraries -repository c:\\RepositoryDemo -to c:\\notices\n```\n\n```powershell\nPS\u003e Publish-ThirdPartyNotices -AppName ThirdPartyLibraries -Repository c:\\RepositoryDemo -InformationAction Continue\n```\n\n[DotLiquid template](https://shopify.github.io/liquid/) for ThirdPartyNotices.txt is [configuration/third-party-notices-template.txt](ThirdPartyLibraries/configuration/third-party-notices-template.txt), context is [ThirdPartyNoticesContext.cs](Sources/ThirdPartyLibraries.Repository/Template/ThirdPartyNoticesContext.cs)\n\n*third-party-notices-template.txt* will be created after the first run *ThirdPartyLibraries generate*.\n\nThe template `configuration/third-party-notices-template.txt` is used by default and it can be replaced from the command line. For example, the following command creates packages.csv file with a packages list:\n\n```bash\n$ ThirdPartyLibraries generate -appName ThirdPartyLibraries -repository c:\\RepositoryDemo -to c:\\notices -toFileName packages.csv -template c:\\RepositoryDemo\\Examples\\export-to-csv\\export-template.txt\n```\n\n```powershell\nPS\u003e Publish-ThirdPartyNotices -AppName ThirdPartyLibraries -Repository c:\\RepositoryDemo -ToFileName packages.csv -Template c:\\RepositoryDemo\\Examples\\export-to-csv\\export-template.txt -InformationAction Continue\n```\n\nOther examples third-party-notices-template are [here](Examples).\n\n[Back to ToC](#table-of-contents)\n\nConfiguration \u003ca name=\"configuration\"\u003e\u003c/a\u003e\n---------------------------------------------\n\nThe configuration file [appsettings.json](ThirdPartyLibraries/configuration/appsettings.json) is located in the repository configuration folder\n\n```json\n{\n  \"nuget.org\": {\n    \"allowToUseLocalCache\": true,\n    \"downloadPackageIntoRepository\": false,\n    \"ignorePackages\": {\n      \"byName\": [],\n      \"byProjectName\": [] \n    },\n    \"internalPackages\": {\n      \"byName\": [ \"StyleCop\\\\.Analyzers\" ],\n      \"byProjectName\": [ \"\\\\.Test$\" ]\n    }\n  },\n  \"npmjs.com\": {\n    \"downloadPackageIntoRepository\": false,\n    \"ignorePackages\": {\n      \"byName\": [],\n      \"byFolderName\": []\n    }\n  },\n  \"github.com\": {\n    \"personalAccessToken\": \"\"\n  },\n  \"staticLicenseUrls\": {\n    \"byCode\": [\n      {\n        \"code\": \"ms-net-library\",\n        \"fullName\": \"MICROSOFT .NET LIBRARY\",\n        \"downloadUrl\": \"https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm\"\n      }\n    ],\n    \"byUrl\": [\n      {\n        \"code\": \"Apache-2.0\",\n        \"urls\": [\n          \"http://www.apache.org/licenses/LICENSE-2.0\",\n          \"http://www.apache.org/licenses/LICENSE-2.0.html\",\n          \"http://www.apache.org/licenses/LICENSE-2.0.txt\"\n        ]\n      }\n    ]\n  },\n  \"skipCertificateCheck\": {\n    \"byHost\": [ \"localhost\" ],\n    \"logRequest\": true\n  }\n}\n```\n\n### section nuget.org\n\n- `allowToUseLocalCache`: *true* or *false* (default) flag to allow get a package metadata from NuGet local [disk cache](https://docs.microsoft.com/en-us/nuget/consume-packages/managing-the-global-packages-and-cache-folders)|\n- `downloadPackageIntoRepository`: *true* or *false* (default) flag to download package into a repository\n- `ignorePackages/byName`: regex expressions array. Ignore all packages by name\n- `ignorePackages/byProjectName`: regex expressions array. Ignore all packages by project name\n- `internalPackages/byName`: regex expressions array. Mark all packages by name as InternalOnly=true\n- `internalPackages/byProjectName`: regex expressions array. Mark all packages by project name as InternalOnly=true\n\n### section npmjs.com\n\n- `downloadPackageIntoRepository`: *true* or *false* (default) flag to download package into a repository\n- `ignorePackages/byName`: regex expressions array. Ignore all packages by name\n- `ignorePackages/byFolderName`: regex expressions array. Ignore all packages by folder name\n\n### section github.com\n\n- `personalAccessToken`: see [GitHub personal access token](#personalAccessToken) for more details\n\n### staticLicenseUrls\n\nsetup well-know licenses\n\n- `byCode`: array of well-know codes with a link to license url\n- `byUrl`: array of well-know license urls\n\n### skipCertificateCheck\n\n- `byHost`: regex expressions array. Ignore server certificate validation for specific hosts\n- `logRequest`: *true* or *false* (default) flag to log any HTTP request\n\n[Back to ToC](#table-of-contents)\n\nGitHub personal access token \u003ca name=\"personalAccessToken\"\u003e\u003c/a\u003e\n---------------------------------------------\n\nMost of the NuGet packages are referenced to GitHub. In order to resolve license information the tools makes a number of requests to GitHub web api.\n\nApi has [the rate limit to 60 requests per hour](https://developer.github.com/v3/#rate-limiting) for unauthenticated requests.\n\nTo authenticate requests\n1. Create personal access token, details are [here](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)\n\u003e for the token leave all scopes and permissions blank\n2. Run the tool with the token\n\nOptions how to pass token to the tool\n- set the value in the [configuration file](ThirdPartyLibraries/configuration/appsettings.json), github.com\u003cspan\u003e\u003c/span\u003e/personalAccessToken\n- set the value via [secret manager](https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-3.0\u0026tabs=windows)\n```bash\n$ dotnet user-secrets set --id c903410c-3d05-49fe-bc8b-b95a2f4dfc69 \"github.com:personalAccessToken\" \"token\"\n```\n- pass the value via environment variable *ThirdPartyLibraries:github.com:personalAccessToken*\n```bash\n$ SET ThirdPartyLibraries:github.com:personalAccessToken=token\n$ ThirdPartyLibraries update ...\n```\n- pass the value via command line\n```bash\n$ ThirdPartyLibraries update ... -github.com:personalAccessToken token\n```\n\n[Back to ToC](#table-of-contents)\n\nManage licenses \u003ca name=\"licenses\"\u003e\u003c/a\u003e\n---------------------------------------------\n\nEach license is located in the sub-folder *licenses/[code]* where [code] is license code in lowercase.\nFor instance [license/mit](ThirdPartyLibraries/licenses/mit).\n\nFile *index.json* contains a metadata for the tool:\n\n```json\n{\n  \"Code\": \"MIT\",\n  \"FullName\": \"MIT License\",\n  \"RequiresApproval\": true,\n  \"RequiresThirdPartyNotices\": false,\n  \"HRef\": \"https://spdx.org/licenses/MIT\",\n  \"FileName\": \"license.txt\",\n  \"Dependencies\": []\n}\n```\n\n|Attribute|Description|\n|:--|:----------|\n|Code|license code, for some web api is case sensitive|\n|FullName|full license name, is used to generate third party notices|\n|RequiresApproval|*true* (default) or *false* flag to indicate the package can be marked by the tool as AutomaticallyApproved|\n|RequiresThirdPartyNotices|*true* or *false* (default) flag to indicate the package must contain extra text in ThirdPartyNotices.txt|\n|HRef|public link to the license information, is used to generate third party notices|\n|FileName|name of the file in this folder with a copy of the license text, is used to generate third party notices|\n|Dependencies|array of license codes, to copy license file, is used to generate third party notices|\n\nSuch license information can be created either automatically by the tool or manually.\nOnce created, the folder becomes read-only for the tool.\n\nPlease feel free to tailor the content according to your needs.\nOnly 2 restrictions:\n\n- *index.json* structure cannot be changed\n- the folder name *licenses/[code]* in lowercase and *index.json/Code*\n\n[Back to ToC](#table-of-contents)\n\nManage NuGet packages \u003ca name=\"nuget.org\"\u003e\u003c/a\u003e\n---------------------------------------------\n\nEach package from [nuget.org](https://www.nuget.org/) is located in the sub-folder *packages/nuget.org/[id]/[version]* where [id] is a package id and [version] is a package version in lowercase.\nFor instance [newtonsoft.json/12.0.3](ThirdPartyLibraries/packages/nuget.org/newtonsoft.json/12.0.3).\n\nFile *index.json* contains a metadata for the tool:\n\n```json\n{\n  \"License\": {\n    \"Code\": \"MIT\",\n    \"Status\": \"HasToBeApproved | Approved | AutomaticallyApproved\"\n  },\n  \"UsedBy\": [\n    {\n      \"Name\": \"ThirdPartyLibraries\",\n      \"InternalOnly\": false,\n      // ...\n    }\n  ],\n  \"Licenses\": [\n      // ...\n  ]\n}\n```\n\n|Attribute|Description|Is read-only for the tool|\n|:--|:----------|:--|\n|License/Code|license code is one of the licenses from folder *license* or *null* if license cannot be resolved|yes if value is not *null*|\n|License/Status|*acceptance status* of this package. HasToBeApproved (TODO), Approved (can be set only manually), AutomaticallyApproved (assigned by the tool according to the license code and license/RequiresApproval)|if value is Approved|\n|UsedBy/Name|a name of application references this package, see [*$ ThirdPartyLibraries update -appName ThirdPartyLibraries*](#update)|no, is always updated according to a configuration|\n|UsedBy/InternalOnly|*true* or *false* (default) flag to indicate is this package is a part of third party notices, see [*$ ThirdPartyLibraries generate -appName ThirdPartyLibraries*](#generate)|no, is always updated according to a configuration|\n|Licenses/...|section with a list of license from [package.nuspec](ThirdPartyLibraries/packages/nuget.org/newtonsoft.json/12.0.2/package.nuspec)|yes if License/Code is not *null*|\n\n- file *package.nuspec* is a NuGet package specification. Once created, is read-only for the tool.\n- file *package.nupkg* is a NuGet package, see [*configuration nuget.org/downloadPackageIntoRepository*](#configuration). Once created, is read-only for the tool.\n- file *readme.md* is always generated by the tool.\n- file *remarks.md* is read-only for the tool and contains a content of *Remarks* section for *readme.md*.\n- file *third-party-notices.txt* is read-only for the tool and contains a extra text for third party notices.\n\n[Back to ToC](#table-of-contents)\n\nManage npm packages \u003ca name=\"npmjs.com\"\u003e\u003c/a\u003e\n---------------------------------------------\n\nEach package from [npmjs.com](https://www.npmjs.com/) is located in the sub-folder *packages/npmjs.com/[name]/[version]* where [name] is a package name and [version] is a package version in lowercase.\nFor instance [bootstrap/4.4.1](ThirdPartyLibraries/packages/npmjs.com/bootstrap/4.4.1).\n\n\nFile *index.json* contains a metadata for the tool:\n\n```json\n{\n  \"License\": {\n    \"Code\": \"MIT\",\n    \"Status\": \"HasToBeApproved | Approved | AutomaticallyApproved\"\n  },\n  \"UsedBy\": [\n    {\n      \"Name\": \"ThirdPartyLibraries\",\n      \"InternalOnly\": false,\n      // ...\n    }\n  ],\n  \"Licenses\": [\n      // ...\n  ]\n}\n```\n\n|Attribute|Description|Is read-only for the tool|\n|:--|:----------|:--|\n|License/Code|license code is one of the licenses from folder *license* or *null* if license cannot be resolved|yes if value is not *null*|\n|License/Status|*acceptance status* of this package. HasToBeApproved (TODO), Approved (can be set only manually), AutomaticallyApproved (assigned by the tool according to the license code and license/RequiresApproval)|if value is Approved|\n|UsedBy/Name|a name of application references this package, see [*$ ThirdPartyLibraries update -appName ThirdPartyLibraries*](#update)|no, is always updated according to a configuration|\n|UsedBy/InternalOnly|*true* or *false* (default) flag to indicate is this package is a part of third party notices, see [*$ ThirdPartyLibraries generate -appName ThirdPartyLibraries*](#generate)|no, is always updated according to a configuration|\n|Licenses/...|section with a list of license from package.json|yes if License/Code is not *null*|\n\n- file *package.json* is a npm package specification. Once created, is read-only for the tool.\n- file *package.tgz* is a npm package, see [*configuration npmjs.com/downloadPackageIntoRepository*](#configuration). Once created, is read-only for the tool.\n- file *readme.md* is always generated by the tool.\n- file *remarks.md* is read-only for the tool and contains a content of *Remarks* section for *readme.md*.\n- file *third-party-notices.txt* is read-only for the tool and contains a extra text for third party notices.\n\n[Back to ToC](#table-of-contents)\n\nManage custom packages \u003ca name=\"custom\"\u003e\u003c/a\u003e\n---------------------------------------------\n\nEach custom package is located in the sub-folder *packages/custom/[name]/[version]* where [name] is a package name and [version] is a package version in lowercase.\nFor instance [FAMFAMFAM/1.3](ThirdPartyLibraries/packages/custom/famfamfam/1.3).\n\nAny custom package has to be created manually. The folder is read-only for the tool.\n\nFile *index.json* contains a metadata for the tool:\n\n```json\n{\n  \"Name\": \"FAMFAMFAM\",\n  \"Version\": \"1.3\",\n  \"LicenseCode\": \"CC-BY-2.5 OR CC-BY-3.0\",\n  \"HRef\": \"http://www.famfamfam.com/\",\n  \"Author\": \"Mark James\",\n  \"Copyright\": \"Copyright (c) Mark James\",\n  \"UsedBy\": [\n    {\n      \"Name\": \"ThirdPartyLibraries\",\n      \"InternalOnly\": false\n    }\n  ]\n}\n```\n\n|Attribute|Description\n|:--|:----------|\n|Name|package name|\n|Version|package version|\n|LicenseCode|license code is one of the licenses from folder *license* or *null* if license cannot be resolved|\n|HRef|any public link to the package information, is used to generate third party notices|\n|Author|package author(s), is used to generate third party notices|\n|Copyright|copyright(s), is used to generate third party notices|\n|UsedBy/Name|a name of application references this package|\n|UsedBy/InternalOnly|*true* or *false* flag to indicate is this package is a part of third party notices, see [*$ ThirdPartyLibraries generate -appName ThirdPartyLibraries*](#generate)|\n\n- file *third-party-notices.txt* is read-only for the tool and contains a extra text for third party notices.\n\n[Back to ToC](#table-of-contents)\n\nLicense\n-------\n\nThis tool is distributed under the [MIT](LICENSE) license.\n\n[Back to ToC](#table-of-contents)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmax-ieremenko%2Fthirdpartylibraries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmax-ieremenko%2Fthirdpartylibraries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmax-ieremenko%2Fthirdpartylibraries/lists"}