From 7a52ddeba2a68388b544f529d2d92104420f77b0 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Fri, 31 Oct 2025 20:02:14 +0000 Subject: Changed from static to 11ty! --- node_modules/maximatch/package.json | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 node_modules/maximatch/package.json (limited to 'node_modules/maximatch/package.json') diff --git a/node_modules/maximatch/package.json b/node_modules/maximatch/package.json new file mode 100644 index 0000000..b04eb33 --- /dev/null +++ b/node_modules/maximatch/package.json @@ -0,0 +1,44 @@ +{ + "name": "maximatch", + "version": "0.1.0", + "description": "Extends multimatch() with support for filter functions and regular expressions", + "license": "MIT", + "repository": "timkendrick/maximatch", + "author": { + "email": "timkendrick@gmail.com", + "name": "Tim Kendrick" + }, + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, + "files": [ + "index.js" + ], + "keywords": [ + "expand", + "find", + "glob", + "globbing", + "globs", + "match", + "matcher", + "minimatch", + "multimatch", + "pattern", + "patterns", + "wildcard" + ], + "dependencies": { + "array-differ": "^1.0.0", + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "minimatch": "^3.0.0" + }, + "devDependencies": { + "chai": "^3.4.1", + "mocha": "*" + } +} -- cgit v1.2.3