{"id":13872466,"url":"https://github.com/TypeScriptToLua/lua-types","last_synced_at":"2025-07-16T02:30:44.621Z","repository":{"id":36934682,"uuid":"116213653","full_name":"TypeScriptToLua/lua-types","owner":"TypeScriptToLua","description":"TypeScript definitions for Lua standard library.","archived":false,"fork":false,"pushed_at":"2022-11-28T20:10:06.000Z","size":870,"stargazers_count":76,"open_issues_count":4,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-22T12:41:49.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/TypeScriptToLua.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":"2018-01-04T04:15:39.000Z","updated_at":"2024-10-29T11:32:00.000Z","dependencies_parsed_at":"2023-01-17T07:30:36.366Z","dependency_job_id":null,"html_url":"https://github.com/TypeScriptToLua/lua-types","commit_stats":null,"previous_names":["ark120202/types-lua","ark120202/lua-types"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScriptToLua%2Flua-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScriptToLua%2Flua-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScriptToLua%2Flua-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScriptToLua%2Flua-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TypeScriptToLua","download_url":"https://codeload.github.com/TypeScriptToLua/lua-types/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226095754,"owners_count":17572980,"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-08-05T23:00:43.896Z","updated_at":"2024-11-23T20:31:03.725Z","avatar_url":"https://github.com/TypeScriptToLua.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Lua Types\n\n[![npm](https://img.shields.io/npm/v/lua-types.svg)](https://npmjs.com/package/lua-types) [![Travis](https://img.shields.io/travis/ark120202/lua-types.svg)](https://travis-ci.org/ark120202/lua-types)\n\n\u003e TypeScript definitions for Lua standard library\n\n## Installation\n\n\u003e NOTE: In most of cases your environment-specific types would already include this package. In that case you don't need to do anything. If you're a developer of such types you should add `lua-types` as a dependency and load it by adding `/// \u003creference types=\"lua-types/\u003cversion\u003e\" /\u003e`\n\n1. Get this package from npm\n\n```bash\nyarn add -D lua-types\n# or\nnpm install -D lua-types\n```\n\n2. Modify your `tsconfig.json`\n\n```diff\n{\n  \"compilerOptions\": {\n+    \"types\": [\"lua-types/\u003cversion\u003e\"]\n  }\n}\n```\n\nWhere `\u003cversion\u003e` is one of:\n\n-   `5.1`\n-   `5.2`\n-   `5.3`\n-   `5.4`\n-   `jit`\n\n\u003e NOTE: All other files in this module shouldn't be considered public. Do not import them manually, as they may change in non-major updates. If your environment doesn't provide all of standard Lua features, consider banning them with a [no-restricted-globals](https://eslint.org/docs/rules/no-restricted-globals) eslint rule.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTypeScriptToLua%2Flua-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTypeScriptToLua%2Flua-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTypeScriptToLua%2Flua-types/lists"}