package.json
2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"_from": "gaze@~0.4.0",
"_id": "gaze@0.4.3",
"_inBundle": false,
"_integrity": "sha1-5Tj0/15P5kj0c6l+HrslPS3hJ7U=",
"_location": "/gaze",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gaze@~0.4.0",
"name": "gaze",
"escapedName": "gaze",
"rawSpec": "~0.4.0",
"saveSpec": null,
"fetchSpec": "~0.4.0"
},
"_requiredBy": [
"/grunt-contrib-watch"
],
"_resolved": "https://registry.npmjs.org/gaze/-/gaze-0.4.3.tgz",
"_shasum": "e538f4ff5e4fe648f473a97e1ebb253d2de127b5",
"_spec": "gaze@~0.4.0",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt-contrib-watch",
"author": {
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com"
},
"bugs": {
"url": "https://github.com/shama/gaze/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Kyle Robinson Young",
"url": "http://dontkry.com"
},
{
"name": "Sam Day",
"url": "http://sam.is-super-awesome.com"
},
{
"name": "Roarke Gaskill",
"url": "http://starkinvestments.com"
},
{
"name": "Lance Pollard",
"url": "http://lancepollard.com/"
},
{
"name": "Daniel Fagnan",
"url": "http://hydrocodedesign.com/"
},
{
"name": "Jonas",
"url": "http://jpommerening.github.io/"
},
{
"name": "Chris Chua",
"url": "http://sirh.cc/"
},
{
"name": "Kael Zhang",
"url": "http://kael.me"
},
{
"name": "Krasimir Tsonev",
"url": "http://krasimirtsonev.com/blog"
},
{
"name": "brett-shwom"
}
],
"dependencies": {
"globule": "~0.1.0"
},
"deprecated": false,
"description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-benchmark": "~0.2.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/shama/gaze",
"keywords": [
"watch",
"glob"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT"
}
],
"main": "lib/gaze",
"name": "gaze",
"repository": {
"type": "git",
"url": "git://github.com/shama/gaze.git"
},
"scripts": {
"test": "grunt nodeunit -v"
},
"version": "0.4.3"
}