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.6 KiB
96 lines
2.6 KiB
{
|
|
"_from": "rc-virtual-list@^1.1.2",
|
|
"_id": "rc-virtual-list@1.1.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-slW6+arN4UmoiTMk5jByFAlPTAo=",
|
|
"_location": "/rc-virtual-list",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "rc-virtual-list@^1.1.2",
|
|
"name": "rc-virtual-list",
|
|
"escapedName": "rc-virtual-list",
|
|
"rawSpec": "^1.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/rc-select"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/rc-virtual-list/download/rc-virtual-list-1.1.6.tgz?cache=0&sync_timestamp=1597370480936&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Frc-virtual-list%2Fdownload%2Frc-virtual-list-1.1.6.tgz",
|
|
"_shasum": "b255baf9aacde149a8893324e6307214094f4c0a",
|
|
"_spec": "rc-virtual-list@^1.1.2",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/rc-select",
|
|
"author": {
|
|
"name": "smith3816@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/react-component/virtual-list/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"raf": "^3.4.1",
|
|
"rc-util": "^5.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "React Virtual List Component",
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.2.10",
|
|
"@types/enzyme": "^3.10.5",
|
|
"@types/jest": "^25.1.3",
|
|
"@types/raf": "^3.4.0",
|
|
"@types/react": "^16.8.19",
|
|
"@types/react-dom": "^16.8.4",
|
|
"@types/warning": "^3.0.0",
|
|
"cross-env": "^5.2.0",
|
|
"enzyme": "^3.1.0",
|
|
"enzyme-adapter-react-16": "^1.0.2",
|
|
"enzyme-to-json": "^3.1.4",
|
|
"father": "^2.13.2",
|
|
"np": "^5.0.3",
|
|
"rc-animate": "^2.9.1",
|
|
"react": "^v16.9.0-alpha.0",
|
|
"react-dom": "^v16.9.0-alpha.0",
|
|
"typescript": "^3.5.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.x"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"es",
|
|
"dist",
|
|
"assets/*.css"
|
|
],
|
|
"homepage": "https://github.com/react-component/virtual-list",
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"virtual-list"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index",
|
|
"module": "./es/index",
|
|
"name": "rc-virtual-list",
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-component/virtual-list.git"
|
|
},
|
|
"scripts": {
|
|
"build": "father doc build --storybook",
|
|
"compile": "father build",
|
|
"lint": "eslint src/ --ext .tsx,.ts",
|
|
"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": "1.1.6"
|
|
}
|