mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-09 13:22: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
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"name": "@lancedb/lancedb-darwin-arm64",
|
|
"version": "0.21.2",
|
|
"os": ["darwin"],
|
|
"cpu": ["arm64"],
|
|
"main": "lancedb.darwin-arm64.node",
|
|
"files": ["lancedb.darwin-arm64.node"],
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">= 18"
|
|
}
|
|
}
|