diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:49:59 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:49:59 +0530 |
| commit | e93da8b04da86773247aadb1cbb1912e4f4526b2 (patch) | |
| tree | eb4ef3203a92ed3dbd2252ddb1ea23bd2d670c98 /node_modules/matcher/package.json | |
| parent | a5743c293dcb435e4b159a4df791f8955a4110ec (diff) | |
| download | styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.tar.xz styx-e93da8b04da86773247aadb1cbb1912e4f4526b2.zip | |
Rewriting Project
Diffstat (limited to 'node_modules/matcher/package.json')
| -rw-r--r-- | node_modules/matcher/package.json | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/node_modules/matcher/package.json b/node_modules/matcher/package.json new file mode 100644 index 0000000..28655a0 --- /dev/null +++ b/node_modules/matcher/package.json @@ -0,0 +1,86 @@ +{ + "_from": "matcher@^3.0.0", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==", + "_location": "/matcher", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "matcher@^3.0.0", + "name": "matcher", + "escapedName": "matcher", + "rawSpec": "^3.0.0", + "saveSpec": null, + "fetchSpec": "^3.0.0" + }, + "_requiredBy": [ + "/global-agent" + ], + "_resolved": "https://registry.npmjs.org/matcher/-/matcher-3.0.0.tgz", + "_shasum": "bd9060f4c5b70aa8041ccc6f80368760994f30ca", + "_spec": "matcher@^3.0.0", + "_where": "/Users/lucifer/Documents/styx/node_modules/global-agent", + "author": { + "name": "Sindre Sorhus", + "email": "[email protected]", + "url": "https://sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/sindresorhus/matcher/issues" + }, + "bundleDependencies": false, + "dependencies": { + "escape-string-regexp": "^4.0.0" + }, + "deprecated": false, + "description": "Simple wildcard matching", + "devDependencies": { + "ava": "^2.4.0", + "matcha": "^0.7.0", + "tsd": "^0.11.0", + "xo": "^0.30.0" + }, + "engines": { + "node": ">=10" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "homepage": "https://github.com/sindresorhus/matcher#readme", + "keywords": [ + "matcher", + "matching", + "match", + "regex", + "regexp", + "regular", + "expression", + "wildcard", + "pattern", + "string", + "filter", + "glob", + "globber", + "globbing", + "minimatch" + ], + "license": "MIT", + "name": "matcher", + "repository": { + "type": "git", + "url": "git+https://github.com/sindresorhus/matcher.git" + }, + "scripts": { + "bench": "matcha bench.js", + "test": "xo && ava && tsd" + }, + "version": "3.0.0", + "xo": { + "rules": { + "@typescript-eslint/member-ordering": "off" + } + } +} |
