{
  "_args": [
    [
      "feathers-mongodb@6.3.1",
      "/home/www.john-steel.com/editor/api"
    ]
  ],
  "_from": "feathers-mongodb@6.3.1",
  "_id": "feathers-mongodb@6.3.1",
  "_inBundle": false,
  "_integrity": "sha512-C7Bpn3suh1Q8D25+CzWTLCqsEBs9xm1hX4DtnFPdIi25SIvKZH0xGXoMelqP4YbpQ+uIHb3YhwNaylyipmJYMQ==",
  "_location": "/feathers-mongodb",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "feathers-mongodb@6.3.1",
    "name": "feathers-mongodb",
    "escapedName": "feathers-mongodb",
    "rawSpec": "6.3.1",
    "saveSpec": null,
    "fetchSpec": "6.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/feathers-mongodb/-/feathers-mongodb-6.3.1.tgz",
  "_spec": "6.3.1",
  "_where": "/home/www.john-steel.com/editor/api",
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "http://feathersjs.com"
  },
  "bugs": {
    "url": "https://github.com/feathersjs-ecosystem/feathers-mongodb/issues"
  },
  "contributors": [
    {
      "name": "Eric Kryski",
      "email": "e.kryski@gmail.com",
      "url": "http://erickryski.com"
    },
    {
      "name": "David Luecke",
      "email": "daff@neyeon.de",
      "url": "http://neyeon.com"
    },
    {
      "name": "Marshall Thompson",
      "email": "marshall@creativeideal.net"
    }
  ],
  "dependencies": {
    "@feathersjs/adapter-commons": "^4.5.2",
    "@feathersjs/commons": "^4.5.3",
    "@feathersjs/errors": "^4.5.3"
  },
  "description": "Feathers MongoDB service",
  "devDependencies": {
    "@feathersjs/adapter-tests": "^4.5.4",
    "@feathersjs/express": "^4.5.4",
    "@feathersjs/feathers": "^4.5.3",
    "@feathersjs/socketio": "^4.5.4",
    "@types/mongodb": "^3.5.14",
    "chai": "^4.2.0",
    "dtslint": "^3.4.2",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^7.1.2",
    "mongodb": "^3.5.7",
    "run-rs": "^0.6.2",
    "semistandard": "^14.2.0"
  },
  "engines": {
    "node": ">= 8"
  },
  "homepage": "https://github.com/feathersjs-ecosystem/feathers-mongodb",
  "keywords": [
    "feathers",
    "feathers-plugin",
    "REST",
    "Socket.io",
    "realtime",
    "mongo",
    "mongoskin",
    "mongodb",
    "service"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "feathers-mongodb",
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs-ecosystem/feathers-mongodb.git"
  },
  "scripts": {
    "changelog": "github_changelog_generator --user feathersjs-ecosystem --project feathers-mongodb && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts",
    "dtslint": "dtslint types",
    "lint": "semistandard --fix",
    "mocha": "mocha --opts mocha.opts",
    "mongodb": "run-rs -v 4.0.0",
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "release:major": "npm version major && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:patch": "npm version patch && npm publish",
    "test": "npm run lint && npm run dtslint && npm run coverage"
  },
  "semistandard": {
    "env": [
      "mocha"
    ]
  },
  "types": "types",
  "version": "6.3.1"
}
