mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 22:09:31 +08:00
19 lines
304 B
Text
19 lines
304 B
Text
{
|
|
"name": "buffer-from",
|
|
"version": "1.1.2",
|
|
"license": "MIT",
|
|
"repository": "LinusU/buffer-from",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "standard && node test"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "^12.0.1"
|
|
},
|
|
"keywords": [
|
|
"buffer",
|
|
"buffer from"
|
|
]
|
|
}
|