{
  "_from": "delay-async@1.2.0",
  "_id": "delay-async@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-BDhPL4k42yL2c0b5zTUlMIM3/wmv77HOgZi4ya/8tOHw16GZ1i9Qj7Tmy3xt0jWb4VmpQtklLPReUtOUZUuzuQ==",
  "_location": "/delay-async",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "delay-async@1.2.0",
    "name": "delay-async",
    "escapedName": "delay-async",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/@expo/xdl",
    "/expo-cli"
  ],
  "_resolved": "https://registry.npmjs.org/delay-async/-/delay-async-1.2.0.tgz",
  "_shasum": "d62f7974868bd91980c6b9c17dc8132c6768709b",
  "_spec": "delay-async@1.2.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/expo-cli",
  "author": {
    "name": "support@expo.io"
  },
  "bugs": {
    "url": "https://github.com/expo/delay-async/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A Promise-based wrapper for setTimeout",
  "devDependencies": {
    "typescript": "^3.5.2"
  },
  "files": [
    "build",
    "index.js"
  ],
  "homepage": "https://github.com/expo/delay-async#readme",
  "keywords": [
    "delay",
    "wait",
    "async",
    "promise",
    "setTimeout"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "delay-async",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expo/delay-async.git"
  },
  "scripts": {
    "build": "rm -rf ./build && tsc",
    "prepare": "yarn build"
  },
  "types": "./build/delayAsync.d.ts",
  "version": "1.2.0"
}