{
  "_args": [
    [
      "rc-table@7.24.2",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "rc-table@7.24.2",
  "_id": "rc-table@7.24.2",
  "_inBundle": false,
  "_integrity": "sha512-yefqhtc4V3BeWG2bnDhWYxWX1MOckvW2KU1J55pntZmIGrov5Hx8tQn2gcs6OM0fJ6NgEwUvVEknsCsWI24zUg==",
  "_location": "/rc-table",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rc-table@7.24.2",
    "name": "rc-table",
    "escapedName": "rc-table",
    "rawSpec": "7.24.2",
    "saveSpec": null,
    "fetchSpec": "7.24.2"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-table/-/rc-table-7.24.2.tgz",
  "_spec": "7.24.2",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "bugs": {
    "url": "http://github.com/react-component/table/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.5",
    "rc-resize-observer": "^1.1.0",
    "rc-util": "^5.14.0",
    "shallowequal": "^1.1.0"
  },
  "description": "table ui component for react",
  "devDependencies": {
    "@types/enzyme": "^3.10.5",
    "@types/jest": "^27.0.3",
    "@types/react": "^17.0.35",
    "@types/react-dom": "^17.0.10",
    "@types/shallowequal": "^1.1.1",
    "@umijs/fabric": "^2.0.0",
    "cross-env": "^7.0.0",
    "dumi": "^1.1.9",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.1",
    "enzyme-to-json": "^3.1.2",
    "eslint": "^7.1.0",
    "father": "^2.22.0",
    "father-build": "^1.18.6",
    "gh-pages": "^3.1.0",
    "glob": "^7.1.6",
    "immutability-helper": "^3.0.0",
    "less": "^3.10.3",
    "np": "^7.0.0",
    "prettier": "^2.0.1",
    "rc-animate": "^3.0.0",
    "rc-dropdown": "~3.3.3",
    "rc-menu": "~9.5.1",
    "rc-tooltip": "^4.0.3",
    "react": "^16.0.0",
    "react-dnd": "^2.5.4",
    "react-dnd-html5-backend": "^2.5.4",
    "react-dom": "^16.0.0",
    "react-resizable": "^1.7.5",
    "react-test-renderer": "^16.0.0",
    "react-virtualized": "^9.12.0",
    "react-window": "^1.8.5",
    "regenerator-runtime": "^0.13.7",
    "styled-components": "^5.0.1",
    "typescript": "^4.0.3"
  },
  "engines": {
    "node": ">=8.x"
  },
  "files": [
    "assets/*.css",
    "dist",
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/table",
  "keywords": [
    "react",
    "react-table",
    "table",
    "component",
    "ui"
  ],
  "license": "MIT",
  "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": "father test --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",
    "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
    "start": "dumi dev",
    "test": "father test"
  },
  "types": "./lib/index.d.ts",
  "version": "7.24.2"
}
