{"id":20052715,"url":"https://github.com/ryosukecla/json5-jest","last_synced_at":"2025-05-05T12:30:23.572Z","repository":{"id":57285574,"uuid":"142416323","full_name":"RyosukeCla/json5-jest","owner":"RyosukeCla","description":"jest json5 transformer","archived":false,"fork":false,"pushed_at":"2023-06-14T04:28:44.000Z","size":106,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-22T19:18:09.334Z","etag":null,"topics":["jest","json","json5","transform"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/json5-jest","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/RyosukeCla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-07-26T09:04:10.000Z","updated_at":"2023-06-13T14:02:11.000Z","dependencies_parsed_at":"2024-06-18T20:13:30.175Z","dependency_job_id":"3b48f982-f5cf-44b9-ab9c-a1294bc74d84","html_url":"https://github.com/RyosukeCla/json5-jest","commit_stats":{"total_commits":16,"total_committers":4,"mean_commits":4.0,"dds":0.3125,"last_synced_commit":"dfc81a069ee10e7c0632558ce9e8463c4b85e56e"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeCla%2Fjson5-jest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeCla%2Fjson5-jest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeCla%2Fjson5-jest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyosukeCla%2Fjson5-jest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RyosukeCla","download_url":"https://codeload.github.com/RyosukeCla/json5-jest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252497385,"owners_count":21757603,"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":["jest","json","json5","transform"],"created_at":"2024-11-13T12:18:57.766Z","updated_at":"2025-05-05T12:30:23.305Z","avatar_url":"https://github.com/RyosukeCla.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json5-jest [![json5-jest](https://img.shields.io/npm/v/json5-jest.svg?longCache=true)](https://www.npmjs.com/package/json5-jest) [![build status](https://travis-ci.org/RyosukeCla/json5-jest.svg?branch=master)](https://travis-ci.org/RyosukeCla/json5-jest)\n\u003e jest json5 transformer\n\n## Installation\n\nfor jest \u003e= 28\n```\n$ npm i -D json5-jest\n```\n\nfor jest \u003c= 27\n```\n$ npm i -D json5-jest@1\n```\n\n## Jest integration\nPlease append to package.json\n```json\n\"jest\": {\n  \"transform\": {\n    \"^.+\\\\.json5$\": \"json5-jest\"\n  }\n}\n```\n\nor append to jest.config.js\n```js\nmodule.exports = {\n  transform: {\n    \"^.+\\\\.json5$\": \"json5-jest\"\n  }\n};\n```\n\n## Requirements\n- node \u003e= 6.9.0\n- npm \u003e= 2.x\n- jest \u003e= 28\n\n## Licence\nMIT\n\n## Contributers\n- [@MaxMellon](https://github.com/MaxMEllon)\n- [@wjbenfold](https://github.com/wjbenfold)\n- [@Duke242](https://github.com/Duke242)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukecla%2Fjson5-jest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryosukecla%2Fjson5-jest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryosukecla%2Fjson5-jest/lists"}