| 1234567891011121314151617181920212223242526272829 |
- {
- "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"
- }
- }
|