binary-collections 2.0.12 → 2.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binaries/binary-executor.cjs +89 -13
- package/binaries/clean-nodemodule.cjs +89 -13
- package/binaries/clean-nodemodules.cjs +89 -13
- package/binaries/dev.cjs +89 -13
- package/binaries/empty.cjs +89 -13
- package/binaries/git-reduce-size.cjs +89 -13
- package/binaries/javakill.cjs +89 -13
- package/binaries/kill-process.cjs +89 -13
- package/binaries/nodekill.cjs +89 -13
- package/binaries/prod.cjs +89 -13
- package/binaries/py.cjs +89 -13
- package/binaries/rmfind.cjs +89 -13
- package/binaries/rmx.cjs +89 -13
- package/binaries/submodule-token.cjs +89 -13
- package/binaries/test-cjs.cjs +89 -13
- package/binaries/test-esm.cjs +89 -13
- package/binaries/yarn-clean.cjs +89 -13
- package/binaries/yc +22 -1
- package/binaries/yc.cjs +89 -13
- package/binaries/ycw +256 -0
- package/binaries/ycw.cjs +254 -0
- package/docs-src/binary-collections.md +34 -0
- package/docs-src/changelog.md +26 -0
- package/docs-src/clean-github-actions-caches.md +115 -0
- package/docs-src/copy-move-file.md +59 -0
- package/docs-src/del-gradle.md +17 -0
- package/docs-src/del-ps.md +28 -0
- package/docs-src/downloader.md +62 -0
- package/docs-src/env-helpers.md +29 -0
- package/docs-src/find-node-modules.md +17 -0
- package/docs-src/free-chatgpt.md +26 -0
- package/docs-src/git-diff.md +33 -0
- package/docs-src/git-fix.md +34 -0
- package/docs-src/git-purge.md +17 -0
- package/docs-src/git-reduce-size.md +17 -0
- package/docs-src/git-undo.md +21 -0
- package/docs-src/kill-night-crows.md +26 -0
- package/docs-src/node-cache-cleaner.md +182 -0
- package/docs-src/node-executor.md +50 -0
- package/docs-src/node-package-packer.md +48 -0
- package/docs-src/npm-run-series.md +43 -0
- package/docs-src/package-resolutions-updater.md +22 -0
- package/docs-src/php-cs-fixer-staged.md +19 -0
- package/docs-src/print-directory-tree.md +35 -0
- package/docs-src/print-tarball-tree.md +55 -0
- package/docs-src/py.md +19 -0
- package/docs-src/remove-module.md +32 -0
- package/docs-src/rmfind-rmx.md +21 -0
- package/docs-src/rmpath.md +38 -0
- package/docs-src/run-by-checksum.md +87 -0
- package/docs-src/submodule-install.md +31 -0
- package/docs-src/submodule-remove.md +22 -0
- package/docs-src/submodule-token.md +17 -0
- package/docs-src/test-runners.md +21 -0
- package/docs-src/yarn-install.md +31 -0
- package/docs-src/yarn-reinstall.md +27 -0
- package/lib/binary-collections/config.cjs +1 -1
- package/lib/binary-collections/config.mjs +1 -1
- package/lib/binary-collections/findScript.cjs +35 -10
- package/lib/binary-collections/findScript.mjs +2 -2
- package/lib/binary-collections/listScript.cjs +35 -10
- package/lib/binary-collections/listScript.mjs +2 -2
- package/lib/binary-collections.cjs +45 -25
- package/lib/binary-collections.mjs +11 -11
- package/lib/changelog.cjs +7 -12
- package/lib/changelog.mjs +2 -2
- package/lib/{chunk-SPTECFE5.mjs → chunk-2MN4VPV2.mjs} +86 -20
- package/lib/{chunk-V2IBPCEV.mjs → chunk-6C7KTYGZ.mjs} +3 -1
- package/lib/{chunk-5RTXZVCW.mjs → chunk-6RK5UCTP.mjs} +5 -10
- package/lib/{chunk-FB2WKVJD.mjs → chunk-CD3HF3LK.mjs} +67 -35
- package/lib/{chunk-6PU7BAHB.mjs → chunk-FLYSZFLW.mjs} +1 -1
- package/lib/chunk-KLKAIFKI.mjs +40 -0
- package/lib/chunk-LVSPEFU2.mjs +86 -0
- package/lib/{chunk-2LSRSEXF.mjs → chunk-MGPYPKIE.mjs} +2 -2
- package/lib/{chunk-ZOWVMII3.mjs → chunk-NQXUYO67.mjs} +35 -10
- package/lib/{chunk-C6D2TTYU.mjs → chunk-OBXLTXFJ.mjs} +4 -2
- package/lib/chunk-QD4T255Z.mjs +40 -0
- package/lib/{chunk-XPJGCDOD.mjs → chunk-QII2EKCS.mjs} +14 -2
- package/lib/chunk-RDGDLSPD.mjs +76 -0
- package/lib/{chunk-NCZPTKDV.mjs → chunk-RDN6HF5Z.mjs} +1 -1
- package/lib/chunk-RJKTSUAX.mjs +123 -0
- package/lib/{chunk-66KDU4TX.mjs → chunk-TBWXE7ST.mjs} +36 -61
- package/lib/{chunk-M3YIYRHT.mjs → chunk-UY5VUEA3.mjs} +1 -1
- package/lib/chunk-WSHVPGNM.mjs +44 -0
- package/lib/{chunk-G5UUEWUO.mjs → chunk-X2B3X7D4.mjs} +1 -1
- package/lib/clean-github-actions-caches-cli.cjs +255 -213
- package/lib/clean-github-actions-caches-cli.mjs +25 -7
- package/lib/clean-github-actions-caches.cjs +231 -35
- package/lib/clean-github-actions-caches.d.cts +39 -1
- package/lib/clean-github-actions-caches.mjs +2 -1
- package/lib/cross-env/command.cjs +2 -2
- package/lib/cross-env/command.js +2 -2
- package/lib/cross-env/command.mjs +2 -2
- package/lib/cross-env/index.cjs +2 -2
- package/lib/cross-env/index.mjs +3 -3
- package/lib/cross-env/variable.mjs +2 -2
- package/lib/del-gradle.cjs +6 -11
- package/lib/del-gradle.mjs +1 -1
- package/lib/del-node-modules.cjs +185 -3
- package/lib/del-node-modules.js +3 -3
- package/lib/del-node-modules.mjs +6 -3
- package/lib/{del-ps.cjs → del-ps-cli.cjs} +36 -41
- package/lib/del-ps-cli.mjs +44 -0
- package/lib/del-yarn-caches.cjs +6 -11
- package/lib/del-yarn-caches.mjs +1 -1
- package/lib/downloader-cli.cjs +256 -0
- package/lib/downloader-cli.d.cts +2 -0
- package/lib/downloader-cli.mjs +90 -0
- package/lib/file/copy-cli.cjs +183 -2
- package/lib/file/copy-cli.mjs +6 -2
- package/lib/file/move-cli.cjs +183 -2
- package/lib/file/move-cli.mjs +6 -2
- package/lib/find-node-modules-cli.cjs +1 -1
- package/lib/find-node-modules-cli.mjs +1 -1
- package/lib/find-node-modules.cjs +1 -1
- package/lib/find-node-modules.mjs +1 -1
- package/lib/free-chatgpt.cjs +6 -11
- package/lib/free-chatgpt.mjs +1 -1
- package/lib/git/user-config.cjs +7 -12
- package/lib/git/user-config.mjs +2 -2
- package/lib/git-diff-cli.cjs +91 -30
- package/lib/git-diff-cli.mjs +3 -3
- package/lib/git-diff.cjs +91 -30
- package/lib/git-diff.js +85 -28
- package/lib/git-diff.mjs +3 -3
- package/lib/git-fix.cjs +7 -12
- package/lib/git-fix.mjs +2 -2
- package/lib/git-purge.cjs +7 -12
- package/lib/git-purge.mjs +2 -2
- package/lib/index.cjs +1 -1
- package/lib/index.mjs +1 -1
- package/lib/node-cache-cleaner-cli.cjs +185 -2
- package/lib/node-cache-cleaner-cli.js +2 -5
- package/lib/node-cache-cleaner-cli.mjs +8 -4
- package/lib/node-executor.cjs +183 -2
- package/lib/node-executor.mjs +5 -2
- package/lib/node-package-packer/build-readme.cjs +150 -0
- package/lib/node-package-packer/build-readme.d.mts +10 -0
- package/lib/node-package-packer/build-readme.mjs +10 -0
- package/lib/node-package-packer/build-tarball.cjs +495 -0
- package/lib/node-package-packer/build-tarball.d.mts +33 -0
- package/lib/node-package-packer/build-tarball.mjs +175 -0
- package/lib/node-package-packer-cli.cjs +525 -0
- package/lib/node-package-packer-cli.d.mts +1 -0
- package/lib/node-package-packer-cli.mjs +34 -0
- package/lib/npm-run-series.cjs +7 -12
- package/lib/npm-run-series.mjs +2 -2
- package/lib/package-resolutions-updater-cli.cjs +73 -76
- package/lib/package-resolutions-updater-cli.mjs +4 -3
- package/lib/package-resolutions-updater.cjs +71 -74
- package/lib/package-resolutions-updater.d.mts +34 -0
- package/lib/package-resolutions-updater.mjs +3 -2
- package/lib/php-cs-fixer-staged.cjs +1 -1
- package/lib/php-cs-fixer-staged.mjs +1 -1
- package/lib/print-directory-tree.cjs +16 -18
- package/lib/print-directory-tree.mjs +11 -8
- package/lib/print-tarball-tree.cjs +262 -0
- package/lib/print-tarball-tree.d.mts +1 -0
- package/lib/print-tarball-tree.mjs +68 -0
- package/lib/ps/index.cjs +10 -10
- package/lib/ps/index.mjs +4 -4
- package/lib/ps/table-parser.d.ts +3 -4
- package/lib/ps/table-parser.js +9 -16
- package/lib/remove-module.cjs +17 -22
- package/lib/remove-module.mjs +2 -2
- package/lib/rm-node-module-cli.cjs +171 -4
- package/lib/rm-node-module-cli.mjs +7 -4
- package/lib/rmpath-cli.cjs +285 -0
- package/lib/rmpath-cli.d.mts +1 -0
- package/lib/rmpath-cli.mjs +23 -0
- package/lib/rmpath.cjs +6 -217
- package/lib/rmpath.mjs +5 -101
- package/lib/run-by-checksum/cache.cjs +69 -0
- package/lib/run-by-checksum/cache.d.ts +19 -0
- package/lib/run-by-checksum/cache.js +50 -0
- package/lib/run-by-checksum/cache.mjs +12 -0
- package/lib/run-by-checksum/hash.cjs +72 -0
- package/lib/run-by-checksum/hash.d.ts +14 -0
- package/lib/run-by-checksum/hash.js +85 -0
- package/lib/{ps/isWin.mjs → run-by-checksum/hash.mjs} +5 -5
- package/lib/run-by-checksum/run.cjs +169 -0
- package/lib/run-by-checksum/run.d.ts +22 -0
- package/lib/run-by-checksum/run.js +93 -0
- package/lib/run-by-checksum/run.mjs +10 -0
- package/lib/run-by-checksum-cli.cjs +382 -0
- package/lib/run-by-checksum-cli.d.ts +2 -0
- package/lib/run-by-checksum-cli.js +43 -0
- package/lib/run-by-checksum-cli.mjs +56 -0
- package/lib/submodule-install.cjs +8 -13
- package/lib/submodule-install.mjs +3 -3
- package/lib/submodule-remove-cli.cjs +169 -2
- package/lib/submodule-remove-cli.js +2 -2
- package/lib/submodule-remove-cli.mjs +5 -2
- package/lib/utils/fetchResponse.cjs +24 -0
- package/lib/utils/fetchResponse.d.cts +25 -0
- package/lib/utils/fetchResponse.mjs +6 -0
- package/lib/utils/index.cjs +5 -10
- package/lib/utils/index.d.cts +2 -9
- package/lib/utils/index.mjs +1 -1
- package/lib/utils/isWindows.mjs +3 -1
- package/lib/utils/runBash.cjs +1 -1
- package/lib/utils/runBash.mjs +1 -1
- package/lib/yarn-per-branch-lock-installer.cjs +202 -11
- package/lib/yarn-per-branch-lock-installer.mjs +24 -11
- package/lib/yarn-reinstall.cjs +6 -11
- package/lib/yarn-reinstall.mjs +1 -1
- package/package.json +35 -10
- package/readme.html +2 -2
- package/readme.md +5 -5
- package/releases/readme.md +6 -3
- package/tmp/test-repo-runChecksum/test-complex-glob/README.md +1 -0
- package/tmp/test-repo-runChecksum/test-mixed-args/README.md +1 -0
- package/.opencode/package.json +0 -5
- package/lib/chunk-6S4NXESK.mjs +0 -26
- package/lib/del-ps.js +0 -32
- package/lib/del-ps.mjs +0 -43
- package/lib/ps/isWin.cjs +0 -26
- package/lib/ps/isWin.d.ts +0 -2
- package/lib/ps/isWin.js +0 -4
- package/test/package.json +0 -20
- package/test-project/package.json +0 -22
- package/test-project/workspaces/workspace-a/package.json +0 -135
- package/test-project/workspaces/workspace-a/test/demo/package.json +0 -25
- package/test-project/workspaces/workspace-b/package.json +0 -139
- package/test-project/workspaces/workspace-b/test/sample-project/package.json +0 -7
- package/test-project/workspaces/workspace-b/themes/hexo-theme-flowbite/package.json +0 -96
- package/tmp/rm-node-modules-test-project/package.json +0 -17
- package/tmp/rm-node-modules-test-project/packages/workspace-a/package.json +0 -16
- package/tmp/rm-node-modules-test-project/packages/workspace-b/package.json +0 -16
- package/tmp/test-repo/package.json +0 -17
- /package/lib/{del-ps.d.ts → del-ps-cli.d.mts} +0 -0
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "hexo-is",
|
|
3
|
-
"version": "2.0.3",
|
|
4
|
-
"description": "Determine whether current hexo data is",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"type": "module",
|
|
8
|
-
"module": "dist/index.mjs",
|
|
9
|
-
"exports": {
|
|
10
|
-
".": {
|
|
11
|
-
"require": {
|
|
12
|
-
"default": "./dist/index.cjs",
|
|
13
|
-
"types": "./dist/index.d.cts"
|
|
14
|
-
},
|
|
15
|
-
"import": {
|
|
16
|
-
"default": "./dist/index.mjs",
|
|
17
|
-
"types": "./dist/index.d.mts"
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
"files": [
|
|
22
|
-
"dist/"
|
|
23
|
-
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"test": "npx jest --runInBand --forceExit --detectOpenHandles --testTimeout=30000",
|
|
26
|
-
"test:index": "node test/index.js",
|
|
27
|
-
"build": "tsc && rollup -c",
|
|
28
|
-
"clean": "npx rimraf dist && npm run build",
|
|
29
|
-
"postbuild": "node packer.cjs",
|
|
30
|
-
"update": "npx npm-check-updates -u -x chalk",
|
|
31
|
-
"pack": "node packer.cjs --yarn",
|
|
32
|
-
"prepare": "husky"
|
|
33
|
-
},
|
|
34
|
-
"keywords": [],
|
|
35
|
-
"repository": {
|
|
36
|
-
"type": "git",
|
|
37
|
-
"url": "https://github.com/dimaslanjaka/hexo-is"
|
|
38
|
-
},
|
|
39
|
-
"homepage": "https://github.com/dimaslanjaka/hexo-is",
|
|
40
|
-
"author": {
|
|
41
|
-
"email": "dimaslanjaka@gmail.com",
|
|
42
|
-
"name": "Dimas Lanjaka",
|
|
43
|
-
"url": "https://github.com/dimaslanjaka"
|
|
44
|
-
},
|
|
45
|
-
"license": "MIT",
|
|
46
|
-
"workspaces": [
|
|
47
|
-
"test/demo",
|
|
48
|
-
"test/demo/themes/*"
|
|
49
|
-
],
|
|
50
|
-
"dependencies": {
|
|
51
|
-
"deepmerge-ts": "^7.1.5",
|
|
52
|
-
"fs-extra": "^11.3.0",
|
|
53
|
-
"hexo-log": "^4.1.0",
|
|
54
|
-
"minimatch": "^10.0.3",
|
|
55
|
-
"sbg-utility": "^2.0.11",
|
|
56
|
-
"upath": "^2.0.1",
|
|
57
|
-
"yaml": "^2.8.0"
|
|
58
|
-
},
|
|
59
|
-
"devDependencies": {
|
|
60
|
-
"@babel/core": "^7.28.0",
|
|
61
|
-
"@babel/plugin-transform-runtime": "^7.28.0",
|
|
62
|
-
"@babel/preset-env": "^7.28.0",
|
|
63
|
-
"@babel/preset-typescript": "^7.27.1",
|
|
64
|
-
"@babel/runtime": "^7.24.0",
|
|
65
|
-
"@eslint/eslintrc": "^3.3.1",
|
|
66
|
-
"@eslint/js": "^9.31.0",
|
|
67
|
-
"@jest/environment": "^30.0.5",
|
|
68
|
-
"@jest/expect": "^30.0.5",
|
|
69
|
-
"@jest/globals": "^30.0.5",
|
|
70
|
-
"@jest/types": "^30.0.5",
|
|
71
|
-
"@rollup/plugin-babel": "^6.0.4",
|
|
72
|
-
"@rollup/plugin-commonjs": "^28.0.6",
|
|
73
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
74
|
-
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
75
|
-
"@types/babel__core": "^7",
|
|
76
|
-
"@types/babel__preset-env": "^7",
|
|
77
|
-
"@types/fs-extra": "^11.0.4",
|
|
78
|
-
"@types/gulp": "^4.0.17",
|
|
79
|
-
"@types/jest": "^30.0.0",
|
|
80
|
-
"@types/node": "^24.0.15",
|
|
81
|
-
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
82
|
-
"@typescript-eslint/parser": "^8.38.0",
|
|
83
|
-
"binary-collections": "^2.0.10",
|
|
84
|
-
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/private/release/cross-spawn.tgz",
|
|
85
|
-
"eslint": "^9.31.0",
|
|
86
|
-
"eslint-config-prettier": "^10.1.8",
|
|
87
|
-
"eslint-plugin-prettier": "^5.5.3",
|
|
88
|
-
"git-command-helper": "^2.0.2",
|
|
89
|
-
"globals": "^16.3.0",
|
|
90
|
-
"gulp": "^5.0.1",
|
|
91
|
-
"gulp-cli": "^3.1.0",
|
|
92
|
-
"hexo": "*",
|
|
93
|
-
"husky": "^9.1.7",
|
|
94
|
-
"jest": "^30.0.5",
|
|
95
|
-
"jest-config": "^30.0.5",
|
|
96
|
-
"jest-mock": "^30.0.5",
|
|
97
|
-
"lint-staged": "^16.1.2",
|
|
98
|
-
"nodemon": "^3.1.10",
|
|
99
|
-
"prettier": "^3.6.2",
|
|
100
|
-
"rimraf": "^6.0.1",
|
|
101
|
-
"rollup": "^4.45.1",
|
|
102
|
-
"rollup-plugin-dts": "^6.2.1",
|
|
103
|
-
"ts-jest": "^29.4.0",
|
|
104
|
-
"ts-node": "^10.9.2",
|
|
105
|
-
"typescript": "^5.8.3"
|
|
106
|
-
},
|
|
107
|
-
"resolutions": {
|
|
108
|
-
"@types/git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/40f673205b55bd451a689079b47fde804ce14559/release/git-command-helper.tgz",
|
|
109
|
-
"@types/hexo": "https://github.com/dimaslanjaka/hexo/raw/f6cfb62f67fc161f569ade3781c30afa5bae9def/releases/hexo.tgz",
|
|
110
|
-
"binary-collections": "https://github.com/dimaslanjaka/bin/raw/973b914e88194afc04935628e9901e76bf7eb5fd/releases/bin.tgz",
|
|
111
|
-
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac7a7031a81e11ddb5fab0f8ba433041c98/release/cross-spawn.tgz",
|
|
112
|
-
"git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/40f673205b55bd451a689079b47fde804ce14559/release/git-command-helper.tgz",
|
|
113
|
-
"hexo": "https://github.com/dimaslanjaka/hexo/raw/f6cfb62f67fc161f569ade3781c30afa5bae9def/releases/hexo.tgz",
|
|
114
|
-
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/f6cfb62f67fc161f569ade3781c30afa5bae9def/releases/hexo-asset-link.tgz",
|
|
115
|
-
"hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/f6cfb62f67fc161f569ade3781c30afa5bae9def/releases/hexo-cli.tgz",
|
|
116
|
-
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/f6cfb62f67fc161f569ade3781c30afa5bae9def/releases/hexo-front-matter.tgz",
|
|
117
|
-
"hexo-generator-redirect": "https://github.com/dimaslanjaka/hexo-generator-redirect/raw/a2e390c496954e7883218b9b82a09972c7507c10/release/hexo-generator-redirect.tgz",
|
|
118
|
-
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/f6cfb62f67fc161f569ade3781c30afa5bae9def/releases/hexo-log.tgz",
|
|
119
|
-
"hexo-post-parser": "https://github.com/dimaslanjaka/hexo-post-parser/raw/1fd5dc629349e028c7ce574b176db5970e0327eb/release/hexo-post-parser.tgz",
|
|
120
|
-
"hexo-renderers": "https://github.com/dimaslanjaka/hexo-renderers/raw/b2f64c979babe3f89d225aff3a7d5267949124a5/release/hexo-renderers.tgz",
|
|
121
|
-
"hexo-seo": "https://github.com/dimaslanjaka/hexo-seo/raw/ebf24f48bcc00ae14f4961ca0bad5c4a418fd5ac/release/hexo-seo.tgz",
|
|
122
|
-
"hexo-server": "https://github.com/dimaslanjaka/hexo/raw/f6cfb62f67fc161f569ade3781c30afa5bae9def/releases/hexo-server.tgz",
|
|
123
|
-
"hexo-shortcodes": "https://github.com/dimaslanjaka/hexo-shortcodes/raw/2ed1250d701369b8235a02b9af834bbfc62644a0/release/hexo-shortcodes.tgz",
|
|
124
|
-
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/f6cfb62f67fc161f569ade3781c30afa5bae9def/releases/hexo-util.tgz",
|
|
125
|
-
"instant-indexing": "https://github.com/dimaslanjaka/static-blog-generator/raw/f221d11cdc32fa7dd001e5236f8c3f30387e62d2/packages/instant-indexing/release/instant-indexing.tgz",
|
|
126
|
-
"markdown-it": "https://github.com/dimaslanjaka/markdown-it/raw/17ccc825cbb3e4c6d59edada5f6d93f27075d752/release/markdown-it.tgz",
|
|
127
|
-
"nodejs-package-types": "https://github.com/dimaslanjaka/nodejs-package-types/raw/99545d0c50ef58508605eff949d84dcb5c03d490/release/nodejs-package-types.tgz",
|
|
128
|
-
"sbg-api": "https://github.com/dimaslanjaka/static-blog-generator/raw/95400dd87106542a640092fa2073ee7d5c9b83e6/packages/sbg-api/release/sbg-api.tgz",
|
|
129
|
-
"sbg-cli": "https://github.com/dimaslanjaka/static-blog-generator/raw/4a6d2c0b2a7653402ccb87229fa2f074986e9ede/packages/sbg-cli/release/sbg-cli.tgz",
|
|
130
|
-
"sbg-server": "https://github.com/dimaslanjaka/static-blog-generator/raw/4a6d2c0b2a7653402ccb87229fa2f074986e9ede/packages/sbg-server/release/sbg-server.tgz",
|
|
131
|
-
"sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/df939d4cb3e31fded39412534bcef11de9fe0dcc/packages/sbg-utility/release/sbg-utility.tgz",
|
|
132
|
-
"static-blog-generator": "https://github.com/dimaslanjaka/static-blog-generator/raw/4a6d2c0b2a7653402ccb87229fa2f074986e9ede/packages/static-blog-generator/release/static-blog-generator.tgz",
|
|
133
|
-
"warehouse": "https://github.com/dimaslanjaka/hexo/raw/f6cfb62f67fc161f569ade3781c30afa5bae9def/releases/warehouse.tgz"
|
|
134
|
-
}
|
|
135
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "hexo-is-demo",
|
|
3
|
-
"version": "0.0.0",
|
|
4
|
-
"private": true,
|
|
5
|
-
"scripts": {
|
|
6
|
-
"build": "hexo generate",
|
|
7
|
-
"clean": "hexo clean",
|
|
8
|
-
"deploy": "hexo deploy",
|
|
9
|
-
"server": "hexo server"
|
|
10
|
-
},
|
|
11
|
-
"hexo": {
|
|
12
|
-
"version": "7.3.0"
|
|
13
|
-
},
|
|
14
|
-
"dependencies": {
|
|
15
|
-
"hexo": "*",
|
|
16
|
-
"hexo-generator-archive": "^2.0.0",
|
|
17
|
-
"hexo-generator-category": "*",
|
|
18
|
-
"hexo-generator-index": "^4.0.0",
|
|
19
|
-
"hexo-generator-tag": "^2.0.0",
|
|
20
|
-
"hexo-is": "*",
|
|
21
|
-
"hexo-renderers": "^3.0.0",
|
|
22
|
-
"hexo-server": "^3.0.0",
|
|
23
|
-
"hexo-theme-landscape": "^1.0.0"
|
|
24
|
-
}
|
|
25
|
-
}
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "hexo-themes",
|
|
3
|
-
"private": true,
|
|
4
|
-
"version": "2.0.0",
|
|
5
|
-
"description": "My HexoJS Theme Collections",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"main": "index.js",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"build:scripts": "tsc -p tsconfig.json --outDir tmp/tsc && rollup -c",
|
|
10
|
-
"build:production": "yarn workspaces foreach --worktree --no-private run build",
|
|
11
|
-
"build": "clear && run-s \"build:**\"",
|
|
12
|
-
"clean:post": "rimraf source/_posts && git restore source/_posts",
|
|
13
|
-
"clean": "npm run site:clean && npm run clean:post && rimraf tmp",
|
|
14
|
-
"start": "hexo server --ssl",
|
|
15
|
-
"site:build": "hexo generate",
|
|
16
|
-
"site:clean": "hexo clean",
|
|
17
|
-
"post:standalone": "sbg post standalone",
|
|
18
|
-
"post:copy": "sbg post copy --expose-gc",
|
|
19
|
-
"post": "run-s \"post:**\"",
|
|
20
|
-
"update:ncu": "npx npm-check-updates -u -x async,progress,cheerio,jsdom,deepmerge-ts && yarn workspaces foreach --worktree run update:ncu",
|
|
21
|
-
"update:resolutions": "yarn workspaces foreach --all exec \"npx pkg-res-updater\"",
|
|
22
|
-
"prepare": "husky && yarn workspaces foreach --worktree run prepare",
|
|
23
|
-
"pack": "node --no-warnings --experimental-specifier-resolution=node --loader ts-node/esm -r dotenv/config pack.ts",
|
|
24
|
-
"deploy": "npm run build && npm run pack && rm -rf public && npm run site:build && node bin/deploy",
|
|
25
|
-
"start:flowbite": "node bin/switch-theme flowbite && npm run start",
|
|
26
|
-
"serve": "hexo server --ssl"
|
|
27
|
-
},
|
|
28
|
-
"keywords": [
|
|
29
|
-
"hexo",
|
|
30
|
-
"themes"
|
|
31
|
-
],
|
|
32
|
-
"author": "",
|
|
33
|
-
"license": "MIT",
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"axios": "^1.11.0",
|
|
36
|
-
"cheerio": "^1.0.0",
|
|
37
|
-
"deepmerge-ts": "^7.1.1",
|
|
38
|
-
"fs-extra": "^11.3.5",
|
|
39
|
-
"hexo": "^8.1.2",
|
|
40
|
-
"hexo-asset-link": "^2.2.3",
|
|
41
|
-
"hexo-cli": "^4.3.2",
|
|
42
|
-
"hexo-front-matter": "^4.2.1",
|
|
43
|
-
"hexo-generator-archive": "^2.0.0",
|
|
44
|
-
"hexo-generator-category": "*",
|
|
45
|
-
"hexo-generator-index": "^4.0.0",
|
|
46
|
-
"hexo-generator-tag": "^2.0.0",
|
|
47
|
-
"hexo-log": "^4.1.0",
|
|
48
|
-
"hexo-renderer-nunjucks": "^2.0.0",
|
|
49
|
-
"hexo-renderer-pug": "^3.0.0",
|
|
50
|
-
"hexo-renderer-stylus": "^3.0.1",
|
|
51
|
-
"hexo-server": "*",
|
|
52
|
-
"hexo-shortcodes": "^1.2.4",
|
|
53
|
-
"hexo-theme-flowbite": "*",
|
|
54
|
-
"hexo-util": "^3.3.0",
|
|
55
|
-
"jquery": "^3.7.1",
|
|
56
|
-
"jsonc-parser": "^3.3.1",
|
|
57
|
-
"lodash": "^4.17.21",
|
|
58
|
-
"marked": "^16.1.1",
|
|
59
|
-
"minimist": "^1.2.8",
|
|
60
|
-
"nunjucks": "^3.2.4",
|
|
61
|
-
"picocolors": "^1.1.1",
|
|
62
|
-
"rimraf": "^6.0.1",
|
|
63
|
-
"sanitize-filename": "^1.6.3",
|
|
64
|
-
"sbg-utility": "^2.0.11",
|
|
65
|
-
"static-blog-generator": "^3.0.1",
|
|
66
|
-
"tar": "^7.4.3",
|
|
67
|
-
"upath": "^3.0.7",
|
|
68
|
-
"warehouse": "*",
|
|
69
|
-
"yaml": "^2.8.0"
|
|
70
|
-
},
|
|
71
|
-
"devDependencies": {
|
|
72
|
-
"@rollup/plugin-commonjs": "^28.0.6",
|
|
73
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
74
|
-
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
75
|
-
"@rollup/plugin-typescript": "^12.1.4",
|
|
76
|
-
"@types/fs-extra": "^11.0.4",
|
|
77
|
-
"@types/gulp": "^4.0.17",
|
|
78
|
-
"@types/jquery": "^3.5.32",
|
|
79
|
-
"@types/katex": "^0",
|
|
80
|
-
"@types/lodash": "^4.17.20",
|
|
81
|
-
"@types/markdown-it-emoji": "^3",
|
|
82
|
-
"@types/minimist": "^1",
|
|
83
|
-
"@types/node": "^24.1.0",
|
|
84
|
-
"@types/nunjucks": "^3",
|
|
85
|
-
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
86
|
-
"@typescript-eslint/parser": "^8.38.0",
|
|
87
|
-
"binary-collections": "^2.0.10",
|
|
88
|
-
"cross-env": "^7.0.3",
|
|
89
|
-
"cross-spawn": "git+https://github.com/dimaslanjaka/node-cross-spawn.git#private",
|
|
90
|
-
"dotenv": "^17.4.2",
|
|
91
|
-
"eslint": "^9.31.0",
|
|
92
|
-
"eslint-config-prettier": "^10.1.8",
|
|
93
|
-
"eslint-plugin-prettier": "^5.5.3",
|
|
94
|
-
"globals": "^16.3.0",
|
|
95
|
-
"gulp": "^5.0.1",
|
|
96
|
-
"gulp-cli": "^3.1.0",
|
|
97
|
-
"husky": "^9.1.7",
|
|
98
|
-
"lint-staged": "^16.1.2",
|
|
99
|
-
"nodemon": "^3.1.10",
|
|
100
|
-
"openai": "^6.37.0",
|
|
101
|
-
"prettier": "^3.6.2",
|
|
102
|
-
"prettier-plugin-embed": "^0.5.0",
|
|
103
|
-
"prettier-plugin-sql": "^0.19.2",
|
|
104
|
-
"rollup": "^4.45.1",
|
|
105
|
-
"ts-node": "^10.9.2",
|
|
106
|
-
"typescript": "^5.8.3"
|
|
107
|
-
},
|
|
108
|
-
"hexo": {
|
|
109
|
-
"version": "8.1.2"
|
|
110
|
-
},
|
|
111
|
-
"resolutions": {
|
|
112
|
-
"@types/hexo": "https://github.com/dimaslanjaka/hexo/raw/79d642477766944815c32a2d09355d80844140f2/releases/hexo.tgz",
|
|
113
|
-
"binary-collections": "https://github.com/dimaslanjaka/bin/raw/c3d78e32e2effd2ada561710760cb93cf0e68742/releases/bin.tgz",
|
|
114
|
-
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac7a7031a81e11ddb5fab0f8ba433041c98/release/cross-spawn.tgz",
|
|
115
|
-
"git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/bb9d6c795b8d00f9d7debae8ce1810a05d9c9c65/release/git-command-helper.tgz",
|
|
116
|
-
"hexo-adsense": "https://github.com/dimaslanjaka/hexo-adsense/raw/dc2adb281b66ce7efb8087cbb5235664e84344a1/release/hexo-adsense.tgz",
|
|
117
|
-
"hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/79d642477766944815c32a2d09355d80844140f2/releases/hexo-cli.tgz",
|
|
118
|
-
"hexo-generator-redirect": "https://github.com/dimaslanjaka/hexo-generator-redirect/raw/a2e390c496954e7883218b9b82a09972c7507c10/release/hexo-generator-redirect.tgz",
|
|
119
|
-
"hexo-is": "https://github.com/dimaslanjaka/hexo-is/raw/05913ccd2e18f1150038e328a30cf7ab507189fc/release/hexo-is.tgz",
|
|
120
|
-
"hexo-post-parser": "https://github.com/dimaslanjaka/hexo-post-parser/raw/f7b82f38fe28e4d42a504971eadd27e517e26f13/release/hexo-post-parser.tgz",
|
|
121
|
-
"hexo-renderers": "https://github.com/dimaslanjaka/hexo-renderers/raw/4cd048840a0876fd302536874182ce39a4459432/release/hexo-renderers.tgz",
|
|
122
|
-
"hexo-seo": "https://github.com/dimaslanjaka/hexo-seo/raw/21e024b84538853c8b8521140530694d92d64b74/release/hexo-seo.tgz",
|
|
123
|
-
"hexo-shortcodes": "https://github.com/dimaslanjaka/hexo-shortcodes/raw/2ed1250d701369b8235a02b9af834bbfc62644a0/release/hexo-shortcodes.tgz",
|
|
124
|
-
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/79d642477766944815c32a2d09355d80844140f2/releases/hexo-util.tgz",
|
|
125
|
-
"instant-indexing": "https://github.com/dimaslanjaka/static-blog-generator/raw/f221d11cdc32fa7dd001e5236f8c3f30387e62d2/packages/instant-indexing/release/instant-indexing.tgz",
|
|
126
|
-
"markdown-it": "https://github.com/dimaslanjaka/markdown-it/raw/7f4f9d5ec08ebcfde42affb517ea7c8e6a305534/release/markdown-it.tgz",
|
|
127
|
-
"nodejs-package-types": "https://github.com/dimaslanjaka/nodejs-package-types/raw/5f18f2e8c4d8230f71f3f327ac14756d7eeae9ce/release/nodejs-package-types.tgz",
|
|
128
|
-
"sbg-api": "https://github.com/dimaslanjaka/static-blog-generator/raw/15947621d036b89bdb9e8dbd7014e1cb07283bb2/packages/sbg-api/release/sbg-api.tgz",
|
|
129
|
-
"sbg-cli": "https://github.com/dimaslanjaka/static-blog-generator/raw/2dd6679e9bf12ae7d97c7cd0d37d8aa18cb8d054/packages/sbg-cli/release/sbg-cli.tgz",
|
|
130
|
-
"sbg-server": "https://github.com/dimaslanjaka/static-blog-generator/raw/2dd6679e9bf12ae7d97c7cd0d37d8aa18cb8d054/packages/sbg-server/release/sbg-server.tgz",
|
|
131
|
-
"sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/3605a27eb43ca84e4d25c885af87626ad33b1816/packages/sbg-utility/release/sbg-utility.tgz",
|
|
132
|
-
"static-blog-generator": "https://github.com/dimaslanjaka/static-blog-generator/raw/2dd6679e9bf12ae7d97c7cd0d37d8aa18cb8d054/packages/static-blog-generator/release/static-blog-generator.tgz",
|
|
133
|
-
"hexo": "8"
|
|
134
|
-
},
|
|
135
|
-
"workspaces": [
|
|
136
|
-
"themes/hexo-theme-flowbite"
|
|
137
|
-
],
|
|
138
|
-
"packageManager": "yarn@4.5.0"
|
|
139
|
-
}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "hexo-theme-flowbite",
|
|
3
|
-
"version": "1.0.6",
|
|
4
|
-
"main": "dist/hexo-theme-flowbite-api.js",
|
|
5
|
-
"types": "dist/hexo-theme-flowbite-api.d.ts",
|
|
6
|
-
"bin": "bin/hexo-theme-flowbite.js",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"update:ncu": "npx npm-check-updates -u -x async,progress,cheerio,jsdom,deepmerge-ts",
|
|
9
|
-
"build": "node build.cjs"
|
|
10
|
-
},
|
|
11
|
-
"keywords": [
|
|
12
|
-
"hexo",
|
|
13
|
-
"hexo-themes",
|
|
14
|
-
"flowbite",
|
|
15
|
-
"javascript"
|
|
16
|
-
],
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "https://github.com/dimaslanjaka/hexo-themes",
|
|
20
|
-
"directory": "themes/hexo-theme-flowbite"
|
|
21
|
-
},
|
|
22
|
-
"files": [
|
|
23
|
-
"dist/",
|
|
24
|
-
"bin/",
|
|
25
|
-
"languages/",
|
|
26
|
-
"layout/",
|
|
27
|
-
"scripts/",
|
|
28
|
-
"source/",
|
|
29
|
-
"_config.yml",
|
|
30
|
-
"src/",
|
|
31
|
-
"*.cjs",
|
|
32
|
-
"*.js",
|
|
33
|
-
"*.json"
|
|
34
|
-
],
|
|
35
|
-
"directories": {
|
|
36
|
-
"bin": "bin",
|
|
37
|
-
"lib": "dist"
|
|
38
|
-
},
|
|
39
|
-
"author": {
|
|
40
|
-
"email": "dimaslanjaka@gmail.com",
|
|
41
|
-
"name": "Dimas Lanjaka",
|
|
42
|
-
"url": "https://webmanajemen.com"
|
|
43
|
-
},
|
|
44
|
-
"license": "MIT",
|
|
45
|
-
"description": "Hexo theme made with flowbite",
|
|
46
|
-
"dependencies": {
|
|
47
|
-
"@fancyapps/ui": "^6.1.14",
|
|
48
|
-
"axios": "^1.16.1",
|
|
49
|
-
"cheerio": "^1.0.0",
|
|
50
|
-
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac7a7031a81e11ddb5fab0f8ba433041c98/release/cross-spawn.tgz",
|
|
51
|
-
"deepmerge-ts": "^7.1.3",
|
|
52
|
-
"fs-extra": "^11.3.5",
|
|
53
|
-
"glob": "^13.0.6",
|
|
54
|
-
"hexo-post-parser": "^3.0.1",
|
|
55
|
-
"highlight.js": "^11.11.1",
|
|
56
|
-
"imagesloaded": "^5.0.0",
|
|
57
|
-
"jquery": "^4.0.0",
|
|
58
|
-
"lodash": "^4.18.1",
|
|
59
|
-
"masonry-layout": "^4.2.2",
|
|
60
|
-
"sbg-utility": "^2.0.11",
|
|
61
|
-
"upath": "^3.0.7",
|
|
62
|
-
"yaml": "^2.9.0"
|
|
63
|
-
},
|
|
64
|
-
"devDependencies": {
|
|
65
|
-
"@rollup/plugin-commonjs": "^29.0.2",
|
|
66
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
67
|
-
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
68
|
-
"@rollup/plugin-terser": "^1.0.0",
|
|
69
|
-
"@rollup/plugin-typescript": "^12.3.0",
|
|
70
|
-
"@types/fs-extra": "^11.0.4",
|
|
71
|
-
"@types/google.accounts": "^0.0.18",
|
|
72
|
-
"@types/imagesloaded": "^4.1.7",
|
|
73
|
-
"@types/jquery": "^4",
|
|
74
|
-
"@types/lodash": "^4",
|
|
75
|
-
"@types/masonry-layout": "^4",
|
|
76
|
-
"autoprefixer": "^10.5.0",
|
|
77
|
-
"baseline-browser-mapping": "^2.10.29",
|
|
78
|
-
"binary-collections": "^2.0.11",
|
|
79
|
-
"cssnano": "^8.0.1",
|
|
80
|
-
"flowbite": "^4.0.2",
|
|
81
|
-
"flowbite-typography": "^1.0.5",
|
|
82
|
-
"hexo": "*",
|
|
83
|
-
"postcss": "^8.5.14",
|
|
84
|
-
"postcss-cli": "^11.0.1",
|
|
85
|
-
"postcss-import": "^16.1.1",
|
|
86
|
-
"postcss-loader": "^8.2.1",
|
|
87
|
-
"prettier": "^3.8.3",
|
|
88
|
-
"prettier-plugin-embed": "^0.5.1",
|
|
89
|
-
"prettier-plugin-sql": "^0.20.0",
|
|
90
|
-
"rollup": "^4.60.4",
|
|
91
|
-
"rollup-plugin-dts": "^6.4.1",
|
|
92
|
-
"sass": "^1.99.0",
|
|
93
|
-
"tailwindcss": "^4.3.0",
|
|
94
|
-
"typescript": "^6.0.3"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mock-project-root",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"private": true,
|
|
5
|
-
"workspaces": [
|
|
6
|
-
"packages/*"
|
|
7
|
-
],
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"bootstrap": "^5.0.0",
|
|
10
|
-
"jquery": "^3.6.0",
|
|
11
|
-
"lodash": "^4.17.21"
|
|
12
|
-
},
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"@types/node": "^18.0.0"
|
|
15
|
-
},
|
|
16
|
-
"packageManager": "yarn@4.15.0"
|
|
17
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "workspace-a",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"private": true,
|
|
5
|
-
"workspaces": [
|
|
6
|
-
"packages/*"
|
|
7
|
-
],
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"bootstrap": "^5.0.0",
|
|
10
|
-
"jquery": "^3.6.0",
|
|
11
|
-
"lodash": "^4.17.21"
|
|
12
|
-
},
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"@types/node": "^18.0.0"
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "workspace-b",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"private": true,
|
|
5
|
-
"workspaces": [
|
|
6
|
-
"packages/*"
|
|
7
|
-
],
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"bootstrap": "^5.0.0",
|
|
10
|
-
"jquery": "^3.6.0",
|
|
11
|
-
"lodash": "^4.17.21"
|
|
12
|
-
},
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"@types/node": "^18.0.0"
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "test",
|
|
3
|
-
"description": "just test my modules",
|
|
4
|
-
"version": "0.1.0",
|
|
5
|
-
"private": true,
|
|
6
|
-
"main": "index.js",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"postinstall": "node postinstall.js"
|
|
9
|
-
},
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"jquery": "^3.6.0",
|
|
12
|
-
"lodash": "^4.17.21"
|
|
13
|
-
},
|
|
14
|
-
"devDependencies": {
|
|
15
|
-
"binary-collections": "*"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
File without changes
|