{
  "_from": "feathers-hooks-common@^5.0.5",
  "_id": "feathers-hooks-common@5.0.6",
  "_inBundle": false,
  "_integrity": "sha512-XxCPxZxUgKdNRSLAt0l8c/ovA5AmYHrD5LVuDNdawUapm3dLmfSIBex2emHHEaLuyscpiAl9AtkK0+MnqR2Y1g==",
  "_location": "/feathers-hooks-common",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "feathers-hooks-common@^5.0.5",
    "name": "feathers-hooks-common",
    "escapedName": "feathers-hooks-common",
    "rawSpec": "^5.0.5",
    "saveSpec": null,
    "fetchSpec": "^5.0.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/feathers-hooks-common/-/feathers-hooks-common-5.0.6.tgz",
  "_shasum": "eac65521d44c306c838f14c9f1f6deb785ac0b35",
  "_spec": "feathers-hooks-common@^5.0.5",
  "_where": "/home/editor/editor.api",
  "author": {
    "name": "John J. Szwaronek",
    "email": "johnsz9999@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/feathersjs/feathers-hooks-common/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@feathers-plus/batch-loader": "^0.3.6",
    "@feathersjs/commons": "^4.5.11",
    "@feathersjs/errors": "^4.5.11",
    "@feathersjs/feathers": "^4.5.11",
    "ajv": "^6.12.6",
    "debug": "^4.3.1",
    "graphql": "^15.5.0",
    "lodash": "^4.17.21",
    "process": "0.11.10",
    "traverse": "^0.6.6"
  },
  "deprecated": false,
  "description": "Useful hooks for use with Feathersjs services.",
  "devDependencies": {
    "@feathers-plus/cache": "^1.4.0",
    "@feathers-plus/graphql": "^1.10.0",
    "@feathersjs/authentication": "^4.5.11",
    "@feathersjs/authentication-jwt": "^2.0.10",
    "@feathersjs/authentication-local": "^4.5.11",
    "@feathersjs/client": "^4.5.11",
    "@feathersjs/express": "^4.5.11",
    "@feathersjs/socketio": "^4.5.11",
    "@feathersjs/socketio-client": "^4.5.11",
    "@types/node": "^15.0.3",
    "chai": "^4.3.4",
    "clone": "^2.1.2",
    "coveralls": "^3.1.0",
    "dtslint": "^4.0.9",
    "feathers-memory": "^4.1.0",
    "http-shutdown": "^1.2.2",
    "istanbul": "^1.1.0-alpha.1",
    "mkdirp": "^1.0.4",
    "mocha": "^8.4.0",
    "mongodb": "^3.6.6",
    "npm-check-updates": "^11.5.11",
    "semistandard": "^16.0.0",
    "shx": "^0.3.3",
    "sift": "^13.5.3",
    "typescript": "^4.2.4",
    "vuepress": "^1.8.2",
    "vuepress-theme-default-prefers-color-scheme": "^2.0.0"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 10"
  },
  "homepage": "https://github.com/feathersjs/feathers-hooks-common#readme",
  "keywords": [
    "feathers",
    "feathersjs",
    "hook",
    "hooks",
    "service",
    "filters",
    "permission"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "feathers-hooks-common",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/feathersjs/feathers-hooks-common.git"
  },
  "scripts": {
    "changelog": "github_changelog_generator --max-issues 200 -u feathersjs-ecosystem -p feathers-hooks-common && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive tests/",
    "docs": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "lint": "semistandard --fix",
    "lint:types": "dtslint types",
    "mocha": "mocha --recursive tests/",
    "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",
    "release:prerelease": "npm version prerelease && npm publish --tag pre",
    "test": "npm run lint && npm run lint:types && npm run coverage",
    "update-dependencies": "ncu -u -x ajv"
  },
  "semistandard": {
    "env": [
      "mocha"
    ]
  },
  "types": "types/",
  "version": "5.0.6"
}
