{"id":16642029,"url":"https://github.com/make-github-pseudonymous-again/js-integer-little-endian","last_synced_at":"2026-03-11T05:31:09.680Z","repository":{"id":54122493,"uuid":"45732112","full_name":"make-github-pseudonymous-again/js-integer-little-endian","owner":"make-github-pseudonymous-again","description":":mouse2: Arbitrary precision arithmetic for integers in little-endian order for JavaScript","archived":false,"fork":false,"pushed_at":"2021-04-26T14:09:08.000Z","size":1806,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-09T06:42:39.876Z","etag":null,"topics":["agpl","algorithms","arithmetic","biginteger","integer","javascript","little-endian"],"latest_commit_sha":null,"homepage":"https://aureooms.github.io/js-integer-little-endian","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":"2015-11-07T10:32:49.000Z","updated_at":"2021-12-20T23:41:02.000Z","dependencies_parsed_at":"2022-08-13T07:00:58.111Z","dependency_job_id":null,"html_url":"https://github.com/make-github-pseudonymous-again/js-integer-little-endian","commit_stats":null,"previous_names":["aureooms/js-integer-little-endian"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/make-github-pseudonymous-again/js-integer-little-endian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer-little-endian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer-little-endian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer-little-endian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer-little-endian/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-little-endian/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-integer-little-endian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30372165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["agpl","algorithms","arithmetic","biginteger","integer","javascript","little-endian"],"created_at":"2024-10-12T07:48:40.324Z","updated_at":"2026-03-11T05:31:09.543Z","avatar_url":"https://github.com/make-github-pseudonymous-again.png","language":"JavaScript","readme":"[@aureooms/js-integer-little-endian](https://make-github-pseudonymous-again.github.io/js-integer-little-endian)\n==\n\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/e/ed/Little-Endian.svg\" width=\"864\"\u003e\n\nInteger numbers little endian library for JavaScript.\nTwin project of [@aureooms/js-integer-big-endian](https://github.com/make-github-pseudonymous-again/js-integer-big-endian).\n\n```js\ninteger.parse( 16 , 100 , 'ff' ) ; // [ 2 , 55 ]\ninteger.stringify( 100 , 16 , [ 2 , 55 ] ) ; // 'ff'\n```\n\n[![License](https://img.shields.io/github/license/make-github-pseudonymous-again/js-integer-little-endian.svg)](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-integer-little-endian/master/LICENSE)\n[![Version](https://img.shields.io/npm/v/@aureooms/js-integer-little-endian.svg)](https://www.npmjs.org/package/@aureooms/js-integer-little-endian)\n[![Build](https://img.shields.io/travis/make-github-pseudonymous-again/js-integer-little-endian/master.svg)](https://travis-ci.org/make-github-pseudonymous-again/js-integer-little-endian/branches)\n[![Dependencies](https://img.shields.io/david/make-github-pseudonymous-again/js-integer-little-endian.svg)](https://david-dm.org/make-github-pseudonymous-again/js-integer-little-endian)\n[![Dev dependencies](https://img.shields.io/david/dev/make-github-pseudonymous-again/js-integer-little-endian.svg)](https://david-dm.org/make-github-pseudonymous-again/js-integer-little-endian?type=dev)\n[![GitHub issues](https://img.shields.io/github/issues/make-github-pseudonymous-again/js-integer-little-endian.svg)](https://github.com/make-github-pseudonymous-again/js-integer-little-endian/issues)\n[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-integer-little-endian.svg)](https://www.npmjs.org/package/@aureooms/js-integer-little-endian)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/make-github-pseudonymous-again/js-integer-little-endian.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-integer-little-endian/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/make-github-pseudonymous-again/js-integer-little-endian.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-integer-little-endian/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/make-github-pseudonymous-again/js-integer-little-endian/master.svg)](https://codecov.io/gh/make-github-pseudonymous-again/js-integer-little-endian)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/make-github-pseudonymous-again/js-integer-little-endian.svg)](https://codeclimate.com/github/make-github-pseudonymous-again/js-integer-little-endian/trends/technical_debt)\n[![Documentation](https://make-github-pseudonymous-again.github.io/js-integer-little-endian/badge.svg)](https://make-github-pseudonymous-again.github.io/js-integer-little-endian/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-integer-little-endian)](https://bundlephobia.com/result?p=@aureooms/js-integer-little-endian)\n\n\n## Reference\n\n - [The GNU Multiple Precision Arithmetic Library](https://gmplib.org/)\n - https://gmplib.org/gmp-man-6.0.0a.pdf\n - https://en.wikipedia.org/wiki/Sch%C3%B6nhage%E2%80%93Strassen_algorithm\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-integer-little-endian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-integer-little-endian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-integer-little-endian/lists"}