package.json 1.9 KB

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