Update dependencies
This commit is contained in:
parent
7f0fac984e
commit
e7d5360304
866 changed files with 44718 additions and 26682 deletions
96
node_modules/gulp-cli/package.json
generated
vendored
96
node_modules/gulp-cli/package.json
generated
vendored
|
@ -1,41 +1,50 @@
|
|||
{
|
||||
"name": "gulp-cli",
|
||||
"version": "2.3.0",
|
||||
"description": "Command line interface for gulp",
|
||||
"author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)",
|
||||
"contributors": [],
|
||||
"homepage": "https://gulpjs.com",
|
||||
"repository": "gulpjs/gulp-cli",
|
||||
"license": "MIT",
|
||||
"man": "gulp.1",
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
"_args": [
|
||||
[
|
||||
"gulp-cli@2.3.0",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "gulp-cli@2.3.0",
|
||||
"_id": "gulp-cli@2.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-zzGBl5fHo0EKSXsHzjspp3y5CONegCm8ErO5Qh0UzFzk2y4tMvzLWhoDokADbarfZRL2pGpRp7yt6gfJX4ph7A==",
|
||||
"_location": "/gulp-cli",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "gulp-cli@2.3.0",
|
||||
"name": "gulp-cli",
|
||||
"escapedName": "gulp-cli",
|
||||
"rawSpec": "2.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp-cli/-/gulp-cli-2.3.0.tgz",
|
||||
"_spec": "2.3.0",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Gulp Team",
|
||||
"email": "team@gulpjs.com",
|
||||
"url": "https://gulpjs.com/"
|
||||
},
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"gulp": "bin/gulp.js"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib",
|
||||
"bin",
|
||||
"completion",
|
||||
"gulp.1"
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
|
||||
"pretest": "npm run lint",
|
||||
"test": "mocha --async-only --timeout 5000 test/lib test",
|
||||
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
|
||||
"coveralls": "nyc --reporter=text-lcov npm test | coveralls"
|
||||
"bugs": {
|
||||
"url": "https://github.com/gulpjs/gulp-cli/issues"
|
||||
},
|
||||
"contributors": [],
|
||||
"dependencies": {
|
||||
"ansi-colors": "^1.0.1",
|
||||
"archy": "^1.0.0",
|
||||
"array-sort": "^1.0.0",
|
||||
"concat-stream": "^1.6.0",
|
||||
"color-support": "^1.1.3",
|
||||
"concat-stream": "^1.6.0",
|
||||
"copy-props": "^2.0.1",
|
||||
"fancy-log": "^1.3.2",
|
||||
"gulplog": "^1.0.0",
|
||||
|
@ -50,6 +59,7 @@
|
|||
"v8flags": "^3.2.0",
|
||||
"yargs": "^7.1.0"
|
||||
},
|
||||
"description": "Command line interface for gulp",
|
||||
"devDependencies": {
|
||||
"babel-preset-es2015": "^6.5.0",
|
||||
"babel-register": "^6.5.1",
|
||||
|
@ -65,6 +75,17 @@
|
|||
"rimraf": "^2.6.1",
|
||||
"semver": "^5.7.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib",
|
||||
"bin",
|
||||
"completion",
|
||||
"gulp.1"
|
||||
],
|
||||
"homepage": "https://gulpjs.com",
|
||||
"keywords": [
|
||||
"build",
|
||||
"stream",
|
||||
|
@ -73,5 +94,24 @@
|
|||
"tool",
|
||||
"asset",
|
||||
"pipeline"
|
||||
]
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"man": [
|
||||
"gulp.1"
|
||||
],
|
||||
"name": "gulp-cli",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gulpjs/gulp-cli.git"
|
||||
},
|
||||
"scripts": {
|
||||
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
|
||||
"coveralls": "nyc --reporter=text-lcov npm test | coveralls",
|
||||
"lint": "eslint .",
|
||||
"prepublish": "marked-man --name gulp docs/CLI.md > gulp.1",
|
||||
"pretest": "npm run lint",
|
||||
"test": "mocha --async-only --timeout 5000 test/lib test"
|
||||
},
|
||||
"version": "2.3.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue