{
  "_from": "rc-upload@~4.7.0",
  "_id": "rc-upload@4.7.0",
  "_inBundle": false,
  "_integrity": "sha512-eUwxYNHlsYe5vYhKFAUGrQG95JrnPzY+BmPi1Daq39fWNl/eOc7v4UODuWrVp2LFkQBuV3cMCG/I68iub6oBrg==",
  "_location": "/rc-upload",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-upload@~4.7.0",
    "name": "rc-upload",
    "escapedName": "rc-upload",
    "rawSpec": "~4.7.0",
    "saveSpec": null,
    "fetchSpec": "~4.7.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-4.7.0.tgz",
  "_shasum": "719c6e66549844f4db8c57f066f2758c0a43b525",
  "_spec": "rc-upload@~4.7.0",
  "_where": "/var/www/html/frontend-new/node_modules/antd",
  "bugs": {
    "url": "http://github.com/react-component/upload/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.18.3",
    "classnames": "^2.2.5",
    "rc-util": "^5.2.0"
  },
  "deprecated": false,
  "description": "upload ui component for react",
  "devDependencies": {
    "@rc-component/father-plugin": "^1.0.0",
    "@testing-library/jest-dom": "^6.1.5",
    "@testing-library/react": "^14.1.2",
    "@types/jest": "^29.5.11",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@umijs/fabric": "^4.0.1",
    "axios": "^1.7.2",
    "co-busboy": "^1.3.0",
    "coveralls": "^3.0.3",
    "cross-env": "^7.0.0",
    "dumi": "^2.1.0",
    "eslint": "^8.0.0",
    "father": "^4.0.0",
    "fs-extra": "^11.2.0",
    "gh-pages": "^6.1.1",
    "np": "^9.2.0",
    "raf": "^3.4.0",
    "rc-test": "^7.0.13",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "regenerator-runtime": "^0.14.1",
    "sinon": "^9.0.2",
    "typescript": "^5.3.3",
    "vinyl-fs": "^3.0.3"
  },
  "files": [
    "lib",
    "es"
  ],
  "homepage": "http://github.com/react-component/upload",
  "keywords": [
    "react",
    "react-component",
    "react-upload",
    "upload"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-upload",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/upload.git"
  },
  "scripts": {
    "compile": "father build",
    "coverage": "rc-test --coverage",
    "docs:build": "dumi build",
    "docs:deploy": "npm run docs:build && gh-pages -d .doc",
    "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
    "now-build": "npm run docs:build",
    "postpublish": "npm run docs:deploy",
    "prepublishOnly": "npm run compile",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
    "start": "dumi dev",
    "test": "rc-test"
  },
  "version": "4.7.0"
}
