blob: 2673a3ea8124a430d24ea9539f5199c84c1c454d [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "grunt-contrib-watch@^1.1.0",
3 "_id": "grunt-contrib-watch@1.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-yGweN+0DW5yM+oo58fRu/XIRrPcn3r4tQx+nL7eMRwjpvk+rQY6R8o94BPK0i2UhTg9FN21hS+m8vR8v9vXfeg==",
6 "_location": "/grunt-contrib-watch",
7 "_phantomChildren": {
8 "lodash": "4.17.20"
9 },
10 "_requested": {
11 "type": "range",
12 "registry": true,
13 "raw": "grunt-contrib-watch@^1.1.0",
14 "name": "grunt-contrib-watch",
15 "escapedName": "grunt-contrib-watch",
16 "rawSpec": "^1.1.0",
17 "saveSpec": null,
18 "fetchSpec": "^1.1.0"
19 },
20 "_requiredBy": [
21 "#DEV:/"
22 ],
23 "_resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.1.0.tgz",
24 "_shasum": "c143ca5b824b288a024b856639a5345aedb78ed4",
25 "_spec": "grunt-contrib-watch@^1.1.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar",
27 "appveyor_id": "olyu3uhcq59avm8v",
28 "author": {
29 "name": "Grunt Team",
30 "url": "http://gruntjs.com/"
31 },
32 "bugs": {
33 "url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "async": "^2.6.0",
38 "gaze": "^1.1.0",
39 "lodash": "^4.17.10",
40 "tiny-lr": "^1.1.1"
41 },
42 "deprecated": false,
43 "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
44 "devDependencies": {
45 "grunt": "^1.0.2",
46 "grunt-cli": "^1.2.0",
47 "grunt-contrib-internal": "^2.0.0",
48 "grunt-contrib-jshint": "^1.0.0",
49 "grunt-contrib-nodeunit": "^1.0.0",
50 "grunt-jscs": "^3.0.0",
51 "underscore.string": "^3.2.2"
52 },
53 "engines": {
54 "node": ">=0.10.0"
55 },
56 "files": [
57 "tasks"
58 ],
59 "homepage": "https://github.com/gruntjs/grunt-contrib-watch#readme",
60 "keywords": [
61 "gruntplugin",
62 "watch",
63 "livereload"
64 ],
65 "license": "MIT",
66 "main": "tasks/watch.js",
67 "name": "grunt-contrib-watch",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/gruntjs/grunt-contrib-watch.git"
71 },
72 "scripts": {
73 "test": "grunt test -v"
74 },
75 "version": "1.1.0"
76}