Changeset 79a0317 for imaps-frontend/node_modules/@types
- Timestamp:
- 01/21/25 03:08:24 (4 weeks ago)
- Branches:
- main
- Parents:
- 0c6b92a
- Location:
- imaps-frontend/node_modules/@types
- Files:
-
- 97 added
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@types/babel__core/package.json
r0c6b92a r79a0317 1 1 { 2 "_from": "@types/babel__core@^7.20.5", 3 "_id": "@types/babel__core@7.20.5", 4 "_inBundle": false, 5 "_integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", 6 "_location": "/@types/babel__core", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "@types/babel__core@^7.20.5", 2 12 "name": "@types/babel__core", 3 "version": "7.20.5", 4 "description": "TypeScript definitions for @babel/core", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__core", 6 "license": "MIT", 7 "contributors": [ 8 { 9 "name": "Troy Gerwien", 10 "githubUsername": "yortus", 11 "url": "https://github.com/yortus" 12 }, 13 { 14 "name": "Marvin Hagemeister", 15 "githubUsername": "marvinhagemeister", 16 "url": "https://github.com/marvinhagemeister" 17 }, 18 { 19 "name": "Melvin Groenhoff", 20 "githubUsername": "mgroenhoff", 21 "url": "https://github.com/mgroenhoff" 22 }, 23 { 24 "name": "Jessica Franco", 25 "githubUsername": "Jessidhia", 26 "url": "https://github.com/Jessidhia" 27 }, 28 { 29 "name": "Ifiok Jr.", 30 "githubUsername": "ifiokjr", 31 "url": "https://github.com/ifiokjr" 32 } 33 ], 34 "main": "", 35 "types": "index.d.ts", 36 "repository": { 37 "type": "git", 38 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", 39 "directory": "types/babel__core" 13 "escapedName": "@types%2fbabel__core", 14 "scope": "@types", 15 "rawSpec": "^7.20.5", 16 "saveSpec": null, 17 "fetchSpec": "^7.20.5" 18 }, 19 "_requiredBy": [ 20 "/@vitejs/plugin-react" 21 ], 22 "_resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", 23 "_shasum": "3df15f27ba85319caa07ba08d0721889bb39c017", 24 "_spec": "@types/babel__core@^7.20.5", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@vitejs/plugin-react", 26 "bugs": { 27 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 28 }, 29 "bundleDependencies": false, 30 "contributors": [ 31 { 32 "name": "Troy Gerwien", 33 "url": "https://github.com/yortus" 40 34 }, 41 "scripts": {}, 42 "dependencies": { 43 "@babel/parser": "^7.20.7", 44 "@babel/types": "^7.20.7", 45 "@types/babel__generator": "*", 46 "@types/babel__template": "*", 47 "@types/babel__traverse": "*" 35 { 36 "name": "Marvin Hagemeister", 37 "url": "https://github.com/marvinhagemeister" 48 38 }, 49 "typesPublisherContentHash": "3ece429b02ff9f70503a5644f2b303b04d10e6da7940c91a9eff5e52f2c76b91", 50 "typeScriptVersion": "4.5" 39 { 40 "name": "Melvin Groenhoff", 41 "url": "https://github.com/mgroenhoff" 42 }, 43 { 44 "name": "Jessica Franco", 45 "url": "https://github.com/Jessidhia" 46 }, 47 { 48 "name": "Ifiok Jr.", 49 "url": "https://github.com/ifiokjr" 50 } 51 ], 52 "dependencies": { 53 "@babel/parser": "^7.20.7", 54 "@babel/types": "^7.20.7", 55 "@types/babel__generator": "*", 56 "@types/babel__template": "*", 57 "@types/babel__traverse": "*" 58 }, 59 "deprecated": false, 60 "description": "TypeScript definitions for @babel/core", 61 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__core", 62 "license": "MIT", 63 "main": "", 64 "name": "@types/babel__core", 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", 68 "directory": "types/babel__core" 69 }, 70 "scripts": {}, 71 "typeScriptVersion": "4.5", 72 "types": "index.d.ts", 73 "typesPublisherContentHash": "3ece429b02ff9f70503a5644f2b303b04d10e6da7940c91a9eff5e52f2c76b91", 74 "version": "7.20.5" 51 75 } -
imaps-frontend/node_modules/@types/babel__generator/package.json
r0c6b92a r79a0317 1 1 { 2 "_from": "@types/babel__generator@*", 3 "_id": "@types/babel__generator@7.6.8", 4 "_inBundle": false, 5 "_integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", 6 "_location": "/@types/babel__generator", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "@types/babel__generator@*", 2 12 "name": "@types/babel__generator", 3 "version": "7.6.8", 4 "description": "TypeScript definitions for @babel/generator", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__generator", 6 "license": "MIT", 7 "contributors": [ 8 { 9 "name": "Troy Gerwien", 10 "githubUsername": "yortus", 11 "url": "https://github.com/yortus" 12 }, 13 { 14 "name": "Melvin Groenhoff", 15 "githubUsername": "mgroenhoff", 16 "url": "https://github.com/mgroenhoff" 17 }, 18 { 19 "name": "Cameron Yan", 20 "githubUsername": "khell", 21 "url": "https://github.com/khell" 22 }, 23 { 24 "name": "Lyanbin", 25 "githubUsername": "Lyanbin", 26 "url": "https://github.com/Lyanbin" 27 } 28 ], 29 "main": "", 30 "types": "index.d.ts", 31 "repository": { 32 "type": "git", 33 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", 34 "directory": "types/babel__generator" 13 "escapedName": "@types%2fbabel__generator", 14 "scope": "@types", 15 "rawSpec": "*", 16 "saveSpec": null, 17 "fetchSpec": "*" 18 }, 19 "_requiredBy": [ 20 "/@types/babel__core" 21 ], 22 "_resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", 23 "_shasum": "f836c61f48b1346e7d2b0d93c6dacc5b9535d3ab", 24 "_spec": "@types/babel__generator@*", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@types/babel__core", 26 "bugs": { 27 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 28 }, 29 "bundleDependencies": false, 30 "contributors": [ 31 { 32 "name": "Troy Gerwien", 33 "url": "https://github.com/yortus" 35 34 }, 36 "scripts": {},37 "dependencies": {38 "@babel/types": "^7.0.0"35 { 36 "name": "Melvin Groenhoff", 37 "url": "https://github.com/mgroenhoff" 39 38 }, 40 "typesPublisherContentHash": "23a97216c53cccf235c3fada4d15919d739c41570c91168dda0ad57cafd4ed4f", 41 "typeScriptVersion": "4.6" 39 { 40 "name": "Cameron Yan", 41 "url": "https://github.com/khell" 42 }, 43 { 44 "name": "Lyanbin", 45 "url": "https://github.com/Lyanbin" 46 } 47 ], 48 "dependencies": { 49 "@babel/types": "^7.0.0" 50 }, 51 "deprecated": false, 52 "description": "TypeScript definitions for @babel/generator", 53 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__generator", 54 "license": "MIT", 55 "main": "", 56 "name": "@types/babel__generator", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", 60 "directory": "types/babel__generator" 61 }, 62 "scripts": {}, 63 "typeScriptVersion": "4.6", 64 "types": "index.d.ts", 65 "typesPublisherContentHash": "23a97216c53cccf235c3fada4d15919d739c41570c91168dda0ad57cafd4ed4f", 66 "version": "7.6.8" 42 67 } -
imaps-frontend/node_modules/@types/babel__template/package.json
r0c6b92a r79a0317 1 1 { 2 "_from": "@types/babel__template@*", 3 "_id": "@types/babel__template@7.4.4", 4 "_inBundle": false, 5 "_integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", 6 "_location": "/@types/babel__template", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "@types/babel__template@*", 2 12 "name": "@types/babel__template", 3 "version": "7.4.4", 4 "description": "TypeScript definitions for @babel/template", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__template", 6 "license": "MIT", 7 "contributors": [ 8 { 9 "name": "Troy Gerwien", 10 "githubUsername": "yortus", 11 "url": "https://github.com/yortus" 12 }, 13 { 14 "name": "Marvin Hagemeister", 15 "githubUsername": "marvinhagemeister", 16 "url": "https://github.com/marvinhagemeister" 17 }, 18 { 19 "name": "Melvin Groenhoff", 20 "githubUsername": "mgroenhoff", 21 "url": "https://github.com/mgroenhoff" 22 }, 23 { 24 "name": "ExE Boss", 25 "githubUsername": "ExE-Boss", 26 "url": "https://github.com/ExE-Boss" 27 } 28 ], 29 "main": "", 30 "types": "index.d.ts", 31 "repository": { 32 "type": "git", 33 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", 34 "directory": "types/babel__template" 13 "escapedName": "@types%2fbabel__template", 14 "scope": "@types", 15 "rawSpec": "*", 16 "saveSpec": null, 17 "fetchSpec": "*" 18 }, 19 "_requiredBy": [ 20 "/@types/babel__core" 21 ], 22 "_resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", 23 "_shasum": "5672513701c1b2199bc6dad636a9d7491586766f", 24 "_spec": "@types/babel__template@*", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@types/babel__core", 26 "bugs": { 27 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 28 }, 29 "bundleDependencies": false, 30 "contributors": [ 31 { 32 "name": "Troy Gerwien", 33 "url": "https://github.com/yortus" 35 34 }, 36 "scripts": {}, 37 "dependencies": { 38 "@babel/parser": "^7.1.0", 39 "@babel/types": "^7.0.0" 35 { 36 "name": "Marvin Hagemeister", 37 "url": "https://github.com/marvinhagemeister" 40 38 }, 41 "typesPublisherContentHash": "5730d754b4d1fcd41676b093f9e32b340c749c4d37b126dfa312e394467e86c6", 42 "typeScriptVersion": "4.5" 39 { 40 "name": "Melvin Groenhoff", 41 "url": "https://github.com/mgroenhoff" 42 }, 43 { 44 "name": "ExE Boss", 45 "url": "https://github.com/ExE-Boss" 46 } 47 ], 48 "dependencies": { 49 "@babel/parser": "^7.1.0", 50 "@babel/types": "^7.0.0" 51 }, 52 "deprecated": false, 53 "description": "TypeScript definitions for @babel/template", 54 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__template", 55 "license": "MIT", 56 "main": "", 57 "name": "@types/babel__template", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", 61 "directory": "types/babel__template" 62 }, 63 "scripts": {}, 64 "typeScriptVersion": "4.5", 65 "types": "index.d.ts", 66 "typesPublisherContentHash": "5730d754b4d1fcd41676b093f9e32b340c749c4d37b126dfa312e394467e86c6", 67 "version": "7.4.4" 43 68 } -
imaps-frontend/node_modules/@types/babel__traverse/package.json
r0c6b92a r79a0317 1 1 { 2 "_from": "@types/babel__traverse@*", 3 "_id": "@types/babel__traverse@7.20.6", 4 "_inBundle": false, 5 "_integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", 6 "_location": "/@types/babel__traverse", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "@types/babel__traverse@*", 2 12 "name": "@types/babel__traverse", 3 "version": "7.20.6", 4 "description": "TypeScript definitions for @babel/traverse", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse", 6 "license": "MIT", 7 "contributors": [ 8 { 9 "name": "Troy Gerwien", 10 "githubUsername": "yortus", 11 "url": "https://github.com/yortus" 12 }, 13 { 14 "name": "Marvin Hagemeister", 15 "githubUsername": "marvinhagemeister", 16 "url": "https://github.com/marvinhagemeister" 17 }, 18 { 19 "name": "Ryan Petrich", 20 "githubUsername": "rpetrich", 21 "url": "https://github.com/rpetrich" 22 }, 23 { 24 "name": "Melvin Groenhoff", 25 "githubUsername": "mgroenhoff", 26 "url": "https://github.com/mgroenhoff" 27 }, 28 { 29 "name": "Dean L.", 30 "githubUsername": "dlgrit", 31 "url": "https://github.com/dlgrit" 32 }, 33 { 34 "name": "Ifiok Jr.", 35 "githubUsername": "ifiokjr", 36 "url": "https://github.com/ifiokjr" 37 }, 38 { 39 "name": "ExE Boss", 40 "githubUsername": "ExE-Boss", 41 "url": "https://github.com/ExE-Boss" 42 }, 43 { 44 "name": "Daniel Tschinder", 45 "githubUsername": "danez", 46 "url": "https://github.com/danez" 47 } 48 ], 49 "main": "", 50 "types": "index.d.ts", 51 "repository": { 52 "type": "git", 53 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", 54 "directory": "types/babel__traverse" 13 "escapedName": "@types%2fbabel__traverse", 14 "scope": "@types", 15 "rawSpec": "*", 16 "saveSpec": null, 17 "fetchSpec": "*" 18 }, 19 "_requiredBy": [ 20 "/@types/babel__core" 21 ], 22 "_resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", 23 "_shasum": "8dc9f0ae0f202c08d8d4dab648912c8d6038e3f7", 24 "_spec": "@types/babel__traverse@*", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@types/babel__core", 26 "bugs": { 27 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 28 }, 29 "bundleDependencies": false, 30 "contributors": [ 31 { 32 "name": "Troy Gerwien", 33 "url": "https://github.com/yortus" 55 34 }, 56 "scripts": {},57 "dependencies": {58 "@babel/types": "^7.20.7"35 { 36 "name": "Marvin Hagemeister", 37 "url": "https://github.com/marvinhagemeister" 59 38 }, 60 "typesPublisherContentHash": "cbe25b5500aad0414e291c229529da2d7ee3ac79072c3c2f95bf1bde4d81316c", 61 "typeScriptVersion": "4.7" 39 { 40 "name": "Ryan Petrich", 41 "url": "https://github.com/rpetrich" 42 }, 43 { 44 "name": "Melvin Groenhoff", 45 "url": "https://github.com/mgroenhoff" 46 }, 47 { 48 "name": "Dean L.", 49 "url": "https://github.com/dlgrit" 50 }, 51 { 52 "name": "Ifiok Jr.", 53 "url": "https://github.com/ifiokjr" 54 }, 55 { 56 "name": "ExE Boss", 57 "url": "https://github.com/ExE-Boss" 58 }, 59 { 60 "name": "Daniel Tschinder", 61 "url": "https://github.com/danez" 62 } 63 ], 64 "dependencies": { 65 "@babel/types": "^7.20.7" 66 }, 67 "deprecated": false, 68 "description": "TypeScript definitions for @babel/traverse", 69 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse", 70 "license": "MIT", 71 "main": "", 72 "name": "@types/babel__traverse", 73 "repository": { 74 "type": "git", 75 "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", 76 "directory": "types/babel__traverse" 77 }, 78 "scripts": {}, 79 "typeScriptVersion": "4.7", 80 "types": "index.d.ts", 81 "typesPublisherContentHash": "cbe25b5500aad0414e291c229529da2d7ee3ac79072c3c2f95bf1bde4d81316c", 82 "version": "7.20.6" 62 83 } -
imaps-frontend/node_modules/@types/estree/package.json
r0c6b92a r79a0317 1 1 { 2 "_from": "@types/estree@1.0.6", 3 "_id": "@types/estree@1.0.6", 4 "_inBundle": false, 5 "_integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", 6 "_location": "/@types/estree", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "@types/estree@1.0.6", 2 12 "name": "@types/estree", 3 "version": "1.0.6", 4 "description": "TypeScript definitions for estree", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree", 6 "license": "MIT", 7 "contributors": [ 8 { 9 "name": "RReverser", 10 "githubUsername": "RReverser", 11 "url": "https://github.com/RReverser" 12 } 13 ], 14 "main": "", 15 "types": "index.d.ts", 16 "repository": { 17 "type": "git", 18 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", 19 "directory": "types/estree" 20 }, 21 "scripts": {}, 22 "dependencies": {}, 23 "typesPublisherContentHash": "0310b41994a6f8d7530af6c53d47d8b227f32925e43718507fdb1178e05006b1", 24 "typeScriptVersion": "4.8", 25 "nonNpm": true 13 "escapedName": "@types%2festree", 14 "scope": "@types", 15 "rawSpec": "1.0.6", 16 "saveSpec": null, 17 "fetchSpec": "1.0.6" 18 }, 19 "_requiredBy": [ 20 "/rollup" 21 ], 22 "_resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", 23 "_shasum": "628effeeae2064a1b4e79f78e81d87b7e5fc7b50", 24 "_spec": "@types/estree@1.0.6", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/rollup", 26 "bugs": { 27 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 28 }, 29 "bundleDependencies": false, 30 "contributors": [ 31 { 32 "name": "RReverser", 33 "url": "https://github.com/RReverser" 34 } 35 ], 36 "dependencies": {}, 37 "deprecated": false, 38 "description": "TypeScript definitions for estree", 39 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree", 40 "license": "MIT", 41 "main": "", 42 "name": "@types/estree", 43 "nonNpm": true, 44 "repository": { 45 "type": "git", 46 "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", 47 "directory": "types/estree" 48 }, 49 "scripts": {}, 50 "typeScriptVersion": "4.8", 51 "types": "index.d.ts", 52 "typesPublisherContentHash": "0310b41994a6f8d7530af6c53d47d8b227f32925e43718507fdb1178e05006b1", 53 "version": "1.0.6" 26 54 } -
imaps-frontend/node_modules/@types/js-cookie/package.json
r0c6b92a r79a0317 1 1 { 2 "_from": "@types/js-cookie@^2.2.6", 3 "_id": "@types/js-cookie@2.2.7", 4 "_inBundle": false, 5 "_integrity": "sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==", 6 "_location": "/@types/js-cookie", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "@types/js-cookie@^2.2.6", 2 12 "name": "@types/js-cookie", 3 "version": "2.2.7", 4 "description": "TypeScript definitions for js-cookie", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-cookie", 6 "license": "MIT", 7 "contributors": [ 8 { 9 "name": "Theodore Brown", 10 "url": "https://github.com/theodorejb", 11 "githubUsername": "theodorejb" 12 }, 13 { 14 "name": "BendingBender", 15 "url": "https://github.com/BendingBender", 16 "githubUsername": "BendingBender" 17 }, 18 { 19 "name": "Antoine Lépée", 20 "url": "https://github.com/alepee", 21 "githubUsername": "alepee" 22 }, 23 { 24 "name": "Yuto Doi", 25 "url": "https://github.com/yutod", 26 "githubUsername": "yutod" 27 }, 28 { 29 "name": "Nicolas Reynis", 30 "url": "https://github.com/nreynis", 31 "githubUsername": "nreynis" 32 } 33 ], 34 "main": "", 35 "types": "index.d.ts", 36 "repository": { 37 "type": "git", 38 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", 39 "directory": "types/js-cookie" 13 "escapedName": "@types%2fjs-cookie", 14 "scope": "@types", 15 "rawSpec": "^2.2.6", 16 "saveSpec": null, 17 "fetchSpec": "^2.2.6" 18 }, 19 "_requiredBy": [ 20 "/react-use" 21 ], 22 "_resolved": "https://registry.npmjs.org/@types/js-cookie/-/js-cookie-2.2.7.tgz", 23 "_shasum": "226a9e31680835a6188e887f3988e60c04d3f6a3", 24 "_spec": "@types/js-cookie@^2.2.6", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use", 26 "bugs": { 27 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 28 }, 29 "bundleDependencies": false, 30 "contributors": [ 31 { 32 "name": "Theodore Brown", 33 "url": "https://github.com/theodorejb" 40 34 }, 41 "scripts": {}, 42 "dependencies": {}, 43 "typesPublisherContentHash": "4c4affe1d1b24aed086239e7e5404ff729b04a34e42f14081b888e71c553a411", 44 "typeScriptVersion": "3.6" 35 { 36 "name": "BendingBender", 37 "url": "https://github.com/BendingBender" 38 }, 39 { 40 "name": "Antoine Lépée", 41 "url": "https://github.com/alepee" 42 }, 43 { 44 "name": "Yuto Doi", 45 "url": "https://github.com/yutod" 46 }, 47 { 48 "name": "Nicolas Reynis", 49 "url": "https://github.com/nreynis" 50 } 51 ], 52 "dependencies": {}, 53 "deprecated": false, 54 "description": "TypeScript definitions for js-cookie", 55 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-cookie", 56 "license": "MIT", 57 "main": "", 58 "name": "@types/js-cookie", 59 "repository": { 60 "type": "git", 61 "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", 62 "directory": "types/js-cookie" 63 }, 64 "scripts": {}, 65 "typeScriptVersion": "3.6", 66 "types": "index.d.ts", 67 "typesPublisherContentHash": "4c4affe1d1b24aed086239e7e5404ff729b04a34e42f14081b888e71c553a411", 68 "version": "2.2.7" 45 69 } -
imaps-frontend/node_modules/@types/prop-types/README.md
r0c6b92a r79a0317 9 9 10 10 ### Additional Details 11 * Last updated: Mon, 16 Sep 2024 19:07:13GMT11 * Last updated: Thu, 05 Dec 2024 19:32:25 GMT 12 12 * Dependencies: none 13 13 -
imaps-frontend/node_modules/@types/prop-types/index.d.ts
r0c6b92a r79a0317 5 5 type ReactComponentLike = 6 6 | string 7 | ((props: any , context?: any) => any)8 | (new(props: any , context?: any) => any);7 | ((props: any) => any) 8 | (new(props: any) => any); 9 9 10 10 interface ReactElementLike { 11 11 type: ReactComponentLike; 12 props: any;12 props: unknown; 13 13 key: string | null; 14 14 } 15 15 16 16 interface ReactNodeArray extends Iterable<ReactNodeLike> {} 17 18 /** 19 * @internal Use `Awaited<ReactNodeLike>` instead 20 */ 21 // Helper type to enable `Awaited<ReactNodeLike>`. 22 // Must be a copy of the non-thenables of `ReactNodeLike`. 23 type AwaitedReactNodeLike = 24 | ReactElementLike 25 | string 26 | number 27 | bigint 28 | ReactNodeArray 29 | boolean 30 | null 31 | undefined; 17 32 18 33 type ReactNodeLike = … … 21 36 | string 22 37 | number 38 | bigint 23 39 | boolean 24 40 | null 25 | undefined; 41 | undefined 42 | Promise<AwaitedReactNodeLike>; 26 43 27 44 const nominalTypeHack: unique symbol; -
imaps-frontend/node_modules/@types/prop-types/package.json
r0c6b92a r79a0317 1 1 { 2 "_from": "@types/prop-types@15.7.14", 3 "_id": "@types/prop-types@15.7.14", 4 "_inBundle": false, 5 "_integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==", 6 "_location": "/@types/prop-types", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "@types/prop-types@15.7.14", 2 12 "name": "@types/prop-types", 3 "version": "15.7.13", 4 "description": "TypeScript definitions for prop-types", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types", 6 "license": "MIT", 7 "contributors": [ 8 { 9 "name": "DovydasNavickas", 10 "githubUsername": "DovydasNavickas", 11 "url": "https://github.com/DovydasNavickas" 12 }, 13 { 14 "name": "Ferdy Budhidharma", 15 "githubUsername": "ferdaber", 16 "url": "https://github.com/ferdaber" 17 }, 18 { 19 "name": "Sebastian Silbermann", 20 "githubUsername": "eps1lon", 21 "url": "https://github.com/eps1lon" 22 } 23 ], 24 "main": "", 25 "types": "index.d.ts", 26 "repository": { 27 "type": "git", 28 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", 29 "directory": "types/prop-types" 13 "escapedName": "@types%2fprop-types", 14 "scope": "@types", 15 "rawSpec": "15.7.14", 16 "saveSpec": null, 17 "fetchSpec": "15.7.14" 18 }, 19 "_requiredBy": [ 20 "/@types/react" 21 ], 22 "_resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz", 23 "_shasum": "1433419d73b2a7ebfc6918dcefd2ec0d5cd698f2", 24 "_spec": "@types/prop-types@15.7.14", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@types/react", 26 "bugs": { 27 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 28 }, 29 "bundleDependencies": false, 30 "contributors": [ 31 { 32 "name": "DovydasNavickas", 33 "url": "https://github.com/DovydasNavickas" 30 34 }, 31 "scripts": {}, 32 "dependencies": {}, 33 "typesPublisherContentHash": "463997a2d1b4bb7e18554d9d12146cc74169e8bda6a4b9008306c38797ae14d3", 34 "typeScriptVersion": "4.8" 35 { 36 "name": "Ferdy Budhidharma", 37 "url": "https://github.com/ferdaber" 38 }, 39 { 40 "name": "Sebastian Silbermann", 41 "url": "https://github.com/eps1lon" 42 } 43 ], 44 "dependencies": {}, 45 "deprecated": false, 46 "description": "TypeScript definitions for prop-types", 47 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prop-types", 48 "license": "MIT", 49 "main": "", 50 "name": "@types/prop-types", 51 "peerDependencies": {}, 52 "repository": { 53 "type": "git", 54 "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", 55 "directory": "types/prop-types" 56 }, 57 "scripts": {}, 58 "typeScriptVersion": "5.0", 59 "types": "index.d.ts", 60 "typesPublisherContentHash": "76a862de323d8337216b203df4c9133c09741e0faa9572926b65e698eab4ce58", 61 "version": "15.7.14" 35 62 } -
imaps-frontend/node_modules/@types/react-dom/README.md
r0c6b92a r79a0317 6 6 7 7 # Details 8 Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom .8 Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom/v18. 9 9 10 10 ### Additional Details 11 * Last updated: Fri, 11 Oct 2024 14:37:45 GMT 12 * Dependencies: [@types/react](https://npmjs.com/package/@types/react) 11 * Last updated: Wed, 11 Dec 2024 02:54:10 GMT 12 * Dependencies: none 13 * Peer dependencies: [@types/react](https://npmjs.com/package/@types/react) 13 14 14 15 # Credits -
imaps-frontend/node_modules/@types/react-dom/package.json
r0c6b92a r79a0317 1 1 { 2 "_development": true, 3 "_from": "@types/react-dom@18.3.5", 4 "_id": "@types/react-dom@18.3.5", 5 "_inBundle": false, 6 "_integrity": "sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==", 7 "_location": "/@types/react-dom", 8 "_phantomChildren": {}, 9 "_requested": { 10 "type": "version", 11 "registry": true, 12 "raw": "@types/react-dom@18.3.5", 2 13 "name": "@types/react-dom", 3 "version": "18.3.1", 4 "description": "TypeScript definitions for react-dom", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom", 6 "license": "MIT", 7 "contributors": [ 8 { 9 "name": "Asana", 10 "url": "https://asana.com" 11 }, 12 { 13 "name": "AssureSign", 14 "url": "http://www.assuresign.com" 15 }, 16 { 17 "name": "Microsoft", 18 "url": "https://microsoft.com" 19 }, 20 { 21 "name": "MartynasZilinskas", 22 "githubUsername": "MartynasZilinskas", 23 "url": "https://github.com/MartynasZilinskas" 24 }, 25 { 26 "name": "Josh Rutherford", 27 "githubUsername": "theruther4d", 28 "url": "https://github.com/theruther4d" 29 }, 30 { 31 "name": "Jessica Franco", 32 "githubUsername": "Jessidhia", 33 "url": "https://github.com/Jessidhia" 34 }, 35 { 36 "name": "Sebastian Silbermann", 37 "githubUsername": "eps1lon", 38 "url": "https://github.com/eps1lon" 39 } 40 ], 41 "main": "", 42 "types": "index.d.ts", 43 "exports": { 44 ".": { 45 "types": { 46 "default": "./index.d.ts" 47 } 48 }, 49 "./client": { 50 "types": { 51 "default": "./client.d.ts" 52 } 53 }, 54 "./canary": { 55 "types": { 56 "default": "./canary.d.ts" 57 } 58 }, 59 "./server": { 60 "types": { 61 "default": "./server.d.ts" 62 } 63 }, 64 "./experimental": { 65 "types": { 66 "default": "./experimental.d.ts" 67 } 68 }, 69 "./test-utils": { 70 "types": { 71 "default": "./test-utils/index.d.ts" 72 } 73 }, 74 "./package.json": "./package.json" 14 "escapedName": "@types%2freact-dom", 15 "scope": "@types", 16 "rawSpec": "18.3.5", 17 "saveSpec": null, 18 "fetchSpec": "18.3.5" 19 }, 20 "_requiredBy": [ 21 "#DEV:/" 22 ], 23 "_resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.5.tgz", 24 "_shasum": "45f9f87398c5dcea085b715c58ddcf1faf65f716", 25 "_spec": "@types/react-dom@18.3.5", 26 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend", 27 "bugs": { 28 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 29 }, 30 "bundleDependencies": false, 31 "contributors": [ 32 { 33 "name": "Asana", 34 "url": "https://asana.com" 75 35 }, 76 "repository": { 77 "type": "git", 78 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", 79 "directory": "types/react-dom" 36 { 37 "name": "AssureSign", 38 "url": "http://www.assuresign.com" 80 39 }, 81 "scripts": {},82 "dependencies": {83 "@types/react": "*"40 { 41 "name": "Microsoft", 42 "url": "https://microsoft.com" 84 43 }, 85 "typesPublisherContentHash": "a3dae397f083f79a977be3366dd86cfbcb7da67ad0089da69419978000ba6764", 86 "typeScriptVersion": "4.8" 44 { 45 "name": "MartynasZilinskas", 46 "url": "https://github.com/MartynasZilinskas" 47 }, 48 { 49 "name": "Josh Rutherford", 50 "url": "https://github.com/theruther4d" 51 }, 52 { 53 "name": "Jessica Franco", 54 "url": "https://github.com/Jessidhia" 55 }, 56 { 57 "name": "Sebastian Silbermann", 58 "url": "https://github.com/eps1lon" 59 } 60 ], 61 "dependencies": {}, 62 "deprecated": false, 63 "description": "TypeScript definitions for react-dom", 64 "exports": { 65 ".": { 66 "types": { 67 "default": "./index.d.ts" 68 } 69 }, 70 "./canary": { 71 "types": { 72 "default": "./canary.d.ts" 73 } 74 }, 75 "./client": { 76 "types": { 77 "default": "./client.d.ts" 78 } 79 }, 80 "./server": { 81 "types": { 82 "default": "./server.d.ts" 83 } 84 }, 85 "./experimental": { 86 "types": { 87 "default": "./experimental.d.ts" 88 } 89 }, 90 "./test-utils": { 91 "types": { 92 "default": "./test-utils/index.d.ts" 93 } 94 }, 95 "./package.json": "./package.json" 96 }, 97 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom", 98 "license": "MIT", 99 "main": "", 100 "name": "@types/react-dom", 101 "peerDependencies": { 102 "@types/react": "^18.0.0" 103 }, 104 "repository": { 105 "type": "git", 106 "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", 107 "directory": "types/react-dom" 108 }, 109 "scripts": {}, 110 "typeScriptVersion": "5.0", 111 "types": "index.d.ts", 112 "typesPublisherContentHash": "15456a5462ef352f9e36979359f3f69058800e6b78eb73df502bca624fc31eb5", 113 "version": "18.3.5" 87 114 } -
imaps-frontend/node_modules/@types/react/README.md
r0c6b92a r79a0317 6 6 7 7 # Details 8 Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react .8 Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react/v18. 9 9 10 10 ### Additional Details 11 * Last updated: Wed, 23 Oct 2024 03:36:41GMT11 * Last updated: Mon, 16 Dec 2024 12:44:17 GMT 12 12 * Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [csstype](https://npmjs.com/package/csstype) 13 13 -
imaps-frontend/node_modules/@types/react/experimental.d.ts
r0c6b92a r79a0317 110 110 export function experimental_useEffectEvent<T extends Function>(event: T): T; 111 111 112 /** 113 * Warning: Only available in development builds. 114 */ 115 function captureOwnerStack(): string | null; 116 112 117 type Reference = object; 113 118 type TaintableUniqueValue = string | bigint | ArrayBufferView; -
imaps-frontend/node_modules/@types/react/index.d.ts
r0c6b92a r79a0317 2011 2011 * @see {@link https://react.dev/reference/react/useRef} 2012 2012 */ 2013 function useRef<T = undefined>( ): MutableRefObject<T | undefined>;2013 function useRef<T = undefined>(initialValue?: undefined): MutableRefObject<T | undefined>; 2014 2014 /** 2015 2015 * The signature is identical to `useEffect`, but it fires synchronously after all DOM mutations. -
imaps-frontend/node_modules/@types/react/package.json
r0c6b92a r79a0317 1 1 { 2 "_development": true, 3 "_from": "@types/react@18.3.17", 4 "_id": "@types/react@18.3.17", 5 "_inBundle": false, 6 "_integrity": "sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw==", 7 "_location": "/@types/react", 8 "_phantomChildren": {}, 9 "_requested": { 10 "type": "version", 11 "registry": true, 12 "raw": "@types/react@18.3.17", 2 13 "name": "@types/react", 3 "version": "18.3.12", 4 "description": "TypeScript definitions for react", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react", 6 "license": "MIT", 7 "contributors": [ 8 { 9 "name": "Asana", 10 "url": "https://asana.com" 11 }, 12 { 13 "name": "AssureSign", 14 "url": "http://www.assuresign.com" 15 }, 16 { 17 "name": "Microsoft", 18 "url": "https://microsoft.com" 19 }, 20 { 21 "name": "John Reilly", 22 "githubUsername": "johnnyreilly", 23 "url": "https://github.com/johnnyreilly" 24 }, 25 { 26 "name": "Benoit Benezech", 27 "githubUsername": "bbenezech", 28 "url": "https://github.com/bbenezech" 29 }, 30 { 31 "name": "Patricio Zavolinsky", 32 "githubUsername": "pzavolinsky", 33 "url": "https://github.com/pzavolinsky" 34 }, 35 { 36 "name": "Eric Anderson", 37 "githubUsername": "ericanderson", 38 "url": "https://github.com/ericanderson" 39 }, 40 { 41 "name": "Dovydas Navickas", 42 "githubUsername": "DovydasNavickas", 43 "url": "https://github.com/DovydasNavickas" 44 }, 45 { 46 "name": "Josh Rutherford", 47 "githubUsername": "theruther4d", 48 "url": "https://github.com/theruther4d" 49 }, 50 { 51 "name": "Guilherme Hübner", 52 "githubUsername": "guilhermehubner", 53 "url": "https://github.com/guilhermehubner" 54 }, 55 { 56 "name": "Ferdy Budhidharma", 57 "githubUsername": "ferdaber", 58 "url": "https://github.com/ferdaber" 59 }, 60 { 61 "name": "Johann Rakotoharisoa", 62 "githubUsername": "jrakotoharisoa", 63 "url": "https://github.com/jrakotoharisoa" 64 }, 65 { 66 "name": "Olivier Pascal", 67 "githubUsername": "pascaloliv", 68 "url": "https://github.com/pascaloliv" 69 }, 70 { 71 "name": "Martin Hochel", 72 "githubUsername": "hotell", 73 "url": "https://github.com/hotell" 74 }, 75 { 76 "name": "Frank Li", 77 "githubUsername": "franklixuefei", 78 "url": "https://github.com/franklixuefei" 79 }, 80 { 81 "name": "Jessica Franco", 82 "githubUsername": "Jessidhia", 83 "url": "https://github.com/Jessidhia" 84 }, 85 { 86 "name": "Saransh Kataria", 87 "githubUsername": "saranshkataria", 88 "url": "https://github.com/saranshkataria" 89 }, 90 { 91 "name": "Kanitkorn Sujautra", 92 "githubUsername": "lukyth", 93 "url": "https://github.com/lukyth" 94 }, 95 { 96 "name": "Sebastian Silbermann", 97 "githubUsername": "eps1lon", 98 "url": "https://github.com/eps1lon" 99 }, 100 { 101 "name": "Kyle Scully", 102 "githubUsername": "zieka", 103 "url": "https://github.com/zieka" 104 }, 105 { 106 "name": "Cong Zhang", 107 "githubUsername": "dancerphil", 108 "url": "https://github.com/dancerphil" 109 }, 110 { 111 "name": "Dimitri Mitropoulos", 112 "githubUsername": "dimitropoulos", 113 "url": "https://github.com/dimitropoulos" 114 }, 115 { 116 "name": "JongChan Choi", 117 "githubUsername": "disjukr", 118 "url": "https://github.com/disjukr" 119 }, 120 { 121 "name": "Victor Magalhães", 122 "githubUsername": "vhfmag", 123 "url": "https://github.com/vhfmag" 124 }, 125 { 126 "name": "Priyanshu Rav", 127 "githubUsername": "priyanshurav", 128 "url": "https://github.com/priyanshurav" 129 }, 130 { 131 "name": "Dmitry Semigradsky", 132 "githubUsername": "Semigradsky", 133 "url": "https://github.com/Semigradsky" 134 }, 135 { 136 "name": "Matt Pocock", 137 "githubUsername": "mattpocock", 138 "url": "https://github.com/mattpocock" 139 } 140 ], 141 "main": "", 142 "types": "index.d.ts", 143 "typesVersions": { 144 "<=5.0": { 145 "*": [ 146 "ts5.0/*" 147 ] 148 } 149 }, 150 "exports": { 151 ".": { 152 "types@<=5.0": { 153 "default": "./ts5.0/index.d.ts" 154 }, 155 "types": { 156 "default": "./index.d.ts" 157 } 158 }, 159 "./canary": { 160 "types@<=5.0": { 161 "default": "./ts5.0/canary.d.ts" 162 }, 163 "types": { 164 "default": "./canary.d.ts" 165 } 166 }, 167 "./experimental": { 168 "types@<=5.0": { 169 "default": "./ts5.0/experimental.d.ts" 170 }, 171 "types": { 172 "default": "./experimental.d.ts" 173 } 174 }, 175 "./jsx-runtime": { 176 "types@<=5.0": { 177 "default": "./ts5.0/jsx-runtime.d.ts" 178 }, 179 "types": { 180 "default": "./jsx-runtime.d.ts" 181 } 182 }, 183 "./jsx-dev-runtime": { 184 "types@<=5.0": { 185 "default": "./ts5.0/jsx-dev-runtime.d.ts" 186 }, 187 "types": { 188 "default": "./jsx-dev-runtime.d.ts" 189 } 190 }, 191 "./package.json": "./package.json" 192 }, 193 "repository": { 194 "type": "git", 195 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", 196 "directory": "types/react" 197 }, 198 "scripts": {}, 199 "dependencies": { 200 "@types/prop-types": "*", 201 "csstype": "^3.0.2" 202 }, 203 "peerDependencies": {}, 204 "typesPublisherContentHash": "d59942da5433cf6c9d66442070074fa48ef9c823a4175da6e4d183d0a70ccc72", 205 "typeScriptVersion": "4.8" 14 "escapedName": "@types%2freact", 15 "scope": "@types", 16 "rawSpec": "18.3.17", 17 "saveSpec": null, 18 "fetchSpec": "18.3.17" 19 }, 20 "_requiredBy": [ 21 "#DEV:/" 22 ], 23 "_resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.17.tgz", 24 "_shasum": "d86ca0e081c7a5e979b7db175f9515a41038cea7", 25 "_spec": "@types/react@18.3.17", 26 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend", 27 "bugs": { 28 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues" 29 }, 30 "bundleDependencies": false, 31 "contributors": [ 32 { 33 "name": "Asana", 34 "url": "https://asana.com" 35 }, 36 { 37 "name": "AssureSign", 38 "url": "http://www.assuresign.com" 39 }, 40 { 41 "name": "Microsoft", 42 "url": "https://microsoft.com" 43 }, 44 { 45 "name": "John Reilly", 46 "url": "https://github.com/johnnyreilly" 47 }, 48 { 49 "name": "Benoit Benezech", 50 "url": "https://github.com/bbenezech" 51 }, 52 { 53 "name": "Patricio Zavolinsky", 54 "url": "https://github.com/pzavolinsky" 55 }, 56 { 57 "name": "Eric Anderson", 58 "url": "https://github.com/ericanderson" 59 }, 60 { 61 "name": "Dovydas Navickas", 62 "url": "https://github.com/DovydasNavickas" 63 }, 64 { 65 "name": "Josh Rutherford", 66 "url": "https://github.com/theruther4d" 67 }, 68 { 69 "name": "Guilherme Hübner", 70 "url": "https://github.com/guilhermehubner" 71 }, 72 { 73 "name": "Ferdy Budhidharma", 74 "url": "https://github.com/ferdaber" 75 }, 76 { 77 "name": "Johann Rakotoharisoa", 78 "url": "https://github.com/jrakotoharisoa" 79 }, 80 { 81 "name": "Olivier Pascal", 82 "url": "https://github.com/pascaloliv" 83 }, 84 { 85 "name": "Martin Hochel", 86 "url": "https://github.com/hotell" 87 }, 88 { 89 "name": "Frank Li", 90 "url": "https://github.com/franklixuefei" 91 }, 92 { 93 "name": "Jessica Franco", 94 "url": "https://github.com/Jessidhia" 95 }, 96 { 97 "name": "Saransh Kataria", 98 "url": "https://github.com/saranshkataria" 99 }, 100 { 101 "name": "Kanitkorn Sujautra", 102 "url": "https://github.com/lukyth" 103 }, 104 { 105 "name": "Sebastian Silbermann", 106 "url": "https://github.com/eps1lon" 107 }, 108 { 109 "name": "Kyle Scully", 110 "url": "https://github.com/zieka" 111 }, 112 { 113 "name": "Cong Zhang", 114 "url": "https://github.com/dancerphil" 115 }, 116 { 117 "name": "Dimitri Mitropoulos", 118 "url": "https://github.com/dimitropoulos" 119 }, 120 { 121 "name": "JongChan Choi", 122 "url": "https://github.com/disjukr" 123 }, 124 { 125 "name": "Victor Magalhães", 126 "url": "https://github.com/vhfmag" 127 }, 128 { 129 "name": "Priyanshu Rav", 130 "url": "https://github.com/priyanshurav" 131 }, 132 { 133 "name": "Dmitry Semigradsky", 134 "url": "https://github.com/Semigradsky" 135 }, 136 { 137 "name": "Matt Pocock", 138 "url": "https://github.com/mattpocock" 139 } 140 ], 141 "dependencies": { 142 "@types/prop-types": "*", 143 "csstype": "^3.0.2" 144 }, 145 "deprecated": false, 146 "description": "TypeScript definitions for react", 147 "exports": { 148 ".": { 149 "types@<=5.0": { 150 "default": "./ts5.0/index.d.ts" 151 }, 152 "types": { 153 "default": "./index.d.ts" 154 } 155 }, 156 "./canary": { 157 "types@<=5.0": { 158 "default": "./ts5.0/canary.d.ts" 159 }, 160 "types": { 161 "default": "./canary.d.ts" 162 } 163 }, 164 "./experimental": { 165 "types@<=5.0": { 166 "default": "./ts5.0/experimental.d.ts" 167 }, 168 "types": { 169 "default": "./experimental.d.ts" 170 } 171 }, 172 "./jsx-runtime": { 173 "types@<=5.0": { 174 "default": "./ts5.0/jsx-runtime.d.ts" 175 }, 176 "types": { 177 "default": "./jsx-runtime.d.ts" 178 } 179 }, 180 "./jsx-dev-runtime": { 181 "types@<=5.0": { 182 "default": "./ts5.0/jsx-dev-runtime.d.ts" 183 }, 184 "types": { 185 "default": "./jsx-dev-runtime.d.ts" 186 } 187 }, 188 "./package.json": "./package.json" 189 }, 190 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react", 191 "license": "MIT", 192 "main": "", 193 "name": "@types/react", 194 "peerDependencies": {}, 195 "repository": { 196 "type": "git", 197 "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git", 198 "directory": "types/react" 199 }, 200 "scripts": {}, 201 "typeScriptVersion": "5.0", 202 "types": "index.d.ts", 203 "typesPublisherContentHash": "f8c1650d1099e4f098246067ac4105b0fa376c5cb8197c08daab74d4dc2defbd", 204 "typesVersions": { 205 "<=5.0": { 206 "*": [ 207 "ts5.0/*" 208 ] 209 } 210 }, 211 "version": "18.3.17" 206 212 } -
imaps-frontend/node_modules/@types/react/ts5.0/experimental.d.ts
r0c6b92a r79a0317 110 110 export function experimental_useEffectEvent<T extends Function>(event: T): T; 111 111 112 /** 113 * Warning: Only available in development builds. 114 */ 115 function captureOwnerStack(): string | null; 116 112 117 type Reference = object; 113 118 type TaintableUniqueValue = string | bigint | ArrayBufferView; -
imaps-frontend/node_modules/@types/react/ts5.0/index.d.ts
r0c6b92a r79a0317 2012 2012 * @see {@link https://react.dev/reference/react/useRef} 2013 2013 */ 2014 function useRef<T = undefined>( ): MutableRefObject<T | undefined>;2014 function useRef<T = undefined>(initialValue?: undefined): MutableRefObject<T | undefined>; 2015 2015 /** 2016 2016 * The signature is identical to `useEffect`, but it fires synchronously after all DOM mutations.
Note:
See TracChangeset
for help on using the changeset viewer.