{
  "_args": [
    [
      "graphql-depth-limit@1.1.0",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "graphql-depth-limit@1.1.0",
  "_id": "graphql-depth-limit@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-+3B2BaG8qQ8E18kzk9yiSdAa75i/hnnOwgSeAxVJctGQPvmeiLtqKOYF6HETCyRjiF7Xfsyal0HbLlxCQkgkrw==",
  "_location": "/graphql-depth-limit",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "graphql-depth-limit@1.1.0",
    "name": "graphql-depth-limit",
    "escapedName": "graphql-depth-limit",
    "rawSpec": "1.1.0",
    "saveSpec": null,
    "fetchSpec": "1.1.0"
  },
  "_requiredBy": [
    "/strapi-plugin-graphql"
  ],
  "_resolved": "https://registry.npmjs.org/graphql-depth-limit/-/graphql-depth-limit-1.1.0.tgz",
  "_spec": "1.1.0",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Andrew Carlson",
    "email": "acarl005@g.ucla.edu"
  },
  "ava": {
    "verbose": true
  },
  "bugs": {
    "url": "https://github.com/stems/graphql-depth-limit/issues"
  },
  "dependencies": {
    "arrify": "^1.0.1"
  },
  "description": "Limit the complexity of your GraphQL queries based on depth.",
  "devDependencies": {
    "ava": "^0.21.0",
    "eslint": "^4.4.1",
    "eslint-config-airbnb-base": "^11.3.1",
    "graphql": "^0.10.5",
    "jsdoc-to-markdown": "^3.0.0"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/stems/graphql-depth-limit#readme",
  "keywords": [
    "graphql",
    "complexity",
    "query",
    "depth",
    "limit"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "graphql-depth-limit",
  "peerDependencies": {
    "graphql": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stems/graphql-depth-limit.git"
  },
  "scripts": {
    "docs": "sed -n '/Documentation/q;p' README.md > README.bak.md; echo '## Documentation' >> README.bak.md; jsdoc2md --heading-depth 3 index.js >> README.bak.md && mv -f README.bak.md README.md",
    "lint": "eslint index.js",
    "test": "ava test.js"
  },
  "version": "1.1.0"
}
