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
| {
| "_from": "microargs@1.1.0",
| "_id": "microargs@1.1.0",
| "_inBundle": false,
| "_integrity": "sha512-XlxEoWGcq06VoZwcEpZkqwak/J7faHmIB+x9jPW3xgGDeu7XHYYRJkwkphPOOsudlwNoc+3wsQzqMVYJOME+7g==",
| "_location": "/microargs",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "microargs@1.1.0",
| "name": "microargs",
| "escapedName": "microargs",
| "rawSpec": "1.1.0",
| "saveSpec": null,
| "fetchSpec": "1.1.0"
| },
| "_requiredBy": [
| "/microcli"
| ],
| "_resolved": "https://registry.npmmirror.com/microargs/-/microargs-1.1.0.tgz",
| "_shasum": "5ec3cd8bd7737f57d485594131933ea94309fb59",
| "_spec": "microargs@1.1.0",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\microcli",
| "author": {
| "name": "Pawel Galazka"
| },
| "bugs": {
| "url": "https://github.com/pawelgalazka/microargs/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "CLI arguments micro parser",
| "devDependencies": {
| "eslint": "4.9.0",
| "eslint-config-standard": "10.2.1",
| "eslint-plugin-import": "2.8.0",
| "eslint-plugin-node": "5.2.0",
| "eslint-plugin-promise": "3.6.0",
| "eslint-plugin-standard": "3.0.1",
| "jest": "21.2.1"
| },
| "engines": {
| "node": ">=6.11.1"
| },
| "homepage": "https://github.com/pawelgalazka/microargs#readme",
| "keywords": [
| "argv",
| "getopt",
| "parser",
| "minimist"
| ],
| "license": "MIT",
| "main": "index.js",
| "name": "microargs",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/pawelgalazka/microargs.git"
| },
| "scripts": {
| "test": "yarn run test:lint && yarn run test:unit",
| "test:lint": "eslint *.js",
| "test:unit": "jest"
| },
| "version": "1.1.0"
| }
|
|