{"id":18887993,"url":"https://github.com/codex-team/action-nodejs-package-info","last_synced_at":"2025-04-14T23:07:55.576Z","repository":{"id":64047541,"uuid":"313326773","full_name":"codex-team/action-nodejs-package-info","owner":"codex-team","description":"Action for getting information from package.json file","archived":false,"fork":false,"pushed_at":"2022-12-01T08:27:20.000Z","size":14,"stargazers_count":4,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-14T13:02:09.776Z","etag":null,"topics":["action","codex","github-actions","nodejs","package","package-json"],"latest_commit_sha":null,"homepage":"","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/codex-team.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":"2020-11-16T14:24:33.000Z","updated_at":"2023-10-30T13:48:00.000Z","dependencies_parsed_at":"2023-01-05T13:16:08.538Z","dependency_job_id":null,"html_url":"https://github.com/codex-team/action-nodejs-package-info","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"91c20c2872fd5d1a6fe97d606d9dcb6553696185"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Faction-nodejs-package-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Faction-nodejs-package-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Faction-nodejs-package-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Faction-nodejs-package-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codex-team","download_url":"https://codeload.github.com/codex-team/action-nodejs-package-info/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968741,"owners_count":21191158,"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":["action","codex","github-actions","nodejs","package","package-json"],"created_at":"2024-11-08T07:41:06.362Z","updated_at":"2025-04-14T23:07:55.534Z","avatar_url":"https://github.com/codex-team.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Get node package info \n\nAction for getting information from package.json file\n\n## Inputs\n\n### `path`\n\nPath to package.json file. `./` by default.\n\n## Outputs\n\n### `name`\n\nPackage name\n\n### `version`\n\nPackage version\n\n### `npmjs-link`\n\nLink to npmjs.com package page\n\n### `is-release-candidate`\n\nIs the package version a release candidate\n\nAvailable since v1.1\n\n## Example usage\n\n```\n- name: Get package info\n  id: package\n  uses: codex-team/action-nodejs-package-info@v1.1\n\n- name: Get the output\n  run: |\n    echo \"name: ${{ steps.package.outputs.name }}\"\n    echo \"version: ${{ steps.package.outputs.version }}\"\n    echo \"npmjs-link: ${{ steps.package.outputs.npmjs-link }}\"\n    echo \"is-release-candidate: ${{ steps.package.outputs.is-release-candidate }}\"\n```\n\nYou will get:\n\n```\nname: @editorjs/editorjs\nversion: 2.19.0\nnpmjs-link: https://www.npmjs.com/package/@editorjs/editorjs\nis-release-candidate: false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Faction-nodejs-package-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodex-team%2Faction-nodejs-package-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Faction-nodejs-package-info/lists"}