package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "microargs@1.1.2",
  3. "_id": "microargs@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-cl++3PEg2xIxfT7aU00/Ga+GdzM=",
  6. "_location": "/microargs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "microargs@1.1.2",
  12. "name": "microargs",
  13. "escapedName": "microargs",
  14. "rawSpec": "1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/microcli"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/microargs/download/microargs-1.1.2.tgz",
  22. "_shasum": "725fbedcf120db12317d3eda534d3f19af867733",
  23. "_spec": "microargs@1.1.2",
  24. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\microcli",
  25. "author": {
  26. "name": "Pawel Galazka"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/pawelgalazka/microargs/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": "This project has been renamed to @pawelgalazka/cli-args. Install using @pawelgalazka/cli-args instead",
  33. "description": "CLI arguments micro parser",
  34. "devDependencies": {
  35. "@types/jest": "23.3.12",
  36. "husky": "1.3.1",
  37. "jest": "23.6.0",
  38. "lint-staged": "8.1.0",
  39. "prettier": "1.15.3",
  40. "ts-jest": "23.10.5",
  41. "tslint": "5.12.1",
  42. "tslint-config-prettier": "1.17.0",
  43. "tslint-plugin-prettier": "2.0.1",
  44. "typescript": "3.2.2"
  45. },
  46. "engines": {
  47. "node": ">=6.16.0"
  48. },
  49. "homepage": "https://github.com/pawelgalazka/microargs#readme",
  50. "keywords": [
  51. "argv",
  52. "getopt",
  53. "parser",
  54. "minimist"
  55. ],
  56. "license": "MIT",
  57. "lint-staged": {
  58. "src/*.{ts,tsx}": [
  59. "tslint --fix",
  60. "git add",
  61. "jest --bail --findRelatedTests"
  62. ]
  63. },
  64. "main": "./lib/index.js",
  65. "name": "microargs",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/pawelgalazka/microargs.git"
  69. },
  70. "scripts": {
  71. "build": "tsc",
  72. "lint": "tslint -c tslint.json 'src/*.ts'",
  73. "test": "yarn lint && jest --coverage",
  74. "test:unit": "jest"
  75. },
  76. "types": "./lib/index.d.ts",
  77. "version": "1.1.2"
  78. }