@clevercanyon/micromatch.fork
Advanced tools
Comparing version 4.0.11 to 4.0.13
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "4.0.11", | ||
"version": "4.0.13", | ||
"license": "MIT", | ||
@@ -15,3 +15,5 @@ "name": "@clevercanyon/micromatch.fork", | ||
"funding": "https://github.com/sponsors/clevercanyon", | ||
"keywords": ["clevercanyon"], | ||
"keywords": [ | ||
"clevercanyon" | ||
], | ||
"author": { | ||
@@ -28,6 +30,10 @@ "name": "Jon Schlinkert", | ||
"type": "commonjs", | ||
"files": ["/index.js"], | ||
"files": [ | ||
"/index.js" | ||
], | ||
"bin": {}, | ||
"imports": {}, | ||
"exports": [], | ||
"exports": { | ||
".": "./index.js" | ||
}, | ||
"sideEffects": [], | ||
@@ -53,4 +59,10 @@ "module": "", | ||
"workspaces": [], | ||
"cpu": ["x64", "arm64"], | ||
"os": ["darwin", "linux"], | ||
"cpu": [ | ||
"x64", | ||
"arm64" | ||
], | ||
"os": [ | ||
"darwin", | ||
"linux" | ||
], | ||
"engines": { | ||
@@ -80,3 +92,3 @@ "node": "^19.2.0 || ^19.4.0", | ||
"npmjs": { | ||
"configVersions": "" | ||
"configVersions": "1.0.1,1.0.0" | ||
} | ||
@@ -83,0 +95,0 @@ } |
17081