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,25 @@
{
"_from": "gulp-sourcemaps@^3.0.0",
"_id": "gulp-sourcemaps@3.0.0",
"_inBundle": false,
"_integrity": "sha512-RqvUckJkuYqy4VaIH60RMal4ZtG0IbQ6PXMNkNsshEGJ9cldUPRb/YCgboYae+CLAs1HQNb4ADTKCx65HInquQ==",
"_location": "/gulp-sourcemaps",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gulp-sourcemaps@^3.0.0",
"name": "gulp-sourcemaps",
"escapedName": "gulp-sourcemaps",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"name": "gulp-sourcemaps",
"version": "3.0.0",
"description": "Sourcemap support for gulpjs.",
"homepage": "http://github.com/gulp-sourcemaps/gulp-sourcemaps",
"repository": "git://github.com/gulp-sourcemaps/gulp-sourcemaps.git",
"main": "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"
},
"_requiredBy": [
"#DEV:/",
"#USER"
"keywords": [
"gulpplugin",
"gulp",
"source maps",
"sourcemaps"
],
"_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-3.0.0.tgz",
"_shasum": "2e154e1a2efed033c0e48013969e6f30337b2743",
"_spec": "gulp-sourcemaps@^3.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly",
"author": {
"name": "Florian Reiterer",
"email": "me@florianreiterer.com"
},
"bugs": {
"url": "https://github.com/gulp-sourcemaps/gulp-sourcemaps/issues"
},
"bundleDependencies": false,
"author": "Florian Reiterer <me@florianreiterer.com>",
"license": "ISC",
"dependencies": {
"@gulp-sourcemaps/identity-map": "^2.0.1",
"@gulp-sourcemaps/map-sources": "^1.0.0",
@@ -44,8 +33,6 @@
"strip-bom-string": "^1.0.0",
"through2": "^2.0.0"
},
"deprecated": false,
"description": "Sourcemap support for gulpjs.",
"devDependencies": {
"bootstrap": "^3.4.1",
"eslint": "^5.16.0",
@@ -65,33 +52,11 @@
"rimraf": "^2.6.3",
"vinyl": "^2.2.0"
},
"engines": {
"node": ">= 6"
},
"files": [
"index.js",
"src"
],
"homepage": "http://github.com/gulp-sourcemaps/gulp-sourcemaps",
"keywords": [
"gulpplugin",
"gulp",
"source maps",
"sourcemaps"
],
"license": "ISC",
"main": "index.js",
"name": "gulp-sourcemaps",
"repository": {
"type": "git",
"url": "git://github.com/gulp-sourcemaps/gulp-sourcemaps.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": "3.0.0"
"engines": {
"node": ">= 6"
}
}