{ "_args": [ [ "react-redux@7.1.3", "/home/riddhi/simulation/Gazebo_simulation-Frontend" ] ], "_from": "react-redux@7.1.3", "_id": "react-redux@7.1.3", "_inBundle": false, "_integrity": "sha512-uI1wca+ECG9RoVkWQFF4jDMqmaw0/qnvaSvOoL/GA4dNxf6LoV8sUAcNDvE5NWKs4hFpn0t6wswNQnY3f7HT3w==", "_location": "/react-redux", "_phantomChildren": { "react-is": "16.12.0" }, "_requested": { "type": "version", "registry": true, "raw": "react-redux@7.1.3", "name": "react-redux", "escapedName": "react-redux", "rawSpec": "7.1.3", "saveSpec": null, "fetchSpec": "7.1.3" }, "_requiredBy": [ "/react-admin" ], "_resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.1.3.tgz", "_spec": "7.1.3", "_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend", "author": { "name": "Dan Abramov", "email": "dan.abramov@me.com", "url": "https://github.com/gaearon" }, "browserify": { "transform": [ "loose-envify" ] }, "bugs": { "url": "https://github.com/reduxjs/react-redux/issues" }, "dependencies": { "@babel/runtime": "^7.5.5", "hoist-non-react-statics": "^3.3.0", "invariant": "^2.2.4", "loose-envify": "^1.4.0", "prop-types": "^15.7.2", "react-is": "^16.9.0" }, "description": "Official React bindings for Redux", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/plugin-proposal-decorators": "^7.4.4", "@babel/plugin-proposal-object-rest-spread": "^7.5.5", "@babel/plugin-transform-react-display-name": "^7.2.0", "@babel/plugin-transform-react-jsx": "^7.3.0", "@babel/plugin-transform-runtime": "^7.5.5", "@babel/preset-env": "^7.5.5", "@testing-library/jest-dom": "^4.1.0", "@testing-library/jest-native": "^3.0.2", "@testing-library/react": "^8.0.8", "@testing-library/react-hooks": "^1.1.0", "@testing-library/react-native": "^4.2.0", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "codecov": "^3.5.0", "create-react-class": "^15.6.3", "cross-env": "^5.2.0", "es3ify": "^0.2.0", "eslint": "^6.2.2", "eslint-config-prettier": "^6.1.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.14.3", "glob": "^7.1.4", "jest": "^24.9.0", "prettier": "^1.18.2", "react": "^16.8.6", "react-dom": "^16.8.6", "react-native": "^0.61.4", "react-test-renderer": "^16.8.6", "redux": "^4.0.4", "rimraf": "^3.0.0", "rollup": "^1.20.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.0.2", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-terser": "^5.1.1" }, "files": [ "dist", "lib", "src", "es" ], "homepage": "https://github.com/reduxjs/react-redux", "keywords": [ "react", "reactjs", "redux" ], "license": "MIT", "main": "./lib/index.js", "module": "es/index.js", "name": "react-redux", "peerDependencies": { "react": "^16.8.3", "redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0" }, "peerDependenciesMeta": { "react-dom": { "optional": true }, "react-native": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/reduxjs/react-redux.git" }, "scripts": { "build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min", "build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib", "build:es": "babel src --out-dir es", "build:umd": "cross-env NODE_ENV=development rollup -c -o dist/react-redux.js", "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/react-redux.min.js", "clean": "rimraf lib dist es coverage", "coverage": "codecov", "format": "prettier --write \"{src,test}/**/*.{js,ts}\" index.d.ts \"docs/**/*.md\"", "lint": "eslint src test/utils test/components test/hooks", "prepare": "npm run clean && npm run build", "pretest": "npm run lint", "test": "jest" }, "unpkg": "dist/react-redux.js", "version": "7.1.3" }