2018-03-14 04:59:09 +08:00
|
|
|
{
|
|
|
|
|
"name": "create-subscription",
|
2018-03-15 06:39:38 +08:00
|
|
|
"description": "utility for subscribing to external data sources inside React components",
|
2019-08-09 05:24:11 +08:00
|
|
|
"version": "16.9.0",
|
2019-01-19 04:21:12 +08:00
|
|
|
"repository": {
|
2019-02-06 16:04:00 +08:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/react.git",
|
2019-01-19 04:21:12 +08:00
|
|
|
"directory": "packages/create-subscription"
|
|
|
|
|
},
|
2018-03-14 04:59:09 +08:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md",
|
2018-11-24 04:37:18 +08:00
|
|
|
"build-info.json",
|
2018-03-14 04:59:09 +08:00
|
|
|
"index.js",
|
|
|
|
|
"cjs/"
|
|
|
|
|
],
|
|
|
|
|
"peerDependencies": {
|
2018-10-24 07:18:26 +08:00
|
|
|
"react": "^16.3.0"
|
2018-03-14 04:59:09 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"rxjs": "^5.5.6"
|
|
|
|
|
}
|
|
|
|
|
}
|