{"id":19916874,"url":"https://github.com/rubylouvre/object-create-ie8","last_synced_at":"2026-06-11T15:31:33.128Z","repository":{"id":137029186,"uuid":"139815726","full_name":"RubyLouvre/object-create-ie8","owner":"RubyLouvre","description":"Object.create polyfill","archived":false,"fork":false,"pushed_at":"2018-07-05T08:19:52.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T23:34:33.564Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/RubyLouvre.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":"2018-07-05T08:02:27.000Z","updated_at":"2018-07-12T05:54:01.000Z","dependencies_parsed_at":"2023-03-13T06:01:03.912Z","dependency_job_id":null,"html_url":"https://github.com/RubyLouvre/object-create-ie8","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyLouvre%2Fobject-create-ie8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyLouvre%2Fobject-create-ie8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyLouvre%2Fobject-create-ie8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RubyLouvre%2Fobject-create-ie8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RubyLouvre","download_url":"https://codeload.github.com/RubyLouvre/object-create-ie8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241347269,"owners_count":19948126,"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-11-12T21:47:52.563Z","updated_at":"2026-06-11T15:31:33.114Z","avatar_url":"https://github.com/RubyLouvre.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# object-create-ie8\nObject.create polyfill ie8\n\n```javascript\nif (!/\\[native code\\]/.test(Object.create)) {\n    Object.create = function (a) {\n        var f = function f() {};\n        f.prototype = a;\n        return new f();\n    };\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubylouvre%2Fobject-create-ie8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubylouvre%2Fobject-create-ie8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubylouvre%2Fobject-create-ie8/lists"}