{ "_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" }