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

79 lines
1.6 KiB
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"optionator@0.8.3",
2020-03-31 20:40:00 +08:00
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
"_from": "optionator@0.8.3",
"_id": "optionator@0.8.3",
"_inBundle": false,
"_integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
"_location": "/optionator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "optionator@0.8.3",
"name": "optionator",
"escapedName": "optionator",
"rawSpec": "0.8.3",
"saveSpec": null,
"fetchSpec": "0.8.3"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
"_spec": "0.8.3",
2020-03-31 20:40:00 +08:00
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "George Zahariev",
"email": "z@georgezahariev.com"
},
"bugs": {
"url": "https://github.com/gkz/optionator/issues"
},
"dependencies": {
"deep-is": "~0.1.3",
"fast-levenshtein": "~2.0.6",
"levn": "~0.3.0",
"prelude-ls": "~1.1.2",
"type-check": "~0.3.2",
"word-wrap": "~1.2.3"
},
2020-01-28 13:07:56 +08:00
"description": "option parsing and help generation",
2020-03-22 05:13:25 +08:00
"devDependencies": {
"istanbul": "~0.4.5",
"livescript": "~1.6.0",
"mocha": "~6.2.2"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"lib",
"README.md",
"LICENSE"
],
2020-01-28 13:07:56 +08:00
"homepage": "https://github.com/gkz/optionator",
"keywords": [
"options",
"flags",
"option parsing",
"cli"
],
"license": "MIT",
2020-03-22 05:13:25 +08:00
"main": "./lib/",
"name": "optionator",
2020-01-28 13:07:56 +08:00
"repository": {
"type": "git",
"url": "git://github.com/gkz/optionator.git"
},
"scripts": {
"test": "make test"
},
2020-03-22 05:13:25 +08:00
"version": "0.8.3"
2020-01-28 13:07:56 +08:00
}