{"id":16098965,"url":"https://github.com/hellerve/require","last_synced_at":"2026-01-18T17:33:31.680Z","repository":{"id":79626371,"uuid":"59964279","full_name":"hellerve/require","owner":"hellerve","description":"Add Clojure-style requiring to zepto","archived":false,"fork":false,"pushed_at":"2016-05-30T15:30:32.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T05:11:59.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellerve.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-29T21:19:09.000Z","updated_at":"2023-10-02T12:28:16.000Z","dependencies_parsed_at":"2023-05-13T22:00:09.723Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/require","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Frequire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Frequire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Frequire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Frequire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/require/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411193,"owners_count":20934650,"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-10-09T18:25:14.744Z","updated_at":"2026-01-18T17:33:31.633Z","avatar_url":"https://github.com/hellerve.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# require\n\nThis library brings Clojure-style requires to zepto,\nusing a simple macro.\n\n## Installation\n\nPlease use zeps, as this module relies on it.\n\n```\nzeps install hellerve/require\n```\n\n## Usage\n\n```clojure\n(require \"base64\") ; =\u003e base64:encode and base64:decode are now visible\n(require \"base64\" :as \"b64\") ; =\u003e b64:encode and b64:decode are now visible\n(require \"base64\" :import (\"encode\")) ; =\u003e base64:encode is now visible\n(require \"base64\" :as \"b64\" :import (\"encode\")) ; =\u003e b64:encode is now visible\n```\n\nThat's all, folks!\n\n\u003chr/\u003e\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Frequire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Frequire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Frequire/lists"}