Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « minimatch « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f24186031a3eaa7381ac51c954a1addd5d73205 (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
{
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "name": "minimatch",
  "description": "a glob matcher in javascript",
  "version": "0.2.5",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/minimatch.git"
  },
  "main": "minimatch.js",
  "scripts": {
    "test": "tap test"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "lru-cache": "~1"
  },
  "devDependencies": {
    "tap": ""
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
    }
  ],
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_id": "minimatch@0.2.5",
  "optionalDependencies": {},
  "_engineSupported": true,
  "_npmVersion": "1.1.25",
  "_nodeVersion": "v0.7.10-pre",
  "_defaultsLoaded": true,
  "_from": "minimatch@~0.2"
}