{
  "_from": "@feathersjs/commons@^4.5.11",
  "_id": "@feathersjs/commons@4.5.11",
  "_inBundle": false,
  "_integrity": "sha512-it/9lc0OER36+2zidopWo6Z4xRqNImQ+qegyQdHEuIDpEsYLXAv6MVHuDccaW2x2UmW5pce75UB7DhQ8yh8J/Q==",
  "_location": "/@feathersjs/commons",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@feathersjs/commons@^4.5.11",
    "name": "@feathersjs/commons",
    "escapedName": "@feathersjs%2fcommons",
    "scope": "@feathersjs",
    "rawSpec": "^4.5.11",
    "saveSpec": null,
    "fetchSpec": "^4.5.11"
  },
  "_requiredBy": [
    "/@feathersjs/adapter-commons",
    "/@feathersjs/express",
    "/@feathersjs/feathers",
    "/@feathersjs/transport-commons",
    "/feathers-hooks-common",
    "/feathers-mongodb",
    "/feathers-mongodb-fuzzy-search"
  ],
  "_resolved": "https://registry.npmjs.org/@feathersjs/commons/-/commons-4.5.11.tgz",
  "_shasum": "4c9d04e6996b823981b714312f7915c4469f0ffd",
  "_spec": "@feathersjs/commons@^4.5.11",
  "_where": "/home/editor/editor.api/node_modules/@feathersjs/feathers",
  "author": {
    "name": "Feathers contributor",
    "email": "hello@feathersjs.com",
    "url": "https://feathersjs.com"
  },
  "bugs": {
    "url": "https://github.com/feathersjs/feathers/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "deprecated": false,
  "description": "Shared Feathers utility functions",
  "devDependencies": {
    "@types/mocha": "^8.0.4",
    "@types/node": "^14.14.10",
    "mocha": "^8.2.1",
    "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/**",
    "*.d.ts",
    "*.js"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/daffl"
  },
  "gitHead": "de0526849eb36ab6ef19ef1764e0d9e0a6ccbd81",
  "homepage": "https://feathersjs.com",
  "keywords": [
    "feathers"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "@feathersjs/commons",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/feathersjs/feathers.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"
}
