{
  "_from": "rc-virtual-list@^3.2.0",
  "_id": "rc-virtual-list@3.5.3",
  "_inBundle": false,
  "_integrity": "sha512-rG6IuD4EYM8K6oZ8Shu2BC/CmcTdqng4yBWkc/5fjWhB20bl6QwR2Upyt7+MxvfscoVm8zOQY+tcpEO5cu4GaQ==",
  "_location": "/rc-virtual-list",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-virtual-list@^3.2.0",
    "name": "rc-virtual-list",
    "escapedName": "rc-virtual-list",
    "rawSpec": "^3.2.0",
    "saveSpec": null,
    "fetchSpec": "^3.2.0"
  },
  "_requiredBy": [
    "/rc-select",
    "/rc-tree"
  ],
  "_resolved": "https://registry.npmjs.org/rc-virtual-list/-/rc-virtual-list-3.5.3.tgz",
  "_shasum": "84f82d3257f6c520106a6285558dfc764c41c076",
  "_spec": "rc-virtual-list@^3.2.0",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/node_modules/rc-select",
  "author": {
    "name": "smith3816@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-component/virtual-list/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.20.0",
    "classnames": "^2.2.6",
    "rc-resize-observer": "^1.0.0",
    "rc-util": "^5.15.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/react": "^18.0.8",
    "@types/react-dom": "^18.0.3",
    "@types/warning": "^3.0.0",
    "cross-env": "^5.2.0",
    "dumi": "^1.1.12",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "enzyme-to-json": "^3.1.4",
    "eslint": "^7.6.0",
    "father": "^2.29.10",
    "glob": "^7.1.6",
    "np": "^5.0.3",
    "rc-animate": "^2.9.1",
    "react": "^v16.9.0-alpha.0",
    "react-dom": "^v16.9.0-alpha.0",
    "typescript": "^4.0.0"
  },
  "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": "dumi build",
    "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": "dumi dev",
    "test": "father test"
  },
  "version": "3.5.3"
}
