{
  "_args": [
    [
      "react-chartist@0.14.3",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_from": "react-chartist@0.14.3",
  "_id": "react-chartist@0.14.3",
  "_inBundle": false,
  "_integrity": "sha512-FXIml3c98nClpzautiB4JI9+URc5j9cO5e/ZSEikB7r4bBOoX/6vdxvOlyfoOIm19H4uY6L7zNsIKOuWDGsdDg==",
  "_location": "/react-chartist",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-chartist@0.14.3",
    "name": "react-chartist",
    "escapedName": "react-chartist",
    "rawSpec": "0.14.3",
    "saveSpec": null,
    "fetchSpec": "0.14.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-chartist/-/react-chartist-0.14.3.tgz",
  "_spec": "0.14.3",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "Fraser Xu",
    "email": "xvfeng123@gmail.com",
    "url": "https://fraserxu.me"
  },
  "babel": {
    "presets": [
      "react",
      "es2015",
      "stage-0"
    ]
  },
  "bugs": {
    "url": "https://github.com/fraserxu/react-chartist/issues"
  },
  "dependencies": {
    "prop-types": "^15.5.8"
  },
  "description": "React component for Chartist.js",
  "devDependencies": {
    "@types/chartist": "^0.9.43",
    "@types/react": "^16.7.17",
    "@types/react-dom": "^16.0.11",
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0"
  },
  "homepage": "https://github.com/fraserxu/react-chartist",
  "keywords": [
    "react",
    "react-component",
    "component",
    "chartist",
    "graph"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "react-chartist",
  "peerDependencies": {
    "chartist": "^0.10.1",
    "react": "^0.14.9 || ^15.0.0 || ^16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/fraserxu/react-chartist.git"
  },
  "scripts": {
    "build": "mkdir -p dist && babel index.js -o dist/index.js && cp index.d.ts dist/index.d.ts",
    "prepublishOnly": "npm run build"
  },
  "version": "0.14.3"
}
