{
  "_args": [
    [
      "rc-progress@3.2.4",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "rc-progress@3.2.4",
  "_id": "rc-progress@3.2.4",
  "_inBundle": false,
  "_integrity": "sha512-M9WWutRaoVkPUPIrTpRIDpX0SPSrVHzxHdCRCbeoBFrd9UFWTYNWRlHsruJM5FH1AZI+BwB4wOJUNNylg/uFSw==",
  "_location": "/rc-progress",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rc-progress@3.2.4",
    "name": "rc-progress",
    "escapedName": "rc-progress",
    "rawSpec": "3.2.4",
    "saveSpec": null,
    "fetchSpec": "3.2.4"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-3.2.4.tgz",
  "_spec": "3.2.4",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "bugs": {
    "url": "http://github.com/react-component/progress/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.6",
    "rc-util": "^5.16.1"
  },
  "description": "progress ui component for react",
  "devDependencies": {
    "@types/classnames": "^2.2.9",
    "@types/jest": "^26.0.0",
    "@types/react": "^16.9.2",
    "@types/react-dom": "^16.9.0",
    "@umijs/fabric": "^2.0.0",
    "cross-env": "^7.0.0",
    "dumi": "^1.1.0",
    "enzyme": "^3.1.1",
    "enzyme-adapter-react-16": "^1.0.1",
    "enzyme-to-json": "^3.1.2",
    "eslint": "^7.6.0",
    "father": "^2.29.6",
    "glob": "^7.1.6",
    "np": "^7.2.0",
    "prettier": "^2.1.1",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "typescript": "^4.0.2"
  },
  "files": [
    "lib",
    "es"
  ],
  "homepage": "http://github.com/react-component/progress",
  "keywords": [
    "react",
    "react-component",
    "react-progress",
    "progress"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-progress",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/progress.git"
  },
  "scripts": {
    "compile": "father build",
    "coverage": "father test --coverage",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d docs-dist",
    "gh-pages": "npm run build && father doc deploy",
    "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js",
    "now-build": "npm run docs:build",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
    "start": "dumi dev",
    "test": "father test"
  },
  "version": "3.2.4"
}
