93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
{
|
|
"_from": "rc-select@~10.2.0",
|
|
"_id": "rc-select@10.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-PtfAHQRXof5gX1qEYQc8GIgroajtzU3mcMGbqM1aE1jqaZ4r+p0GJy3rabXoNANsKH7jUV5+zYJb5VhTxj2vmQ==",
|
|
"_location": "/rc-select",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-select@~10.2.0",
|
|
"name": "rc-select",
|
|
"escapedName": "rc-select",
|
|
"rawSpec": "~10.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~10.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd",
|
|
"/rc-tree-select"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rc-select/-/rc-select-10.2.4.tgz",
|
|
"_shasum": "f293c93982c530e54e244d23f5c1dd8451189550",
|
|
"_spec": "rc-select@~10.2.0",
|
|
"_where": "/Users/thilina/TestProjects/icehrm-pro/web/node_modules/antd",
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/select/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"classnames": "2.x",
|
|
"rc-animate": "^2.10.0",
|
|
"rc-trigger": "^4.0.0",
|
|
"rc-util": "^4.20.0",
|
|
"rc-virtual-list": "^1.1.2",
|
|
"warning": "^4.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "React Select",
|
|
"devDependencies": {
|
|
"@types/jest": "^25.1.0",
|
|
"@types/react": "^16.8.19",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/warning": "^3.0.0",
|
|
"cross-env": "^7.0.0",
|
|
"enzyme": "^3.3.0",
|
|
"enzyme-to-json": "^3.4.0",
|
|
"father": "^2.13.2",
|
|
"jsonp": "^0.2.1",
|
|
"np": "^6.0.0",
|
|
"rc-dialog": "^7.5.5",
|
|
"typescript": "^3.5.2"
|
|
},
|
|
"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": "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",
|
|
"start": "cross-env NODE_ENV=development father doc dev --storybook",
|
|
"test": "father test"
|
|
},
|
|
"version": "10.2.4"
|
|
}
|