{
  "_from": "@material-ui/core@4.4.0",
  "_id": "@material-ui/core@4.4.0",
  "_inBundle": false,
  "_integrity": "sha512-p6yDcLYYHzJD0A6im+prcCahZBdlhh2OrTGQ4W1XN1X5uiMIg4niJ8FYBpgV0ssaluO+EYlaAKp2qGeMNRr/bA==",
  "_location": "/@material-ui/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@material-ui/core@4.4.0",
    "name": "@material-ui/core",
    "escapedName": "@material-ui%2fcore",
    "scope": "@material-ui",
    "rawSpec": "4.4.0",
    "saveSpec": null,
    "fetchSpec": "4.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.4.0.tgz",
  "_shasum": "820b6ee91da9eaf4018ff9e87e6ca04fc985e35a",
  "_spec": "@material-ui/core@4.4.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react",
  "author": {
    "name": "Material-UI Team"
  },
  "bugs": {
    "url": "https://github.com/mui-org/material-ui/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.4.4",
    "@material-ui/styles": "^4.3.3",
    "@material-ui/system": "^4.3.3",
    "@material-ui/types": "^4.1.1",
    "@material-ui/utils": "^4.4.0",
    "@types/react-transition-group": "^4.2.0",
    "clsx": "^1.0.2",
    "convert-css-length": "^2.0.1",
    "deepmerge": "^4.0.0",
    "hoist-non-react-statics": "^3.2.1",
    "is-plain-object": "^3.0.0",
    "normalize-scroll-left": "^0.2.0",
    "popper.js": "^1.14.1",
    "prop-types": "^15.7.2",
    "react-transition-group": "^4.0.0",
    "warning": "^4.0.1"
  },
  "deprecated": false,
  "description": "React components that implement Google's Material Design.",
  "engines": {
    "node": ">=8.0.0"
  },
  "homepage": "https://material-ui.com/",
  "keywords": [
    "react",
    "react-component",
    "material design",
    "material-ui"
  ],
  "license": "MIT",
  "main": "./index.js",
  "module": "./esm/index.js",
  "name": "@material-ui/core",
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mui-org/material-ui.git",
    "directory": "packages/material-ui"
  },
  "sideEffects": false,
  "typings": "./index.d.ts",
  "version": "4.4.0"
}