{
  "_from": "exec-async@^2.2.0",
  "_id": "exec-async@2.2.0",
  "_inBundle": false,
  "_integrity": "sha1-x8WtLu80eNODkMbdOs/orw78gwE=",
  "_location": "/exec-async",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "exec-async@^2.2.0",
    "name": "exec-async",
    "escapedName": "exec-async",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/@expo/osascript"
  ],
  "_resolved": "https://registry.npmjs.org/exec-async/-/exec-async-2.2.0.tgz",
  "_shasum": "c7c5ad2eef3478d38390c6dd3acfe8af0efc8301",
  "_spec": "exec-async@^2.2.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/osascript",
  "author": {
    "name": "Charlie Cheever",
    "email": "ccheever@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ccheever/exec-async/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Returns a promise with the results of a shell command",
  "homepage": "https://github.com/ccheever/exec-async#readme",
  "keywords": [
    "shell",
    "exec",
    "promise"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "exec-async",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ccheever/exec-async.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "2.2.0"
}