2016-05-26 11:09:41 +00:00
|
|
|
{
|
2018-09-27 05:27:16 +00:00
|
|
|
"name": "hexo-yam",
|
2020-01-03 01:37:33 +00:00
|
|
|
"description": "Yet Another Minifier. Minify and compress html, js, css, svg, xml and json",
|
2022-05-17 00:59:09 +00:00
|
|
|
"version": "7.0.0",
|
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"
|
|
|
|
],
|
2019-12-26 11:11:36 +00:00
|
|
|
"scripts": {
|
|
|
|
"lint": "standard",
|
2020-01-03 00:51:45 +00:00
|
|
|
"test": "jest"
|
2019-12-26 11:11:36 +00:00
|
|
|
},
|
2018-09-27 05:27:16 +00:00
|
|
|
"engines": {
|
2022-05-04 03:17:49 +00:00
|
|
|
"node": ">= 14.15.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",
|
2019-08-06 02:35:16 +00:00
|
|
|
"repository": "curbengh/hexo-yam",
|
2016-05-26 11:09:41 +00:00
|
|
|
"dependencies": {
|
2021-03-22 06:55:41 +00:00
|
|
|
"clean-css": "^5.1.2",
|
2019-04-01 18:50:56 +00:00
|
|
|
"html-minifier": "^4.0.0",
|
2019-07-10 02:20:23 +00:00
|
|
|
"micromatch": "^4.0.2",
|
2021-08-23 15:04:15 +00:00
|
|
|
"minify-xml": "^3.2.0",
|
2021-10-16 09:26:04 +00:00
|
|
|
"svgo": "^2.4.0",
|
2020-09-05 10:21:22 +00:00
|
|
|
"terser": "^5.3.0"
|
2016-05-26 11:09:41 +00:00
|
|
|
},
|
2019-12-26 11:11:36 +00:00
|
|
|
"devDependencies": {
|
2022-05-04 02:28:14 +00:00
|
|
|
"hexo": "^6.1.0",
|
2022-10-09 07:59:47 +00:00
|
|
|
"jest": "^29.1.2",
|
2022-05-04 02:29:34 +00:00
|
|
|
"standard": "^17.0.0"
|
2019-12-26 11:11:36 +00:00
|
|
|
},
|
2016-05-26 11:09:41 +00:00
|
|
|
"keywords": [
|
|
|
|
"html",
|
|
|
|
"js",
|
|
|
|
"css",
|
2019-04-23 07:59:35 +00:00
|
|
|
"svg",
|
2020-01-03 01:37:33 +00:00
|
|
|
"xml",
|
|
|
|
"json",
|
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
|
|
|
],
|
2019-12-26 11:11:36 +00:00
|
|
|
"jest": {
|
|
|
|
"clearMocks": true,
|
|
|
|
"collectCoverage": true,
|
2019-12-29 04:12:19 +00:00
|
|
|
"coverageDirectory": "./coverage/",
|
2019-12-26 11:11:36 +00:00
|
|
|
"testEnvironment": "node"
|
2019-05-21 07:01:57 +00:00
|
|
|
}
|
2016-05-26 11:09:41 +00:00
|
|
|
}
|