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-11-13 00:05:34 +00:00
|
|
|
"version": "8.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": {
|
2023-10-01 04:46:39 +00:00
|
|
|
"node": ">= 18.12.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",
|
2024-01-28 10:26:21 +00:00
|
|
|
"html-minifier-terser": "^7.2.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",
|
2022-10-24 15:06:39 +00:00
|
|
|
"svgo": "^3.0.0",
|
2024-06-06 11:06:11 +00:00
|
|
|
"terser": "^5.3.0",
|
|
|
|
"@mongodb-js/zstd": "^1.2.0"
|
2016-05-26 11:09:41 +00:00
|
|
|
},
|
2019-12-26 11:11:36 +00:00
|
|
|
"devDependencies": {
|
2024-01-19 15:40:47 +00:00
|
|
|
"hexo": "^7.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
|
|
|
}
|