first commit

This commit is contained in:
2026-03-10 16:18:05 +00:00
commit 11f9c069b5
31635 changed files with 3187747 additions and 0 deletions

55
node_modules/expo-linking/package.json generated vendored Normal file
View File

@@ -0,0 +1,55 @@
{
"name": "expo-linking",
"version": "55.0.7",
"description": "Create and open deep links universally",
"main": "build/Linking.js",
"types": "build/Linking.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"react-server": "./build/Linking.server.js",
"default": "./build/Linking.js"
}
},
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"test:rsc": "jest --config jest-rsc.config.js",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"expo",
"expo-linking"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-linking"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/linking",
"dependencies": {
"expo-constants": "~55.0.7",
"invariant": "^2.2.4"
},
"devDependencies": {
"expo-module-scripts": "^55.0.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "expo-module-scripts"
},
"gitHead": "b183e5cbd95eb6ee54a878291c7077d8d63e4850"
}