linwenling
2023-03-28 103e2d8621b25ca6d99193823dcf1d65cab395ce
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
74
75
76
77
78
{
  "_from": "microargs@1.1.2",
  "_id": "microargs@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-fUrX9ozzzUX6JlDoNXmUM5i4B0uBF5xPznZ0Y/izM9wOtAaTf44V2vUCRgGBLUq/SeGIcDgfnEZDVoT92HId0g==",
  "_location": "/microargs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "microargs@1.1.2",
    "name": "microargs",
    "escapedName": "microargs",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/microcli"
  ],
  "_resolved": "https://registry.npmjs.org/microargs/-/microargs-1.1.2.tgz",
  "_shasum": "725fbedcf120db12317d3eda534d3f19af867733",
  "_spec": "microargs@1.1.2",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui\\node_modules\\microcli",
  "author": {
    "name": "Pawel Galazka"
  },
  "bugs": {
    "url": "https://github.com/pawelgalazka/microargs/issues"
  },
  "bundleDependencies": false,
  "deprecated": "This project has been renamed to @pawelgalazka/cli-args. Install using @pawelgalazka/cli-args instead",
  "description": "CLI arguments micro parser",
  "devDependencies": {
    "@types/jest": "23.3.12",
    "husky": "1.3.1",
    "jest": "23.6.0",
    "lint-staged": "8.1.0",
    "prettier": "1.15.3",
    "ts-jest": "23.10.5",
    "tslint": "5.12.1",
    "tslint-config-prettier": "1.17.0",
    "tslint-plugin-prettier": "2.0.1",
    "typescript": "3.2.2"
  },
  "engines": {
    "node": ">=6.16.0"
  },
  "homepage": "https://github.com/pawelgalazka/microargs#readme",
  "keywords": [
    "argv",
    "getopt",
    "parser",
    "minimist"
  ],
  "license": "MIT",
  "lint-staged": {
    "src/*.{ts,tsx}": [
      "tslint --fix",
      "git add",
      "jest --bail --findRelatedTests"
    ]
  },
  "main": "./lib/index.js",
  "name": "microargs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pawelgalazka/microargs.git"
  },
  "scripts": {
    "build": "tsc",
    "lint": "tslint -c tslint.json 'src/*.ts'",
    "test": "yarn lint && jest --coverage",
    "test:unit": "jest"
  },
  "types": "./lib/index.d.ts",
  "version": "1.1.2"
}