Install yarn
This commit is contained in:
parent
0453e84836
commit
1fde8a81be
1927 changed files with 82144 additions and 83317 deletions
81
node_modules/glob-watcher/package.json
generated
vendored
81
node_modules/glob-watcher/package.json
generated
vendored
|
@ -1,41 +1,25 @@
|
|||
{
|
||||
"_args": [
|
||||
[
|
||||
"glob-watcher@5.0.5",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "glob-watcher@5.0.5",
|
||||
"_id": "glob-watcher@5.0.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==",
|
||||
"_location": "/glob-watcher",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "glob-watcher@5.0.5",
|
||||
"name": "glob-watcher",
|
||||
"escapedName": "glob-watcher",
|
||||
"rawSpec": "5.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-5.0.5.tgz",
|
||||
"_spec": "5.0.5",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Gulp Team",
|
||||
"email": "team@gulpjs.com",
|
||||
"url": "http://gulpjs.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gulpjs/glob-watcher/issues"
|
||||
},
|
||||
"name": "glob-watcher",
|
||||
"version": "5.0.5",
|
||||
"description": "Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.",
|
||||
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
|
||||
"contributors": [],
|
||||
"repository": "gulpjs/glob-watcher",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"pretest": "npm run lint",
|
||||
"test": "mocha --async-only",
|
||||
"cover": "istanbul cover _mocha --report lcovonly",
|
||||
"coveralls": "npm run cover && istanbul-coveralls"
|
||||
},
|
||||
"dependencies": {
|
||||
"anymatch": "^2.0.0",
|
||||
"async-done": "^1.2.0",
|
||||
|
@ -45,7 +29,6 @@
|
|||
"normalize-path": "^3.0.0",
|
||||
"object.defaults": "^1.1.0"
|
||||
},
|
||||
"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",
|
||||
|
@ -58,13 +41,6 @@
|
|||
"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",
|
||||
|
@ -72,20 +48,5 @@
|
|||
"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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue