{ "_from": "@xobotyi/scrollbar-width@^1.9.5", "_id": "@xobotyi/scrollbar-width@1.9.5", "_inBundle": false, "_integrity": "sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==", "_location": "/@xobotyi/scrollbar-width", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@xobotyi/scrollbar-width@^1.9.5", "name": "@xobotyi/scrollbar-width", "escapedName": "@xobotyi%2fscrollbar-width", "scope": "@xobotyi", "rawSpec": "^1.9.5", "saveSpec": null, "fetchSpec": "^1.9.5" }, "_requiredBy": [ "/react-use" ], "_resolved": "https://registry.npmjs.org/@xobotyi/scrollbar-width/-/scrollbar-width-1.9.5.tgz", "_shasum": "80224a6919272f405b87913ca13b92929bdf3c4d", "_spec": "@xobotyi/scrollbar-width@^1.9.5", "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use", "author": { "name": "Anton Zinovyev", "email": "xog3@yandex.ru", "url": "https://github.com/xobotyi" }, "bugs": { "url": "https://github.com/xobotyi/scrollbar-width/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A tool to get browser's scrollbars width.", "devDependencies": { "@semantic-release/changelog": "^5.0.0", "@semantic-release/git": "^9.0.0", "@semantic-release/npm": "^7.0.3", "@types/jasmine": "^3.5.1", "@xobotyi/eslint-config": "^1.0.6", "@xobotyi/preset-typescript": "^1.0.0", "codacy-coverage": "^3.4.0", "eslint": "^6.8.0", "husky": "^4.2.1", "jasmine": "^3.5.0", "karma": "^4.4.1", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^1.3.0", "karma-jasmine": "^3.1.0", "karma-typescript": "^5.0.0", "lint-staged": "^10.0.2", "prettier": "^2.0.2", "rimraf": "^3.0.0", "rollup": "^2.0.2", "rollup-plugin-terser": "^5.2.0", "rollup-plugin-typescript2": "^0.26.0", "semantic-release": "^17.0.3", "typescript": "^3.7.5" }, "esnext": "dist/index.esnext.js", "files": [ "dist" ], "homepage": "https://github.com/xobotyi/scrollbar-width", "husky": { "hooks": { "pre-commit": "yarn lint:types && lint-staged", "pre-push": "yarn lint:fix && rimraf dist && yarn build && yarn test" } }, "keywords": [ "scrollbar", "width", "native", "browser", "detect", "scrollbar-width" ], "license": "MIT", "lint-staged": { "./{src,tests}/**/*.ts": [ "yarn lint:fix" ], "./*.{ts,js}": [ "yarn lint:fix" ] }, "main": "dist/index.js", "module": "dist/index.esm.js", "name": "@xobotyi/scrollbar-width", "publishConfig": { "access": "public" }, "release": { "branches": [ "master", { "name": "next", "prerelease": "rc" } ], "verifyConditions": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git", "@semantic-release/github" ], "prepare": [ "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git" ] }, "repository": { "type": "git", "url": "git+https://github.com/xobotyi/scrollbar-width.git" }, "scripts": { "build": "rimraf dist && rollup --config", "lint": "eslint ./{src,tests}/**/*.ts ./*.{ts,js}", "lint:fix": "yarn lint --fix", "lint:types": "tsc --noEmit", "semantic-release": "semantic-release", "test": "karma start" }, "sideEffects": false, "types": "dist/index.d.ts", "version": "1.9.5" }