You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
287 B
16 lines
287 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|