{"id":20652910,"url":"https://github.com/gregoranders/nodejs-project-info","last_synced_at":"2025-04-18T21:40:03.867Z","repository":{"id":37969900,"uuid":"233447583","full_name":"gregoranders/nodejs-project-info","owner":"gregoranders","description":"NodeJS Project Information","archived":false,"fork":false,"pushed_at":"2024-03-04T11:17:08.000Z","size":498,"stargazers_count":8,"open_issues_count":7,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-04T15:52:24.757Z","etag":null,"topics":["github-actions","jest","nodejs","package-json","typescript"],"latest_commit_sha":null,"homepage":"https://gregoranders.github.io/nodejs-project-info/","language":"TypeScript","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/gregoranders.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-12T19:37:49.000Z","updated_at":"2023-01-31T17:49:50.000Z","dependencies_parsed_at":"2023-01-04T12:15:34.114Z","dependency_job_id":"fc84db17-5440-4022-8b36-abd01d17bb9c","html_url":"https://github.com/gregoranders/nodejs-project-info","commit_stats":{"total_commits":159,"total_committers":3,"mean_commits":53.0,"dds":0.1572327044025157,"last_synced_commit":"6d6e45d97060b26c78631e21836f45386577bd51"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fnodejs-project-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fnodejs-project-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fnodejs-project-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoranders%2Fnodejs-project-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoranders","download_url":"https://codeload.github.com/gregoranders/nodejs-project-info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224727052,"owners_count":17359533,"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":["github-actions","jest","nodejs","package-json","typescript"],"created_at":"2024-11-16T17:39:17.970Z","updated_at":"2024-11-16T17:39:18.420Z","avatar_url":"https://github.com/gregoranders.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.JS Project Information\n\n## [GitHub Action][github-actions-url] written in [TypeScript][typescript-url]\n\n### Provide package.json - [GitHub Action](https://github.com/features/actions)\n\nThis action provides the _name_, _version_ and the content of **package.json**, so your workflow can access it.\n\n[![License][license-image]][license-url]\n[![Issues][issues-image]][issues-url]\n\n[![Code maintainability][code-maintainability-image]][code-maintainability-url]\n[![Code issues][code-issues-image]][code-issues-url]\n[![Code Technical Debt][code-tech-debt-image]][code-tech-debt-url]\n\n[![Main Language][language-image]][code-metric-url]\n[![Languages][languages-image]][code-metric-url]\n[![Code Size][code-size-image]][code-metric-url]\n[![Repository Size][repo-size-image]][code-metric-url]\n\n## Features\n\n- [TypeScript][typescript-url]\n- [Jest][jest-url] Unit Tests with Code Coverage\n- GitHub CI Integration (feature, development, master, release)\n- Code Quality via [Code Climate](./docs/codeclimate.md)\n\n\u003c!-- lint disable maximum-line-length --\u003e\n| GitHub                                                           | Coveralls                                                                  |                                                                              |\n| ---------------------------------------------------------------- | -------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |\n| [![Release Build][release-build-image]][release-url]             |                                                                            | [![Release Version][release-image]][release-url]                             |\n| [![Master Build][master-build-image]][master-url]                | [![Master Coverage][master-coveralls-image]][master-coveralls-url]         | [![Master Version][master-version-image]][master-version-url]                |\n| [![Development Build][development-build-image]][development-url] | [![Test Coverage][development-coveralls-image]][development-coveralls-url] | [![Development Version][development-version-image]][development-version-url] |\n\u003c!-- lint enable maximum-line-length --\u003e\n## Usage\n\n```YML\n    ...\n    - name: nodejs project information\n      id: projectinfo\n      uses: gregoranders/nodejs-project-info@v0.0.21\n    - name: create release action\n      id: createrelease\n      uses: gregoranders/nodejs-create-release@v0.0.21\n      env:\n        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        PACKAGE_JSON: ${{ steps.projectinfo.outputs.context }}\n      with:\n        tag: v${{ steps.projectinfo.outputs.version }}\n        name: ${{ steps.projectinfo.outputs.name }} - ${{ steps.projectinfo.outputs.version }} Release\n        target: ${{ github.ref }}\n    ...\n```\n\n### Inputs/Outputs\n\n```YML\ninputs:\n  path:\n    description: 'Path to package.json'\n    required: false\n    default: './package.json'\noutputs:\n  context:\n    description: 'Serialized package.json'\n  name:\n    description: 'Project Name'\n  version:\n    description: 'Project Version'\n```\n\n[release-url]: https://github.com/gregoranders/nodejs-project-info/releases\n[master-url]: https://github.com/gregoranders/nodejs-project-info/tree/master\n[development-url]: https://github.com/gregoranders/nodejs-project-info/tree/development\n[code-metric-url]: https://github.com/gregoranders/nodejs-project-info/search?l=TypeScript\n[license-url]: https://github.com/gregoranders/nodejs-project-info/blob/master/LICENSE\n[license-image]: https://img.shields.io/github/license/gregoranders/nodejs-project-info.svg\n[master-version-url]: https://github.com/gregoranders/nodejs-project-info/blob/master/package.json\n[master-version-image]: https://img.shields.io/github/package-json/v/gregoranders/nodejs-project-info/master\n[development-version-url]: https://github.com/gregoranders/nodejs-project-info/blob/development/package.json\n[development-version-image]: https://img.shields.io/github/package-json/v/gregoranders/nodejs-project-info/development\n[issues-url]: https://github.com/gregoranders/nodejs-project-info/issues\n[issues-image]: https://img.shields.io/github/issues-raw/gregoranders/nodejs-project-info.svg\n[release-image]: https://img.shields.io/github/release/gregoranders/nodejs-project-info\n[release-build-image]: https://github.com/gregoranders/nodejs-project-info/workflows/Release%20CI/badge.svg\n[master-build-image]: https://github.com/gregoranders/nodejs-project-info/workflows/Master%20CI/badge.svg\n[development-build-image]: https://github.com/gregoranders/nodejs-project-info/workflows/Development%20CI/badge.svg\n[master-coveralls-url]: https://coveralls.io/github/gregoranders/nodejs-project-info?branch=master\n[master-coveralls-image]: https://img.shields.io/coveralls/github/gregoranders/nodejs-project-info/master\n[development-coveralls-image]: https://img.shields.io/coveralls/github/gregoranders/nodejs-project-info/development\n[development-coveralls-url]: https://coveralls.io/github/gregoranders/nodejs-project-info?branch=development\n[code-maintainability-url]: https://codeclimate.com/github/gregoranders/nodejs-project-info/maintainability\n[code-maintainability-image]: https://img.shields.io/codeclimate/maintainability/gregoranders/nodejs-project-info\n[code-issues-url]: https://codeclimate.com/github/gregoranders/nodejs-project-info/maintainability\n[code-issues-image]: https://img.shields.io/codeclimate/issues/gregoranders/nodejs-project-info\n[code-tech-debt-url]: https://codeclimate.com/github/gregoranders/nodejs-project-info/maintainability\n[code-tech-debt-image]: https://img.shields.io/codeclimate/tech-debt/gregoranders/nodejs-project-info\n[language-image]: https://img.shields.io/github/languages/top/gregoranders/nodejs-project-info\n[languages-image]: https://img.shields.io/github/languages/count/gregoranders/nodejs-project-info\n[code-size-image]: https://img.shields.io/github/languages/code-size/gregoranders/nodejs-project-info\n[repo-size-image]: https://img.shields.io/github/repo-size/gregoranders/nodejs-project-info\n[typescript-url]: http://www.typescriptlang.org/\n[jest-url]: https://jestjs.io/\n[github-actions-url]: https://github.com/features/actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoranders%2Fnodejs-project-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoranders%2Fnodejs-project-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoranders%2Fnodejs-project-info/lists"}