github-pages-deploy-action/node_modules/buffer-from/package.json

20 lines
303 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "buffer-from",
"version": "1.1.1",
"license": "MIT",
"repository": "LinusU/buffer-from",
"files": [
"index.js"
2020-03-31 20:42:07 +08:00
],
2020-03-31 20:57:48 +08:00
"scripts": {
"test": "standard && node test"
2020-03-31 20:42:07 +08:00
},
"devDependencies": {
"standard": "^7.1.2"
},
"keywords": [
"buffer",
"buffer from"
2020-03-31 20:57:48 +08:00
]
2020-03-31 20:42:07 +08:00
}