Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / glob / package.json
1 {
2   "_args": [
3     [
4       "glob@~7.0.0",
5       "/var/www/yaffs/node_modules/grunt"
6     ]
7   ],
8   "_from": "glob@>=7.0.0 <7.1.0",
9   "_id": "glob@7.0.6",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/glob",
13   "_nodeVersion": "4.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/glob-7.0.6.tgz_1472074762911_0.47247025789693"
17   },
18   "_npmUser": {
19     "email": "i@izs.me",
20     "name": "isaacs"
21   },
22   "_npmVersion": "3.10.7",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "glob",
26     "raw": "glob@~7.0.0",
27     "rawSpec": "~7.0.0",
28     "scope": null,
29     "spec": ">=7.0.0 <7.1.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/grunt"
34   ],
35   "_resolved": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz",
36   "_shasum": "211bafaf49e525b8cd93260d14ab136152b3f57a",
37   "_shrinkwrap": null,
38   "_spec": "glob@~7.0.0",
39   "_where": "/var/www/yaffs/node_modules/grunt",
40   "author": {
41     "email": "i@izs.me",
42     "name": "Isaac Z. Schlueter",
43     "url": "http://blog.izs.me/"
44   },
45   "bugs": {
46     "url": "https://github.com/isaacs/node-glob/issues"
47   },
48   "dependencies": {
49     "fs.realpath": "^1.0.0",
50     "inflight": "^1.0.4",
51     "inherits": "2",
52     "minimatch": "^3.0.2",
53     "once": "^1.3.0",
54     "path-is-absolute": "^1.0.0"
55   },
56   "description": "a little globber",
57   "devDependencies": {
58     "mkdirp": "0",
59     "rimraf": "^2.2.8",
60     "tap": "^5.7.0",
61     "tick": "0.0.6"
62   },
63   "directories": {},
64   "dist": {
65     "shasum": "211bafaf49e525b8cd93260d14ab136152b3f57a",
66     "tarball": "https://registry.npmjs.org/glob/-/glob-7.0.6.tgz"
67   },
68   "engines": {
69     "node": "*"
70   },
71   "files": [
72     "common.js",
73     "glob.js",
74     "sync.js"
75   ],
76   "gitHead": "98327d8def195b1ba200217952df8ea829426038",
77   "homepage": "https://github.com/isaacs/node-glob#readme",
78   "license": "ISC",
79   "main": "glob.js",
80   "maintainers": [
81     {
82       "name": "isaacs",
83       "email": "i@izs.me"
84     }
85   ],
86   "name": "glob",
87   "optionalDependencies": {},
88   "readme": "ERROR: No README data found!",
89   "repository": {
90     "type": "git",
91     "url": "git://github.com/isaacs/node-glob.git"
92   },
93   "scripts": {
94     "bench": "bash benchmark.sh",
95     "benchclean": "node benchclean.js",
96     "prepublish": "npm run benchclean",
97     "prof": "bash prof.sh && cat profile.txt",
98     "profclean": "rm -f v8.log profile.txt",
99     "test": "tap test/*.js --cov",
100     "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
101   },
102   "version": "7.0.6"
103 }