{
  "_from": "normalize-scroll-left@^0.2.0",
  "_id": "normalize-scroll-left@0.2.0",
  "_inBundle": false,
  "_integrity": "sha512-t5oCENZJl8TGusJKoCJm7+asaSsPuNmK6+iEjrZ5TyBj2f02brCRsd4c83hwtu+e5d4LCSBZ0uoDlMjBo+A8yA==",
  "_location": "/normalize-scroll-left",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "normalize-scroll-left@^0.2.0",
    "name": "normalize-scroll-left",
    "escapedName": "normalize-scroll-left",
    "rawSpec": "^0.2.0",
    "saveSpec": null,
    "fetchSpec": "^0.2.0"
  },
  "_requiredBy": [
    "/@material-ui/core"
  ],
  "_resolved": "https://registry.npmjs.org/normalize-scroll-left/-/normalize-scroll-left-0.2.0.tgz",
  "_shasum": "9445d74275f303cc661e113329aefa492f58114c",
  "_spec": "normalize-scroll-left@^0.2.0",
  "_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/sorting-algorithms/nbarrow1/bubble-sort-react/node_modules/@material-ui/core",
  "author": {
    "name": "Ali Taheri Moghaddar",
    "email": "ali.taheri.m@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/alitaheri/normalize-scroll-left/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Utility library to determine and normalize Element.scrollLeft behavior",
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.0.4",
    "chai": "^4.2.0",
    "mocha": "^6.1.4",
    "rimraf": "^2.6.3",
    "ts-loader": "^6.0.2",
    "ts-node": "^8.2.0",
    "tslint": "^5.17.0",
    "tslint-eslint-rules": "^5.4.0",
    "tslint-microsoft-contrib": "^6.2.0",
    "typescript": "^3.5.1"
  },
  "files": [
    "cjs",
    "esm"
  ],
  "homepage": "https://github.com/alitaheri/normalize-scroll-left#readme",
  "keywords": [
    "rtl",
    "dom",
    "scroll-left",
    "scrollLeft",
    "normalize",
    "browser",
    "element"
  ],
  "license": "MIT",
  "main": "cjs/main.js",
  "module": "esm/main.js",
  "name": "normalize-scroll-left",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/alitaheri/normalize-scroll-left.git"
  },
  "scripts": {
    "build": "rimraf cjs esm && tsc --module commonjs --outDir cjs && tsc --module es6 --outDir esm",
    "lint": "tslint -e \"node_modules/**\" \"src/**/*.ts\"",
    "prepublishOnly": "npm run build",
    "test": "mocha -r ts-node/register \"src/**/*.spec.ts\""
  },
  "types": "cjs/main.d.ts",
  "version": "0.2.0"
}