{
  "_from": "rc-mentions@~1.13.1",
  "_id": "rc-mentions@1.13.1",
  "_inBundle": false,
  "_integrity": "sha512-FCkaWw6JQygtOz0+Vxz/M/NWqrWHB9LwqlY2RtcuFqWJNFK9njijOOzTSsBGANliGufVUzx/xuPHmZPBV0+Hgw==",
  "_location": "/rc-mentions",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-mentions@~1.13.1",
    "name": "rc-mentions",
    "escapedName": "rc-mentions",
    "rawSpec": "~1.13.1",
    "saveSpec": null,
    "fetchSpec": "~1.13.1"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-1.13.1.tgz",
  "_shasum": "c884b70e1505a197f1b32a7c6b39090db6992a72",
  "_spec": "rc-mentions@~1.13.1",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/node_modules/antd",
  "bugs": {
    "url": "http://github.com/react-component/mentions/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.6",
    "rc-menu": "~9.8.0",
    "rc-textarea": "^0.4.0",
    "rc-trigger": "^5.0.4",
    "rc-util": "^5.22.5"
  },
  "deprecated": false,
  "description": "React Mentions",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.3.0",
    "@types/classnames": "^2.2.6",
    "@types/react": "^18.0.8",
    "@types/react-dom": "^18.0.3",
    "@types/warning": "^3.0.0",
    "@umijs/fabric": "^2.0.8",
    "eslint": "^7.0.0",
    "father": "^2.13.6",
    "jest": "^28.0.3",
    "lodash.debounce": "^4.0.8",
    "np": "^7.0.0",
    "prettier": "^2.0.5",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "typescript": "^4.0.3"
  },
  "files": [
    "assets/*.css",
    "es",
    "dist",
    "lib"
  ],
  "homepage": "http://github.com/react-component/mentions",
  "keywords": [
    "react",
    "react-component",
    "react-mentions",
    "mentions"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-mentions",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/mentions.git"
  },
  "scripts": {
    "build": "father doc build --storybook",
    "compile": "father build",
    "lint": "eslint src/ --ext .tsx,.ts",
    "now-build": "npm run build",
    "prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
    "start": "father doc dev --storybook",
    "test": "father test"
  },
  "version": "1.13.1"
}
