You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.7 KiB
67 lines
1.7 KiB
3 years ago
|
{
|
||
|
"_from": "microargs@1.1.0",
|
||
|
"_id": "microargs@1.1.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-XsPNi9dzf1fUhVlBMZM+qUMJ+1k=",
|
||
|
"_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.npmjs.org/microargs/-/microargs-1.1.0.tgz",
|
||
|
"_shasum": "5ec3cd8bd7737f57d485594131933ea94309fb59",
|
||
|
"_spec": "microargs@1.1.0",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-html\\RK-project\\ruoyi-ui\\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"
|
||
|
}
|