{
  "_from": "react-scroll-to-bottom@~4.1.2",
  "_id": "react-scroll-to-bottom@4.1.2",
  "_inBundle": false,
  "_integrity": "sha512-7ZxbCht3IHh05tdzkibHtZXWfgh9LCiyPZdnp0Y5fEQY8BbW2gm92HI92TAF4RQCZ29bTmem0cd9YirK/dTOAA==",
  "_location": "/react-scroll-to-bottom",
  "_phantomChildren": {
    "loose-envify": "1.4.0",
    "object-assign": "4.1.1",
    "react-is": "16.13.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-scroll-to-bottom@~4.1.2",
    "name": "react-scroll-to-bottom",
    "escapedName": "react-scroll-to-bottom",
    "rawSpec": "~4.1.2",
    "saveSpec": null,
    "fetchSpec": "~4.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-scroll-to-bottom/-/react-scroll-to-bottom-4.1.2.tgz",
  "_shasum": "7ad798f998964785f92a5ec05526e3088d95bcfd",
  "_spec": "react-scroll-to-bottom@~4.1.2",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "William Wong",
    "email": "compulim@hotmail.com",
    "url": "http://compulim.info/"
  },
  "bugs": {
    "url": "https://github.com/compulim/react-scroll-to-bottom/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime-corejs3": "^7.14.0",
    "@emotion/css": "^11.1.3",
    "classnames": "2.3.1",
    "core-js": "^3.12.1",
    "math-random": "2.0.1",
    "prop-types": "15.7.2",
    "simple-update-in": "2.2.0"
  },
  "deprecated": false,
  "description": "React container that will auto scroll to bottom",
  "devDependencies": {
    "@babel/cli": "^7.13.16",
    "@babel/core": "^7.14.2",
    "@babel/plugin-proposal-object-rest-spread": "^7.10.3",
    "@babel/plugin-transform-runtime": "^7.14.2",
    "@babel/preset-env": "^7.14.2",
    "@babel/preset-react": "^7.13.13",
    "babel-eslint": "^10.1.0",
    "babel-plugin-transform-inline-environment-variables": "^0.4.3",
    "concurrently": "^6.1.0",
    "esbuild": "^0.11.22",
    "eslint": "^7.26.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.23.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "nodemon": "^2.0.7",
    "prettier": "^2.3.0"
  },
  "files": [
    "lib/**/*"
  ],
  "homepage": "https://github.com/compulim/react-scroll-to-bottom#readme",
  "keywords": [
    "react",
    "follow",
    "jump",
    "jump to bottom",
    "jump to top",
    "scroll",
    "scroll to bottom",
    "scroll to top",
    "sticky",
    "stick to bottom",
    "stick to top",
    "tail"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/esm/index.js",
  "name": "react-scroll-to-bottom",
  "peerDependencies": {
    "react": "^16.8.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/compulim/react-scroll-to-bottom.git"
  },
  "scripts": {
    "build": "npm run build:babel && npm run build:esbuild && npm run build:test-harness",
    "build:babel": "concurrently \"npm run build:babel:*\"",
    "build:babel:cjs": "babel --config-file ./babel.cjs.config.json --out-dir lib --ignore **/*.spec.js,**/*.test.js --source-maps inline --verbose src/",
    "build:babel:esm": "babel --config-file ./babel.esm.config.json --out-dir lib/esm --ignore **/*.spec.js,**/*.test.js --source-maps inline --verbose src/",
    "build:esbuild": "esbuild lib/esm/browser.js --bundle --define:process=\"{\\\"env\\\":{}}\" --metafile=dist/meta.json --outfile=dist/react-scroll-to-bottom.development.js --sourcemap --target=chrome80",
    "build:test-harness": "cp ../test-harness/dist/* dist/",
    "eslint": "eslint src/**/*.js --ignore-pattern *.spec.js --ignore-pattern *.test.js",
    "precommit": "eslint",
    "prestart": "npm run build:babel",
    "start": "concurrently \"npm run start:*\"",
    "start:babel:cjs": "npm run build:babel:cjs -- --skip-initial-build --watch",
    "start:babel:esm": "npm run build:babel:esm -- --skip-initial-build --watch",
    "start:esbuild": "npm run build:esbuild -- --watch",
    "start:test-harness": "nodemon --exec \"npm run build:test-harness\" --watch ../test-harness/dist"
  },
  "version": "4.1.2"
}
