{"_id":"babel-react-components","_rev":"3942725","name":"babel-react-components","description":"Utils for working with React components in Babel","dist-tags":{"latest":"1.1.0"},"maintainers":[{"name":"thejameskyle","email":"me@thejameskyle.com"}],"time":{"modified":"2025-09-01T01:32:19.000Z","created":"2017-05-24T03:29:29.920Z","1.1.0":"2017-08-30T01:02:32.383Z","1.0.1":"2017-05-24T21:01:29.687Z","1.0.0":"2017-05-24T03:29:29.920Z"},"users":{},"author":{"name":"James Kyle","email":"me@thejameskyle.com"},"repository":{"type":"git","url":"git+ssh://git@github.com/babel-utils/babel-react-components.git"},"versions":{"1.1.0":{"name":"babel-react-components","description":"Utils for working with React components in Babel","version":"1.1.0","main":"index.js","repository":{"type":"git","url":"git+ssh://git@github.com/babel-utils/babel-react-components.git"},"author":{"name":"James Kyle","email":"me@thejameskyle.com"},"license":"MIT","scripts":{"test":"jest"},"devDependencies":{"babel-plugin-tester":"^3.0.0","flow-bin":"^0.46.0","jest":"^20.0.3"},"gitHead":"58783f1aa766e233d4bd14042ec21b1d7fbf6c7c","bugs":{"url":"https://github.com/babel-utils/babel-react-components/issues"},"homepage":"https://github.com/babel-utils/babel-react-components#readme","_id":"babel-react-components@1.1.0","_shasum":"3683490747259ea41cef734ceb9fc6098bc5dcd2","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"thejameskyle","email":"me@thejameskyle.com"},"dist":{"shasum":"3683490747259ea41cef734ceb9fc6098bc5dcd2","size":22119,"noattachment":false,"key":"/babel-react-components/-/babel-react-components-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-react-components/download/babel-react-components-1.1.0.tgz"},"maintainers":[{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-react-components-1.1.0.tgz_1504054952270_0.962251576827839"},"directories":{},"publish_time":1504054952383,"_hasShrinkwrap":false,"_cnpm_publish_time":1504054952383,"_cnpmcore_publish_time":"2021-12-16T16:27:43.426Z"},"1.0.1":{"name":"babel-react-components","description":"Utils for working with React components in Babel","version":"1.0.1","main":"index.js","repository":{"type":"git","url":"git+ssh://git@github.com/babel-utils/babel-react-components.git"},"author":{"name":"James Kyle","email":"me@thejameskyle.com"},"license":"MIT","scripts":{"test":"jest"},"devDependencies":{"babel-plugin-tester":"^3.0.0","flow-bin":"^0.46.0","jest":"^20.0.3"},"gitHead":"20bb0893b250d6f7a17584ae905a9840b7bb8c22","bugs":{"url":"https://github.com/babel-utils/babel-react-components/issues"},"homepage":"https://github.com/babel-utils/babel-react-components#readme","_id":"babel-react-components@1.0.1","_shasum":"b3a81c8f6dc5edd3b3289f6b303f99f66e23bc1c","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"thejameskyle","email":"me@thejameskyle.com"},"dist":{"shasum":"b3a81c8f6dc5edd3b3289f6b303f99f66e23bc1c","size":22053,"noattachment":false,"key":"/babel-react-components/-/babel-react-components-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-react-components/download/babel-react-components-1.0.1.tgz"},"maintainers":[{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-react-components-1.0.1.tgz_1495659689615_0.9076320023741573"},"directories":{},"publish_time":1495659689687,"_hasShrinkwrap":false,"_cnpm_publish_time":1495659689687,"_cnpmcore_publish_time":"2021-12-16T16:27:43.627Z"},"1.0.0":{"name":"babel-react-components","description":"Utils for working with React components in Babel","version":"1.0.0","main":"index.js","repository":{"type":"git","url":"git+ssh://git@github.com/babel-utils/babel-react-components.git"},"author":{"name":"James Kyle","email":"me@thejameskyle.com"},"license":"MIT","scripts":{"test":"jest"},"devDependencies":{"babel-plugin-tester":"^3.0.0","flow-bin":"^0.46.0","jest":"^20.0.3"},"gitHead":"f6fa7459e05db2d614b595552afbe1ffb520ef40","bugs":{"url":"https://github.com/babel-utils/babel-react-components/issues"},"homepage":"https://github.com/babel-utils/babel-react-components#readme","_id":"babel-react-components@1.0.0","_shasum":"1b5f5810efc2b2a7b08145bed742b700ed2a8816","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.10.0","_npmUser":{"name":"thejameskyle","email":"me@thejameskyle.com"},"dist":{"shasum":"1b5f5810efc2b2a7b08145bed742b700ed2a8816","size":22059,"noattachment":false,"key":"/babel-react-components/-/babel-react-components-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/babel-react-components/download/babel-react-components-1.0.0.tgz"},"maintainers":[{"name":"thejameskyle","email":"me@thejameskyle.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/babel-react-components-1.0.0.tgz_1495596569672_0.5076409643515944"},"directories":{},"publish_time":1495596569920,"_hasShrinkwrap":false,"_cnpm_publish_time":1495596569920,"_cnpmcore_publish_time":"2021-12-16T16:27:43.864Z"}},"readme":"# babel-react-components\n\n> Utils for working with React components in Babel\n\n```js\nimport {isReactComponentClass} from 'babel-react-components';\n\nisReactComponentClass(path); // true/false\n```\n","_attachments":{},"homepage":"https://github.com/babel-utils/babel-react-components#readme","bugs":{"url":"https://github.com/babel-utils/babel-react-components/issues"},"license":"MIT"}