{"id":18867622,"url":"https://github.com/simplrjs/systemjs-plugin-empty","last_synced_at":"2025-06-27T13:33:38.577Z","repository":{"id":65513645,"uuid":"105150220","full_name":"SimplrJS/systemjs-plugin-empty","owner":"SimplrJS","description":"SystemJS plugin to ignore files","archived":false,"fork":false,"pushed_at":"2017-09-28T14:08:55.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-11T23:42:37.036Z","etag":null,"topics":["empty","plugin","systemjs","systemjs-plugin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/SimplrJS.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":"2017-09-28T13:13:15.000Z","updated_at":"2017-09-28T13:18:51.000Z","dependencies_parsed_at":"2023-01-26T20:55:14.952Z","dependency_job_id":null,"html_url":"https://github.com/SimplrJS/systemjs-plugin-empty","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/SimplrJS%2Fsystemjs-plugin-empty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplrJS%2Fsystemjs-plugin-empty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplrJS%2Fsystemjs-plugin-empty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplrJS%2Fsystemjs-plugin-empty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimplrJS","download_url":"https://codeload.github.com/SimplrJS/systemjs-plugin-empty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816478,"owners_count":19701753,"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":["empty","plugin","systemjs","systemjs-plugin"],"created_at":"2024-11-08T05:10:26.016Z","updated_at":"2025-02-20T09:51:27.220Z","avatar_url":"https://github.com/SimplrJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# systemjs-plugin-empty\nSystemJS plugin to ignore files\n\n## Installation\nFor installing with JSPM:\n\n```\njspm install @plugin-empty=npm:systemjs-plugin-empty\n```\n\nFor use with SystemJS natively:\n\n```\nnpm install systemjs-plugin-empty\n```\n\nThen add the configuration:\n\n```js\nSystemJS.config({\n  map: {\n     \"@plugin-empty\": \"node_modules/systemjs-plugin-empty/empty.js\"\n  }\n});\n```\n\n## Setup\nTo load with the plugin set:\n\n```js\nSystemJS.config({\n  meta: {\n    \"*.css\": { loader: \"@plugin-empty\" },\n    \"*.ext\": { loader: \"@plugin-empty\" }\n  }\n});\n```\n\nOr via package configuration:\n\n```js\nSystemJS.config({\n  packages: {\n    \"src/\": {\n      meta: {\n        \"*.css\": { loader: \"@plugin-empty\" },\n        \"*.ext\": { loader: \"@plugin-empty\" }\n      }\n    }\n  }\n});\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplrjs%2Fsystemjs-plugin-empty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplrjs%2Fsystemjs-plugin-empty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplrjs%2Fsystemjs-plugin-empty/lists"}