{"id":20277131,"url":"https://github.com/daynin/nodejs-license-checker","last_synced_at":"2025-04-11T05:43:18.174Z","repository":{"id":39582348,"uuid":"356274725","full_name":"daynin/nodejs-license-checker","owner":"daynin","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-10T11:14:25.000Z","size":59,"stargazers_count":7,"open_issues_count":8,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T03:56:23.796Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/daynin.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}},"created_at":"2021-04-09T13:08:36.000Z","updated_at":"2024-07-10T11:08:52.000Z","dependencies_parsed_at":"2023-01-22T16:45:56.150Z","dependency_job_id":null,"html_url":"https://github.com/daynin/nodejs-license-checker","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":0.5833333333333333,"last_synced_commit":"f7883f3a4513cd0fcf8e1a008b2fe3b9d9b3ab96"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daynin%2Fnodejs-license-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daynin%2Fnodejs-license-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daynin%2Fnodejs-license-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daynin%2Fnodejs-license-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daynin","download_url":"https://codeload.github.com/daynin/nodejs-license-checker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351449,"owners_count":21089270,"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":[],"created_at":"2024-11-14T13:17:03.142Z","updated_at":"2025-04-11T05:43:18.151Z","avatar_url":"https://github.com/daynin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js License Checker\n\nIt's a GitHub Action which helps you to find unallowed licenses in your project.\n\n## Example\n\n```yaml\nname: Check Licenses\non:\n  push:\n    branches: [main]\n    # Run this action only if dependencies has changed\n    paths:\n      - 'yarn.lock'\n  pull_request:\n    paths:\n      - 'yarn.lock'\njobs:\n  licenses:\n    name: Check licenses\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: actions/checkout@v2\n\n      # Install only production dependencies\n      # if you don't care about licenses of devDependencies\n      # E.g. GPL license is allowed in devDependencies\n      - run: yarn --frozen-lockfile --production\n\n      # Use main branch or a specific version (e.g. @v0.2.0)\n      - uses: daynin/nodejs-license-checker@main\n        with:\n          exclude-private-packages: true\n          allow-only:  |\n            MIT\n            BSD-3-Clause\n            ISC\n```\n\n## Input parameters\n\nSee supported input parameters list in [action.yml](./action.yml). Most of them are passed to [license-checker](https://github.com/davglass/license-checker), so you can check options description and examples [there](https://github.com/davglass/license-checker#options) or submit a PR passing a new option.\n\n## Contributing\n\nDon't forget to build changes and push them to GitHub (`dist` folder).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaynin%2Fnodejs-license-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaynin%2Fnodejs-license-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaynin%2Fnodejs-license-checker/lists"}