Criada a API do site

This commit is contained in:
Caio1w
2025-10-29 19:56:41 -03:00
parent f201c8edbd
commit 4a14f533d2
3074 changed files with 780728 additions and 41 deletions

42
node_modules/run-applescript/package.json generated vendored Normal file
View File

@@ -0,0 +1,42 @@
{
"name": "run-applescript",
"version": "7.1.0",
"description": "Run AppleScript and get the result",
"license": "MIT",
"repository": "sindresorhus/run-applescript",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": {
"types": "./index.d.ts",
"default": "./index.js"
},
"sideEffects": false,
"engines": {
"node": ">=18"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"macos",
"mac",
"applescript",
"osascript",
"run",
"execute"
],
"devDependencies": {
"ava": "^6.0.1",
"tsd": "^0.30.0",
"xo": "^0.56.0"
}
}