{
  "_args": [
    [
      "antd-table-export@0.0.5",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "antd-table-export@0.0.5",
  "_id": "antd-table-export@0.0.5",
  "_inBundle": false,
  "_integrity": "sha512-zc+BhIywfjdfVHT7+NaD//gFO4VP+y4hqtN5cwMdUGcOfcCw/RZ6R89qHbRhaHAGOOmgddul0bXA4+XkP7AYJw==",
  "_location": "/antd-table-export",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "antd-table-export@0.0.5",
    "name": "antd-table-export",
    "escapedName": "antd-table-export",
    "rawSpec": "0.0.5",
    "saveSpec": null,
    "fetchSpec": "0.0.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/antd-table-export/-/antd-table-export-0.0.5.tgz",
  "_spec": "0.0.5",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "yizhen.fan"
  },
  "dependencies": {
    "xlsx": "^0.17.1"
  },
  "description": "antd-table 的前端导出",
  "devDependencies": {
    "rollup": "^2.56.3",
    "rollup-plugin-typescript2": "^0.30.0",
    "typescript": "^4.4.2"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "antd",
    "antd-table",
    "table",
    "export",
    "table-export"
  ],
  "license": "ISC",
  "main": "lib/index.js",
  "name": "antd-table-export",
  "scripts": {
    "build": "rollup -c",
    "postversion": "git push && git push --tags",
    "prepare": "npm run build",
    "test": "npm link && cd test && npm i && npm link antd-table-export && npm start",
    "version": "git add --all"
  },
  "types": "lib/Export.class.d.ts",
  "version": "0.0.5"
}
