{ "_from": "rc-tree@~2.1.0", "_id": "rc-tree@2.1.4", "_inBundle": false, "_integrity": "sha512-Xey794Iavgs8YldFlXcZLOhfcIhlX5Oz/yfKufknBXf2AlZCOkc7aHqSM9uTF7fBPtTGPhPxNEfOqHfY7b7xng==", "_location": "/rc-tree", "_phantomChildren": { "loose-envify": "1.4.0" }, "_requested": { "type": "range", "registry": true, "raw": "rc-tree@~2.1.0", "name": "rc-tree", "escapedName": "rc-tree", "rawSpec": "~2.1.0", "saveSpec": null, "fetchSpec": "~2.1.0" }, "_requiredBy": [ "/antd", "/rc-tree-select" ], "_resolved": "https://registry.npmjs.org/rc-tree/-/rc-tree-2.1.4.tgz", "_shasum": "ef759f3e799a21b43c1ecf9c794ea1c14e70b59b", "_spec": "rc-tree@~2.1.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd", "author": { "name": "smith3816@gmail.com" }, "bugs": { "url": "http://github.com/react-component/tree/issues" }, "bundleDependencies": false, "dependencies": { "@ant-design/create-react-context": "^0.2.4", "classnames": "2.x", "prop-types": "^15.5.8", "rc-animate": "^2.6.0", "rc-util": "^4.5.1", "react-lifecycles-compat": "^3.0.4", "warning": "^4.0.3" }, "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", "cross-env": "^5.2.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.13.2", "less": "^3.10.3", "np": "^5.0.3", "rc-dialog": "^7.3.1", "rc-tools": "^9.x", "rc-tooltip": "3.x", "rc-trigger": "^2.0.0", "react": "^16.4.0", "react-dom": "^16.4.0", "typescript": "^3.5.2" }, "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", "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", "start": "cross-env NODE_ENV=development father doc dev --storybook", "test": "father test" }, "version": "2.1.4" }