mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
create-subscription provides an simple, async-safe interface to manage a subscription.
22 lines
408 B
JSON
22 lines
408 B
JSON
{
|
|
"name": "create-subscription",
|
|
"description": "HOC for creating async-safe React components with subscriptions",
|
|
"version": "0.0.1",
|
|
"repository": "facebook/react",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"dependencies": {
|
|
"fbjs": "^0.8.16"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "16.3.0-alpha.1"
|
|
},
|
|
"devDependencies": {
|
|
"rxjs": "^5.5.6"
|
|
}
|
|
}
|