{
  "_from": "simplebar-core@^1.3.1",
  "_id": "simplebar-core@1.3.1",
  "_inBundle": false,
  "_integrity": "sha512-d2JFNivCgxykWz9//MhUbpmxXmL4qDfZpUulmeY4KE1cq2amr+6rZhIOv6JyCprWP3yFlayYb0J5ApKV81r6Sg==",
  "_location": "/simplebar-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "simplebar-core@^1.3.1",
    "name": "simplebar-core",
    "escapedName": "simplebar-core",
    "rawSpec": "^1.3.1",
    "saveSpec": null,
    "fetchSpec": "^1.3.1"
  },
  "_requiredBy": [
    "/simplebar"
  ],
  "_resolved": "https://registry.npmjs.org/simplebar-core/-/simplebar-core-1.3.1.tgz",
  "_shasum": "7528f8cf86e3edfc28c89297c48f1bf0b13e89c5",
  "_spec": "simplebar-core@^1.3.1",
  "_where": "/home/locker13/dashboard/sanbenito/node_modules/simplebar",
  "author": {
    "name": "Adrien Denat from a fork by Jonathan Nicol"
  },
  "bugs": {
    "url": "https://github.com/grsmto/simplebar/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21"
  },
  "deprecated": false,
  "description": "Scrollbars, simpler.",
  "devDependencies": {
    "@types/lodash-es": "^4.17.12",
    "browserstack-local": "^1.5.1"
  },
  "files": [
    "dist",
    "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-core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grsmto/simplebar.git",
    "directory": "packages/simplebar-core"
  },
  "scripts": {
    "build": "rollup -c && cp src/simplebar.css dist/simplebar.css",
    "dev": "rollup -c -w --environment BUILD:development",
    "precommit": "lint-staged",
    "serve": "serve -s demo",
    "test": "yarn test:unit && yarn test:e2e",
    "test:e2e": "env-cmd --silent jest -c jest-e2e.config.js --runInBand",
    "test:unit": "jest -c jest-unit.config.js",
    "version": "yarn build"
  },
  "sideEffects": [
    "*.css"
  ],
  "style": "./dist/simplebar.min.css",
  "title": "SimpleBar.js",
  "typings": "./dist/index.d.ts",
  "version": "1.3.1"
}
