{
  "_args": [
    [
      "p-is-promise@^1.1.0",
      "/var/www/html/recipes/api/node_modules/mem"
    ]
  ],
  "_from": "p-is-promise@>=1.1.0 <2.0.0",
  "_id": "p-is-promise@1.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/p-is-promise",
  "_nodeVersion": "7.2.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/p-is-promise-1.1.0.tgz_1480311619830_0.49488614220172167"
  },
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "name": "p-is-promise",
    "raw": "p-is-promise@^1.1.0",
    "rawSpec": "^1.1.0",
    "scope": null,
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/mem"
  ],
  "_resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz",
  "_shasum": "9c9456989e9f6588017b0434d56097675c3da05e",
  "_shrinkwrap": null,
  "_spec": "p-is-promise@^1.1.0",
  "_where": "/var/www/html/recipes/api/node_modules/mem",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/p-is-promise/issues"
  },
  "dependencies": {},
  "description": "Check if something is a promise",
  "devDependencies": {
    "ava": "*",
    "bluebird": "^3.4.6",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "9c9456989e9f6588017b0434d56097675c3da05e",
    "tarball": "http://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "4333abad2f82fb0b33fbdd962ec25d7e3f0e0672",
  "homepage": "https://github.com/sindresorhus/p-is-promise#readme",
  "keywords": [
    "async",
    "await",
    "bluebird",
    "check",
    "detect",
    "es2015",
    "is",
    "kind",
    "promise",
    "promises",
    "thenable",
    "type"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "p-is-promise",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/p-is-promise.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.1.0",
  "xo": {
    "esnext": true
  }
}
