{
  "_from": "perfect-scrollbar@^1.5.5",
  "_id": "perfect-scrollbar@1.5.5",
  "_inBundle": false,
  "_integrity": "sha512-dzalfutyP3e/FOpdlhVryN4AJ5XDVauVWxybSkLZmakFE2sS3y3pc4JnSprw8tGmHvkaG5Edr5T7LBTZ+WWU2g==",
  "_location": "/perfect-scrollbar",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "perfect-scrollbar@^1.5.5",
    "name": "perfect-scrollbar",
    "escapedName": "perfect-scrollbar",
    "rawSpec": "^1.5.5",
    "saveSpec": null,
    "fetchSpec": "^1.5.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-1.5.5.tgz",
  "_shasum": "41a211a2fb52a7191eff301432134ea47052b27f",
  "_spec": "perfect-scrollbar@^1.5.5",
  "_where": "/home/m3cs162/webvideos.m3cs.com.br",
  "author": {
    "name": "Hyunje Jun",
    "email": "me@noraesae.net"
  },
  "bugs": {
    "url": "https://github.com/mdbootstrap/perfect-scrollbar/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Minimalistic but perfect custom scrollbar plugin",
  "devDependencies": {
    "chokidar-cli": "^2.1.0",
    "prettier": "^1.19.1",
    "rollup": "^1.27.8",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-babel-minify": "^9.1.1",
    "rollup-plugin-buble": "^0.19.8"
  },
  "files": [
    "css",
    "dist",
    "src",
    "types"
  ],
  "homepage": "https://perfectscrollbar.com/",
  "jspm": {
    "main": "dist/perfect-scrollbar.common.js",
    "registry": "jspm"
  },
  "keywords": [
    "frontend",
    "scroll",
    "scrollbar"
  ],
  "license": "MIT",
  "main": "dist/perfect-scrollbar.common.js",
  "module": "dist/perfect-scrollbar.esm.js",
  "name": "perfect-scrollbar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mdbootstrap/perfect-scrollbar.git"
  },
  "scripts": {
    "build": "npm run clean && npm run rollup",
    "clean": "rm -r dist",
    "format": "prettier --write --single-quote --trailing-comma es5 'src/**/*.js'",
    "format:lint": "prettier -l --single-quote --trailing-comma es5 'src/**/*.js'",
    "release": "./release",
    "rollup": "rollup --config rollup.config.js --sourcemap",
    "test": "npm run format:lint && npm run build",
    "watch": "npm run build && SHELL=/bin/bash chokidar 'src/**/*.js' -c 'npm run format && npm run build'"
  },
  "style": "css/perfect-scrollbar.css",
  "typings": "types/perfect-scrollbar.d.ts",
  "version": "1.5.5"
}
