Galerie und tage

This commit is contained in:
2021-11-23 17:56:26 +01:00
parent ff35366279
commit 5f873bee89
4693 changed files with 149659 additions and 301447 deletions

92
node_modules/strip-dirs/package.json generated vendored
View File

@@ -1,74 +1,54 @@
{
"_from": "strip-dirs@^2.0.0",
"_id": "strip-dirs@2.1.0",
"_inBundle": false,
"_integrity": "sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==",
"_location": "/strip-dirs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "strip-dirs@^2.0.0",
"name": "strip-dirs",
"escapedName": "strip-dirs",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/decompress"
],
"_resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-2.1.0.tgz",
"_shasum": "4987736264fc344cf20f6c34aca9d13d1d4ed6c5",
"_spec": "strip-dirs@^2.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/decompress",
"name": "strip-dirs",
"version": "1.1.1",
"description": "Remove leading directory components from a path, like tar's --strip-components option",
"repository": "shinnn/node-strip-dirs",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"bugs": {
"url": "https://github.com/shinnn/node-strip-dirs/issues"
},
"bundleDependencies": false,
"dependencies": {
"is-natural-number": "^4.0.1"
},
"deprecated": false,
"description": "Remove leading directory components from a path, like tar's --strip-components option",
"devDependencies": {
"@shinnn/eslint-config-node": "^3.0.0",
"eslint": "^3.10.0",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"tap-spec": "^4.1.1",
"tape": "^4.6.2"
},
"eslintConfig": {
"extends": "@shinnn/node"
},
"bin": "cli.js",
"files": [
"cli.js",
"index.js"
],
"homepage": "https://github.com/shinnn/node-strip-dirs#readme",
"scripts": {
"pretest": "jscs *.js && eslint *.js",
"test": "node test.js | tap-spec",
"coverage": "istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shinnn/node-strip-dirs/blob/master/LICENSE"
}
],
"keywords": [
"filepath",
"file-path",
"path",
"dir",
"directory",
"strip",
"strip-components"
],
"license": "MIT",
"name": "strip-dirs",
"repository": {
"type": "git",
"url": "git+https://github.com/shinnn/node-strip-dirs.git"
"dependencies": {
"chalk": "^1.0.0",
"get-stdin": "^4.0.1",
"is-absolute": "^0.1.5",
"is-natural-number": "^2.0.0",
"minimist": "^1.1.0",
"sum-up": "^1.0.1"
},
"scripts": {
"coverage": "istanbul cover test.js",
"pretest": "eslint --fix --format=codeframe index.js test.js",
"test": "node --throw-deprecation --track-heap-objects test.js | tap-spec"
"devDependencies": {
"eslint": "^0.15.0",
"istanbul": "^0.3.6",
"istanbul-coveralls": "^1.0.1",
"jscs": "^1.11.3",
"tap-spec": "^2.2.1",
"tape": "^3.5.0"
},
"version": "2.1.0"
"jscsConfig": {
"preset": "google",
"maximumLineLength": 95
}
}