SourceTermAnalysisSystem_vue/node_modules/@oxc-resolver/binding-win32-x64-msvc/package.json
2026-05-15 10:22:44 +08:00

25 lines
519 B
JSON

{
"name": "@oxc-resolver/binding-win32-x64-msvc",
"version": "4.2.0",
"cpu": [
"x64"
],
"main": "resolver.win32-x64-msvc.node",
"files": [
"resolver.win32-x64-msvc.node"
],
"description": "Oxc Resolver Node API",
"homepage": "https://oxc.rs",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oxc-project/oxc-resolver.git"
},
"os": [
"win32"
]
}