{
  "_from": "simplebar@^6.3.1",
  "_id": "simplebar@6.3.1",
  "_inBundle": false,
  "_integrity": "sha512-8xGpty5YCvzNAJLil8yn81x1WLChu/Wce+jYOyIuT3uZvl5FoYodUH97D7GllZSKUolFdXQg+aW1nMMIWPN/PA==",
  "_location": "/simplebar",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "simplebar@^6.3.1",
    "name": "simplebar",
    "escapedName": "simplebar",
    "rawSpec": "^6.3.1",
    "saveSpec": null,
    "fetchSpec": "^6.3.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/simplebar/-/simplebar-6.3.1.tgz",
  "_shasum": "d8370d98493335e1dd8fd2d7fcdc0534becefa9e",
  "_spec": "simplebar@^6.3.1",
  "_where": "/home/locker13/dashboard/sanbenito",
  "author": {
    "name": "Adrien Denat from a fork by Jonathan Nicol"
  },
  "bugs": {
    "url": "https://github.com/grsmto/simplebar/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "simplebar-core": "^1.3.1"
  },
  "deprecated": false,
  "description": "Scrollbars, simpler.",
  "devDependencies": {
    "@babel/plugin-transform-runtime": "^7.19.6",
    "intern": "^4.4.2",
    "minify": "^3.0.5",
    "promise": "^8.0.2"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./dist/simplebar.min.css": "./dist/simplebar.min.css"
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "gitHead": "3885152e72af29662d613dca32f7b76d4120f184",
  "homepage": "https://grsmto.github.io/simplebar/",
  "license": "MIT",
  "lint-staged": {
    "*.{js,jsx,json}": [
      "prettier-eslint --write",
      "git add"
    ]
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "simplebar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grsmto/simplebar.git",
    "directory": "packages/simplebar"
  },
  "scripts": {
    "build": "rollup -c && cp ../simplebar-core/src/simplebar.css dist/simplebar.css && minify dist/simplebar.css > dist/simplebar.min.css",
    "dev": "rollup -c -w --environment BUILD:development",
    "precommit": "lint-staged",
    "test": "jest -c jest-unit.config.js",
    "version": "yarn build"
  },
  "style": "./dist/simplebar.min.css",
  "title": "SimpleBar.js",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/simplebar.min.js",
  "version": "6.3.1"
}
