28 lines
573 B
JSON
28 lines
573 B
JSON
|
|
{
|
||
|
|
"name": "@unrs/resolver-binding-linux-arm64-gnu",
|
||
|
|
"version": "1.12.2",
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"main": "resolver.linux-arm64-gnu.node",
|
||
|
|
"files": [
|
||
|
|
"resolver.linux-arm64-gnu.node"
|
||
|
|
],
|
||
|
|
"description": "UnRS Resolver Node API",
|
||
|
|
"homepage": "https://github.com/unrs/unrs-resolver",
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/unrs/unrs-resolver.git"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"registry": "https://registry.npmjs.org/",
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"os": [
|
||
|
|
"linux"
|
||
|
|
],
|
||
|
|
"libc": [
|
||
|
|
"glibc"
|
||
|
|
]
|
||
|
|
}
|