{ "_args": [ [ "redux-immutable@4.0.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "redux-immutable@4.0.0", "_id": "redux-immutable@4.0.0", "_inBundle": false, "_integrity": "sha1-Ohoy32Y2ZGK2NpHw4dw15HK7yfM=", "_location": "/redux-immutable", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "redux-immutable@4.0.0", "name": "redux-immutable", "escapedName": "redux-immutable", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/strapi-admin", "/strapi-plugin-content-manager", "/strapi-plugin-content-type-builder", "/strapi-plugin-documentation" ], "_resolved": "https://registry.npmjs.org/redux-immutable/-/redux-immutable-4.0.0.tgz", "_spec": "4.0.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Gajus Kuizinas", "email": "gajus@anuary.com", "url": "http://gajus.com" }, "bugs": { "url": "https://github.com/gajus/redux-immutable/issues" }, "description": "redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.", "devDependencies": { "babel-cli": "^6.18.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-flow-runtime": "0.0.6", "babel-plugin-syntax-flow": "^6.18.0", "babel-plugin-transform-flow-strip-types": "^6.21.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-0": "^6.16.0", "babel-register": "^6.18.0", "benchmark": "^2.1.3", "chai": "^3.5.0", "eslint": "^3.13.1", "eslint-config-canonical": "^6.0.0", "flow-runtime": "0.0.6", "husky": "^0.12.0", "immutable": "^3.8.1 || ^4.0.0-rc.1", "mocha": "^3.2.0", "semantic-release": "^6.3.2" }, "homepage": "https://github.com/gajus/redux-immutable#readme", "keywords": [ "immutable", "redux" ], "license": "BSD-3-Clause", "main": "./dist/index.js", "name": "redux-immutable", "peerDependencies": { "immutable": "^3.8.1 || ^4.0.0-rc.1" }, "repository": { "type": "git", "url": "git+https://github.com/gajus/redux-immutable.git" }, "scripts": { "benchmark": "NODE_ENV=production node ./benchmarks/index.js", "build": "babel ./src --source-maps --out-dir ./dist", "lint": "eslint ./src ./tests", "precommit": "npm run lint && npm run test", "test": "mocha --compilers js:babel-register './tests/**/*.js'" }, "version": "4.0.0" }