{
  "_from": "react-redux@^7.1.0",
  "_id": "react-redux@7.2.0",
  "_inBundle": false,
  "_integrity": "sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA==",
  "_location": "/react-redux",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-redux@^7.1.0",
    "name": "react-redux",
    "escapedName": "react-redux",
    "rawSpec": "^7.1.0",
    "saveSpec": null,
    "fetchSpec": "^7.1.0"
  },
  "_requiredBy": [
    "/dva"
  ],
  "_resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.0.tgz",
  "_shasum": "f970f62192b3981642fec46fd0db18a074fe879d",
  "_spec": "react-redux@^7.1.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/dva",
  "author": {
    "name": "Dan Abramov",
    "email": "dan.abramov@me.com",
    "url": "https://github.com/gaearon"
  },
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  },
  "bugs": {
    "url": "https://github.com/reduxjs/react-redux/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.5.5",
    "hoist-non-react-statics": "^3.3.0",
    "loose-envify": "^1.4.0",
    "prop-types": "^15.7.2",
    "react-is": "^16.9.0"
  },
  "deprecated": false,
  "description": "Official React bindings for Redux",
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-decorators": "^7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
    "@babel/plugin-transform-react-display-name": "^7.2.0",
    "@babel/plugin-transform-react-jsx": "^7.3.0",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@testing-library/jest-dom": "^4.1.0",
    "@testing-library/jest-native": "^3.0.2",
    "@testing-library/react": "^8.0.8",
    "@testing-library/react-hooks": "^1.1.0",
    "@testing-library/react-native": "^4.2.0",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "codecov": "^3.5.0",
    "create-react-class": "^15.6.3",
    "cross-env": "^5.2.0",
    "es3ify": "^0.2.0",
    "eslint": "^6.2.2",
    "eslint-config-prettier": "^6.1.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.14.3",
    "glob": "^7.1.4",
    "jest": "^24.9.0",
    "prettier": "^1.18.2",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-native": "^0.61.4",
    "react-test-renderer": "^16.8.6",
    "redux": "^4.0.4",
    "rimraf": "^3.0.0",
    "rollup": "^1.20.2",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.0.2",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^5.1.1"
  },
  "files": [
    "dist",
    "lib",
    "src",
    "es"
  ],
  "homepage": "https://github.com/reduxjs/react-redux",
  "keywords": [
    "react",
    "reactjs",
    "redux"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "es/index.js",
  "name": "react-redux",
  "peerDependencies": {
    "react": "^16.8.3",
    "redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
  },
  "peerDependenciesMeta": {
    "react-dom": {
      "optional": true
    },
    "react-native": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reduxjs/react-redux.git"
  },
  "scripts": {
    "build": "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 --out-dir lib",
    "build:es": "babel src --out-dir es",
    "build:umd": "cross-env NODE_ENV=development rollup -c -o dist/react-redux.js",
    "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/react-redux.min.js",
    "clean": "rimraf lib dist es coverage",
    "coverage": "codecov",
    "format": "prettier --write \"{src,test}/**/*.{js,ts}\" index.d.ts \"docs/**/*.md\"",
    "lint": "eslint src test/utils test/components test/hooks",
    "prepare": "npm run clean && npm run build",
    "pretest": "npm run lint",
    "test": "jest"
  },
  "unpkg": "dist/react-redux.js",
  "version": "7.2.0"
}
