mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
744 B
36 lines
744 B
{
|
|
"name": "get-them-args",
|
|
"version": "1.3.2",
|
|
"description": "Parse argument options",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tiaanduplessis/get-them-args.git"
|
|
},
|
|
"homepage": "https://github.com/tiaanduplessis/get-them-args",
|
|
"bugs": "https://github.com/tiaanduplessis/get-them-args/issues",
|
|
"author": "Tiaan du Plessis",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "standard --fix",
|
|
"coverage": "jest --coverage"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"args",
|
|
"get-them-args",
|
|
"parser",
|
|
"arguments"
|
|
],
|
|
"devDependencies": {
|
|
"jest": "^23.4.1",
|
|
"standard": "^11.0.1"
|
|
},
|
|
"standard": {
|
|
"env": {
|
|
"jest": true
|
|
}
|
|
}
|
|
}
|
|
|