You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
2.5 KiB
96 lines
2.5 KiB
{
|
|
"_from": "rc-select@~11.0.12",
|
|
"_id": "rc-select@11.0.13",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-/lcYr4GdPgvBKlUzS8FxclfvLaw=",
|
|
"_location": "/rc-select",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-select@~11.0.12",
|
|
"name": "rc-select",
|
|
"escapedName": "rc-select",
|
|
"rawSpec": "~11.0.12",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~11.0.12"
|
|
},
|
|
"_requiredBy": [
|
|
"/antd"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/rc-select/download/rc-select-11.0.13.tgz?cache=0&sync_timestamp=1597551282568&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-select%2Fdownload%2Frc-select-11.0.13.tgz",
|
|
"_shasum": "fe5718af819d3e0bc12a55334bc1717257ef2dac",
|
|
"_spec": "rc-select@~11.0.12",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/antd",
|
|
"bugs": {
|
|
"url": "http://github.com/react-component/select/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.10.1",
|
|
"classnames": "2.x",
|
|
"rc-motion": "^1.0.1",
|
|
"rc-trigger": "^4.3.0",
|
|
"rc-util": "^5.0.1",
|
|
"rc-virtual-list": "^1.1.2",
|
|
"warning": "^4.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "React Select",
|
|
"devDependencies": {
|
|
"@types/enzyme": "^3.10.5",
|
|
"@types/jest": "^26.0.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",
|
|
"eslint": "^7.1.0",
|
|
"father": "^2.13.2",
|
|
"jsonp": "^0.2.1",
|
|
"np": "^6.0.0",
|
|
"rc-dialog": "^7.5.5",
|
|
"typescript": "^3.9.3"
|
|
},
|
|
"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 --yolo --no-publish --any-branch",
|
|
"start": "cross-env NODE_ENV=development father doc dev --storybook",
|
|
"test": "father test"
|
|
},
|
|
"types": "./lib/index.d.ts",
|
|
"version": "11.0.13"
|
|
}
|