Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/platform/wasm/package.json @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 { | |
| 2 "name": "mupdf", | |
| 3 "version": "1.26.4", | |
| 4 "description": "MuPDF.js", | |
| 5 "author": "Artifex Software, Inc.", | |
| 6 "license": "AGPL-3.0-or-later", | |
| 7 "keywords": [ | |
| 8 "mupdf", | |
| 9 "pdf" | |
| 10 ], | |
| 11 "homepage": "https://mupdf.readthedocs.io/en/latest/", | |
| 12 "repository": { | |
| 13 "type": "git", | |
| 14 "url": "https://cgit.ghostscript.com/mupdf.git/" | |
| 15 }, | |
| 16 "type": "module", | |
| 17 "exports": { | |
| 18 ".": { | |
| 19 "types": "./dist/mupdf.d.ts", | |
| 20 "default": "./dist/mupdf.js" | |
| 21 } | |
| 22 }, | |
| 23 "files": [ | |
| 24 "dist/*" | |
| 25 ], | |
| 26 "scripts": { | |
| 27 "prepack": "bash tools/build.sh && bash tools/compress.sh", | |
| 28 "simple-viewer": "npx http-server -c -1 -b -o examples/simple-viewer", | |
| 29 "super-simple-viewer": "npx http-server -c -1 -b -o examples/super-simple-viewer" | |
| 30 }, | |
| 31 "devDependencies": { | |
| 32 "@types/node": "latest", | |
| 33 "http-server": "latest", | |
| 34 "terser": "^5.39.2", | |
| 35 "typescript": "^5.8.3" | |
| 36 } | |
| 37 } |
