{
  "_args": [
    [
      "rc-mentions@1.7.1",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "rc-mentions@1.7.1",
  "_id": "rc-mentions@1.7.1",
  "_inBundle": false,
  "_integrity": "sha512-JbCS9bTqt6BYN2vfTPythlScLuc42rIlX85n7975RnkfawXlJjskHOlR3o8EpD4asl4KuA2jKTy0dj39DtSVqg==",
  "_location": "/rc-mentions",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rc-mentions@1.7.1",
    "name": "rc-mentions",
    "escapedName": "rc-mentions",
    "rawSpec": "1.7.1",
    "saveSpec": null,
    "fetchSpec": "1.7.1"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-mentions/-/rc-mentions-1.7.1.tgz",
  "_spec": "1.7.1",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "bugs": {
    "url": "http://github.com/react-component/mentions/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.6",
    "rc-menu": "~9.5.1",
    "rc-textarea": "^0.3.0",
    "rc-trigger": "^5.0.4",
    "rc-util": "^5.0.1"
  },
  "description": "React Mentions",
  "devDependencies": {
    "@types/classnames": "^2.2.6",
    "@types/enzyme": "^3.1.15",
    "@types/react": "^18.0.8",
    "@types/react-dom": "^18.0.3",
    "@types/warning": "^3.0.0",
    "@umijs/fabric": "^2.0.8",
    "enzyme": "^3.11.0",
    "enzyme-to-json": "^3.1.4",
    "eslint": "^7.0.0",
    "father": "^2.13.6",
    "jest": "^24.9.0",
    "lodash.debounce": "^4.0.8",
    "np": "^7.0.0",
    "prettier": "^2.0.5",
    "react": "^16.0.0",
    "react-dom": "^16.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.7.1"
}
