{"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"keywords":["react","react-component","react-editor-core","editor-core"],"dist-tags":{"latest":"0.6.19","beta":"0.6.19-beta2"},"author":{"name":"surgesoft@gmail.com"},"description":"editor-core ui component for react","readme":"# rc-editor-core\n---\n\nReact EditorCore Component\n\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n[![gemnasium deps][gemnasium-image]][gemnasium-url]\n[![node version][node-image]][node-url]\n[![npm download][download-image]][download-url]\n[![Sauce Test Status](https://saucelabs.com/buildstatus/rc-editor-core)](https://saucelabs.com/u/rc-editor-core)\n\n[![Sauce Test Status](https://saucelabs.com/browser-matrix/rc-editor-core.svg)](https://saucelabs.com/u/rc-editor-core)\n\n[npm-image]: http://img.shields.io/npm/v/rc-editor-core.svg?style=flat-square\n[npm-url]: http://npmjs.org/package/rc-editor-core\n[travis-image]: https://img.shields.io/travis/react-component/editor-core.svg?style=flat-square\n[travis-url]: https://travis-ci.org/react-component/editor-core\n[coveralls-image]: https://img.shields.io/coveralls/react-component/editor-core.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/react-component/editor-core?branch=master\n[gemnasium-image]: http://img.shields.io/gemnasium/react-component/editor-core.svg?style=flat-square\n[gemnasium-url]: https://gemnasium.com/react-component/editor-core\n[node-image]: https://img.shields.io/badge/node.js-%3E=_0.10-green.svg?style=flat-square\n[node-url]: http://nodejs.org/download/\n[download-image]: https://img.shields.io/npm/dm/rc-editor-core.svg?style=flat-square\n[download-url]: https://npmjs.org/package/rc-editor-core\n\n\n## Browser Support\n\n|![IE](https://raw.github.com/alrra/browser-logos/master/internet-explorer/internet-explorer_48x48.png) | ![Chrome](https://raw.github.com/alrra/browser-logos/master/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/firefox/firefox_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/opera/opera_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/safari/safari_48x48.png)|\n| --- | --- | --- | --- | --- |\n| IE 8+ ✔ | Chrome 31.0+ ✔ | Firefox 31.0+ ✔ | Opera 30.0+ ✔ | Safari 7.0+ ✔ |\n\n## Screenshots\n\n<img src=\"https://zos.alipayobjects.com/rmsportal/iNbBdYhHdLxfnCT.png\" width=\"288\"/>\n\n\n## Development\n\n```\nnpm install\nnpm start\n```\n\n## Example\n\nhttp://localhost:8003/examples/\n\n\nonline example: http://react-component.github.io/editor-core/\n\n\n## Feature\n\n* support ie8,ie8+,chrome,firefox,safari\n\n\n## install\n\n\n[![rc-editor-core](https://nodei.co/npm/rc-editor-core.png)](https://npmjs.org/package/rc-editor-core)\n\n\n## Usage\n\n```js\nvar EditorCore = require('rc-editor-core');\nvar React = require('react');\nReact.render(<EditorCore />, container);\n```\n\n## API\n\n### props\n\n<table class=\"table table-bordered table-striped\">\n    <thead>\n    <tr>\n        <th style=\"width: 100px;\">name</th>\n        <th style=\"width: 50px;\">type</th>\n        <th style=\"width: 50px;\">default</th>\n        <th>description</th>\n    </tr>\n    </thead>\n    <tbody>\n        <tr>\n          <td>className</td>\n          <td>String</td>\n          <td></td>\n          <td>additional css class of root dom node</td>\n        </tr>\n    </tbody>\n</table>\n\n\n## Test Case\n\n```\nnpm test\nnpm run chrome-test\n```\n\n## Coverage\n\n```\nnpm run coverage\n```\n\nopen coverage/ dir\n\n## License\n\nrc-editor-core is released under the MIT license.\n","repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"versions":{"0.0.1":{"name":"rc-editor-core","version":"0.0.1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"peerDependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"3973ba5889f32702b4ff1e61ca55ee9a43bd1d66","_id":"rc-editor-core@0.0.1","_shasum":"e197ebc4a323b5881f151a744cc3c125bb8e74e1","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"e197ebc4a323b5881f151a744cc3c125bb8e74e1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.0.1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.0.1.tgz_1464342131196_0.03320812527090311"},"directories":{}},"0.1.0":{"name":"rc-editor-core","version":"0.1.0","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"peerDependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"3973ba5889f32702b4ff1e61ca55ee9a43bd1d66","_id":"rc-editor-core@0.1.0","_shasum":"6e4f991204bdf73c954022bfe049d03470afbfb2","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"6e4f991204bdf73c954022bfe049d03470afbfb2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.0.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.0.tgz_1464684882933_0.23725820146501064"},"directories":{}},"0.1.1":{"name":"rc-editor-core","version":"0.1.1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"peerDependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"3973ba5889f32702b4ff1e61ca55ee9a43bd1d66","_id":"rc-editor-core@0.1.1","_shasum":"d9a88bf33fd957b927075498a10540da8883e59a","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"d9a88bf33fd957b927075498a10540da8883e59a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.1.tgz_1464685315854_0.4391238014213741"},"directories":{}},"0.1.2":{"name":"rc-editor-core","version":"0.1.2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"peerDependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"fada4d20ec3a1ee11306718c9ca6b07406ba04e7","_id":"rc-editor-core@0.1.2","_shasum":"79bc20765bca4d48469120205e003af747472582","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"79bc20765bca4d48469120205e003af747472582","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.2.tgz_1464693279673_0.24909689952619374"},"directories":{}},"0.1.3":{"name":"rc-editor-core","version":"0.1.3","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"peerDependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"fada4d20ec3a1ee11306718c9ca6b07406ba04e7","_id":"rc-editor-core@0.1.3","_shasum":"52b609fb832874ebcfbd2dd1871d7f6361450115","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"52b609fb832874ebcfbd2dd1871d7f6361450115","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.3.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.3.tgz_1464693406477_0.9392432852182537"},"directories":{}},"0.1.4":{"name":"rc-editor-core","version":"0.1.4","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"peerDependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"3b8d40fdb3eb0f376f9c0ae81a08d2379f884bcd","_id":"rc-editor-core@0.1.4","_shasum":"433e0b16e052ac6cbd0deb1709be2c1df6554f8a","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"433e0b16e052ac6cbd0deb1709be2c1df6554f8a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.4.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.4.tgz_1464693842868_0.3707373815122992"},"directories":{}},"0.1.5":{"name":"rc-editor-core","version":"0.1.5","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"peerDependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"0b9d360ae4f4295c39e6e824f5943df601ebd31d","_id":"rc-editor-core@0.1.5","_shasum":"164c2c00f3d6a5f41e0dcb0d7dcd7c4f84ba26dd","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"164c2c00f3d6a5f41e0dcb0d7dcd7c4f84ba26dd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.5.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.5.tgz_1464695720863_0.7226001867093146"},"directories":{}},"0.1.6":{"name":"rc-editor-core","version":"0.1.6","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"peerDependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"b2bd4f0a14d9db616637936a6b25347e270b90fe","_id":"rc-editor-core@0.1.6","_shasum":"42e7b64e2cdd01dd006ccf178c916e5fe8e03957","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"42e7b64e2cdd01dd006ccf178c916e5fe8e03957","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.6.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.6.tgz_1464751377223_0.575785553548485"},"directories":{}},"0.1.7":{"name":"rc-editor-core","version":"0.1.7","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"peerDependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"b2bd4f0a14d9db616637936a6b25347e270b90fe","_id":"rc-editor-core@0.1.7","_shasum":"3d3539c08942ed917db53e5edfd7a472450e5c81","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"3d3539c08942ed917db53e5edfd7a472450e5c81","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.7.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.7.tgz_1464751886811_0.550512500340119"},"directories":{}},"0.1.8":{"name":"rc-editor-core","version":"0.1.8","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"peerDependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"b2bd4f0a14d9db616637936a6b25347e270b90fe","_id":"rc-editor-core@0.1.8","_shasum":"4773b68f080dbfac86d3bd82c914d19a232a31eb","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"4773b68f080dbfac86d3bd82c914d19a232a31eb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.8.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.8.tgz_1464764440678_0.7727076124865562"},"directories":{}},"0.1.9":{"name":"rc-editor-core","version":"0.1.9","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.8.1","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"b2bd4f0a14d9db616637936a6b25347e270b90fe","_id":"rc-editor-core@0.1.9","_shasum":"362007e2e806884e7ebb097409c1b385a3e2421f","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"362007e2e806884e7ebb097409c1b385a3e2421f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.9.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.9.tgz_1464765209094_0.35175869590602815"},"directories":{}},"0.1.10":{"name":"rc-editor-core","version":"0.1.10","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"40eed059b85051761fc72194f8a564bde3877066","_id":"rc-editor-core@0.1.10","_shasum":"a28e3f08abae75c5d72dc1c6005f73b083087440","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"a28e3f08abae75c5d72dc1c6005f73b083087440","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.10.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.10.tgz_1464779401456_0.48781696148216724"},"directories":{}},"0.1.11":{"name":"rc-editor-core","version":"0.1.11","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"6f86bb48fcd52ff61c5b02a61ee3996b2ff80dcc","_id":"rc-editor-core@0.1.11","_shasum":"677f141a6e86116b91dc66c3db6259921f581dba","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"677f141a6e86116b91dc66c3db6259921f581dba","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.11.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.11.tgz_1464779706131_0.33505990193225443"},"directories":{}},"0.1.12":{"name":"rc-editor-core","version":"0.1.12","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","typings":"^1.0.4","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"c7ebf880bd695ca6788e6190f5cc6eba74f53206","_id":"rc-editor-core@0.1.12","_shasum":"953ddc39d35e1a3d104294d582a5d94ce5f4fd00","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"953ddc39d35e1a3d104294d582a5d94ce5f4fd00","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.1.12.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.1.12.tgz_1464784699397_0.16042113211005926"},"directories":{}},"0.2.0":{"name":"rc-editor-core","version":"0.2.0","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","typings":"^1.0.4","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"d9b11494ce2fb1918c0d8047b80323957a0013cb","_id":"rc-editor-core@0.2.0","_shasum":"8479929c9858d09399c11384d63f8744cd4d5596","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"8479929c9858d09399c11384d63f8744cd4d5596","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.2.0.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.2.0.tgz_1464786212961_0.8250156184658408"},"directories":{}},"0.2.1":{"name":"rc-editor-core","version":"0.2.1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","typings":"^1.0.4","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"d9b11494ce2fb1918c0d8047b80323957a0013cb","_id":"rc-editor-core@0.2.1","_shasum":"cd6aa94a7e6ea8ddf84598f1ef25ce778a6524be","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"cd6aa94a7e6ea8ddf84598f1ef25ce778a6524be","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.2.1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.2.1.tgz_1464835582689_0.041067148093134165"},"directories":{}},"0.2.2":{"name":"rc-editor-core","version":"0.2.2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","typings":"^1.0.4","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"76537f2dcb80ff338ecbd030d8e1d94a9c98b108","_id":"rc-editor-core@0.2.2","_shasum":"70bb2941aea6102e4a4bf49c6d333ecc4b317a3f","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"70bb2941aea6102e4a4bf49c6d333ecc4b317a3f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.2.2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.2.2.tgz_1464836087469_0.8887795952614397"},"directories":{}},"0.2.3":{"name":"rc-editor-core","version":"0.2.3","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"./lib/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","typings":"^1.0.4","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"7d12287b78808d8c54613c2c629e5777ef146ea8","_id":"rc-editor-core@0.2.3","_shasum":"bceeda771e17ef4637d49b52a4d32061132de358","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"bceeda771e17ef4637d49b52a4d32061132de358","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.2.3.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.2.3.tgz_1464836973972_0.17175785801373422"},"directories":{}},"0.2.4":{"name":"rc-editor-core","version":"0.2.4","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"./lib/typings.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","typings":"^1.0.4","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"bb6db5fc06bc0fe9ff72358c0f34378ae2855f17","_id":"rc-editor-core@0.2.4","_shasum":"02dc29bde1f240d54088fe346ea901acea5ada51","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"02dc29bde1f240d54088fe346ea901acea5ada51","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.2.4.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.2.4.tgz_1464837933483_0.5128308015409857"},"directories":{}},"0.2.5":{"name":"rc-editor-core","version":"0.2.5","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","typings":"^1.0.4","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"bf42663e69c598b3e1c138b297bef50128eeb594","_id":"rc-editor-core@0.2.5","_shasum":"d9ecfb211490e6009e2d2bda057473c59ec48741","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"d9ecfb211490e6009e2d2bda057473c59ec48741","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.2.5.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.2.5.tgz_1464839988598_0.7064287548419088"},"directories":{}},"0.2.6":{"name":"rc-editor-core","version":"0.2.6","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","typings":"^1.0.4","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"3c127901b39b009907ea189b5520ac65f91ded89","_id":"rc-editor-core@0.2.6","_shasum":"5ea27a2d679b2c88887b3cbec8c0239d69bad1a8","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"5ea27a2d679b2c88887b3cbec8c0239d69bad1a8","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.2.6.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.2.6.tgz_1464842433633_0.3929154104553163"},"directories":{}},"0.2.7":{"name":"rc-editor-core","version":"0.2.7","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","typings":"^1.0.4","react-addons-test-utils":"0.14.x"},"peerDependencies":{"immutable":"^3.8.1","draft-js":"^0.7.0","react":"0.14.x","react-dom":"0.14.x"},"pre-commit":["lint"],"gitHead":"9cb278ec82596fa52fc5131042729ea27b1d2bfb","_id":"rc-editor-core@0.2.7","_shasum":"d6575552bc73a61167547cf5b23feb8f3d8deb19","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"d6575552bc73a61167547cf5b23feb8f3d8deb19","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.2.7.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.2.7.tgz_1464861975648_0.9696128417272121"},"directories":{}},"0.2.8":{"name":"rc-editor-core","version":"0.2.8","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-tools":"5.x","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"dependencies":{"immutable":"^3.8.1"},"pre-commit":["lint"],"gitHead":"0e1a457c01544bcfea877ab2b673b0487e2a8a4b","_id":"rc-editor-core@0.2.8","_shasum":"4d5e3009ac336b46f4e3515dfc1a68dd48f387c6","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"4d5e3009ac336b46f4e3515dfc1a68dd48f387c6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.2.8.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.2.8.tgz_1464940603675_0.3175414076540619"},"directories":{}},"0.3.0":{"name":"rc-editor-core","version":"0.3.0","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"0.0.12","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"f318856ccf01ec3a8b55ea5262733a8b46dabc72","_id":"rc-editor-core@0.3.0","_shasum":"176230dc68d43ac8941679cf5ec6e4446f1caaef","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"176230dc68d43ac8941679cf5ec6e4446f1caaef","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.0.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.0.tgz_1467083246114_0.47050742665305734"},"directories":{}},"0.3.1":{"name":"rc-editor-core","version":"0.3.1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"a08a2f83d150590641b738eaaa480732db4c0b6e","_id":"rc-editor-core@0.3.1","_shasum":"4ba210a0f2a1e23f5fb6ac82415323a4c5c64f56","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"4ba210a0f2a1e23f5fb6ac82415323a4c5c64f56","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.1.tgz_1467096415064_0.8125748788006604"},"directories":{}},"0.3.3":{"name":"rc-editor-core","version":"0.3.3","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"c581de8f7d6714058a07375ba9ecd92f54cf8489","_id":"rc-editor-core@0.3.3","_shasum":"345d7569e884fc1a89e8bc9132eef0d901b1d129","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"345d7569e884fc1a89e8bc9132eef0d901b1d129","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.3.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.3.tgz_1467105055500_0.12755403690971434"},"directories":{}},"0.3.4":{"name":"rc-editor-core","version":"0.3.4","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"327c8eb0185b593ade2ac7ddb1427485a1d92585","_id":"rc-editor-core@0.3.4","_shasum":"e978b590306eac81becc3c732298ea52175305d6","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"e978b590306eac81becc3c732298ea52175305d6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.4.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.4.tgz_1467108952069_0.2387172586750239"},"directories":{}},"0.3.5":{"name":"rc-editor-core","version":"0.3.5","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"4199a16f3a57ef9874bceb6ac0a745fef4d7f5bd","_id":"rc-editor-core@0.3.5","_shasum":"1672c924612bf3df39b9ba08069027b1783248b6","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"1672c924612bf3df39b9ba08069027b1783248b6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.5.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.5.tgz_1467165140769_0.5829292205162346"},"directories":{}},"0.3.6":{"name":"rc-editor-core","version":"0.3.6","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"3afb3a2cc7f62fa319844255219c3723de48eb52","_id":"rc-editor-core@0.3.6","_shasum":"2c2817f0a60351d74fb1842f181d4484cf094c91","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"2c2817f0a60351d74fb1842f181d4484cf094c91","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.6.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.6.tgz_1467166055534_0.7616292997263372"},"directories":{}},"0.3.7":{"name":"rc-editor-core","version":"0.3.7","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"ee4d94ac1caf41bb7725d8342ffe4a041ebf4076","_id":"rc-editor-core@0.3.7","_shasum":"709b0cf490badc32e89e3f6fd581b543be1393ef","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"709b0cf490badc32e89e3f6fd581b543be1393ef","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.7.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.7.tgz_1467167897544_0.3081963884178549"},"directories":{}},"0.3.8":{"name":"rc-editor-core","version":"0.3.8","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"39ccbc33d2e690e0deb826e361ce7fe05135b92f","_id":"rc-editor-core@0.3.8","_shasum":"e6e34af02bcc215dbf9fc7a539e440901e51a732","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"e6e34af02bcc215dbf9fc7a539e440901e51a732","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.8.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.8.tgz_1467169385150_0.8511326175648719"},"directories":{}},"0.3.9":{"name":"rc-editor-core","version":"0.3.9","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"74ddef9cdf777a6034fc62cd4944a2d27234142f","_id":"rc-editor-core@0.3.9","_shasum":"dde5e49809c955803c943d6797d3f47a267f5f56","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"dde5e49809c955803c943d6797d3f47a267f5f56","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.9.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.9.tgz_1467169607437_0.5007465879898518"},"directories":{}},"0.3.10":{"name":"rc-editor-core","version":"0.3.10","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"b22db69180d2ce9b2ae843adfe0f72d5f614b79f","_id":"rc-editor-core@0.3.10","_shasum":"fa3b316d5335aa939c012bd600fe0380f7dca2b7","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"fa3b316d5335aa939c012bd600fe0380f7dca2b7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.10.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.10.tgz_1467186938612_0.45045348280109465"},"directories":{}},"0.3.11":{"name":"rc-editor-core","version":"0.3.11","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"165b6c73873fa65d31b1ddaf1df7c5a9fcb0e002","_id":"rc-editor-core@0.3.11","_shasum":"95c921e6015b72882d2bbe2b88091bb3c838d7ff","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"95c921e6015b72882d2bbe2b88091bb3c838d7ff","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.11.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.11.tgz_1467188140397_0.40332264662720263"},"directories":{}},"0.3.12":{"name":"rc-editor-core","version":"0.3.12","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"b9603c66578b70f76b5f73fc3741fe76dde3d6d2","_id":"rc-editor-core@0.3.12","_shasum":"4ed136c20792a8568cfa24e96f36cbbd3c2dbe48","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"4ed136c20792a8568cfa24e96f36cbbd3c2dbe48","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.12.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.12.tgz_1467190339159_0.7492546972353011"},"directories":{}},"0.3.13":{"name":"rc-editor-core","version":"0.3.13","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"install":"typings install","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.0","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"470e14df57a9b7d8bfc5a901ccd7f59d5eca0bf8","_id":"rc-editor-core@0.3.13","_shasum":"75bfe1ea42ed6c524278dfa7427ae81291615408","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"75bfe1ea42ed6c524278dfa7427ae81291615408","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.13.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.13.tgz_1467200398567_0.01713007758371532"},"directories":{}},"0.3.15":{"name":"rc-editor-core","version":"0.3.15","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.0","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"ed7bb6a5ce096d8c0d25ef712e6fc0f63d283da6","_id":"rc-editor-core@0.3.15","_shasum":"91381cebbd4dbcf9b1893c4b5d2173a8e32b568b","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"91381cebbd4dbcf9b1893c4b5d2173a8e32b568b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.15.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.15.tgz_1467211879097_0.5279687913134694"},"directories":{}},"0.3.16":{"name":"rc-editor-core","version":"0.3.16","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.0","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"765dd022f59fd8993894e8eba63a8a89d3d123e4","_id":"rc-editor-core@0.3.16","_shasum":"3693b4e2ded173c3533467a8e7d5d3e6a8cd9eed","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"3693b4e2ded173c3533467a8e7d5d3e6a8cd9eed","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.16.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.16.tgz_1467250166168_0.003936086548492312"},"directories":{}},"0.3.17":{"name":"rc-editor-core","version":"0.3.17","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.0","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"765dd022f59fd8993894e8eba63a8a89d3d123e4","_id":"rc-editor-core@0.3.17","_shasum":"b8a1fe35ca6610defec4337f4ccecd8db95fdc72","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"b8a1fe35ca6610defec4337f4ccecd8db95fdc72","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.17.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.17.tgz_1467256155990_0.4129204887431115"},"directories":{}},"0.3.18":{"name":"rc-editor-core","version":"0.3.18","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.1","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"ece36f53b8939f1131551e84ad511b3e17a7e168","_id":"rc-editor-core@0.3.18","_shasum":"368159878c86e71be9072fa66d577824e6038a25","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"368159878c86e71be9072fa66d577824e6038a25","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.18.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.18.tgz_1467257431845_0.19463295280002058"},"directories":{}},"0.3.19":{"name":"rc-editor-core","version":"0.3.19","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"draft-js":"^0.7.0","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.1.5","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.1","react":"0.14.x","react-addons-test-utils":"0.14.x","react-dom":"0.14.x","typings":"^1.0.4"},"pre-commit":["lint"],"gitHead":"1d021455c218d6b7335472e7ae1ba92c85d4c1a2","_id":"rc-editor-core@0.3.19","_shasum":"ad4db9acfe58cc8eb203a229d7b9fedc3e4f0a73","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"ad4db9acfe58cc8eb203a229d7b9fedc3e4f0a73","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.19.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.19.tgz_1467258952118_0.45502190850675106"},"directories":{}},"0.3.20":{"name":"rc-editor-core","version":"0.3.20","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react-dom":"0.14.x","react":"0.14.x","rc-tools":"5.x","react-addons-test-utils":"0.14.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"a223895e33f48ba90329e88c2a95ac56633b96cb","_id":"rc-editor-core@0.3.20","_shasum":"99982d9996e6758ce84c5118cafe421a14edbc7c","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"99982d9996e6758ce84c5118cafe421a14edbc7c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.20.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.20.tgz_1467344090002_0.053532213903963566"},"directories":{}},"0.3.21":{"name":"rc-editor-core","version":"0.3.21","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"011ad3d2a437c3122ce9c50fce0dd048387d0fa9","_id":"rc-editor-core@0.3.21","_shasum":"fa387ef1f2e82e9d1a8bd18b6f7ad8c8e6d3bd93","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"fa387ef1f2e82e9d1a8bd18b6f7ad8c8e6d3bd93","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.21.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.21.tgz_1467355010266_0.8537090490572155"},"directories":{}},"0.3.22-beta":{"name":"rc-editor-core","version":"0.3.22-beta","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"011ad3d2a437c3122ce9c50fce0dd048387d0fa9","_id":"rc-editor-core@0.3.22-beta","_shasum":"2f6cd309306306038257477f587ca19f572e591c","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"2f6cd309306306038257477f587ca19f572e591c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.22-beta.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.22-beta.tgz_1467623994917_0.19309369544498622"},"directories":{}},"0.3.22":{"name":"rc-editor-core","version":"0.3.22","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"99bfbb2bc061519aa41510ab6b20f5e3c0d43d89","_id":"rc-editor-core@0.3.22","_shasum":"08951f0005828ca0f9a09fec48d89cdf9f92e83f","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"08951f0005828ca0f9a09fec48d89cdf9f92e83f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.22.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.22.tgz_1467626161197_0.16733854194171727"},"directories":{}},"0.3.23-beta":{"name":"rc-editor-core","version":"0.3.23-beta","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"99bfbb2bc061519aa41510ab6b20f5e3c0d43d89","_id":"rc-editor-core@0.3.23-beta","_shasum":"04e583cdacb3e9a6b0c3c789d6b313f561111439","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"04e583cdacb3e9a6b0c3c789d6b313f561111439","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.23-beta.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.23-beta.tgz_1467629328092_0.04894518433138728"},"directories":{}},"0.3.23":{"name":"rc-editor-core","version":"0.3.23","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"99bfbb2bc061519aa41510ab6b20f5e3c0d43d89","_id":"rc-editor-core@0.3.23","_shasum":"4b8e1aef2a3b7780dde5cd376184f5f22813e8c6","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"4b8e1aef2a3b7780dde5cd376184f5f22813e8c6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.23.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.23.tgz_1467629562340_0.626593206776306"},"directories":{}},"0.3.24-beta":{"name":"rc-editor-core","version":"0.3.24-beta","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"99bfbb2bc061519aa41510ab6b20f5e3c0d43d89","_id":"rc-editor-core@0.3.24-beta","_shasum":"f443acdc61920b5caa7fe1892d29948d5d1da792","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"f443acdc61920b5caa7fe1892d29948d5d1da792","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.24-beta.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.24-beta.tgz_1467629846450_0.7332251472398639"},"directories":{}},"0.3.24":{"name":"rc-editor-core","version":"0.3.24","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"99bfbb2bc061519aa41510ab6b20f5e3c0d43d89","_id":"rc-editor-core@0.3.24","_shasum":"52c72a9359ec3bd42ed06122727cb02114c8ad1b","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"52c72a9359ec3bd42ed06122727cb02114c8ad1b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.24.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.24.tgz_1467629938412_0.7201142837293446"},"directories":{}},"0.3.25":{"name":"rc-editor-core","version":"0.3.25","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"b6613e5e3759f99b449ae9c8f634bf1861dbc0fa","_id":"rc-editor-core@0.3.25","_shasum":"4544050259fbe23040359508178eee683e711808","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"4544050259fbe23040359508178eee683e711808","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.25.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.25.tgz_1467631393674_0.49928734893910587"},"directories":{}},"0.3.26-beta":{"name":"rc-editor-core","version":"0.3.26-beta","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"b6613e5e3759f99b449ae9c8f634bf1861dbc0fa","_id":"rc-editor-core@0.3.26-beta","_shasum":"9c02abae3986429afa43397c8d9241ea6e2c2552","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"9c02abae3986429afa43397c8d9241ea6e2c2552","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.26-beta.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.26-beta.tgz_1467775843553_0.8049776384141296"},"directories":{}},"0.3.26-beta2":{"name":"rc-editor-core","version":"0.3.26-beta2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"b6613e5e3759f99b449ae9c8f634bf1861dbc0fa","_id":"rc-editor-core@0.3.26-beta2","_shasum":"6a49e0de28af75e5eff9e50de34be981068d06de","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"6a49e0de28af75e5eff9e50de34be981068d06de","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.26-beta2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.26-beta2.tgz_1467777142529_0.9914730491582304"},"directories":{}},"0.3.26":{"name":"rc-editor-core","version":"0.3.26","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"bf3370ec5da30b88f9cd95db009e63c3da825cde","_id":"rc-editor-core@0.3.26","_shasum":"058255ab2a5f2eb5b59ae10f1569eef9748b5484","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"058255ab2a5f2eb5b59ae10f1569eef9748b5484","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.26.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.26.tgz_1468808930382_0.7305583534762263"},"directories":{}},"0.3.27":{"name":"rc-editor-core","version":"0.3.27","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"bf3370ec5da30b88f9cd95db009e63c3da825cde","_id":"rc-editor-core@0.3.27","_shasum":"aa56743d22b052404851fbe866309c534c8e5f25","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"aa56743d22b052404851fbe866309c534c8e5f25","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.27.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.27.tgz_1468811151153_0.4548276704736054"},"directories":{}},"0.3.28-beta":{"name":"rc-editor-core","version":"0.3.28-beta","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"bf3370ec5da30b88f9cd95db009e63c3da825cde","_id":"rc-editor-core@0.3.28-beta","_shasum":"6e0536ea62289b2d9b2a27f7e938e9a4538715ec","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"6e0536ea62289b2d9b2a27f7e938e9a4538715ec","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.28-beta.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.28-beta.tgz_1468812611104_0.28856660006567836"},"directories":{}},"0.3.28-beta2":{"name":"rc-editor-core","version":"0.3.28-beta2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"bf3370ec5da30b88f9cd95db009e63c3da825cde","_id":"rc-editor-core@0.3.28-beta2","_shasum":"0b12ca3d56cc7ef4bef83c76c4b57b433aec5c8d","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"0b12ca3d56cc7ef4bef83c76c4b57b433aec5c8d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.28-beta2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.28-beta2.tgz_1468814216286_0.25193170621059835"},"directories":{}},"0.3.28":{"name":"rc-editor-core","version":"0.3.28","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"bf3370ec5da30b88f9cd95db009e63c3da825cde","_id":"rc-editor-core@0.3.28","_shasum":"309b1cb98f548db1b0816afc6d0efa4d2832c841","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"309b1cb98f548db1b0816afc6d0efa4d2832c841","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.3.28.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.3.28.tgz_1468814421466_0.2602162843104452"},"directories":{}},"0.4.0":{"name":"rc-editor-core","version":"0.4.0","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"f237dbde8b795e90f76e14d636f1fccc83877c81","_id":"rc-editor-core@0.4.0","_shasum":"df49fb482b76f705a00d440d1a55b3881c6915ab","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"df49fb482b76f705a00d440d1a55b3881c6915ab","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.0.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.0.tgz_1468904873820_0.5841615020763129"},"directories":{}},"0.4.1":{"name":"rc-editor-core","version":"0.4.1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"f237dbde8b795e90f76e14d636f1fccc83877c81","_id":"rc-editor-core@0.4.1","_shasum":"56f6c27b5e5aa966560035e42b8ac226e569e4c1","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"56f6c27b5e5aa966560035e42b8ac226e569e4c1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.1.tgz_1468905305765_0.8213924127630889"},"directories":{}},"0.4.2":{"name":"rc-editor-core","version":"0.4.2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"f237dbde8b795e90f76e14d636f1fccc83877c81","_id":"rc-editor-core@0.4.2","_shasum":"8f417f4955976ca28b3fbb71f9adf3fdcf2a30da","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"8f417f4955976ca28b3fbb71f9adf3fdcf2a30da","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.2.tgz_1468905801038_0.4260556532535702"},"directories":{}},"0.4.3":{"name":"rc-editor-core","version":"0.4.3","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"8341e528b16449ace76e9c0807891b50bde63f08","_id":"rc-editor-core@0.4.3","_shasum":"b19b958a126bb54d4ef43a515ebe77e979eb471a","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"b19b958a126bb54d4ef43a515ebe77e979eb471a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.3.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.3.tgz_1468992556159_0.7400309655349702"},"directories":{}},"0.4.4":{"name":"rc-editor-core","version":"0.4.4","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.5","rc-editor-plugin-emoji":"^0.2.4","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"pre-commit":["lint"],"gitHead":"5fa44ecf4c0a41935bda5169f3a338e8bbdfc2e8","_id":"rc-editor-core@0.4.4","_shasum":"9b3780ed9b9be9154f9a3bd85ebe02ec25df3029","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"9b3780ed9b9be9154f9a3bd85ebe02ec25df3029","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.4.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.4.tgz_1468993679870_0.7203617845661938"},"directories":{}},"0.4.5":{"name":"rc-editor-core","version":"0.4.5","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"5fa44ecf4c0a41935bda5169f3a338e8bbdfc2e8","_id":"rc-editor-core@0.4.5","_shasum":"979f2c8cc350108b44bf997d572fcd458c11864d","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"979f2c8cc350108b44bf997d572fcd458c11864d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.5.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.5.tgz_1468994610753_0.6082308543846011"},"directories":{}},"0.4.6":{"name":"rc-editor-core","version":"0.4.6","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"3f2b61dcf0e2d74d09a715c9ca0cbaacf615e40d","_id":"rc-editor-core@0.4.6","_shasum":"4c054ca51ade226755c6fd9e492527bbda3e28c4","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"4c054ca51ade226755c6fd9e492527bbda3e28c4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.6.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.6.tgz_1469009714440_0.6369487645570189"},"directories":{}},"0.4.7":{"name":"rc-editor-core","version":"0.4.7","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"6d0e97de97422ef9040df2d37a750d428b3c8042","_id":"rc-editor-core@0.4.7","_shasum":"bfcb91698a475eae89b34c6c87554f8608f3d513","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"bfcb91698a475eae89b34c6c87554f8608f3d513","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.7.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.7.tgz_1469067223789_0.9377214647829533"},"directories":{}},"0.4.8":{"name":"rc-editor-core","version":"0.4.8","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"6d0e97de97422ef9040df2d37a750d428b3c8042","_id":"rc-editor-core@0.4.8","_shasum":"2627ca2a2426fcaf55af4d585aff9e450b3eea46","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"2627ca2a2426fcaf55af4d585aff9e450b3eea46","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.8.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.8.tgz_1469080641450_0.8087776827160269"},"directories":{}},"0.4.9":{"name":"rc-editor-core","version":"0.4.9","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"cb59190b4a3401c3113743e31975d2321db70935","_id":"rc-editor-core@0.4.9","_shasum":"9e9189ae1903d4cee1140daeeaeab67c9efabe40","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"9e9189ae1903d4cee1140daeeaeab67c9efabe40","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.9.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.9.tgz_1469092612021_0.6609529014676809"},"directories":{}},"0.4.10":{"name":"rc-editor-core","version":"0.4.10","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"a0f68a9fe8c352b5912a774cc01863e43827859f","_id":"rc-editor-core@0.4.10","_shasum":"1297f461ffd0f51471ef0ce3dd8caa76766649d6","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"1297f461ffd0f51471ef0ce3dd8caa76766649d6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.10.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.10.tgz_1469156261992_0.8646424685139209"},"directories":{}},"0.4.11":{"name":"rc-editor-core","version":"0.4.11","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"2291bdc7699a5363add6e7a4650086b9d6f99d4d","_id":"rc-editor-core@0.4.11","_shasum":"c1411578b5b09ee0ac2fa69f0d66bb9937c87f9e","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"c1411578b5b09ee0ac2fa69f0d66bb9937c87f9e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.11.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.11.tgz_1469160538589_0.5147726628929377"},"directories":{}},"0.4.12":{"name":"rc-editor-core","version":"0.4.12","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"0ad29b94bfe7a996769c2f5339b7f40c6c475188","_id":"rc-editor-core@0.4.12","_shasum":"d21c755788dbe0d034faeb8dfe297a52111f7e0a","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"d21c755788dbe0d034faeb8dfe297a52111f7e0a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.12.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.12.tgz_1469611987133_0.9954332637134939"},"directories":{}},"0.4.13":{"name":"rc-editor-core","version":"0.4.13","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"0ad29b94bfe7a996769c2f5339b7f40c6c475188","_id":"rc-editor-core@0.4.13","_shasum":"1e72304db4cfbb4385917b6e57ffa82f520f171a","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"1e72304db4cfbb4385917b6e57ffa82f520f171a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.13.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.13.tgz_1469615624723_0.8285406781360507"},"directories":{}},"0.4.14":{"name":"rc-editor-core","version":"0.4.14","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"0ad29b94bfe7a996769c2f5339b7f40c6c475188","_id":"rc-editor-core@0.4.14","_shasum":"aa270a2a3b2c0c59118f10e7d06450f8bda56618","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"aa270a2a3b2c0c59118f10e7d06450f8bda56618","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.14.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.14.tgz_1469616216984_0.5423079957254231"},"directories":{}},"0.4.15-beta":{"name":"rc-editor-core","version":"0.4.15-beta","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"5cb1f6384d56d76fa7b863fdfa2c16e15986e54e","_id":"rc-editor-core@0.4.15-beta","_shasum":"8cbfd124ee6a38aebc3ca6c5936bd0caed202c58","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"8cbfd124ee6a38aebc3ca6c5936bd0caed202c58","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.15-beta.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.15-beta.tgz_1469702053130_0.43636577809229493"},"directories":{}},"0.4.15-beta2":{"name":"rc-editor-core","version":"0.4.15-beta2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"5cb1f6384d56d76fa7b863fdfa2c16e15986e54e","_id":"rc-editor-core@0.4.15-beta2","_shasum":"568f70a95352e5ecceaa5b725b9edd97d65e92cd","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"568f70a95352e5ecceaa5b725b9edd97d65e92cd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.15-beta2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.15-beta2.tgz_1469702233369_0.9340560974087566"},"directories":{}},"0.4.15-beta3":{"name":"rc-editor-core","version":"0.4.15-beta3","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"5cb1f6384d56d76fa7b863fdfa2c16e15986e54e","_id":"rc-editor-core@0.4.15-beta3","_shasum":"bef1b1f164ec8a7f358c7ac1cd3ac3c72129434a","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"bef1b1f164ec8a7f358c7ac1cd3ac3c72129434a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.15-beta3.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.15-beta3.tgz_1469702508453_0.5045405626296997"},"directories":{}},"0.4.15":{"name":"rc-editor-core","version":"0.4.15","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","rc-tools":"5.x","typings":"^1.0.4","rc-editor-plugin-basic-style":"0.0.7-beta1","rc-editor-plugin-emoji":"^0.2.8"},"dependencies":{"draft-js":"^0.7.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"5cb1f6384d56d76fa7b863fdfa2c16e15986e54e","_id":"rc-editor-core@0.4.15","_shasum":"067b12ca31096c224f08015a7d0fee81f9fb0e90","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"067b12ca31096c224f08015a7d0fee81f9fb0e90","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.4.15.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.4.15.tgz_1469778253594_0.6603815599810332"},"directories":{}},"0.5.0-beta":{"name":"rc-editor-core","version":"0.5.0-beta","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"0.0.14","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.8.1","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"a03bfb185aae4368a2ef4812e00ed12daafa8d62","_id":"rc-editor-core@0.5.0-beta","_shasum":"7b07c696d5966164037db3abbe8f8230d82fc6cb","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"7b07c696d5966164037db3abbe8f8230d82fc6cb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.0-beta.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.0-beta.tgz_1473236716040_0.2927977335639298"},"directories":{}},"0.5.0":{"name":"rc-editor-core","version":"0.5.0","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.0","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.8.1","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"a03bfb185aae4368a2ef4812e00ed12daafa8d62","_id":"rc-editor-core@0.5.0","_shasum":"fb0273ef6324d73bc1bfcbee6fe7c7f7163be719","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"fb0273ef6324d73bc1bfcbee6fe7c7f7163be719","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.0.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.0.tgz_1473238143825_0.7613322215620428"},"directories":{}},"0.5.1":{"name":"rc-editor-core","version":"0.5.1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.8.1","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"6e3b0cda5f6f3160b1e8ccd3f2e69912bcced043","_id":"rc-editor-core@0.5.1","_shasum":"395da11ac7634b295d0c0b91dafd33ae137f0cd3","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"395da11ac7634b295d0c0b91dafd33ae137f0cd3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.1.tgz_1473239442484_0.09138727141544223"},"directories":{}},"0.5.2":{"name":"rc-editor-core","version":"0.5.2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.8.1","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"db8a31ebdbb61ce54e91d2b3bfaa459576978bbb","_id":"rc-editor-core@0.5.2","_shasum":"4ef02dcdc30db7cb472aa993acd648ca32c5af55","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"4ef02dcdc30db7cb472aa993acd648ca32c5af55","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.2.tgz_1473651899985_0.7783725031185895"},"directories":{}},"0.5.3":{"name":"rc-editor-core","version":"0.5.3","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"f4a60605b720a6c401afda4af42e1a8cb29e392b","_id":"rc-editor-core@0.5.3","_shasum":"b318826e7b874d91ef66899d45aa87f0974a4dc5","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"b318826e7b874d91ef66899d45aa87f0974a4dc5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.3.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.3.tgz_1474354123843_0.7421733944211155"},"directories":{}},"0.5.4":{"name":"rc-editor-core","version":"0.5.4","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"f4a60605b720a6c401afda4af42e1a8cb29e392b","_id":"rc-editor-core@0.5.4","_shasum":"45826d0aca3cb8b4abec5cf929e54273a6e54cf5","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"45826d0aca3cb8b4abec5cf929e54273a6e54cf5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.4.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.4.tgz_1474858129220_0.8214998203329742"},"directories":{}},"0.5.5":{"name":"rc-editor-core","version":"0.5.5","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"decf70f0159f7d71066c4c69589c69950c51d87e","_id":"rc-editor-core@0.5.5","_shasum":"01e46ec377f0b33e4034af6388d78df960af39ca","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"01e46ec377f0b33e4034af6388d78df960af39ca","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.5.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.5.tgz_1475053467876_0.7390992883592844"},"directories":{}},"0.5.6-beta1":{"name":"rc-editor-core","version":"0.5.6-beta1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"decf70f0159f7d71066c4c69589c69950c51d87e","_id":"rc-editor-core@0.5.6-beta1","_shasum":"f35d589ff9a9c5d2edf1e6775bb23fd3e5e85d63","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"f35d589ff9a9c5d2edf1e6775bb23fd3e5e85d63","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.6-beta1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.6-beta1.tgz_1475219640455_0.8170131598599255"},"directories":{}},"0.5.6-beta2":{"name":"rc-editor-core","version":"0.5.6-beta2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"decf70f0159f7d71066c4c69589c69950c51d87e","_id":"rc-editor-core@0.5.6-beta2","_shasum":"6b576654752a1dd9ae39b7cf2184a6e1a11cf9b0","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"6b576654752a1dd9ae39b7cf2184a6e1a11cf9b0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.6-beta2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.6-beta2.tgz_1475221756198_0.9121448190417141"},"directories":{}},"0.5.6-beta3":{"name":"rc-editor-core","version":"0.5.6-beta3","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"e435412e2d7d8244263f16e9bcfd60e6c52c852c","_id":"rc-editor-core@0.5.6-beta3","_shasum":"5fd514e7371874d83729218f6af0f1acb9a06911","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"5fd514e7371874d83729218f6af0f1acb9a06911","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.6-beta3.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.6-beta3.tgz_1476175604412_0.28485591057688"},"directories":{}},"0.5.6-beta4":{"name":"rc-editor-core","version":"0.5.6-beta4","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"e435412e2d7d8244263f16e9bcfd60e6c52c852c","_id":"rc-editor-core@0.5.6-beta4","_shasum":"c7d2c4dc9d446ec33eaddd9f0e84f087eef90419","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"c7d2c4dc9d446ec33eaddd9f0e84f087eef90419","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.6-beta4.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.6-beta4.tgz_1476694992107_0.8133259515743703"},"directories":{}},"0.5.6-beta5":{"name":"rc-editor-core","version":"0.5.6-beta5","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"e435412e2d7d8244263f16e9bcfd60e6c52c852c","_id":"rc-editor-core@0.5.6-beta5","_shasum":"35762627d8c231d5366ea837973ff64f01078016","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"35762627d8c231d5366ea837973ff64f01078016","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.6-beta5.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.6-beta5.tgz_1476695264073_0.34872539481148124"},"directories":{}},"0.5.6-beta6":{"name":"rc-editor-core","version":"0.5.6-beta6","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"e435412e2d7d8244263f16e9bcfd60e6c52c852c","_id":"rc-editor-core@0.5.6-beta6","_shasum":"bfac28470ed844afea523e1112e523a7067a25e1","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"bfac28470ed844afea523e1112e523a7067a25e1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.6-beta6.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.6-beta6.tgz_1477298612351_0.8310869303531945"},"directories":{}},"0.5.6-beta7":{"name":"rc-editor-core","version":"0.5.6-beta7","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"e435412e2d7d8244263f16e9bcfd60e6c52c852c","_id":"rc-editor-core@0.5.6-beta7","_shasum":"11c6d608778b19d616e7404828002ade70d38373","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"11c6d608778b19d616e7404828002ade70d38373","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.6-beta7.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.6-beta7.tgz_1477299535761_0.3931451695971191"},"directories":{}},"0.5.6-beta8":{"name":"rc-editor-core","version":"0.5.6-beta8","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"e435412e2d7d8244263f16e9bcfd60e6c52c852c","_id":"rc-editor-core@0.5.6-beta8","_shasum":"7ddb479b98933b1baec8aee271a79bb9ddad8491","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"7ddb479b98933b1baec8aee271a79bb9ddad8491","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.6-beta8.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.6-beta8.tgz_1477300498167_0.15524470387026668"},"directories":{}},"0.5.6-beta9":{"name":"rc-editor-core","version":"0.5.6-beta9","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"e435412e2d7d8244263f16e9bcfd60e6c52c852c","_id":"rc-editor-core@0.5.6-beta9","_shasum":"e184db0cf58f95ccb49a42b76179899232fd67d0","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"e184db0cf58f95ccb49a42b76179899232fd67d0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.6-beta9.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.6-beta9.tgz_1477303885485_0.8298648113850504"},"directories":{}},"0.5.7":{"name":"rc-editor-core","version":"0.5.7","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"e435412e2d7d8244263f16e9bcfd60e6c52c852c","_id":"rc-editor-core@0.5.7","_shasum":"576f2eeac2467c9329d82a8a8a2f55e77248ab83","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"576f2eeac2467c9329d82a8a8a2f55e77248ab83","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.7.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.7.tgz_1477971291248_0.40716346143744886"},"directories":{}},"0.6.0-beta":{"name":"rc-editor-core","version":"0.6.0-beta","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","lodash":"^4.16.5","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"8d7c9ff96489ce67237e0bc6fe5f8c58b02a66fd","_id":"rc-editor-core@0.6.0-beta","_shasum":"f2707316b8219cbf35115a174b8ea6deedafe5d6","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"f2707316b8219cbf35115a174b8ea6deedafe5d6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.0-beta.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.0-beta.tgz_1477983421600_0.6313661434687674"},"directories":{}},"0.6.0-beta1":{"name":"rc-editor-core","version":"0.6.0-beta1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","lodash":"^4.16.5","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"8d7c9ff96489ce67237e0bc6fe5f8c58b02a66fd","_id":"rc-editor-core@0.6.0-beta1","_shasum":"b420a64e3babaa2e651bf48c52e4137393ed05a0","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"b420a64e3babaa2e651bf48c52e4137393ed05a0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.0-beta1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.0-beta1.tgz_1477988213416_0.46478720800951123"},"directories":{}},"0.6.0-beta2":{"name":"rc-editor-core","version":"0.6.0-beta2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","lodash":"^4.16.5","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"8d7c9ff96489ce67237e0bc6fe5f8c58b02a66fd","_id":"rc-editor-core@0.6.0-beta2","_shasum":"1f3c5f284b46629531db7d62518e6fe1e7ed6505","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"1f3c5f284b46629531db7d62518e6fe1e7ed6505","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.0-beta2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.0-beta2.tgz_1477988570793_0.6249493870418519"},"directories":{}},"0.6.0-beta3":{"name":"rc-editor-core","version":"0.6.0-beta3","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","lodash":"^4.16.5","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"8d7c9ff96489ce67237e0bc6fe5f8c58b02a66fd","_id":"rc-editor-core@0.6.0-beta3","_shasum":"3b6e1426cdef958934da62b3396196599883d4b0","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"3b6e1426cdef958934da62b3396196599883d4b0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.0-beta3.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.0-beta3.tgz_1477993880163_0.41850992548279464"},"directories":{}},"0.6.0-beta4":{"name":"rc-editor-core","version":"0.6.0-beta4","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","lodash":"^4.16.5","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"ac3f2cfd2a1f0acabb0148b6f036545736dd3850","_id":"rc-editor-core@0.6.0-beta4","_shasum":"82738bd72ed9967fcb2a1c85a85dce72664dbd33","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"82738bd72ed9967fcb2a1c85a85dce72664dbd33","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.0-beta4.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.0-beta4.tgz_1478072189810_0.33055228320881724"},"directories":{}},"0.5.8-beta":{"name":"rc-editor-core","version":"0.5.8-beta","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"1d70faa0055f990781444d19c4b033ab4448f856","_id":"rc-editor-core@0.5.8-beta","_shasum":"cccd760ffcd44f66dd439e141aa7ec2cd8ea282a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"cccd760ffcd44f66dd439e141aa7ec2cd8ea282a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.8-beta.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.8-beta.tgz_1478849513209_0.33108738041482866"},"directories":{}},"0.5.8-beta1":{"name":"rc-editor-core","version":"0.5.8-beta1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"1d70faa0055f990781444d19c4b033ab4448f856","_id":"rc-editor-core@0.5.8-beta1","_shasum":"8e2201676ba270aa9b527b933e6a6ec07e7fc72b","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"8e2201676ba270aa9b527b933e6a6ec07e7fc72b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.8-beta1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.8-beta1.tgz_1478852534171_0.8231971559580415"},"directories":{}},"0.5.8":{"name":"rc-editor-core","version":"0.5.8","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"45b2ce460a35ce584c5807d1cc1492c4f6863c4e","_id":"rc-editor-core@0.5.8","_shasum":"fb2fb2fc0ade30d076cf3e26c8d6ffb90de4fa10","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"fb2fb2fc0ade30d076cf3e26c8d6ffb90de4fa10","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.8.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.8.tgz_1478853476252_0.5477245943620801"},"directories":{}},"0.5.9":{"name":"rc-editor-core","version":"0.5.9","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"680d7a4b1fda176d60ad217fef1b8154d92a76a5","_id":"rc-editor-core@0.5.9","_shasum":"d2a4b2449fa8e7b8cc2eaebcdfdacf6083787000","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"d2a4b2449fa8e7b8cc2eaebcdfdacf6083787000","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.9.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.9.tgz_1479355461427_0.11557338014245033"},"directories":{}},"0.5.10":{"name":"rc-editor-core","version":"0.5.10","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"ab9af39c33fc96701975df7127ae3033053db845","_id":"rc-editor-core@0.5.10","_shasum":"ebb6eee3531cf800fabcaee4a14d0945697d5605","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"ebb6eee3531cf800fabcaee4a14d0945697d5605","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.10.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.10.tgz_1479715778281_0.12459666351787746"},"directories":{}},"0.6.0-beta5":{"name":"rc-editor-core","version":"0.6.0-beta5","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","lodash":"^4.16.5","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"4fc336db1a82534b0b31f38ebd97cae4d67f71b8","_id":"rc-editor-core@0.6.0-beta5","_shasum":"0675f9ba8a9e7d1bd9946766e7950546b7204f45","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"0675f9ba8a9e7d1bd9946766e7950546b7204f45","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.0-beta5.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.0-beta5.tgz_1480316214405_0.47001936938613653"},"directories":{}},"0.6.0-beta6":{"name":"rc-editor-core","version":"0.6.0-beta6","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","lodash":"^4.16.5","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"4fc336db1a82534b0b31f38ebd97cae4d67f71b8","_id":"rc-editor-core@0.6.0-beta6","_shasum":"87d7430f24d7f372221bf83ccb9189a9a72ea9a1","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"87d7430f24d7f372221bf83ccb9189a9a72ea9a1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.0-beta6.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.0-beta6.tgz_1480316438583_0.5678478539921343"},"directories":{}},"0.6.0-beta7":{"name":"rc-editor-core","version":"0.6.0-beta7","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","lodash":"^4.16.5","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"4fc336db1a82534b0b31f38ebd97cae4d67f71b8","_id":"rc-editor-core@0.6.0-beta7","_shasum":"d4e856b6c0895af6d0df39b382e1479f36783f5f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"d4e856b6c0895af6d0df39b382e1479f36783f5f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.0-beta7.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.0-beta7.tgz_1480316873896_0.7465985382441431"},"directories":{}},"0.6.0-beta8":{"name":"rc-editor-core","version":"0.6.0-beta8","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.0.0","react-addons-test-utils":"^15.0.0","react-dom":"^15.0.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","lodash":"^4.16.5","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"4fc336db1a82534b0b31f38ebd97cae4d67f71b8","_id":"rc-editor-core@0.6.0-beta8","_shasum":"9a68e0b696eee1e00938f85060f72fab77536c8e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"9a68e0b696eee1e00938f85060f72fab77536c8e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.0-beta8.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.0-beta8.tgz_1480318005668_0.47886319854296744"},"directories":{}},"0.5.11":{"name":"rc-editor-core","version":"0.5.11","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.1","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.9.1","immutable":"^3.7.4","rc-editor-plugin-image":"0.0.3"},"pre-commit":["lint"],"gitHead":"7f66afdef8d4054d5102f0fcf5da21a99f8547a3","_id":"rc-editor-core@0.5.11","_shasum":"8a6d48b94760f14d5f25e9be8c66aed9153af233","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"8a6d48b94760f14d5f25e9be8c66aed9153af233","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.5.11.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.5.11.tgz_1481096498425_0.30548631283454597"},"directories":{}},"0.6.0":{"name":"rc-editor-core","version":"0.6.0","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"aafd67b2e1f809ab1cb698274e9c153a97202a3d","_id":"rc-editor-core@0.6.0","_shasum":"a48d9be6dc8bf3f03f3e12fb6a3297ea473fed79","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"a48d9be6dc8bf3f03f3e12fb6a3297ea473fed79","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.0.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.0.tgz_1486090854487_0.9140234673395753"},"directories":{}},"0.6.1":{"name":"rc-editor-core","version":"0.6.1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","lodash":"^4.16.5","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"132fddb55b7fb34396efba638a2aa1beb93fa6df","_id":"rc-editor-core@0.6.1","_shasum":"f447c10b603232852fa39f9bfc05744f8df5c28f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"f447c10b603232852fa39f9bfc05744f8df5c28f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.1.tgz_1486101724831_0.667150946566835"},"directories":{}},"0.6.2":{"name":"rc-editor-core","version":"0.6.2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","lodash":"^4.16.5","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"132fddb55b7fb34396efba638a2aa1beb93fa6df","_id":"rc-editor-core@0.6.2","_shasum":"e18bdacbcc15734226c93354774e55abc0c2fd5a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"e18bdacbcc15734226c93354774e55abc0c2fd5a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.2.tgz_1486101892619_0.13142389012500644"},"directories":{}},"0.6.3":{"name":"rc-editor-core","version":"0.6.3","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.7.33","@types/lodash":"^4.14.38","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.1.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typings":"^1.0.4","typescript":"~2.0"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","lodash":"^4.16.5","immutable":"^3.7.4"},"pre-commit":["lint"],"gitHead":"132fddb55b7fb34396efba638a2aa1beb93fa6df","_id":"rc-editor-core@0.6.3","_shasum":"a78c5adce824816257692c3c7744e68e1c8912d3","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"a78c5adce824816257692c3c7744e68e1c8912d3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.3.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.3.tgz_1486103912755_0.724039233988151"},"directories":{}},"0.6.4":{"name":"rc-editor-core","version":"0.6.4","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/draft-js":"^0.9.0","@types/lodash":"^4.14.52","@types/react":"^15.0.0","@types/react-dom":"~0.14.18","expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"ef5a9b03c62958caaa60cc4eab8bd8457b3f4834","_id":"rc-editor-core@0.6.4","_shasum":"37aeb4748dc9909ce38643c31f23bc7c3071b0dd","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"37aeb4748dc9909ce38643c31f23bc7c3071b0dd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.4.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.4.tgz_1486105000495_0.5250797658227384"},"directories":{}},"0.6.5":{"name":"rc-editor-core","version":"0.6.5","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"ef5a9b03c62958caaa60cc4eab8bd8457b3f4834","_id":"rc-editor-core@0.6.5","_shasum":"affc3cf9f6930c8cb7b8fc1aa43574a239419918","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"affc3cf9f6930c8cb7b8fc1aa43574a239419918","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.5.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.5.tgz_1486105502533_0.13334716320969164"},"directories":{}},"0.6.6":{"name":"rc-editor-core","version":"0.6.6","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"5bdc5b3cc4f86beafb9f48374bf20ea5cbfc8b0b","_id":"rc-editor-core@0.6.6","_shasum":"85fee32ada31fd7f1d3cd8ea790b5b416d631458","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"85fee32ada31fd7f1d3cd8ea790b5b416d631458","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.6.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.6.tgz_1486106534487_0.841582297347486"},"directories":{}},"0.6.7":{"name":"rc-editor-core","version":"0.6.7","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"5bdc5b3cc4f86beafb9f48374bf20ea5cbfc8b0b","_id":"rc-editor-core@0.6.7","_shasum":"5b478542c59bfd8b942c0abfd75919c82853804e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"5b478542c59bfd8b942c0abfd75919c82853804e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.7.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.7.tgz_1486106879539_0.24367513810284436"},"directories":{}},"0.6.8":{"name":"rc-editor-core","version":"0.6.8","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.1","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"15207604d417e21384f7bee3b73c9d28b23c2514","_id":"rc-editor-core@0.6.8","_shasum":"57117de2bc84e449affac0edbb9d011a6553f25e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"57117de2bc84e449affac0edbb9d011a6553f25e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.8.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.8.tgz_1486107877260_0.09088930604048073"},"directories":{}},"0.6.9":{"name":"rc-editor-core","version":"0.6.9","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"22ae68ab4992647d3fb1d561492630aed7769bb6","_id":"rc-editor-core@0.6.9","_shasum":"1450296a5dbba4230516f3cfce26c469dea2749f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"1450296a5dbba4230516f3cfce26c469dea2749f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.9.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.9.tgz_1486113199829_0.5966813927516341"},"directories":{}},"0.6.10":{"name":"rc-editor-core","version":"0.6.10","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"8d1b07d08e5b320655c03a0537d3ee86118f62ba","_id":"rc-editor-core@0.6.10","_shasum":"9f1635c0a811f27a32e79fe2c683ff93edb6ca98","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"9f1635c0a811f27a32e79fe2c683ff93edb6ca98","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.10.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.10.tgz_1486113361069_0.39072292880155146"},"directories":{}},"0.6.10-beta1":{"name":"rc-editor-core","version":"0.6.10-beta1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"8d1b07d08e5b320655c03a0537d3ee86118f62ba","_id":"rc-editor-core@0.6.10-beta1","_shasum":"6e4f5afd2500087c56a7ec3cb3e590d098a1a9b3","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"6e4f5afd2500087c56a7ec3cb3e590d098a1a9b3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.10-beta1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.10-beta1.tgz_1486115615884_0.08112927176989615"},"directories":{}},"0.6.10-beta2":{"name":"rc-editor-core","version":"0.6.10-beta2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"8d1b07d08e5b320655c03a0537d3ee86118f62ba","_id":"rc-editor-core@0.6.10-beta2","_shasum":"5e904a49075ea2a98e2ac163bcd9e523522ed2ec","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"5e904a49075ea2a98e2ac163bcd9e523522ed2ec","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.10-beta2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.10-beta2.tgz_1486188636022_0.5490547339431942"},"directories":{}},"0.6.10-beta3":{"name":"rc-editor-core","version":"0.6.10-beta3","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"8d1b07d08e5b320655c03a0537d3ee86118f62ba","_id":"rc-editor-core@0.6.10-beta3","_shasum":"7d182399c7f5079049755014ff54467457301d09","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"7d182399c7f5079049755014ff54467457301d09","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.10-beta3.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.10-beta3.tgz_1486191173250_0.8672544448636472"},"directories":{}},"0.6.10-beta4":{"name":"rc-editor-core","version":"0.6.10-beta4","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"8d1b07d08e5b320655c03a0537d3ee86118f62ba","_id":"rc-editor-core@0.6.10-beta4","_shasum":"e7a457a51a76b4b124a27b39cdf4f6b38ba086dc","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"e7a457a51a76b4b124a27b39cdf4f6b38ba086dc","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.10-beta4.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.10-beta4.tgz_1486195409602_0.12792056589387357"},"directories":{}},"0.6.10-beta5":{"name":"rc-editor-core","version":"0.6.10-beta5","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"8d1b07d08e5b320655c03a0537d3ee86118f62ba","_id":"rc-editor-core@0.6.10-beta5","_shasum":"ac2adb1f808382fa0198b55fbaab83180962c1f3","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"ac2adb1f808382fa0198b55fbaab83180962c1f3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.10-beta5.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.10-beta5.tgz_1486195867361_0.20413086120970547"},"directories":{}},"0.6.10-beta6":{"name":"rc-editor-core","version":"0.6.10-beta6","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.2.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"8d1b07d08e5b320655c03a0537d3ee86118f62ba","_id":"rc-editor-core@0.6.10-beta6","_shasum":"721705fafb5d299d50513ea7e038bc35653c5842","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"721705fafb5d299d50513ea7e038bc35653c5842","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.10-beta6.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.10-beta6.tgz_1486196273166_0.9674839554354548"},"directories":{}},"0.6.11":{"name":"rc-editor-core","version":"0.6.11","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.0","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"classnames":"^2.2.5","draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"8d1b07d08e5b320655c03a0537d3ee86118f62ba","_id":"rc-editor-core@0.6.11","_shasum":"e6b21875b6ccd4b3c0ce208b081eb29143892776","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"e6b21875b6ccd4b3c0ce208b081eb29143892776","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.11.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.11.tgz_1486196909595_0.5881613036617637"},"directories":{}},"0.6.12-beta1":{"name":"rc-editor-core","version":"0.6.12-beta1","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.0","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"1e1fede11e06e9ff001ca39267e33934d1f8ca00","_id":"rc-editor-core@0.6.12-beta1","_shasum":"b41757707496d12768a9151286163f9065eeb9cc","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"b41757707496d12768a9151286163f9065eeb9cc","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.12-beta1.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.12-beta1.tgz_1486203037675_0.36736806156113744"},"directories":{}},"0.6.12-beta2":{"name":"rc-editor-core","version":"0.6.12-beta2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.0","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"1e1fede11e06e9ff001ca39267e33934d1f8ca00","_id":"rc-editor-core@0.6.12-beta2","_shasum":"bbdc871ff52c893ad729516c5a9305da0c67c803","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"bbdc871ff52c893ad729516c5a9305da0c67c803","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.12-beta2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.12-beta2.tgz_1486344383136_0.5337796490639448"},"directories":{}},"0.6.12":{"name":"rc-editor-core","version":"0.6.12","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.0","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"cdf6edae9eedc47c183336e2eecce68de163092e","_id":"rc-editor-core@0.6.12","_shasum":"3efc128d8dfe06cab97bcc7ef7addfe996023921","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"3efc128d8dfe06cab97bcc7ef7addfe996023921","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.12.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.12.tgz_1486346424372_0.10696994140744209"},"directories":{}},"0.6.14":{"name":"rc-editor-core","version":"0.6.14","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","fbjs":"^0.8.9","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"414b40e1dd034c9cdf9af940cbc02a0c444d38b9","_id":"rc-editor-core@0.6.14","_shasum":"2926ecbafc5875353f1e176e88471b83d4954e5e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"2926ecbafc5875353f1e176e88471b83d4954e5e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.14.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.14.tgz_1486372335246_0.3295407919213176"},"directories":{}},"0.6.15":{"name":"rc-editor-core","version":"0.6.15","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","fbjs":"^0.8.9","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"4b4904a4332bf4f4d713ae84ef0dbc0a7f7a40d1","_id":"rc-editor-core@0.6.15","_shasum":"cac1352c5d18661bfa6e60141e6d2f0ddda42160","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"cac1352c5d18661bfa6e60141e6d2f0ddda42160","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.15.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.15.tgz_1486375444153_0.6284062683116645"},"directories":{}},"0.6.16":{"name":"rc-editor-core","version":"0.6.16","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","fbjs":"^0.8.9","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"b0b141d60b75e001a0fa2ab153c28abbb813555b","_id":"rc-editor-core@0.6.16","_shasum":"b68f748dc7167ba6d14def22edaf566b09d288eb","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"b68f748dc7167ba6d14def22edaf566b09d288eb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.16.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.16.tgz_1486375690596_0.47591387131251395"},"directories":{}},"0.6.17":{"name":"rc-editor-core","version":"0.6.17","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","fbjs":"^0.8.9","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"04985b2069436a40c688668ad18025c56eee5a7d","_id":"rc-editor-core@0.6.17","_shasum":"d50e985fde2e6499ec0df6b773da14102247029d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"d50e985fde2e6499ec0df6b773da14102247029d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.17.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.17.tgz_1486452103619_0.7031954547856003"},"directories":{}},"0.6.18":{"name":"rc-editor-core","version":"0.6.18","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","fbjs":"^0.8.9","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"a38876690e93dd0369dac30a122a7c550059cfad","_id":"rc-editor-core@0.6.18","_shasum":"4dafd169df30760ef2d85ea9bf9844e381757ce1","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"4dafd169df30760ef2d85ea9bf9844e381757ce1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.18.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.18.tgz_1486460839691_0.17900533555075526"},"directories":{}},"0.6.19-beta":{"name":"rc-editor-core","version":"0.6.19-beta","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","fbjs":"^0.8.9","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"a38876690e93dd0369dac30a122a7c550059cfad","_id":"rc-editor-core@0.6.19-beta","_shasum":"46c065e751c928deb00b304bc506ed07cb7bfd01","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"46c065e751c928deb00b304bc506ed07cb7bfd01","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.19-beta.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.19-beta.tgz_1488265036825_0.990444467170164"},"directories":{}},"0.6.19-beta2":{"name":"rc-editor-core","version":"0.6.19-beta2","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","fbjs":"^0.8.9","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"a38876690e93dd0369dac30a122a7c550059cfad","_id":"rc-editor-core@0.6.19-beta2","_shasum":"0edd5c215f5ce447159e6f72f1b5e9c5a6fe129d","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"0edd5c215f5ce447159e6f72f1b5e9c5a6fe129d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.19-beta2.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.19-beta2.tgz_1488265691458_0.12887960742227733"},"directories":{}},"0.6.19":{"name":"rc-editor-core","version":"0.6.19","description":"editor-core ui component for react","keywords":["react","react-component","react-editor-core","editor-core"],"homepage":"https://github.com/react-component/editor-core","author":{"name":"surgesoft@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-component/editor-core.git"},"bugs":{"url":"https://github.com/react-component/editor-core/issues"},"files":["lib","assets/*.css","type-definitions"],"licenses":"MIT","main":"./lib/index","typings":"type-definitions/rc-editor-core.d.ts","config":{"port":8003},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","watch":"rc-tools run watch --out-dir=../editor/node_modules/rc-editor-core/lib","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-editor-plugin-basic-style":"^0.3.3","rc-editor-plugin-emoji":"^0.2.8","rc-editor-plugin-image":"0.0.3","rc-tools":"5.x","react":"^15.4.0","react-addons-test-utils":"^15.4.0","react-dom":"^15.4.0","typescript":"~2.0","typings":"^1.0.4"},"dependencies":{"draft-js":"^0.10.0","fbjs":"^0.8.9","immutable":"^3.7.4","lodash":"^4.16.5"},"pre-commit":["lint"],"gitHead":"5ac4b44aff9f6b07afc7824caa10cd5525334ab1","_id":"rc-editor-core@0.6.19","_shasum":"7709fdaa64d6dc69799818093b62e701f83a1365","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"raohai","email":"surgesoft@gmail.com"},"dist":{"shasum":"7709fdaa64d6dc69799818093b62e701f83a1365","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-editor-core/-/rc-editor-core-0.6.19.tgz"},"maintainers":[{"name":"raohai","email":"surgesoft@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-editor-core-0.6.19.tgz_1488266480918_0.5932242199778557"},"directories":{}}},"name":"rc-editor-core","time":{"modified":"2017-02-28T07:21:22.807Z","created":"2016-05-27T09:42:13.182Z","0.0.1":"2016-05-27T09:42:13.182Z","0.0.2":"2016-05-31T08:35:46.246Z","0.1.0":"2016-05-31T08:54:46.198Z","0.1.1":"2016-05-31T09:01:56.420Z","0.1.2":"2016-05-31T11:14:44.475Z","0.1.3":"2016-05-31T11:16:50.209Z","0.1.4":"2016-05-31T11:24:04.913Z","0.1.5":"2016-05-31T11:55:23.147Z","0.1.6":"2016-06-01T03:22:59.536Z","0.1.7":"2016-06-01T03:31:27.224Z","0.1.8":"2016-06-01T07:00:43.261Z","0.1.9":"2016-06-01T07:13:29.540Z","0.1.10":"2016-06-01T11:10:02.746Z","0.1.11":"2016-06-01T11:15:08.488Z","0.1.12":"2016-06-01T12:38:20.588Z","0.2.0":"2016-06-01T13:03:35.629Z","0.2.1":"2016-06-02T02:46:23.931Z","0.2.2":"2016-06-02T02:54:48.753Z","0.2.3":"2016-06-02T03:09:36.239Z","0.2.4":"2016-06-02T03:25:35.756Z","0.2.5":"2016-06-02T03:59:49.877Z","0.2.6":"2016-06-02T04:40:34.832Z","0.2.7":"2016-06-02T10:06:17.802Z","0.2.8":"2016-06-03T07:56:46.016Z","0.3.0":"2016-06-28T03:07:26.486Z","0.3.1":"2016-06-28T06:46:57.698Z","0.3.3":"2016-06-28T09:10:58.208Z","0.3.4":"2016-06-28T10:15:54.355Z","0.3.5":"2016-06-29T01:52:23.261Z","0.3.6":"2016-06-29T02:07:38.209Z","0.3.7":"2016-06-29T02:38:18.781Z","0.3.8":"2016-06-29T03:03:07.716Z","0.3.9":"2016-06-29T03:06:50.107Z","0.3.10":"2016-06-29T07:55:40.931Z","0.3.11":"2016-06-29T08:15:41.586Z","0.3.12":"2016-06-29T08:52:20.368Z","0.3.13":"2016-06-29T11:40:01.020Z","0.3.15":"2016-06-29T14:51:19.520Z","0.3.16":"2016-06-30T01:29:28.559Z","0.3.17":"2016-06-30T03:09:18.533Z","0.3.18":"2016-06-30T03:30:33.386Z","0.3.19":"2016-06-30T03:55:53.752Z","0.3.20":"2016-07-01T03:34:51.869Z","0.3.21":"2016-07-01T06:36:52.104Z","0.3.22-beta":"2016-07-04T09:19:57.195Z","0.3.22":"2016-07-04T09:56:03.561Z","0.3.23-beta":"2016-07-04T10:48:50.768Z","0.3.23":"2016-07-04T10:52:44.877Z","0.3.24-beta":"2016-07-04T10:57:28.945Z","0.3.24":"2016-07-04T10:59:00.698Z","0.3.25":"2016-07-04T11:23:16.153Z","0.3.26-beta":"2016-07-06T03:30:46.216Z","0.3.26-beta2":"2016-07-06T03:52:25.227Z","0.3.26":"2016-07-18T02:28:52.630Z","0.3.27":"2016-07-18T03:05:53.779Z","0.3.28-beta":"2016-07-18T03:30:12.149Z","0.3.28-beta2":"2016-07-18T03:56:58.986Z","0.3.28":"2016-07-18T04:00:23.900Z","0.4.0":"2016-07-19T05:07:55.610Z","0.4.1":"2016-07-19T05:15:06.807Z","0.4.2":"2016-07-19T05:23:22.208Z","0.4.3":"2016-07-20T05:29:17.969Z","0.4.4":"2016-07-20T05:48:01.790Z","0.4.5":"2016-07-20T06:03:32.686Z","0.4.6":"2016-07-20T10:15:14.908Z","0.4.7":"2016-07-21T02:13:45.362Z","0.4.8":"2016-07-21T05:57:23.049Z","0.4.9":"2016-07-21T09:16:53.702Z","0.4.10":"2016-07-22T02:57:43.664Z","0.4.11":"2016-07-22T04:09:00.328Z","0.4.12":"2016-07-27T09:33:09.174Z","0.4.13":"2016-07-27T10:33:47.889Z","0.4.14":"2016-07-27T10:43:38.619Z","0.4.15-beta":"2016-07-28T10:34:14.841Z","0.4.15-beta2":"2016-07-28T10:37:15.946Z","0.4.15-beta3":"2016-07-28T10:41:51.093Z","0.4.15":"2016-07-29T07:44:15.405Z","0.5.0-beta":"2016-09-07T08:25:17.604Z","0.5.0":"2016-09-07T08:49:04.897Z","0.5.1":"2016-09-07T09:10:44.375Z","0.5.2":"2016-09-12T03:45:01.959Z","0.5.3":"2016-09-20T06:48:45.934Z","0.5.4":"2016-09-26T02:48:51.323Z","0.5.5":"2016-09-28T09:04:28.511Z","0.5.6-beta1":"2016-09-30T07:14:01.511Z","0.5.6-beta2":"2016-09-30T07:49:18.039Z","0.5.6-beta3":"2016-10-11T08:46:45.050Z","0.5.6-beta4":"2016-10-17T09:03:14.025Z","0.5.6-beta5":"2016-10-17T09:07:45.749Z","0.5.6-beta6":"2016-10-24T08:43:33.788Z","0.5.6-beta7":"2016-10-24T08:58:57.637Z","0.5.6-beta8":"2016-10-24T09:14:59.951Z","0.5.6-beta9":"2016-10-24T10:11:26.984Z","0.5.7":"2016-11-01T03:34:51.799Z","0.6.0-beta":"2016-11-01T06:57:02.228Z","0.6.0-beta1":"2016-11-01T08:16:53.990Z","0.6.0-beta2":"2016-11-01T08:22:51.304Z","0.6.0-beta3":"2016-11-01T09:51:21.879Z","0.6.0-beta4":"2016-11-02T07:36:30.365Z","0.5.8-beta":"2016-11-11T07:31:55.239Z","0.5.8-beta1":"2016-11-11T08:22:16.196Z","0.5.8":"2016-11-11T08:37:56.850Z","0.5.9":"2016-11-17T04:04:22.011Z","0.5.10":"2016-11-21T08:09:40.488Z","0.6.0-beta5":"2016-11-28T06:56:56.286Z","0.6.0-beta6":"2016-11-28T07:00:40.333Z","0.6.0-beta7":"2016-11-28T07:07:54.461Z","0.6.0-beta8":"2016-11-28T07:26:47.494Z","0.5.11":"2016-12-07T07:41:39.144Z","0.6.0":"2017-02-03T03:00:54.745Z","0.6.1":"2017-02-03T06:02:06.853Z","0.6.2":"2017-02-03T06:04:52.859Z","0.6.3":"2017-02-03T06:38:34.566Z","0.6.4":"2017-02-03T06:56:42.779Z","0.6.5":"2017-02-03T07:05:04.525Z","0.6.6":"2017-02-03T07:22:14.728Z","0.6.7":"2017-02-03T07:27:59.793Z","0.6.8":"2017-02-03T07:44:37.517Z","0.6.9":"2017-02-03T09:13:21.688Z","0.6.10":"2017-02-03T09:16:01.327Z","0.6.10-beta1":"2017-02-03T09:53:36.138Z","0.6.10-beta2":"2017-02-04T06:10:38.005Z","0.6.10-beta3":"2017-02-04T06:52:53.500Z","0.6.10-beta4":"2017-02-04T08:03:29.859Z","0.6.10-beta5":"2017-02-04T08:11:07.623Z","0.6.10-beta6":"2017-02-04T08:17:55.067Z","0.6.11":"2017-02-04T08:28:31.572Z","0.6.12-beta1":"2017-02-04T10:10:37.943Z","0.6.12-beta2":"2017-02-06T01:26:23.390Z","0.6.12":"2017-02-06T02:00:26.173Z","0.6.14":"2017-02-06T09:12:15.501Z","0.6.15":"2017-02-06T10:04:04.401Z","0.6.16":"2017-02-06T10:08:10.840Z","0.6.17":"2017-02-07T07:21:45.314Z","0.6.18":"2017-02-07T09:47:19.947Z","0.6.19-beta":"2017-02-28T06:57:18.743Z","0.6.19-beta2":"2017-02-28T07:08:13.353Z","0.6.19":"2017-02-28T07:21:22.807Z"},"readmeFilename":"README.md","homepage":"https://github.com/react-component/editor-core"}