initial commit
This commit is contained in:
34
node_modules/vinyl-buffer/package.json
generated
vendored
Normal file
34
node_modules/vinyl-buffer/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "vinyl-buffer",
|
||||
"description": "Convert streaming vinyl files to use buffers",
|
||||
"version": "1.0.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"bl": "^1.2.1",
|
||||
"through2": "^2.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tape": "~2.5.0",
|
||||
"vinyl-source-stream": "~2.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hughsk/vinyl-buffer"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/hughsk/vinyl-buffer/issues"
|
||||
},
|
||||
"homepage": "https://github.com/hughsk/vinyl-buffer",
|
||||
"keywords": [
|
||||
"vinyl",
|
||||
"gulpfriendly",
|
||||
"convert",
|
||||
"buffer",
|
||||
"stream"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user