78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"_from": "grunt-contrib-watch",
|
|
"_id": "grunt-contrib-watch@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-yGweN+0DW5yM+oo58fRu/XIRrPcn3r4tQx+nL7eMRwjpvk+rQY6R8o94BPK0i2UhTg9FN21hS+m8vR8v9vXfeg==",
|
|
"_location": "/grunt-contrib-watch",
|
|
"_phantomChildren": {
|
|
"lodash": "4.17.15"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "grunt-contrib-watch",
|
|
"name": "grunt-contrib-watch",
|
|
"escapedName": "grunt-contrib-watch",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-1.1.0.tgz",
|
|
"_shasum": "c143ca5b824b288a024b856639a5345aedb78ed4",
|
|
"_spec": "grunt-contrib-watch",
|
|
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome/wp-content/plugins/opal-estate-pro",
|
|
"appveyor_id": "olyu3uhcq59avm8v",
|
|
"author": {
|
|
"name": "Grunt Team",
|
|
"url": "http://gruntjs.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gruntjs/grunt-contrib-watch/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"async": "^2.6.0",
|
|
"gaze": "^1.1.0",
|
|
"lodash": "^4.17.10",
|
|
"tiny-lr": "^1.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted",
|
|
"devDependencies": {
|
|
"grunt": "^1.0.2",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-internal": "^2.0.0",
|
|
"grunt-contrib-jshint": "^1.0.0",
|
|
"grunt-contrib-nodeunit": "^1.0.0",
|
|
"grunt-jscs": "^3.0.0",
|
|
"underscore.string": "^3.2.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"tasks"
|
|
],
|
|
"homepage": "https://github.com/gruntjs/grunt-contrib-watch#readme",
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"watch",
|
|
"livereload"
|
|
],
|
|
"license": "MIT",
|
|
"main": "tasks/watch.js",
|
|
"name": "grunt-contrib-watch",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gruntjs/grunt-contrib-watch.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test -v"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|