| { |
| "bugs": { |
| "url": "https://github.com/LinusU/buffer-alloc-unsafe/issues" |
| }, |
| "bundleDependencies": false, |
| "deprecated": false, |
| "description": "A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.", |
| "devDependencies": { |
| "standard": "^7.1.2" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "homepage": "https://github.com/LinusU/buffer-alloc-unsafe#readme", |
| "keywords": [ |
| "allocUnsafe", |
| "allocate", |
| "buffer allocUnsafe", |
| "buffer unsafe allocate", |
| "buffer", |
| "ponyfill", |
| "unsafe allocate" |
| ], |
| "license": "MIT", |
| "name": "buffer-alloc-unsafe", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/LinusU/buffer-alloc-unsafe.git" |
| }, |
| "scripts": { |
| "test": "standard && node test" |
| }, |
| "version": "1.1.0" |
| } |