{"_id":"remotedev","_rev":"25-a5e288bcb485c96f400e649234b23db1","name":"remotedev","description":"Remote debugging for any flux implementation.","dist-tags":{"latest":"0.2.9"},"versions":{"0.0.1":{"name":"remotedev","version":"0.0.1","description":"A custom monitor for Redux DevTools to relay Redux actions.","main":"lib/RemoteMonitor.js","files":["lib"],"scripts":{"clean":"rimraf lib","build":"babel src --out-dir lib","lint":"eslint src test","test":"NODE_ENV=test mocha --compilers js:babel-core/register --recursive","test:watch":"NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch","prepublish":"npm run lint && npm run test && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/redux-remote-monitor.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/redux-remote-monitor/issues"},"homepage":"https://github.com/zalmoxisus/redux-remote-monitor","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta4","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^0.23","eslint-config-airbnb":"0.0.6","eslint-plugin-react":"^3.6.3","expect":"^1.6.0","mocha":"^2.2.5","mocha-jsdom":"^1.0.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"peerDependencies":{"react":"^0.14.0","redux-devtools":"^3.0.0"},"dependencies":{"react-json-tree":"^0.3.0","react-pure-render":"^1.0.2","redux-devtools-themes":"^1.0.0"},"_id":"remotedev@0.0.1","_shasum":"dbab2a5473ea37b0592cab321a7e999440d67255","_from":".","_npmVersion":"3.5.2","_nodeVersion":"4.1.2","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"dbab2a5473ea37b0592cab321a7e999440d67255","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.0.1.tgz","integrity":"sha512-ui4PKPpJBLdDWb7leXA9OJw+4ctHdbjovvIUFnYomXigMgW3qAHeTYpXIfuA3GKIB8rPnaS4SJqhve9Xv8SBVQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID38uh+HQxs1MR36ji8oPpGykkrYFEuM16rG8zSTvB0oAiBIvVv0Og2GToaL/YZgUoiN9tgv/JQJeEGAXySZgfA9NQ=="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"directories":{}},"0.0.2":{"name":"remotedev","version":"0.0.2","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib"],"scripts":{"clean":"rimraf lib","build":"babel src --out-dir lib","lint":"eslint src test","prepublish":"npm run lint && npm run test && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^2.0.4"},"gitHead":"b0ca5ba46d38453205fb01cd84ed3e8fb758049d","_id":"remotedev@0.0.2","_shasum":"589f653835ebc718d4e34f09d19ccb9d2408db30","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"589f653835ebc718d4e34f09d19ccb9d2408db30","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.0.2.tgz","integrity":"sha512-Um2k5VixbYvQyp0qspgYkUvAWoCpT4Eb+RQznxLnnvDw+lYi5z3VXnabvpM3khmFw+mewJij0pudNUNQucDmoA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCKtvTUchaApoYsxT24g56jiOhLncnW8a7bxgFnmEVpeAIhAPcbO+T30VbtZULQLSvOLIIRQW4jhfiWyzfx0VGs11L9"}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"directories":{}},"0.0.3":{"name":"remotedev","version":"0.0.3","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^2.0.4"},"gitHead":"b0ca5ba46d38453205fb01cd84ed3e8fb758049d","_id":"remotedev@0.0.3","_shasum":"75d7917c0b6f253b64d9129cff6904ac3c4c3563","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"75d7917c0b6f253b64d9129cff6904ac3c4c3563","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.0.3.tgz","integrity":"sha512-BcI7rirbC97kRQkkRwUzIGZrlmfV4heB44C3wreGCrWOLZ0o/wvSL7z70HE11P3D4dzflzurM/u7v0BmttM9uQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF0pywSBk6iboAM114OqENkyr9NmklQKyZg2hLUxOULTAiA4wHJxeDeqzxUGhEAGCqoI6HkB23OhPEs2Igqu9YYbKA=="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"directories":{}},"0.0.4":{"name":"remotedev","version":"0.0.4","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^2.0.4"},"gitHead":"f14ec531a72dd5794425999ab5bfb6bec5754bcf","_id":"remotedev@0.0.4","_shasum":"7faaea321d5431f374b4079a9dd0ea6d83b2df75","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"7faaea321d5431f374b4079a9dd0ea6d83b2df75","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.0.4.tgz","integrity":"sha512-fSY+S33bYPg5nblTD9kQjtAkRcRuXnIxvuFLywlKfw+hn6RIrbt9xgW/1bflUKauHFzURd0VUk9kcHrweg6sdQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCN/GcWtFfWJyLcdXWH5u0JgysHweD6gD9PZXW29e86LwIhAPtVmGwUhH/AW4VVLIE1DiGkHoxtMEx77Xj8St31ESHs"}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"directories":{}},"0.1.0":{"name":"remotedev","version":"0.1.0","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^2.0.4","querystring":"^0.2.0","socketcluster-client":"^4.1.6"},"gitHead":"0044fca7c995cf7bd1c591001c22d00594811cb9","_id":"remotedev@0.1.0","_shasum":"650a04b7791b4f8d1a30f1a91b806ef57ef94283","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"650a04b7791b4f8d1a30f1a91b806ef57ef94283","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.1.0.tgz","integrity":"sha512-8Dibeghl5I2aeLgxJmzcCt1y3OJmfzdN4TRfeEzcwoFybZoBUAwOn1Fxyi8a6cq64kk6m156gTGQm8wC3Ix7Mg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVgsQRIrC4ssYDkicRgI4Ao47CrvMBNWkxo/x7gxfe7QIgB9Ql7MuTcBYzU8ZIDqxIshOon94GYpiDimxl8VXPfN4="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"directories":{}},"0.1.1":{"name":"remotedev","version":"0.1.1","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^2.0.4","querystring":"^0.2.0","socketcluster-client":"^4.1.6"},"gitHead":"1ae41d7ae741e2ab03dc84684f32c9962dbf8b9d","_id":"remotedev@0.1.1","_shasum":"958ea1fb5f3fa27b2a08910440abf507421021ee","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"958ea1fb5f3fa27b2a08910440abf507421021ee","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.1.1.tgz","integrity":"sha512-NL/Lp4KYSPHXplHqBY0oTyMMMEy1zp9x1r2ukJ7dNbHJyYgafzH9bOp22H8QTgnj3T+QSmiQdzgRXeghsL6Eog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFIeuoiQ7LL0mRPfHcPwJTlEtB12dE+DbeB0Btp9G46GAiB/4Nb9H8YLmBig9Z61t1vbUoAl436pwKzfO6wkUMeKyA=="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"directories":{}},"0.1.2":{"name":"remotedev","version":"0.1.2","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^2.0.4","querystring":"^0.2.0","socketcluster-client":"^4.3.6"},"gitHead":"3634db71faa44e6c1681c3e10f9ed9cf7b8e17b4","_id":"remotedev@0.1.2","_shasum":"d2c1c32f58252636c9d941258c5526404e385f2c","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.2","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"d2c1c32f58252636c9d941258c5526404e385f2c","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.1.2.tgz","integrity":"sha512-Gij5UdjVzU8+B8u8ldkDC5tOd+24T6StW7Mx3bT3G5FgXt+U7+5OLjKtrjuhF/3K49sosM704u06K6obr0cEjA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDStRmuHMzhbzBRZhF6CsiJqZLkl/bHMlrRBpcIXAjtBAiBaIE54KClV1xifU9fQNcKKlr4FWfrm4S7ZqWOBWwm/Qg=="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/remotedev-0.1.2.tgz_1455475023429_0.7736896614078432"},"directories":{}},"0.2.0-beta-1":{"name":"remotedev","version":"0.2.0-beta-1","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"9d8d1134cf74a13075e51a7ed4a6849999a0bf05","_id":"remotedev@0.2.0-beta-1","_shasum":"007cc47e965dff8f64ff99e800a2dea465b07ac5","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"007cc47e965dff8f64ff99e800a2dea465b07ac5","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.0-beta-1.tgz","integrity":"sha512-l1yrzdm8zZohyLGNvaoTIxV2c/Al9FGV2zLighW9YoNtwIOQZmt/vvjUDkJS2RJ2GsisI/J+mu3ItVZJdrHQCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC51gX5+7m6EgX4SMacs2c5jYYL7xLgktlrQ1fMH94kgAIhAMfDmwuztGkXT3QKzrHCdur8EIzLfKp7JFx3guYBY6ov"}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/remotedev-0.2.0-beta-1.tgz_1471702267735_0.8930568827781826"},"directories":{}},"0.2.0-beta-2":{"name":"remotedev","version":"0.2.0-beta-2","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"886e76a48701d6cc8f48c2f5c3ce594e7e6d9a63","_id":"remotedev@0.2.0-beta-2","_shasum":"804388eaf368ab29e399588cb3595ec11bb88b85","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"804388eaf368ab29e399588cb3595ec11bb88b85","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.0-beta-2.tgz","integrity":"sha512-2OVJVTiHNMKv0hi7bvMrJPPkPktaj63Y6idFTVyEO1r95lq9QmHpBGukQ8MjzHnEHgv4+9ECNmc/f01fr9YPAw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDeFN2vif0GV7RVjDp9sJALuIldNJCTfvRB4B0FK+i3JwIgaKejFNsYHwgRc3iL7wM1oVHNqhnwdZXVB1EE1Ky8umI="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/remotedev-0.2.0-beta-2.tgz_1471705028315_0.555165559751913"},"directories":{}},"0.2.0-beta-3":{"name":"remotedev","version":"0.2.0-beta-3","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"753012de5479d91e3d1cb7097624971d2ee0926b","_id":"remotedev@0.2.0-beta-3","_shasum":"2bf62a6cda7a7b5e2cd4ddbaebb6cad0258df547","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"2bf62a6cda7a7b5e2cd4ddbaebb6cad0258df547","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.0-beta-3.tgz","integrity":"sha512-+sqQKHq4eUoNAjythoHaTdeONFTuD9xpnNqCCk8BKy+9g93Yv1gVMNjE/dmn5CaWpbMP4i6cT2ah4haEY7IQUQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjnbknxOIg33iqJ3bgeVViwzP1eyas4OT25Fjl8VU0EgIgAIKRIVgRX3xntt4xxs1ck3fHSehkBRSY4ko/jL9n114="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remotedev-0.2.0-beta-3.tgz_1471706926605_0.42938079591840506"},"directories":{}},"0.2.0-beta-4":{"name":"remotedev","version":"0.2.0-beta-4","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"753012de5479d91e3d1cb7097624971d2ee0926b","_id":"remotedev@0.2.0-beta-4","_shasum":"493e3c4c45ef5c409f3958898ac141868ada4dff","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"493e3c4c45ef5c409f3958898ac141868ada4dff","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.0-beta-4.tgz","integrity":"sha512-tICrW4vkbkQizwK5dXSHUOMaBmEG7XqWTHvJIG52zRhrcHIx/rD3ynlGim15WBtpEgaQrQBSPFrekScNPzyV+A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdp18b4f6lwtgpTXQPpgc02WRTZUQ0aOUodbdNwtH1MgIhANuBr4KuxAmUVrPDc8D60l3KtWcdkvZgpGqZvefpVo+Z"}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/remotedev-0.2.0-beta-4.tgz_1471772400988_0.4819179258774966"},"directories":{}},"0.2.0":{"name":"remotedev","version":"0.2.0","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"afa5581f193369d5174d9bf8f9d9e57826def554","_id":"remotedev@0.2.0","_shasum":"171d877beeb1326f8ed25da6a8341c053a7e9e63","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"171d877beeb1326f8ed25da6a8341c053a7e9e63","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.0.tgz","integrity":"sha512-t6mlOlHfwnX8Jhel9diVjzRWlWce7icQl/TQAhDo7HPbXpWJ+FCRrH5uRXeJX1nz2MQG0G+lUEO58q5jAZ+JzA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHAruwaR9DGza+4UxxH6U3tfb7spGsG2yMSgvcCFURwYAiAJZHtlmNpOs85TE53VcYfh3AC9YPr0KyAXfRMOPcga9A=="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remotedev-0.2.0.tgz_1471961186470_0.16123233875259757"},"directories":{}},"0.2.1":{"name":"remotedev","version":"0.2.1","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"ca3c436de9a3ceb55a7c518d3b64d1cc48220d7a","_id":"remotedev@0.2.1","_shasum":"184115a66847a32dfc7dae2a8a3bd6c0a90ebe5b","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"184115a66847a32dfc7dae2a8a3bd6c0a90ebe5b","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.1.tgz","integrity":"sha512-6tFMuxvQk9RNVZ4kVFjW/a/XVtUcLyPh15ulnvN6qX1Wxbi1ADz0saVtmyqsWxhymVI+pnviYC8pRuJoXkrMcw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICGuG8vj6s4+I6YHbLhxEaIQWnO24ho21ErMurrEKNmnAiAj+2zbHxyREemCPTcl6uaroquMwzefRvMGyKFIZ+ALdA=="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/remotedev-0.2.1.tgz_1471970067196_0.15160563285462558"},"directories":{}},"0.2.2":{"name":"remotedev","version":"0.2.2","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"b1815aca28318c8d8bf5049f35469e25577f6997","_id":"remotedev@0.2.2","_shasum":"8242b8879b6b8714aa2501de86f87781c879971c","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"8242b8879b6b8714aa2501de86f87781c879971c","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.2.tgz","integrity":"sha512-R3b9LWwWd9H2AqsSD5Ztm8/2h/CWKZ7pq25p3kym+DjSimx5pY2V3KlcJ33RMxeNbICHMK3X+ZRWlD7e7Xfvgg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICiTQjAUQO6RNnXO2Dm7MalO+1P0AL57sAZIjkQyiG0MAiEAh4Q0Pqti6MRgKMcF0Ep4UosS83SFNUlOosu0po1sP0w="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remotedev-0.2.2.tgz_1472055369166_0.7139750919304788"},"directories":{}},"0.2.3":{"name":"remotedev","version":"0.2.3","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"a96ef304db846f61fb98580b87fc5448bb1ea42b","_id":"remotedev@0.2.3","_shasum":"c15978e5c691399a49060f5c0ba4f7ccc3c6dc8e","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"c15978e5c691399a49060f5c0ba4f7ccc3c6dc8e","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.3.tgz","integrity":"sha512-zlvKTjE79m9L2SpfZFDbkNvD4OaNJUeoyKpQQmR3tboUrsNUDI1prgb5sapYkhcZEH4nOMEeY0VTaflhqwS1gA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDANWKr59iWDmv5RP4gvStddoGIn3GFOSerZo1WDAr7+AiEAivdd4GeCLRBdymKyz2JoL2kiWLRve4yI7BogzgK3DVM="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/remotedev-0.2.3.tgz_1477683251110_0.3208626701962203"},"directories":{}},"0.2.4":{"name":"remotedev","version":"0.2.4","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"5286db6e448cba6fccc0bc2aaaa251f43080405b","_id":"remotedev@0.2.4","_shasum":"ef37681705b86cdcf7cc9765041c028cb7e53f66","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"ef37681705b86cdcf7cc9765041c028cb7e53f66","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.4.tgz","integrity":"sha512-vHMKlIkSIucUY0IZ/spIlJLNZz5CE5Le7iY5vnpwMs62qBOfNS8Aet0ia6s75TWj2XgPhIn5zy/GFmsmmvevTQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGwMwYAMni7YRt6ufF/k/mFYxr1dp8+UvL1i0cRPthVgAiAfNKWqUUD8cz0rKzumwTphbIFIDyZxOEVnzYcdvs1f0g=="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remotedev-0.2.4.tgz_1483979383797_0.5065459364559501"},"directories":{}},"0.2.5":{"name":"remotedev","version":"0.2.5","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"40eaba5cdb6ac3435f640fd8d510cdba25fb0c14","_id":"remotedev@0.2.5","_shasum":"dded1bdc98fd2fb3bb31bd54342dfbee2ba71376","_from":".","_npmVersion":"4.0.5","_nodeVersion":"6.9.4","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"dded1bdc98fd2fb3bb31bd54342dfbee2ba71376","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.5.tgz","integrity":"sha512-Gjx6xuz4ufxBW3yS7WivIw6efJ5WJ1NoOXbE2UiLXhqQATmn4rETOwlqXRq5g0Xk6iXnY+BI0aXwxmRPc5MLJw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/MEbV010X4/Nyz1lI+c+9V/GcZmZzt67OrCWhgP43ugIgOnNGqIB/wyMn2Kz1jUQtykTLvlsHhN3p+lRUGB3sjM8="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/remotedev-0.2.5.tgz_1484130566549_0.27024221210740507"},"directories":{}},"0.2.6":{"name":"remotedev","version":"0.2.6","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","socketcluster-client":"^5.0.0"},"gitHead":"7b4c8b6a38653795654ca55cd430b0302b6db504","_id":"remotedev@0.2.6","_shasum":"a53cd102e860e7b7f8c0091433ad6e8229ea488e","_from":".","_npmVersion":"4.0.5","_nodeVersion":"6.9.4","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"a53cd102e860e7b7f8c0091433ad6e8229ea488e","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.6.tgz","integrity":"sha512-bQ5KD+hzfPt1vgHuoQGk+8pgPrlbMR0D0RODmwG5ReZ55C1m1ISIqAUksm2d/Gs0VdYFcVYcPsJytKFSfILfAA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICp0yjYWqLCQ6peID7Cx9k9Rql2ZniMae73En6KbZvfdAiEA+5khmSuVA0N3d3uxqp5/lBrSw53n4Iy+x55p1N7hYxc="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/remotedev-0.2.6.tgz_1485077417692_0.2978403230663389"},"directories":{}},"0.2.7":{"name":"remotedev","version":"0.2.7","description":"Remote debugging for any flux implementation.","main":"lib/index.js","files":["lib","dist"],"scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","rn-host-detect":"^1.0.1","socketcluster-client":"^5.0.0"},"gitHead":"9651831996ac81bdf05d308fe5ca54bb1890fa77","_id":"remotedev@0.2.7","_shasum":"85ef370b52eb5721bd3e869d681dc7027d527ee3","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"85ef370b52eb5721bd3e869d681dc7027d527ee3","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.7.tgz","integrity":"sha512-QomJ4+1A82zZGidaQ4ecRDMAeMT2CxvTvGzzw+OOsP+IfrvF3Pu8SCRezVksjH1WuajmJSzKvOKNRoF1MXFNrA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDG0GHZtcmWt+yFx9UFjwcy7kBROri7uydTm7sC7sMn9gIgZT+EXxNvAzMHdV5MhfNfBBriS58uZpyCF5Oj+VKMCmg="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/remotedev-0.2.7.tgz_1486324051681_0.9019656938035041"},"directories":{}},"0.2.8":{"name":"remotedev","version":"0.2.8","description":"Remote debugging for any flux implementation.","main":"lib/index.js","scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","rn-host-detect":"^1.0.1","socketcluster-client":"^13.0.0"},"gitHead":"06db796f4805e1252049629b54a19686174aeed9","_id":"remotedev@0.2.8","_shasum":"c1280f10fdbb881b8f2a884d67794dc7a6c9447a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"c1280f10fdbb881b8f2a884d67794dc7a6c9447a","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.8.tgz","integrity":"sha512-NM7yqdxR2fS5XGvbgm7aw8xImDmEZjJDJQ0el0tXdKRaND5w7rVAEdIektL1wilCBMfooB0BnbkrTrtbvTJoWA==","fileCount":8,"unpackedSize":227784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/83LCRA9TVsSAnZWagAAwokP/R6C1ldKWZH6hmihPgEN\n+JzLVpOsiX0672QNPsj1ulhDyd2GDN2cWEcLIfB8VRgQfflxC5a/jCE2+MZq\nWZKAxmp96LulDdvZCFUgiyAgqx7iuwmaZJeQZh3t/FtwN/lNw7dfXeEKdfFX\n6+k/QVwYEN0jPPDWmI6prxh+KorsNufogs6BMvJmIJyRKy/V3jqCjBV+MEhY\nmiJHzIEtgLW4bgSaep4YjdR83Dr7JbKiCxPVXMnf4wZQ4SwxCN7+/Buedz/4\nsaZb8PMtALAzr4+iDFpsrOLe/StIGuMAs4wrH23qs9hV05S//ccWcPtR95vE\nSiIN2YbRwlBE/rliMs2GJwPriT2bQgCycZz07vxaU0RX7VuLqzbXb3oSGKF/\nK+UuMjq4FpJlRodACVvj1K5nGk+XeVXcgfT4ZZMXMY21RHrCeeh5P1rg9hDV\n/ETIJ5DUdZwR5L+qBqe/ePZgvRjcso05/3xSC6HEooMGmfJ5rSWTILo2u9PM\n6AG+enppur0fxioWc3a6dtVINpXETGSV/T5j+dkgmy/kVFJgDLQM1hziCLgf\ne0i2n/AVEtbOuaFBWSyCHeotTwyDUwl58gamuRxSKKYc6NfG6hLqfTYoO4hm\n5pPGzb6B6VwYN3ps5/NManQ3ZC4f0o50m0bqQmLdwVRczPm1Z+dAbPDmLC76\nXO9S\r\n=+iT4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEm++TesHSKZ+4tQZrtx5cmmyMKdgNYpmPJKm3M8h0/lAiBLWzCIJQTyOkB93FT0WJsGVOFrhrCl5LOY1SwBr8/H8w=="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remotedev_0.2.8_1543491018420_0.9852111514412916"},"_hasShrinkwrap":false},"0.2.9":{"name":"remotedev","version":"0.2.9","description":"Remote debugging for any flux implementation.","main":"lib/index.js","scripts":{"clean":"rimraf lib","build:lib":"babel src --out-dir lib","build:umd":"webpack src/index.js dist/remotedev.js --config webpack.config.development.js","build:umd:min":"webpack src/index.js dist/remotedev.min.js --config webpack.config.production.js","build":"npm run build:lib && npm run build:umd && npm run build:umd:min","lint":"eslint src test","prepublish":"npm run lint && npm run clean && npm run build"},"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"license":"MIT","bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"homepage":"https://github.com/zalmoxisus/remotedev","devDependencies":{"babel-cli":"^6.3.15","babel-core":"^6.1.20","babel-eslint":"^5.0.0-beta6","babel-loader":"^6.2.0","babel-preset-es2015-loose":"^6.1.3","babel-preset-react":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint":"^1.10.3","eslint-config-airbnb":"^2.1.1","eslint-plugin-react":"^3.11.3","expect":"^1.6.0","rimraf":"^2.3.4","webpack":"^1.11.0"},"dependencies":{"jsan":"^3.1.3","querystring":"^0.2.0","rn-host-detect":"^1.0.1","socketcluster-client":"^13.0.0"},"gitHead":"1bcb7bbe9f61483baf7d1ab4965d71f2cfb8f833","_id":"remotedev@0.2.9","_shasum":"a5f148704bc6bf6e46e93640cabb7b4ed3f7fc12","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.0","_npmUser":{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"},"dist":{"shasum":"a5f148704bc6bf6e46e93640cabb7b4ed3f7fc12","tarball":"https://registry.npmjs.org/remotedev/-/remotedev-0.2.9.tgz","integrity":"sha512-W8dHOv9BcFnetFEd08yNb5O9Hd+zkTFFnf9FRjNCkb4u+JgQ/U152Aw4q83AmY3m34d6KZwhK5ip/Qc331+4vA==","fileCount":8,"unpackedSize":227850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcCuk6CRA9TVsSAnZWagAAHK0P/0+AhpQcFsmMQMxUBJ2f\nCxuP3zTKC11A/kmLtEhjywbPxYhpfxXstJBriWQNffIPY77ZkQ237yG4d6x9\npSexXcn21ov/FGyfsKiGYBbPN9jlVRbgPIMvA8UdvgU5WYk2sCwkfa9uO6zP\nGLQwiQzUfgYLV17vRBtwyk6qkewrkNL/O8YeQ8AffCqBVkd6pYq48Wf4JlPY\nNsGnmd3vv15VcPdgbqFqIvZ2afJBmhHiJBuk/0F48RQrjo5e3EYQjcfRiSal\nbIbk/xMNjJaL7e62jAMUBiMYzVW00X4W/ywdPMX7x6J9xbEMRnzwp2CqLI2z\n+CB5cNC0bRnkRuqwXM56MzgDIzDzAsyc5F9n8+lXPTVXpIr6VNeqxLQ16//j\n0/+QauQo6YGi3P+yO7zYoAHEETN8zMHmEvIqVLm43PQkynkPquREskmSCwv9\nIznFoH2ahTAFbxV8UA5VFx0q5yDFNwZqsRBJzzyhh3YGUMGro4rKpWONR2ZV\nde3LjSEGh+hJQG0CSNJeYu33rdjlkVcENG/7AUrWkabeA8YZM+HEorrBL8Vb\nbydOLsS91hbqln1kfM3xyaN37Vu9srPSMgZl4Z55zG85UwS0qUYSPBj916PM\nsALS2BZcHBRC7k7sVwR2H1DPgsCzqgAsIEWGErXwx38tZ4rQsIEn7Qwux7Y7\n4XPC\r\n=orvK\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGlqPSXpyv21ws3as11uP7Vu6NRFAXqwvBw9xvTklT4TAiEA5X9oqTophpq/Ac3U9kOaB1sS+D/cO8iI/C/mpg/N3rA="}]},"maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/remotedev_0.2.9_1544218938106_0.4777207142040272"},"_hasShrinkwrap":false}},"readme":"RemoteDev\n=========\n\nMonitoring flux app's actions along with states to a remote monitor. Meant to be used even in production with any flux architecture for web, universal, React Native, hybrid, desktop and server side apps.\n\n![Demo](demo.gif)\n\n### Installation\n\n##### NPM\n```\nnpm install --save-dev remotedev\n```\n\n##### CDN\n```\n<script src=\"https://unpkg.com/remotedev/dist/remotedev.min.js\"></script>\n```\n\n### Usage\n\n```js\nimport { connectViaExtension, extractState } from 'remotedev';\n// It will try to use Redux DevTools extension first if installed\n// In case you want only remote monitoring use `connect`:\n// import { connect, extractState } from 'remotedev';\n\n// Connect to the monitor\nremotedev = connectViaExtension();\n\n// Subscribe to change state (if need more than just logging)\nremotedev.subscribe(message => {\n  // Helper when only time travelling needed\n  const state = extractState(message);\n  this.setState(state);\n});\n\n// Send changes to the remote monitor\nremotedev.send(action, state);\n```\n\nSee [the examples for different flux architectures](https://github.com/zalmoxisus/remotedev/tree/master/examples).\n\n### Monitoring\n\nUse one of our monitor apps to inspect and dispatch actions:\n* [web](http://remotedev.io/local)\n* [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension) - Click \"Remote\" button (or press [`Cmd+Ctrl+Arrow up`](https://github.com/zalmoxisus/redux-devtools-extension#keyboard-shortcuts)) to open remote monitoring.\n* [react-native-debugger](https://github.com/jhen0409/react-native-debugger) - Electron app, which already includes `remotedev-server`, `remotedev-app` and even React DevTools.\n* [chrome app](https://chrome.google.com/webstore/detail/remotedev/faicmgpfiaijcedapokpbdejaodbelph).\n* [remotedev-rn-debugger](https://github.com/jhen0409/remotedev-rn-debugger) - Used in React Native debugger as a dock monitor.\n* [atom-redux-devtools](https://github.com/zalmoxisus/atom-redux-devtools) - Used in Atom editor.\n* [redux-dispatch-cli](https://github.com/jhen0409/redux-dispatch-cli) - A CLI tool for Redux remote dispatch.\n\nUse [remotedev-app](https://github.com/zalmoxisus/remotedev-app) to create your own monitor app.\n\n### Communicate via local server\n\nIn order to make it simple to use, by default, the module and the monitor app communicate via [remotedev.io](http://remotedev.io) server. Use [remotedev-server](https://github.com/zalmoxisus/remotedev-server) cli to run it locally in order to make the connection faster and not to require an internet connection.\nYou can import it in your `server.js` script and start remotedev server together with your development server:\n```js\nvar remotedev = require('remotedev-server');\nremotedev({ hostname: 'localhost', port: 8000 });\n```\nSee [remotedev-server](https://github.com/zalmoxisus/remotedev-server) repository for more details.\nFor React Native you can use [remotedev-rn-debugger](https://github.com/jhen0409/remotedev-rn-debugger), which already include `remotedev-server`.\n\n### License\n\nMIT\n","maintainers":[{"name":"zalmoxisus","email":"zalmoxisus@gmail.com"}],"time":{"modified":"2022-06-26T11:08:35.532Z","created":"2015-12-20T12:58:41.576Z","0.0.1":"2015-12-20T12:58:41.576Z","0.0.2":"2016-01-21T11:30:52.762Z","0.0.3":"2016-01-21T11:47:45.334Z","0.0.4":"2016-01-21T14:52:45.624Z","0.1.0":"2016-01-22T15:29:23.340Z","0.1.1":"2016-01-23T09:19:24.708Z","0.1.2":"2016-02-14T18:37:05.532Z","0.2.0-beta-1":"2016-08-20T14:11:09.097Z","0.2.0-beta-2":"2016-08-20T14:57:09.610Z","0.2.0-beta-3":"2016-08-20T15:28:48.783Z","0.2.0-beta-4":"2016-08-21T09:40:02.405Z","0.2.0":"2016-08-23T14:06:28.396Z","0.2.1":"2016-08-23T16:34:29.636Z","0.2.2":"2016-08-24T16:16:11.076Z","0.2.3":"2016-10-28T19:34:18.641Z","0.2.4":"2017-01-09T16:29:45.592Z","0.2.5":"2017-01-11T10:29:28.495Z","0.2.6":"2017-01-22T09:30:18.326Z","0.2.7":"2017-02-05T19:47:32.253Z","0.2.8":"2018-11-29T11:30:18.617Z","0.2.9":"2018-12-07T21:42:18.361Z"},"homepage":"https://github.com/zalmoxisus/remotedev","keywords":["redux","devtools","flux","react","hot reloading","time travel","live edit"],"repository":{"type":"git","url":"git+https://github.com/zalmoxisus/remotedev.git"},"author":{"name":"Mihail Diordiev","email":"zalmoxisus@gmail.com","url":"https://github.com/zalmoxisus"},"bugs":{"url":"https://github.com/zalmoxisus/remotedev/issues"},"license":"MIT","readmeFilename":"README.md","users":{"panlw":true}}