mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
38 lines
685 B
JSON
38 lines
685 B
JSON
{
|
|
"name": "@napi-rs/image-android-arm64",
|
|
"version": "1.9.1",
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"main": "image.android-arm64.node",
|
|
"files": [
|
|
"image.android-arm64.node"
|
|
],
|
|
"description": "Image processing library",
|
|
"keywords": [
|
|
"image",
|
|
"lossless",
|
|
"compression",
|
|
"jpeg",
|
|
"jpg",
|
|
"png",
|
|
"svg"
|
|
],
|
|
"author": {
|
|
"email": "github@lyn.one",
|
|
"name": "LongYinan",
|
|
"url": "https://lyn.one"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"repository": "git@github.com:Brooooooklyn/Image.git",
|
|
"os": [
|
|
"android"
|
|
]
|
|
} |