2016-05-26 11:09:41 +00:00
|
|
|
{
|
2018-09-27 05:27:16 +00:00
|
|
|
"name": "hexo-yam",
|
2019-05-13 07:23:22 +00:00
|
|
|
"description": "Yet Another Minifier. Minify and compress html, js, css and svg",
|
2019-07-18 08:04:54 +00:00
|
|
|
"version": "2.1.1",
|
2018-09-27 05:27:16 +00:00
|
|
|
"readme": "README.md",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"lib": "./lib"
|
|
|
|
},
|
2019-05-13 07:14:51 +00:00
|
|
|
"files": [
|
2019-07-10 02:46:01 +00:00
|
|
|
"lib/",
|
2019-05-13 07:14:51 +00:00
|
|
|
"index.js"
|
|
|
|
],
|
2018-09-27 05:27:16 +00:00
|
|
|
"engines": {
|
2019-06-22 04:46:16 +00:00
|
|
|
"node": ">= 8.6.0"
|
2016-05-26 11:09:41 +00:00
|
|
|
},
|
2019-07-18 08:04:26 +00:00
|
|
|
"author": "curben",
|
2018-09-27 05:27:16 +00:00
|
|
|
"license": "MIT",
|
2019-07-18 08:04:26 +00:00
|
|
|
"homepage": "https://github.com/curbengh/hexo-yam",
|
2016-05-26 11:14:14 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-07-18 08:04:26 +00:00
|
|
|
"url": "https://github.com/curbengh/hexo-yam.git"
|
2016-05-26 11:14:14 +00:00
|
|
|
},
|
2016-05-26 11:09:41 +00:00
|
|
|
"dependencies": {
|
2018-09-27 05:27:16 +00:00
|
|
|
"clean-css": "^4.2.1",
|
2019-04-01 18:50:56 +00:00
|
|
|
"html-minifier": "^4.0.0",
|
2019-03-14 09:20:41 +00:00
|
|
|
"iltorb": "^2.4.2",
|
2019-07-10 02:20:23 +00:00
|
|
|
"micromatch": "^4.0.2",
|
2019-04-23 07:59:35 +00:00
|
|
|
"svgo": "^1.2.2",
|
2019-05-21 07:26:01 +00:00
|
|
|
"terser": "^4.0.0"
|
2016-05-26 11:09:41 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"html",
|
|
|
|
"js",
|
|
|
|
"css",
|
2019-04-23 07:59:35 +00:00
|
|
|
"svg",
|
2018-09-28 07:43:54 +00:00
|
|
|
"minify",
|
|
|
|
"compress",
|
|
|
|
"gzip",
|
2018-09-30 07:30:32 +00:00
|
|
|
"brotli",
|
2018-09-28 07:43:54 +00:00
|
|
|
"hexo-yam",
|
|
|
|
"hexo"
|
2019-05-21 07:01:57 +00:00
|
|
|
],
|
|
|
|
"greenkeeper": {
|
|
|
|
"commitMessages": {
|
|
|
|
"initialBadge": "docs(readme): Add Greenkeeper badge",
|
2019-05-21 07:16:47 +00:00
|
|
|
"initialDependencies": "chore(deps): Update dependencies to enable Greenkeeper",
|
2019-05-21 07:01:57 +00:00
|
|
|
"initialBranches": "chore: Whitelist greenkeeper branches",
|
2019-05-21 07:16:47 +00:00
|
|
|
"dependencyUpdate": "chore(deps): Update ${dependency} from ${oldVersion} to ${version}",
|
|
|
|
"devDependencyUpdate": "chore(deps-dev): Update ${dependency} from ${oldVersion} to ${version}",
|
2019-05-21 07:06:43 +00:00
|
|
|
"dependencyPin": "chore(deps): Pin ${dependency} to ${oldVersion}",
|
2019-05-21 07:01:57 +00:00
|
|
|
"devDependencyPin": "chore(deps-dev): Pin ${dependency} to ${oldVersion}"
|
2019-05-21 07:16:47 +00:00
|
|
|
},
|
|
|
|
"prTitles": {
|
|
|
|
"initialPR": "chore(deps): Update dependencies to enable Greenkeeper",
|
|
|
|
"initialPrBadge": "docs(readme): Add Greenkeeper badge",
|
|
|
|
"initialPrBadgeOnly": "docs(readme): Add Greenkeeper badge",
|
|
|
|
"initialSubgroupPR": "chore(deps): Update dependencies for ${group}",
|
|
|
|
"basicPR": "chore: Update ${dependency} from ${oldVersion} to ${version}",
|
|
|
|
"groupPR": "chore: Update ${dependency} in ${group} from ${oldVersion} to ${version}"
|
2019-05-21 07:01:57 +00:00
|
|
|
}
|
|
|
|
}
|
2016-05-26 11:09:41 +00:00
|
|
|
}
|