mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
6ed5c2243f
This package is missing the license attribute (or a license file). Being a sub-package of React, it should get the same license, however, none was specified. A scan with `license_checker` would recognize this as `UNKNOWN`.
28 lines
505 B
JSON
28 lines
505 B
JSON
{
|
|
"name": "use-subscription",
|
|
"description": "Reusable hooks",
|
|
"version": "1.4.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/use-subscription"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"build-info.json",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"object-assign": "^4.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"rxjs": "^5.5.6"
|
|
}
|
|
}
|