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

21
node_modules/js-yaml/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "js-yaml",
"version": "3.14.1",
"version": "3.6.1",
"description": "YAML 1.2 parser and serializer",
"keywords": [
"yaml",
@@ -26,22 +26,19 @@
"bin": {
"js-yaml": "bin/js-yaml.js"
},
"unpkg": "dist/js-yaml.min.js",
"jsdelivr": "dist/js-yaml.min.js",
"dependencies": {
"argparse": "^1.0.7",
"esprima": "^4.0.0"
"esprima": "^2.6.0"
},
"devDependencies": {
"ansi": "^0.3.1",
"benchmark": "^2.1.4",
"browserify": "^16.2.2",
"ansi": "*",
"benchmark": "*",
"browserify": "^13.0.0",
"codemirror": "^5.13.4",
"eslint": "^7.0.0",
"fast-check": "^1.24.2",
"istanbul": "^0.4.5",
"mocha": "^7.1.2",
"uglify-js": "^3.0.1"
"eslint": "^2.8.0",
"istanbul": "*",
"mocha": "*",
"uglify-js": "^2.6.1"
},
"scripts": {
"test": "make test"