Initial commit
[yaffs-website] / node_modules / glob-stream / node_modules / minimatch / package.json
1 {
2   "_args": [
3     [
4       "minimatch@^2.0.1",
5       "/var/www/yaffs/node_modules/glob-stream"
6     ]
7   ],
8   "_from": "minimatch@>=2.0.1 <3.0.0",
9   "_id": "minimatch@2.0.10",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/glob-stream/minimatch",
13   "_nodeVersion": "2.2.1",
14   "_npmUser": {
15     "email": "isaacs@npmjs.com",
16     "name": "isaacs"
17   },
18   "_npmVersion": "3.1.0",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "minimatch",
22     "raw": "minimatch@^2.0.1",
23     "rawSpec": "^2.0.1",
24     "scope": null,
25     "spec": ">=2.0.1 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/glob-stream",
30     "/glob-stream/glob"
31   ],
32   "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
33   "_shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
34   "_shrinkwrap": null,
35   "_spec": "minimatch@^2.0.1",
36   "_where": "/var/www/yaffs/node_modules/glob-stream",
37   "author": {
38     "email": "i@izs.me",
39     "name": "Isaac Z. Schlueter",
40     "url": "http://blog.izs.me"
41   },
42   "bugs": {
43     "url": "https://github.com/isaacs/minimatch/issues"
44   },
45   "dependencies": {
46     "brace-expansion": "^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     "browserify": "^9.0.3",
52     "standard": "^3.7.2",
53     "tap": "^1.2.0"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "8d087c39c6b38c001b97fca7ce6d0e1e80afbac7",
58     "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz"
59   },
60   "engines": {
61     "node": "*"
62   },
63   "files": [
64     "browser.js",
65     "minimatch.js"
66   ],
67   "gitHead": "6afb85f0c324b321f76a38df81891e562693e257",
68   "homepage": "https://github.com/isaacs/minimatch#readme",
69   "license": "ISC",
70   "main": "minimatch.js",
71   "maintainers": [
72     {
73       "name": "isaacs",
74       "email": "i@izs.me"
75     }
76   ],
77   "name": "minimatch",
78   "optionalDependencies": {},
79   "readme": "ERROR: No README data found!",
80   "repository": {
81     "type": "git",
82     "url": "git://github.com/isaacs/minimatch.git"
83   },
84   "scripts": {
85     "posttest": "standard minimatch.js test/*.js",
86     "prepublish": "browserify -o browser.js -e minimatch.js -s minimatch --bare",
87     "test": "tap test/*.js"
88   },
89   "version": "2.0.10"
90 }