Commits on Source (10)
-
incymbalis authored218a764b
-
incymbalis authoredUnverified6bd3d0b8
-
incymbalis authoredUnverifiedcfc07b9c
-
Fred Chasen authored
Fix calculations for pages with bleeds set See merge request tools/pagedjs-cli!4
17f68e9b -
Fred Chasen authored68ac65b3
-
Fred Chasen authored
Add eslint and fix errors See merge request tools/pagedjs-cli!8
6e7b1076 -
Fred Chasen authorede2c7b022
-
Fred Chasen authored980cfe7b
-
Fred Chasen authored21887f9e
-
Fred Chasen authoredad88253a
Showing
- .eslintrc.js 38 additions, 0 deletions.eslintrc.js
- bin/paged 37 additions, 39 deletionsbin/paged
- package-lock.json 459 additions, 346 deletionspackage-lock.json
- package.json 15 additions, 14 deletionspackage.json
- src/postprocesser.js 26 additions, 26 deletionssrc/postprocesser.js
- src/printer.js 18 additions, 33 deletionssrc/printer.js
- src/writer.js 9 additions, 6 deletionssrc/writer.js
- test/samples/meta.html 27 additions, 0 deletionstest/samples/meta.html
- test/samples/text.html 665 additions, 0 deletionstest/samples/text.html
.eslintrc.js
0 → 100644
This diff is collapsed.
{ | { | ||
"name": "pagedjs-cli", | "name": "pagedjs-cli", | ||
"version": "0.0.7", | "version": "0.0.9", | ||
"author": "Fred Chasen", | "author": "Fred Chasen", | ||
"license": "MIT", | "license": "MIT", | ||
"homepage": "https://pagedmedia.org", | "homepage": "https://pagedmedia.org", | ||
... | @@ -11,24 +11,25 @@ | ... | @@ -11,24 +11,25 @@ |
"bin": "./bin/paged", | "bin": "./bin/paged", | ||
"scripts": { | "scripts": { | ||
"start": "./bin/paged", | "start": "./bin/paged", | ||
"build": "pkg ." | "build": "pkg .", | ||
"lint": "./node_modules/.bin/eslint src bin/paged" | |||
}, | }, | ||
"main": "index.js", | "main": "index.js", | ||
"dependencies": { | "dependencies": { | ||
"commander": "^2.20.0", | "commander": "^3.0.2", | ||
"express": "^4.16.4", | "express": "^4.17.1", | ||
"hyphenopoly": "^3.0.1", | "hyphenopoly": "^3.2.1", | ||
"katex": "^0.10.1", | "katex": "^0.11.1", | ||
"lodash": "^4.17.11", | "lodash": "^4.17.15", | ||
"mathjax": "^2.7.5", | "mathjax": "^3.0.0", | ||
"node-fetch": "^2.4.1", | "node-fetch": "^2.6.0", | ||
"ora": "^3.4.0", | "ora": "^4.0.2", | ||
"pagedjs": "^0.1.34", | "pagedjs": "0.1.34", | ||
"pdf-lib": "^0.6.1", | "pdf-lib": "0.6.4", | ||
"puppeteer": "^1.15.0", | "puppeteer": "^1.20.0", | ||
"replace-ext": "^1.0.0" | "replace-ext": "^1.0.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"eslint": "^5.16.0" | "eslint": "^6.5.1" | ||
} | } | ||
} | } |
test/samples/meta.html
0 → 100644
test/samples/text.html
0 → 100644
This diff is collapsed.