128 lines
3.1 KiB
JSON
128 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rc-tree-select@2.9.4",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "rc-tree-select@2.9.4",
|
|
"_id": "rc-tree-select@2.9.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-0HQkXAN4XbfBW20CZYh3G+V+VMrjX42XRtDCpyv6PDUm5vikC0Ob682ZBCVS97Ww2a5Hf6Ajmu0ahWEdIEpwhg==",
|
|
"_location": "/rc-tree-select",
|
|
"_phantomChildren": {
|
|
"@ant-design/create-react-context": "0.2.6",
|
|
"@ant-design/css-animation": "1.7.3",
|
|
"babel-runtime": "6.26.0",
|
|
"classnames": "2.3.2",
|
|
"prop-types": "15.8.1",
|
|
"raf": "3.4.0",
|
|
"rc-align": "2.4.5",
|
|
"rc-animate": "2.11.1",
|
|
"rc-util": "4.21.1",
|
|
"react-lifecycles-compat": "3.0.4",
|
|
"warning": "4.0.3"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rc-tree-select@2.9.4",
|
|
"name": "rc-tree-select",
|
|
"escapedName": "rc-tree-select",
|
|
"rawSpec": "2.9.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.9.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "http://173.15.15.82:8081/repository/npm-all/rc-tree-select/-/rc-tree-select-2.9.4.tgz",
|
|
"_spec": "2.9.4",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "hualei5280@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-component/tree-select/issues"
|
|
},
|
|
"config": {
|
|
"port": 8007,
|
|
"entry": {
|
|
"rc-tree-select": [
|
|
"./assets/index.less",
|
|
"./src/index.js"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.1",
|
|
"dom-scroll-into-view": "^1.2.1",
|
|
"prop-types": "^15.5.8",
|
|
"raf": "^3.4.0",
|
|
"rc-animate": "^2.8.2",
|
|
"rc-tree": "~2.1.0",
|
|
"rc-trigger": "^3.0.0",
|
|
"rc-util": "^4.5.0",
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
"shallowequal": "^1.0.2",
|
|
"warning": "^4.0.1"
|
|
},
|
|
"description": "tree-select ui component for react",
|
|
"devDependencies": {
|
|
"lint-staged": "^8.1.1",
|
|
"pre-commit": "1.x",
|
|
"rc-dialog": "^7.0.0",
|
|
"rc-form": "^2.4.2",
|
|
"rc-select": "^8.8.3",
|
|
"rc-tools": "^9.3.5",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"files": [
|
|
"es",
|
|
"lib",
|
|
"dist",
|
|
"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",
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx}": [
|
|
"npm run pre-commit",
|
|
"git add"
|
|
]
|
|
},
|
|
"main": "./lib/index",
|
|
"module": "./es/index",
|
|
"name": "rc-tree-select",
|
|
"pre-commit": [
|
|
"lint-staged"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-component/tree-select.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rc-tools run build",
|
|
"compile": "rc-tools run compile --babel-runtime",
|
|
"coverage": "rc-tools run test --coverage",
|
|
"gh-pages": "rc-tools run gh-pages",
|
|
"lint": "rc-tools run lint",
|
|
"lint-staged": "lint-staged",
|
|
"now-build": "npm run build",
|
|
"pre-commit": "rc-tools run pre-commit",
|
|
"pub": "rc-tools run pub",
|
|
"start": "rc-tools run server",
|
|
"test": "rc-tools run test"
|
|
},
|
|
"version": "2.9.4"
|
|
}
|