{
  "_args": [
    [
      "@casl/react@2.3.0",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "@casl/react@2.3.0",
  "_id": "@casl/react@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-xP5G9ShXviE56IrU4mPpj1K7bl8KmNOjz3e4YgwrirmRdtZ38rF70a5AkFotWX9hgdH2mqZK/VHiYDGAIlYu1Q==",
  "_location": "/@casl/react",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@casl/react@2.3.0",
    "name": "@casl/react",
    "escapedName": "@casl%2freact",
    "scope": "@casl",
    "rawSpec": "2.3.0",
    "saveSpec": null,
    "fetchSpec": "2.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@casl/react/-/react-2.3.0.tgz",
  "_spec": "2.3.0",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Sergii Stotskyi",
    "email": "sergiy.stotskiy@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/stalniy/casl/issues"
  },
  "description": "React component for CASL which makes it easy to add permissions in any React application",
  "devDependencies": {
    "@casl/ability": "^5.1.0",
    "@casl/dx": "workspace:^1.0.0",
    "@testing-library/react-hooks": "^4.0.1",
    "@types/node": "^14.0.5",
    "@types/react": "^17.0.0",
    "chai": "^4.1.0",
    "chai-spies": "^1.0.0",
    "react": "^17.0.1",
    "react-test-renderer": "^17.0.1"
  },
  "es2015": "dist/es6m/index.mjs",
  "exports": {
    ".": {
      "import": "./dist/es6m/index.mjs",
      "require": "./dist/umd/index.js"
    }
  },
  "files": [
    "dist",
    "*.d.ts"
  ],
  "homepage": "https://casl.js.org",
  "keywords": [
    "casl",
    "react",
    "authorization",
    "acl",
    "permissions"
  ],
  "license": "MIT",
  "main": "dist/umd/index.js",
  "module": "dist/es5m/index.js",
  "name": "@casl/react",
  "peerDependencies": {
    "@casl/ability": "^3.0.0 || ^4.0.0 || ^5.1.0",
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stalniy/casl.git"
  },
  "scripts": {
    "build": "BUILD_TYPES=es5m,es6m,umd dx rollup -n casl.react -g react:React,prop-types:React.PropTypes,@casl/ability:casl",
    "build.types": "dx tsc",
    "lint": "dx eslint src/ spec/",
    "prebuild": "rm -rf dist/* && npm run build.types",
    "prerelease": "npm run lint && npm test && NODE_ENV=production npm run build",
    "release": "dx semantic-release",
    "test": "dx jest --env jsdom --config ../dx/config/jest.chai.config.js"
  },
  "typings": "./index.d.ts",
  "version": "2.3.0"
}
