Switch to FUI nightly

This commit is contained in:
Jay Trees 2022-04-07 09:06:43 +02:00
parent 0ea1ad469d
commit ec5b6c905c
6595 changed files with 171884 additions and 136424 deletions

96
node_modules/gulp-cli/package.json generated vendored
View file

@ -1,50 +1,41 @@
{
"_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/"
"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"
},
"main": "index.js",
"bin": {
"gulp": "bin/gulp.js"
},
"bugs": {
"url": "https://github.com/gulpjs/gulp-cli/issues"
"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"
},
"contributors": [],
"dependencies": {
"ansi-colors": "^1.0.1",
"archy": "^1.0.0",
"array-sort": "^1.0.0",
"color-support": "^1.1.3",
"concat-stream": "^1.6.0",
"color-support": "^1.1.3",
"copy-props": "^2.0.1",
"fancy-log": "^1.3.2",
"gulplog": "^1.0.0",
@ -59,7 +50,6 @@
"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",
@ -75,17 +65,6 @@
"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",
@ -94,24 +73,5 @@
"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"
]
}