create-hexo
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "create-hexo", | ||
"version": "0.4.0", | ||
"description": "Hexo site initializer", | ||
"version": "0.5.0", | ||
"description": "Hexo site initializer. (`npm create hexo`) ", | ||
"keywords": [ | ||
"hexo", | ||
"initializer" | ||
"initializer", | ||
"npm", | ||
"pnpm", | ||
"yarn", | ||
"script", | ||
"cli", | ||
"create", | ||
"init", | ||
"typescript" | ||
], | ||
@@ -50,3 +58,2 @@ "homepage": "https://github.com/hexojs/create-hexo", | ||
"commander": "^13.1.0", | ||
"execa": "^9.5.2", | ||
"picocolors": "^1.1.1" | ||
@@ -57,11 +64,11 @@ }, | ||
"@jest/types": "^29.6.3", | ||
"@types/node": "^22.10.5", | ||
"@types/node": "^22.13.5", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"esbuild": "^0.24.2", | ||
"esbuild": "^0.25.0", | ||
"esbuild-jest": "^0.5.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^10.0.1", | ||
"eslint-plugin-jest": "^28.10.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-config-prettier": "^10.0.2", | ||
"eslint-plugin-jest": "^28.11.0", | ||
"eslint-plugin-prettier": "^5.2.3", | ||
"jest": "^29.7.0", | ||
@@ -71,4 +78,4 @@ "typescript": "^5.7.3" | ||
"engines": { | ||
"node": ">=20" | ||
"node-lts": ">=20" | ||
} | ||
} |
@@ -30,3 +30,3 @@ # Create-Hexo | ||
> [pnpm.io](https://pnpm.io/) | ||
> - [pnpm create](https://pnpm.io/cli/create) | ||
@@ -38,2 +38,3 @@ ### npm | ||
# npm create hexo [path] | ||
# npm exec create-hexo [path] | ||
@@ -43,5 +44,5 @@ # npx create-hexo [path] | ||
> [npm init](https://docs.npmjs.com/cli/commands/npm-init) | ||
> - [npm init](https://docs.npmjs.com/cli/commands/npm-init) | ||
### Yarn | ||
### Yarn 1 (Classic) | ||
@@ -51,1 +52,3 @@ ```bash | ||
``` | ||
> - [yarn create](https://classic.yarnpkg.com/docs/cli/create) |
Sorry, the diff of this file is not supported yet
29663
2
25
51
- Removedexeca@^9.5.2
- Removed@sec-ant/readable-stream@0.4.1(transitive)
- Removed@sindresorhus/merge-streams@4.0.0(transitive)
- Removedcross-spawn@7.0.6(transitive)
- Removedexeca@9.5.2(transitive)
- Removedfigures@6.1.0(transitive)
- Removedget-stream@9.0.1(transitive)
- Removedhuman-signals@8.0.0(transitive)
- Removedis-plain-obj@4.1.0(transitive)
- Removedis-stream@4.0.1(transitive)
- Removedis-unicode-supported@2.1.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removednpm-run-path@6.0.0(transitive)
- Removedparse-ms@4.0.0(transitive)
- Removedpath-key@3.1.14.0.0(transitive)
- Removedpretty-ms@9.2.0(transitive)
- Removedshebang-command@2.0.0(transitive)
- Removedshebang-regex@3.0.0(transitive)
- Removedsignal-exit@4.1.0(transitive)
- Removedstrip-final-newline@4.0.0(transitive)
- Removedunicorn-magic@0.3.0(transitive)
- Removedwhich@2.0.2(transitive)
- Removedyoctocolors@2.1.1(transitive)