{
  "_from": "@strapi/plugin-users-permissions@4.12.7",
  "_id": "@strapi/plugin-users-permissions@4.12.7",
  "_inBundle": false,
  "_integrity": "sha512-dl7Ar1zVl0DWuL45FcYTPZDQDuS+S0FFbq+rjZBFBcmNHwAiGsw7jr+1PbGhb1Vc6N4EnDYXiLqDKawM8BiuBA==",
  "_location": "/@strapi/plugin-users-permissions",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@strapi/plugin-users-permissions@4.12.7",
    "name": "@strapi/plugin-users-permissions",
    "escapedName": "@strapi%2fplugin-users-permissions",
    "scope": "@strapi",
    "rawSpec": "4.12.7",
    "saveSpec": null,
    "fetchSpec": "4.12.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.12.7.tgz",
  "_shasum": "ddd96e6eca610d5c5f10ae8851d1a977a169ebaf",
  "_spec": "@strapi/plugin-users-permissions@4.12.7",
  "_where": "/home/ghf/system",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@strapi/design-system": "1.9.0",
    "@strapi/helper-plugin": "4.12.7",
    "@strapi/icons": "1.9.0",
    "@strapi/utils": "4.12.7",
    "bcryptjs": "2.4.3",
    "formik": "2.4.0",
    "grant-koa": "5.4.8",
    "immer": "9.0.19",
    "jsonwebtoken": "9.0.0",
    "jwk-to-pem": "2.0.5",
    "koa": "2.13.4",
    "koa2-ratelimit": "^1.1.2",
    "lodash": "4.17.21",
    "prop-types": "^15.8.1",
    "purest": "4.0.2",
    "react-intl": "6.4.1",
    "react-query": "3.39.3",
    "react-redux": "8.1.1",
    "url-join": "4.0.1",
    "yup": "0.32.9"
  },
  "deprecated": false,
  "description": "Protect your API with a full-authentication process based on JWT",
  "devDependencies": {
    "@testing-library/dom": "9.2.0",
    "@testing-library/react": "14.0.0",
    "@testing-library/user-event": "14.4.3",
    "msw": "1.2.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "fefc4a24acc60a59c00049e67a99ec1069be2add",
  "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",
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-router-dom": "5.3.4",
    "styled-components": "5.3.3"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "scripts": {
    "lint": "run -T eslint .",
    "test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
    "test:front:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js",
    "test:front:watch": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
    "test:front:watch:ce": "run -T cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch"
  },
  "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.12.7"
}
