This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

28
frontend/node_modules/exenv/package.json generated vendored Normal file
View File

@@ -0,0 +1,28 @@
{
"name": "exenv",
"version": "1.2.2",
"description": "React's ExecutionEnvironment module extracted for use in other packages & components",
"main": "index.js",
"scripts": {
"test": "echo \"See React tests\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/exenv.git"
},
"keywords": [
"react",
"browser",
"server",
"environment",
"env",
"execution",
"executionenvironment"
],
"author": "Jed Watson",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/JedWatson/exenv/issues"
},
"homepage": "https://github.com/JedWatson/exenv"
}