-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
158 lines (158 loc) · 6.96 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
{
"name": "hexo-adsense",
"version": "2.0.1",
"description": "Hexo adsense support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.mjs",
"exports": {
".": {
"require": {
"default": "./dist/index.cjs",
"types": "./dist/index.d.ts"
},
"import": {
"default": "./dist/index.mjs",
"types": "./dist/index.d.mts"
}
}
},
"type": "module",
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.d.ts,.tsx ./",
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.d.ts,.tsx ./",
"build": "tsc -b tsconfig.build.json && rollup -c && gulp",
"clean": "rimraf -rf dist tmp && npm run build",
"update": "npx npm-check-updates -u -x hexo,chalk",
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major",
"prepare": "husky",
"prepack": "node package-switch.cjs production",
"pack": "node packer.cjs --yarn",
"clone:docs": "git clone https://github.com/dimaslanjaka/docs.git .deploy_git"
},
"files": [
"dist/"
],
"workspaces": [
"test/demo"
],
"keywords": [
"hexo",
"auto",
"adsense",
"in-article-ads"
],
"homepage": "https://www.webmanajemen.com/docs/hexo-adsense",
"author": {
"name": "Dimas Lanjaka",
"email": "[email protected]",
"url": "https://github.com/dimaslanjaka"
},
"license": "ISC",
"repository": "dimaslanjaka/hexo-adsense",
"dependencies": {
"ansi-colors": "^4.1.3",
"bluebird": "^3.7.2",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"hexo-fs": "^4.1.3",
"hexo-is": "^2.0.1",
"hexo-log": "^4.1.0",
"jsdom": "^25.0.1",
"lodash": "^4.17.21",
"minimatch": "^10.0.1",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"node-html-parser": "^6.1.13",
"object-assign": "^4.1.1",
"prettier": "^3.3.3",
"sbg-utility": "^2.0.5",
"terser": "^5.36.0",
"underscore": "^1.13.7"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@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-typescript": "^12.1.1",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/bluebird": "^3",
"@types/connect": "^3.4.38",
"@types/fs-extra": "^11",
"@types/gulp": "^4.0.17",
"@types/gulp-sourcemaps": "^0.0.38",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4",
"@types/minimist": "^1",
"@types/node": "^22.8.1",
"@types/object-assign": "^4",
"@types/through2": "https://github.com/dimaslanjaka/nodejs-package-types/raw/through2/release/types-through2.tgz",
"@types/underscore": "^1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"browserify": "^17.0.1",
"cross-spawn": "^7.0.3",
"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-autoprefixer": "^9.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-html-minifier-terser": "^7.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"hexo": "^7.3.0",
"hexo-server": "^3.0.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"nodemon": "^3.1.7",
"rimraf": "^6.0.1",
"rollup": "4.24.0",
"rollup-plugin-dts": "^6.1.1",
"through2": "^4.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]",
"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/monorepo-v7/releases/hexo.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/monorepo-v7/releases/hexo-cli.tgz",
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/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/master/release/hexo-is.tgz",
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/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-seo": "https://github.com/dimaslanjaka/hexo-seo/raw/7729b4246934d7319c4bcacbbe01a3748b5f5056/release/hexo-seo.tgz",
"hexo-server": "https://github.com/dimaslanjaka/hexo/raw/monorepo-v7/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/monorepo-v7/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/74a402210be05e3452a386f90b80521e1182a724/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/c7e82cae850b9fd6c1829ff6d30ef3ee8987019b/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/monorepo-v7/releases/warehouse.tgz"
}
}