UNPKG

1.22 kBJSONView Raw
1{
2 "name": "matched",
3 "description": "Extends minimatch with support for multiple patterns. Similar to multimatch, but returns expected results and passes all tests (see readme). Also similar to globule.match but more compact (and passes all globule.match tests).",
4 "version": "0.1.2",
5 "homepage": "https://github.com/jonschlinkert/matched",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/matched.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/matched/issues"
16 },
17 "licenses": [
18 {
19 "type": "MIT",
20 "url": "https://github.com/jonschlinkert/matched/blob/master/LICENSE-MIT"
21 }
22 ],
23 "main": "index.js",
24 "engines": {
25 "node": ">= 0.10.0"
26 },
27 "keywords": [
28 "expand",
29 "find",
30 "glob",
31 "match",
32 "matcher",
33 "matches",
34 "matching",
35 "minimatch",
36 "multimatch",
37 "pattern",
38 "patterns",
39 "wildcard"
40 ],
41 "dependencies": {
42 "lodash": "~2.4.1",
43 "minimatch": "~0.2.14"
44 },
45 "devDependencies": {
46 "chai": "~1.9.1",
47 "mocha": "~1.18.2",
48 "multimatch": "~0.1.0",
49 "globule": "~0.2.0"
50 }
51}