128 lines
3.1 KiB
JSON
128 lines
3.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"zoom-level@2.5.0",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "zoom-level@2.5.0",
|
|
"_id": "zoom-level@2.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-7UlRWU4Q3uCMCeDVMOm7eBrIu145OqsIJ3p6zq58l8UsSYwKWxc6zEapC5YA9tIeh0oheb4cT9Kk2Wq353loFg==",
|
|
"_location": "/zoom-level",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "zoom-level@2.5.0",
|
|
"name": "zoom-level",
|
|
"escapedName": "zoom-level",
|
|
"rawSpec": "2.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-scrollbars-custom"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/zoom-level/-/zoom-level-2.5.0.tgz",
|
|
"_spec": "2.5.0",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Anton Zinovyev",
|
|
"email": "xog3@yandex.ru",
|
|
"url": "https://github.com/xobotyi"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/xobotyi/zoom-level/issues"
|
|
},
|
|
"description": "A comprehensive cross-browser package that allow you to determine page's and element's zoom level",
|
|
"devDependencies": {
|
|
"@semantic-release/changelog": "^5.0.0",
|
|
"@semantic-release/git": "^9.0.0",
|
|
"@semantic-release/npm": "^7.0.3",
|
|
"@xobotyi/eslint-config": "^1.0.6",
|
|
"@xobotyi/preset-typescript": "^1.0.0",
|
|
"eslint": "^7.0.0",
|
|
"husky": "^4.2.1",
|
|
"lint-staged": "^10.0.2",
|
|
"prettier": "^2.0.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.0.2",
|
|
"rollup-plugin-terser": "^5.2.0",
|
|
"rollup-plugin-typescript2": "^0.27.0",
|
|
"semantic-release": "^17.0.3",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"esnext": "dist/zoom-level.next.esm.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/xobotyi"
|
|
},
|
|
"homepage": "https://github.com/xobotyi/zoom-level",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "yarn lint:types && lint-staged",
|
|
"pre-push": "yarn lint:fix && rimraf dist && yarn build"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"zoom",
|
|
"zoom-level",
|
|
"browser",
|
|
"zoom-detect",
|
|
"scale"
|
|
],
|
|
"license": "MIT",
|
|
"lint-staged": {
|
|
"src/**/*.ts": [
|
|
"yarn lint:fix"
|
|
],
|
|
"./*.{ts,js}": [
|
|
"yarn lint:fix"
|
|
]
|
|
},
|
|
"main": "dist/zoom-level.js",
|
|
"module": "dist/zoom-level.esm.js",
|
|
"name": "zoom-level",
|
|
"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/zoom-level.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf ./dist && rollup --config",
|
|
"lint": "eslint ./src/**/*.ts ./*.{ts,js}",
|
|
"lint:fix": "yarn lint --fix",
|
|
"lint:types": "tsc --noEmit",
|
|
"semantic-release": "semantic-release"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "dist/index.d.ts",
|
|
"version": "2.5.0"
|
|
}
|