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

107
node_modules/base/package.json generated vendored
View File

@@ -1,58 +1,35 @@
{
"_from": "base@^0.11.1",
"_id": "base@0.11.2",
"_inBundle": false,
"_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
"_location": "/base",
"_phantomChildren": {
"kind-of": "6.0.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "base@^0.11.1",
"name": "base",
"escapedName": "base",
"rawSpec": "^0.11.1",
"saveSpec": null,
"fetchSpec": "^0.11.1"
},
"_requiredBy": [
"/snapdragon"
"name": "base",
"description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
"version": "0.11.2",
"homepage": "https://github.com/node-base/base",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"maintainers": [
"Brian Woodward (https://github.com/doowb)",
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
"_shasum": "7bde5ced145b6d551a90db87f83c558b4eb48a8f",
"_spec": "base@^0.11.1",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/snapdragon",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"contributors": [
"Brian Woodward (https://twitter.com/doowb)",
"John O'Donnell (https://github.com/criticalmash)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"tunnckoCore (https://i.am.charlike.online)",
"(https://github.com/wtgtybhertgeghgtwtg)"
],
"repository": "node-base/base",
"bugs": {
"url": "https://github.com/node-base/base/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "John O'Donnell",
"url": "https://github.com/criticalmash"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "tunnckoCore",
"url": "https://i.am.charlike.online"
},
{
"url": "https://github.com/wtgtybhertgeghgtwtg"
}
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"cache-base": "^1.0.1",
"class-utils": "^0.3.5",
@@ -62,8 +39,6 @@
"mixin-deep": "^1.2.0",
"pascalcase": "^0.1.1"
},
"deprecated": false,
"description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
@@ -76,13 +51,6 @@
"through2": "^2.0.3",
"verb-generate-readme": "^0.6.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/node-base/base",
"keywords": [
"base",
"boilerplate",
@@ -96,26 +64,6 @@
"unset",
"visit"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"name": "base",
"repository": {
"type": "git",
"url": "git+https://github.com/node-base/base.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
@@ -159,6 +107,5 @@
"lint": {
"reflinks": true
}
},
"version": "0.11.2"
}
}