{"id":15857288,"url":"https://github.com/micheleriva/range-prototype","last_synced_at":"2026-04-12T21:54:49.236Z","repository":{"id":111228675,"uuid":"148638506","full_name":"micheleriva/range-prototype","owner":"micheleriva","description":"Extend your JavaScript Number type with a ~100 bytes polyfill","archived":false,"fork":false,"pushed_at":"2018-09-13T13:13:54.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T12:46:49.049Z","etag":null,"topics":["es5","es6","generator","ie8","iterator","javascript","js","nodejs","polyfill","prototype","python","range","ruby"],"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/micheleriva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-09-13T13:02:39.000Z","updated_at":"2021-05-30T08:25:28.000Z","dependencies_parsed_at":"2023-05-31T14:45:59.768Z","dependency_job_id":null,"html_url":"https://github.com/micheleriva/range-prototype","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"c3784bacada92650cb948e6b577ca1c77189d32c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micheleriva%2Frange-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micheleriva%2Frange-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micheleriva%2Frange-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micheleriva%2Frange-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micheleriva","download_url":"https://codeload.github.com/micheleriva/range-prototype/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246701242,"owners_count":20820021,"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":["es5","es6","generator","ie8","iterator","javascript","js","nodejs","polyfill","prototype","python","range","ruby"],"created_at":"2024-10-05T20:21:52.848Z","updated_at":"2026-04-12T21:54:44.201Z","avatar_url":"https://github.com/micheleriva.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Range Prototype\n\n[![Build Status](https://travis-ci.org/micheleriva/range-prototype.svg?branch=master)](https://travis-ci.org/micheleriva/range-prototype)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\nExtend your JavaScript `Number` type with a **100 bytes** polyfill:\n\n```js\nrequire('range-prototype')\n\nconst list = [...10] // =\u003e [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ]\n```\n\n# Installation\n\n**yarn**\n```sh\n$ yarn add range-prototype\n```\n\n**npm**\n```sh\n$ npm install range-prototype\n```\n\nthen simply require it in your project:\n```js\nrequire('range-prototype')\n```\n\n**For old browsers**\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/range-prototype@0.0.1/es5.js\"\u003e\u003c/script\u003e\n\n\u003cscript\u003e\n[...5] // =\u003e [ 0, 1, 2, 3, 4 ]\n\u003c/script\u003e\n```\n\n# License\n[MIT](/LICENSE.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicheleriva%2Frange-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicheleriva%2Frange-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicheleriva%2Frange-prototype/lists"}