| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "@napi-rs/canvas-win32-x64-msvc",
- "version": "0.1.97",
- "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"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/Brooooooklyn"
- }
- }
|