Current File : /home/tradevaly/www/node_modules/simplebar/package.json |
{
"_args": [
[
"simplebar@4.2.3",
"/home/skote/public_html"
]
],
"_from": "simplebar@4.2.3",
"_id": "simplebar@4.2.3",
"_inBundle": false,
"_integrity": "sha512-9no0pK7/1y+8/oTF3sy/+kx0PjQ3uk4cYwld5F1CJGk2gx+prRyUq8GRfvcVLq5niYWSozZdX73a2wIr1o9l/g==",
"_location": "/simplebar",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "simplebar@4.2.3",
"name": "simplebar",
"escapedName": "simplebar",
"rawSpec": "4.2.3",
"saveSpec": null,
"fetchSpec": "4.2.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/simplebar/-/simplebar-4.2.3.tgz",
"_spec": "4.2.3",
"_where": "/home/skote/public_html",
"author": {
"name": "Adrien Denat from a fork by Jonathan Nicol"
},
"bugs": {
"url": "https://github.com/grsmto/simplebar/issues"
},
"dependencies": {
"can-use-dom": "^0.1.0",
"core-js": "^3.0.1",
"lodash.debounce": "^4.0.8",
"lodash.memoize": "^4.1.2",
"lodash.throttle": "^4.1.1",
"resize-observer-polyfill": "^1.5.1"
},
"description": "Scrollbars, simpler.",
"devDependencies": {
"css-loader": "^0.28.11",
"minify": "^3.0.5",
"promise": "^8.0.2",
"react-select": "^2.4.3",
"style-loader": "^0.21.0"
},
"files": [
"dist",
"src",
"../../README.md"
],
"gitHead": "0449db62f6b70164a2ecc402c0d3422560f752c3",
"homepage": "https://grsmto.github.io/simplebar/",
"license": "MIT",
"main": "dist/simplebar.min.js",
"module": "dist/simplebar.esm.js",
"name": "simplebar",
"repository": {
"type": "git",
"url": "git+https://github.com/grsmto/simplebar.git",
"directory": "packages/simplebar"
},
"scripts": {
"build": "rollup -c && cp src/simplebar.css dist/simplebar.css && minify dist/simplebar.css > dist/simplebar.min.css && webpack --mode=production",
"dev": "rollup -c -w",
"start": "webpack-dev-server --mode=development",
"test": "yarn test:unit && yarn test:e2e",
"test:e2e": "jest --runInBand -c jest-e2e.config.js",
"test:unit": "jest -c jest-unit.config.js",
"version": "yarn build"
},
"style": "dist/simplebar.min.css",
"title": "SimpleBar.js",
"version": "4.2.3"
}