{ "_from": "rc-tree-select@~3.1.0", "_id": "rc-tree-select@3.1.3", "_inBundle": false, "_integrity": "sha512-VQDr+qLCCJ9V/4ewnp3crMT2N7iJV58V0uWVA3nGJxVuxhSj8TPHFZLnyMh6vaNrQsrY6eBp/x1y6nEJBjnVQg==", "_location": "/rc-tree-select", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rc-tree-select@~3.1.0", "name": "rc-tree-select", "escapedName": "rc-tree-select", "rawSpec": "~3.1.0", "saveSpec": null, "fetchSpec": "~3.1.0" }, "_requiredBy": [ "/antd" ], "_resolved": "https://registry.npmjs.org/rc-tree-select/-/rc-tree-select-3.1.3.tgz", "_shasum": "d31efbf9955d70b250fe50645b39f3b705a3d124", "_spec": "rc-tree-select@~3.1.0", "_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd", "author": { "name": "smith3816@gmail.com" }, "bugs": { "url": "https://github.com/react-component/tree-select/issues" }, "bundleDependencies": false, "dependencies": { "classnames": "2.x", "rc-select": "^10.1.0", "rc-tree": "^3.1.0", "rc-util": "^4.17.0" }, "deprecated": false, "description": "tree-select ui component for react", "devDependencies": { "@types/jest": "^25.1.4", "@types/react": "^16.8.19", "@types/react-dom": "^16.8.4", "@types/warning": "^3.0.0", "cross-env": "^7.0.2", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.1.1", "enzyme-to-json": "^3.4.0", "father": "^2.13.2", "np": "^6.2.0", "rc-dialog": "^7.5.7", "rc-field-form": "^1.0.0", "rc-trigger": "^4.0.0", "rc-virtual-list": "^1.1.0", "react": "^16.8.0", "react-dom": "^16.8.0", "typescript": "^3.5.2" }, "files": [ "es", "lib", "dist", "assets/*.less", "assets/*.css", "assets/*.png", "assets/*.gif" ], "homepage": "https://github.com/react-component/tree-select", "keywords": [ "react", "react-component", "react-tree-select", "tree-select" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "name": "rc-tree-select", "peerDependencies": { "react": "*", "react-dom": "*" }, "repository": { "type": "git", "url": "git+https://github.com/react-component/tree-select.git" }, "scripts": { "build": "father doc build --storybook", "compile": "father build", "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js", "now-build": "npm run build", "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch", "prettier": "prettier '{src,tests}/**/*.{ts,tsx}' 'tests/**/*.js' --write", "start": "cross-env NODE_ENV=development father doc dev --storybook", "test": "father test" }, "version": "3.1.3" }