{
  "_from": "react-circular-progressbar@~2.0.3",
  "_id": "react-circular-progressbar@2.0.4",
  "_inBundle": false,
  "_integrity": "sha512-OfX0ThSxRYEVGaQSt0DlXfyl5w4DbXHsXetyeivmoQrh9xA9bzVPHNf8aAhOIiwiaxX2WYWpLDB3gcpsDJ9oww==",
  "_location": "/react-circular-progressbar",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-circular-progressbar@~2.0.3",
    "name": "react-circular-progressbar",
    "escapedName": "react-circular-progressbar",
    "rawSpec": "~2.0.3",
    "saveSpec": null,
    "fetchSpec": "~2.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-circular-progressbar/-/react-circular-progressbar-2.0.4.tgz",
  "_shasum": "5b04a9cf6be8c522c180e4e99ec6db63677335b0",
  "_spec": "react-circular-progressbar@~2.0.3",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "Kevin Qi",
    "email": "iqnivek@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/kevinsqi/react-circular-progressbar/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "A circular progress indicator component",
  "devDependencies": {
    "@types/enzyme": "^3.9.1",
    "@types/enzyme-adapter-react-16": "^1.0.5",
    "@types/jest": "^25.0.0",
    "@types/react": "^16.8.14",
    "autoprefixer": "^9.5.1",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.12.1",
    "jest": "^25.0.0",
    "npm-run-all": "^4.1.5",
    "postcss-cli": "^6.1.2",
    "prettier": "^1.17.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "rimraf": "^2.3.4",
    "rollup": "^1.10.1",
    "rollup-plugin-typescript2": "^0.21.0",
    "ts-jest": "^25.0.0",
    "typescript": "^3.4.4"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/kevinsqi/react-circular-progressbar#readme",
  "keywords": [
    "progressbar",
    "react",
    "react-component",
    "svg"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "name": "react-circular-progressbar",
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevinsqi/react-circular-progressbar.git"
  },
  "scripts": {
    "build": "npm-run-all clean build:css build:js",
    "build:css": "postcss src/styles.css --use autoprefixer -d dist/ --no-map",
    "build:js": "rollup -c",
    "clean": "rimraf dist",
    "format": "prettier --write 'src/**/*' 'demo/src/**/*'",
    "prepare": "npm-run-all clean build",
    "start": "npm-run-all --parallel start:css start:js",
    "start:css": "postcss src/styles.css --use autoprefixer -d dist/ --no-map --watch",
    "start:js": "rollup -c -w",
    "test": "jest --config jest.config.json --coverage"
  },
  "style": "dist/styles.css",
  "types": "dist/index.d.ts",
  "version": "2.0.4"
}
