-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
169 lines (169 loc) · 4.61 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
{
"name": "yunyi-blog",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"engines": {
"node": ">=10",
"pnpm": ">=3"
},
"hexo": {
"version": "7.3.0"
},
"dependencies": {
"@adobe/css-tools": "github:adobe/css-tools",
"@tootallnate/once": "github:tootallnate/once",
"a-sync-waterfall": "^1.0.1",
"abbrev": "^2.0.0",
"accepts": "^1.3.8",
"ansi-styles": "^6.2.1",
"anymatch": "^3.1.3",
"arg": "^5.0.2",
"asap": "^2.0.6",
"async": "^3.2.6",
"asynckit": "^0.4.0",
"b4a": "^1.6.7",
"balanced-match": "^3.0.1",
"base64-js": "^1.5.1",
"basic-auth": "^2.0.1",
"bidi-js": "^1.0.3",
"binary-extensions": "^2.3.0",
"bluebird": "^3.7.2",
"boolbase": "^1.0.0",
"brace-expansion": "^4.0.0",
"braces": "^3.0.3",
"buffer": "^6.0.3",
"bytes": "^3.1.2",
"camel-case": "^5.0.0",
"chalk": "^5.3.0",
"change-case": "^5.4.4",
"chokidar": "^3.6.0",
"cliui": "^8.0.1",
"color-convert": "^2.0.1",
"color-name": "^2.0.0",
"combined-stream": "^1.0.8",
"command-exists": "^1.2.9",
"commander": "^12.1.0",
"css-select": "^5.1.0",
"css-tree": "^2.3.1",
"css-what": "^6.1.0",
"csso": "^5.0.5",
"cssstyle": "^4.1.0",
"data-urls": "^5.0.0",
"docker": "^1.0.0",
"end-of-stream": "^1.4.4",
"esm": "^3.2.25",
"fast-diff": "^1.3.0",
"fast-fifo": "^1.3.2",
"gitmoji-cli": "^9.5.0",
"hexo": "^7.3.0",
"hexo-autoprefixer": "^2.0.0",
"hexo-deployer-git": "^4.0.0",
"hexo-filter-mathjax": "^0.9.0",
"hexo-filter-tikzjax": "^1.0.2",
"hexo-generator-alias": "^1.0.0",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^2.0.0",
"hexo-global-license": "^0.5.5",
"hexo-hide-posts": "^0.4.3",
"hexo-reference": "^1.0.4",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.3.0",
"hexo-renderer-nunjucks": "^2.0.0",
"hexo-renderer-stylus": "^3.0.1",
"hexo-renderer-swig": "^2.0.0",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0",
"hexo-util": "^3.3.0",
"html-encoding-sniffer": "^4.0.0",
"http-proxy-agent": "^7.0.2",
"https-proxy-agent": "^7.0.6",
"hyperdyperid": "^1.2.0",
"ieee754": "^1.2.1",
"imurmurhash": "^0.1.4",
"jsdom": "^25.0.1",
"json-joy": "^17.22.0",
"lazyload": "2.0.0-rc.2",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"luxon": "^3.5.0",
"markdown": "^0.5.0",
"mathjax-full": "^3.2.2",
"mdn-data": "^2.13.0",
"memfs": "^4.15.0",
"mhchemparser": "^4.2.1",
"minimist": "^1.2.8",
"mj-context-menu": "^0.9.1",
"mkdirp-classic": "^0.5.3",
"moment": "^2.30.1",
"mysql": "^2.18.1",
"node": "^22.12.0",
"node-localstorage": "^3.0.5",
"node-tikzjax": "^1.0.3",
"nopt": "^7.2.1",
"nth-check": "^2.1.1",
"optimist": "^0.6.1",
"pump": "^3.0.2",
"punycode": "^2.3.1",
"queue-tick": "^1.0.1",
"quill-delta": "^5.1.0",
"require-from-string": "^2.0.2",
"rrweb-cssom": "^0.7.1",
"rxjs": "^7.8.1",
"signal-exit": "^4.1.0",
"source-map": "^0.7.4",
"source-map-js": "^1.2.1",
"speech-rule-engine": "4.1.0-beta.10",
"streamx": "^2.21.1",
"stylus": "^0.63.0",
"svgo": "^3.3.2",
"swig": "^1.4.2",
"swig-extras": "^0.0.1",
"swig-templates": "^2.0.3",
"tar-fs": "^3.0.6",
"tar-stream": "^3.1.7",
"thingies": "^2.5.0",
"tr46": "^5.0.0",
"uglify-js": "^3.19.3",
"uglify-to-browserify": "^2.1.0",
"url-encode-decode": "^1.0.0",
"w3c-xmlserializer": "^5.0.0",
"whatwg-encoding": "^3.1.1",
"whatwg-mimetype": "^4.0.0",
"whatwg-url": "^14.1.0",
"wicked-good-xpath": "^1.3.0",
"window-size": "^1.1.1",
"word-wrap": "^1.2.5",
"wordwrap": "^1.0.0",
"wrappy": "^1.0.2",
"write-file-atomic": "^5.0.1",
"xml-name-validator": "^5.0.0",
"xmldom-sre": "0.9.0-beta.7",
"yargs": "^17.7.2",
"yarn": "^1.22.22"
},
"devDependencies": {
"prettier": "3.3.2"
},
"pnpm": {
"overrides": {
"moment-timezone@>=0.1.0 <0.5.35": ">=0.5.35",
"prismjs@>=1.14.0 <1.27.0": ">=1.27.0",
"uglify-js@<2.6.0": ">=2.6.0",
"nunjucks@<3.2.4": ">=3.2.4",
"moment@>=2.18.0 <2.29.4": ">=2.29.4",
"moment@<2.29.2": ">=2.29.2",
"minimist@<0.2.1": ">=0.2.1",
"minimist@<0.2.4": ">=0.2.4"
}
}
}