summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/minimatch/package.json
blob: 36d7df35d4dc708feb487208cee5c4abbd9a990b (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
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "name": "minimatch",
  "description": "a glob matcher in javascript",
  "version": "0.3.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/minimatch.git"
  },
  "main": "minimatch.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "lru-cache": "2",
    "sigmund": "~1.0.0"
  },
  "devDependencies": {
    "tap": ""
  },
  "license": {
    "type": "MIT",
    "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
  },
  "bugs": {
    "url": "https://github.com/isaacs/minimatch/issues"
  },
  "homepage": "https://github.com/isaacs/minimatch",
  "_id": "minimatch@0.3.0",
  "_shasum": "275d8edaac4f1bb3326472089e7949c8394699dd",
  "_from": "minimatch@latest",
  "_npmVersion": "1.4.10",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "dist": {
    "shasum": "275d8edaac4f1bb3326472089e7949c8394699dd",
    "tarball": "http://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz"
}