@oxlint/binding-linux-x64-musl 0.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +12 -0
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "@oxlint/binding-linux-x64-musl",
3
+ "version": "0.0.0",
4
+ "description": "Placeholder for oxlint x86_64-unknown-linux-musl binding",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/oxc-project/oxc",
9
+ "directory": "npm/oxlint"
10
+ },
11
+ "author": "Boshen and oxc contributors"
12
+ }