{
  "_from": "ollama@^0.5.9",
  "_id": "ollama@0.5.11",
  "_inBundle": false,
  "_integrity": "sha512-lDAKcpmBU3VAOGF05NcQipHNKTdpKfAHpZ7bjCsElkUkmX7SNZImi6lwIxz/l1zQtLq0S3wuLneRuiXxX2KIew==",
  "_location": "/ollama",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ollama@^0.5.9",
    "name": "ollama",
    "escapedName": "ollama",
    "rawSpec": "^0.5.9",
    "saveSpec": null,
    "fetchSpec": "^0.5.9"
  },
  "_requiredBy": [
    "/@langchain/ollama"
  ],
  "_resolved": "https://registry.npmjs.org/ollama/-/ollama-0.5.11.tgz",
  "_shasum": "208e4476a6f010c20d24c83896223bfa660ec236",
  "_spec": "ollama@^0.5.9",
  "_where": "/home/hlxgazog/nodevenv/ai.opunet.com/chat/mic2/10/lib/node_modules/@langchain/ollama",
  "author": {
    "name": "Saul Boyd"
  },
  "bugs": {
    "url": "https://github.com/ollama/ollama-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "whatwg-fetch": "^3.6.20"
  },
  "deprecated": false,
  "description": "Ollama Javascript library",
  "devDependencies": {
    "@swc/core": "^1.3.14",
    "@types/jest": "^29.2.2",
    "@types/whatwg-fetch": "^0.0.33",
    "@typescript-eslint/eslint-plugin": "^5.42.1",
    "@typescript-eslint/parser": "^5.42.1",
    "eslint": "^8.29.0",
    "eslint-plugin-jest": "^27.1.4",
    "jest": "^29.3.0",
    "prettier": "^3.2.4",
    "ts-jest": "^29.0.3",
    "typescript": "^5.3.2",
    "unbuild": "^2.0.0"
  },
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    },
    "./browser": {
      "require": "./dist/browser.cjs",
      "import": "./dist/browser.mjs",
      "types": "./dist/browser.d.ts"
    },
    "./*": "./*"
  },
  "homepage": "https://github.com/ollama/ollama-js",
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "name": "ollama",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ollama/ollama-js.git"
  },
  "scripts": {
    "build": "unbuild",
    "format": "prettier --write .",
    "lint": "eslint ./src/*",
    "prepublishOnly": "npm run build",
    "test": "jest --config=jest.config.cjs ./test/*"
  },
  "types": "dist/index.d.ts",
  "version": "0.5.11"
}
