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

View File

@@ -1,60 +1,34 @@
{
"_from": "find-versions@^3.0.0",
"_id": "find-versions@3.2.0",
"_inBundle": false,
"_integrity": "sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==",
"_location": "/find-versions",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "find-versions@^3.0.0",
"name": "find-versions",
"escapedName": "find-versions",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/bin-version"
],
"_resolved": "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz",
"_shasum": "10297f98030a786829681690545ef659ed1d254e",
"_spec": "find-versions@^3.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/bin-version",
"name": "find-versions",
"version": "1.2.1",
"description": "Find semver versions in a string: `unicorn 1.0.0` → `1.0.0`",
"license": "MIT",
"repository": "sindresorhus/find-versions",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/find-versions/issues"
},
"bundleDependencies": false,
"dependencies": {
"semver-regex": "^2.0.0"
},
"deprecated": false,
"description": "Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"bin": "cli.js",
"engines": {
"node": ">=6"
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js",
"index.d.ts"
"cli.js"
],
"homepage": "https://github.com/sindresorhus/find-versions#readme",
"keywords": [
"cli-app",
"cli",
"semver",
"version",
"versions",
"regex",
"regexp",
"re",
"match",
"matching",
"semantic",
@@ -62,14 +36,13 @@
"extract",
"get"
],
"license": "MIT",
"name": "find-versions",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/find-versions.git"
"dependencies": {
"array-uniq": "^1.0.0",
"get-stdin": "^4.0.1",
"meow": "^3.5.0",
"semver-regex": "^1.0.0"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.2.0"
"devDependencies": {
"mocha": "*"
}
}