35 lines
686 B
JSON
35 lines
686 B
JSON
{
|
|
"name": "@resvg/resvg-js-darwin-arm64",
|
|
"version": "2.4.1",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"main": "resvgjs.darwin-arm64.node",
|
|
"files": [
|
|
"resvgjs.darwin-arm64.node"
|
|
],
|
|
"description": "A high-performance SVG renderer and toolkit, powered by Rust based resvg and napi-rs",
|
|
"keywords": [
|
|
"resvg",
|
|
"svg",
|
|
"node-resvg",
|
|
"resvg-js",
|
|
"resvg-node",
|
|
"rust",
|
|
"svg2png",
|
|
"svg2img",
|
|
"svg to png"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"repository": "git@github.com:yisibl/resvg-js.git"
|
|
} |