{"maintainers":[{"email":"hust2012jiangkai@gmail.com","name":"paranoidjk"},{"email":"afc163@gmail.com","name":"afc163"},{"email":"yiminghe@gmail.com","name":"yiminghe"},{"email":"tsjxyz@gmail.com","name":"tsj1107"}],"keywords":["react","react-component","react-progress","progress"],"dist-tags":{"latest":"2.2.1"},"author":{"name":"tsjxyz@gmail.com"},"description":"progress ui component for react","readme":"# rc-progress\n\nProgress Bar.\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-progress.svg?style=flat-square\n[npm-url]: http://npmjs.org/package/rc-progress\n[travis-image]: https://img.shields.io/travis/react-component/progress.svg?style=flat-square\n[travis-url]: https://travis-ci.org/react-component/progress\n[coveralls-image]: https://img.shields.io/coveralls/react-component/progress.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/react-component/progress?branch=master\n[gemnasium-image]: http://img.shields.io/gemnasium/react-component/progress.svg?style=flat-square\n[gemnasium-url]: https://gemnasium.com/react-component/progress\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-progress.svg?style=flat-square\n[download-url]: https://npmjs.org/package/rc-progress\n\n## Example\n\nhttp://react-component.github.io/progress/\n\n## Screenshots\n\n<img src=\"https://t.alipayobjects.com/images/T12p8gXjpgXXXXXXXX.gif\" />\n\n## Browsers\n\n* support IE9+, Chrome, Firefox, Safari\n\n## Install\n\n[![rc-progress](https://nodei.co/npm/rc-progress.png)](https://npmjs.org/package/rc-progress)\n\n## Usage\n\n```jsx\nimport { Line, Circle } from 'rc-progress';\n\nReactDOM.render(<div>\n  <Line percent=\"10\" strokeWidth=\"4\" strokeColor=\"#D3D3D3\" />\n  <Circle percent=\"10\" strokeWidth=\"4\" strokeColor=\"#D3D3D3\" />\n</div>, 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>strokeWidth</td>\n      <td>Number</td>\n      <td>1</td>\n      <td>Width of the stroke. Unit is percentage of SVG canvas size.</td>\n    </tr>\n    <tr>\n      <td>strokeColor</td>\n      <td>String</td>\n      <td>#2db7f5</td>\n      <td>Stroke color.</td>\n    </tr>\n    <tr>\n      <td>trailWidth</td>\n      <td>Number</td>\n      <td>1</td>\n      <td>Width of the trail stroke. Unit is percentage of SVG canvas size. Trail is always centered relative to actual progress path. If trailWidth are not defined, it same as strokeWidth.</td>\n    </tr>\n    <tr>\n      <td>trailColor</td>\n      <td>String</td>\n      <td>#D9D9D9</td>\n      <td>Color for lighter trail stroke underneath the actual progress path.</td>\n    </tr>\n    <tr>\n\t\t  <td>strokeLinecap</td>\n\t\t  <td>String</td>\n\t\t  <td>'round'</td>\n\t\t  <td>The shape to be used at the end of the progress bar, can be `butt`, `square` or `round`.</td>\n\t\t</tr>\n    <tr>\n      <td>prefixCls</td>\n      <td>String</td>\n      <td>rc-progress</td>\n      <td>prefix className for component</td>\n    </tr>\n    <tr>\n      <td>className</td>\n      <td>String</td>\n      <td></td>\n      <td>customized className</td>\n    </tr>\n    <tr>\n      <td>style</td>\n      <td>Object</td>\n      <td></td>\n      <td>style object will be added to svg element</td>\n    </tr>\n    <tr>\n      <td>percent</td>\n      <td>Number</td>\n      <td>0</td>\n      <td>the percent of the progress</td>\n    </tr>\n    <tr>\n      <td>gapDegree</td>\n      <td>Number</td>\n      <td>0</td>\n      <td>the gap degree of half circle, 0 - 360</td>\n    </tr>\n    <tr>\n      <td>gapPosition</td>\n      <td>String</td>\n      <td>top</td>\n      <td>the gap position, value: top, bottom, left, right. </td>\n    </tr>\n  </tbody>\n</table>\n\n## Installation\n\n```\nnpm install --save rc-progress\n```\n\n## Development\n\n```\nnpm install\nnpm start\n```\n\n## License\n\nrc-progress is released under the MIT license.\n","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"versions":{"1.0.0":{"name":"rc-progress","version":"1.0.0","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"shuaiji.tsj"},"repository":{"type":"git","url":"git@github.com:react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","spm":{"dependencies":{"react":"*","rc-util":"2.x"}},"config":{"port":8000},"scripts":{"build":"rc-tools run build","less":"rc-tools run less","gh-pages":"rc-tools run gh-pages","history":"rc-tools run history","start":"node-dev --harmony node_modules/.bin/rc-server","publish":"spm publish && rc-tools run tag","lint":"rc-tools run lint","test":"","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":"^1.0.7","rc-server":"2.x","rc-tools":"2.x","react":"~0.13.0","node-dev":"2.x"},"dependencies":{"rc-util":"2.x"},"precommit":["lint","less"],"gitHead":"750d251fec4dc69bf5a94fd8c181341fc2f360dd","_id":"rc-progress@1.0.0","_shasum":"3e63c6f66c37b4b97ea7e584033f02f79db7aa64","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"tsj1107","email":"tsjxyz@gmail.com"},"dist":{"shasum":"3e63c6f66c37b4b97ea7e584033f02f79db7aa64","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-1.0.0.tgz"},"maintainers":[{"name":"tsj1107","email":"tsjxyz@gmail.com"}],"directories":{}},"1.0.1":{"name":"rc-progress","version":"1.0.1","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git@github.com:react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","spm":{"dependencies":{"react":"*","rc-util":"2.x"}},"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","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.1","precommit-hook":"^1.0.7","rc-server":"3.x","rc-tools":"3.x","react":"~0.13.0","node-dev":"2.x"},"dependencies":{"rc-util":"2.x"},"precommit":["lint","less","precommit"],"gitHead":"c8f7762883ad98d3b9bdbb6dbbb30285fca454ba","_id":"rc-progress@1.0.1","_shasum":"8d0767ce0ff6cc21863f2f79759aa4cb92483b3e","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"tsj1107","email":"tsjxyz@gmail.com"},"dist":{"shasum":"8d0767ce0ff6cc21863f2f79759aa4cb92483b3e","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-1.0.1.tgz"},"maintainers":[{"name":"tsj1107","email":"tsjxyz@gmail.com"}],"directories":{}},"1.0.2":{"name":"rc-progress","version":"1.0.2","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git@github.com:react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/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","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.1","precommit-hook":"^1.0.7","rc-server":"3.x","rc-tools":"3.x","react":"~0.13.0"},"precommit":["precommit"],"gitHead":"5c4c42514616ae1a5e4457a0c5fb8ff818fdd3c0","_id":"rc-progress@1.0.2","_shasum":"b4b5d358d2bf20dbc3d4ae6e85fe10ee30e4f644","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"tsj1107","email":"tsjxyz@gmail.com"},"dist":{"shasum":"b4b5d358d2bf20dbc3d4ae6e85fe10ee30e4f644","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-1.0.2.tgz"},"maintainers":[{"name":"tsj1107","email":"tsjxyz@gmail.com"}],"directories":{}},"1.0.3":{"name":"rc-progress","version":"1.0.3","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git@github.com:react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/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","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.1","precommit-hook":"^1.0.7","rc-server":"3.x","rc-tools":"3.x","react":"~0.13.0"},"precommit":["precommit"],"dependencies":{"object-assign":"~3.0.0"},"gitHead":"59cc8dfa88e9bf149c464403f945ee2201eb679b","_id":"rc-progress@1.0.3","_shasum":"b60f3bd4b9d43d7bb97ef9d6add0517b36309411","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"tsj1107","email":"tsjxyz@gmail.com"},"dist":{"shasum":"b60f3bd4b9d43d7bb97ef9d6add0517b36309411","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-1.0.3.tgz"},"maintainers":[{"name":"tsj1107","email":"tsjxyz@gmail.com"}],"directories":{}},"1.0.4":{"name":"rc-progress","version":"1.0.4","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","files":["lib","assets"],"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","pre-commit":"1.x","rc-server":"3.x","rc-tools":"4.x","react-addons-test-utils":"^0.14.0","react":"~0.14.0","react-dom":"~0.14.0"},"pre-commit":["lint"],"dependencies":{"object-assign":"4.x"},"gitHead":"f972bdfd6aa8ab806d7c4d063ac8fc8becb7666d","_id":"rc-progress@1.0.4","_shasum":"cfcd5c9a11d40935cee42bb90f721b61337a2794","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"maintainers":[{"name":"tsj1107","email":"tsjxyz@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"dist":{"shasum":"cfcd5c9a11d40935cee42bb90f721b61337a2794","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-1.0.4.tgz"},"directories":{}},"2.0.0":{"name":"rc-progress","version":"2.0.0","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","files":["lib","assets"],"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","lint:fix":"rc-tools run lint --fix","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.3.0","react-dom":"^15.3.0"},"pre-commit":["lint"],"gitHead":"4ff411130911463ce5e891506713319ba97ac8f0","_id":"rc-progress@2.0.0","_shasum":"3317b0cadf6dfa5eca2389b24dbd9f1d8af24dfc","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"3317b0cadf6dfa5eca2389b24dbd9f1d8af24dfc","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.0.0.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"tsj1107","email":"tsjxyz@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-progress-2.0.0.tgz_1472008380460_0.974121504696086"},"directories":{}},"2.0.1":{"name":"rc-progress","version":"2.0.1","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","files":["lib","assets"],"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","lint:fix":"rc-tools run lint --fix","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.3.0","react-dom":"^15.3.0"},"pre-commit":["lint"],"gitHead":"92e7ea3a6df36570a3c64d7917c5e17c92b918dc","_id":"rc-progress@2.0.1","_shasum":"adac0f7f00808c9905f653dff6916bae3fc4a391","_from":".","_npmVersion":"3.8.6","_nodeVersion":"5.12.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"adac0f7f00808c9905f653dff6916bae3fc4a391","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.0.1.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"tsj1107","email":"tsjxyz@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/rc-progress-2.0.1.tgz_1472094899776_0.7559016251470894"},"directories":{}},"2.0.2":{"name":"rc-progress","version":"2.0.2","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","files":["lib","assets"],"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","lint:fix":"rc-tools run lint --fix","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.3.0","react-dom":"^15.3.0"},"pre-commit":["lint"],"gitHead":"8d8a74b41ed8d63db49593a1b003a10e9060c73e","_id":"rc-progress@2.0.2","_shasum":"456431a560c0727a78a6083b5a20502bec59ef34","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.7.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"456431a560c0727a78a6083b5a20502bec59ef34","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.0.2.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"tsj1107","email":"tsjxyz@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-progress-2.0.2.tgz_1478846887708_0.7299298131838441"},"directories":{}},"2.0.3":{"name":"rc-progress","version":"2.0.3","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","files":["lib","assets"],"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","lint:fix":"rc-tools run lint --fix","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.3.0","react-dom":"^15.3.0"},"pre-commit":["lint"],"gitHead":"a7273362efea926947dc9ef644e31d627440823b","_id":"rc-progress@2.0.3","_shasum":"1755a04c2e368af2fbd93ace8abc9dc91aab6bd5","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.7.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"1755a04c2e368af2fbd93ace8abc9dc91aab6bd5","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.0.3.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"tsj1107","email":"tsjxyz@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-progress-2.0.3.tgz_1479184077263_0.138651923276484"},"directories":{}},"2.0.5":{"name":"rc-progress","version":"2.0.5","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","files":["lib","assets"],"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","lint:fix":"rc-tools run lint --fix","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.3.0","react-dom":"^15.3.0"},"pre-commit":["lint"],"gitHead":"266a43a3bbd5391d4b542f205d6d3809e5519073","_id":"rc-progress@2.0.5","_shasum":"1f7643ee4a4203a91ddddb35df6f138ffd89b492","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.7.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"1f7643ee4a4203a91ddddb35df6f138ffd89b492","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.0.5.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"tsj1107","email":"tsjxyz@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-progress-2.0.5.tgz_1483798287574_0.2098882009740919"},"directories":{}},"2.0.6":{"name":"rc-progress","version":"2.0.6","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","files":["lib","assets"],"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","lint:fix":"rc-tools run lint --fix","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.3.0","react-dom":"^15.3.0"},"pre-commit":["lint"],"gitHead":"725f23871bc3e66501b340686a1ec790d323320a","_id":"rc-progress@2.0.6","_shasum":"799af503904330d35184ab00d61ebfcbc005c486","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.7.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"799af503904330d35184ab00d61ebfcbc005c486","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.0.6.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"tsj1107","email":"tsjxyz@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-progress-2.0.6.tgz_1483957972746_0.10462046624161303"},"directories":{}},"2.1.0":{"name":"rc-progress","version":"2.1.0","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","files":["lib","assets"],"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","lint:fix":"rc-tools run lint --fix","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.3.0","react-dom":"^15.3.0"},"pre-commit":["lint"],"gitHead":"e41c4cd1218f3fd0cb256ae5e6e5eb9a76021947","_id":"rc-progress@2.1.0","_shasum":"b9072b1f8dcbbb4763f3ee66a42becb457113966","_from":".","_npmVersion":"4.2.0","_nodeVersion":"6.7.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"b9072b1f8dcbbb4763f3ee66a42becb457113966","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.1.0.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"tsj1107","email":"tsjxyz@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-progress-2.1.0.tgz_1489645602649_0.3575745497364551"},"directories":{}},"2.1.1":{"name":"rc-progress","version":"2.1.1","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","files":["lib","assets"],"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","lint:fix":"rc-tools run lint --fix","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.5.4","react-dom":"^15.5.4"},"pre-commit":["lint"],"dependencies":{"prop-types":"^15.5.8"},"gitHead":"0aded00ad9647fc00cf46abc586114679c9437fd","_id":"rc-progress@2.1.1","_shasum":"808cb3cd42e75cf986569d9c03ecff7158b73df4","_from":".","_npmVersion":"4.2.0","_nodeVersion":"6.7.0","_npmUser":{"name":"afc163","email":"afc163@gmail.com"},"dist":{"shasum":"808cb3cd42e75cf986569d9c03ecff7158b73df4","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.1.1.tgz"},"maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"tsj1107","email":"tsjxyz@gmail.com"},{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-progress-2.1.1.tgz_1492747205028_0.9024324847850949"},"directories":{}},"2.1.2":{"name":"rc-progress","version":"2.1.2","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","module":"es/index","files":["lib","assets","es"],"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","lint:fix":"rc-tools run lint --fix","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.5.4","react-dom":"^15.5.4"},"pre-commit":["lint"],"dependencies":{"babel-runtime":"^6.23.0","prop-types":"^15.5.8"},"gitHead":"50b7a8a88a74ba79b4599759bddb6ad84ea89b8a","_id":"rc-progress@2.1.2","_shasum":"d31ccb1499ae223c0d21d1485650aa4a0d374ce0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"d31ccb1499ae223c0d21d1485650aa4a0d374ce0","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.1.2.tgz"},"maintainers":[{"email":"hust2012jiangkai@gmail.com","name":"paranoidjk"},{"email":"afc163@gmail.com","name":"afc163"},{"email":"yiminghe@gmail.com","name":"yiminghe"},{"email":"tsjxyz@gmail.com","name":"tsj1107"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rc-progress-2.1.2.tgz_1495425413656_0.9014515723101795"},"directories":{}},"2.2.0":{"name":"rc-progress","version":"2.2.0","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","module":"es/index","files":["lib","assets","es"],"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","lint:fix":"rc-tools run lint --fix","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-test":"^6.0.1","rc-tools":"6.x","react":"^15.5.4","react-dom":"^15.5.4"},"pre-commit":["lint"],"dependencies":{"babel-runtime":"^6.23.0","prop-types":"^15.5.8"},"gitHead":"607b3425dfdc0df3e21ab82df5d6ea95dcef2ec4","_id":"rc-progress@2.2.0","_shasum":"b9cd6071de2bba0e2fab63b9ce785a7919064591","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"b9cd6071de2bba0e2fab63b9ce785a7919064591","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.2.0.tgz"},"maintainers":[{"email":"hust2012jiangkai@gmail.com","name":"paranoidjk"},{"email":"afc163@gmail.com","name":"afc163"},{"email":"yiminghe@gmail.com","name":"yiminghe"},{"email":"tsjxyz@gmail.com","name":"tsj1107"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rc-progress-2.2.0.tgz_1498640712742_0.8805998465977609"},"directories":{}},"2.2.1":{"name":"rc-progress","version":"2.2.1","description":"progress ui component for react","keywords":["react","react-component","react-progress","progress"],"homepage":"http://github.com/react-component/progress","author":{"name":"tsjxyz@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/progress.git"},"bugs":{"url":"http://github.com/react-component/progress/issues"},"licenses":"MIT","main":"lib/index","module":"es/index","files":["lib","assets","es"],"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","lint:fix":"rc-tools run lint --fix","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-test":"^6.0.1","rc-tools":"6.x","react":"^15.5.4","react-dom":"^15.5.4"},"pre-commit":["lint"],"dependencies":{"babel-runtime":"^6.23.0","prop-types":"^15.5.8"},"gitHead":"28d83fa77368b4dd72f8031ebf4d12a4e43587f9","_id":"rc-progress@2.2.1","_shasum":"3fdefb16bf94f43c187cdbbdeb9fc5010b367ef9","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"paranoidjk","email":"hust2012jiangkai@gmail.com"},"dist":{"shasum":"3fdefb16bf94f43c187cdbbdeb9fc5010b367ef9","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/rc-progress/-/rc-progress-2.2.1.tgz"},"maintainers":[{"email":"hust2012jiangkai@gmail.com","name":"paranoidjk"},{"email":"afc163@gmail.com","name":"afc163"},{"email":"yiminghe@gmail.com","name":"yiminghe"},{"email":"tsjxyz@gmail.com","name":"tsj1107"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/rc-progress-2.2.1.tgz_1498704006480_0.028366413433104753"},"directories":{}}},"name":"rc-progress","time":{"modified":"2017-06-29T02:40:06.581Z","created":"2015-04-30T02:54:52.799Z","1.0.0":"2015-04-30T02:54:52.799Z","1.0.1":"2015-06-09T07:30:46.202Z","1.0.2":"2015-06-09T08:15:51.633Z","1.0.3":"2015-06-14T05:42:22.483Z","1.0.4":"2015-11-16T05:33:38.246Z","2.0.0":"2016-08-24T03:13:02.500Z","2.0.1":"2016-08-25T03:15:02.540Z","2.0.2":"2016-11-11T06:48:08.245Z","2.0.3":"2016-11-15T04:27:57.773Z","2.0.5":"2017-01-07T14:11:29.487Z","2.0.6":"2017-01-09T10:32:54.689Z","2.1.0":"2017-03-16T06:26:42.874Z","2.1.1":"2017-04-21T04:00:05.363Z","2.1.2":"2017-05-22T03:56:53.745Z","2.2.0":"2017-06-28T09:05:12.879Z","2.2.1":"2017-06-29T02:40:06.581Z"},"readmeFilename":"README.md","homepage":"http://github.com/react-component/progress"}