{
  "_args": [
    [
      "simplebar@5.3.5",
      "/home/vkuser/www/minimal"
    ]
  ],
  "_from": "simplebar@5.3.5",
  "_id": "simplebar@5.3.5",
  "_inBundle": false,
  "_integrity": "sha512-mcTlXEiva8pSMdNEzeV3C1KyBHk7Sn2Pe46U1Uwo53dCuQqdJIK0bEJrIPs8W4/RqJquKIsC8Y1h7+aqOl8ccA==",
  "_location": "/simplebar",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "simplebar@5.3.5",
    "name": "simplebar",
    "escapedName": "simplebar",
    "rawSpec": "5.3.5",
    "saveSpec": null,
    "fetchSpec": "5.3.5"
  },
  "_requiredBy": [
    "/",
    "/simplebar-react"
  ],
  "_resolved": "https://registry.npmjs.org/simplebar/-/simplebar-5.3.5.tgz",
  "_spec": "5.3.5",
  "_where": "/home/vkuser/www/minimal",
  "author": {
    "name": "Adrien Denat from a fork by Jonathan Nicol"
  },
  "bugs": {
    "url": "https://github.com/grsmto/simplebar/issues"
  },
  "dependencies": {
    "@juggle/resize-observer": "^3.3.1",
    "can-use-dom": "^0.1.0",
    "core-js": "^3.0.1",
    "lodash.debounce": "^4.0.8",
    "lodash.memoize": "^4.1.2",
    "lodash.throttle": "^4.1.1"
  },
  "description": "Scrollbars, simpler.",
  "devDependencies": {
    "css-loader": "^0.28.11",
    "intern": "^4.4.2",
    "minify": "^3.0.5",
    "promise": "^8.0.2",
    "react-select": "^2.4.3",
    "react-window": "^1.8.1",
    "style-loader": "^0.21.0"
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "gitHead": "d5a03ef12568134bbb45c76ab02d91fe1f814171",
  "homepage": "https://grsmto.github.io/simplebar/",
  "license": "MIT",
  "lint-staged": {
    "*.{js,jsx,json}": [
      "prettier-eslint --write",
      "git add"
    ]
  },
  "main": "dist/simplebar.min.js",
  "module": "dist/simplebar.esm.js",
  "name": "simplebar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grsmto/simplebar.git",
    "directory": "packages/simplebar"
  },
  "scripts": {
    "build": "rollup -c && cp src/simplebar.css dist/simplebar.css && cp simplebar.d.ts dist/simplebar.d.ts && minify dist/simplebar.css > dist/simplebar.min.css && webpack --mode=production",
    "dev": "rollup -c -w",
    "precommit": "lint-staged",
    "start": "webpack-dev-server --mode=development",
    "test": "yarn test:unit && yarn test:e2e",
    "test:e2e": "env-cmd intern",
    "test:unit": "jest -c jest-unit.config.js",
    "version": "yarn build"
  },
  "style": "dist/simplebar.min.css",
  "title": "SimpleBar.js",
  "types": "dist/simplebar.d.ts",
  "version": "5.3.5"
}
