{"_attachments":{},"_id":"run-applescript","_rev":"5952-61f153cba920628a7b70fa59","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Run AppleScript and get the result","dist-tags":{"latest":"7.1.0"},"license":"MIT","maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"name":"run-applescript","readme":"# run-applescript\n\n> Run AppleScript and get the result\n\n## Install\n\n```sh\nnpm install run-applescript\n```\n\n## Usage\n\n```js\nimport {runAppleScript} from 'run-applescript';\n\nconst result = await runAppleScript('return \"unicorn\"');\n\nconsole.log(result);\n//=> 'unicorn'\n```\n\n## API\n\n### runAppleScript(script, options?)\n\nReturns a `Promise<string>` with the script result.\n\n#### script\n\nType: `string`\n\nThe script to run.\n\n#### options\n\nType: `object`\n\n##### humanReadableOutput\n\nType: `boolean`\\\nDefault: `true`\n\nChange the output style.\n\nWhen `false`, returns the value in a [recompilable source form](https://ss64.com/osx/osascript.html).\n\n##### signal\n\nType: `AbortSignal`\n\nAn AbortSignal that can be used to cancel the AppleScript execution.\n\n### runAppleScriptSync(script, options?)\n\nReturns a `string` with the script result.\n\n#### script\n\nType: `string`\n\nThe script to run.\n\n#### options\n\nType: `object`\n\n##### humanReadableOutput\n\nType: `boolean`\\\nDefault: `true`\n\nChange the output style.\n\nWhen `false`, returns the value in a [recompilable source form](https://ss64.com/osx/osascript.html).\n\n## Related\n\n- [run-jxa](https://github.com/sindresorhus/run-jxa) - Run JXA code and get the result\n","time":{"created":"2022-01-26T13:59:39.770Z","modified":"2025-09-09T13:42:42.340Z","6.0.0":"2021-08-12T13:06:19.159Z","5.0.0":"2021-03-07T13:36:13.845Z","4.0.0":"2019-10-28T04:30:34.937Z","3.2.0":"2018-07-20T11:44:55.985Z","3.1.0":"2017-12-25T23:21:32.785Z","3.0.0":"2016-04-26T18:04:41.987Z","2.1.0":"2015-11-14T19:41:53.537Z","2.0.0":"2015-10-05T18:17:30.532Z","1.0.1":"2014-08-18T18:31:38.448Z","1.0.0":"2014-08-18T18:09:18.109Z","6.1.0":"2022-12-12T19:54:34.638Z","7.0.0":"2023-12-18T23:16:52.202Z","7.1.0":"2025-09-09T13:42:36.477Z"},"versions":{"6.0.0":{"name":"run-applescript","version":"6.0.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/run-applescript.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["macos","mac","applescript","osascript","run","execute"],"dependencies":{"execa":"^5.1.1"},"devDependencies":{"ava":"^3.15.0","tsd":"^0.17.0","xo":"^0.44.0"},"gitHead":"361577fdb3cac6f022bf738e9fb2645c90c8a27f","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript#readme","_id":"run-applescript@6.0.0","_nodeVersion":"12.22.1","_npmVersion":"7.10.0","dist":{"shasum":"86ef59a4581f4b56b1a5ced90ca0eb1b81bf0266","size":1661,"noattachment":false,"tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-6.0.0.tgz","integrity":"sha512-6dIkCIEcnNepNYu0E5b/Q1vVEeslms8JzGHzHwU2AY1MFe2qXe6ULPABDw1t5/nQ7fIFXhuj+IvA6vDKN2XGWQ=="},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/run-applescript_6.0.0_1628773579007_0.6138042979769975"},"_hasShrinkwrap":false,"publish_time":1628773579159,"_cnpm_publish_time":1628773579159,"_cnpmcore_publish_time":"2021-12-16T11:28:53.868Z"},"5.0.0":{"name":"run-applescript","version":"5.0.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/run-applescript.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["macos","mac","applescript","osascript","run","execute"],"dependencies":{"execa":"^5.0.0"},"devDependencies":{"ava":"^3.15.0","tsd":"^0.14.0","xo":"^0.38.2"},"gitHead":"4a17f4d1e49e1f29b6f484d127d007097c2f8274","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript#readme","_id":"run-applescript@5.0.0","_nodeVersion":"14.16.0","_npmVersion":"6.14.10","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"e11e1c932e055d5c6b40d98374e0268d9b11899c","size":1665,"noattachment":false,"tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-5.0.0.tgz","integrity":"sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg=="},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/run-applescript_5.0.0_1615124173695_0.7838181689715296"},"_hasShrinkwrap":false,"publish_time":1615124173845,"_cnpm_publish_time":1615124173845,"_cnpmcore_publish_time":"2021-12-16T11:28:54.074Z"},"4.0.0":{"name":"run-applescript","version":"4.0.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/run-applescript.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava && tsd"},"keywords":["macos","mac","applescript","osascript","run","execute"],"dependencies":{"execa":"^3.2.0"},"devDependencies":{"ava":"^2.4.0","tsd":"^0.10.0","xo":"^0.25.0"},"gitHead":"1dceebfc2eb6820c7d2b237ecda6b0c7848f2ead","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript#readme","_id":"run-applescript@4.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"74694b2bac248797f367c51db93e482a8cb74f27","size":1741,"noattachment":false,"tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-4.0.0.tgz","integrity":"sha512-1qrO7h0ZpJIpZ7xt6kc7W2IWCkBhAjg3yVTPX4/r4jPWD3w3t41vohLxPw8AMWt3wRkiFoBPFu7HUlgFm9jw5w=="},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/run-applescript_4.0.0_1572237034839_0.3828070473737888"},"_hasShrinkwrap":false,"publish_time":1572237034937,"_cnpm_publish_time":1572237034937,"_cnpmcore_publish_time":"2021-12-16T11:28:54.284Z"},"3.2.0":{"name":"run-applescript","version":"3.2.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/run-applescript.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["macos","mac","applescript","osascript","run","execute"],"dependencies":{"execa":"^0.10.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"d61f10c1ee39d59835bfa6fd96488ca8c4cfec77","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript#readme","_id":"run-applescript@3.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"73fb34ce85d3de8076d511ea767c30d4fdfc918b","size":1591,"noattachment":false,"tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-3.2.0.tgz","integrity":"sha512-Ep0RsvAjnRcBX1p5vogbaBdAGu/8j/ewpvGqnQYunnLd9SM0vWcPJewPKNnWFggf0hF0pwIgwV5XK7qQ7UZ8Qg=="},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/run-applescript_3.2.0_1532087095896_0.8587958888317604"},"_hasShrinkwrap":false,"publish_time":1532087095985,"_cnpm_publish_time":1532087095985,"_cnpmcore_publish_time":"2021-12-16T11:28:54.498Z"},"3.1.0":{"name":"run-applescript","version":"3.1.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/run-applescript.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["macos","mac","applescript","osascript","run","execute"],"dependencies":{"execa":"^0.8.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"3ee47e1ead637fcb48f1ffb16f166554ed24c757","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript#readme","_id":"run-applescript@3.1.0","_shasum":"58865edbcc92b9644a330c4bfadedf5e26588c5d","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.4","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"58865edbcc92b9644a330c4bfadedf5e26588c5d","size":1595,"noattachment":false,"tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-3.1.0.tgz","integrity":"sha512-q106N8COpi6B5XLdytazWqnCW7TaLFYsyDYsOtuBWnlPs5rKqd4Hl2h75fSxQOF24HUPBAoSBmrk1xBD3t2lVA=="},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/run-applescript-3.1.0.tgz_1514244091938_0.06733358954079449"},"directories":{},"publish_time":1514244092785,"_hasShrinkwrap":false,"_cnpm_publish_time":1514244092785,"_cnpmcore_publish_time":"2021-12-16T11:28:54.696Z"},"3.0.0":{"name":"run-applescript","version":"3.0.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/run-applescript.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["osx","mac","applescript","osascript","run","execute"],"dependencies":{"execa":"^0.4.0"},"devDependencies":{"ava":"*","xo":"*"},"xo":{"esnext":true},"gitHead":"2eb036a2ae02ae9737ba1355b52d1fa91cc2024a","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript#readme","_id":"run-applescript@3.0.0","_shasum":"08252093def5b42d1b58654b16c2df9888e27bd7","_from":".","_npmVersion":"3.8.8","_nodeVersion":"4.4.2","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"08252093def5b42d1b58654b16c2df9888e27bd7","size":1510,"noattachment":false,"tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-3.0.0.tgz","integrity":"sha512-gbpYFD43WcEvMBFdpwJKlO0Ap4FG9r9ztMx+3g/EV+8XIBBxlpzbxcGbsgi585gfvxoj6iPu86qa+4aamIADBg=="},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/run-applescript-3.0.0.tgz_1461693879463_0.8330901614390314"},"directories":{},"publish_time":1461693881987,"_hasShrinkwrap":false,"_cnpm_publish_time":1461693881987,"_cnpmcore_publish_time":"2021-12-16T11:28:54.924Z"},"2.1.0":{"name":"run-applescript","version":"2.1.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/run-applescript"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["osx","mac","applescript","osascript","run","execute"],"dependencies":{"pify":"^2.2.0","pinkie-promise":"^2.0.0"},"devDependencies":{"ava":"*","xo":"*"},"xo":{"ignores":["test.js"]},"gitHead":"0c6d00faf12ddae6b7205753d36a0f22d73639e9","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript","_id":"run-applescript@2.1.0","_shasum":"3bff2ccf95b6ceacb49723e550f00371d618510d","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"3bff2ccf95b6ceacb49723e550f00371d618510d","size":1597,"noattachment":false,"tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-2.1.0.tgz","integrity":"sha512-8b8AYEtVb1jKsoTHvmdoQ+QN3aHMQdw7YtaHZEzIhJouLjCz71cD2bsSCYq7Xf3yG5GnldFUtA064S1RkmHQsQ=="},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"publish_time":1447530113537,"_hasShrinkwrap":false,"_cnpm_publish_time":1447530113537,"_cnpmcore_publish_time":"2021-12-16T11:28:55.148Z"},"2.0.0":{"name":"run-applescript","version":"2.0.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/run-applescript"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["osx","mac","applescript","osascript","run","execute"],"dependencies":{"pify":"^2.2.0","pinkie-promise":"^1.0.0"},"devDependencies":{"ava":"*","xo":"*"},"xo":{"ignores":["test.js"]},"gitHead":"9b9ee92263d8a1908e389a45c463c36f3539f6f0","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript","_id":"run-applescript@2.0.0","_shasum":"16300884ffc80d81ed33afa480ab390ea001f8f8","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"16300884ffc80d81ed33afa480ab390ea001f8f8","size":1592,"noattachment":false,"tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-2.0.0.tgz","integrity":"sha512-9PwD+kALRH6gH7UqUxChE6554gSMKnQWF+h/6WMWGOCl4fwxicuWL+TpraogQKYJQnlTLXNHfM1JIFmlwQORSA=="},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"publish_time":1444069050532,"_hasShrinkwrap":false,"_cnpm_publish_time":1444069050532,"_cnpmcore_publish_time":"2021-12-16T11:28:55.344Z"},"1.0.1":{"name":"run-applescript","version":"1.0.1","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/run-applescript"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js","cli.js"],"keywords":["osx","mac","applescript"],"devDependencies":{"ava":"0.0.4"},"gitHead":"87160a82c3f5b8c655dbdedad99da6af0722ff93","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript","_id":"run-applescript@1.0.1","_shasum":"9f0be74a910dcea702caba65f747563706e86fe2","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"9f0be74a910dcea702caba65f747563706e86fe2","size":776,"noattachment":false,"tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-1.0.1.tgz","integrity":"sha512-JGWKTyIToNdWDM8PKaa96DBe5A6rO/rqSRr6npZwpjC8qxSHFH8pI8Cc0aw2o5+90rfcJtrYsDVkzwFyFxSMxg=="},"directories":{},"publish_time":1408386698448,"_hasShrinkwrap":false,"_cnpm_publish_time":1408386698448,"_cnpmcore_publish_time":"2021-12-16T11:28:55.568Z"},"1.0.0":{"name":"run-applescript","version":"1.0.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/run-applescript"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"os":["darwin"],"scripts":{"test":"node test.js"},"files":["index.js","cli.js"],"keywords":["osx","mac","applescript"],"devDependencies":{"ava":"0.0.4"},"gitHead":"a5b1072d6d66c65c4356affffe4425cc05d8806a","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript","_id":"run-applescript@1.0.0","_shasum":"8e5748a381d988132040f10f1a0f234d8e24cea7","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"8e5748a381d988132040f10f1a0f234d8e24cea7","size":785,"noattachment":false,"tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-1.0.0.tgz","integrity":"sha512-yJU2jiWT5jLlkI2X7QVUBURp9FAlbDknHN6qa4+31Z7VLMDknX05rc24V0T8AI8go4HKzZa6VulE+e7iSIXdzg=="},"directories":{},"publish_time":1408385358109,"_hasShrinkwrap":false,"_cnpm_publish_time":1408385358109,"_cnpmcore_publish_time":"2021-12-16T11:28:55.741Z"},"6.1.0":{"name":"run-applescript","version":"6.1.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/run-applescript.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["macos","mac","applescript","osascript","run","execute"],"dependencies":{"execa":"^5.1.1"},"devDependencies":{"ava":"^3.15.0","tsd":"^0.17.0","xo":"^0.44.0"},"types":"./index.d.ts","gitHead":"a196e8e4606adc6cbbb8575487b19562d9f98398","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript#readme","_id":"run-applescript@6.1.0","_nodeVersion":"16.16.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-4sbn5dfGD41izkksKNcYuhIIQduzNp0+kGM+GqhXcHr9TFIMffkBAcPFCiwP0K7T2h85JWSdTJTMbm6R5mG3SQ==","shasum":"5d9c630366c6a3da3ff007e57e05c69de7d28bd2","tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-6.1.0.tgz","fileCount":5,"unpackedSize":4761,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG5V/TxDSLfT9hvSacFCzlBft8/D/IAqzuwIDDdkxteHAiA6J1FkT2ddSztIk5WpOFbrf7S77AhshoW7vbZKbM1b6Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjl4b6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqf2w/9FCyPHIIBO/zI+OefPiVQHeOswc/lFsbbdyjrH8peJ/UYKrqc\r\nRMRjAsfIYJ9udMRvdfbnzmWunb1Y4Vj/5dZL8/UB8pFUeBNWJFMrlCzZCwZP\r\nVBPFqCC+bG/BQOfD/2F0QkPh5qi6ZnmW8a5swHVYWJxHquUPnmgJFptGY1UA\r\np9ZJxV3DMwwFqnpk3JrZya2l7wiv3SPC3AdIPD2rYcHOltkmVxrD8rXOeiRc\r\nQVcctluAyBT7NtchJLC2rLIHXL+hiwkFnltsch8DfT6fxkjCcL4ZFlNS0abw\r\n9M8NuTU2P68SqAwABX3PB4FZjV+QPtB32qfaXSaHZjC1GoJyBLXWCl1YF8ji\r\nh53gtN4XIdiDYGMx6xpIg3/2hYcXybekQpwlDMX39aSFR9xR4adKM2LAocFP\r\nkZM0NRVUTYSd6+TITHcv+hJqlHfAduuj8L8oTFm/r7TRbsOrufMwbXwssbuD\r\nDy4RLDjHF89kBDPrpoHH6md/8fip1dwUYcEKHjMjW0j57aggn3KPqnHTlxIL\r\ndG1luqrD3ZhhuYJAd/YWQm8xB+izDAnxsakyELKB7R1M+V7s2ce0b9KhZeMp\r\nBAQ1Vw2SXK3hD+ckuUjlpNgMRS2ybNljpLaWsx/XrU2rM20AtYa012ABkcGk\r\nLpanOWsGhSUir3MHXP6pODL+1VUY54pTVyc=\r\n=vXTf\r\n-----END PGP SIGNATURE-----\r\n","size":1955},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/run-applescript_6.1.0_1670874874495_0.5935398851940783"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-12T20:08:19.030Z"},"7.0.0":{"name":"run-applescript","version":"7.0.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/run-applescript.git"},"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"},"keywords":["macos","mac","applescript","osascript","run","execute"],"devDependencies":{"ava":"^6.0.1","tsd":"^0.30.0","xo":"^0.56.0"},"types":"./index.d.ts","gitHead":"9db60e8a8fa7db46534c3c8a05c0f58135280ebb","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript#readme","_id":"run-applescript@7.0.0","_nodeVersion":"18.19.0","_npmVersion":"9.2.0","dist":{"integrity":"sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==","shasum":"e5a553c2bffd620e169d276c1cd8f1b64778fbeb","tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-7.0.0.tgz","fileCount":5,"unpackedSize":5002,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcNBXzk4caiwQVnjBRJNpAvlgol/6PKoa4/Hp0Zg0iCAIgUwr20L7MUYdgF+vD1VVd36xjYTs9JJ3E6eSc6lwBnbE="}],"size":2081},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/run-applescript_7.0.0_1702941411969_0.12893780039970726"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-18T23:16:52.202Z","publish_time":1702941412202,"_source_registry_name":"default"},"7.1.0":{"name":"run-applescript","version":"7.1.0","description":"Run AppleScript and get the result","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/run-applescript.git"},"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"},"keywords":["macos","mac","applescript","osascript","run","execute"],"devDependencies":{"ava":"^6.0.1","tsd":"^0.30.0","xo":"^0.56.0"},"_id":"run-applescript@7.1.0","gitHead":"c060aaac7cdcded91760567eba0a533017c09fab","types":"./index.d.ts","bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript#readme","_nodeVersion":"20.19.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-DPe5pVFaAsinSaV6QjQ6gdiedWDcRCbUuiQfQa2wmWV7+xC9bGulGI8+TdRmoFkAPaBXk8CrAbnlY2ISniJ47Q==","shasum":"2e9e54c4664ec3106c5b5630e249d3d6595c4911","tarball":"https://registry.npmmirror.com/run-applescript/-/run-applescript-7.1.0.tgz","fileCount":5,"unpackedSize":5355,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDX/1uDEl/MRmwNZvQXGmI+8mjmORUQKBogxpgMCv27BAIhAOewMAEeB8GJv3S+paNf2WniFqTht8/NsDSPz819kwIX"}],"size":2193},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/run-applescript_7.1.0_1757425356294_0.9005203240359323"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-09T13:42:36.477Z","publish_time":1757425356477,"_source_registry_name":"default"}},"bugs":{"url":"https://github.com/sindresorhus/run-applescript/issues"},"homepage":"https://github.com/sindresorhus/run-applescript#readme","keywords":["macos","mac","applescript","osascript","run","execute"],"repository":{"type":"git","url":"git+https://github.com/sindresorhus/run-applescript.git"},"_source_registry_name":"default"}