25 lines
519 B
JSON
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"
|
|
]
|
|
} |