Initial commit
[yaffs-website] / node_modules / grunt-contrib-watch / node_modules / gaze / package.json
1 {
2   "_args": [
3     [
4       "gaze@^1.0.0",
5       "/var/www/yaffs/node_modules/grunt-contrib-watch"
6     ]
7   ],
8   "_from": "gaze@>=1.0.0 <2.0.0",
9   "_id": "gaze@1.1.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/grunt-contrib-watch/gaze",
13   "_nodeVersion": "4.4.1",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/gaze-1.1.2.tgz_1475004682530_0.29796709935180843"
17   },
18   "_npmUser": {
19     "email": "kyle@dontkry.com",
20     "name": "shama"
21   },
22   "_npmVersion": "2.15.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "gaze",
26     "raw": "gaze@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/grunt-contrib-watch"
34   ],
35   "_resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz",
36   "_shasum": "847224677adb8870d679257ed3388fdb61e40105",
37   "_shrinkwrap": null,
38   "_spec": "gaze@^1.0.0",
39   "_where": "/var/www/yaffs/node_modules/grunt-contrib-watch",
40   "author": {
41     "email": "kyle@dontkry.com",
42     "name": "Kyle Robinson Young"
43   },
44   "bugs": {
45     "url": "https://github.com/shama/gaze/issues"
46   },
47   "contributors": [
48     {
49       "name": "Kyle Robinson Young",
50       "url": "http://dontkry.com"
51     },
52     {
53       "name": "Sam Day",
54       "url": "http://sam.is-super-awesome.com"
55     },
56     {
57       "name": "Roarke Gaskill",
58       "url": "http://starkinvestments.com"
59     },
60     {
61       "name": "Lance Pollard",
62       "url": "http://lancepollard.com/"
63     },
64     {
65       "name": "Daniel Fagnan",
66       "url": "http://hydrocodedesign.com/"
67     },
68     {
69       "name": "Jonas",
70       "url": "http://jpommerening.github.io/"
71     },
72     {
73       "name": "Chris Chua",
74       "url": "http://sirh.cc/"
75     },
76     {
77       "name": "Kael Zhang",
78       "url": "http://kael.me"
79     },
80     {
81       "name": "Krasimir Tsonev",
82       "url": "http://krasimirtsonev.com/blog"
83     },
84     {
85       "name": "brett-shwom"
86     }
87   ],
88   "dependencies": {
89     "globule": "^1.0.0"
90   },
91   "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
92   "devDependencies": {
93     "async": "^1.5.2",
94     "grunt": "^1.0.1",
95     "grunt-benchmark": "^0.3.0",
96     "grunt-cli": "^1.2.0",
97     "grunt-contrib-jshint": "^1.0.0",
98     "grunt-contrib-nodeunit": "^1.0.0",
99     "rimraf": "^2.5.2",
100     "semistandard": "^7.0.5"
101   },
102   "directories": {},
103   "dist": {
104     "shasum": "847224677adb8870d679257ed3388fdb61e40105",
105     "tarball": "https://registry.npmjs.org/gaze/-/gaze-1.1.2.tgz"
106   },
107   "engines": {
108     "node": ">= 0.10.0"
109   },
110   "files": [
111     "LICENSE-MIT",
112     "lib"
113   ],
114   "gitHead": "46d6c2afd75b0061e8ec277309b2ab4046b914f1",
115   "homepage": "https://github.com/shama/gaze",
116   "keywords": [
117     "glob",
118     "watch"
119   ],
120   "license": "MIT",
121   "main": "lib/gaze",
122   "maintainers": [
123     {
124       "name": "alexgorbatchev",
125       "email": "alex.gorbatchev@gmail.com"
126     },
127     {
128       "name": "joshperry",
129       "email": "josh@6bit.com"
130     },
131     {
132       "name": "shama",
133       "email": "kyle@dontkry.com"
134     }
135   ],
136   "name": "gaze",
137   "optionalDependencies": {},
138   "readme": "ERROR: No README data found!",
139   "repository": {
140     "type": "git",
141     "url": "git+https://github.com/shama/gaze.git"
142   },
143   "scripts": {
144     "test": "semistandard && grunt nodeunit -v"
145   },
146   "semistandard": {
147     "ignore": [
148       "benchmarks",
149       "build",
150       "experiments",
151       "test"
152     ]
153   },
154   "version": "1.1.2"
155 }