Showing
- docker-userdata/hyphen-data/120.0.6099.224/hyph-sv.hyb 0 additions, 0 deletionsdocker-userdata/hyphen-data/120.0.6099.224/hyph-sv.hyb
- docker-userdata/hyphen-data/120.0.6099.224/hyph-ta.hyb 0 additions, 0 deletionsdocker-userdata/hyphen-data/120.0.6099.224/hyph-ta.hyb
- docker-userdata/hyphen-data/120.0.6099.224/hyph-te.hyb 0 additions, 0 deletionsdocker-userdata/hyphen-data/120.0.6099.224/hyph-te.hyb
- docker-userdata/hyphen-data/120.0.6099.224/hyph-tk.hyb 0 additions, 0 deletionsdocker-userdata/hyphen-data/120.0.6099.224/hyph-tk.hyb
- docker-userdata/hyphen-data/120.0.6099.224/hyph-uk.hyb 0 additions, 0 deletionsdocker-userdata/hyphen-data/120.0.6099.224/hyph-uk.hyb
- docker-userdata/hyphen-data/120.0.6099.224/hyph-und-ethi.hyb 0 additions, 0 deletionsdocker-userdata/hyphen-data/120.0.6099.224/hyph-und-ethi.hyb
- docker-userdata/hyphen-data/120.0.6099.224/manifest.fingerprint 1 addition, 0 deletions...-userdata/hyphen-data/120.0.6099.224/manifest.fingerprint
- docker-userdata/hyphen-data/120.0.6099.224/manifest.json 5 additions, 0 deletionsdocker-userdata/hyphen-data/120.0.6099.224/manifest.json
- package-lock.json 6569 additions, 408 deletionspackage-lock.json
- package.json 42 additions, 10 deletionspackage.json
- rollup.config.js 29 additions, 0 deletionsrollup.config.js
- seccomp.json 831 additions, 0 deletionsseccomp.json
- src/browser.js 46 additions, 0 deletionssrc/browser.js
- src/cli.js 193 additions, 0 deletionssrc/cli.js
- src/index.js 3 additions, 0 deletionssrc/index.js
- src/outline.js 168 additions, 0 deletionssrc/outline.js
- src/postprocesser.js 82 additions, 0 deletionssrc/postprocesser.js
- src/printer.js 423 additions, 0 deletionssrc/printer.js
- test/samples/aurorae/book.css 1 addition, 8 deletionstest/samples/aurorae/book.css
- test/samples/aurorae/index.html 4 additions, 2 deletionstest/samples/aurorae/index.html
File added
File added
File added
File added
File added
File added
This diff is collapsed.
{ | ||
"name": "pagedjs-cli", | ||
"version": "0.0.2", | ||
"version": "0.4.3", | ||
"author": "Fred Chasen", | ||
"license": "MIT", | ||
"homepage": "https://pagedmedia.org", | ||
"homepage": "https://pagedjs.org", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.pagedmedia.org/polyfills/pagedjs-cli.git" | ||
"url": "https://gitlab.coko.foundation/pagedjs/pagedjs.git" | ||
}, | ||
"type": "module", | ||
"main": "./src/index.js", | ||
"exports": { | ||
"import": "./src/index.js", | ||
"require": "./src/index.js", | ||
"default": "./src/index.js" | ||
}, | ||
"bin": "./src/cli.js", | ||
"scripts": { | ||
"start": "./bin/paged" | ||
"start": "./src/cli.js", | ||
"build": "rollup -c", | ||
"lint": "eslint src", | ||
"test": "npm run lint", | ||
"prepare": "npm run build" | ||
}, | ||
"dependencies": { | ||
"commander": "^2.15.1", | ||
"express": "^4.16.3", | ||
"pagedjs": "latest", | ||
"puppeteer": "^1.5.0", | ||
"replace-ext": "^1.0.0" | ||
} | ||
"commander": "^11.1.0", | ||
"express": "^4.18.2", | ||
"html-entities": "^2.4.0", | ||
"katex": "^0.16.9", | ||
"lodash": "^4.17.21", | ||
"mathjax": "^3.2.2", | ||
"node-fetch": "^3.3.2", | ||
"ora": "^8.0.1", | ||
"pagedjs": "^0.4.3", | ||
"pdf-lib": "1.17.1", | ||
"puppeteer": "^21.9.0", | ||
"replace-ext": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"eslint": "^8.56.0", | ||
"rollup": "^4.9.6", | ||
"rollup-plugin-license": "^3.2.0", | ||
"rollup-plugin-serve": "^2.0.2" | ||
}, | ||
"files": [ | ||
"dist", | ||
"src" | ||
] | ||
} |
rollup.config.js
0 → 100644
seccomp.json
0 → 100644
src/browser.js
0 → 100644
src/cli.js
0 → 100755
src/index.js
0 → 100644
src/outline.js
0 → 100644
src/postprocesser.js
0 → 100644
src/printer.js
0 → 100644