aboutsummaryrefslogtreecommitdiff
path: root/node_modules/buffer-fill/package.json
blob: b8f67c586a93e4e95bff8af33720ebd8da573993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "buffer-fill",
  "version": "1.0.0",
  "license": "MIT",
  "repository": "LinusU/buffer-fill",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "standard && node test"
  },
  "devDependencies": {
    "buffer-alloc-unsafe": "^1.1.0",
    "standard": "^7.1.2"
  }
}