Changeset 79a0317 for imaps-frontend/node_modules/react-is
- Timestamp:
- 01/21/25 03:08:24 (3 days ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/react-is/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "react-is", 3 "version": "16.13.1", 4 "description": "Brand checking of React Elements.", 5 "main": "index.js", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/facebook/react.git", 9 "directory": "packages/react-is" 2 "_from": "react-is@^16.13.1", 3 "_id": "react-is@16.13.1", 4 "_inBundle": false, 5 "_integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", 6 "_location": "/react-is", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "react-is@^16.13.1", 12 "name": "react-is", 13 "escapedName": "react-is", 14 "rawSpec": "^16.13.1", 15 "saveSpec": null, 16 "fetchSpec": "^16.13.1" 10 17 }, 11 " keywords": [12 " react"18 "_requiredBy": [ 19 "/eslint-plugin-react/prop-types" 13 20 ], 14 "license": "MIT", 21 "_resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", 22 "_shasum": "789729a4dc36de2999dc156dd6c1d9c18cea56a4", 23 "_spec": "react-is@^16.13.1", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-plugin-react/node_modules/prop-types", 15 25 "bugs": { 16 26 "url": "https://github.com/facebook/react/issues" 17 27 }, 18 "homepage": "https://reactjs.org/", 28 "bundleDependencies": false, 29 "deprecated": false, 30 "description": "Brand checking of React Elements.", 19 31 "files": [ 20 32 "LICENSE", … … 24 36 "cjs/", 25 37 "umd/" 26 ] 38 ], 39 "homepage": "https://reactjs.org/", 40 "keywords": [ 41 "react" 42 ], 43 "license": "MIT", 44 "main": "index.js", 45 "name": "react-is", 46 "repository": { 47 "type": "git", 48 "url": "git+https://github.com/facebook/react.git", 49 "directory": "packages/react-is" 50 }, 51 "version": "16.13.1" 27 52 }
Note:
See TracChangeset
for help on using the changeset viewer.