Security update for permissions_by_term
[yaffs-website] / node_modules / uncss / node_modules / glob / package.json
1 {
2   "_args": [
3     [
4       "glob@~6.0.1",
5       "/var/www/yaffs/node_modules/uncss"
6     ]
7   ],
8   "_from": "glob@>=6.0.1 <6.1.0",
9   "_id": "glob@6.0.4",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/uncss/glob",
13   "_nodeVersion": "4.0.0",
14   "_npmUser": {
15     "email": "i@izs.me",
16     "name": "isaacs"
17   },
18   "_npmVersion": "2.14.15",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "glob",
22     "raw": "glob@~6.0.1",
23     "rawSpec": "~6.0.1",
24     "scope": null,
25     "spec": ">=6.0.1 <6.1.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/uncss"
30   ],
31   "_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
32   "_shasum": "0f08860f6a155127b2fadd4f9ce24b1aab6e4d22",
33   "_shrinkwrap": null,
34   "_spec": "glob@~6.0.1",
35   "_where": "/var/www/yaffs/node_modules/uncss",
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/node-glob/issues"
43   },
44   "dependencies": {
45     "inflight": "^1.0.4",
46     "inherits": "2",
47     "minimatch": "2 || 3",
48     "once": "^1.3.0",
49     "path-is-absolute": "^1.0.0"
50   },
51   "description": "a little globber",
52   "devDependencies": {
53     "mkdirp": "0",
54     "rimraf": "^2.2.8",
55     "tap": "^5.0.0",
56     "tick": "0.0.6"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "0f08860f6a155127b2fadd4f9ce24b1aab6e4d22",
61     "tarball": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz"
62   },
63   "engines": {
64     "node": "*"
65   },
66   "files": [
67     "common.js",
68     "glob.js",
69     "sync.js"
70   ],
71   "gitHead": "3bd419c538737e56fda7e21c21ff52ca0c198df6",
72   "homepage": "https://github.com/isaacs/node-glob#readme",
73   "license": "ISC",
74   "main": "glob.js",
75   "maintainers": [
76     {
77       "name": "isaacs",
78       "email": "i@izs.me"
79     }
80   ],
81   "name": "glob",
82   "optionalDependencies": {},
83   "readme": "ERROR: No README data found!",
84   "repository": {
85     "type": "git",
86     "url": "git://github.com/isaacs/node-glob.git"
87   },
88   "scripts": {
89     "bench": "bash benchmark.sh",
90     "benchclean": "node benchclean.js",
91     "prepublish": "npm run benchclean",
92     "prof": "bash prof.sh && cat profile.txt",
93     "profclean": "rm -f v8.log profile.txt",
94     "test": "tap test/*.js --cov",
95     "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
96   },
97   "version": "6.0.4"
98 }