Files
lancedb/nodejs/npm/linux-arm64-gnu/package.json
Reed Loden f23327af79 fix: use SPDX-compliant license name for nodejs packages (#2558)
Update license field from `Apache 2.0` to be `Apache-2.0` for all
Node.js packages.

This was causing GitHub's Dependency Review license check to fail with:
> The validity of the licenses of the dependencies below could not be
determined. Ensure that they are valid SPDX licenses
2025-08-04 09:54:53 -07:00

14 lines
274 B
JSON

{
"name": "@lancedb/lancedb-linux-arm64-gnu",
"version": "0.21.2",
"os": ["linux"],
"cpu": ["arm64"],
"main": "lancedb.linux-arm64-gnu.node",
"files": ["lancedb.linux-arm64-gnu.node"],
"license": "Apache-2.0",
"engines": {
"node": ">= 18"
},
"libc": ["glibc"]
}