{"id":18458783,"url":"https://github.com/browserify/buffer-reverse","last_synced_at":"2025-10-05T13:51:31.076Z","repository":{"id":57190983,"uuid":"43115981","full_name":"browserify/buffer-reverse","owner":"browserify","description":"A lite module for byte reversal on buffers.","archived":false,"fork":false,"pushed_at":"2018-10-02T09:29:23.000Z","size":8,"stargazers_count":6,"open_issues_count":1,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-07T00:53:16.760Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/browserify.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-09-25T07:24:10.000Z","updated_at":"2023-11-22T01:18:09.000Z","dependencies_parsed_at":"2022-09-15T22:21:53.425Z","dependency_job_id":null,"html_url":"https://github.com/browserify/buffer-reverse","commit_stats":null,"previous_names":["crypto-browserify/buffer-reverse"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fbuffer-reverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fbuffer-reverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fbuffer-reverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/browserify%2Fbuffer-reverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/browserify","download_url":"https://codeload.github.com/browserify/buffer-reverse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785919,"owners_count":20995641,"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-06T08:20:03.296Z","updated_at":"2025-10-05T13:51:26.058Z","avatar_url":"https://github.com/browserify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# buffer-reverse\n\n[![NPM Package](https://img.shields.io/npm/v/buffer-reverse.svg?style=flat-square)](https://www.npmjs.org/package/buffer-reverse)\n[![Build Status](https://img.shields.io/travis/crypto-browserify/buffer-reverse.svg?branch=master\u0026style=flat-square)](https://travis-ci.org/crypto-browserify/buffer-reverse)\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\nA lite module for byte reverse on buffers.\n\n\n## Examples\n\n``` javascript\nvar reverse = require('buffer-reverse')\nvar a = new Buffer('00ff0f', 'hex')\n\nconsole.log(reverse(a))\n// =\u003e \u003cBuffer 0f ff 00\u003e\n```\n\n\nOr for those seeking those few extra cycles, perform the operation in place:\n\n``` javascript\nvar reverseInplace = require('buffer-reverse/inplace')\nvar a = new Buffer('00ff0f', 'hex')\n\nconsole.log(reverseInplace(a))\n// =\u003e \u003cBuffer 0f ff 00\u003e\n\n// See that a has been mutated\nconsole.log(a)\n// =\u003e \u003cBuffer 0f ff 00\u003e\n```\n\n\n## License [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserify%2Fbuffer-reverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrowserify%2Fbuffer-reverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrowserify%2Fbuffer-reverse/lists"}