{ "_from": "redux-thunk@2.2.0", "_id": "redux-thunk@2.2.0", "_inBundle": false, "_integrity": "sha1-5hWhbha0ehmlFXZhM9Hj6Zt4UuU=", "_location": "/redux-thunk", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "redux-thunk@2.2.0", "name": "redux-thunk", "escapedName": "redux-thunk", "rawSpec": "2.2.0", "saveSpec": null, "fetchSpec": "2.2.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.2.0.tgz", "_shasum": "e615a16e16b47a19a515766133d1e3e99b7852e5", "_spec": "redux-thunk@2.2.0", "_where": "/home/manfred/enviPath/ketcher2/ketcher", "author": { "name": "Dan Abramov", "email": "dan.abramov@me.com" }, "bugs": { "url": "https://github.com/gaearon/redux-thunk/issues" }, "bundleDependencies": false, "deprecated": false, "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", "redux": "^3.4.0", "rimraf": "^2.5.2", "typescript": "^1.8.10", "typescript-definition-tester": "0.0.4", "webpack": "^1.12.14" }, "files": [ "lib", "es", "src", "dist", "index.d.ts" ], "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", "name": "redux-thunk", "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" }, "typings": "./index.d.ts", "version": "2.2.0" }