github-pages-deploy-action/node_modules/optionator/package.json

45 lines
914 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "optionator",
"version": "0.8.3",
"author": "George Zahariev <z@georgezahariev.com>",
2020-01-28 13:07:56 +08:00
"description": "option parsing and help generation",
"homepage": "https://github.com/gkz/optionator",
"keywords": [
"options",
"flags",
"option parsing",
"cli"
],
2020-03-31 20:57:48 +08:00
"files": [
"lib",
"README.md",
"LICENSE"
],
2020-03-22 05:13:25 +08:00
"main": "./lib/",
2020-03-31 20:57:48 +08:00
"bugs": "https://github.com/gkz/optionator/issues",
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
2020-01-28 13:07:56 +08:00
"repository": {
"type": "git",
"url": "git://github.com/gkz/optionator.git"
},
"scripts": {
"test": "make test"
},
2020-03-31 20:57:48 +08:00
"dependencies": {
"prelude-ls": "~1.1.2",
"deep-is": "~0.1.3",
"word-wrap": "~1.2.3",
"type-check": "~0.3.2",
"levn": "~0.3.0",
"fast-levenshtein": "~2.0.6"
},
"devDependencies": {
"livescript": "~1.6.0",
"mocha": "~6.2.2",
"istanbul": "~0.4.5"
}
2020-01-28 13:07:56 +08:00
}