Website Structure

This commit is contained in:
supalerk-ar66 2026-01-13 10:46:40 +07:00
parent 62812f2090
commit 71f0676a62
22365 changed files with 4265753 additions and 791 deletions

View file

@ -0,0 +1,3 @@
# `@unrs/resolver-binding-win32-x64-msvc`
This is the **x86_64-pc-windows-msvc** binary for `@unrs/resolver-binding`

View file

@ -0,0 +1,23 @@
{
"name": "@unrs/resolver-binding-win32-x64-msvc",
"version": "1.11.1",
"cpu": [
"x64"
],
"main": "resolver.win32-x64-msvc.node",
"files": [
"resolver.win32-x64-msvc.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": [
"win32"
]
}