update, text, response

This commit is contained in:
2025-11-02 11:09:14 +01:00
parent 14776c86b0
commit eed8a4ddcf
2794 changed files with 156786 additions and 129204 deletions

View File

@@ -1,36 +1,9 @@
{
"_from": "gulp-uglify",
"_id": "gulp-uglify@3.0.2",
"_inBundle": false,
"_integrity": "sha512-gk1dhB74AkV2kzqPMQBLA3jPoIAPd/nlNzP2XMDSG8XZrqnlCiDGAqC+rZOumzFvB5zOphlFh6yr3lgcAb/OOg==",
"_location": "/gulp-uglify",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "gulp-uglify",
"name": "gulp-uglify",
"escapedName": "gulp-uglify",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.2.tgz",
"_shasum": "5f5b2e8337f879ca9dec971feb1b82a5a87850b0",
"_spec": "gulp-uglify",
"_where": "/var/www/html/jason/WeihnachtenMelly",
"author": {
"name": "Terin Stock",
"email": "terinjokes@gmail.com"
},
"bugs": {
"url": "https://github.com/terinjokes/gulp-uglify/issues"
},
"bundleDependencies": false,
"name": "gulp-uglify",
"description": "Minify files with UglifyJS.",
"version": "3.0.2",
"author": "Terin Stock <terinjokes@gmail.com>",
"bugs": "https://github.com/terinjokes/gulp-uglify/issues",
"dependencies": {
"array-each": "^1.0.1",
"extend-shallow": "^3.0.2",
@@ -43,8 +16,6 @@
"uglify-js": "^3.0.5",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"deprecated": false,
"description": "Minify files with UglifyJS.",
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-prettier": "^2.1.0",
@@ -60,6 +31,13 @@
"testdouble": "^2.1.2",
"vinyl": "^2.0.0"
},
"homepage": "https://github.com/terinjokes/gulp-uglify/",
"keywords": [
"gulpplugin"
],
"license": "MIT",
"main": "index.js",
"repository": "terinjokes/gulp-uglify",
"eslintConfig": {
"env": {
"node": true
@@ -91,25 +69,13 @@
"composer.js",
"lib/"
],
"greenkeeper": {
"ignore": [
"gulp-sourcemaps"
]
},
"homepage": "https://github.com/terinjokes/gulp-uglify/",
"keywords": [
"gulpplugin"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-uglify",
"repository": {
"type": "git",
"url": "git+https://github.com/terinjokes/gulp-uglify.git"
},
"scripts": {
"lint": "eslint *.js lib test",
"test": "tape test/*.js"
},
"version": "3.0.2"
"greenkeeper": {
"ignore": [
"gulp-sourcemaps"
]
}
}