Initial commit
This commit is contained in:
74
node_modules/react/package.json
generated
vendored
Normal file
74
node_modules/react/package.json
generated
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
||||
Reference in New Issue
Block a user