wishthis/node_modules/buffer-from/package.json

20 lines
304 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "buffer-from",
"version": "1.1.2",
"license": "MIT",
"repository": "LinusU/buffer-from",
"files": [
"index.js"
2022-02-23 16:41:13 +00:00
],
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "standard && node test"
2022-01-21 08:28:41 +00:00
},
"devDependencies": {
"standard": "^12.0.1"
},
"keywords": [
"buffer",
"buffer from"
2022-04-08 10:55:35 +00:00
]
2022-01-21 08:28:41 +00:00
}