{"maintainers":[{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"}],"keywords":["react","react-component","react-notification","notification"],"dist-tags":{"latest":"2.0.2"},"description":"notification ui component for react","readme":"# rc-notification\n---\n\nReact Notification UI Component\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\n[npm-image]: http://img.shields.io/npm/v/rc-notification.svg?style=flat-square\n[npm-url]: http://npmjs.org/package/rc-notification\n[travis-image]: https://img.shields.io/travis/react-component/notification.svg?style=flat-square\n[travis-url]: https://travis-ci.org/react-component/notification\n[coveralls-image]: https://img.shields.io/coveralls/react-component/notification.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/react-component/notification?branch=master\n[gemnasium-image]: http://img.shields.io/gemnasium/react-component/notification.svg?style=flat-square\n[gemnasium-url]: https://gemnasium.com/react-component/notification\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-notification.svg?style=flat-square\n[download-url]: https://npmjs.org/package/rc-notification\n\n\n## Development\n\n```\nnpm install\nnpm start\n```\n\n## Example\n\nhttp://localhost:8000/examples/\n\nonline example: http://react-component.github.io/notification/examples/\n\n\n## Feature\n\n* support ie8,ie8+,chrome,firefox,safari\n\n\n## install\n\n[![rc-notification](https://nodei.co/npm/rc-notification.png)](https://npmjs.org/package/rc-notification)\n\n## Usage\n\n```js\nvar Notification = require('rc-notification');\nvar notification = Notification.newInstance();\nnotification.notice({\n  content: 'content'\n});\n```\n\n## API\n\n### Notification.newInstance(props)\n\nprops details:\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>prefixCls</td>\n          <td>String</td>\n          <td></td>\n          <td>prefix class name for notification container</td>\n        </tr>\n        <tr>\n          <td>style</td>\n          <td>Object</td>\n          <td>{'top': 65, left: '50%'}</td>\n          <td>additional style for notification container.</td>\n        </tr>\n        <tr>\n          <td>getContainer</td>\n          <td>getContainer(): HTMLElement</td>\n          <td></td>\n          <td>function returning html node which will act as notification container</td>\n        </tr>\n    </tbody>\n</table>\n\n### notification.notice(props)\n\nprops details:\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>content</td>\n          <td>React.Element</td>\n          <td></td>\n          <td>content of notice</td>\n        </tr>\n        <tr>\n          <td>key</td>\n          <td>String</td>\n          <td></td>\n          <td>id of this notice</td>\n        </tr>\n        <tr>\n          <td>closable</td>\n          <td>Boolean</td>\n          <td></td>\n          <td>whether show close button</td>\n        </tr>\n        <tr>\n          <td>onClose</td>\n          <td>Function</td>\n          <td></td>\n          <td>called when notice close</td>\n        </tr>\n        <tr>\n          <td>duration</td>\n          <td>number</td>\n          <td>1.5</td>\n          <td>after duration of time, this notice will disappear.(seconds)</td>\n        </tr>\n        <tr>\n          <td>style</td>\n          <td>Object</td>\n          <td> { top: 65, left: '50%' } </td>\n          <td>additional style for single notice node.</td>\n        </tr>\n    </tbody>\n</table>\n\n### notification.removeNotice(key:string)\n\nremove single notice with specified key\n\n### notification.destroy()\n\ndestroy current notification\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-notification is released under the MIT license.\n","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"users":{"yong_a":true},"bugs":{"url":"http://github.com/react-component/notification/issues"},"versions":{"1.0.0":{"name":"rc-notification","version":"1.0.0","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"expect.js":"0.3.x","precommit-hook":"1.x","rc-server":"3.x","rc-tools":"3.x","react":"~0.13.2"},"precommit":["precommit"],"dependencies":{"rc-css-transition-group":"~2.1.4"},"gitHead":"88d342fafc76344071ce89428b7441ecc3471c7c","_id":"rc-notification@1.0.0","_shasum":"dcff8914d90546a6355461ed4c95e897bb119c66","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"dcff8914d90546a6355461ed4c95e897bb119c66","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"rc-notification","version":"1.0.1","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"expect.js":"0.3.x","precommit-hook":"1.x","rc-server":"3.x","rc-tools":"3.x","react":"~0.13.2"},"precommit":["precommit"],"dependencies":{"rc-css-transition-group":"~2.1.4"},"gitHead":"377ab8677606a364f0c81080f56f329e24e30c99","_id":"rc-notification@1.0.1","_shasum":"dfb006fc1a622017d90949e0f3b04bd774a7b1ed","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"dfb006fc1a622017d90949e0f3b04bd774a7b1ed","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.0.1.tgz"},"directories":{}},"1.1.0":{"name":"rc-notification","version":"1.1.0","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","precommit":"rc-tools run precommit","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"rc-tools run tag","lint":"rc-tools run lint","saucelabs":"node --harmony node_modules/.bin/rc-tools run saucelabs","browser-test":"node --harmony node_modules/.bin/rc-tools run browser-test","browser-test-cover":"node --harmony node_modules/.bin/rc-tools run browser-test-cover"},"devDependencies":{"expect.js":"0.3.x","precommit-hook":"1.x","rc-server":"3.x","rc-tools":"3.x","react":"~0.13.2"},"precommit":["precommit"],"dependencies":{"rc-animate":"1.x","rc-util":"2.x"},"gitHead":"eddaec36310341986573ddeb19d52f8fe37c4bce","_id":"rc-notification@1.1.0","_shasum":"f8f03085005d5dcdf5baf9581248a58c62c2e1e1","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"f8f03085005d5dcdf5baf9581248a58c62c2e1e1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.1.0.tgz"},"directories":{}},"1.2.0":{"name":"rc-notification","version":"1.2.0","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","browser-test":"rc-tools run browser-test","browser-test-cover":"rc-tools run browser-test-cover"},"devDependencies":{"expect.js":"0.3.x","precommit-hook":"1.x","rc-server":"3.x","rc-tools":"4.x","react":"~0.14.0","react-addons-test-utils":"~0.14.1","react-dom":"~0.14.0"},"pre-commit":["lint"],"dependencies":{"rc-animate":"2.x","rc-util":"2.x"},"gitHead":"b6e2c1415e7443ff0b68f2d5556fcd455d17e695","_id":"rc-notification@1.2.0","_shasum":"71568c2e36919e1221e075053e9637691d6f56b4","_from":".","_npmVersion":"2.14.8","_nodeVersion":"4.0.0","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"71568c2e36919e1221e075053e9637691d6f56b4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.2.0.tgz"},"directories":{}},"1.3.0":{"name":"rc-notification","version":"1.3.0","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","browser-test":"rc-tools run browser-test","browser-test-cover":"rc-tools run browser-test-cover"},"devDependencies":{"expect.js":"0.3.x","pre-commit":"1.x","rc-server":"3.x","rc-tools":"4.x","react":"~0.14.0","react-addons-test-utils":"~0.14.1","react-dom":"~0.14.0"},"pre-commit":["lint"],"dependencies":{"rc-animate":"2.x","rc-util":"3.x"},"gitHead":"a977d7f227fd0e95441741d5224f89891f18a318","_id":"rc-notification@1.3.0","_shasum":"b58d0ff8e09f6e3bdc607d48960521b0b92a3a14","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"b58d0ff8e09f6e3bdc607d48960521b0b92a3a14","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.3.0.tgz"},"directories":{}},"1.3.1":{"name":"rc-notification","version":"1.3.1","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","browser-test":"rc-tools run browser-test","browser-test-cover":"rc-tools run browser-test-cover"},"devDependencies":{"expect.js":"~0.3.1","precommit-hook":"~3.0.0","rc-server":"~3.3.4","rc-tools":"~4.4.1","react":"~0.14.3","react-addons-test-utils":"^0.14.3","react-dom":"~0.14.3"},"precommit":["lint"],"dependencies":{"classnames":"~2.2.1","rc-animate":"~2.0.2","rc-util":"~3.1.2"},"gitHead":"4a1046e2429f33422ac46e9bbf120dfd9b3d23aa","_id":"rc-notification@1.3.1","_shasum":"ed482d6d74bbf21aa03894033e853384361d6fef","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"ed482d6d74bbf21aa03894033e853384361d6fef","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.3.1.tgz"},"directories":{}},"1.3.2":{"name":"rc-notification","version":"1.3.2","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-server","pub":"rc-tools run pub","lint":"rc-tools run lint","karma":"rc-tools run karma","saucelabs":"rc-tools run saucelabs","browser-test":"rc-tools run browser-test","browser-test-cover":"rc-tools run browser-test-cover","validate":"npm ls"},"devDependencies":{"expect.js":"~0.3.1","precommit-hook":"~3.0.0","rc-server":"~3.3.4","rc-tools":"~4.4.1","react":"~0.14.3","react-addons-test-utils":"^0.14.3","react-dom":"~0.14.3"},"precommit":["lint"],"dependencies":{"classnames":"2.x","rc-animate":"2.x","rc-util":"3.x"},"pre-commit":["lint","validate","test"],"gitHead":"a8bd9dc7b08b73fb368fb2cb7ce8fdbe9c75acc1","_id":"rc-notification@1.3.2","_shasum":"90cb7e3779c939f447d8896e8db58bcd783bc2ef","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"90cb7e3779c939f447d8896e8db58bcd783bc2ef","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.3.2.tgz"},"directories":{}},"1.3.3":{"name":"rc-notification","version":"1.3.3","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"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.1","pre-commit":"1.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"classnames":"2.x","rc-animate":"2.x","rc-util":"3.x"},"pre-commit":["lint"],"gitHead":"6e4d13b48a8e25645f99795e2c3c028eb9d71d80","_id":"rc-notification@1.3.3","_shasum":"20dea1de99b7f48ce448ec74dadcc8f67afefc9f","_from":".","_npmVersion":"3.5.3","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"20dea1de99b7f48ce448ec74dadcc8f67afefc9f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.3.3.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-notification-1.3.3.tgz_1460949349386_0.6983197401277721"},"directories":{}},"1.3.4":{"name":"rc-notification","version":"1.3.4","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"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.1","pre-commit":"1.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"classnames":"2.x","rc-animate":"2.x","rc-util":"3.x"},"pre-commit":["lint"],"gitHead":"26b25fd3b4945fb3efc7af931162aa71badb250a","_id":"rc-notification@1.3.4","_shasum":"c90a54bc816cda1be197b549f0b2a41eb38a09a7","_from":".","_npmVersion":"3.5.3","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"c90a54bc816cda1be197b549f0b2a41eb38a09a7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.3.4.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-notification-1.3.4.tgz_1460950491131_0.5403971977066249"},"directories":{}},"1.3.5":{"name":"rc-notification","version":"1.3.5","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"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.1","pre-commit":"1.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"classnames":"2.x","rc-animate":"2.x","rc-util":"3.x"},"pre-commit":["lint"],"gitHead":"28bf682fd0232e4529565c0ddedb14a67084e1c4","_id":"rc-notification@1.3.5","_shasum":"2045a506f1f4004d353743d756fab04b93bf7936","_from":".","_npmVersion":"3.9.5","_nodeVersion":"4.4.5","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"2045a506f1f4004d353743d756fab04b93bf7936","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.3.5.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-notification-1.3.5.tgz_1469176949395_0.5365602551028132"},"directories":{}},"1.3.6":{"name":"rc-notification","version":"1.3.6","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"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.1","pre-commit":"1.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"classnames":"2.x","rc-animate":"2.x","rc-util":"3.x"},"pre-commit":["lint"],"gitHead":"959b20d03230d3a77546cd590fd349b8fd1ab771","_id":"rc-notification@1.3.6","_shasum":"31e13bdc161bb5e87cfeeb3c57705afa0aa59921","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"31e13bdc161bb5e87cfeeb3c57705afa0aa59921","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.3.6.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-notification-1.3.6.tgz_1483435958023_0.11525166756473482"},"directories":{}},"1.4.0":{"name":"rc-notification","version":"1.4.0","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"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.1","pre-commit":"1.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"classnames":"2.x","rc-animate":"2.x","rc-util":"3.x"},"pre-commit":["lint"],"gitHead":"6c2fc275c824333693217d7fe988e84f4e90212a","_id":"rc-notification@1.4.0","_shasum":"4c2c710efe513ad0a41803809d78cc1f61d47c45","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"4c2c710efe513ad0a41803809d78cc1f61d47c45","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.4.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-notification-1.4.0.tgz_1487947540130_0.8702332016546279"},"directories":{}},"1.4.1":{"name":"rc-notification","version":"1.4.1","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"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.1","pre-commit":"1.x","rc-tools":"5.x","react":"15.x","react-addons-test-utils":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"classnames":"2.x","rc-animate":"2.x","rc-util":"4.0.2"},"pre-commit":["lint"],"gitHead":"293b91345a6f19929a9367817020f804b8b57b42","_id":"rc-notification@1.4.1","_shasum":"3771b47992bd8a45c282e1d9d3a78170990de55b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.4","_npmUser":{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"3771b47992bd8a45c282e1d9d3a78170990de55b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.4.1.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-notification-1.4.1.tgz_1489388915729_0.785699452040717"},"directories":{}},"1.4.2":{"name":"rc-notification","version":"1.4.2","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","config":{"port":8000},"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.1","pre-commit":"1.x","rc-tools":"5.x","react":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"classnames":"2.x","prop-types":"^15.5.8","rc-animate":"2.x","rc-util":"4.x"},"pre-commit":["lint"],"gitHead":"4d1b959ae711d1992ae478bca893179dbb17628c","_id":"rc-notification@1.4.2","_shasum":"98c592026bacdba791b096614553d5d88d7bc133","_from":".","_npmVersion":"4.2.0","_nodeVersion":"6.7.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"98c592026bacdba791b096614553d5d88d7bc133","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.4.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-notification-1.4.2.tgz_1493276384844_0.9117136597633362"},"directories":{}},"1.4.3":{"name":"rc-notification","version":"1.4.3","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"files":["lib","es","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","module":"es/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","compile":"rc-tools run compile --babel-runtime","pub":"rc-tools run pub --babel-runtime","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.1","pre-commit":"1.x","rc-tools":"6.x","react":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"babel-runtime":"^6.23.0","classnames":"2.x","prop-types":"^15.5.8","rc-animate":"2.x","rc-util":"4.x"},"pre-commit":["lint"],"gitHead":"f78eacc86b0dfd5e6f7b3c8632512f9e52578f7b","_id":"rc-notification@1.4.3","_shasum":"4eae85807bd7e5aee1c8927a5c9bebafe4e57787","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"4eae85807bd7e5aee1c8927a5c9bebafe4e57787","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-1.4.3.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-notification-1.4.3.tgz_1495113386837_0.05806520162150264"},"directories":{}},"2.0.0":{"name":"rc-notification","version":"2.0.0","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"}],"files":["lib","es","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","module":"es/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","compile":"rc-tools run compile --babel-runtime","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint","karma":"rc-test run karma","saucelabs":"rc-test run saucelabs","test":"rc-test run test","chrome-test":"rc-test run chrome-test","coverage":"rc-test run coverage"},"devDependencies":{"expect.js":"~0.3.1","pre-commit":"1.x","rc-tools":"6.x","rc-test":"^6.0.1","react":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"babel-runtime":"^6.23.0","classnames":"2.x","prop-types":"^15.5.8","rc-animate":"2.x","rc-util":"4.x"},"pre-commit":["lint"],"gitHead":"3a7405c304152c52dee26a926eab4603a4fb1c70","_id":"rc-notification@2.0.0","_shasum":"367b09ffc827fb1b003e99b38d56b8edad30137f","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"367b09ffc827fb1b003e99b38d56b8edad30137f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-2.0.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rc-notification-2.0.0.tgz_1496289958762_0.2829186057206243"},"directories":{}},"2.0.1":{"name":"rc-notification","version":"2.0.1","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"}],"files":["lib","es","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","module":"es/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","compile":"rc-tools run compile --babel-runtime","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint","karma":"rc-test run karma","saucelabs":"rc-test run saucelabs","test":"rc-test run test","chrome-test":"rc-test run chrome-test","coverage":"rc-test run coverage"},"devDependencies":{"expect.js":"~0.3.1","pre-commit":"1.x","rc-tools":"6.x","rc-test":"^6.0.1","react":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"babel-runtime":"^6.23.0","classnames":"2.x","prop-types":"^15.5.8","rc-animate":"2.x","rc-util":"^4.0.4"},"pre-commit":["lint"],"gitHead":"a1a21f4fc6545a94704bac0435fb12ae42d69db2","_id":"rc-notification@2.0.1","_shasum":"8f4d3ea19e6523b801fe076e83af634fc4fdb0f2","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"8f4d3ea19e6523b801fe076e83af634fc4fdb0f2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-2.0.1.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rc-notification-2.0.1.tgz_1498547122360_0.6451309137046337"},"directories":{}},"2.0.2":{"name":"rc-notification","version":"2.0.2","description":"notification ui component for react","keywords":["react","react-component","react-notification","notification"],"homepage":"http://github.com/react-component/notification","maintainers":[{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"}],"files":["lib","es","assets/*.css"],"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/notification.git"},"bugs":{"url":"http://github.com/react-component/notification/issues"},"licenses":"MIT","main":"lib/index","module":"es/index","config":{"port":8000},"scripts":{"build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","compile":"rc-tools run compile --babel-runtime","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint","karma":"rc-test run karma","saucelabs":"rc-test run saucelabs","test":"rc-test run test","chrome-test":"rc-test run chrome-test","coverage":"rc-test run coverage"},"devDependencies":{"expect.js":"~0.3.1","pre-commit":"1.x","rc-tools":"6.x","rc-test":"^6.0.1","react":"15.x","react-dom":"15.x"},"precommit":["lint"],"dependencies":{"babel-runtime":"^6.23.0","classnames":"2.x","prop-types":"^15.5.8","rc-animate":"2.x","rc-util":"^4.0.4"},"pre-commit":["lint"],"gitHead":"21a8394ee7b0a6134de1438f900223fa2f536be3","_id":"rc-notification@2.0.2","_shasum":"901a007e15ad6f6f66a8ef23131ec8c3ec51b0ed","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"901a007e15ad6f6f66a8ef23131ec8c3ec51b0ed","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-notification/-/rc-notification-2.0.2.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rc-notification-2.0.2.tgz_1499410919101_0.8829037777613848"},"directories":{}}},"name":"rc-notification","time":{"modified":"2017-07-07T07:01:59.238Z","created":"2015-06-16T10:09:06.809Z","1.0.0":"2015-06-16T10:09:06.809Z","1.0.1":"2015-06-16T10:42:49.587Z","1.1.0":"2015-07-27T09:47:57.888Z","1.2.0":"2015-10-30T07:04:38.462Z","1.3.0":"2015-11-16T04:33:16.281Z","1.3.1":"2015-12-22T10:11:35.415Z","1.3.2":"2015-12-24T08:07:06.933Z","1.3.3":"2016-04-18T03:15:51.284Z","1.3.4":"2016-04-18T03:34:51.512Z","1.3.5":"2016-07-22T08:42:32.061Z","1.3.6":"2017-01-03T09:32:39.955Z","1.4.0":"2017-02-24T14:45:40.361Z","1.4.1":"2017-03-13T07:08:37.631Z","1.4.2":"2017-04-27T06:59:45.213Z","1.4.3":"2017-05-18T13:16:27.081Z","1.4.4":"2017-05-30T06:10:14.400Z","1.4.5":"2017-05-30T13:23:44.332Z","2.0.0":"2017-06-01T04:05:58.848Z","2.0.1":"2017-06-27T07:05:22.473Z","2.0.2":"2017-07-07T07:01:59.238Z"},"readmeFilename":"README.md","homepage":"http://github.com/react-component/notification"}