149 lines
3.9 KiB
JSON
149 lines
3.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "@expo/osascript@^1.8.0",
|
|
"scope": "@expo",
|
|
"escapedName": "@expo%2fosascript",
|
|
"name": "@expo/osascript",
|
|
"rawSpec": "^1.8.0",
|
|
"spec": ">=1.8.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl"
|
|
]
|
|
],
|
|
"_from": "@expo/osascript@>=1.8.0 <2.0.0",
|
|
"_id": "@expo/osascript@1.8.1",
|
|
"_inCache": true,
|
|
"_location": "/@expo/osascript",
|
|
"_nodeVersion": "8.5.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/osascript-1.8.1.tgz_1508799756330_0.149377180961892"
|
|
},
|
|
"_npmUser": {
|
|
"name": "expoadmin",
|
|
"email": "exponent.team@gmail.com"
|
|
},
|
|
"_npmVersion": "4.6.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "@expo/osascript@^1.8.0",
|
|
"scope": "@expo",
|
|
"escapedName": "@expo%2fosascript",
|
|
"name": "@expo/osascript",
|
|
"rawSpec": "^1.8.0",
|
|
"spec": ">=1.8.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/xdl"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@expo/osascript/-/osascript-1.8.1.tgz",
|
|
"_shasum": "d145f6c1b4ac9663c0bf5f3054236dc87dc4deba",
|
|
"_shrinkwrap": null,
|
|
"_spec": "@expo/osascript@^1.8.0",
|
|
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/xdl",
|
|
"author": {
|
|
"name": "support@expo.io"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expo/osascript/issues"
|
|
},
|
|
"dependencies": {
|
|
"@expo/spawn-async": "^1.2.8",
|
|
"babel-runtime": "^6.23.0",
|
|
"exec-async": "^2.2.0"
|
|
},
|
|
"description": "Tools for running an osascripts in Node",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-es2017": "^6.24.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "d145f6c1b4ac9663c0bf5f3054236dc87dc4deba",
|
|
"tarball": "https://registry.npmjs.org/@expo/osascript/-/osascript-1.8.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"files": [
|
|
"lib/",
|
|
"src/"
|
|
],
|
|
"homepage": "https://github.com/expo/osascript#readme",
|
|
"keywords": [
|
|
"osascript",
|
|
"mac",
|
|
"osx",
|
|
"spawn",
|
|
"exec"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "davepack",
|
|
"email": "dave@expo.io"
|
|
},
|
|
{
|
|
"name": "abi",
|
|
"email": "abimanyuraja@gmail.com"
|
|
},
|
|
{
|
|
"name": "jesseruder",
|
|
"email": "jesse@sixfivezero.net"
|
|
},
|
|
{
|
|
"name": "terribleben",
|
|
"email": "ben@exp.host"
|
|
},
|
|
{
|
|
"name": "ccheever",
|
|
"email": "ccheever@gmail.com"
|
|
},
|
|
{
|
|
"name": "dikaiosune",
|
|
"email": "adam.n.perry@gmail.com"
|
|
},
|
|
{
|
|
"name": "nikki93",
|
|
"email": "s.nikhilesh@gmail.com"
|
|
},
|
|
{
|
|
"name": "brentvatne",
|
|
"email": "brentvatne@gmail.com"
|
|
},
|
|
{
|
|
"name": "skevy",
|
|
"email": "adam@sk3vy.com"
|
|
},
|
|
{
|
|
"name": "ide",
|
|
"email": "ide+npm@jameside.com"
|
|
},
|
|
{
|
|
"name": "expoadmin",
|
|
"email": "exponent.team@gmail.com"
|
|
}
|
|
],
|
|
"name": "@expo/osascript",
|
|
"optionalDependencies": {},
|
|
"readme": "# osascript\nTools for running an osascripts in Node\n\n```js\n ccheever@Charless-MacBook-Air:~/projects/osascript$nesh -y\n .Node v4.1.0\n Type .help for more information\n nesh*> .require .\n osascript = require(\"/Users/ccheever/projects/osascript\")\n nesh*> yield osascript.execAsync('tell app \"System Events\" to count processes whose name is \"Simulator\"')\n '1\\n'\n nesh*> yield osascript.spawnAsync('quit app \"Safari\"')\n 0\n nesh*>\n```\n",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expo/osascript.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src --out-dir lib --source-maps",
|
|
"prepublish": "npm run build",
|
|
"watch": "babel src --out-dir lib --source-maps --watch"
|
|
},
|
|
"version": "1.8.1"
|
|
}
|