{
  "_args": [
    [
      "redux-logger@3.0.6",
      "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend"
    ]
  ],
  "_from": "redux-logger@3.0.6",
  "_id": "redux-logger@3.0.6",
  "_inBundle": false,
  "_integrity": "sha1-91VZZvMJjzyIYExEnPC69XeCdL8=",
  "_location": "/redux-logger",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "redux-logger@3.0.6",
    "name": "redux-logger",
    "escapedName": "redux-logger",
    "rawSpec": "3.0.6",
    "saveSpec": null,
    "fetchSpec": "3.0.6"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/redux-logger/-/redux-logger-3.0.6.tgz",
  "_spec": "3.0.6",
  "_where": "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend",
  "author": {
    "name": "Eugene Rodionov",
    "url": "https://github.com/theaqua"
  },
  "bugs": {
    "url": "https://github.com/theaqua/redux-logger/issues"
  },
  "dependencies": {
    "deep-diff": "^0.3.5"
  },
  "description": "Logger for Redux",
  "devDependencies": {
    "babel-core": "^6.24.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-inline-environment-variables": "6.8.0",
    "babel-preset-es2015": "^6.24.0",
    "chai": "3.5.0",
    "codecov": "1.0.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    "http-server": "0.9.0",
    "husky": "^0.13.2",
    "mocha": "3.1.2",
    "nyc": "9.0.1",
    "redux": "^3.6.0",
    "rimraf": "^2.6.1",
    "rollup": "^0.41.6",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-uglify": "^1.0.2",
    "sinon": "^1.17.7"
  },
  "eslintConfig": {
    "extends": "airbnb",
    "rules": {
      "no-console": "off"
    },
    "env": {
      "browser": true,
      "mocha": true
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/theaqua/redux-logger#readme",
  "keywords": [
    "redux",
    "logger",
    "redux-logger",
    "middleware"
  ],
  "license": "MIT",
  "main": "dist/redux-logger.js",
  "name": "redux-logger",
  "nyc": {
    "exclude": [
      "node_modules",
      "spec",
      "example",
      "lib",
      "dist",
      "coverage",
      "rollup.config.js"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theaqua/redux-logger.git"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf dist",
    "coverage": "nyc report",
    "coverage:html": "nyc report --reporter=html && http-server -p 8077 ./coverage -o",
    "coverage:production": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "lint": "eslint src",
    "precommit": "npm test",
    "prepublish": "npm run clean && npm test && npm run build",
    "spec": "nyc --all --silent --require babel-core/register mocha --plugins transform-inline-environment-variables --recursive spec/*.spec.js",
    "spec:watch": "npm run spec -- --watch",
    "test": "npm run lint && npm run spec"
  },
  "version": "3.0.6"
}
