initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

27
node_modules/gulp-match/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "gulp-match",
"description": "Does a vinyl file match a condition?",
"version": "1.1.0",
"homepage": "https://github.com/robrich/gulp-match",
"repository": "git://github.com/robrich/gulp-match.git",
"author": "Rob Richardson (http://robrich.org/)",
"main": "./index.js",
"keywords": [
"gulpfriendly",
"conditional",
"if",
"minimatch"
],
"dependencies": {
"minimatch": "^3.0.3"
},
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^6.1.4",
"should": "^13.2.3"
},
"scripts": {
"test": "mocha && jshint ."
},
"license": "MIT"
}