{"id":19885374,"url":"https://github.com/kisaragieffective/vpm_repository_index","last_synced_at":"2026-03-12T19:17:32.220Z","repository":{"id":172546781,"uuid":"619107592","full_name":"KisaragiEffective/vpm_repository_index","owner":"KisaragiEffective","description":"machine readable index for VPM (stands for VRChat Package Manager) repository, licensed under Creative Commons Zero version 1.0","archived":false,"fork":false,"pushed_at":"2023-09-19T06:06:30.000Z","size":31,"stargazers_count":2,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T16:54:54.973Z","etag":null,"topics":["package-index","vrchat","vrchat-package-manager"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KisaragiEffective.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-26T09:43:44.000Z","updated_at":"2023-04-21T21:36:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"96e3c559-550c-4e3c-8951-f80dc0feec12","html_url":"https://github.com/KisaragiEffective/vpm_repository_index","commit_stats":null,"previous_names":["kisaragieffective/vpm_repository_index"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KisaragiEffective/vpm_repository_index","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KisaragiEffective%2Fvpm_repository_index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KisaragiEffective%2Fvpm_repository_index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KisaragiEffective%2Fvpm_repository_index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KisaragiEffective%2Fvpm_repository_index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KisaragiEffective","download_url":"https://codeload.github.com/KisaragiEffective/vpm_repository_index/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KisaragiEffective%2Fvpm_repository_index/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30439658,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["package-index","vrchat","vrchat-package-manager"],"created_at":"2024-11-12T17:34:04.044Z","updated_at":"2026-03-12T19:17:32.204Z","avatar_url":"https://github.com/KisaragiEffective.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vpm_repository_index\nmachine readable index for VPM (stands for VRChat Package Manager) repository, licensed under Creative Commons Zero version 1.0\n\n## JSON schema\n(TODO: convert this to `application/schema+json` format)\n\nThe key words \"***MUST***\", \"***MUST NOT***\", \"***REQUIRED***\", \"***SHALL***\", \"***SHALL NOT***\", \"***SHOULD***\", \"***SHOULD NOT***\", \"***RECOMMENDED***\",  \"***MAY***\", and \"***OPTIONAL***\" in this document are to be interpreted as described in RFC 2119.\n\n**informative note** does not form this specifiation. It's just side note.\n\n* (root)\n  * `metadata`\n    * `license`: `SpdxLicenseIdentifier` - the license of this file.\n  * `repository`\n    * (each array element)\n      * `author`: `String` - the maintainer of following repository.\n        * example: KisaragiEffective\n      * `git_repository`: `Option\u003cUrl\u003e` - URL of Git repository. If it exists, there may be chance to view it from git repository. Git repository which associated with this URL ***MUST*** contain one or more valid VPM repository JSON file (regardless of its branch) in the repository (**nb.** GitHub pages does **NOT** satisfy this requirement). If the repository contains multiple valid VPM repository file, then there ***MUST*** be multiple repository entries where each entry corresponds one repository.\n        * example: `https://github.com/ExampleOwner/ExampleRepo`\n      * `entry`: `Url` - URL of JSON. If `git_repository` does exist, then this URL may point to its HTTP view (**informative note**. One can use GitHub pages, while another can use their hosting service.) Protocol of this value ***SHOULD*** be `https` when possible. Protocol of this value ***MUST NOT*** be `vcc`. Response of the URL ***SHOULD NOT*** be result in \"Not Found\" nor \"Forbidden\". Response of the URL ***MUST*** contains valie VPM repository in JSON format. If protocol of this value is either `http` or `https`, the header of `Content-Type` should be `application/json`.\n        * example: `https://example.com/vpm.json`.\n      * `entry_git`: `Option\u003cArray\u003c_\u003e\u003e` - If it exists, then the following informations can be used to obtain VPM repository. This field ***MUST NOT*** exist if property `git_repository` does not exist. \n        * (each array element) - Every element ***MUST*** point valid VPM repository file by their information. This field ***MAY*** not contain latest information, and therefore there's risk to believe that there are no update according to those entries. **USE AT YOUR OWN PERIL!!**\n          * `commit_sha1_long`: `Sha1` - The commit hash of git commit. this hash ***MUST*** be valid SHA-1 value. This hash ***MUST*** be contained in `git_repository`.\n          * `path`: `FilePath` - The file path, relative to repository root. The value ***MUST*** starts with forward slash (`/`).\n      * `description`: `String` - Free format, but value ***SHOULD*** contain meaningful information that cannot be covered by existent fields.\n\n## License\nCreative Commons Zero, version 1.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkisaragieffective%2Fvpm_repository_index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkisaragieffective%2Fvpm_repository_index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkisaragieffective%2Fvpm_repository_index/lists"}