{"id":15059325,"url":"https://github.com/elm/project-metadata-utils","last_synced_at":"2025-10-20T00:32:04.616Z","repository":{"id":52895227,"uuid":"99151435","full_name":"elm/project-metadata-utils","owner":"elm","description":"Work with elm.json and docs.json files in Elm","archived":false,"fork":false,"pushed_at":"2021-04-14T20:54:33.000Z","size":52,"stargazers_count":16,"open_issues_count":6,"forks_count":13,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-30T09:41:43.669Z","etag":null,"topics":["docs","documentation","elm"],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/elm/project-metadata-utils/latest/","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elm.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":"2017-08-02T19:02:17.000Z","updated_at":"2024-04-07T15:57:47.000Z","dependencies_parsed_at":"2022-08-23T08:30:55.600Z","dependency_job_id":null,"html_url":"https://github.com/elm/project-metadata-utils","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elm%2Fproject-metadata-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elm%2Fproject-metadata-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elm%2Fproject-metadata-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elm%2Fproject-metadata-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elm","download_url":"https://codeload.github.com/elm/project-metadata-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237236958,"owners_count":19277082,"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":["docs","documentation","elm"],"created_at":"2024-09-24T22:41:36.428Z","updated_at":"2025-10-20T00:31:59.344Z","avatar_url":"https://github.com/elm.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Work with `elm.json` and `docs.json`\n\nThis package is meant for people creating Elm tooling, like editor plugins. If you just want to make stuff in Elm, there is nothing here for you.\n\nBoth `package.elm-lang.org` and `elm reactor` needed the functionality provided by this package, and over time, it became clear that this subset can be reasonably shared.\n\n\n## Finding Metadata Files\n\nElm creates a per-user cache of package information. **This cache is READ-ONLY. Do not modify or add files to it.** Inside the cache, you have the `elm.json` and `docs.json` for every package that has been downloaded and built. This means you can just read them locally and do whatever sort of visualization or analysis you want.\n\n\u003e **Note:** The per-user cache of package information lives at the directory specified in the `ELM_HOME` environment variable. If this environment variable is not set, it defaults to  `~/.elm/` on UNIX systems and `C:/Users/\u003cuser\u003e/AppData/Roaming/elm` on Windows. Again, **do not modify or add files in `ELM_HOME` for your work** because:\n\u003e\n\u003e  1. It will be very confusing and frustrating if this cache is corrupted.\n\u003e  2. This cache is cleared very infrequently, so it should be as small as possible.\n\u003e\n\u003e If you need to cache information for your plugin, it is better to find a *separate* solution. Use the local `elm-stuff/` directory so that it is easy for users to (1) delete if there is a problem and (2) reclaim the storage.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felm%2Fproject-metadata-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felm%2Fproject-metadata-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felm%2Fproject-metadata-utils/lists"}