xwt
2025-07-04 b76e716ff4656191d73eba398e9eb39ee975e13b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "name": "pdfjs-dist",
  "version": "5.2.133",
  "main": "build/pdf.mjs",
  "types": "types/src/pdf.d.ts",
  "description": "Generic build of Mozilla's PDF.js library.",
  "keywords": [
    "Mozilla",
    "pdf",
    "pdf.js"
  ],
  "homepage": "https://mozilla.github.io/pdf.js/",
  "bugs": "https://github.com/mozilla/pdf.js/issues",
  "license": "Apache-2.0",
  "optionalDependencies": {
    "@napi-rs/canvas": "^0.1.67"
  },
  "browser": {
    "canvas": false,
    "fs": false,
    "http": false,
    "https": false,
    "url": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mozilla/pdf.js.git"
  },
  "engines": {
    "node": ">=20.16.0 || >=22.3.0"
  },
  "scripts": {}
}