{"id":15141820,"url":"https://github.com/nativescript/typings-registry","last_synced_at":"2025-09-29T10:31:05.768Z","repository":{"id":141980124,"uuid":"55409359","full_name":"NativeScript/typings-registry","owner":"NativeScript","description":"The registry of type definitions for TypeScript","archived":false,"fork":true,"pushed_at":"2016-04-04T01:11:06.000Z","size":291,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-23T10:01:07.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"typings/registry","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NativeScript.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-04-04T12:27:33.000Z","updated_at":"2022-04-13T22:41:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"27d81b0a-bbce-4244-9779-56a9429c8d92","html_url":"https://github.com/NativeScript/typings-registry","commit_stats":{"total_commits":269,"total_committers":35,"mean_commits":7.685714285714286,"dds":0.6951672862453532,"last_synced_commit":"78af2d1d770f35f6575ae478bd870f0a64a25f97"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Ftypings-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Ftypings-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Ftypings-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NativeScript%2Ftypings-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NativeScript","download_url":"https://codeload.github.com/NativeScript/typings-registry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234609323,"owners_count":18859849,"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":[],"created_at":"2024-09-26T09:02:20.587Z","updated_at":"2025-09-29T10:31:05.155Z","avatar_url":"https://github.com/NativeScript.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typings Registry\n\n\u003e The registry of type definitions for TypeScript.\n\n## Contributing\n\n1. Fork the project and run `npm install`\n2. Write a typings definition and upload to GitHub - here's an [example using the npm's debug package](https://github.com/typed-typings/npm-debug/blob/master/typings.json)\n3. Use [semver](http://semver.org/) to specify the _minimum_ version the typing is valid for - here's [debug again](https://github.com/typings/registry/blob/master/npm/debug.json)\n4. Run `npm test` to check that the registry is valid, and make a pull request\n5. Once the pull request is merged, it is used as the canonical reference - `typings install debug`\n\n## Requests\n\nAn up-to-date list of [typings requests](https://github.com/typings/registry/labels/typings%20request) are labelled in the registry.\n\n## Creating Your Own Typings\n\n* Initialize a new repository (usually `typed-\u003cpackage name\u003e` to differentiate from your other projects)\n* Use [generator-typings](https://github.com/typings/generator-typings) to generate the project, or manually:\n  * Create a `typings.json` file, set `main` (and other valid options)\n  * Make sure there's a license with your work\n  * A README can help explain what people are looking at when they land on your repo\n\n## Structure\n\nThe registry uses subdirectories to denote \"sources\". These sources are essentially mappings to package managers, and contain either ambient or external typings (depending on the \"source\").\n\n```\n/\u003csource\u003e/\u003cname\u003e.json\n```\n\nWhere \"source\" is one of:\n\n* **npm** for [NPM](https://www.npmjs.com/) dependencies (external)\n* **github** for [Duo](http://duojs.org/), [JSPM](http://jspm.io/), etc. that use GitHub as the registry (external)\n* **bower** for [Bower](http://bower.io/) dependencies (external)\n* **common** for \"standard\" JS libraries without a \"source\" (external)\n* **shared** for shared library functionality (external)\n* **lib** for shared environment functionality (ambient)\n* **env** for programming environment typings (ambient)\n* **global** for global libraries (ambient)\n\nAnd \"name\" is the name of the package from the source. For GitHub and scoped NPM packages, it's valid to make a folder such as `@example/entry.json`. The schema for package files is described using JSON schema in [`schema.json`](schema.json).\n\n## Questions?\n\nFor typings issues, questions or general help, you can always open an issue in the [discussions](https://github.com/typings/discussions) repo. To add an entry to the registry, please open a pull request with the change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Ftypings-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnativescript%2Ftypings-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnativescript%2Ftypings-registry/lists"}