{
  "_args": [
    [
      "idb@3.0.2",
      "/usr/local/pds/var/www/html/public_html/icargo/chat-staging"
    ]
  ],
  "_from": "idb@3.0.2",
  "_id": "idb@3.0.2",
  "_inBundle": false,
  "_integrity": "sha512-+FLa/0sTXqyux0o6C+i2lOR0VoS60LU/jzUo5xjfY6+7sEEgy4Gz1O7yFBXvjd7N0NyIGWIRg8DcQSLEG+VSPw==",
  "_location": "/idb",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "idb@3.0.2",
    "name": "idb",
    "escapedName": "idb",
    "rawSpec": "3.0.2",
    "saveSpec": null,
    "fetchSpec": "3.0.2"
  },
  "_requiredBy": [
    "/@firebase/installations",
    "/@firebase/messaging"
  ],
  "_resolved": "https://registry.npmjs.org/idb/-/idb-3.0.2.tgz",
  "_spec": "3.0.2",
  "_where": "/usr/local/pds/var/www/html/public_html/icargo/chat-staging",
  "author": {
    "name": "Jake Archibald"
  },
  "browser": "build/idb.js",
  "bugs": {
    "url": "https://github.com/jakearchibald/indexeddb-promised/issues"
  },
  "description": "IndexedDB but with promises",
  "devDependencies": {
    "rollup": "^1.0.2"
  },
  "homepage": "https://github.com/jakearchibald/indexeddb-promised#readme",
  "license": "ISC",
  "main": "lib/node.js",
  "module": "lib/idb.mjs",
  "name": "idb",
  "repository": {
    "type": "git",
    "url": "git://github.com/jakearchibald/indexeddb-promised.git"
  },
  "scripts": {
    "build": "rollup lib/idb.mjs --file build/idb.js --format umd --name idb"
  },
  "typings": "lib/idb.d.ts",
  "version": "3.0.2"
}
