[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "@xobotyi/scrollbar-width@^1.9.5",
|
---|
| 3 | "_id": "@xobotyi/scrollbar-width@1.9.5",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==",
|
---|
| 6 | "_location": "/@xobotyi/scrollbar-width",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "@xobotyi/scrollbar-width@^1.9.5",
|
---|
| 12 | "name": "@xobotyi/scrollbar-width",
|
---|
| 13 | "escapedName": "@xobotyi%2fscrollbar-width",
|
---|
| 14 | "scope": "@xobotyi",
|
---|
| 15 | "rawSpec": "^1.9.5",
|
---|
| 16 | "saveSpec": null,
|
---|
| 17 | "fetchSpec": "^1.9.5"
|
---|
[d565449] | 18 | },
|
---|
[79a0317] | 19 | "_requiredBy": [
|
---|
| 20 | "/react-use"
|
---|
[d565449] | 21 | ],
|
---|
[79a0317] | 22 | "_resolved": "https://registry.npmjs.org/@xobotyi/scrollbar-width/-/scrollbar-width-1.9.5.tgz",
|
---|
| 23 | "_shasum": "80224a6919272f405b87913ca13b92929bdf3c4d",
|
---|
| 24 | "_spec": "@xobotyi/scrollbar-width@^1.9.5",
|
---|
| 25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use",
|
---|
| 26 | "author": {
|
---|
| 27 | "name": "Anton Zinovyev",
|
---|
| 28 | "email": "xog3@yandex.ru",
|
---|
| 29 | "url": "https://github.com/xobotyi"
|
---|
[d565449] | 30 | },
|
---|
| 31 | "bugs": {
|
---|
| 32 | "url": "https://github.com/xobotyi/scrollbar-width/issues"
|
---|
| 33 | },
|
---|
[79a0317] | 34 | "bundleDependencies": false,
|
---|
| 35 | "deprecated": false,
|
---|
| 36 | "description": "A tool to get browser's scrollbars width.",
|
---|
[d565449] | 37 | "devDependencies": {
|
---|
| 38 | "@semantic-release/changelog": "^5.0.0",
|
---|
| 39 | "@semantic-release/git": "^9.0.0",
|
---|
| 40 | "@semantic-release/npm": "^7.0.3",
|
---|
| 41 | "@types/jasmine": "^3.5.1",
|
---|
| 42 | "@xobotyi/eslint-config": "^1.0.6",
|
---|
| 43 | "@xobotyi/preset-typescript": "^1.0.0",
|
---|
| 44 | "codacy-coverage": "^3.4.0",
|
---|
| 45 | "eslint": "^6.8.0",
|
---|
| 46 | "husky": "^4.2.1",
|
---|
| 47 | "jasmine": "^3.5.0",
|
---|
| 48 | "karma": "^4.4.1",
|
---|
| 49 | "karma-chrome-launcher": "^3.1.0",
|
---|
| 50 | "karma-firefox-launcher": "^1.3.0",
|
---|
| 51 | "karma-jasmine": "^3.1.0",
|
---|
| 52 | "karma-typescript": "^5.0.0",
|
---|
| 53 | "lint-staged": "^10.0.2",
|
---|
| 54 | "prettier": "^2.0.2",
|
---|
| 55 | "rimraf": "^3.0.0",
|
---|
| 56 | "rollup": "^2.0.2",
|
---|
| 57 | "rollup-plugin-terser": "^5.2.0",
|
---|
| 58 | "rollup-plugin-typescript2": "^0.26.0",
|
---|
| 59 | "semantic-release": "^17.0.3",
|
---|
| 60 | "typescript": "^3.7.5"
|
---|
| 61 | },
|
---|
[79a0317] | 62 | "esnext": "dist/index.esnext.js",
|
---|
| 63 | "files": [
|
---|
| 64 | "dist"
|
---|
| 65 | ],
|
---|
| 66 | "homepage": "https://github.com/xobotyi/scrollbar-width",
|
---|
| 67 | "husky": {
|
---|
| 68 | "hooks": {
|
---|
| 69 | "pre-commit": "yarn lint:types && lint-staged",
|
---|
| 70 | "pre-push": "yarn lint:fix && rimraf dist && yarn build && yarn test"
|
---|
| 71 | }
|
---|
[d565449] | 72 | },
|
---|
[79a0317] | 73 | "keywords": [
|
---|
| 74 | "scrollbar",
|
---|
| 75 | "width",
|
---|
| 76 | "native",
|
---|
| 77 | "browser",
|
---|
| 78 | "detect",
|
---|
| 79 | "scrollbar-width"
|
---|
| 80 | ],
|
---|
| 81 | "license": "MIT",
|
---|
[d565449] | 82 | "lint-staged": {
|
---|
| 83 | "./{src,tests}/**/*.ts": [
|
---|
| 84 | "yarn lint:fix"
|
---|
| 85 | ],
|
---|
| 86 | "./*.{ts,js}": [
|
---|
| 87 | "yarn lint:fix"
|
---|
| 88 | ]
|
---|
| 89 | },
|
---|
[79a0317] | 90 | "main": "dist/index.js",
|
---|
| 91 | "module": "dist/index.esm.js",
|
---|
| 92 | "name": "@xobotyi/scrollbar-width",
|
---|
| 93 | "publishConfig": {
|
---|
| 94 | "access": "public"
|
---|
[d565449] | 95 | },
|
---|
| 96 | "release": {
|
---|
| 97 | "branches": [
|
---|
| 98 | "master",
|
---|
| 99 | {
|
---|
| 100 | "name": "next",
|
---|
| 101 | "prerelease": "rc"
|
---|
| 102 | }
|
---|
| 103 | ],
|
---|
| 104 | "verifyConditions": [
|
---|
| 105 | "@semantic-release/changelog",
|
---|
| 106 | "@semantic-release/npm",
|
---|
| 107 | "@semantic-release/git",
|
---|
| 108 | "@semantic-release/github"
|
---|
| 109 | ],
|
---|
| 110 | "prepare": [
|
---|
| 111 | "@semantic-release/changelog",
|
---|
| 112 | "@semantic-release/npm",
|
---|
| 113 | "@semantic-release/git"
|
---|
| 114 | ]
|
---|
[79a0317] | 115 | },
|
---|
| 116 | "repository": {
|
---|
| 117 | "type": "git",
|
---|
| 118 | "url": "git+https://github.com/xobotyi/scrollbar-width.git"
|
---|
| 119 | },
|
---|
| 120 | "scripts": {
|
---|
| 121 | "build": "rimraf dist && rollup --config",
|
---|
| 122 | "lint": "eslint ./{src,tests}/**/*.ts ./*.{ts,js}",
|
---|
| 123 | "lint:fix": "yarn lint --fix",
|
---|
| 124 | "lint:types": "tsc --noEmit",
|
---|
| 125 | "semantic-release": "semantic-release",
|
---|
| 126 | "test": "karma start"
|
---|
| 127 | },
|
---|
| 128 | "sideEffects": false,
|
---|
| 129 | "types": "dist/index.d.ts",
|
---|
| 130 | "version": "1.9.5"
|
---|
[d565449] | 131 | }
|
---|