{
  "_args": [
    [
      "detect-element-overflow@1.2.0",
      "/var/www/html/frontend"
    ]
  ],
  "_from": "detect-element-overflow@1.2.0",
  "_id": "detect-element-overflow@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-Jtr9ivYPhpd9OJux+hjL0QjUKiS1Ghgy8tvIufUjFslQgIWvgGr4mn57H190APbKkiOmXnmtMI6ytaKzMusecg==",
  "_location": "/detect-element-overflow",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "detect-element-overflow@1.2.0",
    "name": "detect-element-overflow",
    "escapedName": "detect-element-overflow",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/react-fit"
  ],
  "_resolved": "https://registry.npmjs.org/detect-element-overflow/-/detect-element-overflow-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/var/www/html/frontend",
  "author": {
    "name": "Wojciech Maj",
    "email": "kontakt@wojtekmaj.pl"
  },
  "bugs": {
    "url": "https://github.com/wojtekmaj/detect-element-overflow/issues"
  },
  "description": "A function that tells you whether a given element is overflowing its container or not. Useful for creating dropdowns and tooltips.",
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "eslint": "^6.1.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "rimraf": "^3.0.0"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/",
    "src/"
  ],
  "homepage": "https://github.com/wojtekmaj/detect-element-overflow#readme",
  "keywords": [
    "collision",
    "collision-detection",
    "position"
  ],
  "license": "MIT",
  "main": "dist/umd/index.js",
  "module": "dist/esm/index.js",
  "name": "detect-element-overflow",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wojtekmaj/detect-element-overflow.git"
  },
  "scripts": {
    "build": "yarn build-esm && yarn build-umd",
    "build-esm": "BABEL_ENV=production-esm babel src -d dist/esm --ignore **/*.spec.js",
    "build-umd": "BABEL_ENV=production-umd babel src -d dist/umd --ignore **/*.spec.js",
    "clean": "rimraf dist",
    "lint": "eslint src/ --ext .jsx,.js",
    "prepublishOnly": "yarn clean && yarn build",
    "test": "yarn lint"
  },
  "sideEffects": false,
  "source": "src/index.js",
  "version": "1.2.0"
}
