Galerie und tage

This commit is contained in:
2021-11-23 17:56:26 +01:00
parent ff35366279
commit 5f873bee89
4693 changed files with 149659 additions and 301447 deletions

30
node_modules/vinyl-assign/package.json generated vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "vinyl-assign",
"version": "1.2.1",
"description": "Apply custom attributes to vinyl files",
"license": "MIT",
"repository": "kevva/vinyl-assign",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test.js"
},
"files": [
"index.js"
],
"keywords": [],
"dependencies": {
"object-assign": "^4.0.1",
"readable-stream": "^2.0.0"
},
"devDependencies": {
"ava": "^0.0.4",
"vinyl-file": "^1.1.1"
}
}