source: imaps-frontend/node_modules/react/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[d565449]1{
[79a0317]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 "/"
[d565449]20 ],
[79a0317]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,
38 "description": "React is a JavaScript library for building user interfaces.",
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 },
[d565449]51 "files": [
52 "LICENSE",
53 "README.md",
54 "index.js",
55 "cjs/",
56 "umd/",
57 "jsx-runtime.js",
58 "jsx-dev-runtime.js",
59 "react.shared-subset.js"
60 ],
[79a0317]61 "homepage": "https://reactjs.org/",
62 "keywords": [
63 "react"
64 ],
65 "license": "MIT",
[d565449]66 "main": "index.js",
[79a0317]67 "name": "react",
[d565449]68 "repository": {
69 "type": "git",
[79a0317]70 "url": "git+https://github.com/facebook/react.git",
[d565449]71 "directory": "packages/react"
72 },
[79a0317]73 "version": "18.3.1"
74}
Note: See TracBrowser for help on using the repository browser.