{
  "_from": "p-timeout@3.1.0",
  "_id": "p-timeout@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-C27DYI+tCroT8J8cTEyySGydl2B7FlxrGNF5/wmMbl1V+jeehUCzEE/BVgzRebdm2K3ZitKOKx8YbdFumDyYmw==",
  "_location": "/p-timeout",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "p-timeout@3.1.0",
    "name": "p-timeout",
    "escapedName": "p-timeout",
    "rawSpec": "3.1.0",
    "saveSpec": null,
    "fetchSpec": "3.1.0"
  },
  "_requiredBy": [
    "/@expo/xdl"
  ],
  "_resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.1.0.tgz",
  "_shasum": "198c1f503bb973e9b9727177a276c80afd6851f3",
  "_spec": "p-timeout@3.1.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/@expo/xdl",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/p-timeout/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "p-finally": "^1.0.0"
  },
  "deprecated": false,
  "description": "Timeout a promise after a specified amount of time",
  "devDependencies": {
    "ava": "^1.4.1",
    "delay": "^4.1.0",
    "p-cancelable": "^2.0.0",
    "tsd": "^0.7.2",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/sindresorhus/p-timeout#readme",
  "keywords": [
    "promise",
    "timeout",
    "error",
    "invalidate",
    "async",
    "await",
    "promises",
    "time",
    "out",
    "cancel",
    "bluebird"
  ],
  "license": "MIT",
  "name": "p-timeout",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/p-timeout.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "3.1.0"
}