Showing
- 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
- index.js 0 additions, 3 deletionsindex.js
- package-lock.json 5832 additions, 851 deletionspackage-lock.json
- package.json 39 additions, 21 deletionspackage.json
- rollup.config.js 29 additions, 0 deletionsrollup.config.js
- seccomp.json 830 additions, 1534 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 75 additions, 299 deletionssrc/postprocesser.js
- src/printer.js 414 additions, 383 deletionssrc/printer.js
- src/writer.js 0 additions, 92 deletionssrc/writer.js
- test/samples/hyphens.html 129 additions, 0 deletionstest/samples/hyphens.html
File added
File added
File added
File added
File added
index.js
deleted
100644 → 0
This diff is collapsed.
{ | ||
"name": "pagedjs-cli", | ||
"version": "0.1.1", | ||
"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" | ||
}, | ||
"bin": "./bin/paged", | ||
"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", | ||
"build": "pkg .", | ||
"lint": "./node_modules/.bin/eslint src bin/paged" | ||
"start": "./src/cli.js", | ||
"build": "rollup -c", | ||
"lint": "eslint src", | ||
"test": "npm run lint", | ||
"prepare": "npm run build" | ||
}, | ||
"main": "index.js", | ||
"dependencies": { | ||
"commander": "^6.1.0", | ||
"express": "^4.17.1", | ||
"hyphenopoly": "^4.7.0", | ||
"katex": "^0.12.0", | ||
"lodash": "^4.17.20", | ||
"mathjax": "^3.1.0", | ||
"node-fetch": "^2.6.0", | ||
"ora": "^5.0.0", | ||
"pagedjs": "0.1.42", | ||
"pdf-lib": "0.6.4", | ||
"puppeteer": "^5.2.1", | ||
"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": { | ||
"eslint": "^7.7.0" | ||
} | ||
"@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
This diff is collapsed.
src/browser.js
0 → 100644
src/cli.js
0 → 100755
src/index.js
0 → 100644
src/outline.js
0 → 100644
This diff is collapsed.
src/writer.js
deleted
100644 → 0
test/samples/hyphens.html
0 → 100644