first
This commit is contained in:
73
node_modules/optionator/package.json
generated
vendored
Normal file
73
node_modules/optionator/package.json
generated
vendored
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"_from": "optionator@^0.9.1",
|
||||
"_id": "optionator@0.9.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
|
||||
"_location": "/optionator",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"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.3.tgz",
|
||||
"_shasum": "007397d44ed1872fdc6ed31360190f81814e2c64",
|
||||
"_spec": "optionator@^0.9.1",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\eslint",
|
||||
"author": {
|
||||
"name": "George Zahariev",
|
||||
"email": "z@georgezahariev.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gkz/optionator/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@aashutoshrathi/word-wrap": "^1.2.3",
|
||||
"deep-is": "^0.1.3",
|
||||
"fast-levenshtein": "^2.0.6",
|
||||
"levn": "^0.4.1",
|
||||
"prelude-ls": "^1.2.1",
|
||||
"type-check": "^0.4.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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",
|
||||
"flags",
|
||||
"option parsing",
|
||||
"cli"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/",
|
||||
"name": "optionator",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/gkz/optionator.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "0.9.3"
|
||||
}
|
Reference in New Issue
Block a user