{
  "_from": "material-scrolltop@^2.0.1",
  "_id": "material-scrolltop@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-fwoemIbL3pKpd1kT2hn8LHBr8XBFCn5e0W0E1TR7ybFID+TEh0ZzSjrm77dyH84OYkIltUukCZtx/CrdM6eZ7A==",
  "_location": "/material-scrolltop",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "material-scrolltop@^2.0.1",
    "name": "material-scrolltop",
    "escapedName": "material-scrolltop",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/material-scrolltop/-/material-scrolltop-2.0.1.tgz",
  "_shasum": "0d033983c7d320e07b55ca5536e0bcd6a77cc308",
  "_spec": "material-scrolltop@^2.0.1",
  "_where": "C:\\wamp64\\www",
  "author": {
    "name": "Lukas Bartak",
    "email": "bart@bartweb.cz",
    "url": "https://github.com/bartholomej"
  },
  "bugs": {
    "url": "https://github.com/bartholomej/material-scrolltop/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Lightweight, Material Design inspired plugin for scrolling on top of the html page (with jQuery)",
  "devDependencies": {
    "@types/jquery": "^3.3.31",
    "node-sass": "^4.13.0",
    "typescript": "^3.7.4"
  },
  "engines": {
    "node": ">=10",
    "yarn": ">= 1.0.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/bartholomej/material-scrolltop",
  "keywords": [
    "material",
    "material design",
    "ripple",
    "button",
    "animate",
    "jquery",
    "scrollTop",
    "scroll to top",
    "sass",
    "typescript"
  ],
  "license": "MIT",
  "main": "./dist/material-scrolltop.js",
  "name": "material-scrolltop",
  "peerDependencies": {
    "jquery": ">=1.7"
  },
  "repository": {
    "url": "git+https://github.com/bartholomej/material-scrolltop.git",
    "type": "git"
  },
  "scripts": {
    "build": "yarn delete:dist & yarn copy & yarn build:scss & yarn tsc",
    "build:scss": "node-sass src -o dist",
    "copy": "rsync -r ./src/icons ./dist/",
    "delete:dist": "rm -rf dist/* ",
    "postversion": "git push && git push --follow-tags",
    "release:major": "git checkout master && npm version major -m \"chore(update): major release %s 💥 \"",
    "release:minor": "git checkout master && npm version minor -m \"chore(update): release %s 🚀\"",
    "release:patch": "git checkout master && npm version patch -m \"chore(update): patch release %s 🐛 \"",
    "start": "yarn build --watch",
    "tsc": "tsc",
    "version": ""
  },
  "types": "./dist/material-scrolltop.d.ts",
  "version": "2.0.1"
}
