Viewing File: /home/ubuntu/todaykat-frontend-base/node_modules/buffer-to-arraybuffer/package.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"
}
}
Back to Directory
File Manager