{ "_from": "vcrontab@^0.3.5", "_id": "vcrontab@0.3.5", "_inBundle": false, "_integrity": "sha512-RMNrDFhsO68BEtdUwtKgtPAvaQIlXmAJ9MrqFLgWBedhlolLclm3kBwlQx4lpN8DlnascCkVcBiGDr+XXQqTpQ==", "_location": "/vcrontab", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "vcrontab@^0.3.5", "name": "vcrontab", "escapedName": "vcrontab", "rawSpec": "^0.3.5", "saveSpec": null, "fetchSpec": "^0.3.5" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/vcrontab/-/vcrontab-0.3.5.tgz", "_shasum": "7571fd505a0cb2432ee4581f1dca1f03ae606cbb", "_spec": "vcrontab@^0.3.5", "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web", "author": { "name": "smallstone" }, "bugs": { "url": "https://github.com/small-stone/vue-crontab/issues" }, "bundleDependencies": false, "dependencies": { "element-ui": "^2.4.11", "vue": "^2.5.17" }, "deprecated": false, "description": "vue 的 cron 组件,支持解析/反解析 cron 表达式,生成最近五次的符合条件时间", "devDependencies": { "@vue/cli-plugin-babel": "^3.0.0", "@vue/cli-service": "^3.0.0", "vue-template-compiler": "^2.5.17" }, "homepage": "https://small-stone.github.io/vCrontab/dist/", "keywords": [ "cron", "vue", "vuecron", "crontab", "vue-crontab" ], "license": "MIT", "main": "lib/vcrontab.umd.min.js", "name": "vcrontab", "repository": { "type": "git", "url": "git+ssh://git@github.com/small-stone/vue-crontab.git" }, "scripts": { "build": "vue-cli-service build", "lib": "vue-cli-service build --target lib --name vcrontab --dest lib src/index.js", "serve": "vue-cli-service serve" }, "version": "0.3.5" }