Initial commit
[yaffs-website] / node_modules / grunt-contrib-watch / node_modules / glob / package.json
1 {
2   "_args": [
3     [
4       "glob@~7.1.1",
5       "/var/www/yaffs/node_modules/grunt-contrib-watch/node_modules/globule"
6     ]
7   ],
8   "_from": "glob@>=7.1.1 <7.2.0",
9   "_id": "glob@7.1.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/grunt-contrib-watch/glob",
13   "_nodeVersion": "6.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/glob-7.1.1.tgz_1475876991562_0.924720095237717"
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.1.1",
27     "rawSpec": "~7.1.1",
28     "scope": null,
29     "spec": ">=7.1.1 <7.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/grunt-contrib-watch/globule"
34   ],
35   "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz",
36   "_shasum": "805211df04faaf1c63a3600306cdf5ade50b2ec8",
37   "_shrinkwrap": null,
38   "_spec": "glob@~7.1.1",
39   "_where": "/var/www/yaffs/node_modules/grunt-contrib-watch/node_modules/globule",
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": "^7.1.2",
61     "tick": "0.0.6"
62   },
63   "directories": {},
64   "dist": {
65     "shasum": "805211df04faaf1c63a3600306cdf5ade50b2ec8",
66     "tarball": "https://registry.npmjs.org/glob/-/glob-7.1.1.tgz"
67   },
68   "engines": {
69     "node": "*"
70   },
71   "files": [
72     "common.js",
73     "glob.js",
74     "sync.js"
75   ],
76   "gitHead": "bc8d43b736a98a9e289fdfceee9266cff35e5742",
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.1.1"
103 }