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 36
36
"build" : " rm -rf dist/ && tsc && chmod +x ./dist/src/index.js" ,
37
37
"link" : " npm run build && npm link"
38
38
},
39
- "keywords" : [
40
- " doxdox" ,
41
- " documentation" ,
42
- " cli"
43
- ],
44
39
"jest" : {
45
40
"collectCoverage" : true ,
46
41
"extensionsToTreatAsEsm" : [
55
50
"^.+\\ .ts$" : " ts-jest"
56
51
}
57
52
},
53
+ "keywords" : [
54
+ " doxdox" ,
55
+ " documentation" ,
56
+ " cli"
57
+ ],
58
+ "authors" : [
59
+ {
60
+ "name" : " Scott Doxey" ,
61
+ "email" : " hello@scottdoxey.com" ,
62
+ "homepage" : " http://scottdoxey.com/"
63
+ }
64
+ ],
65
+ "license" : " MIT" ,
58
66
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
59
67
"repository" : {
60
68
"type" : " git" ,
Original file line number Diff line number Diff line change 19
19
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
20
20
"build" : " rm -rf dist/ && tsc"
21
21
},
22
- "keywords" : [
23
- " doxdox" ,
24
- " documentation"
25
- ],
26
22
"jest" : {
27
23
"collectCoverage" : true ,
28
24
"extensionsToTreatAsEsm" : [
37
33
"^.+\\ .ts$" : " ts-jest"
38
34
}
39
35
},
36
+ "keywords" : [
37
+ " doxdox" ,
38
+ " documentation"
39
+ ],
40
+ "authors" : [
41
+ {
42
+ "name" : " Scott Doxey" ,
43
+ "email" : " hello@scottdoxey.com" ,
44
+ "homepage" : " http://scottdoxey.com/"
45
+ }
46
+ ],
47
+ "license" : " MIT" ,
40
48
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
41
49
"repository" : {
42
50
"type" : " git" ,
Original file line number Diff line number Diff line change 31
31
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
32
32
"build" : " rm -rf dist/ && tsc"
33
33
},
34
- "keywords" : [
35
- " doxdox" ,
36
- " documentation" ,
37
- " jsdoc"
38
- ],
39
34
"jest" : {
40
35
"collectCoverage" : true ,
41
36
"extensionsToTreatAsEsm" : [
50
45
"^.+\\ .ts$" : " ts-jest"
51
46
}
52
47
},
48
+ "keywords" : [
49
+ " doxdox" ,
50
+ " documentation" ,
51
+ " jsdoc"
52
+ ],
53
+ "authors" : [
54
+ {
55
+ "name" : " Scott Doxey" ,
56
+ "email" : " hello@scottdoxey.com" ,
57
+ "homepage" : " http://scottdoxey.com/"
58
+ }
59
+ ],
60
+ "license" : " MIT" ,
53
61
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
54
62
"repository" : {
55
63
"type" : " git" ,
Original file line number Diff line number Diff line change 27
27
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
28
28
"build" : " rm -rf dist/ && tsc"
29
29
},
30
- "keywords" : [
31
- " doxdox" ,
32
- " documentation" ,
33
- " template"
34
- ],
35
30
"jest" : {
36
31
"collectCoverage" : true ,
37
32
"extensionsToTreatAsEsm" : [
46
41
"^.+\\ .ts$" : " ts-jest"
47
42
}
48
43
},
44
+ "keywords" : [
45
+ " doxdox" ,
46
+ " documentation" ,
47
+ " template"
48
+ ],
49
+ "authors" : [
50
+ {
51
+ "name" : " Scott Doxey" ,
52
+ "email" : " hello@scottdoxey.com" ,
53
+ "homepage" : " http://scottdoxey.com/"
54
+ }
55
+ ],
56
+ "license" : " MIT" ,
49
57
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
50
58
"repository" : {
51
59
"type" : " git" ,
Original file line number Diff line number Diff line change 33
33
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
34
34
"build" : " rm -rf dist/ && tsc"
35
35
},
36
- "keywords" : [
37
- " doxdox" ,
38
- " documentation" ,
39
- " bootstrap"
40
- ],
41
36
"jest" : {
42
37
"collectCoverage" : true ,
43
38
"extensionsToTreatAsEsm" : [
52
47
"^.+\\ .ts$" : " ts-jest"
53
48
}
54
49
},
50
+ "keywords" : [
51
+ " doxdox" ,
52
+ " documentation" ,
53
+ " bootstrap"
54
+ ],
55
+ "authors" : [
56
+ {
57
+ "name" : " Scott Doxey" ,
58
+ "email" : " hello@scottdoxey.com" ,
59
+ "homepage" : " http://scottdoxey.com/"
60
+ }
61
+ ],
62
+ "license" : " MIT" ,
55
63
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
56
64
"repository" : {
57
65
"type" : " git" ,
Original file line number Diff line number Diff line change 38
38
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
39
39
"build" : " rm -rf dist/ && tsc && cp -r src/resources dist/resources"
40
40
},
41
- "keywords" : [
42
- " doxdox" ,
43
- " documentation" ,
44
- " bootstrap"
45
- ],
46
41
"jest" : {
47
42
"collectCoverage" : true ,
48
43
"extensionsToTreatAsEsm" : [
57
52
"^.+\\ .ts$" : " ts-jest"
58
53
}
59
54
},
55
+ "keywords" : [
56
+ " doxdox" ,
57
+ " documentation" ,
58
+ " dash"
59
+ ],
60
+ "authors" : [
61
+ {
62
+ "name" : " Scott Doxey" ,
63
+ "email" : " hello@scottdoxey.com" ,
64
+ "homepage" : " http://scottdoxey.com/"
65
+ }
66
+ ],
67
+ "license" : " MIT" ,
60
68
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
61
69
"repository" : {
62
70
"type" : " git" ,
Original file line number Diff line number Diff line change 32
32
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
33
33
"build" : " rm -rf dist/ && tsc"
34
34
},
35
- "keywords" : [
36
- " doxdox" ,
37
- " documentation" ,
38
- " github" ,
39
- " wiki"
40
- ],
41
35
"jest" : {
42
36
"collectCoverage" : true ,
43
37
"extensionsToTreatAsEsm" : [
52
46
"^.+\\ .ts$" : " ts-jest"
53
47
}
54
48
},
49
+ "keywords" : [
50
+ " doxdox" ,
51
+ " documentation" ,
52
+ " github" ,
53
+ " wiki"
54
+ ],
55
+ "authors" : [
56
+ {
57
+ "name" : " Scott Doxey" ,
58
+ "email" : " hello@scottdoxey.com" ,
59
+ "homepage" : " http://scottdoxey.com/"
60
+ }
61
+ ],
62
+ "license" : " MIT" ,
55
63
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
56
64
"repository" : {
57
65
"type" : " git" ,
Original file line number Diff line number Diff line change 27
27
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
28
28
"build" : " rm -rf dist/ && tsc"
29
29
},
30
- "keywords" : [
31
- " doxdox" ,
32
- " documentation" ,
33
- " json"
34
- ],
35
30
"jest" : {
36
31
"collectCoverage" : true ,
37
32
"extensionsToTreatAsEsm" : [
46
41
"^.+\\ .ts$" : " ts-jest"
47
42
}
48
43
},
44
+ "keywords" : [
45
+ " doxdox" ,
46
+ " documentation" ,
47
+ " json"
48
+ ],
49
+ "authors" : [
50
+ {
51
+ "name" : " Scott Doxey" ,
52
+ "email" : " hello@scottdoxey.com" ,
53
+ "homepage" : " http://scottdoxey.com/"
54
+ }
55
+ ],
56
+ "license" : " MIT" ,
49
57
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
50
58
"repository" : {
51
59
"type" : " git" ,
Original file line number Diff line number Diff line change 30
30
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
31
31
"build" : " rm -rf dist/ && tsc"
32
32
},
33
- "keywords" : [
34
- " doxdox" ,
35
- " documentation" ,
36
- " markdown"
37
- ],
38
33
"jest" : {
39
34
"collectCoverage" : true ,
40
35
"extensionsToTreatAsEsm" : [
49
44
"^.+\\ .ts$" : " ts-jest"
50
45
}
51
46
},
47
+ "keywords" : [
48
+ " doxdox" ,
49
+ " documentation" ,
50
+ " markdown"
51
+ ],
52
+ "authors" : [
53
+ {
54
+ "name" : " Scott Doxey" ,
55
+ "email" : " hello@scottdoxey.com" ,
56
+ "homepage" : " http://scottdoxey.com/"
57
+ }
58
+ ],
59
+ "license" : " MIT" ,
52
60
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
53
61
"repository" : {
54
62
"type" : " git" ,
Original file line number Diff line number Diff line change 34
34
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
35
35
"build" : " rm -rf dist/ && tsc"
36
36
},
37
- "keywords" : [
38
- " doxdox" ,
39
- " documentation" ,
40
- " template"
41
- ],
42
37
"jest" : {
43
38
"collectCoverage" : true ,
44
39
"extensionsToTreatAsEsm" : [
53
48
"^.+\\ .ts$" : " ts-jest"
54
49
}
55
50
},
51
+ "keywords" : [
52
+ " doxdox" ,
53
+ " documentation" ,
54
+ " pdf"
55
+ ],
56
+ "authors" : [
57
+ {
58
+ "name" : " Scott Doxey" ,
59
+ "email" : " hello@scottdoxey.com" ,
60
+ "homepage" : " http://scottdoxey.com/"
61
+ }
62
+ ],
63
+ "license" : " MIT" ,
56
64
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
57
65
"repository" : {
58
66
"type" : " git" ,
Original file line number Diff line number Diff line change 27
27
"test" : " NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests" ,
28
28
"build" : " rm -rf dist/ && tsc"
29
29
},
30
- "keywords" : [
31
- " doxdox" ,
32
- " documentation" ,
33
- " template"
34
- ],
35
30
"jest" : {
36
31
"collectCoverage" : true ,
37
32
"extensionsToTreatAsEsm" : [
46
41
"^.+\\ .ts$" : " ts-jest"
47
42
}
48
43
},
44
+ "keywords" : [
45
+ " doxdox" ,
46
+ " documentation" ,
47
+ " template"
48
+ ],
49
+ "authors" : [
50
+ {
51
+ "name" : " Scott Doxey" ,
52
+ "email" : " hello@scottdoxey.com" ,
53
+ "homepage" : " http://scottdoxey.com/"
54
+ }
55
+ ],
56
+ "license" : " MIT" ,
49
57
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
50
58
"repository" : {
51
59
"type" : " git" ,
Original file line number Diff line number Diff line change 23
23
"scripts" : {
24
24
"build" : " rm -rf dist/ && tsc"
25
25
},
26
+ "jest" : {
27
+ "collectCoverage" : true ,
28
+ "extensionsToTreatAsEsm" : [
29
+ " .ts"
30
+ ],
31
+ "globals" : {
32
+ "ts-jest" : {
33
+ "useESM" : true
34
+ }
35
+ },
36
+ "transform" : {
37
+ "^.+\\ .ts$" : " ts-jest"
38
+ }
39
+ },
26
40
"keywords" : [
27
41
" doxdox" ,
28
42
" documentation" ,
32
46
" markdown" ,
33
47
" json"
34
48
],
35
- "jest" : {
36
- "extensionsToTreatAsEsm" : [
37
- " .ts"
38
- ],
39
- "transform" : {
40
- "^.+\\ .ts$" : " ts-jest"
49
+ "authors" : [
50
+ {
51
+ "name" : " Scott Doxey" ,
52
+ "email" : " hello@scottdoxey.com" ,
53
+ "homepage" : " http://scottdoxey.com/"
41
54
}
42
- },
55
+ ],
56
+ "license" : " MIT" ,
43
57
"homepage" : " https://github.com/docsbydoxdox/doxdox" ,
44
58
"repository" : {
45
59
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments