{
  "_from": "rc-progress@~3.4.1",
  "_id": "rc-progress@3.4.2",
  "_inBundle": false,
  "_integrity": "sha512-iAGhwWU+tsayP+Jkl9T4+6rHeQTG9kDz8JAHZk4XtQOcYN5fj9H34NXNEdRdZx94VUDHMqCb1yOIvi8eJRh67w==",
  "_location": "/rc-progress",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-progress@~3.4.1",
    "name": "rc-progress",
    "escapedName": "rc-progress",
    "rawSpec": "~3.4.1",
    "saveSpec": null,
    "fetchSpec": "~3.4.1"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-progress/-/rc-progress-3.4.2.tgz",
  "_shasum": "f8df9ee95e790490171ab6b31bf07303cdc79980",
  "_spec": "rc-progress@~3.4.1",
  "_where": "/home/smartsensero/public_html/alpha-frontend/front-end/node_modules/antd",
  "bugs": {
    "url": "http://github.com/react-component/progress/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "classnames": "^2.2.6",
    "rc-util": "^5.16.1"
  },
  "deprecated": false,
  "description": "progress ui component for react",
  "devDependencies": {
    "@types/classnames": "^2.2.9",
    "@types/jest": "^27.5.0",
    "@types/keyv": "3.1.4",
    "@types/react": "^18.0.9",
    "@types/react-dom": "^18.0.3",
    "@umijs/fabric": "^2.0.0",
    "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
    "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.1.0",
    "father": "^2.29.6",
    "glob": "^8.0.1",
    "np": "^7.2.0",
    "prettier": "^2.1.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "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",
    "tsc": "tsc --noEmit"
  },
  "version": "3.4.2"
}
