@oxc-parser/binding-linux-arm-gnueabihf
Version:
Oxc Parser Node API
35 lines • 732 B
JSON
{
"name": "@oxc-parser/binding-linux-arm-gnueabihf",
"version": "0.81.0",
"cpu": [
"arm"
],
"main": "parser.linux-arm-gnueabihf.node",
"files": [
"parser.linux-arm-gnueabihf.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": "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": [
"linux"
]
}