123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_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.npm.taobao.org/microargs/download/microargs-1.1.2.tgz",
- "_shasum": "725fbedcf120db12317d3eda534d3f19af867733",
- "_spec": "microargs@1.1.2",
- "_where": "D:\\bomanss\\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"
- }
|