mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-15 22:16:22 +00:00
14 lines
254 B
JSON
14 lines
254 B
JSON
|
|
{
|
||
|
|
"name": "buffer-fill",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": "LinusU/buffer-fill",
|
||
|
|
"scripts": {
|
||
|
|
"test": "standard && node test"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"buffer-alloc-unsafe": "^0.1.0",
|
||
|
|
"standard": "^7.1.2"
|
||
|
|
}
|
||
|
|
}
|