UNPKG

@oxc-parser/binding-linux-x64-musl

Version:

Oxc Parser Node API

38 lines 745 B
{ "name": "@oxc-parser/binding-linux-x64-musl", "version": "0.63.0", "cpu": [ "x64" ], "main": "parser.linux-x64-musl.node", "files": [ "parser.linux-x64-musl.node" ], "description": "Oxc Parser Node API", "keywords": [ "oxc", "parser" ], "author": "Boshen and oxc contributors", "homepage": "https://oxc.rs", "license": "MIT", "engines": { "node": ">=14.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/oxc-project/oxc.git", "directory": "napi/parser" }, "bugs": "https://github.com/oxc-project/oxc/issues", "os": [ "linux" ], "libc": [ "musl" ] }