{
  "_args": [
    [
      "native-or-bluebird@1.1.2",
      "/app"
    ]
  ],
  "_from": "native-or-bluebird@1.1.2",
  "_id": "native-or-bluebird@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-OSHhECMtHreQ89rGG7NwUxx9NW4=",
  "_location": "/native-or-bluebird",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "native-or-bluebird@1.1.2",
    "name": "native-or-bluebird",
    "escapedName": "native-or-bluebird",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/uid-safe"
  ],
  "_resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/app",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/normalize/native-or-bluebird/issues"
  },
  "description": "use either the native Promise or Bluebird",
  "devDependencies": {
    "bluebird": "*",
    "istanbul": "0",
    "mocha": "1"
  },
  "files": [
    "index.js",
    "promise.js",
    "LICENSE"
  ],
  "homepage": "https://github.com/normalize/native-or-bluebird#readme",
  "keywords": [
    "bluebird",
    "promise",
    "promises"
  ],
  "license": "MIT",
  "name": "native-or-bluebird",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/normalize/native-or-bluebird.git"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "1.1.2"
}
