{
  "_from": "redux-thunk@^3.1.0",
  "_id": "redux-thunk@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==",
  "_location": "/redux-thunk",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "redux-thunk@^3.1.0",
    "name": "redux-thunk",
    "escapedName": "redux-thunk",
    "rawSpec": "^3.1.0",
    "saveSpec": null,
    "fetchSpec": "^3.1.0"
  },
  "_requiredBy": [
    "/@reduxjs/toolkit"
  ],
  "_resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz",
  "_shasum": "94aa6e04977c30e14e892eae84978c1af6058ff3",
  "_spec": "redux-thunk@^3.1.0",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/@reduxjs/toolkit",
  "author": {
    "name": "Dan Abramov",
    "email": "dan.abramov@me.com"
  },
  "bugs": {
    "url": "https://github.com/reduxjs/redux-thunk/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Thunk middleware for Redux.",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.1.0",
    "@typescript-eslint/parser": "^5.1.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "prettier": "^2.4.1",
    "redux": "^5",
    "rimraf": "^3.0.2",
    "tsup": "7.0.0",
    "typescript": "^5.0",
    "vitest": "^0.32.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/redux-thunk.d.ts",
      "import": "./dist/redux-thunk.mjs",
      "default": "./dist/cjs/redux-thunk.cjs"
    }
  },
  "files": [
    "dist",
    "src",
    "extend-redux.d.ts"
  ],
  "homepage": "https://github.com/reduxjs/redux-thunk",
  "keywords": [
    "redux",
    "thunk",
    "middleware",
    "redux-middleware",
    "flux"
  ],
  "license": "MIT",
  "main": "dist/cjs/redux-thunk.cjs",
  "module": "dist/redux-thunk.legacy-esm.js",
  "name": "redux-thunk",
  "peerDependencies": {
    "redux": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reduxjs/redux-thunk.git"
  },
  "scripts": {
    "build": "tsup",
    "clean": "rimraf lib dist es",
    "format": "prettier --write \"{src,test,typescript_test}/**/*.{js,ts}\"",
    "format:check": "prettier --check \"{src,test,typescript_test}/**/*.{js,ts}\"",
    "lint": "eslint \"{src,test,typescript_test}/**/*.{js,ts}\"",
    "prepack": "yarn build",
    "prepublishOnly": "yarn clean && yarn lint && yarn test && yarn build",
    "test": "vitest run",
    "test:cov": "vitest run --coverage",
    "test:typescript": "tsc --noEmit -p typescript_test/tsconfig.json"
  },
  "sideEffects": false,
  "types": "dist/redux-thunk.d.ts",
  "version": "3.1.0"
}
