Files
botgroup.chat/node_modules/react/package.json
2025-02-12 17:18:18 +08:00

75 lines
1.7 KiB
JSON

{
"_from": "react@^18.2.0",
"_id": "react@18.3.1",
"_inBundle": false,
"_integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
"_location": "/react",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react@^18.2.0",
"name": "react",
"escapedName": "react",
"rawSpec": "^18.2.0",
"saveSpec": null,
"fetchSpec": "^18.2.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmmirror.com/react/-/react-18.3.1.tgz",
"_shasum": "49ab892009c53933625bd16b2533fc754cab2891",
"_spec": "react@^18.2.0",
"_where": "/Users/hongbin9/www/botgroup.chat",
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"bundleDependencies": false,
"dependencies": {
"loose-envify": "^1.1.0"
},
"deprecated": false,
"description": "React is a JavaScript library for building user interfaces.",
"engines": {
"node": ">=0.10.0"
},
"exports": {
".": {
"react-server": "./react.shared-subset.js",
"default": "./index.js"
},
"./package.json": "./package.json",
"./jsx-runtime": "./jsx-runtime.js",
"./jsx-dev-runtime": "./jsx-dev-runtime.js"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"cjs/",
"umd/",
"jsx-runtime.js",
"jsx-dev-runtime.js",
"react.shared-subset.js"
],
"homepage": "https://reactjs.org/",
"keywords": [
"react"
],
"license": "MIT",
"main": "index.js",
"name": "react",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git",
"directory": "packages/react"
},
"version": "18.3.1"
}