35 lines
721 B
JSON
35 lines
721 B
JSON
{
|
|
"name": "@oxc-parser/binding-win32-x64-msvc",
|
|
"version": "0.86.0",
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"main": "parser.win32-x64-msvc.node",
|
|
"files": [
|
|
"parser.win32-x64-msvc.node"
|
|
],
|
|
"description": "Oxc Parser Node API",
|
|
"keywords": [
|
|
"oxc",
|
|
"parser"
|
|
],
|
|
"author": "Boshen and oxc contributors",
|
|
"homepage": "https://oxc.rs",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/oxc-project/oxc.git",
|
|
"directory": "napi/parser"
|
|
},
|
|
"bugs": "https://github.com/oxc-project/oxc/issues",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
},
|
|
"os": [
|
|
"win32"
|
|
]
|
|
} |