Changeset 79a0317 for imaps-frontend/node_modules/react
- 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/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "react", 2 "_from": "react@18.3.1", 3 "_id": "react@18.3.1", 4 "_inBundle": false, 5 "_integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", 6 "_location": "/react", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "react@18.3.1", 12 "name": "react", 13 "escapedName": "react", 14 "rawSpec": "18.3.1", 15 "saveSpec": null, 16 "fetchSpec": "18.3.1" 17 }, 18 "_requiredBy": [ 19 "/" 20 ], 21 "_resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", 22 "_shasum": "49ab892009c53933625bd16b2533fc754cab2891", 23 "_spec": "react@18.3.1", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend", 25 "browserify": { 26 "transform": [ 27 "loose-envify" 28 ] 29 }, 30 "bugs": { 31 "url": "https://github.com/facebook/react/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "loose-envify": "^1.1.0" 36 }, 37 "deprecated": false, 3 38 "description": "React is a JavaScript library for building user interfaces.", 4 "keywords": [ 5 "react" 6 ], 7 "version": "18.3.1", 8 "homepage": "https://reactjs.org/", 9 "bugs": "https://github.com/facebook/react/issues", 10 "license": "MIT", 39 "engines": { 40 "node": ">=0.10.0" 41 }, 42 "exports": { 43 ".": { 44 "react-server": "./react.shared-subset.js", 45 "default": "./index.js" 46 }, 47 "./package.json": "./package.json", 48 "./jsx-runtime": "./jsx-runtime.js", 49 "./jsx-dev-runtime": "./jsx-dev-runtime.js" 50 }, 11 51 "files": [ 12 52 "LICENSE", … … 19 59 "react.shared-subset.js" 20 60 ], 61 "homepage": "https://reactjs.org/", 62 "keywords": [ 63 "react" 64 ], 65 "license": "MIT", 21 66 "main": "index.js", 22 "exports": { 23 ".": { 24 "react-server": "./react.shared-subset.js", 25 "default": "./index.js" 26 }, 27 "./package.json": "./package.json", 28 "./jsx-runtime": "./jsx-runtime.js", 29 "./jsx-dev-runtime": "./jsx-dev-runtime.js" 30 }, 67 "name": "react", 31 68 "repository": { 32 69 "type": "git", 33 "url": " https://github.com/facebook/react.git",70 "url": "git+https://github.com/facebook/react.git", 34 71 "directory": "packages/react" 35 72 }, 36 "engines": { 37 "node": ">=0.10.0" 38 }, 39 "dependencies": { 40 "loose-envify": "^1.1.0" 41 }, 42 "browserify": { 43 "transform": [ 44 "loose-envify" 45 ] 46 } 73 "version": "18.3.1" 47 74 }
Note:
See TracChangeset
for help on using the changeset viewer.