WXL
5 天以前 871522ed7e06fd9c62a87c178d7f5c88d7853a20
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
34
35
36
37
38
39
40
{
  "name": "pdfjs-dist",
  "version": "2.16.105",
  "main": "build/pdf.js",
  "types": "types/src/pdf.d.ts",
  "description": "Generic build of Mozilla's PDF.js library.",
  "keywords": [
    "Mozilla",
    "pdf",
    "pdf.js"
  ],
  "homepage": "http://mozilla.github.io/pdf.js/",
  "bugs": "https://github.com/mozilla/pdf.js/issues",
  "license": "Apache-2.0",
  "dependencies": {
    "dommatrix": "^1.0.3",
    "web-streams-polyfill": "^3.2.1"
  },
  "peerDependencies": {
    "worker-loader": "^3.0.8"
  },
  "peerDependenciesMeta": {
    "worker-loader": {
      "optional": true
    }
  },
  "browser": {
    "canvas": false,
    "fs": false,
    "http": false,
    "https": false,
    "url": false,
    "zlib": false
  },
  "format": "amd",
  "repository": {
    "type": "git",
    "url": "https://github.com/mozilla/pdfjs-dist"
  }
}