{"id":16642039,"url":"https://github.com/make-github-pseudonymous-again/js-integer-sequences","last_synced_at":"2025-04-05T01:25:46.025Z","repository":{"id":47861368,"uuid":"88838321","full_name":"make-github-pseudonymous-again/js-integer-sequences","owner":"make-github-pseudonymous-again","description":":shell: Integer sequences for JavaScript","archived":false,"fork":false,"pushed_at":"2023-01-06T04:34:02.000Z","size":2040,"stargazers_count":1,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T20:04:13.157Z","etag":null,"topics":["computer-science","integer-sequences","javascript","js","mathematics"],"latest_commit_sha":null,"homepage":"https://aureooms.github.io/js-integer-sequences","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/make-github-pseudonymous-again.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-04-20T08:10:55.000Z","updated_at":"2023-10-28T15:43:26.000Z","dependencies_parsed_at":"2023-02-05T08:01:35.042Z","dependency_job_id":null,"html_url":"https://github.com/make-github-pseudonymous-again/js-integer-sequences","commit_stats":null,"previous_names":["aureooms/js-integer-sequences"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer-sequences","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer-sequences/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer-sequences/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer-sequences/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/make-github-pseudonymous-again","download_url":"https://codeload.github.com/make-github-pseudonymous-again/js-integer-sequences/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247273988,"owners_count":20912028,"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":["computer-science","integer-sequences","javascript","js","mathematics"],"created_at":"2024-10-12T07:48:41.991Z","updated_at":"2025-04-05T01:25:46.005Z","avatar_url":"https://github.com/make-github-pseudonymous-again.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[@aureooms/js-integer-sequences](https://make-github-pseudonymous-again.github.io/js-integer-sequences)\n==\n\n\u003cimg src=\"http://www.polprimos.com/imagenespub/poldiv13.jpg\" width=\"864\"\u003e\n\nInteger sequences for JavaScript.\nSee [docs](https://make-github-pseudonymous-again.github.io/js-integer-sequences/index.html).\nParent is [@aureooms/js-algorithms](https://github.com/make-github-pseudonymous-again/js-algorithms).\n\n```js\nimport { list , map } from '@aureooms/js-itertools' ;\nimport * as integer from '@aureooms/js-integer' ;\n\nlet F = new Fibonacci( integer ) ;\nlist( map ( integer.stringify , F.range( 10 ) ) ) ; // 0 1 1 2 3 5 8 13 21 34\n```\n\n[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-integer-sequences.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-integer-sequences/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@aureooms/js-integer-sequences.svg)](https://www.npmjs.org/package/@aureooms/js-integer-sequences)\n[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-integer-sequences/main.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-integer-sequences/branches)\n[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-integer-sequences.svg)](https://david-dm.org/make-github-pseudonymous-again/js-integer-sequences)\n[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-integer-sequences.svg)](https://david-dm.org/make-github-pseudonymous-again/js-integer-sequences?type=dev)\n[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-integer-sequences.svg)](https://github.com/make-github-pseudonymous-again/js-integer-sequences/issues)\n[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-integer-sequences.svg)](https://www.npmjs.org/package/@aureooms/js-integer-sequences)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-integer-sequences.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-integer-sequences/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-integer-sequences.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-integer-sequences/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-integer-sequences/main.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-integer-sequences)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-integer-sequences.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-integer-sequences/trends/technical_debt)\n[![Documentation](https://make-github-pseudonymous-again.github.io/js-integer-sequences/badge.svg)](https://make-github-pseudonymous-again.github.io/js-integer-sequences/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-integer-sequences)](https://bundlephobia.com/result?p=@aureooms/js-integer-sequences)\n\n## Children\n\n  - [@aureooms/js-fibonacci](https://github.com/make-github-pseudonymous-again/js-fibonacci): Fibonacci numbers for JavaScript.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-integer-sequences","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-integer-sequences","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-integer-sequences/lists"}