{
  "_args": [
    [
      "perfect-scrollbar@1.5.0",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_from": "perfect-scrollbar@1.5.0",
  "_id": "perfect-scrollbar@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-NrNHJn5mUGupSiheBTy6x+6SXCFbLlm8fVZh9moIzw/LgqElN5q4ncR4pbCBCYuCJ8Kcl9mYM0NgDxvW+b4LxA==",
  "_location": "/perfect-scrollbar",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "perfect-scrollbar@1.5.0",
    "name": "perfect-scrollbar",
    "escapedName": "perfect-scrollbar",
    "rawSpec": "1.5.0",
    "saveSpec": null,
    "fetchSpec": "1.5.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-1.5.0.tgz",
  "_spec": "1.5.0",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "Hyunje Jun",
    "email": "me@noraesae.net"
  },
  "bugs": {
    "url": "https://github.com/mdbootstrap/perfect-scrollbar/issues"
  },
  "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://github.com/mdbootstrap/perfect-scrollbar#readme",
  "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 -rf 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.0"
}
