to-uint8
Version:
Convert data to Uint8Array
35 lines (34 loc) • 744 B
JSON
{
"name": "to-uint8",
"version": "1.4.1",
"description": "Convert data to Uint8Array",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/to-uint8.git"
},
"keywords": [
"uint8",
"array-buffer",
"to-array-buffer",
"to-uint8-array",
"u8",
"to-arraybuffer"
],
"author": "Dmitry Yv. <dfcreative@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/to-uint8/issues"
},
"homepage": "https://github.com/dy/to-uint8#readme",
"dependencies": {
"arr-flatten": "^1.1.0",
"clamp": "^1.0.1",
"is-base64": "^0.1.0",
"is-float-array": "^1.0.0",
"to-array-buffer": "^3.0.0"
}
}