xwt
3 天以前 0d3eadb50310ca60b8871e967e64da01aa25a9ad
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
41
{
  "name": "@napi-rs/canvas-win32-x64-msvc",
  "version": "0.1.70",
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "main": "skia.win32-x64-msvc.node",
  "files": [
    "skia.win32-x64-msvc.node",
    "icudtl.dat"
  ],
  "description": "Canvas for Node.js with skia backend",
  "keywords": [
    "napi-rs",
    "NAPI",
    "N-API",
    "Rust",
    "node-addon",
    "node-addon-api",
    "canvas",
    "image",
    "pdf",
    "svg",
    "skia"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Brooooooklyn/canvas.git"
  }
}