UNPKG

buffer-compare

Version:

Lexicographically compare two buffers.

23 lines (22 loc) 430 B
{ "name": "buffer-compare", "description": "Lexicographically compare two buffers. ", "version": "1.1.1", "keywords": [ "sort", "buffer", "lexiographic" ], "repository": { "url": "git://github.com/soldair/node-buffer-compare.git" }, "main": "index.js", "scripts": { "test": "node test/*.js" }, "author": "Ryan Day", "dependencies": {}, "devDependencies": { "tape": "~1.1.0" } }