This commit is contained in:
2021-11-21 11:18:28 +01:00
parent 7a358eb836
commit 230b10b2a3
9339 changed files with 892519 additions and 62 deletions

24
node_modules/transfob/package.json generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "transfob",
"version": "1.0.0",
"description": "get a transform stream, like through2.obj()",
"main": "transfob.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metafizzy/transfob.git"
},
"keywords": [
"stream",
"transform",
"gulp"
],
"author": "David DeSandro",
"license": "MIT",
"bugs": {
"url": "https://github.com/metafizzy/transfob/issues"
},
"homepage": "https://github.com/metafizzy/transfob#readme"
}