Security update to Drupal 8.4.6
[yaffs-website] / node_modules / minimatch / package.json
1 {
2   "_args": [
3     [
4       "minimatch@~3.0.0",
5       "/var/www/yaffs/node_modules/grunt"
6     ]
7   ],
8   "_from": "minimatch@>=3.0.0 <3.1.0",
9   "_id": "minimatch@3.0.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/minimatch",
13   "_nodeVersion": "4.4.4",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/minimatch-3.0.3.tgz_1470678322731_0.1892083385027945"
17   },
18   "_npmUser": {
19     "email": "i@izs.me",
20     "name": "isaacs"
21   },
22   "_npmVersion": "3.10.6",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "minimatch",
26     "raw": "minimatch@~3.0.0",
27     "rawSpec": "~3.0.0",
28     "scope": null,
29     "spec": ">=3.0.0 <3.1.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/findup-sync/glob",
34     "/glob",
35     "/grunt"
36   ],
37   "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
38   "_shasum": "2a4e4090b96b2db06a9d7df01055a62a77c9b774",
39   "_shrinkwrap": null,
40   "_spec": "minimatch@~3.0.0",
41   "_where": "/var/www/yaffs/node_modules/grunt",
42   "author": {
43     "email": "i@izs.me",
44     "name": "Isaac Z. Schlueter",
45     "url": "http://blog.izs.me"
46   },
47   "bugs": {
48     "url": "https://github.com/isaacs/minimatch/issues"
49   },
50   "dependencies": {
51     "brace-expansion": "^1.0.0"
52   },
53   "description": "a glob matcher in javascript",
54   "devDependencies": {
55     "standard": "^3.7.2",
56     "tap": "^5.6.0"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "2a4e4090b96b2db06a9d7df01055a62a77c9b774",
61     "tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz"
62   },
63   "engines": {
64     "node": "*"
65   },
66   "files": [
67     "minimatch.js"
68   ],
69   "gitHead": "eed89491bd4a4e6bc463aac0dfb5c29ef0d1dc13",
70   "homepage": "https://github.com/isaacs/minimatch#readme",
71   "license": "ISC",
72   "main": "minimatch.js",
73   "maintainers": [
74     {
75       "name": "isaacs",
76       "email": "i@izs.me"
77     }
78   ],
79   "name": "minimatch",
80   "optionalDependencies": {},
81   "readme": "ERROR: No README data found!",
82   "repository": {
83     "type": "git",
84     "url": "git://github.com/isaacs/minimatch.git"
85   },
86   "scripts": {
87     "posttest": "standard minimatch.js test/*.js",
88     "test": "tap test/*.js"
89   },
90   "version": "3.0.3"
91 }