{
  "_from": "rc-table@~7.45.7",
  "_id": "rc-table@7.45.7",
  "_inBundle": false,
  "_integrity": "sha512-wi9LetBL1t1csxyGkMB2p3mCiMt+NDexMlPbXHvQFmBBAsMxrgNSAPwUci2zDLUq9m8QdWc1Nh8suvrpy9mXrg==",
  "_location": "/rc-table",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-table@~7.45.7",
    "name": "rc-table",
    "escapedName": "rc-table",
    "rawSpec": "~7.45.7",
    "saveSpec": null,
    "fetchSpec": "~7.45.7"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.45.7.tgz",
  "_shasum": "f7c509e05c677a30ad5b212750122da6f5318004",
  "_spec": "rc-table@~7.45.7",
  "_where": "/var/www/html/frontend-new/node_modules/antd",
  "bugs": {
    "url": "http://github.com/react-component/table/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "@rc-component/context": "^1.4.0",
    "classnames": "^2.2.5",
    "rc-resize-observer": "^1.1.0",
    "rc-util": "^5.37.0",
    "rc-virtual-list": "^3.14.2"
  },
  "deprecated": false,
  "description": "table ui component for react",
  "devDependencies": {
    "@rc-component/father-plugin": "^1.0.2",
    "@testing-library/jest-dom": "^6.4.0",
    "@testing-library/react": "^12.1.5",
    "@types/enzyme": "^3.10.5",
    "@types/jest": "^29.5.0",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.5",
    "@types/responselike": "^1.0.0",
    "@types/styled-components": "^5.1.32",
    "@umijs/fabric": "^4.0.1",
    "@vitest/coverage-v8": "^1.2.2",
    "cross-env": "^7.0.0",
    "dumi": "^2.1.3",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.1",
    "enzyme-to-json": "^3.1.2",
    "eslint": "^8.54.0",
    "eslint-plugin-jest": "^28.2.0",
    "eslint-plugin-unicorn": "^53.0.0",
    "father": "^4.0.0",
    "gh-pages": "^6.1.0",
    "glob": "^7.1.6",
    "husky": "^9.0.11",
    "immutability-helper": "^3.0.0",
    "jsdom": "^23.0.0",
    "less": "^4.1.3",
    "lint-staged": "^15.1.0",
    "np": "^10.0.1",
    "prettier": "^3.1.0",
    "rc-animate": "^3.0.0",
    "rc-dropdown": "~4.0.1",
    "rc-menu": "~9.13.0",
    "rc-tooltip": "^6.2.0",
    "react": "^16.0.0",
    "react-dnd": "^2.5.4",
    "react-dnd-html5-backend": "^2.5.4",
    "react-dom": "^16.0.0",
    "react-resizable": "^3.0.5",
    "react-virtualized": "^9.12.0",
    "react-window": "^1.8.5",
    "regenerator-runtime": "^0.14.0",
    "styled-components": "^6.1.1",
    "typescript": "~5.4.3",
    "vitest": "^1.2.2"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "assets/*.css",
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/table",
  "keywords": [
    "react",
    "react-table",
    "table",
    "component",
    "ui"
  ],
  "license": "MIT",
  "lint-staged": {
    "**/*.{js,jsx,tsx,ts,md,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "./lib/index",
  "maintainers": [
    {
      "name": "yiminghe@gmail.com"
    },
    {
      "name": "afc163@gmail.com"
    }
  ],
  "module": "./es/index",
  "name": "rc-table",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/table.git"
  },
  "scripts": {
    "compile": "father build && lessc assets/index.less assets/index.css",
    "coverage": "vitest run --coverage",
    "deploy": "npm run docs:build && npm run docs:deploy",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d .doc",
    "lint": "eslint src/ --ext .tsx,.ts",
    "lint:tsc": "tsc -p tsconfig.json --noEmit",
    "now-build": "npm run docs:build",
    "prepare": "husky install",
    "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "start": "dumi dev",
    "test": "vitest"
  },
  "types": "./lib/index.d.ts",
  "version": "7.45.7"
}
