{"id":24719148,"url":"https://github.com/coderaiser/big-wrap","last_synced_at":"2026-05-13T07:05:35.069Z","repository":{"id":66160139,"uuid":"142740566","full_name":"coderaiser/big-wrap","owner":"coderaiser","description":"wrap array representation of big numbers","archived":false,"fork":false,"pushed_at":"2018-07-29T07:45:11.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-27T11:16:49.412Z","etag":null,"topics":["array","bigint","javascript","nodejs","number","wrap"],"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/coderaiser.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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}},"created_at":"2018-07-29T07:35:40.000Z","updated_at":"2018-07-29T07:45:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfcbba1a-6b29-4109-9133-109f0002685a","html_url":"https://github.com/coderaiser/big-wrap","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"44410bc2dbbf3d377a858d45675c4634de94b1b1"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fbig-wrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fbig-wrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fbig-wrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Fbig-wrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderaiser","download_url":"https://codeload.github.com/coderaiser/big-wrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244952554,"owners_count":20537467,"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":["array","bigint","javascript","nodejs","number","wrap"],"created_at":"2025-01-27T11:16:51.887Z","updated_at":"2026-05-13T07:05:35.027Z","avatar_url":"https://github.com/coderaiser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Big Wrap [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL]\n\nWrap array representation of big numbers. Can be used to wrap numbers in [Fürer's algorithm](https://en.wikipedia.org/wiki/F%C3%BCrer%27s_algorithm).\n\n## Install\n\n```\nnpm i big-wrap --save\n```\n\n## How to use?\n\n```js\nconst bigWrap = require('big-wrap');\n\nbigWrap([9, 10, 3, 4]);\n// returns\n[1, 0, 0, 3, 4];\n```\n\n## Environments\n\nIn old `node.js` environments that not fully supports `es2015`, `big-wrap` could be used with:\n\n```js\nvar bigWrap = require('big-wrap/legacy');\n```\n\n## Related\n\n- [big-sum](https://github.com/coderaiser/big-sum \"Big Sum\") - sum array representation of big numbers\n- [big-mul](https://github.com/coderaiser/big-mul \"Big Mul\") - multiply array representation of big numbers\n\n## License\n\nMIT\n\n[NPMIMGURL]:                https://img.shields.io/npm/v/big-wrap.svg?style=flat\u0026longCache=true\n[BuildStatusIMGURL]:        https://img.shields.io/travis/coderaiser/big-wrap/master.svg?style=flat\u0026longCache=true\n[DependencyStatusIMGURL]:   https://img.shields.io/david/coderaiser/big-wrap.svg?style=flat\u0026longCache=true\n[LicenseIMGURL]:            https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat\u0026longCache=true\n[NPMURL]:                   https://npmjs.org/package/big-wrap \"npm\"\n[BuildStatusURL]:           https://travis-ci.org/coderaiser/big-wrap  \"Build Status\"\n[DependencyStatusURL]:      https://david-dm.org/coderaiser/big-wrap \"Dependency Status\"\n[LicenseURL]:               https://tldrlegal.com/license/mit-license \"MIT License\"\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Fbig-wrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderaiser%2Fbig-wrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Fbig-wrap/lists"}