HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/librepanel/node_modules/@anthropic-ai/sdk/package.json
{
  "name": "@anthropic-ai/sdk",
  "version": "0.39.0",
  "description": "The official TypeScript library for the Anthropic API",
  "author": "Anthropic <support@anthropic.com>",
  "types": "./index.d.ts",
  "main": "./index.js",
  "type": "commonjs",
  "repository": "github:anthropics/anthropic-sdk-typescript",
  "license": "MIT",
  "packageManager": "yarn@1.22.22",
  "files": [
    "**/*"
  ],
  "private": false,
  "scripts": {
    "test": "./scripts/test",
    "build": "./scripts/build-all",
    "format": "prettier --write --cache --cache-strategy metadata . !dist",
    "tsn": "ts-node -r tsconfig-paths/register",
    "lint": "./scripts/lint",
    "fix": "./scripts/format"
  },
  "dependencies": {
    "@types/node": "^18.11.18",
    "@types/node-fetch": "^2.6.4",
    "abort-controller": "^3.0.0",
    "agentkeepalive": "^4.2.1",
    "form-data-encoder": "1.7.2",
    "formdata-node": "^4.3.2",
    "node-fetch": "^2.6.7"
  },
  "sideEffects": [
    "./_shims/index.js",
    "./_shims/index.mjs",
    "./shims/node.js",
    "./shims/node.mjs",
    "./shims/web.js",
    "./shims/web.mjs"
  ],
  "imports": {
    "@anthropic-ai/sdk": ".",
    "@anthropic-ai/sdk/*": "./src/*"
  },
  "exports": {
    "./_shims/auto/*": {
      "deno": {
        "types": "./_shims/auto/*.d.ts",
        "require": "./_shims/auto/*.js",
        "default": "./_shims/auto/*.mjs"
      },
      "bun": {
        "types": "./_shims/auto/*.d.ts",
        "require": "./_shims/auto/*-bun.js",
        "default": "./_shims/auto/*-bun.mjs"
      },
      "browser": {
        "types": "./_shims/auto/*.d.ts",
        "require": "./_shims/auto/*.js",
        "default": "./_shims/auto/*.mjs"
      },
      "worker": {
        "types": "./_shims/auto/*.d.ts",
        "require": "./_shims/auto/*.js",
        "default": "./_shims/auto/*.mjs"
      },
      "workerd": {
        "types": "./_shims/auto/*.d.ts",
        "require": "./_shims/auto/*.js",
        "default": "./_shims/auto/*.mjs"
      },
      "node": {
        "types": "./_shims/auto/*-node.d.ts",
        "require": "./_shims/auto/*-node.js",
        "default": "./_shims/auto/*-node.mjs"
      },
      "types": "./_shims/auto/*.d.ts",
      "require": "./_shims/auto/*.js",
      "default": "./_shims/auto/*.mjs"
    },
    ".": {
      "require": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "types": "./index.d.mts",
      "default": "./index.mjs"
    },
    "./*.mjs": {
      "types": [
        "./*.d.ts",
        "./*/index.d.ts"
      ],
      "default": [
        "./*.mjs",
        "./*/index.mjs"
      ]
    },
    "./*.js": {
      "types": [
        "./*.d.ts",
        "./*/index.d.ts"
      ],
      "default": [
        "./*.js",
        "./*/index.js"
      ]
    },
    "./*": {
      "types": [
        "./*.d.ts",
        "./*/index.d.ts"
      ],
      "require": [
        "./*.js",
        "./*/index.js"
      ],
      "default": [
        "./*.mjs",
        "./*/index.mjs"
      ]
    }
  }
}