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

44
node_modules/@expo/plist/package.json generated vendored Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "@expo/plist",
"version": "0.5.2",
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
"main": "build/index.js",
"scripts": {
"build": "expo-module tsc",
"prepare": "yarn run clean && yarn run build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"typecheck": "expo-module typecheck",
"test": "expo-module test",
"watch": "yarn run build --watch --preserveWatchOutput",
"prepublishOnly": "expo-module prepublishOnly"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/@expo/plist"
},
"keywords": [
"plist"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/plist#readme",
"files": [
"build"
],
"dependencies": {
"@xmldom/xmldom": "^0.8.8",
"base64-js": "^1.5.1",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"expo-module-scripts": "^55.0.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "7d7f6762fc6907c27a329953c682134a84410dea"
}