Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/react-is/package.json
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

28 lines
530 B
JSON

{
"name": "react-is",
"version": "16.13.1",
"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",
"build-info.json",
"index.js",
"cjs/",
"umd/"
]
}