xiaofu-ruoyi-vue/node_modules/microargs/package.json

79 lines
2.0 KiB
JSON

{
"_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.npmmirror.com/microargs/-/microargs-1.1.2.tgz",
"_shasum": "725fbedcf120db12317d3eda534d3f19af867733",
"_spec": "microargs@1.1.2",
"_where": "D:\\workspace\\ruoyi-vue-web\\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"
}