binary-collections 2.0.11 → 2.0.12
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/.opencode/package.json +5 -0
- package/binaries/rmx +15 -1
- package/binaries/rmx.cmd +12 -0
- package/binaries/test-cjs +9 -1
- package/binaries/test-cjs.cmd +16 -1
- package/binaries/test-esm +16 -0
- package/binaries/test-esm.cjs +178 -0
- package/binaries/test-esm.cmd +23 -0
- package/binaries/yarn-clean +1 -1
- package/binaries/yarn-clean.cmd +1 -1
- package/binaries/yarn-clean.py +33 -15
- package/binaries/yc +110 -0
- package/binaries/yc.cjs +178 -0
- package/lib/binary-collections/config.cjs +126 -0
- package/lib/binary-collections/config.mjs +7 -0
- package/lib/binary-collections/executeScript.cjs +19 -0
- package/lib/binary-collections/executeScript.d.cts +12 -0
- package/lib/binary-collections/executeScript.mjs +6 -0
- package/lib/binary-collections/findScript.cjs +284 -0
- package/lib/binary-collections/findScript.d.cts +12 -0
- package/lib/binary-collections/findScript.mjs +7 -0
- package/lib/binary-collections/listScript.cjs +266 -0
- package/lib/binary-collections/listScript.d.cts +19 -0
- package/lib/binary-collections/listScript.mjs +7 -0
- package/lib/binary-collections.cjs +224 -137
- package/lib/binary-collections.mjs +22 -282
- package/lib/changelog.cjs +2 -2
- package/lib/changelog.mjs +1 -1
- package/lib/{chunk-AJDD5DZM.mjs → chunk-2LSRSEXF.mjs} +1 -1
- package/lib/{chunk-Z6JLYU2J.mjs → chunk-5RTXZVCW.mjs} +2 -2
- package/lib/{chunk-XA3SNBPA.mjs → chunk-66KDU4TX.mjs} +93 -9
- package/lib/chunk-6PU7BAHB.mjs +61 -0
- package/lib/chunk-C6D2TTYU.mjs +32 -0
- package/lib/chunk-FB2WKVJD.mjs +158 -0
- package/lib/{chunk-NCXAP7AA.mjs → chunk-G5UUEWUO.mjs} +9 -5
- package/lib/{chunk-N436BNBK.mjs → chunk-GAGABICI.mjs} +19 -13
- package/lib/chunk-H44UWUFY.mjs +105 -0
- package/lib/chunk-NCZPTKDV.mjs +79 -0
- package/lib/chunk-NGFK3EYW.mjs +28 -0
- package/lib/chunk-NVEG3LEZ.mjs +143 -0
- package/lib/chunk-OGXVGBRI.mjs +29 -0
- package/lib/chunk-OXV52GD5.mjs +62 -0
- package/lib/chunk-PXBMHE7O.mjs +35 -0
- package/lib/chunk-R5FJOR63.mjs +47 -0
- package/lib/chunk-SPTECFE5.mjs +180 -0
- package/lib/chunk-UXCFNAR6.mjs +55 -0
- package/lib/chunk-V2IBPCEV.mjs +39 -0
- package/lib/chunk-XPJGCDOD.mjs +14 -0
- package/lib/chunk-ZOWVMII3.mjs +228 -0
- package/lib/clean-github-actions-caches-cli.cjs +465 -0
- package/lib/clean-github-actions-caches-cli.d.cts +1 -0
- package/lib/clean-github-actions-caches-cli.mjs +56 -0
- package/lib/clean-github-actions-caches.cjs +149 -205
- package/lib/clean-github-actions-caches.d.cts +15 -1
- package/lib/clean-github-actions-caches.mjs +4 -130
- package/lib/cross-env/command.cjs +63 -0
- package/lib/cross-env/command.d.ts +8 -0
- package/lib/cross-env/command.js +45 -0
- package/lib/cross-env/command.mjs +9 -0
- package/lib/cross-env/index.cjs +178 -0
- package/lib/cross-env/index.d.ts +8 -0
- package/lib/cross-env/index.js +102 -0
- package/lib/cross-env/index.mjs +101 -0
- package/lib/cross-env/variable.cjs +60 -0
- package/lib/cross-env/variable.d.ts +7 -0
- package/lib/cross-env/variable.js +59 -0
- package/lib/cross-env/variable.mjs +9 -0
- package/lib/del-gradle.cjs +2 -2
- package/lib/del-gradle.js +8 -8
- package/lib/del-gradle.mjs +1 -1
- package/lib/del-node-modules.js +24 -24
- package/lib/del-ps.cjs +2 -2
- package/lib/del-ps.js +8 -8
- package/lib/del-ps.mjs +1 -1
- package/lib/del-yarn-caches.cjs +2 -2
- package/lib/del-yarn-caches.js +2 -2
- package/lib/del-yarn-caches.mjs +1 -1
- package/lib/file/copy-cli.cjs +92 -0
- package/lib/file/copy-cli.d.mts +1 -0
- package/lib/file/copy-cli.mjs +55 -0
- package/lib/file/copy.cjs +56 -0
- package/lib/file/copy.d.mts +1 -0
- package/lib/file/copy.mjs +8 -0
- package/lib/file/move-cli.cjs +91 -0
- package/lib/file/move-cli.d.mts +1 -0
- package/lib/file/move-cli.mjs +55 -0
- package/lib/file/move.cjs +55 -0
- package/lib/file/move.d.mts +1 -0
- package/lib/file/move.mjs +8 -0
- package/lib/find-node-modules-cli.js +1 -1
- package/lib/free-chatgpt.cjs +21 -15
- package/lib/free-chatgpt.js +10 -10
- package/lib/free-chatgpt.mjs +2 -2
- package/lib/git/user-config.cjs +2 -2
- package/lib/git/user-config.mjs +2 -2
- package/lib/git-diff-cli.cjs +188 -42
- package/lib/git-diff-cli.mjs +5 -4
- package/lib/git-diff.cjs +188 -42
- package/lib/git-diff.d.ts +2 -1
- package/lib/git-diff.js +91 -34
- package/lib/git-diff.mjs +5 -4
- package/lib/git-fix.cjs +2 -2
- package/lib/git-fix.mjs +2 -2
- package/lib/git-purge.cjs +2 -2
- package/lib/git-purge.mjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/kill-night-crows.cjs +7 -7
- package/lib/kill-night-crows.mjs +7 -7
- package/lib/node-cache-cleaner/npm.cjs +65 -0
- package/lib/node-cache-cleaner/npm.d.ts +2 -0
- package/lib/node-cache-cleaner/npm.js +41 -0
- package/lib/node-cache-cleaner/npm.mjs +10 -0
- package/lib/node-cache-cleaner/npx.cjs +89 -0
- package/lib/node-cache-cleaner/npx.d.ts +4 -0
- package/lib/node-cache-cleaner/npx.js +82 -0
- package/lib/{ps/index.d.mjs → node-cache-cleaner/npx.mjs} +6 -5
- package/lib/node-cache-cleaner/yarn.cjs +73 -0
- package/lib/node-cache-cleaner/yarn.d.ts +2 -0
- package/lib/node-cache-cleaner/yarn.js +62 -0
- package/lib/node-cache-cleaner/yarn.mjs +10 -0
- package/lib/node-cache-cleaner-cli.cjs +182 -0
- package/lib/node-cache-cleaner-cli.d.ts +2 -0
- package/lib/node-cache-cleaner-cli.js +60 -0
- package/lib/node-cache-cleaner-cli.mjs +56 -0
- package/lib/node-executor.cjs +91 -0
- package/lib/node-executor.d.cts +2 -0
- package/lib/node-executor.mjs +103 -0
- package/lib/npm-run-series.cjs +21 -28
- package/lib/npm-run-series.mjs +20 -6
- package/lib/package-resolutions-updater-cli.cjs +213 -128
- package/lib/package-resolutions-updater-cli.mjs +17 -39
- package/lib/package-resolutions-updater.cjs +204 -98
- package/lib/package-resolutions-updater.d.mts +20 -1
- package/lib/package-resolutions-updater.mjs +7 -5
- package/lib/print-directory-tree.cjs +2 -2
- package/lib/print-directory-tree.mjs +1 -1
- package/lib/ps/connected-domain.js +10 -10
- package/lib/ps/index.cjs +1 -1
- package/lib/ps/index.mjs +177 -171
- package/lib/ps/isWin.js +1 -1
- package/lib/ps/table-parser.js +6 -6
- package/lib/remove-module.cjs +2 -2
- package/lib/remove-module.mjs +1 -1
- package/lib/rm-node-module-cli.cjs +222 -0
- package/lib/rm-node-module-cli.d.cts +1 -0
- package/lib/rm-node-module-cli.mjs +89 -0
- package/lib/rm-node-modules.cjs +127 -0
- package/lib/rm-node-modules.d.cts +35 -0
- package/lib/{binary-collections-config.mjs → rm-node-modules.mjs} +3 -3
- package/lib/rmpath.cjs +2 -2
- package/lib/rmpath.mjs +1 -1
- package/lib/submodule-install.cjs +47 -34
- package/lib/submodule-install.mjs +46 -33
- package/lib/submodule-remove-cli.cjs +1 -2
- package/lib/submodule-remove-cli.js +3 -3
- package/lib/submodule-remove-cli.mjs +1 -2
- package/lib/utils/chatgpt.cjs +19 -13
- package/lib/utils/chatgpt.js +94 -94
- package/lib/utils/chatgpt.mjs +1 -1
- package/lib/utils/findEnvFiles.cjs +28 -46
- package/lib/utils/findEnvFiles.d.cts +19 -0
- package/lib/utils/findEnvFiles.mjs +3 -5
- package/lib/utils/findWorkspaceRoot.js +4 -4
- package/lib/utils/index.cjs +2 -2
- package/lib/utils/index.mjs +1 -1
- package/lib/utils/isGithubTokenValid.js +7 -7
- package/lib/{ps/index.d.cjs → utils/isWindows.cjs} +17 -3
- package/lib/utils/isWindows.d.ts +5 -0
- package/lib/utils/isWindows.js +10 -0
- package/lib/utils/isWindows.mjs +8 -0
- package/lib/utils/runBash.cjs +53 -0
- package/lib/utils/runBash.d.cts +12 -0
- package/lib/utils/runBash.mjs +66 -0
- package/lib/yarn-per-branch-lock-installer.cjs +97 -0
- package/lib/yarn-per-branch-lock-installer.d.cts +2 -0
- package/lib/yarn-per-branch-lock-installer.mjs +109 -0
- package/lib/yarn-reinstall.cjs +2 -2
- package/lib/yarn-reinstall.mjs +1 -1
- package/package.json +61 -52
- package/readme.html +784 -0
- package/readme.md +106 -218
- package/releases/readme.md +1 -1
- package/test/README.md +2 -2
- package/test-project/package.json +8 -2
- package/test-project/workspaces/workspace-a/package.json +135 -0
- package/test-project/workspaces/workspace-a/readme.md +20 -0
- package/test-project/workspaces/workspace-a/release/readme.md +42 -0
- package/test-project/workspaces/workspace-a/test/demo/package.json +25 -0
- package/test-project/workspaces/workspace-a/test/readme.md +12 -0
- package/test-project/workspaces/workspace-b/package.json +139 -0
- package/test-project/workspaces/workspace-b/readme.md +94 -0
- package/test-project/workspaces/workspace-b/requirements.txt +1 -0
- package/test-project/workspaces/workspace-b/test/sample-project/package.json +7 -0
- package/test-project/workspaces/workspace-b/themes/hexo-theme-flowbite/package.json +96 -0
- package/test-project/workspaces/workspace-b/themes/hexo-theme-flowbite/readme.md +156 -0
- package/tmp/rm-node-modules-test-project/package.json +17 -0
- package/tmp/rm-node-modules-test-project/packages/workspace-a/package.json +16 -0
- package/tmp/rm-node-modules-test-project/packages/workspace-b/package.json +16 -0
- package/tmp/test-repo/README.md +2 -35
- package/tmp/test-repo/package.json +13 -3
- package/docs-src/clean-github-actions-caches.md +0 -26
- package/docs-src/free-chatgpt.md +0 -26
- package/lib/binary-collections-config.cjs +0 -15
- package/lib/chunk-2CBJCW7E.mjs +0 -81
- package/lib/chunk-4UHL4WVN.mjs +0 -136
- package/lib/chunk-66PAU5PS.mjs +0 -31
- package/lib/chunk-6HHJRKFB.mjs +0 -59
- package/lib/chunk-7XTEJHOE.mjs +0 -193
- package/lib/chunk-FCDQGYBF.mjs +0 -136
- package/lib/chunk-GEYA2USY.mjs +0 -207
- package/lib/chunk-GJTGHXRA.mjs +0 -356
- package/lib/chunk-ID2WBTE2.mjs +0 -80
- package/lib/chunk-JXFOHKDM.mjs +0 -239
- package/lib/chunk-PDSXF5HY.mjs +0 -187
- package/lib/chunk-RWLXRTYP.mjs +0 -109
- package/lib/chunk-TOIVAQF7.mjs +0 -136
- package/lib/chunk-V5SKYJUB.mjs +0 -136
- package/lib/chunk-WSRETQCA.mjs +0 -59
- package/lib/chunk-YYLIQQKF.mjs +0 -31
- package/lib/ps/index.d.ts +0 -2
- package/lib/ps/index.js +0 -254
- package/lib/utils/findEnvFiles.d.ts +0 -8
- package/lib/utils/findEnvFiles.js +0 -121
- package/tmp/typedoc/readme.md +0 -320
- /package/lib/{binary-collections-config.d.cts → binary-collections/config.d.cts} +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# hexo-themes
|
|
2
|
+
My HexoJS Theme Collections
|
|
3
|
+
|
|
4
|
+
| package | description
|
|
5
|
+
| :--- | :--- |
|
|
6
|
+
| [hexo-theme-flowbite](./themes/hexo-theme-flowbite/) | Hexo theme build using **tailwind** and **flowbite** |
|
|
7
|
+
|
|
8
|
+
### How to install this repo locally
|
|
9
|
+
|
|
10
|
+
```bash
|
|
11
|
+
touch yarn.lock
|
|
12
|
+
yarn install
|
|
13
|
+
yarn serve
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
### How to install Theme
|
|
17
|
+
|
|
18
|
+
- download `tgz` file from [Relase Folder](./releases/)
|
|
19
|
+
- extract `<tgz>/package/<all files here>` file to `<hexo project>/themes/hexo-theme-name/<here>`
|
|
20
|
+
- install dependencies eg: `npm install hexo-theme-flowbite` or `yarn add hexo-theme-flowbite` (change theme name)
|
|
21
|
+
|
|
22
|
+
> for enable dynamic build on-fly like **hexo-theme-flowbite** add as **dev dependencies** (`yarn add -D hexo-theme-flowbite`)
|
|
23
|
+
|
|
24
|
+
#### How to update markdown-it to latest for Hexo
|
|
25
|
+
|
|
26
|
+
- install customized `markdown-it` [see why](https://github.com/dimaslanjaka/hexo-renderers/tree/esm#requirements)
|
|
27
|
+
|
|
28
|
+
```bash
|
|
29
|
+
yarn add markdown-it@https://github.com/dimaslanjaka/markdown-it/raw/2000d25dec653f6e62a545b30f6d58fad20e6d1f/release/markdown-it.tgz
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
> OR just using `hexo-renderers` to using built-in `markdown-it`
|
|
33
|
+
|
|
34
|
+
#### How to enable auto SEO
|
|
35
|
+
|
|
36
|
+
- install `hexo-seo`
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
yarn add hexo-seo
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
[Read how to configure hexo-seo](https://github.com/dimaslanjaka/hexo-seo#readme)
|
|
43
|
+
|
|
44
|
+
#### How to update
|
|
45
|
+
|
|
46
|
+
To update theme, just call `npx hexo-theme-name` on cwd hexo project. Sample:
|
|
47
|
+
|
|
48
|
+

|
|
49
|
+
|
|
50
|
+
### Features
|
|
51
|
+
|
|
52
|
+
> [more detailed config here](./themes/hexo-theme-flowbite/_config.yml)
|
|
53
|
+
|
|
54
|
+
#### Search data
|
|
55
|
+
|
|
56
|
+
All post metadata on `{{ config.root }}/hexo-search.json` with contents
|
|
57
|
+
|
|
58
|
+
```jsonc
|
|
59
|
+
[
|
|
60
|
+
{
|
|
61
|
+
"url": "url relative post",
|
|
62
|
+
"title": "post title",
|
|
63
|
+
"description": "post excerpt or description"
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### Contribute
|
|
69
|
+
|
|
70
|
+
Step to contribute
|
|
71
|
+
|
|
72
|
+
#### Setup
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
git submodule update -i -r
|
|
76
|
+
touch yarn.lock
|
|
77
|
+
yarn install
|
|
78
|
+
yarn build
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
#### Live testing
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
yarn run start
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
Test responsive screenshoot at https://ui.dev/amiresponsive
|
|
88
|
+
|
|
89
|
+
#### Bundle
|
|
90
|
+
|
|
91
|
+
```bash
|
|
92
|
+
yarn run build
|
|
93
|
+
yarn run pack
|
|
94
|
+
```
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
djlint
|
|
@@ -0,0 +1,96 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
# hexo-theme-flowbite
|
|
2
|
+
|
|
3
|
+
HexoJS theme build with TailwindCSS and Flowbite.
|
|
4
|
+
|
|
5
|
+
<div style="text-align: center;">
|
|
6
|
+
<img src="https://rawcdn.githack.com/dimaslanjaka/site/fc74340976ee56f1ea362506f98b0218ffa1615e/source/themes/screenshots/Flowbite.png" alt="Flowbite Screenshot" />
|
|
7
|
+
</div>
|
|
8
|
+
|
|
9
|
+
## Features
|
|
10
|
+
|
|
11
|
+
- Responsive
|
|
12
|
+
- Auto SEO
|
|
13
|
+
- Custom HTML Injection
|
|
14
|
+
- FancyBox multimedia display
|
|
15
|
+
|
|
16
|
+
## Requirements
|
|
17
|
+
|
|
18
|
+
- Hexo renderer nunjucks
|
|
19
|
+
|
|
20
|
+
## Preview
|
|
21
|
+
|
|
22
|
+
- [https://www.webmanajemen.com/hexo-themes/hexo-theme-flowbite/](https://www.webmanajemen.com/hexo-themes/hexo-theme-flowbite/)
|
|
23
|
+
|
|
24
|
+
## Installation
|
|
25
|
+
|
|
26
|
+
<!-- [Read Here](https://github.com/dimaslanjaka/hexo-themes?tab=readme-ov-file#how-to-install) -->
|
|
27
|
+
|
|
28
|
+
- [Download tarball](https://github.com/dimaslanjaka/hexo-themes/raw/refs/heads/master/releases/hexo-theme-flowbite.tgz)
|
|
29
|
+
- Extract [downloaded tarball](https://github.com/dimaslanjaka/hexo-themes/raw/refs/heads/master/releases/hexo-theme-flowbite.tgz) into **themes/hexo-theme-flowbite**
|
|
30
|
+
- Create **_config.hexo-theme-flowbite.yml** [see content configuration](./_config.yml) or using bash
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
curl https://raw.githubusercontent.com/dimaslanjaka/hexo-themes/refs/heads/master/themes/hexo-theme-flowbite/_config.yml > _config.hexo-theme-flowbite.yml
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
- Install dependencies
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
npm i -D hexo-theme-flowbite
|
|
40
|
+
# OR using latest development
|
|
41
|
+
# npm i -D hexo-theme-flowbite@https://github.com/dimaslanjaka/hexo-themes/raw/refs/heads/master/releases/hexo-theme-flowbite.tgz
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## How to update
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
npx hexo-theme-flowbite
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+

|
|
51
|
+
|
|
52
|
+
## How to rebuild
|
|
53
|
+
|
|
54
|
+
You need to rebuild the theme when
|
|
55
|
+
|
|
56
|
+
- inject tailwind elements into [Injection html](#code-injection)
|
|
57
|
+
- modify layout/partial layout
|
|
58
|
+
|
|
59
|
+
rebuild with
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
npm rebuild
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
or cd into theme directory (eg: themes/hexo-theme-flowbite) then run
|
|
66
|
+
|
|
67
|
+
```bash
|
|
68
|
+
npm run build
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
## Configuration
|
|
72
|
+
|
|
73
|
+
> Before starting. Make sure the location of your theme is.
|
|
74
|
+
>
|
|
75
|
+
> when theme in `themes/flowbite` the yaml config filename is `_config.flowbite.yml`
|
|
76
|
+
>
|
|
77
|
+
> when theme in `themes/hexo-theme-flowbite` the yaml config filename is `_config.hexo-theme-flowbite.yml`
|
|
78
|
+
|
|
79
|
+
- [Full hexo-theme-flowbite config and description here](https://github.com/dimaslanjaka/hexo-themes/blob/master/themes/hexo-theme-flowbite/_config.yml)
|
|
80
|
+
- [Full hexo-theme-flowbite config on production](https://github.com/dimaslanjaka/static-blog-generator-hexo/blob/master/site/_config.flowbite.yml)
|
|
81
|
+
|
|
82
|
+
### Search box
|
|
83
|
+
|
|
84
|
+
[Read Here](https://github.com/dimaslanjaka/hexo-themes?tab=readme-ov-file#search-data)
|
|
85
|
+
|
|
86
|
+
### Syntax highlighter
|
|
87
|
+
|
|
88
|
+
This theme only working for highlight.js with below configuration
|
|
89
|
+
|
|
90
|
+
- apply to `_config.yml`
|
|
91
|
+
|
|
92
|
+
```yaml
|
|
93
|
+
# https://github.com/hexojs/hexo-util
|
|
94
|
+
# https://hexo.io/docs/syntax-highlight.html
|
|
95
|
+
syntax_highlighter: highlight.js
|
|
96
|
+
highlight:
|
|
97
|
+
enable: true
|
|
98
|
+
line_number: false
|
|
99
|
+
auto_detect: false
|
|
100
|
+
tab_replace: ' ' # replace tabs with 2 spaces
|
|
101
|
+
wrap: false
|
|
102
|
+
hljs: true
|
|
103
|
+
prismjs:
|
|
104
|
+
enable: false
|
|
105
|
+
preprocess: true
|
|
106
|
+
line_number: true
|
|
107
|
+
tab_replace: ' ' # replace tabs with 2 spaces
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### Loading animation
|
|
111
|
+
|
|
112
|
+
Show loading animation before page fully loaded. (`boolean`)
|
|
113
|
+
|
|
114
|
+
- apply to **theme yaml config**
|
|
115
|
+
|
|
116
|
+
```yaml
|
|
117
|
+
loading_animation:
|
|
118
|
+
enable: true
|
|
119
|
+
# type mini: small loader fixed on top right
|
|
120
|
+
# type full: full page loader
|
|
121
|
+
type: mini
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
### Gallery
|
|
125
|
+
|
|
126
|
+
Show gallery each post (`boolean`)
|
|
127
|
+
|
|
128
|
+
- apply to **theme yaml config**
|
|
129
|
+
|
|
130
|
+
```yml
|
|
131
|
+
gallery: true
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
### Disqus comment
|
|
135
|
+
|
|
136
|
+
Integrate disqus comment system (`string`)
|
|
137
|
+
|
|
138
|
+
- apply to **site yaml config**
|
|
139
|
+
|
|
140
|
+
```yaml
|
|
141
|
+
disqus_shortname: YOUR_DISQUS_USERNAME
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
> remove `disqus_shortname` to disable disqus comment system
|
|
145
|
+
|
|
146
|
+
### Code injection
|
|
147
|
+
|
|
148
|
+
Inject your own widget html [see folder](../../source/_data/hexo-theme-flowbite/)
|
|
149
|
+
|
|
150
|
+
| File Path | Description |
|
|
151
|
+
| :--- | :--- |
|
|
152
|
+
| `source/_data/hexo-theme-flowbite/head.html` | inject html codes before `</head>` |
|
|
153
|
+
| `source/_data/hexo-theme-flowbite/body.html` | inject html codes before `</body>` |
|
|
154
|
+
| `source/_data/hexo-theme-flowbite/before-post.html` | inject html before post |
|
|
155
|
+
| `source/_data/hexo-theme-flowbite/after-post.html` | inject html after post |
|
|
156
|
+
| `source/_data/hexo-theme-flowbite/aside.html` | inject html on aside bottom section |
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
}
|
package/tmp/test-repo/README.md
CHANGED
|
@@ -1,35 +1,2 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
Hey! This is my personal Git(Hub) Test Repository where I experiment with Git and GitHub.
|
|
4
|
-
|
|
5
|
-
If you are new to Git and GitHub and found this repository through Google: feel free to clone the repository and experiment with it! You will not be able to push back to the repository, as it is *my* repository and I cannot let everybody push to it. The right way to do it on GitHub is:
|
|
6
|
-
|
|
7
|
-
1. fork the repository in your own account,
|
|
8
|
-
2. make changes and push them in a branch of your own fork,
|
|
9
|
-
3. create a Pull Request in my repository.
|
|
10
|
-
|
|
11
|
-
I will get notified, will review the changes that you propose, and eventually will either merge the changes, or reject them. This *may* take some time as I am not actively monitoring nor maintaining this repository, as you can guess, but I try to be helpful ;)
|
|
12
|
-
|
|
13
|
-
> NOTE
|
|
14
|
-
> If you want your PR to have a chance to get merged, please propose additions or changes to neutral files such as text files or small images. If you propose changes to the GitHub workflow files, to `.gitignore`, etc. they will quite probably be rejected.
|
|
15
|
-
|
|
16
|
-
Don't expect to find anything meaningful nor useful in the repository. Also, I happen to force-push a reset of everything from time to time. This means that I reset all history, including changes that you may have submitted. In theory, noone ever does this to a repository. But hey, this is a *test* repository after all.
|
|
17
|
-
|
|
18
|
-
The rest of this README file is mostly random stuff.
|
|
19
|
-
|
|
20
|
-
Clone the repository with: `git clone https://github.com/zpqrtbnk/test-repo.git .`
|
|
21
|
-
|
|
22
|
-
We have test GitHUb pages (from the `gh-pages` branch) at: http://zpqrtbnk.github.io/test-repo/
|
|
23
|
-
|
|
24
|
-
We have an image in the README (markdown)
|
|
25
|
-

|
|
26
|
-
|
|
27
|
-
We have an image in the README (html)
|
|
28
|
-
<img src="./wtf.jpg" />
|
|
29
|
-
|
|
30
|
-
We have an image in the README (more html)
|
|
31
|
-
<p align="center" style="background:#000;padding:5px;color:#fff;font-size:150%;margin-bottom:64px">
|
|
32
|
-
<img src="./wtf.jpg" />
|
|
33
|
-
<span style="margin-left:48px;">wubble</span>
|
|
34
|
-
</p>
|
|
35
|
-
|
|
1
|
+
# test-repo
|
|
2
|
+
Test Repository
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "test
|
|
3
|
-
"
|
|
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
|
+
},
|
|
4
10
|
"dependencies": {
|
|
5
|
-
"
|
|
11
|
+
"jquery": "^3.6.0",
|
|
12
|
+
"lodash": "^4.17.21"
|
|
13
|
+
},
|
|
14
|
+
"devDependencies": {
|
|
15
|
+
"binary-collections": "*"
|
|
6
16
|
}
|
|
7
17
|
}
|