| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "perfect-scrollbar@1.5.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_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": [
- "/ngx-perfect-scrollbar"
- ],
- "_resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-1.5.0.tgz",
- "_spec": "1.5.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "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"
- }
|