aozhiwei 0a973d12e3 1
2022-01-27 17:32:21 +08:00

23 lines
446 B
JSON

{
"name": "buffer-to-arraybuffer",
"main": "buffer-to-arraybuffer.js",
"version": "0.0.4",
"homepage": "https://github.com/miguelmota/buffer-to-arraybuffer",
"authors": [
"Miguel Mota <miguelmota2@gmail.com>"
],
"description": "Convert Buffer to ArrayBuffer",
"keywords": [
"buffer",
"array"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT"
}