{
  "_args": [
    [
      "@strapi/plugin-users-permissions@4.3.2",
      "/home/bkra0192/evag_andy/strapi"
    ]
  ],
  "_from": "@strapi/plugin-users-permissions@4.3.2",
  "_id": "@strapi/plugin-users-permissions@4.3.2",
  "_inBundle": false,
  "_integrity": "sha512-qWZDwZdQ1O+PbQwWPbnFNk3U5xomIT3la2p+AmQ264VpbAZjd+nOrWJ2fwjM872MO0yUwjB+2fnQJP2rHpvzqw==",
  "_location": "/@strapi/plugin-users-permissions",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@strapi/plugin-users-permissions@4.3.2",
    "name": "@strapi/plugin-users-permissions",
    "escapedName": "@strapi%2fplugin-users-permissions",
    "scope": "@strapi",
    "rawSpec": "4.3.2",
    "saveSpec": null,
    "fetchSpec": "4.3.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.3.2.tgz",
  "_spec": "4.3.2",
  "_where": "/home/bkra0192/evag_andy/strapi",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "dependencies": {
    "@strapi/helper-plugin": "4.3.2",
    "@strapi/utils": "4.3.2",
    "bcryptjs": "2.4.3",
    "grant-koa": "5.4.8",
    "jsonwebtoken": "^8.1.0",
    "koa2-ratelimit": "^1.1.1",
    "lodash": "4.17.21",
    "purest": "4.0.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-intl": "5.20.2",
    "react-redux": "7.2.8",
    "react-router": "^5.2.0",
    "react-router-dom": "5.2.0",
    "redux-saga": "^0.16.0",
    "request": "^2.83.0",
    "url-join": "4.0.1"
  },
  "description": "Protect your API with a full-authentication process based on JWT",
  "devDependencies": {
    "koa": "^2.13.4"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "7039c0d22836c94457130515b3a55eb93d2411f8",
  "homepage": "https://github.com/strapi/strapi#readme",
  "license": "SEE LICENSE IN LICENSE",
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "name": "@strapi/plugin-users-permissions",
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "scripts": {
    "test:front": "cross-env IS_EE=true jest --config ./jest.config.front.js",
    "test:front:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js",
    "test:front:watch": "cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
    "test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
    "test:unit": "jest --verbose"
  },
  "strapi": {
    "displayName": "Roles & Permissions",
    "name": "users-permissions",
    "description": "Protect your API with a full authentication process based on JWT. This plugin comes also with an ACL strategy that allows you to manage the permissions between the groups of users.",
    "required": true,
    "kind": "plugin"
  },
  "version": "4.3.2"
}
