hexo/node_modules/hexo-deployer-cos-cdn/package.json

43 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "hexo-deployer-cos-cdn",
"version": "1.7.1",
"description": "Deploy Hexo to Aliyun OSS, Tencent COS, etc. and purge the CDN cache. | Hexo部署插件支持将静态博客发布到腾讯、阿里等云对象存储中并同步刷新被更新文件的CDN缓存。",
"homepage": "https://www.lixl.cn/2020/020936412.html",
"main": "index",
"author": "悟尘 <me@lixl.cn> (http://lixl.cn)",
"bugs": {
"url": "https://github.com/lxl80/hexo-deployer-cos-cdn/issues"
},
"bundleDependencies": false,
"dependencies": {
"ali-oss": "^6.5.1",
"@alicloud/pop-core": "1.7.9",
"chalk": "^2.3.0",
"cos-nodejs-sdk-v5": "^2.4.3",
"hexo-fs": "^0.2.2",
"lodash": "^4.17.2",
"request": "^2.79.0",
"utility": "^1.9.0"
},
"deprecated": false,
"keywords": [
"hexo",
"deploy",
"upload",
"cdn",
"tencent",
"cos",
"aliyun",
"oss",
"netlify"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lxl80/hexo-deployer-cos-cdn.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}