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

30 lines
700 B
JSON

{
"name": "buffer-to-arraybuffer",
"version": "0.0.5",
"description": "Convert Buffer to ArrayBuffer",
"main": "buffer-to-arraybuffer.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelmota/buffer-to-arraybuffer"
},
"keywords": [
"buffer",
"array"
],
"author": "Miguel Mota <hello@miguelmota.com> (http://www.miguelmota.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/miguelmota/buffer-to-arraybuffer/issues"
},
"homepage": "https://github.com/miguelmota/buffer-to-arraybuffer",
"devDependencies": {
"tape": "^4.7.0"
}
}