1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
| {
| "_from": "optionator@^0.9.1",
| "_id": "optionator@0.9.1",
| "_inBundle": false,
| "_integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
| "_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.1.tgz",
| "_shasum": "4f236a6373dae0566a6d43e1326674f50c291499",
| "_spec": "optionator@^0.9.1",
| "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui\\node_modules\\eslint",
| "author": {
| "name": "George Zahariev",
| "email": "z@georgezahariev.com"
| },
| "bugs": {
| "url": "https://github.com/gkz/optionator/issues"
| },
| "bundleDependencies": false,
| "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"
| },
| "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.1"
| }
|
|