{
  "_from": "zustand@5.0.10",
  "_id": "zustand@5.0.10",
  "_inBundle": false,
  "_integrity": "sha512-U1AiltS1O9hSy3rul+Ub82ut2fqIAefiSuwECWt6jlMVUGejvf+5omLcRBSzqbRagSM3hQZbtzdeRc6QVScXTg==",
  "_location": "/zustand",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "zustand@5.0.10",
    "name": "zustand",
    "escapedName": "zustand",
    "rawSpec": "5.0.10",
    "saveSpec": null,
    "fetchSpec": "5.0.10"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.10.tgz",
  "_shasum": "4db510c0c4c25a5f1ae43227b307ddf1641a3210",
  "_spec": "zustand@5.0.10",
  "_where": "/var/www/tecnibi",
  "author": {
    "name": "Paul Henschel"
  },
  "bugs": {
    "url": "https://github.com/pmndrs/zustand/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Jeremy Holcomb",
      "url": "https://github.com/JeremyRH"
    },
    {
      "name": "Daishi Kato",
      "url": "https://github.com/dai-shi"
    }
  ],
  "deprecated": false,
  "description": "🐻 Bear necessities for state management in React",
  "engines": {
    "node": ">=12.20.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "react-native": {
        "types": "./index.d.ts",
        "default": "./index.js"
      },
      "import": {
        "types": "./esm/index.d.mts",
        "default": "./esm/index.mjs"
      },
      "default": {
        "types": "./index.d.ts",
        "default": "./index.js"
      }
    },
    "./*": {
      "react-native": {
        "types": "./*.d.ts",
        "default": "./*.js"
      },
      "import": {
        "types": "./esm/*.d.mts",
        "default": "./esm/*.mjs"
      },
      "default": {
        "types": "./*.d.ts",
        "default": "./*.js"
      }
    }
  },
  "files": [
    "**"
  ],
  "homepage": "https://github.com/pmndrs/zustand",
  "keywords": [
    "react",
    "state",
    "manager",
    "management",
    "redux",
    "store"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "zustand",
  "packageManager": "pnpm@10.18.3",
  "peerDependencies": {
    "immer": ">=9.0.6",
    "react": ">=18.0.0",
    "@types/react": ">=18.0.0",
    "use-sync-external-store": ">=1.2.0"
  },
  "peerDependenciesMeta": {
    "immer": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    },
    "use-sync-external-store": {
      "optional": true
    }
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmndrs/zustand.git"
  },
  "sideEffects": false,
  "type": "commonjs",
  "types": "./index.d.ts",
  "typesVersions": {
    ">=4.5": {
      "esm/*": [
        "esm/*"
      ],
      "*": [
        "*"
      ]
    },
    "*": {
      "esm/*": [
        "ts_version_4.5_and_above_is_required.d.ts"
      ],
      "*": [
        "ts_version_4.5_and_above_is_required.d.ts"
      ]
    }
  },
  "version": "5.0.10"
}
