{
  "_from": "rc-upload@~4.3.0",
  "_id": "rc-upload@4.3.4",
  "_inBundle": false,
  "_integrity": "sha512-uVbtHFGNjHG/RyAfm9fluXB6pvArAGyAx8z7XzXXyorEgVIWj6mOlriuDm0XowDHYz4ycNK0nE0oP3cbFnzxiQ==",
  "_location": "/rc-upload",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-upload@~4.3.0",
    "name": "rc-upload",
    "escapedName": "rc-upload",
    "rawSpec": "~4.3.0",
    "saveSpec": null,
    "fetchSpec": "~4.3.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-upload/-/rc-upload-4.3.4.tgz",
  "_shasum": "83ff7d3867631c37adbfd72ea3d1fd7e97ca84af",
  "_spec": "rc-upload@~4.3.0",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/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": {
    "@types/enzyme": "^3.10.8",
    "@types/jest": "^26.0.20",
    "@types/react": "^17.0.15",
    "@types/react-dom": "^17.0.9",
    "@umijs/fabric": "^2.0.0",
    "axios": "^0.26.1",
    "co-busboy": "^1.3.0",
    "coveralls": "^3.0.3",
    "cross-env": "^7.0.0",
    "dumi": "^1.0.37",
    "enzyme": "^3.1.1",
    "enzyme-adapter-react-16": "^1.0.1",
    "enzyme-to-json": "^3.1.2",
    "eslint": "^7.1.0",
    "father": "^2.22.0",
    "fs-extra": "^9.0.0",
    "gh-pages": "^3.1.0",
    "np": "^7.0.0",
    "raf": "^3.4.0",
    "rc-tools": "8.x",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "regenerator-runtime": "^0.13.7",
    "sinon": "^9.0.2",
    "typescript": "^4.0.2",
    "vinyl-fs": "^3.0.3"
  },
  "files": [
    "lib",
    "es"
  ],
  "homepage": "http://github.com/react-component/upload",
  "jest": {
    "collectCoverageFrom": [
      "src/*"
    ],
    "coveragePathIgnorePatterns": [
      "src/IframeUploader.jsx"
    ],
    "transform": {
      "\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js",
      "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
    }
  },
  "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": "father 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 && np --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
    "start": "dumi dev",
    "test": "father test"
  },
  "version": "4.3.4"
}
