Files
WeihnachtsKalenderMelly/node_modules/buffer-to-vinyl/package.json
2021-11-23 17:56:26 +01:00

34 lines
681 B
JSON

{
"name": "buffer-to-vinyl",
"version": "1.1.0",
"description": "Create a vinyl file or stream from a buffer",
"license": "MIT",
"repository": "kevva/buffer-to-vinyl",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && node test.js"
},
"files": [
"index.js"
],
"keywords": [],
"dependencies": {
"file-type": "^3.1.0",
"readable-stream": "^2.0.2",
"uuid": "^2.0.1",
"vinyl": "^1.0.0"
},
"devDependencies": {
"ava": "^0.0.4",
"concat-stream": "^1.4.7",
"xo": "*"
}
}