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

36
node_modules/clap/package.json generated vendored Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "clap",
"title": "Command line argument parser",
"description": "Command line argument parser",
"author": "Roman Dvornov <rdvornov@gmail.com>",
"license": "MIT",
"version": "1.2.3",
"keywords": [
"cli",
"command",
"option",
"argument",
"completion"
],
"homepage": "https://github.com/lahmatiy/clap",
"repository": "lahmatiy/clap",
"main": "index.js",
"files": [
"index.js",
"HISTORY.md",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"chalk": "^1.1.3"
},
"devDependencies": {
"mocha": "^2.4.5"
},
"scripts": {
"test": "mocha test -R spec"
}
}