blob: 62734d7d3be25b0b2099008c2ad28899f0a3ef03 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "gaze@^1.1.0",
3 "_id": "gaze@1.1.3",
4 "_inBundle": false,
5 "_integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
6 "_location": "/gaze",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "gaze@^1.1.0",
12 "name": "gaze",
13 "escapedName": "gaze",
14 "rawSpec": "^1.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.0"
17 },
18 "_requiredBy": [
19 "/grunt-contrib-watch"
20 ],
21 "_resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
22 "_shasum": "c441733e13b927ac8c0ff0b4c3b033f28812924a",
23 "_spec": "gaze@^1.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-watch",
25 "author": {
26 "name": "Kyle Robinson Young",
27 "email": "kyle@dontkry.com"
28 },
29 "bugs": {
30 "url": "https://github.com/shama/gaze/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "globule": "^1.0.0"
35 },
36 "deprecated": false,
37 "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
38 "devDependencies": {
39 "async": "^2.6.1",
40 "grunt": "^1.0.1",
41 "grunt-benchmark": "^1.0.0",
42 "grunt-cli": "^1.2.0",
43 "grunt-contrib-jshint": "^1.1.0",
44 "grunt-contrib-nodeunit": "^2.0.0",
45 "rimraf": "^2.5.2",
46 "semistandard": "^12.0.1"
47 },
48 "engines": {
49 "node": ">= 4.0.0"
50 },
51 "files": [
52 "lib",
53 "LICENSE-MIT"
54 ],
55 "homepage": "https://github.com/shama/gaze",
56 "keywords": [
57 "watch",
58 "glob"
59 ],
60 "license": "MIT",
61 "main": "lib/gaze",
62 "name": "gaze",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/shama/gaze.git"
66 },
67 "scripts": {
68 "test": "semistandard && grunt nodeunit -v"
69 },
70 "semistandard": {
71 "ignore": [
72 "benchmarks",
73 "experiments",
74 "build",
75 "test"
76 ]
77 },
78 "version": "1.1.3"
79}