summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/node-gyp/node_modules/minimatch/package.json
blob: 2f0d2de57e663ede8ed98da9af0043240b7a76ca (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
  "_args": [
    [
      "minimatch@1",
      "/Users/rebecca/code/release/npm-3/node_modules/node-gyp"
    ]
  ],
  "_from": "minimatch@>=1.0.0 <2.0.0",
  "_id": "minimatch@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/node-gyp/minimatch",
  "_npmUser": {
    "email": "i@izs.me",
    "name": "isaacs"
  },
  "_npmVersion": "1.4.21",
  "_phantomChildren": {},
  "_requested": {
    "name": "minimatch",
    "raw": "minimatch@1",
    "rawSpec": "1",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/node-gyp"
  ],
  "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
  "_shasum": "e0dd2120b49e1b724ce8d714c520822a9438576d",
  "_shrinkwrap": null,
  "_spec": "minimatch@1",
  "_where": "/Users/rebecca/code/release/npm-3/node_modules/node-gyp",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me"
  },
  "bugs": {
    "url": "https://github.com/isaacs/minimatch/issues"
  },
  "dependencies": {
    "lru-cache": "2",
    "sigmund": "~1.0.0"
  },
  "description": "a glob matcher in javascript",
  "devDependencies": {
    "tap": ""
  },
  "directories": {},
  "dist": {
    "shasum": "e0dd2120b49e1b724ce8d714c520822a9438576d",
    "tarball": "http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz"
  },
  "engines": {
    "node": "*"
  },
  "gitHead": "b374a643976eb55cdc19c60b6dd51ebe9bcc607a",
  "homepage": "https://github.com/isaacs/minimatch",
  "license": {
    "type": "MIT",
    "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
  },
  "main": "minimatch.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "name": "minimatch",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/minimatch.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.0.0"
}