{
  "_args": [
    [
      "idb@6.1.5",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "idb@6.1.5",
  "_id": "idb@6.1.5",
  "_inBundle": false,
  "_integrity": "sha512-IJtugpKkiVXQn5Y+LteyBCNk1N8xpGV3wWZk9EVtZWH8DYkjBn0bX1XnGP9RkyZF0sAcywa6unHqSWKe7q4LGw==",
  "_location": "/idb",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "idb@6.1.5",
    "name": "idb",
    "escapedName": "idb",
    "rawSpec": "6.1.5",
    "saveSpec": null,
    "fetchSpec": "6.1.5"
  },
  "_requiredBy": [
    "/workbox-background-sync",
    "/workbox-expiration"
  ],
  "_resolved": "https://registry.npmjs.org/idb/-/idb-6.1.5.tgz",
  "_spec": "6.1.5",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "author": {
    "name": "Jake Archibald"
  },
  "bugs": {
    "url": "https://github.com/jakearchibald/idb/issues"
  },
  "description": "A small wrapper that makes IndexedDB usable",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^19.0.0",
    "@types/chai": "^4.2.18",
    "@types/mocha": "^8.2.2",
    "chai": "^4.3.4",
    "conditional-type-checks": "^1.0.5",
    "del": "^6.0.0",
    "filesize": "^6.3.0",
    "glob": "^7.1.7",
    "mocha": "^8.4.0",
    "prettier": "^2.3.0",
    "rollup": "^2.48.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.3.1-rc"
  },
  "files": [
    "build/**",
    "with-*"
  ],
  "homepage": "https://github.com/jakearchibald/idb#readme",
  "license": "ISC",
  "main": "build/cjs/index.js",
  "module": "build/esm/index.js",
  "name": "idb",
  "repository": {
    "type": "git",
    "url": "git://github.com/jakearchibald/idb.git"
  },
  "scripts": {
    "build": "PRODUCTION=1 rollup -c && node --experimental-modules lib/size-report.mjs",
    "dev": "rollup -c --watch"
  },
  "typings": "build/esm/index.d.ts",
  "version": "6.1.5"
}
