{
  "_args": [
    [
      {
        "raw": "p-cancelable@^1.0.0",
        "scope": null,
        "escapedName": "p-cancelable",
        "name": "p-cancelable",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/NodeProjects/ipAddress/node_modules/got"
    ]
  ],
  "_from": "p-cancelable@>=1.0.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "p-cancelable@1.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/p-cancelable",
  "_nodeVersion": "8.15.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/p-cancelable_1.1.0_1552034587600_0.8347780998024625"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "6.8.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "p-cancelable@^1.0.0",
    "scope": null,
    "escapedName": "p-cancelable",
    "name": "p-cancelable",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz",
  "_shasum": "d078d15a3af409220c886f1d9a0ca2e441ab26cc",
  "_shrinkwrap": null,
  "_spec": "p-cancelable@^1.0.0",
  "_where": "/Users/robertdodson/Documents/htdocs/NodeProjects/ipAddress/node_modules/got",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/p-cancelable/issues"
  },
  "dependencies": {},
  "description": "Create a promise that can be canceled",
  "devDependencies": {
    "ava": "^1.3.1",
    "delay": "^4.1.0",
    "promise.prototype.finally": "^3.1.0",
    "tsd-check": "^0.3.0",
    "xo": "^0.24.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==",
    "shasum": "d078d15a3af409220c886f1d9a0ca2e441ab26cc",
    "tarball": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz",
    "fileCount": 5,
    "unpackedSize": 12515,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgiscCRA9TVsSAnZWagAAlT4P/RRYuvZxdtzqjQ1Qne9s\nN9IfUkgrXB8HDImsX3t6rVchQIsLB1FRr0K2IT8ORf2WFTNUDQ3h9GxgMRNv\nMP5jQpVwTsN2ZR+hBp74PG+600x0eTTyVZO6L6yUo4YtazFssaLT0bMvSYZx\nAIP48RG2D2CaS7xo3fd2dQjXC2EtgmIGprUTUQVHByd/mIeyr4UV5cMywpJF\nTrVSX5hD/ZG+r1q4dNJ31piAyAK925gkMOOPlpBn9pljN57FB7uOukS/e2FX\nzmMzYhFU1AkTZmhbiQgon7kb7XGHC1R3KPTuE1/boB0rLZkQGBrEy8taKxXg\ncJ8q5Lgn8XhFl+Ou1t2aC1CelBXn0yWA+nBSsE1UyqS+cblw2HoPJOB0vt9N\noSWgcxAB2Tpkk0xsuOIcP/Y1Dan+Py6uO3IfC7PEydt7EFap9JJAL0R0Wnxw\nf+Ht0OoteCovHg2Yumdqui39yNuHwX8IxmyJWizCFT0Qhr5pUhdIusOoWx45\nVAqe5XGsIIosoXpW760u9iPGnlMGx3qul2zwLysDk+kw7czBZvmzNHGe4F03\n+0GF5x+xi5YRVqauLPmJc+2BesAoszit0FJ0fCbc6+krMlC0sD4bxxeTOJ7o\nP8Vqan2Z9DrV38av6En+ys8Zs+NRSESZRng6wAP3KGqZH13KfueDIB5TfLU/\nsPQG\r\n=uzFX\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=6"
  },
  "gitHead": "8746e2a93a925e4e28a7848b6e08cad799f33ddd",
  "homepage": "https://github.com/sindresorhus/p-cancelable#readme",
  "keywords": [
    "promise",
    "cancelable",
    "cancel",
    "canceled",
    "canceling",
    "cancellable",
    "cancellation",
    "abort",
    "abortable",
    "aborting",
    "cleanup",
    "task",
    "token",
    "async",
    "function",
    "await",
    "promises",
    "bluebird"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "p-cancelable",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/p-cancelable.git"
  },
  "scripts": {
    "test": "xo && ava && tsd-check"
  },
  "version": "1.1.0",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=6"
      },
      "pkgid": "p-cancelable@1.1.0"
    }
  ]
}
