{ "_from": "rc-tree@~3.1.0", "_id": "rc-tree@3.1.5", "_inBundle": false, "_integrity": "sha512-LOUfsJg5XxtA4FKgGkuVwnbBlnh3VVtySF7LMp4ko0n8oIUBYnn2vs6WG41kuH0V4tLTlQhvCFup/6JEKL01sg==", "_location": "/rc-tree", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rc-tree@~3.1.0", "name": "rc-tree", "escapedName": "rc-tree", "rawSpec": "~3.1.0", "saveSpec": null, "fetchSpec": "~3.1.0" }, "_requiredBy": [ "/antd", "/rc-tree-select" ], "_resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-3.1.5.tgz", "_shasum": "eb1c0d40f34ae2ad1ab8c951174c06e6a64957a6", "_spec": "rc-tree@~3.1.0", "_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd", "author": { "name": "smith3816@gmail.com" }, "bugs": { "url": "http://github.com/react-component/tree/issues" }, "bundleDependencies": false, "dependencies": { "classnames": "2.x", "prop-types": "^15.5.8", "rc-animate": "^2.9.2", "rc-util": "^4.11.0", "rc-virtual-list": "^1.1.0", "react-lifecycles-compat": "^3.0.4" }, "deprecated": false, "description": "tree ui component for react", "devDependencies": { "@types/react": "^16.8.19", "@types/react-dom": "^16.8.4", "@types/warning": "^3.0.0", "css-animation": "^1.2.0", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "enzyme-to-json": "^3.0.0", "father": "^2.25.0-alpha.1", "less": "^3.11.1", "np": "^6.0.0", "rc-dialog": "^7.3.1", "rc-tooltip": "4.x", "rc-trigger": "^4.0.0", "react": "^16.8.0", "react-dom": "^16.8.0", "typescript": "^3.5.2" }, "engines": { "node": ">=8.x" }, "files": [ "assets/*.css", "assets/*.png", "assets/*.gif", "assets/*.less", "dist", "es", "lib" ], "homepage": "http://github.com/react-component/tree", "keywords": [ "react", "react-component", "react-tree", "tree" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "name": "rc-tree", "peerDependencies": { "react": "*", "react-dom": "*" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/react-component/tree.git" }, "scripts": { "build": "father doc build --storybook", "compile": "father build && lessc assets/index.less assets/index.css", "gh-pages": "npm run build && father doc deploy", "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js", "now-build": "npm run build", "postpublish": "npm run gh-pages", "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish", "start": "father doc dev --storybook", "test": "father test" }, "version": "3.1.5" }