1
0
Fork 0
mirror of synced 2026-06-05 18:48:19 +00:00
login/node_modules/react-is/package.json
2023-11-20 14:12:35 +08:00

26 lines
No EOL
505 B
JSON

{
"name": "react-is",
"version": "18.2.0",
"description": "Brand checking of React Elements.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/react-is"
},
"keywords": [
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"homepage": "https://reactjs.org/",
"files": [
"LICENSE",
"README.md",
"index.js",
"cjs/",
"umd/"
]
}