{
  "_args": [
    [
      "@adonisjs/auth@3.2.0",
      "/home/real49/whatsappBot/beta"
    ]
  ],
  "_from": "@adonisjs/auth@3.2.0",
  "_id": "@adonisjs/auth@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-Bawnpg8BaPrVmG1QhX3egw2SfYOtrOcMpn2q/ck58J9A4WUJAk1LZWXIeu2AF0jrASZuXlmdy4HIMFpl8NKVZg==",
  "_location": "/@adonisjs/auth",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@adonisjs/auth@3.2.0",
    "name": "@adonisjs/auth",
    "escapedName": "@adonisjs%2fauth",
    "scope": "@adonisjs",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@adonisjs/auth/-/auth-3.2.0.tgz",
  "_spec": "3.2.0",
  "_where": "/home/real49/whatsappBot/beta",
  "author": {
    "name": "adonisjs"
  },
  "bugs": {
    "url": "https://github.com/adonisjs/adonis-auth/issues"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@adonisjs/generic-exceptions": "^2.0.1",
    "basic-auth": "^2.0.1",
    "debug": "^4.0.1",
    "jsonwebtoken": "^8.3.0",
    "lodash": "^4.17.11",
    "ms": "^2.1.1",
    "resetable": "^1.0.3",
    "uuid": "^8.3.2"
  },
  "description": "Offical authentication provider for Adonis framework",
  "devDependencies": {
    "@adonisjs/fold": "^4.1.0",
    "@adonisjs/lucid": "^6.3.0",
    "@adonisjs/mrm-preset": "^1.0.13",
    "@adonisjs/sink": "^1.1.0",
    "commitizen": "^4.2.3",
    "cookie": "^0.4.1",
    "cz-conventional-changelog": "^3.3.0",
    "edge.js": "^1.1.4",
    "fs-extra": "^9.1.0",
    "japa": "^3.1.1",
    "macroable": "^1.0.0",
    "mrm": "^2.6.1",
    "node-req": "^2.1.1",
    "pkg-ok": "^2.2.0",
    "semver": "^7.3.5",
    "sqlite3": "^5.0.2",
    "standard": "^16.0.3",
    "supertest": "^6.1.3"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "src",
    "providers",
    "templates",
    "instructions.js",
    "instructions.md"
  ],
  "homepage": "https://github.com/adonisjs/adonis-auth#readme",
  "keywords": [
    "adonis",
    "adonis-framework",
    "adonis-auth",
    "authentication"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "@adonisjs/auth",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adonisjs/adonis-auth.git"
  },
  "scripts": {
    "commit": "git-cz",
    "lint": "standard",
    "mrm": "mrm --preset=@adonisjs/mrm-preset",
    "pretest": "npm run lint",
    "test": "node japaFile.js",
    "test:win": "node japaFile.js"
  },
  "standard": {
    "globals": [
      "use"
    ]
  },
  "version": "3.2.0"
}
