{
  "_from": "react-dnd-scrollzone-patch-react-17@^1.0.2",
  "_id": "react-dnd-scrollzone-patch-react-17@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-Wfhyc/Y/Veim29REBYm8nMmtDB5IwSmPPhXIuabBgsEa1MrVsuOwK9+7LmuP+mGbDOEP/S6G8+5XvDqPlRFK2g==",
  "_location": "/react-dnd-scrollzone-patch-react-17",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-dnd-scrollzone-patch-react-17@^1.0.2",
    "name": "react-dnd-scrollzone-patch-react-17",
    "escapedName": "react-dnd-scrollzone-patch-react-17",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/react-sortable-tree-patch-react-17"
  ],
  "_resolved": "https://registry.npmjs.org/react-dnd-scrollzone-patch-react-17/-/react-dnd-scrollzone-patch-react-17-1.0.2.tgz",
  "_shasum": "aa7e4c54268fe109246e790f1412427481b63067",
  "_spec": "react-dnd-scrollzone-patch-react-17@^1.0.2",
  "_where": "C:\\xampp\\htdocs\\emeraltd\\node_modules\\react-sortable-tree-patch-react-17",
  "author": {
    "name": "Nicholas Clawson",
    "email": "nickclaw@gmail.com",
    "url": "nickclaw.com"
  },
  "bugs": {
    "url": "http://github.com/frontend-collective/react-dnd-scrollzone/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "hoist-non-react-statics": "^3.1.0",
    "lodash.throttle": "^4.0.1",
    "prop-types": "^15.5.9",
    "raf": "^3.2.0",
    "react-display-name": "^0.2.0"
  },
  "deprecated": false,
  "description": "A cross browser solution to scrolling during drag and drop.",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "chai": "^4.2.0",
    "eslint": "^5.9.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.11.1",
    "in-publish": "^2.0.0",
    "mocha": "^5.2.0",
    "react": "^17.0.1",
    "react-dnd": "^11.1.3",
    "react-dom": "^17.0.1",
    "sinon": "^7.1.1",
    "sinon-chai": "^3.2.0"
  },
  "homepage": "https://github.com/frontend-collective/react-dnd-scrollzone#readme",
  "keywords": [
    "react",
    "drag",
    "drop",
    "scroll",
    "dnd",
    "drag and drop",
    "polyfill",
    "auto"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "react-dnd-scrollzone-patch-react-17",
  "peerDependencies": {
    "react": "^17.0.1",
    "react-dnd": "^11.1.3",
    "react-dom": "^17.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/frontend-collective/react-dnd-scrollzone.git"
  },
  "scripts": {
    "build": "rm -rf lib && babel src --out-dir lib",
    "lint": "eslint src",
    "postpublish": "git push origin master --tags",
    "prepublish": "in-publish && npm run test && npm run build || not-in-publish",
    "pretest": "npm run lint",
    "publish:major": "npm version major && npm publish",
    "publish:minor": "npm version minor && npm publish",
    "publish:patch": "npm version patch && npm publish",
    "test": "mocha test"
  },
  "version": "1.0.2"
}
