package.json 2.2 KB

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