{
  "_from": "rc-select@~14.1.13",
  "_id": "rc-select@14.1.13",
  "_inBundle": false,
  "_integrity": "sha512-WMEsC3gTwA1dbzWOdVIXDmWyidYNLq68AwvvUlRROw790uGUly0/vmqDozXrIr0QvN/A3CEULx12o+WtLCAefg==",
  "_location": "/rc-select",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-select@~14.1.13",
    "name": "rc-select",
    "escapedName": "rc-select",
    "rawSpec": "~14.1.13",
    "saveSpec": null,
    "fetchSpec": "~14.1.13"
  },
  "_requiredBy": [
    "/antd",
    "/rc-cascader",
    "/rc-tree-select"
  ],
  "_resolved": "https://registry.npmjs.org/rc-select/-/rc-select-14.1.13.tgz",
  "_shasum": "7eb53d00be82fb8e5050de3094e72edcf27ce6f6",
  "_spec": "rc-select@~14.1.13",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/antd",
  "bugs": {
    "url": "http://github.com/react-component/select/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "2.x",
    "rc-motion": "^2.0.1",
    "rc-overflow": "^1.0.0",
    "rc-trigger": "^5.0.4",
    "rc-util": "^5.16.1",
    "rc-virtual-list": "^3.2.0"
  },
  "deprecated": false,
  "description": "React Select",
  "devDependencies": {
    "@testing-library/react": "12",
    "@types/enzyme": "^3.10.9",
    "@types/jest": "^26.0.24",
    "@types/react": "^17.0.15",
    "@types/react-dom": "^17.0.3",
    "cross-env": "^7.0.0",
    "dumi": "^1.1.32",
    "enzyme": "^3.3.0",
    "enzyme-to-json": "^3.4.0",
    "eslint": "^7.1.0",
    "father": "^2.13.2",
    "jsonp": "^0.2.1",
    "np": "^7.5.0",
    "prettier": "^2.7.1",
    "rc-dialog": "^8.1.1",
    "typescript": "^4.2.3"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "assets/*.css",
    "assets/*.less",
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/select",
  "keywords": [
    "react",
    "react-component",
    "react-select",
    "select"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-select",
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/select.git"
  },
  "scripts": {
    "build": "dumi build",
    "compile": "father build",
    "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
    "now-build": "npm run build",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "start": "dumi dev",
    "test": "father test",
    "tsc": "tsc --noEmit"
  },
  "types": "./lib/index.d.ts",
  "version": "14.1.13"
}
