118 lines
3.2 KiB
JSON
118 lines
3.2 KiB
JSON
|
{
|
||
|
"_from": "glob-watcher@^5.0.3",
|
||
|
"_id": "glob-watcher@5.0.5",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==",
|
||
|
"_location": "/glob-watcher",
|
||
|
"_phantomChildren": {
|
||
|
"arr-flatten": "1.1.0",
|
||
|
"assign-symbols": "1.0.0",
|
||
|
"async-each": "1.0.1",
|
||
|
"debug": "2.6.9",
|
||
|
"define-property": "2.0.2",
|
||
|
"fragment-cache": "0.2.1",
|
||
|
"graceful-fs": "4.1.11",
|
||
|
"inherits": "2.0.3",
|
||
|
"is-binary-path": "1.0.1",
|
||
|
"is-buffer": "1.1.5",
|
||
|
"is-extendable": "0.1.1",
|
||
|
"is-plain-object": "2.0.4",
|
||
|
"nan": "2.14.2",
|
||
|
"nanomatch": "1.2.13",
|
||
|
"object.pick": "1.3.0",
|
||
|
"path-dirname": "1.0.2",
|
||
|
"path-is-absolute": "1.0.1",
|
||
|
"posix-character-classes": "0.1.1",
|
||
|
"readable-stream": "2.3.3",
|
||
|
"regex-not": "1.0.2",
|
||
|
"remove-trailing-separator": "1.1.0",
|
||
|
"repeat-element": "1.1.2",
|
||
|
"repeat-string": "1.6.1",
|
||
|
"snapdragon": "0.8.2",
|
||
|
"snapdragon-node": "2.1.1",
|
||
|
"split-string": "3.1.0",
|
||
|
"to-regex": "3.0.2",
|
||
|
"to-regex-range": "2.1.1"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "glob-watcher@^5.0.3",
|
||
|
"name": "glob-watcher",
|
||
|
"escapedName": "glob-watcher",
|
||
|
"rawSpec": "^5.0.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^5.0.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/gulp"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.5.tgz",
|
||
|
"_shasum": "aa6bce648332924d9a8489be41e3e5c52d4186dc",
|
||
|
"_spec": "glob-watcher@^5.0.3",
|
||
|
"_where": "/home/vitrubio/Documents/trabajo/biofriction/biofriction-web/biofriction-theme/node_modules/gulp",
|
||
|
"author": {
|
||
|
"name": "Gulp Team",
|
||
|
"email": "team@gulpjs.com",
|
||
|
"url": "http://gulpjs.com/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/gulpjs/glob-watcher/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [],
|
||
|
"dependencies": {
|
||
|
"anymatch": "^2.0.0",
|
||
|
"async-done": "^1.2.0",
|
||
|
"chokidar": "^2.0.0",
|
||
|
"is-negated-glob": "^1.0.0",
|
||
|
"just-debounce": "^1.0.0",
|
||
|
"normalize-path": "^3.0.0",
|
||
|
"object.defaults": "^1.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.",
|
||
|
"devDependencies": {
|
||
|
"coveralls": "^2.11.2",
|
||
|
"eslint": "^2.13.1",
|
||
|
"eslint-config-gulp": "^3.0.1",
|
||
|
"expect": "^1.16.0",
|
||
|
"istanbul": "^0.4.0",
|
||
|
"istanbul-coveralls": "^1.0.1",
|
||
|
"mocha": "^2.0.0",
|
||
|
"mocha-lcov-reporter": "^1.2.0",
|
||
|
"rimraf": "^2.6.1",
|
||
|
"through2": "^2.0.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/gulpjs/glob-watcher#readme",
|
||
|
"keywords": [
|
||
|
"watch",
|
||
|
"glob",
|
||
|
"async",
|
||
|
"queue",
|
||
|
"debounce",
|
||
|
"callback"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "glob-watcher",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/gulpjs/glob-watcher.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"cover": "istanbul cover _mocha --report lcovonly",
|
||
|
"coveralls": "npm run cover && istanbul-coveralls",
|
||
|
"lint": "eslint .",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "mocha --async-only"
|
||
|
},
|
||
|
"version": "5.0.5"
|
||
|
}
|