mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-27 23:12:58 +00:00
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
14 lines
274 B
JSON
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"]
|
|
}
|