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