package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "perfect-scrollbar@1.5.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "perfect-scrollbar@1.5.0",
  9. "_id": "perfect-scrollbar@1.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NrNHJn5mUGupSiheBTy6x+6SXCFbLlm8fVZh9moIzw/LgqElN5q4ncR4pbCBCYuCJ8Kcl9mYM0NgDxvW+b4LxA==",
  12. "_location": "/perfect-scrollbar",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "perfect-scrollbar@1.5.0",
  18. "name": "perfect-scrollbar",
  19. "escapedName": "perfect-scrollbar",
  20. "rawSpec": "1.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.0"
  23. },
  24. "_requiredBy": [
  25. "/ngx-perfect-scrollbar"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-1.5.0.tgz",
  28. "_spec": "1.5.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Hyunje Jun",
  32. "email": "me@noraesae.net"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mdbootstrap/perfect-scrollbar/issues"
  36. },
  37. "description": "Minimalistic but perfect custom scrollbar plugin",
  38. "devDependencies": {
  39. "chokidar-cli": "^2.1.0",
  40. "prettier": "^1.19.1",
  41. "rollup": "^1.27.8",
  42. "rollup-plugin-babel": "^4.3.3",
  43. "rollup-plugin-babel-minify": "^9.1.1",
  44. "rollup-plugin-buble": "^0.19.8"
  45. },
  46. "files": [
  47. "css",
  48. "dist",
  49. "src",
  50. "types"
  51. ],
  52. "homepage": "https://github.com/mdbootstrap/perfect-scrollbar#readme",
  53. "jspm": {
  54. "main": "dist/perfect-scrollbar.common.js",
  55. "registry": "jspm"
  56. },
  57. "keywords": [
  58. "frontend",
  59. "scroll",
  60. "scrollbar"
  61. ],
  62. "license": "MIT",
  63. "main": "dist/perfect-scrollbar.common.js",
  64. "module": "dist/perfect-scrollbar.esm.js",
  65. "name": "perfect-scrollbar",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/mdbootstrap/perfect-scrollbar.git"
  69. },
  70. "scripts": {
  71. "build": "npm run clean && npm run rollup",
  72. "clean": "rm -rf dist",
  73. "format": "prettier --write --single-quote --trailing-comma es5 'src/**/*.js'",
  74. "format:lint": "prettier -l --single-quote --trailing-comma es5 'src/**/*.js'",
  75. "release": "./release",
  76. "rollup": "rollup --config rollup.config.js --sourcemap",
  77. "test": "npm run format:lint && npm run build",
  78. "watch": "npm run build && SHELL=/bin/bash chokidar 'src/**/*.js' -c 'npm run format && npm run build'"
  79. },
  80. "style": "css/perfect-scrollbar.css",
  81. "typings": "types/perfect-scrollbar.d.ts",
  82. "version": "1.5.0"
  83. }