{"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"keywords":["react","touchable","component"],"dist-tags":{"latest":"1.0.13"},"author":{"name":"yiminghe@gmail.com"},"description":"React Touchable Component","readme":"# rc-touchable\n---\n\nreact touchable component. inspired by react-native.\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][coveralls-image]][coveralls-url]\n[![npm download][download-image]][download-url]\n\n[npm-image]: http://img.shields.io/npm/v/rc-touchable.svg?style=flat-square\n[npm-url]: http://npmjs.org/package/rc-touchable\n[travis-image]: https://img.shields.io/travis/react-component/touchable.svg?style=flat-square\n[travis-url]: https://travis-ci.org/react-component/touchable\n[coveralls-image]: https://img.shields.io/coveralls/react-component/touchable.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/r/react-component/touchable?branch=master\n[gemnasium-image]: http://img.shields.io/gemnasium/react-component/touchable.svg?style=flat-square\n[gemnasium-url]: https://gemnasium.com/react-component/touchable\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-touchable.svg?style=flat-square\n[download-url]: https://npmjs.org/package/rc-touchable\n\n## Install\n\n[![rc-touchable](https://nodei.co/npm/rc-touchable.png)](https://npmjs.org/package/rc-touchable)\n\n## Usage\n\n```js\nimport Touchable from 'rc-touchable';\nReactDOM.render(<Touchable onPress={onPress} activeClassName=\"active\">\n<div>click</div>\n</Touchable>, container);\n```\n\n## API\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>disabled</td>\n          <td>boolean</td>\n          <td>false</td>\n          <td></td>\n        </tr>\n        <tr>\n          <td>onPress</td>\n          <td>()=>void</td>\n          <td></td>\n          <td>onPress/onTap callback</td>\n        </tr>\n        <tr>\n          <td>onLongPress</td>\n          <td>()=>void</td>\n          <td></td>\n          <td>onLongPress/onLongTap callback</td>\n        </tr>\n        <tr>\n          <td>activeClassName</td>\n          <td>string</td>\n          <td></td>\n          <td>className applied to child when active</td>\n        </tr>\n        <tr>\n          <td>activeStyle</td>\n          <td>object</td>\n          <td></td>\n          <td>style applied to child when active</td>\n        </tr>\n    </tbody>\n</table>\n\n\n## Development\n\n```\nnpm install\nnpm start\n```\n\n## Example\n\nhttp://localhost:8007/examples/\n\nonline example: http://react-component.github.io/touchable/\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\n## License\n\nrc-touchable is released under the MIT license.\n","repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","versions":{"0.0.1":{"name":"rc-touchable","version":"0.0.1","description":"---","keywords":[],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"licenses":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"watch-tsc":"rc-tools run watch-tsc","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-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/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x"},"_id":"rc-touchable@0.0.1","_shasum":"5a994d9f58b285b9c339dfbb20446d2d7044dc46","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"5a994d9f58b285b9c339dfbb20446d2d7044dc46","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-0.0.1.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-touchable-0.0.1.tgz_1480396841474_0.8915470342617482"},"directories":{}},"1.0.0":{"name":"rc-touchable","version":"1.0.0","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0"},"gitHead":"5d224981856820166a8dda45662b16513a947465","_id":"rc-touchable@1.0.0","_shasum":"2ba0add50d065814970398b1b8127dbe6a2fb731","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"2ba0add50d065814970398b1b8127dbe6a2fb731","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.0.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.0.tgz_1480412867646_0.7448719672393054"},"directories":{}},"1.0.1":{"name":"rc-touchable","version":"1.0.1","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0"},"gitHead":"1d9fbf313bae4e7b682604bfab7c37e782e6877c","_id":"rc-touchable@1.0.1","_shasum":"496a1fc2e32b9095f7ab74c272430aaafa006092","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"496a1fc2e32b9095f7ab74c272430aaafa006092","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.1.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.1.tgz_1480474309955_0.9593008121009916"},"directories":{}},"1.0.2":{"name":"rc-touchable","version":"1.0.2","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0","raf":"^3.3.0"},"gitHead":"d415c22e5a8086361db2aed46d3868fcd1a4ce16","_id":"rc-touchable@1.0.2","_shasum":"91faaa2b8ae06269f444e50394e58327e4700c32","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"91faaa2b8ae06269f444e50394e58327e4700c32","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.2.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.2.tgz_1480522732278_0.07212673523463309"},"directories":{}},"1.0.3":{"name":"rc-touchable","version":"1.0.3","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0","raf":"^3.3.0"},"gitHead":"e49437a14203aad99447720105e3eefe65be2f00","_id":"rc-touchable@1.0.3","_shasum":"d10d987ae0d8a21d103be55ac277849a642e33f7","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"d10d987ae0d8a21d103be55ac277849a642e33f7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.3.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.3.tgz_1481097355197_0.5869506523013115"},"directories":{}},"1.0.4":{"name":"rc-touchable","version":"1.0.4","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0","raf":"^3.3.0"},"gitHead":"46662a859cbb57fd85751665a31f095a96a4a899","_id":"rc-touchable@1.0.4","_shasum":"40a1c480136ecf4de115ba7160e23cb6d8db8414","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"40a1c480136ecf4de115ba7160e23cb6d8db8414","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.4.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.4.tgz_1481105368650_0.7795012991409749"},"directories":{}},"1.0.5":{"name":"rc-touchable","version":"1.0.5","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0","raf":"^3.3.0"},"gitHead":"5d2ff46119808a8f0e2b55e34bdca9a62adb86b6","_id":"rc-touchable@1.0.5","_shasum":"b21398f1f433ec8c141ee42473da688430e56bbe","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"b21398f1f433ec8c141ee42473da688430e56bbe","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.5.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.5.tgz_1481173736042_0.4193114552181214"},"directories":{}},"1.0.6":{"name":"rc-touchable","version":"1.0.6","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0","raf":"^3.3.0"},"gitHead":"7654825285f0d426553b580f3fa986b1f88b7687","_id":"rc-touchable@1.0.6","_shasum":"c5edb7c9c7769510666f536b90a9e2de30d51f56","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"c5edb7c9c7769510666f536b90a9e2de30d51f56","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.6.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.6.tgz_1481180799141_0.8184094494208694"},"directories":{}},"1.0.7":{"name":"rc-touchable","version":"1.0.7","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0"},"gitHead":"d32070604cfe8d988523ec0b63d6dcecacbe0623","_id":"rc-touchable@1.0.7","_shasum":"56576592cc189b8ad275e5b0793f7861be80d95a","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"56576592cc189b8ad275e5b0793f7861be80d95a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.7.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.7.tgz_1481271613288_0.7276172533165663"},"directories":{}},"1.0.8":{"name":"rc-touchable","version":"1.0.8","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0"},"gitHead":"3d9e608b9b0d8de97ddb8084889a604afb04866c","_id":"rc-touchable@1.0.8","_shasum":"948455909b943a05dda83967322d59d5d45fb586","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"948455909b943a05dda83967322d59d5d45fb586","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.8.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.8.tgz_1481601054417_0.9638438203837723"},"directories":{}},"1.0.9":{"name":"rc-touchable","version":"1.0.9","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0"},"gitHead":"f79a028e87e0fd5a1a44867e4bfaea8780e01783","_id":"rc-touchable@1.0.9","_shasum":"29e94b746bdf88531dac4071ce305c86b2f802f4","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"29e94b746bdf88531dac4071ce305c86b2f802f4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.9.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.9.tgz_1484551612293_0.5080285244621336"},"directories":{}},"1.0.10":{"name":"rc-touchable","version":"1.0.10","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0"},"gitHead":"f0be1ab33dc23c17c2e2f97f3858df0183f8ac1a","_id":"rc-touchable@1.0.10","_shasum":"467ac8867c44aa4598204d6fb727d55ca0d91ea5","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"467ac8867c44aa4598204d6fb727d55ca0d91ea5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.10.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.10.tgz_1484554377048_0.3629862603265792"},"directories":{}},"1.0.11":{"name":"rc-touchable","version":"1.0.11","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0"},"gitHead":"2344edd202c7161acafd27c7c4f512ecec52ff0e","_id":"rc-touchable@1.0.11","_shasum":"1c8607ae24c10edbd8ca7164b084cd1d43fe3d80","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"1c8607ae24c10edbd8ca7164b084cd1d43fe3d80","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.11.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.11.tgz_1488867414637_0.30638687405735254"},"directories":{}},"1.0.12":{"name":"rc-touchable","version":"1.0.12","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0"},"gitHead":"7c68887feca9568e4278a87ecf08d9644c7058d0","_id":"rc-touchable@1.0.12","_shasum":"7ef8d775a8c660f885a7bf68d340877e4c8b7e29","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"7ef8d775a8c660f885a7bf68d340877e4c8b7e29","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.12.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.12.tgz_1489133608418_0.1598261606413871"},"directories":{}},"1.0.13":{"name":"rc-touchable","version":"1.0.13","description":"React Touchable Component","keywords":["react","touchable","component"],"homepage":"http://github.com/react-component/touchable","author":{"name":"yiminghe@gmail.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/react-component/touchable.git"},"bugs":{"url":"http://github.com/react-component/touchable/issues"},"license":"MIT","files":["lib"],"main":"./lib/index","config":{"port":8007},"scripts":{"compile":"rc-tools run compile","build":"rc-tools run build","gh-pages":"rc-tools run gh-pages","start":"rc-tools run server","pub":"rc-tools run pub --babel-runtime","lint":"rc-tools run lint --no-js-lint","test":"rc-tools run test","chrome-test":"rc-tools run chrome-test","coverage":"rc-tools run coverage"},"devDependencies":{"@types/mocha":"~2.2.32","@types/react":"~0.14.41","@types/react-dom":"~0.14.18","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"},"pre-commit":["lint"],"typings":"./lib/index.d.ts","dependencies":{"babel-runtime":"6.x","object-assign":"^4.1.0"},"gitHead":"7359cf5566c0bee2531ac56442aa0820bc617901","_id":"rc-touchable@1.0.13","_shasum":"2f56599210a81999296235e3880c497d63ad1aa5","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yiminghe","email":"yiminghe@gmail.com"},"dist":{"shasum":"2f56599210a81999296235e3880c497d63ad1aa5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/rc-touchable/-/rc-touchable-1.0.13.tgz"},"maintainers":[{"name":"yiminghe","email":"yiminghe@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/rc-touchable-1.0.13.tgz_1489166989630_0.3996255472302437"},"directories":{}}},"name":"rc-touchable","time":{"modified":"2017-03-10T17:29:51.486Z","created":"2016-11-29T05:20:42.034Z","0.0.1":"2016-11-29T05:20:42.034Z","1.0.0":"2016-11-29T09:47:48.212Z","1.0.1":"2016-11-30T02:51:51.754Z","1.0.2":"2016-11-30T16:18:54.230Z","1.0.3":"2016-12-07T07:55:55.971Z","1.0.4":"2016-12-07T10:09:30.731Z","1.0.5":"2016-12-08T05:08:56.598Z","1.0.6":"2016-12-08T07:06:39.696Z","1.0.7":"2016-12-09T08:20:16.189Z","1.0.8":"2016-12-13T03:50:55.062Z","1.0.9":"2017-01-16T07:26:54.206Z","1.0.10":"2017-01-16T08:12:57.273Z","1.0.11":"2017-03-07T06:16:54.934Z","1.0.12":"2017-03-10T08:13:28.690Z","1.0.13":"2017-03-10T17:29:51.486Z"},"readmeFilename":"README.md","homepage":"http://github.com/react-component/touchable"}