-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.ori.txt
111 lines (111 loc) · 3.21 KB
/
package.ori.txt
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
{
"name": "hexo-seo",
"version": "1.0.31",
"description": "Automated Hexo Seo Optimizer",
"main": "index.js",
"files": [
"dist",
"src",
"packages",
"test.js",
"*.md",
"images",
"source",
"index.*"
],
"scripts": {
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts,.json --fix",
"ts:normal": "npx tsc -p tsconfig.json",
"ts:cjs": "npx tsc -p tsconfigs/cjs.tsconfig.json",
"ts:es": "npx tsc -p tsconfigs/es.tsconfig.json",
"build": "gulp clean && npm run ts:normal && gulp",
"prototypes": "npm un js-prototypes && npm i git+https://github.com/dimaslanjaka/js-prototypes.git",
"update": "npx npm-check-updates -u -x chalk,hexo"
},
"repository": "dimaslanjaka/hexo-seo",
"keywords": [
"hexo",
"search engine optimization",
"auto",
"seo"
],
"engines": {
"node": ">=8"
},
"author": {
"email": "[email protected]",
"name": "Dimas Lanjaka",
"url": "https://github.com/dimaslanjaka"
},
"license": "ISC",
"dependencies": {
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.12",
"clean-css": "^5.3.1",
"file-type": "^18.0.0",
"hexo": "^5.4.0",
"hexo-log": "^3.2.0",
"html-minifier-terser": "^7.0.0",
"imagemin": "^8.0.1",
"imagemin-giflossy": "^5.1.10",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpeg-recompress": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "^10.0.1",
"imagemin-webp": "^7.0.0",
"imagemin-zopfli": "^7.0.0",
"js-prototypes": "github:dimaslanjaka/js-prototypes",
"jsdom": "^20.0.1",
"minimatch": "^5.1.0",
"minimist": "^1.2.7",
"moment": "^2.29.4",
"node-cache": "^5.1.2",
"node-html-parser": "^6.1.1",
"node-libcurl": "^2.3.4",
"object-assign": "^4.1.1",
"sanitize-filename": "^1.6.3",
"serve-static": "github:expressjs/serve-static",
"terser": "^5.15.1",
"ts-node": "^10.9.1",
"underscore": "^1.13.6",
"url-parse": "^1.5.10",
"xmlbuilder2": "^3.0.2"
},
"devDependencies": {
"@types/clean-css": "^4.2.6",
"@types/hexo": "file:packages/@types/hexo",
"@types/hexo-log": "file:packages/@types/hexo-log",
"@types/jsdom": "^20.0.0",
"@types/node": "^18.8.5",
"@types/object-assign": "^4.0.30",
"@types/url-parse": "^1.4.8",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"del": "^7.0.0",
"depcheck": "^1.4.3",
"dotenv": "^16.0.3",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"prettier": "^2.7.1",
"prompt": "^1.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.4"
},
"peerDependencies": {
"decompress": "git+https://github.com/kevva/decompress.git",
"json-schema": "git+https://github.com/kriszyp/json-schema.git",
"lodash.template": "git+https://github.com/azproduction/lodash-template.git",
"semver-regex": ">=3.1.3",
"trim-newlines": ">=3.0.1",
"tunnel-agent": ">=0.6.0",
"url-regex": "github:kevva/url-regex"
}
}