@oxc-parser/binding-darwin-x64
Version:
Oxc Parser Node API
39 lines • 809 B
JSON
{
"name": "@oxc-parser/binding-darwin-x64",
"version": "0.133.0",
"cpu": [
"x64"
],
"main": "parser.darwin-x64.node",
"files": [
"parser.darwin-x64.node"
],
"description": "Oxc Parser Node API",
"keywords": [
"ast",
"estree",
"javascript",
"oxc",
"parser",
"typescript"
],
"author": "Boshen and oxc contributors",
"homepage": "https://oxc.rs/docs/guide/usage/parser",
"license": "MIT",
"engines": {
"node": "^20.19.0 || >=22.12.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": [
"darwin"
]
}