File size: 768 Bytes
447fb9f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "name": "@libsql/linux-x64-musl",
  "description": "Prebuilt binary package for `libsql` on `linux-x64-musl`.",
  "version": "0.5.29",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "main": "index.node",
  "files": [
    "index.node"
  ],
  "neon": {
    "type": "binary",
    "rust": "x86_64-unknown-linux-musl",
    "node": "linux-x64-musl",
    "platform": "linux",
    "arch": "x64",
    "abi": "musl"
  },
  "author": "Pekka Enberg <penberg@iki.fi>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tursodatabase/libsql-js.git"
  },
  "keywords": [
    "libsql"
  ],
  "bugs": {
    "url": "https://github.com/tursodatabase/libsql-js/issues"
  },
  "homepage": "https://github.com/tursodatabase/libsql-js",
  "license": "MIT"
}