|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "_args": [
- [
- "smooth-scrollbar@8.5.2",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_development": true,
- "_from": "smooth-scrollbar@8.5.2",
- "_id": "smooth-scrollbar@8.5.2",
- "_inBundle": false,
- "_integrity": "sha512-8Uxb40zP5W5Vrd6AaHmn8OzCrJ1+EzSNKQXtTqby1m23x6RC8d1tUP+rlH4oJisPO2cgU+Jxjp0HLGqbOJc9BQ==",
- "_location": "/smooth-scrollbar",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "smooth-scrollbar@8.5.2",
- "name": "smooth-scrollbar",
- "escapedName": "smooth-scrollbar",
- "rawSpec": "8.5.2",
- "saveSpec": null,
- "fetchSpec": "8.5.2"
- },
- "_requiredBy": [
- "/@types/react-smooth-scrollbar"
- ],
- "_resolved": "https://registry.npmjs.org/smooth-scrollbar/-/smooth-scrollbar-8.5.2.tgz",
- "_spec": "8.5.2",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Dolphin Wood",
- "email": "dolphin.w.e@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/idiotWu/smooth-scrollbar/issues"
- },
- "dependencies": {
- "core-js": "^2.6.9",
- "lodash-es": "^4.17.15",
- "tslib": "^1.10.0"
- },
- "description": "Customize scrollbar in modern browsers with smooth scrolling experience.",
- "devDependencies": {
- "@types/dat-gui": "^0.6.3",
- "@types/lodash-es": "^4.17.3",
- "@types/prismjs": "^1.16.0",
- "autoprefixer": "^7.2.6",
- "chalk": "^2.4.2",
- "circular-dependency-plugin": "^5.2.0",
- "cpx": "^1.5.0",
- "css-loader": "^0.28.11",
- "dat-gui": "^0.5.0",
- "execa": "^0.8.0",
- "inquirer": "^6.5.2",
- "listr": "^0.12.0",
- "npm-run-all": "^4.1.5",
- "postcss-loader": "^2.1.6",
- "prismjs": "^1.17.1",
- "rimraf": "^2.7.1",
- "rollup": "^0.50.1",
- "rollup-plugin-typescript": "^0.8.1",
- "semver": "^5.7.1",
- "style-loader": "^0.19.1",
- "stylus": "^0.54.7",
- "stylus-loader": "^3.0.2",
- "ts-loader": "^4.5.0",
- "tslint": "^5.20.0",
- "tslint-config-standard": "^6.0.1",
- "tslint-loader": "^3.6.0",
- "typescript": "^3.6.3",
- "uglifyjs-webpack-plugin": "^1.3.0",
- "webpack": "^4.40.2",
- "webpack-cli": "^3.3.8",
- "webpack-dev-server": "^3.8.0",
- "webpack-merge": "^4.2.2"
- },
- "homepage": "https://github.com/idiotWu/smooth-scrollbar#readme",
- "jsnext:main": "index.js",
- "keywords": [
- "scrollbar",
- "customize",
- "acceleration",
- "performance"
- ],
- "license": "MIT",
- "main": "dist/smooth-scrollbar.js",
- "module": "index.js",
- "name": "smooth-scrollbar",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/idiotWu/smooth-scrollbar.git"
- },
- "scripts": {
- "bundle": "npm-run-all bundle:main bundle:plugin",
- "bundle:main": "webpack --config ./scripts/webpack.prod.js",
- "bundle:plugin": "webpack --config scripts/webpack.prod.plugins.js",
- "clean": "npm-run-all clean:compile clean:dist",
- "clean:compile": "rimraf ./build",
- "clean:dist": "rimraf ./dist",
- "compile": "tsc -p ./build",
- "copy": "npm-run-all copy:src copy:conf",
- "copy:conf": "cpx ./tsconfig.json ./build",
- "copy:src": "cpx './src/**' ./build/src",
- "deploy": "./scripts/deploy.sh",
- "ghpages": "webpack --config ./scripts/webpack.ghpages.js",
- "lint": "tslint --type-check -p . -t stylish {src,__demo__}/**/*.ts",
- "postcompile": "rimraf ./build/tsconfig.json",
- "prebundle": "npm-run-all clean:dist",
- "precompile": "npm-run-all clean:compile copy",
- "preghpages": "rimraf ./.tmp",
- "release": "node ./scripts/release.js",
- "start": "node ./scripts/serve.js",
- "test": "npm run lint && tsc --noEmit"
- },
- "types": "index.d.ts",
- "version": "8.5.2"
- }
|