{"id":13876200,"url":"https://github.com/ije/land","last_synced_at":"2025-04-30T16:28:55.964Z","repository":{"id":52818440,"uuid":"358961344","full_name":"ije/land","owner":"ije","description":"Run Deno X module without installation.","archived":false,"fork":false,"pushed_at":"2024-02-27T12:52:27.000Z","size":48,"stargazers_count":36,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-18T21:06:46.426Z","etag":null,"topics":["deno","land","runner","script"],"latest_commit_sha":null,"homepage":"https://deno.land/x/land","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/ije.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":"2021-04-17T19:08:26.000Z","updated_at":"2024-07-07T22:36:08.000Z","dependencies_parsed_at":"2022-08-17T15:25:11.826Z","dependency_job_id":null,"html_url":"https://github.com/ije/land","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ije%2Fland","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ije%2Fland/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ije%2Fland/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ije%2Fland/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ije","download_url":"https://codeload.github.com/ije/land/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251741954,"owners_count":21636352,"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":["deno","land","runner","script"],"created_at":"2024-08-06T06:01:08.477Z","updated_at":"2025-04-30T16:28:55.699Z","avatar_url":"https://github.com/ije.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","deno"],"sub_categories":[],"readme":"# land\n\nRun Deno X modules without installation.\n\n### Installation\n\n```bash\ndeno install -A -f -n land https://deno.land/x/land@v0.10.0/cli.ts\n```\n\n### Usage\n\n```bash\n# equals to `deno run https://deno.land/x/publish@latest/cli.ts\nland publish\n```\n\n### How it works?\n\n`land` will check the deno.land third-party module metadata at bootstrap, when the `cli.ts` or `cli.js` found then run it as sub-process, or use the `mod.ts` or `mod.js`. It also checks the `import_map.json` (or `import-map.json`) in the root directory and apply it automatically.\n\n### Versioning\n\nBy default, `land` will use the latest version of the module, you also can specify the version with [semver](https://semver.org/):\n\n```bash\nland publish@1.0.0 # match exact version\nland publish@1.0   # match latest patch version\nland publish@1     # match latest minor version\n```\n\n### Permissions\n\nBy default, `land` will ask you the permissions of the module is using, or you can pass the permissions manually:\n\n```bash\nland --allow-net --allow-read --allow-write publish\n```\n\n`land` supports `PERMISSIONS(.txt)` preset in the module root directory like:\n\n```txt\n--allow-net\n--allow-read\n--allow-write\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fije%2Fland","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fije%2Fland","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fije%2Fland/lists"}