2018-02-11 14:08:40 -08:00
|
|
|
{
|
|
|
|
|
"name": "react-is",
|
2025-10-02 00:31:55 +02:00
|
|
|
"version": "19.3.0",
|
2018-02-11 14:08:40 -08:00
|
|
|
"description": "Brand checking of React Elements.",
|
|
|
|
|
"main": "index.js",
|
2023-12-01 14:38:15 -05:00
|
|
|
"sideEffects": false,
|
2019-01-18 20:21:12 +00:00
|
|
|
"repository": {
|
2019-02-06 08:04:00 +00:00
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/react.git",
|
2019-01-18 20:21:12 +00:00
|
|
|
"directory": "packages/react-is"
|
|
|
|
|
},
|
2018-02-12 10:38:24 -08:00
|
|
|
"keywords": [
|
|
|
|
|
"react"
|
|
|
|
|
],
|
2018-02-11 14:08:40 -08:00
|
|
|
"license": "MIT",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/facebook/react/issues"
|
|
|
|
|
},
|
2024-03-01 14:35:18 -05:00
|
|
|
"homepage": "https://react.dev/",
|
2018-02-11 14:08:40 -08:00
|
|
|
"files": [
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"README.md",
|
|
|
|
|
"index.js",
|
2024-04-17 11:15:27 -07:00
|
|
|
"cjs/"
|
2018-02-11 14:08:40 -08:00
|
|
|
]
|
2018-02-12 10:38:24 -08:00
|
|
|
}
|