File: D:/HostingSpaces/SBogers10/shop.komma.nl/node_modules/body-scroll-lock/package.json
{
"_args": [
[
"body-scroll-lock@2.7.1",
"/Users/julesgraus/webDevelopment/Boilerplate-Shop"
]
],
"_from": "body-scroll-lock@2.7.1",
"_id": "body-scroll-lock@2.7.1",
"_inBundle": false,
"_integrity": "sha512-hS53SQ8RhM0e4DsQ3PKz6Gr2O7Kpdh59TWU98GHjaQznL7y4dFycEPk7pFQAikqBaUSCArkc5E3pe7CWIt2fZA==",
"_location": "/body-scroll-lock",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "body-scroll-lock@2.7.1",
"name": "body-scroll-lock",
"escapedName": "body-scroll-lock",
"rawSpec": "2.7.1",
"saveSpec": null,
"fetchSpec": "2.7.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/body-scroll-lock/-/body-scroll-lock-2.7.1.tgz",
"_spec": "2.7.1",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Shop",
"author": {
"name": "Will Po"
},
"bugs": {
"url": "https://github.com/willmcpo/body-scroll-lock/issues"
},
"dependencies": {},
"description": "Enables body scroll locking (for iOS Mobile and Tablet, Android, desktop Safari/Chrome/Firefox) without breaking scrolling of a target element (eg. modal/lightbox/flyouts/nav-menus)",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-babel": "^9.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.8.0",
"flow-bin": "^0.120.1",
"husky": "^4.2.3",
"jest": "^25.1.0",
"lint-staged": "^10.0.8",
"prettier": "^1.10.2",
"rimraf": "^3.0.2",
"uglify-js": "^3.4.7"
},
"files": [
"lib"
],
"homepage": "https://github.com/willmcpo/body-scroll-lock#readme",
"keywords": [
"body scroll",
"body scroll lock",
"react scroll lock",
"react scroll",
"scroll",
"lock",
"freeze",
"toggle",
"disable",
"overflow",
"modal",
"lightbox",
"react",
"vanilla-js",
"angular",
"vue",
"ios",
"mobile",
"desktop",
"tablet",
"bsl"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"prettier --write --single-quote --trailing-comma es5 --print-width 120",
"git add"
]
},
"main": "lib/bodyScrollLock.min.js",
"name": "body-scroll-lock",
"repository": {
"type": "git",
"url": "git+https://github.com/willmcpo/body-scroll-lock.git"
},
"scripts": {
"build": "yarn buildEs6 && yarn buildEs5",
"buildEs5": "babel src/bodyScrollLock.js > lib/bodyScrollLock.js && uglifyjs --compress unused,dead_code --mangle reserved=['require','exports'] lib/bodyScrollLock.js > lib/bodyScrollLock.min.js",
"buildEs6": "babel --plugins transform-flow-strip-types --no-babelrc src/bodyScrollLock.js > lib/bodyScrollLock.es6.js",
"clean": "rimraf lib/ && mkdir -p ./lib",
"flow": "flow",
"lint": "eslint ./src",
"postrelease": "yarn publish && git push --follow-tags",
"precommit": "lint-staged",
"prerelease": "yarn flow && yarn lint && yarn run clean && yarn build",
"prettierAll": "prettier --write '**/*.{md,json,js,html,yml}'",
"release": "npm version"
},
"version": "2.7.1"
}