{
  "_args": [
    [
      "simplebar-core@1.2.5",
      "D:\\Projects\\ashkanTala\\theme"
    ]
  ],
  "_from": "simplebar-core@1.2.5",
  "_id": "simplebar-core@1.2.5",
  "_inBundle": false,
  "_integrity": "sha512-33AVCYXS8yavWId0GbE4TG1cYELsYybpCKWHJYuWEY/j6nccgz6zQdJ7nCqOpIGo7HgPPbkSSSIlJhi43fHP6A==",
  "_location": "/simplebar-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "simplebar-core@1.2.5",
    "name": "simplebar-core",
    "escapedName": "simplebar-core",
    "rawSpec": "1.2.5",
    "saveSpec": null,
    "fetchSpec": "1.2.5"
  },
  "_requiredBy": [
    "/simplebar-vue"
  ],
  "_resolved": "https://registry.npmjs.org/simplebar-core/-/simplebar-core-1.2.5.tgz",
  "_spec": "1.2.5",
  "_where": "D:\\Projects\\ashkanTala\\theme",
  "author": {
    "name": "Adrien Denat from a fork by Jonathan Nicol"
  },
  "bugs": {
    "url": "https://github.com/grsmto/simplebar/issues"
  },
  "dependencies": {
    "@types/lodash-es": "^4.17.6",
    "can-use-dom": "^0.1.0",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21"
  },
  "description": "Scrollbars, simpler.",
  "devDependencies": {
    "browserstack-local": "^1.5.1"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "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.2.5"
}
