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

142
node_modules/csso/package.json generated vendored
View File

@@ -1,96 +1,78 @@
{
"_from": "csso@^4.0.2",
"_id": "csso@4.2.0",
"_inBundle": false,
"_integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==",
"_location": "/csso",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "csso@^4.0.2",
"name": "csso",
"escapedName": "csso",
"rawSpec": "^4.0.2",
"saveSpec": null,
"fetchSpec": "^4.0.2"
},
"_requiredBy": [
"/svgo"
],
"_resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz",
"_shasum": "ea3a561346e8dc9f546d6febedd50187cf389529",
"_spec": "csso@^4.0.2",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/svgo",
"author": {
"name": "Sergey Kryzhanovsky",
"email": "skryzhanovsky@ya.ru",
"url": "https://github.com/afelix"
},
"browser": {
"css-tree": "css-tree/dist/csstree.min.js"
},
"bugs": {
"url": "https://github.com/css/csso/issues"
},
"bundleDependencies": false,
"dependencies": {
"css-tree": "^1.1.2"
},
"deprecated": false,
"description": "CSS minifier with structural optimisations",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"coveralls": "^3.0.11",
"eslint": "^6.8.0",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"rollup": "^1.29.0",
"source-map": "^0.6.1",
"terser": "^4.6.3"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"dist",
"lib"
],
"homepage": "https://github.com/css/csso",
"name": "csso",
"version": "2.0.0",
"description": "CSSO (CSS Optimizer) is a CSS minifier with structural optimisations",
"keywords": [
"css",
"compress",
"minifier",
"minify",
"optimise",
"optimisation",
"csstree"
"compress",
"optimisation"
],
"license": "MIT",
"main": "./lib/index",
"homepage": "https://github.com/css/csso",
"author": "Sergey Kryzhanovsky <skryzhanovsky@ya.ru> (https://github.com/afelix)",
"maintainers": [
{
"name": "Roman Dvornov",
"email": "rdvornov@gmail.com"
"email": "rdvornov@gmail.com",
"github-username": "lahmatiy"
}
],
"name": "csso",
"repository": {
"type": "git",
"url": "git+https://github.com/css/csso.git"
"license": "MIT",
"repository": "css/csso",
"bugs": {
"url": "https://github.com/css/csso/issues"
},
"bin": {
"csso": "./bin/csso"
},
"main": "./lib/index",
"eslintConfig": {
"env": {
"node": true,
"mocha": true,
"es6": true
},
"rules": {
"no-duplicate-case": 2,
"no-undef": 2,
"no-unused-vars": [2, {"vars": "all", "args": "after-used"}]
}
},
"scripts": {
"build": "rollup --config && terser dist/csso.js --compress --mangle -o dist/csso.min.js",
"coverage": "nyc npm test",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null",
"lint": "eslint lib test",
"lint-and-test": "npm run lint && npm test",
"prepublishOnly": "npm run build",
"test": "mocha --reporter dot",
"travis": "nyc npm run lint-and-test && npm run coveralls"
"codestyle": "jscs lib && eslint lib test",
"codestyle-and-test": "npm run codestyle && npm test",
"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/csso --stat -o /dev/null",
"coverage": "istanbul cover _mocha -- -R dot",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R dot && cat ./coverage/lcov.info | coveralls",
"travis": "npm run codestyle-and-test && npm run coveralls",
"browserify": "browserify --standalone csso lib/index.js | uglifyjs --compress --mangle -o dist/csso-browser.js",
"gh-pages": "git clone -b gh-pages https://github.com/css/csso.git .gh-pages && npm run browserify && cp dist/csso-browser.js .gh-pages/ && cd .gh-pages && git commit -am \"update\" && git push && cd .. && rm -rf .gh-pages",
"prepublish": "npm run browserify"
},
"version": "4.2.0"
"dependencies": {
"clap": "^1.0.9",
"source-map": "^0.5.3"
},
"devDependencies": {
"browserify": "^13.0.0",
"coveralls": "^2.11.6",
"eslint": "^2.2.0",
"istanbul": "^0.4.2",
"jscs": "~2.10.0",
"mocha": "~2.4.2",
"uglify-js": "^2.6.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"bin",
"dist/csso-browser.js",
"lib",
"HISTORY.md",
"LICENSE",
"README.md"
]
}