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,52 +1,23 @@
{
"_from": "strip-outer@^1.0.0",
"_id": "strip-outer@1.0.1",
"_inBundle": false,
"_integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
"_location": "/strip-outer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "strip-outer@^1.0.0",
"name": "strip-outer",
"escapedName": "strip-outer",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/filenamify"
],
"_resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
"_shasum": "b2fd2abf6604b9d1e6013057195df836b8a9d631",
"_spec": "strip-outer@^1.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/filenamify",
"name": "strip-outer",
"version": "1.0.1",
"description": "Strip a substring from the start/end of a string",
"license": "MIT",
"repository": "sindresorhus/strip-outer",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/strip-outer/issues"
},
"bundleDependencies": false,
"dependencies": {
"escape-string-regexp": "^1.0.2"
},
"deprecated": false,
"description": "Strip a substring from the start/end of a string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/strip-outer#readme",
"keywords": [
"strip",
"trim",
@@ -63,14 +34,11 @@
"regex",
"regexp"
],
"license": "MIT",
"name": "strip-outer",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/strip-outer.git"
"dependencies": {
"escape-string-regexp": "^1.0.2"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.1"
"devDependencies": {
"ava": "*",
"xo": "*"
}
}