{
  "_from": "@feathersjs/feathers@^4.5.1",
  "_id": "@feathersjs/feathers@4.5.11",
  "_inBundle": false,
  "_integrity": "sha512-13zorhzi9eOwAW+l3oT4K8+CGCljpd9yPkx1XOZZyG5J1RSENWpPhgJ5Oe+qWw6Iqk768UBYp3+W1hLCQa6t2g==",
  "_location": "/@feathersjs/feathers",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@feathersjs/feathers@^4.5.1",
    "name": "@feathersjs/feathers",
    "escapedName": "@feathersjs%2ffeathers",
    "scope": "@feathersjs",
    "rawSpec": "^4.5.1",
    "saveSpec": null,
    "fetchSpec": "^4.5.1"
  },
  "_requiredBy": [
    "/",
    "/@feathersjs/adapter-commons",
    "/@feathersjs/authentication",
    "/@feathersjs/authentication-local",
    "/@feathersjs/authentication-oauth",
    "/@feathersjs/configuration",
    "/feathers-hooks-common"
  ],
  "_resolved": "https://registry.npmjs.org/@feathersjs/feathers/-/feathers-4.5.11.tgz",
  "_shasum": "98999fe3857896bd15a676d4660dd92fe22481c4",
  "_spec": "@feathersjs/feathers@^4.5.1",
  "_where": "/home/editor/editor.api",
  "author": {
    "name": "Feathers contributors",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "bugs": {
    "url": "https://github.com/feathersjs/feathers/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@feathersjs/commons": "^4.5.11",
    "debug": "^4.3.1",
    "events": "^3.2.0",
    "uberproto": "^2.0.6"
  },
  "deprecated": false,
  "description": "A framework for real-time applications and REST API with JavaScript and TypeScript",
  "devDependencies": {
    "mocha": "^8.2.1"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 10"
  },
  "files": [
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "src/**",
    "lib/**",
    "*.d.ts",
    "*.js"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/daffl"
  },
  "gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81",
  "homepage": "http://feathersjs.com",
  "keywords": [
    "feathers",
    "REST",
    "socket.io",
    "realtime"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@feathersjs/feathers",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/feathers.git"
  },
  "scripts": {
    "publish": "npm run reset-version",
    "reset-version": "node -e \"console.log('module.exports = \\'development\\';')\" > lib/version.js",
    "test": "mocha --config ../../.mocharc.json",
    "version": "npm run write-version",
    "write-version": "node -e \"console.log('module.exports = \\'' + require('./package.json').version + '\\';')\" > lib/version.js"
  },
  "types": "index.d.ts",
  "version": "4.5.11"
}
