{
  "_from": "redux-thunk@^2.4.1",
  "_id": "redux-thunk@2.4.1",
  "_inBundle": false,
  "_integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==",
  "_location": "/redux-thunk",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "redux-thunk@^2.4.1",
    "name": "redux-thunk",
    "escapedName": "redux-thunk",
    "rawSpec": "^2.4.1",
    "saveSpec": null,
    "fetchSpec": "^2.4.1"
  },
  "_requiredBy": [
    "/",
    "/@reduxjs/toolkit"
  ],
  "_resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.1.tgz",
  "_shasum": "0dd8042cf47868f4b29699941de03c9301a75714",
  "_spec": "redux-thunk@^2.4.1",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro",
  "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": {
    "@babel/cli": "^7.15.7",
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-typescript": "^7.15.0",
    "@babel/register": "^7.15.3",
    "@microsoft/api-extractor": "^7.18.16",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-replace": "^3.0.0",
    "@types/jest": "^27.0.2",
    "@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",
    "jest": "^27.3.1",
    "prettier": "^2.4.1",
    "redux": "^4",
    "rimraf": "^3.0.2",
    "rollup": "^2.58.1",
    "rollup-plugin-terser": "^7.0.2",
    "ts-jest": "27.0.7",
    "typescript": "^4.4"
  },
  "files": [
    "lib",
    "es",
    "src",
    "dist",
    "extend-redux.d.ts"
  ],
  "homepage": "https://github.com/reduxjs/redux-thunk",
  "keywords": [
    "redux",
    "thunk",
    "middleware",
    "redux-middleware",
    "flux"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "redux-thunk",
  "peerDependencies": {
    "redux": "^4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reduxjs/redux-thunk.git"
  },
  "scripts": {
    "api-types": "api-extractor run --local",
    "build": "rimraf dist lib es && npm run build:types && npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
    "build:commonjs": "cross-env BABEL_ENV=commonjs babel src/*.ts --ignore src/types.ts --extensions .ts --out-dir lib ",
    "build:es": "babel src/*.ts --ignore src/types.ts --extensions .ts --out-dir es",
    "build:types": "tsc",
    "build:umd": "cross-env NODE_ENV=development rollup -c -o dist/redux-thunk.js",
    "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/redux-thunk.min.js",
    "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}",
    "prepublishOnly": "npm run clean && npm run lint && npm run test && npm run build",
    "test": "jest",
    "test:cov": "jest --coverage",
    "test:typescript": "npm run test:typescript:main && npm run test:typescript:extended",
    "test:typescript:extended": "tsc --noEmit -p typescript_test/typescript_extended/tsconfig.json",
    "test:typescript:main": "tsc --noEmit -p typescript_test/tsconfig.json"
  },
  "sideEffects": false,
  "types": "es/index.d.ts",
  "version": "2.4.1"
}
