buffer-to-uint8array
Version:
convert a buffer (or string) to a Uint8Array
34 lines (33 loc) • 714 B
JSON
{
"name": "buffer-to-uint8array",
"version": "1.1.0",
"description": "convert a buffer (or string) to a Uint8Array",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"devDependencies": {
"tape": "^4.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/buffer-to-uint8array.git"
},
"keywords": [
"Uint8Array",
"u8",
"byte",
"buffer",
"typedarray"
],
"author": "substack",
"license": "MIT",
"bugs": {
"url": "https://github.com/substack/buffer-to-uint8array/issues"
},
"homepage": "https://github.com/substack/buffer-to-uint8array#readme"
}