helpyourneighbour/node_modules/@unrs/resolver-binding-linux-x64-gnu/package.json
BibaBot c294e2e9ae
Some checks are pending
Docker Test / test (push) Waiting to run
Add unit tests for role middleware
2026-03-17 07:07:36 +00:00

26 lines
No EOL
613 B
JSON

{
"name": "@unrs/resolver-binding-linux-x64-gnu",
"version": "1.11.1",
"cpu": [
"x64"
],
"main": "resolver.linux-x64-gnu.node",
"files": [
"resolver.linux-x64-gnu.node"
],
"description": "UnRS Resolver Node API with PNP support",
"author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
"homepage": "https://github.com/unrs/unrs-resolver#readme",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"repository": "git+https://github.com/unrs/unrs-resolver.git",
"os": [
"linux"
],
"libc": [
"glibc"
]
}