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

37
node_modules/coa/package.json generated vendored
View File

@@ -1,7 +1,7 @@
{
"name": "coa",
"description": "Command-Option-Argument: Yet another parser for command line options.",
"version": "2.0.2",
"version": "1.0.4",
"homepage": "http://github.com/veged/coa",
"author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",
"maintainers": [
@@ -11,12 +11,6 @@
"contributors": [
"Sergey Belov <peimei@ya.ru> (http://github.com/arikon)"
],
"files": [
"lib/",
"index.js",
"coa.d.ts",
"README.ru.md"
],
"repository": {
"type": "git",
"url": "git://github.com/veged/coa.git"
@@ -25,29 +19,26 @@
"lib": "./lib"
},
"dependencies": {
"@types/q": "^1.5.1",
"chalk": "^2.4.1",
"q": "^1.1.2"
},
"devDependencies": {
"chai": "~1.7.2",
"coveralls": "^2.11.16",
"eslint": "^4.15.0",
"eslint-config-pedant": "^1.0.0",
"coffee-script": "~1.6.3",
"istanbul": "~0.1.40",
"mocha-istanbul": "*",
"mocha": "~1.21.4",
"nyc": "^10.1.2"
"chai": "~1.7.2"
},
"scripts": {
"clean": "rm -r .nyc_output coverage",
"coverage": "nyc --reporter=text --reporter=html mocha; echo; echo 'Open coverage/index.html file in your browser'",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc mocha"
"test": "make test",
"coverage": "make coverage"
},
"engines": {
"node": ">= 4.0"
"node": ">= 0.8.0"
},
"types": "./coa.d.ts",
"license": "MIT"
"licenses": [
{
"type": "MIT"
}
],
"optionalDependencies": {}
}