package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "vcrontab@^0.3.5",
  3. "_id": "vcrontab@0.3.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RMNrDFhsO68BEtdUwtKgtPAvaQIlXmAJ9MrqFLgWBedhlolLclm3kBwlQx4lpN8DlnascCkVcBiGDr+XXQqTpQ==",
  6. "_location": "/vcrontab",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vcrontab@^0.3.5",
  12. "name": "vcrontab",
  13. "escapedName": "vcrontab",
  14. "rawSpec": "^0.3.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.5"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vcrontab/-/vcrontab-0.3.5.tgz",
  22. "_shasum": "7571fd505a0cb2432ee4581f1dca1f03ae606cbb",
  23. "_spec": "vcrontab@^0.3.5",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "smallstone"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/small-stone/vue-crontab/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "element-ui": "^2.4.11",
  34. "vue": "^2.5.17"
  35. },
  36. "deprecated": false,
  37. "description": "vue 的 cron 组件,支持解析/反解析 cron 表达式,生成最近五次的符合条件时间",
  38. "devDependencies": {
  39. "@vue/cli-plugin-babel": "^3.0.0",
  40. "@vue/cli-service": "^3.0.0",
  41. "vue-template-compiler": "^2.5.17"
  42. },
  43. "homepage": "https://small-stone.github.io/vCrontab/dist/",
  44. "keywords": [
  45. "cron",
  46. "vue",
  47. "vuecron",
  48. "crontab",
  49. "vue-crontab"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/vcrontab.umd.min.js",
  53. "name": "vcrontab",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+ssh://git@github.com/small-stone/vue-crontab.git"
  57. },
  58. "scripts": {
  59. "build": "vue-cli-service build",
  60. "lib": "vue-cli-service build --target lib --name vcrontab --dest lib src/index.js",
  61. "serve": "vue-cli-service serve"
  62. },
  63. "version": "0.3.5"
  64. }