summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/minimatch/package.json
blob: b438bdb9458aeaa9dda73bd4a25dbc579402efba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "name": "minimatch",
  "description": "a glob matcher in javascript",
  "version": "2.0.7",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/minimatch.git"
  },
  "main": "minimatch.js",
  "scripts": {
    "pretest": "standard minimatch.js test/*.js",
    "test": "tap test/*.js",
    "prepublish": "browserify -o browser.js -e minimatch.js --bare"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "brace-expansion": "^1.0.0"
  },
  "devDependencies": {
    "browserify": "^9.0.3",
    "standard": "^3.7.2",
    "tap": ""
  },
  "license": {
    "type": "MIT",
    "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
  },
  "files": [
    "minimatch.js",
    "browser.js"
  ],
  "gitHead": "4bd6dc22c248c7ea07cc49d63181fe6f6aafae9c",
  "bugs": {
    "url": "https://github.com/isaacs/minimatch/issues"
  },
  "homepage": "https://github.com/isaacs/minimatch",
  "_id": "minimatch@2.0.7",
  "_shasum": "d23652ab10e663e7d914602e920e21f9f66492be",
  "_from": "minimatch@>=2.0.1 <3.0.0",
  "_npmVersion": "2.7.6",
  "_nodeVersion": "1.7.1",
  "_npmUser": {
    "name": "isaacs",
    "email": "isaacs@npmjs.com"
  },
  "dist": {
    "shasum": "d23652ab10e663e7d914602e920e21f9f66492be",
    "tarball": "http://registry.npmjs.org/minimatch/-/minimatch-2.0.7.tgz"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "directories": {},
  "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.7.tgz",
  "readme": "ERROR: No README data found!"
}