source: node_modules/react-is/package.json

Last change on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 515 bytes
Line 
1{
2 "name": "react-is",
3 "version": "19.2.3",
4 "description": "Brand checking of React Elements.",
5 "main": "index.js",
6 "sideEffects": false,
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/facebook/react.git",
10 "directory": "packages/react-is"
11 },
12 "keywords": [
13 "react"
14 ],
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/facebook/react/issues"
18 },
19 "homepage": "https://react.dev/",
20 "files": [
21 "LICENSE",
22 "README.md",
23 "index.js",
24 "cjs/"
25 ]
26}
Note: See TracBrowser for help on using the repository browser.