| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 | {  "_args": [    [      "microargs@1.1.2",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "microargs@1.1.2",  "_id": "microargs@1.1.2",  "_inBundle": false,  "_integrity": "sha1-cl++3PEg2xIxfT7aU00/Ga+GdzM=",  "_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/download/microargs-1.1.2.tgz",  "_spec": "1.1.2",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Pawel Galazka"  },  "bugs": {    "url": "https://github.com/pawelgalazka/microargs/issues"  },  "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"}
 |