{
  "name": "specters-linux-x64-gnu",
  "version": "4.2.3",
  "cpu": [
    "x64"
  ],
  "main": "specter.linux-x64-gnu.node",
  "files": [
    "specter.linux-x64-gnu.node"
  ],
  "description": "Node.js bindings for Specter, a browser-fingerprint HTTP client with TLS, HTTP/1.1, HTTP/2, HTTP/3, and WebSocket support. Improved TTFT and TPS for LLMs.",
  "keywords": [
    "http",
    "http2",
    "http3",
    "tls",
    "fingerprint",
    "chrome",
    "browser",
    "impersonate",
    "websocket",
    "client",
    "async",
    "native",
    "scraping",
    "llm",
    "streaming",
    "sse",
    "ttfb"
  ],
  "author": "Jared Boynton",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jaredboynton/specter.git",
    "directory": "bindings/node"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "os": [
    "linux"
  ],
  "libc": [
    "glibc"
  ]
}