Changeset 79a0317 for imaps-frontend/node_modules/@xobotyi
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/@xobotyi/scrollbar-width/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "@xobotyi/scrollbar-width", 3 "version": "1.9.5", 4 "publishConfig": { 5 "access": "public" 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" 6 18 }, 7 "description": "A tool to get browser's scrollbars width.", 8 "keywords": [ 9 "scrollbar", 10 "width", 11 "native", 12 "browser", 13 "detect", 14 "scrollbar-width" 19 "_requiredBy": [ 20 "/react-use" 15 21 ], 16 "repository": { 17 "type": "git", 18 "url": "https://github.com/xobotyi/scrollbar-width.git" 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" 19 30 }, 20 31 "bugs": { 21 32 "url": "https://github.com/xobotyi/scrollbar-width/issues" 22 33 }, 23 "homepage": "https://github.com/xobotyi/scrollbar-width", 24 "author": { 25 "name": "Anton Zinovyev", 26 "url": "https://github.com/xobotyi", 27 "email": "xog3@yandex.ru" 28 }, 29 "license": "MIT", 30 "files": [ 31 "dist" 32 ], 33 "main": "dist/index.js", 34 "module": "dist/index.esm.js", 35 "esnext": "dist/index.esnext.js", 36 "types": "dist/index.d.ts", 37 "sideEffects": false, 34 "bundleDependencies": false, 35 "deprecated": false, 36 "description": "A tool to get browser's scrollbars width.", 38 37 "devDependencies": { 39 38 "@semantic-release/changelog": "^5.0.0", … … 61 60 "typescript": "^3.7.5" 62 61 }, 63 "scripts": { 64 "lint": "eslint ./{src,tests}/**/*.ts ./*.{ts,js}", 65 "lint:fix": "yarn lint --fix", 66 "lint:types": "tsc --noEmit", 67 "test": "karma start", 68 "build": "rimraf dist && rollup --config", 69 "semantic-release": "semantic-release" 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 } 70 72 }, 73 "keywords": [ 74 "scrollbar", 75 "width", 76 "native", 77 "browser", 78 "detect", 79 "scrollbar-width" 80 ], 81 "license": "MIT", 71 82 "lint-staged": { 72 83 "./{src,tests}/**/*.ts": [ … … 77 88 ] 78 89 }, 79 " husky": {80 "hooks": {81 "pre-commit": "yarn lint:types && lint-staged",82 "pre-push": "yarn lint:fix && rimraf dist && yarn build && yarn test"83 }90 "main": "dist/index.js", 91 "module": "dist/index.esm.js", 92 "name": "@xobotyi/scrollbar-width", 93 "publishConfig": { 94 "access": "public" 84 95 }, 85 96 "release": { … … 102 113 "@semantic-release/git" 103 114 ] 104 } 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" 105 131 }
Note:
See TracChangeset
for help on using the changeset viewer.