package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "microcli@1.3.1",
  3. "_id": "microcli@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0MQ0w457h33GuktLJwzA/EmZK9B7QwcG5FqWM+7Ep5XPkFJvT3vZ6XIDaqUXYLpDAqsCSnhTKTWzWiDbXkn8mQ==",
  6. "_location": "/microcli",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "microcli@1.3.1",
  12. "name": "microcli",
  13. "escapedName": "microcli",
  14. "rawSpec": "1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/runjs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/microcli/-/microcli-1.3.1.tgz",
  22. "_shasum": "6e49b71a545be7916a87b9edd3bae68cc85d67cc",
  23. "_spec": "microcli@1.3.1",
  24. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\runjs",
  25. "author": {
  26. "name": "Pawel Galazka"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/pawelgalazka/microcli/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "lodash": "4.17.4",
  34. "microargs": "1.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "CLI scripts micro engine",
  38. "devDependencies": {
  39. "dedent": "^0.7.0",
  40. "eslint": "4.9.0",
  41. "eslint-config-standard": "10.2.1",
  42. "eslint-plugin-import": "2.8.0",
  43. "eslint-plugin-node": "5.2.0",
  44. "eslint-plugin-promise": "3.6.0",
  45. "eslint-plugin-standard": "3.0.1",
  46. "husky": "0.14.3",
  47. "jest": "21.2.1"
  48. },
  49. "engines": {
  50. "node": ">=6.11.1"
  51. },
  52. "homepage": "https://github.com/pawelgalazka/microcli#readme",
  53. "jest": {
  54. "testEnvironment": "node"
  55. },
  56. "keywords": [
  57. "cli",
  58. "option",
  59. "parser",
  60. "command",
  61. "commander"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "microcli",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/pawelgalazka/microcli.git"
  69. },
  70. "scripts": {
  71. "precommit": "yarn run test:lint",
  72. "test": "yarn run test:lint && yarn run test:unit && yarn run test:e2e",
  73. "test:e2e": "jest ./test/index.e2e.spec.js",
  74. "test:lint": "eslint *.js",
  75. "test:unit": "jest ./test/index.spec.js"
  76. },
  77. "version": "1.3.1"
  78. }