Initial commit
[yaffs-website] / node_modules / globule / node_modules / minimatch / package.json
1 {
2   "_args": [
3     [
4       "minimatch@~0.2.11",
5       "/var/www/yaffs/node_modules/globule"
6     ]
7   ],
8   "_from": "minimatch@>=0.2.11 <0.3.0",
9   "_id": "minimatch@0.2.14",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/globule/minimatch",
13   "_npmUser": {
14     "email": "i@izs.me",
15     "name": "isaacs"
16   },
17   "_npmVersion": "1.3.17",
18   "_phantomChildren": {},
19   "_requested": {
20     "name": "minimatch",
21     "raw": "minimatch@~0.2.11",
22     "rawSpec": "~0.2.11",
23     "scope": null,
24     "spec": ">=0.2.11 <0.3.0",
25     "type": "range"
26   },
27   "_requiredBy": [
28     "/globule",
29     "/globule/glob"
30   ],
31   "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
32   "_shasum": "c74e780574f63c6f9a090e90efbe6ef53a6a756a",
33   "_shrinkwrap": null,
34   "_spec": "minimatch@~0.2.11",
35   "_where": "/var/www/yaffs/node_modules/globule",
36   "author": {
37     "email": "i@izs.me",
38     "name": "Isaac Z. Schlueter",
39     "url": "http://blog.izs.me"
40   },
41   "bugs": {
42     "url": "https://github.com/isaacs/minimatch/issues"
43   },
44   "dependencies": {
45     "lru-cache": "2",
46     "sigmund": "~1.0.0"
47   },
48   "deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue",
49   "description": "a glob matcher in javascript",
50   "devDependencies": {
51     "tap": ""
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "c74e780574f63c6f9a090e90efbe6ef53a6a756a",
56     "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz"
57   },
58   "engines": {
59     "node": "*"
60   },
61   "homepage": "https://github.com/isaacs/minimatch",
62   "license": {
63     "type": "MIT",
64     "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
65   },
66   "main": "minimatch.js",
67   "maintainers": [
68     {
69       "name": "isaacs",
70       "email": "i@izs.me"
71     }
72   ],
73   "name": "minimatch",
74   "optionalDependencies": {},
75   "readme": "ERROR: No README data found!",
76   "repository": {
77     "type": "git",
78     "url": "git://github.com/isaacs/minimatch.git"
79   },
80   "scripts": {
81     "test": "tap test/*.js"
82   },
83   "version": "0.2.14"
84 }