{
  "_from": "idb@^5.0.4",
  "_id": "idb@5.0.4",
  "_inBundle": false,
  "_integrity": "sha512-g+CRa0NLB5R+VTd8UQK/J8eEPlZk82iwekJQOYA0bFJsc7TGDKyBywNmLBUdHPUyyazV1wN8DdHhSKzEX9Z9kQ==",
  "_location": "/idb",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "idb@^5.0.4",
    "name": "idb",
    "escapedName": "idb",
    "rawSpec": "^5.0.4",
    "saveSpec": null,
    "fetchSpec": "^5.0.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/idb/-/idb-5.0.4.tgz",
  "_shasum": "9b6d42d5eff3c7f063b6f4d3e7c7e9aaeae2fd7a",
  "_spec": "idb@^5.0.4",
  "_where": "C:\\Lab\\GitLab\\Formio\\publish_npm_package\\formio\\formiojs",
  "author": {
    "name": "Jake Archibald"
  },
  "bugs": {
    "url": "https://github.com/jakearchibald/idb/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A small wrapper that makes IndexedDB usable",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^12.0.0",
    "@types/chai": "^4.2.11",
    "@types/mocha": "^7.0.2",
    "chai": "^4.2.0",
    "conditional-type-checks": "^1.0.5",
    "del": "^5.1.0",
    "filesize": "^6.1.0",
    "glob": "^7.1.6",
    "mocha": "^7.2.0",
    "prettier": "^2.0.5",
    "rollup": "^2.10.9",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^6.1.0",
    "typescript": "^3.9.3"
  },
  "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": "5.0.4"
}
