16 lines
304 B
JSON
16 lines
304 B
JSON
|
|
{
|
||
|
|
"name": "react-is",
|
||
|
|
"version": "16.5.2",
|
||
|
|
"description": "Brand checking of React Elements.",
|
||
|
|
"main": "index.js",
|
||
|
|
"repository": "facebook/react",
|
||
|
|
"license": "MIT",
|
||
|
|
"homepage": "https://reactjs.org/",
|
||
|
|
"files": [
|
||
|
|
"LICENSE",
|
||
|
|
"README.md",
|
||
|
|
"index.js",
|
||
|
|
"cjs/",
|
||
|
|
"umd/"
|
||
|
|
]
|
||
|
|
}
|