Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

16
node_modules/react-is/package.json generated vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"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/"
]
}