mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 08:13:39 -05:00
17 lines
270 B
JSON
17 lines
270 B
JSON
{
|
|
"name": "buffer-from",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"repository": "LinusU/buffer-from",
|
|
"scripts": {
|
|
"test": "standard && node test"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^7.1.2"
|
|
},
|
|
"keywords": [
|
|
"buffer",
|
|
"buffer from"
|
|
]
|
|
}
|