-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
182 lines (182 loc) · 8.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"name": "hexo-seo",
"version": "2.0.1",
"description": "Automated Seo Optimizer For Hexo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"files": [
"dist/",
"src/",
"images/",
"source/"
],
"scripts": {
"lint": "eslint ./src",
"lint-and-fix": "eslint ./src --fix",
"ts:normal": "tsc -p tsconfig.build.json",
"build": "yarn run ts:normal && rollup -c && gulp",
"clean": "rimraf dist && gulp clean && npm run build",
"update:project": "curl https://github.com/dimaslanjaka/nodejs-package-types/raw/main/.gitattributes > .gitattributes && curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/changelog.js > changelog.js && curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/packer.js > packer.js",
"update:ncu": "npm-check-updates -u",
"update": "yarn run update:project && yarn run update:ncu",
"test:install": "cd test/demo && npm install",
"prepack": "node package-switch.cjs production",
"prepublish": "npm run prepack",
"pack": "node packer.js --yarn",
"prepare": "husky"
},
"repository": "dimaslanjaka/hexo-seo",
"homepage": "https://www.webmanajemen.com/docs/hexo-seo",
"keywords": [
"hexo",
"seo",
"search engine optimization",
"hexo plugin",
"blogging",
"content optimization",
"metadata",
"social media",
"analytics",
"performance",
"web development"
],
"engines": {
"node": ">=18"
},
"peerDependencies": {
"hexo": ">=6.3.0"
},
"author": {
"email": "[email protected]",
"name": "Dimas Lanjaka",
"url": "https://github.com/dimaslanjaka"
},
"license": "ISC",
"dependencies": {
"ansi-colors": "^4.1.3",
"axios": "^1.7.7",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0",
"clean-css": "^5.3.3",
"deepmerge-ts": "7.1.3",
"dotenv": "^16.4.5",
"file-type": "^19.6.0",
"fs-extra": "^11.2.0",
"google-news-sitemap": "^1.1.1",
"he": "^1.2.0",
"hexo-is": "^2.0.1",
"hexo-log": "^4.1.0",
"hexo-util": "^3.3.0",
"html-minifier-terser": "^7.2.0",
"jsdom": "^25.0.1",
"minimatch": "^10.0.1",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"node-cache": "^5.1.2",
"node-html-parser": "^6.1.13",
"nunjucks": "^3.2.4",
"object-assign": "^4.1.1",
"rimraf": "^6.0.1",
"sanitize-filename": "^1.6.3",
"sbg-utility": "^2.0.8",
"serve-static": "^1.16.2",
"terser": "^5.36.0",
"underscore": "^1.13.7",
"upath": "^2.0.1",
"url-parse": "^1.5.10",
"xmlbuilder2": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/bluebird": "^3",
"@types/clean-css": "^4.2.11",
"@types/fs-extra": "^11.0.4",
"@types/gulp": "^4.0.17",
"@types/he": "^1",
"@types/hexo": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo.tgz",
"@types/jsdom": "^21.1.7",
"@types/minimist": "^1",
"@types/node": "^22.8.1",
"@types/nunjucks": "^3",
"@types/object-assign": "^4.0.33",
"@types/serve-static": "^1.15.7",
"@types/through2": "https://github.com/dimaslanjaka/nodejs-package-types/raw/through2/release/types-through2.tgz",
"@types/url-parse": "^1.4.11",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"binary-collections": "https://github.com/dimaslanjaka/bin/raw/refs/heads/master/releases/bin.tgz",
"cross-env": "^7.0.3",
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac/release/cross-spawn.tgz",
"depcheck": "^1.4.7",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"git-command-helper": "^2.0.2",
"globals": "^15.11.0",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"husky": "^9.1.6",
"nodemon": "^3.1.7",
"npm-check-updates": "^17.1.4",
"prettier": "^3.3.3",
"prompt": "^1.3.0",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"optionalDependencies": {
"glob-parent": ">=6.0.2",
"node.extend": ">=2.0.3",
"request": ">=2.88.2",
"uuid": ">=10.0.0"
},
"packageManager": "[email protected]",
"workspaces": [
"site"
],
"resolutions": {
"@types/git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/pre-release/release/git-command-helper.tgz",
"@types/hexo": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo.tgz",
"binary-collections": "https://github.com/dimaslanjaka/bin/raw/fcd1121/releases/bin.tgz",
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/private/release/cross-spawn.tgz",
"git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/pre-release/release/git-command-helper.tgz",
"hexo": "https://github.com/dimaslanjaka/hexo/raw/3fb8bff83d031fd22ecc4a5043411a48e07f038c/releases/hexo.tgz",
"hexo-adsense": "https://github.com/dimaslanjaka/hexo-adsense/raw/f1bc48e54bd804e0afae0088e622905b052bc91a/release/hexo-adsense.tgz",
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/releases/hexo-asset-link.tgz",
"hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/3fb8bff83d031fd22ecc4a5043411a48e07f038c/releases/hexo-cli.tgz",
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/3fb8bff83d031fd22ecc4a5043411a48e07f038c/releases/hexo-front-matter.tgz",
"hexo-generator-redirect": "https://github.com/dimaslanjaka/hexo-generator-redirect/raw/0885394/release/hexo-generator-redirect.tgz",
"hexo-is": "https://github.com/dimaslanjaka/hexo-is/raw/9fd9da881b70f79405b799e1dea61e3e4657c077/release/hexo-is.tgz",
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/3fb8bff83d031fd22ecc4a5043411a48e07f038c/releases/hexo-log.tgz",
"hexo-post-parser": "https://github.com/dimaslanjaka/hexo-post-parser/raw/d9f3a9ba3585188dfb30159ff588b709f0238326/release/hexo-post-parser.tgz",
"hexo-renderers": "https://github.com/dimaslanjaka/hexo-renderers/raw/0534154ea2bbc4a06fe347861e8ebfc7a722c10f/release/hexo-renderers.tgz",
"hexo-server": "https://github.com/dimaslanjaka/hexo/raw/3fb8bff83d031fd22ecc4a5043411a48e07f038c/releases/hexo-server.tgz",
"hexo-shortcodes": "https://github.com/dimaslanjaka/hexo-shortcodes/raw/f70a1c0/release/hexo-shortcodes.tgz",
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/3fb8bff83d031fd22ecc4a5043411a48e07f038c/releases/hexo-util.tgz",
"instant-indexing": "https://github.com/dimaslanjaka/static-blog-generator/raw/master/packages/instant-indexing/release/instant-indexing.tgz",
"markdown-it": "https://github.com/dimaslanjaka/markdown-it/raw/17ccc825cbb3e4c6d59edada5f6d93f27075d752/release/markdown-it.tgz",
"nodejs-package-types": "https://github.com/dimaslanjaka/nodejs-package-types/raw/a2e797bc27975cba20ef4c87547841e6341bfcf4/release/nodejs-package-types.tgz",
"sbg-api": "https://github.com/dimaslanjaka/static-blog-generator/raw/1cd100d4988645e0e9cd07db24d2873ec0f5c7a6/packages/sbg-api/release/sbg-api.tgz",
"sbg-cli": "https://github.com/dimaslanjaka/static-blog-generator/raw/0164b0d2e4ba5453890af8ec4863b2a09e043815/packages/sbg-cli/release/sbg-cli.tgz",
"sbg-server": "https://github.com/dimaslanjaka/static-blog-generator/raw/master/packages/sbg-server/release/sbg-server.tgz",
"sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/a0e751ac6ea8df1ca5d611f40293463316ba892a/packages/sbg-utility/release/sbg-utility.tgz",
"static-blog-generator": "https://github.com/dimaslanjaka/static-blog-generator/raw/master/packages/static-blog-generator/release/static-blog-generator.tgz",
"warehouse": "https://github.com/dimaslanjaka/hexo/raw/3fb8bff83d031fd22ecc4a5043411a48e07f038c/releases/warehouse.tgz"
}
}