{
  "_from": "@feathersjs/adapter-commons@^4.5.11",
  "_id": "@feathersjs/adapter-commons@4.5.11",
  "_inBundle": false,
  "_integrity": "sha512-qJ+P/6GLR3KfXhzgRkvl3p66YmaTxLO1js1Jzs+d5QnnUYx+jWSV7tzYVZoVjQSlF8ht/zh9N5qfh0RV9w1E+w==",
  "_location": "/@feathersjs/adapter-commons",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@feathersjs/adapter-commons@^4.5.11",
    "name": "@feathersjs/adapter-commons",
    "escapedName": "@feathersjs%2fadapter-commons",
    "scope": "@feathersjs",
    "rawSpec": "^4.5.11",
    "saveSpec": null,
    "fetchSpec": "^4.5.11"
  },
  "_requiredBy": [
    "/feathers-mongodb"
  ],
  "_resolved": "https://registry.npmjs.org/@feathersjs/adapter-commons/-/adapter-commons-4.5.11.tgz",
  "_shasum": "b7eaa9a9124591aa639f9080a7522fa60fb29915",
  "_spec": "@feathersjs/adapter-commons@^4.5.11",
  "_where": "/home/editor/editor.api/node_modules/feathers-mongodb",
  "author": {
    "name": "Feathers contributor",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "bugs": {
    "url": "https://github.com/feathersjs/databases/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "dependencies": {
    "@feathersjs/commons": "^4.5.11",
    "@feathersjs/errors": "^4.5.11",
    "@feathersjs/feathers": "^4.5.11"
  },
  "deprecated": false,
  "description": "Shared database adapter utility functions",
  "devDependencies": {
    "@types/mocha": "^8.0.4",
    "@types/mongodb": "^3.6.1",
    "@types/node": "^14.14.10",
    "mocha": "^8.2.1",
    "mongodb": "^3.6.3",
    "shx": "^0.3.3",
    "ts-node": "^9.1.0",
    "typescript": "^4.1.2"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "src/**",
    "lib/**"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/feathers"
  },
  "gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81",
  "homepage": "https://feathersjs.com",
  "keywords": [
    "feathers"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "@feathersjs/adapter-commons",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/databases.git"
  },
  "scripts": {
    "compile": "shx rm -rf lib/ && tsc",
    "prepublish": "npm run compile",
    "test": "mocha --config ../../.mocharc.ts.json --recursive test/**.test.ts test/**/*.test.ts"
  },
  "types": "lib/",
  "version": "4.5.11"
}
