File tree Expand file tree Collapse file tree 12 files changed +164
-62
lines changed
doxdox-renderer-bootstrap
doxdox-renderer-github-wiki Expand file tree Collapse file tree 12 files changed +164
-62
lines changed Original file line number Diff line number Diff line change 3636 "build" : " rm -rf dist/ && tsc && chmod +x ./dist/src/index.js" ,
3737 "link" : " npm run build && npm link"
3838 },
39- "keywords" : [
40- " doxdox" ,
41- " documentation" ,
42- " cli"
43- ],
4439 "jest" : {
4540 "collectCoverage" : true ,
4641 "extensionsToTreatAsEsm" : [
5550 "^.+\\ .ts$" : " ts-jest"
5651 }
5752 },
53+ "keywords" : [
54+ " doxdox" ,
55+ " documentation" ,
56+ " cli"
57+ ],
58+ "authors" : [
59+ {
60+ "name" : " Scott Doxey" ,
61+ 62+ "homepage" : " http://scottdoxey.com/"
63+ }
64+ ],
65+ "license" : " MIT" ,
5866 "homepage" : " https://github.com/docsbydoxdox/doxdox" ,
5967 "repository" : {
6068 "type" : " git" ,
Original file line number Diff line number Diff line change 1919 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
2020 "build" : " rm -rf dist/ && tsc"
2121 },
22- "keywords" : [
23- " doxdox" ,
24- " documentation"
25- ],
2622 "jest" : {
2723 "collectCoverage" : true ,
2824 "extensionsToTreatAsEsm" : [
3733 "^.+\\ .ts$" : " ts-jest"
3834 }
3935 },
36+ "keywords" : [
37+ " doxdox" ,
38+ " documentation"
39+ ],
40+ "authors" : [
41+ {
42+ "name" : " Scott Doxey" ,
43+ 44+ "homepage" : " http://scottdoxey.com/"
45+ }
46+ ],
47+ "license" : " MIT" ,
4048 "homepage" : " https://github.com/docsbydoxdox/doxdox" ,
4149 "repository" : {
4250 "type" : " git" ,
Original file line number Diff line number Diff line change 3131 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
3232 "build" : " rm -rf dist/ && tsc"
3333 },
34- "keywords" : [
35- " doxdox" ,
36- " documentation" ,
37- " jsdoc"
38- ],
3934 "jest" : {
4035 "collectCoverage" : true ,
4136 "extensionsToTreatAsEsm" : [
5045 "^.+\\ .ts$" : " ts-jest"
5146 }
5247 },
48+ "keywords" : [
49+ " doxdox" ,
50+ " documentation" ,
51+ " jsdoc"
52+ ],
53+ "authors" : [
54+ {
55+ "name" : " Scott Doxey" ,
56+ 57+ "homepage" : " http://scottdoxey.com/"
58+ }
59+ ],
60+ "license" : " MIT" ,
5361 "homepage" : " https://github.com/docsbydoxdox/doxdox" ,
5462 "repository" : {
5563 "type" : " git" ,
Original file line number Diff line number Diff line change 2727 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
2828 "build" : " rm -rf dist/ && tsc"
2929 },
30- "keywords" : [
31- " doxdox" ,
32- " documentation" ,
33- " template"
34- ],
3530 "jest" : {
3631 "collectCoverage" : true ,
3732 "extensionsToTreatAsEsm" : [
4641 "^.+\\ .ts$" : " ts-jest"
4742 }
4843 },
44+ "keywords" : [
45+ " doxdox" ,
46+ " documentation" ,
47+ " template"
48+ ],
49+ "authors" : [
50+ {
51+ "name" : " Scott Doxey" ,
52+ 53+ "homepage" : " http://scottdoxey.com/"
54+ }
55+ ],
56+ "license" : " MIT" ,
4957 "homepage" : " https://github.com/docsbydoxdox/doxdox" ,
5058 "repository" : {
5159 "type" : " git" ,
Original file line number Diff line number Diff line change 3333 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
3434 "build" : " rm -rf dist/ && tsc"
3535 },
36- "keywords" : [
37- " doxdox" ,
38- " documentation" ,
39- " bootstrap"
40- ],
4136 "jest" : {
4237 "collectCoverage" : true ,
4338 "extensionsToTreatAsEsm" : [
5247 "^.+\\ .ts$" : " ts-jest"
5348 }
5449 },
50+ "keywords" : [
51+ " doxdox" ,
52+ " documentation" ,
53+ " bootstrap"
54+ ],
55+ "authors" : [
56+ {
57+ "name" : " Scott Doxey" ,
58+ 59+ "homepage" : " http://scottdoxey.com/"
60+ }
61+ ],
62+ "license" : " MIT" ,
5563 "homepage" : " https://github.com/docsbydoxdox/doxdox" ,
5664 "repository" : {
5765 "type" : " git" ,
Original file line number Diff line number Diff line change 3838 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
3939 "build" : " rm -rf dist/ && tsc && cp -r src/resources dist/resources"
4040 },
41- "keywords" : [
42- " doxdox" ,
43- " documentation" ,
44- " bootstrap"
45- ],
4641 "jest" : {
4742 "collectCoverage" : true ,
4843 "extensionsToTreatAsEsm" : [
5752 "^.+\\ .ts$" : " ts-jest"
5853 }
5954 },
55+ "keywords" : [
56+ " doxdox" ,
57+ " documentation" ,
58+ " dash"
59+ ],
60+ "authors" : [
61+ {
62+ "name" : " Scott Doxey" ,
63+ 64+ "homepage" : " http://scottdoxey.com/"
65+ }
66+ ],
67+ "license" : " MIT" ,
6068 "homepage" : " https://github.com/docsbydoxdox/doxdox" ,
6169 "repository" : {
6270 "type" : " git" ,
Original file line number Diff line number Diff line change 3232 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
3333 "build" : " rm -rf dist/ && tsc"
3434 },
35- "keywords" : [
36- " doxdox" ,
37- " documentation" ,
38- " github" ,
39- " wiki"
40- ],
4135 "jest" : {
4236 "collectCoverage" : true ,
4337 "extensionsToTreatAsEsm" : [
5246 "^.+\\ .ts$" : " ts-jest"
5347 }
5448 },
49+ "keywords" : [
50+ " doxdox" ,
51+ " documentation" ,
52+ " github" ,
53+ " wiki"
54+ ],
55+ "authors" : [
56+ {
57+ "name" : " Scott Doxey" ,
58+ 59+ "homepage" : " http://scottdoxey.com/"
60+ }
61+ ],
62+ "license" : " MIT" ,
5563 "homepage" : " https://github.com/docsbydoxdox/doxdox" ,
5664 "repository" : {
5765 "type" : " git" ,
Original file line number Diff line number Diff line change 2727 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
2828 "build" : " rm -rf dist/ && tsc"
2929 },
30- "keywords" : [
31- " doxdox" ,
32- " documentation" ,
33- " json"
34- ],
3530 "jest" : {
3631 "collectCoverage" : true ,
3732 "extensionsToTreatAsEsm" : [
4641 "^.+\\ .ts$" : " ts-jest"
4742 }
4843 },
44+ "keywords" : [
45+ " doxdox" ,
46+ " documentation" ,
47+ " json"
48+ ],
49+ "authors" : [
50+ {
51+ "name" : " Scott Doxey" ,
52+ 53+ "homepage" : " http://scottdoxey.com/"
54+ }
55+ ],
56+ "license" : " MIT" ,
4957 "homepage" : " https://github.com/docsbydoxdox/doxdox" ,
5058 "repository" : {
5159 "type" : " git" ,
Original file line number Diff line number Diff line change 3030 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
3131 "build" : " rm -rf dist/ && tsc"
3232 },
33- "keywords" : [
34- " doxdox" ,
35- " documentation" ,
36- " markdown"
37- ],
3833 "jest" : {
3934 "collectCoverage" : true ,
4035 "extensionsToTreatAsEsm" : [
4944 "^.+\\ .ts$" : " ts-jest"
5045 }
5146 },
47+ "keywords" : [
48+ " doxdox" ,
49+ " documentation" ,
50+ " markdown"
51+ ],
52+ "authors" : [
53+ {
54+ "name" : " Scott Doxey" ,
55+ 56+ "homepage" : " http://scottdoxey.com/"
57+ }
58+ ],
59+ "license" : " MIT" ,
5260 "homepage" : " https://github.com/docsbydoxdox/doxdox" ,
5361 "repository" : {
5462 "type" : " git" ,
Original file line number Diff line number Diff line change 3434 "test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
3535 "build" : " rm -rf dist/ && tsc"
3636 },
37- "keywords" : [
38- " doxdox" ,
39- " documentation" ,
40- " template"
41- ],
4237 "jest" : {
4338 "collectCoverage" : true ,
4439 "extensionsToTreatAsEsm" : [
5348 "^.+\\ .ts$" : " ts-jest"
5449 }
5550 },
51+ "keywords" : [
52+ " doxdox" ,
53+ " documentation" ,
54+ " pdf"
55+ ],
56+ "authors" : [
57+ {
58+ "name" : " Scott Doxey" ,
59+ 60+ "homepage" : " http://scottdoxey.com/"
61+ }
62+ ],
63+ "license" : " MIT" ,
5664 "homepage" : " https://github.com/docsbydoxdox/doxdox" ,
5765 "repository" : {
5866 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments