forked from zhurui/management
72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"vue-cron@1.0.9",
|
|
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
|
|
]
|
|
],
|
|
"_from": "vue-cron@1.0.9",
|
|
"_id": "vue-cron@1.0.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-WZkO8/TZ2k7HeMnuIbqR1rNqmvg=",
|
|
"_location": "/vue-cron",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vue-cron@1.0.9",
|
|
"name": "vue-cron",
|
|
"escapedName": "vue-cron",
|
|
"rawSpec": "1.0.9",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.9"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/vue-cron/download/vue-cron-1.0.9.tgz",
|
|
"_spec": "1.0.9",
|
|
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/1615450788/vue-cron/issues"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-runtime": "^6.26.0",
|
|
"element-ui": "^2.0.7",
|
|
"vue": "^2.5.9"
|
|
},
|
|
"description": "这是一个cron表达式生成插件,基于vue与element-ui实现\r [demo](https://1615450788.github.io/vue-cron/dist/index)",
|
|
"devDependencies": {
|
|
"cooking": "^1.5.4",
|
|
"cooking-autoprefixer": "^1.0.0",
|
|
"cooking-cli": "^1.5.5",
|
|
"cooking-less": "^1.0.5",
|
|
"cooking-vue2": "^0.3.3",
|
|
"hoek": "^5.0.3",
|
|
"vue-template-compiler": "^2.5.9",
|
|
"webpack-node-externals": "^1.7.2"
|
|
},
|
|
"homepage": "https://1615450788.github.io/vue-cron/dist/index",
|
|
"keywords": [
|
|
"cron",
|
|
"vue",
|
|
"vuecron"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/cron.min.js",
|
|
"name": "vue-cron",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/1615450788/vue-cron.git"
|
|
},
|
|
"scripts": {
|
|
"build": "cooking build -p -c /config/cooking.build.js",
|
|
"dev": "cooking watch -p -c /config/cooking.dev.js",
|
|
"dist": "cooking build -p -c /config/cooking.dev.js",
|
|
"npm": "npm run build && git add . && git commit -m build&& npm version patch && npm publish && git push && git push origin --tags"
|
|
},
|
|
"version": "1.0.9"
|
|
}
|