{
  "_args": [
    [
      "next-redux-wrapper@6.0.2",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "next-redux-wrapper@6.0.2",
  "_id": "next-redux-wrapper@6.0.2",
  "_inBundle": false,
  "_integrity": "sha512-I9CnIYhQwI/qEoNdc9VAPjIyuq4rFFhCTa4rKhoDHWEVHGB1DXZy8TAyGpwvWizESd8IoTI/OKlP6bFpCbXsOw==",
  "_location": "/next-redux-wrapper",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "next-redux-wrapper@6.0.2",
    "name": "next-redux-wrapper",
    "escapedName": "next-redux-wrapper",
    "rawSpec": "6.0.2",
    "saveSpec": null,
    "fetchSpec": "6.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/next-redux-wrapper/-/next-redux-wrapper-6.0.2.tgz",
  "_spec": "6.0.2",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "Kirill Konshin"
  },
  "bugs": {
    "url": "https://github.com/kirill-konshin/next-redux-wrapper/issues"
  },
  "description": "Redux wrapper for Next.js",
  "devDependencies": {
    "@types/jest": "25.2.1",
    "@types/react": "16.9.35",
    "@types/react-redux": "7.1.8",
    "@types/react-test-renderer": "16.9.2",
    "@types/redux-promise-middleware": "6.0.0",
    "concurrently": "5.2.0",
    "jest": "26.0.1",
    "next": "9.4.0",
    "next-redux-wrapper-configs": "^6.0.2",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-redux": "7.2.0",
    "react-test-renderer": "16.13.1",
    "redux": "4.0.5",
    "redux-promise-middleware": "6.1.2",
    "rimraf": "3.0.2",
    "ts-jest": "25.5.1",
    "typescript": "3.8.3"
  },
  "gitHead": "3470c42b3219f038a02e5e241229face05c397c5",
  "homepage": "https://github.com/kirill-konshin/next-redux-wrapper",
  "jsnext:main": "src/index.tsx",
  "license": "MIT",
  "main": "lib/index.js",
  "main:src": "src/index.tsx",
  "module": "es6/index.js",
  "name": "next-redux-wrapper",
  "peerDependencies": {
    "next": ">=9.0.0",
    "react": "*",
    "react-redux": "*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kirill-konshin/next-redux-wrapper.git"
  },
  "scripts": {
    "build": "concurrently yarn:build:tsc:*",
    "build:tsc:es5": "tsc",
    "build:tsc:es6": "tsc --project tsconfig.es6.json",
    "clean": "rimraf lib es6 types coverage",
    "start": "concurrently yarn:start:tsc:*",
    "start:tsc:es5": "yarn build:tsc:es5 --watch --preserveWatchOutput",
    "start:tsc:es6": "yarn build:tsc:es6 --watch --preserveWatchOutput",
    "test": "jest",
    "test:quick": "yarn test"
  },
  "source": "src/index.tsx",
  "types": "es6/index.d.ts",
  "version": "6.0.2"
}
