{
  "_args": [
    [
      "redux-thunk@2.1.0",
      "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates"
    ]
  ],
  "_from": "redux-thunk@2.1.0",
  "_id": "redux-thunk@2.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/redux-thunk",
  "_nodeVersion": "5.3.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/redux-thunk-2.1.0.tgz_1462893092551_0.6522019866388291"
  },
  "_npmUser": {
    "email": "dan.abramov@gmail.com",
    "name": "gaearon"
  },
  "_npmVersion": "3.3.12",
  "_phantomChildren": {},
  "_requested": {
    "name": "redux-thunk",
    "raw": "redux-thunk@2.1.0",
    "rawSpec": "2.1.0",
    "scope": null,
    "spec": "2.1.0",
    "type": "version"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.1.0.tgz",
  "_shasum": "c724bfee75dbe352da2e3ba9bc14302badd89a98",
  "_shrinkwrap": null,
  "_spec": "redux-thunk@2.1.0",
  "_where": "C:\\Users\\tahartik\\Projects\\generator-junketsu\\generators\\app\\templates",
  "author": {
    "email": "dan.abramov@me.com",
    "name": "Dan Abramov"
  },
  "bugs": {
    "url": "https://github.com/gaearon/redux-thunk/issues"
  },
  "dependencies": {},
  "description": "Thunk middleware for Redux.",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.6.5",
    "babel-eslint": "^5.0.0-beta4",
    "babel-loader": "^6.2.4",
    "babel-plugin-check-es2015-constants": "^6.6.5",
    "babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
    "babel-plugin-transform-es2015-block-scoped-functions": "^6.6.5",
    "babel-plugin-transform-es2015-block-scoping": "^6.6.5",
    "babel-plugin-transform-es2015-classes": "^6.6.5",
    "babel-plugin-transform-es2015-computed-properties": "^6.6.5",
    "babel-plugin-transform-es2015-destructuring": "^6.6.5",
    "babel-plugin-transform-es2015-for-of": "^6.6.0",
    "babel-plugin-transform-es2015-function-name": "^6.5.0",
    "babel-plugin-transform-es2015-literals": "^6.5.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.6.5",
    "babel-plugin-transform-es2015-object-super": "^6.6.5",
    "babel-plugin-transform-es2015-parameters": "^6.6.5",
    "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
    "babel-plugin-transform-es2015-spread": "^6.6.5",
    "babel-plugin-transform-es2015-sticky-regex": "^6.5.0",
    "babel-plugin-transform-es2015-template-literals": "^6.6.5",
    "babel-plugin-transform-es2015-unicode-regex": "^6.5.0",
    "babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
    "babel-plugin-transform-es3-property-literals": "^6.5.0",
    "chai": "^3.2.0",
    "cross-env": "^1.0.7",
    "eslint": "^1.10.2",
    "eslint-config-airbnb": "1.0.2",
    "eslint-plugin-react": "^4.1.0",
    "mocha": "^2.2.5",
    "rimraf": "^2.5.2",
    "webpack": "^1.12.14"
  },
  "directories": {},
  "dist": {
    "shasum": "c724bfee75dbe352da2e3ba9bc14302badd89a98",
    "tarball": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.1.0.tgz"
  },
  "files": [
    "lib",
    "es",
    "src",
    "dist"
  ],
  "gitHead": "7592d43085835959212cda5ae97dab2586f7381f",
  "homepage": "https://github.com/gaearon/redux-thunk",
  "jsnext:main": "es/index.js",
  "keywords": [
    "redux",
    "thunk",
    "middleware",
    "redux-middleware",
    "flux"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "email": "dan.abramov@gmail.com",
      "name": "gaearon"
    }
  ],
  "name": "redux-thunk",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gaearon/redux-thunk.git"
  },
  "scripts": {
    "build": "npm run build:commonjs && npm run build:umd && npm run build:umd:min && npm run build:es",
    "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
    "build:es": "cross-env BABEL_ENV=es babel src --out-dir es",
    "build:umd": "cross-env BABEL_ENV=commonjs NODE_ENV=development webpack",
    "build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack",
    "clean": "rimraf lib dist es",
    "lint": "eslint src test",
    "posttest": "npm run lint",
    "prepublish": "npm run clean && npm run test && npm run build",
    "test": "cross-env BABEL_ENV=commonjs mocha --compilers js:babel-core/register --reporter spec test/*.js"
  },
  "version": "2.1.0"
}
