add enter functionality and resolve title show bug
This commit is contained in:
83
kitabcitab/node_modules/optionator/package.json
generated
vendored
83
kitabcitab/node_modules/optionator/package.json
generated
vendored
@@ -1,8 +1,60 @@
|
||||
{
|
||||
"name": "optionator",
|
||||
"version": "0.9.1",
|
||||
"author": "George Zahariev <z@georgezahariev.com>",
|
||||
"_args": [
|
||||
[
|
||||
"optionator@0.9.1",
|
||||
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
|
||||
]
|
||||
],
|
||||
"_from": "optionator@0.9.1",
|
||||
"_id": "optionator@0.9.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
|
||||
"_location": "/optionator",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "optionator@0.9.1",
|
||||
"name": "optionator",
|
||||
"escapedName": "optionator",
|
||||
"rawSpec": "0.9.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.9.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/eslint"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
|
||||
"_spec": "0.9.1",
|
||||
"_where": "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab",
|
||||
"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.4.1",
|
||||
"prelude-ls": "^1.2.1",
|
||||
"type-check": "^0.4.0",
|
||||
"word-wrap": "^1.2.3"
|
||||
},
|
||||
"description": "option parsing and help generation",
|
||||
"devDependencies": {
|
||||
"livescript": "^1.6.0",
|
||||
"mocha": "^7.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"homepage": "https://github.com/gkz/optionator",
|
||||
"keywords": [
|
||||
"options",
|
||||
@@ -10,17 +62,9 @@
|
||||
"option parsing",
|
||||
"cli"
|
||||
],
|
||||
"files": [
|
||||
"lib",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"main": "./lib/",
|
||||
"bugs": "https://github.com/gkz/optionator/issues",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"main": "./lib/",
|
||||
"name": "optionator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/gkz/optionator.git"
|
||||
@@ -28,16 +72,5 @@
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"dependencies": {
|
||||
"prelude-ls": "^1.2.1",
|
||||
"deep-is": "^0.1.3",
|
||||
"word-wrap": "^1.2.3",
|
||||
"type-check": "^0.4.0",
|
||||
"levn": "^0.4.1",
|
||||
"fast-levenshtein": "^2.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"livescript": "^1.6.0",
|
||||
"mocha": "^7.1.1"
|
||||
}
|
||||
"version": "0.9.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user