{ "_args": [ [ { "raw": "redux@^3.6.0", "scope": null, "escapedName": "redux", "name": "redux", "rawSpec": "^3.6.0", "spec": ">=3.6.0 <4.0.0", "type": "range" }, "/home/jdaugherty/work/GT2/GT2-Android/node_modules/xdl" ] ], "_from": "redux@>=3.6.0 <4.0.0", "_id": "redux@3.7.2", "_inCache": true, "_location": "/redux", "_nodeVersion": "8.1.3", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/redux-3.7.2.tgz_1499904793186_0.6400073701515794" }, "_npmUser": { "name": "timdorr", "email": "timdorr@timdorr.com" }, "_npmVersion": "5.2.0", "_phantomChildren": {}, "_requested": { "raw": "redux@^3.6.0", "scope": null, "escapedName": "redux", "name": "redux", "rawSpec": "^3.6.0", "spec": ">=3.6.0 <4.0.0", "type": "range" }, "_requiredBy": [ "/xdl" ], "_resolved": "https://registry.npmjs.org/redux/-/redux-3.7.2.tgz", "_shasum": "06b73123215901d25d065be342eb026bc1c8537b", "_shrinkwrap": null, "_spec": "redux@^3.6.0", "_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/xdl", "authors": [ "Dan Abramov (https://github.com/gaearon)", "Andrew Clark (https://github.com/acdlite)" ], "browserify": { "transform": [ "loose-envify" ] }, "bugs": { "url": "https://github.com/reactjs/redux/issues" }, "dependencies": { "lodash": "^4.2.1", "lodash-es": "^4.2.1", "loose-envify": "^1.1.0", "symbol-observable": "^1.0.3" }, "description": "Predictable state container for JavaScript apps", "devDependencies": { "babel-cli": "^6.3.15", "babel-core": "^6.3.15", "babel-eslint": "^7.0.0", "babel-jest": "^20.0.3", "babel-plugin-check-es2015-constants": "^6.3.13", "babel-plugin-transform-es2015-arrow-functions": "^6.3.13", "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13", "babel-plugin-transform-es2015-block-scoping": "^6.3.13", "babel-plugin-transform-es2015-classes": "^6.3.13", "babel-plugin-transform-es2015-computed-properties": "^6.3.13", "babel-plugin-transform-es2015-destructuring": "^6.3.13", "babel-plugin-transform-es2015-for-of": "^6.3.13", "babel-plugin-transform-es2015-function-name": "^6.3.13", "babel-plugin-transform-es2015-literals": "^6.3.13", "babel-plugin-transform-es2015-modules-commonjs": "^6.3.13", "babel-plugin-transform-es2015-object-super": "^6.3.13", "babel-plugin-transform-es2015-parameters": "^6.3.13", "babel-plugin-transform-es2015-shorthand-properties": "^6.3.13", "babel-plugin-transform-es2015-spread": "^6.3.13", "babel-plugin-transform-es2015-sticky-regex": "^6.3.13", "babel-plugin-transform-es2015-template-literals": "^6.3.13", "babel-plugin-transform-es2015-unicode-regex": "^6.3.13", "babel-plugin-transform-es3-member-expression-literals": "^6.5.0", "babel-plugin-transform-es3-property-literals": "^6.5.0", "babel-plugin-transform-object-rest-spread": "^6.3.13", "babel-register": "^6.3.13", "cross-env": "^5.0.1", "eslint": "^4.0.0", "eslint-config-react-app": "^1.0.4", "eslint-plugin-flowtype": "^2.29.2", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^5.0.3", "eslint-plugin-react": "^7.1.0", "gitbook-cli": "^2.3.0", "glob": "^7.1.1", "jest": "^20.0.4", "rimraf": "^2.3.4", "rollup": "^0.43.0", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-replace": "^1.1.1", "rollup-plugin-uglify": "^2.0.1", "rxjs": "^5.0.0-beta.6", "typescript": "^1.8.0", "typescript-definition-tester": "0.0.4" }, "directories": {}, "dist": { "integrity": "sha512-pNqnf9q1hI5HHZRBkj3bAngGZW/JMCmexDlOxw4XagXY2o1327nHH54LoTjiPJ0gizoqPDRqWyX/00g0hD6w+A==", "shasum": "06b73123215901d25d065be342eb026bc1c8537b", "tarball": "https://registry.npmjs.org/redux/-/redux-3.7.2.tgz" }, "files": [ "dist", "lib", "es", "src", "index.d.ts" ], "gitHead": "8f60ba321e8ba5fa71d60fa35573c2cdf9c0d852", "homepage": "http://redux.js.org", "jest": { "testRegex": "(/test/.*\\.spec.js)$" }, "jsnext:main": "es/index.js", "keywords": [ "redux", "reducer", "state", "predictable", "functional", "immutable", "hot", "live", "replay", "flux", "elm" ], "license": "MIT", "main": "lib/index.js", "maintainers": [ { "name": "timdorr", "email": "timdorr@timdorr.com" }, { "name": "acdlite", "email": "acdlite@me.com" }, { "name": "gaearon", "email": "dan.abramov@gmail.com" } ], "module": "es/index.js", "name": "redux", "npmFileMap": [ { "basePath": "/dist/", "files": [ "*.js" ] } ], "npmName": "redux", "optionalDependencies": {}, "readme": "# \n\nRedux is a predictable state container for JavaScript apps. \n(If you're looking for a WordPress framework, check out [Redux Framework](https://reduxframework.com/).)\n\nIt helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as [live code editing combined with a time traveling debugger](https://github.com/gaearon/redux-devtools).\n\nYou can use Redux together with [React](https://facebook.github.io/react/), or with any other view library. \nIt is tiny (2kB, including dependencies).\n\n[![build status](https://img.shields.io/travis/reactjs/redux/master.svg?style=flat-square)](https://travis-ci.org/reactjs/redux)\n[![npm version](https://img.shields.io/npm/v/redux.svg?style=flat-square)](https://www.npmjs.com/package/redux)\n[![npm downloads](https://img.shields.io/npm/dm/redux.svg?style=flat-square)](https://www.npmjs.com/package/redux)\n[![redux channel on discord](https://img.shields.io/badge/discord-%23redux%20%40%20reactiflux-61dafb.svg?style=flat-square)](https://discord.gg/0ZcbPKXt5bZ6au5t)\n[![#rackt on freenode](https://img.shields.io/badge/irc-%23rackt%20%40%20freenode-61DAFB.svg?style=flat-square)](https://webchat.freenode.net/)\n[![Changelog #187](https://img.shields.io/badge/changelog-%23187-lightgrey.svg?style=flat-square)](https://changelog.com/187)\n\n>**Learn Redux from its creator:** \n>**[Part 1: Getting Started with Redux](https://egghead.io/series/getting-started-with-redux) (30 free videos)**
\n>**[Part 2: Building React Applications with Idiomatic Redux](https://egghead.io/courses/building-react-applications-with-idiomatic-redux) (27 free videos)**\n\n### Testimonials\n\n>[“Love what you're doing with Redux”](https://twitter.com/jingc/status/616608251463909376) \n>Jing Chen, creator of Flux\n\n>[“I asked for comments on Redux in FB's internal JS discussion group, and it was universally praised. Really awesome work.”](https://twitter.com/fisherwebdev/status/616286955693682688) \n>Bill Fisher, author of Flux documentation\n\n>[“It's cool that you are inventing a better Flux by not doing Flux at all.”](https://twitter.com/andrestaltz/status/616271392930201604) \n>André Staltz, creator of Cycle\n\n### Before Proceeding Further\n\n>**Also read:** \n>**[You Might Not Need Redux](https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367)**\n\n### Developer Experience\n\nI wrote Redux while working on my React Europe talk called [“Hot Reloading with Time Travel”](https://www.youtube.com/watch?v=xsSnOQynTHs). My goal was to create a state management library with minimal API but completely predictable behavior, so it is possible to implement logging, hot reloading, time travel, universal apps, record and replay, without any buy-in from the developer.\n\n### Influences\n\nRedux evolves the ideas of [Flux](http://facebook.github.io/flux/), but avoids its complexity by taking cues from [Elm](https://github.com/evancz/elm-architecture-tutorial/). \nWhether you have used them or not, Redux only takes a few minutes to get started with.\n\n### Installation\n\nTo install the stable version:\n\n```\nnpm install --save redux\n```\n\nThis assumes you are using [npm](https://www.npmjs.com/) as your package manager. \n\nIf you're not, you can [access these files on unpkg](https://unpkg.com/redux/), download them, or point your package manager to them.\n\nMost commonly people consume Redux as a collection of [CommonJS](http://webpack.github.io/docs/commonjs.html) modules. These modules are what you get when you import `redux` in a [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/), or a Node environment. If you like to live on the edge and use [Rollup](http://rollupjs.org), we support that as well.\n\nIf you don't use a module bundler, it's also fine. The `redux` npm package includes precompiled production and development [UMD](https://github.com/umdjs/umd) builds in the [`dist` folder](https://unpkg.com/redux/dist/). They can be used directly without a bundler and are thus compatible with many popular JavaScript module loaders and environments. For example, you can drop a UMD build as a [`