{
  "_from": "compute-scroll-into-view@^3.0.2",
  "_id": "compute-scroll-into-view@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==",
  "_location": "/compute-scroll-into-view",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "compute-scroll-into-view@^3.0.2",
    "name": "compute-scroll-into-view",
    "escapedName": "compute-scroll-into-view",
    "rawSpec": "^3.0.2",
    "saveSpec": null,
    "fetchSpec": "^3.0.2"
  },
  "_requiredBy": [
    "/scroll-into-view-if-needed"
  ],
  "_resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.0.tgz",
  "_shasum": "753f11d972596558d8fe7c6bcbc8497690ab4c87",
  "_spec": "compute-scroll-into-view@^3.0.2",
  "_where": "/var/www/html/frontend-new/node_modules/scroll-into-view-if-needed",
  "author": {
    "name": "Cody Olsen"
  },
  "browserslist": [
    "> 0.2% and supports es6-module and supports es6-module-dynamic-import and not dead",
    "maintained node versions"
  ],
  "bugs": {
    "url": "https://github.com/scroll-into-view/compute-scroll-into-view/issues"
  },
  "bundleDependencies": false,
  "bundlesize": [
    {
      "path": "./dist/index.js",
      "maxSize": "3 kB",
      "compression": "none"
    }
  ],
  "deprecated": false,
  "description": "The engine that powers scroll-into-view-if-needed",
  "devDependencies": {
    "@sanity/pkg-utils": "^2.2.5",
    "@sanity/semantic-release-preset": "^4.0.0",
    "@types/expect-puppeteer": "^5.0.2",
    "@types/jest": "^29.4.0",
    "@types/jest-environment-puppeteer": "^5.0.3",
    "@types/puppeteer": "^7.0.4",
    "cross-env": "^7.0.3",
    "jest": "^29.5.0",
    "jest-junit": "^15.0.0",
    "jest-puppeteer": "^8.0.0",
    "prettier": "^2.8.4",
    "prettier-plugin-packagejson": "^2.4.3",
    "puppeteer": "^19.7.0",
    "rimraf": "^4.1.2",
    "serve": "^14.2.0",
    "typescript": "^5.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "source": "./src/index.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://scroll-into-view.dev",
  "keywords": [
    "if-needed",
    "scroll",
    "scroll-into-view",
    "scroll-into-view-if-needed",
    "scrollIntoView",
    "scrollIntoViewIfNeeded",
    "scrollMode",
    "typescript"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "name": "compute-scroll-into-view",
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scroll-into-view/compute-scroll-into-view.git"
  },
  "scripts": {
    "build": "pkg build --strict",
    "prebuild": "npx rimraf 'dist'",
    "prepublishOnly": "npm run build",
    "test": "npx cross-env JEST_PUPPETEER_CONFIG='jest-puppeteer.config.cjs' jest -c integration/jest.config.cjs",
    "typecheck": "tsc"
  },
  "sideEffects": false,
  "source": "./src/index.ts",
  "type": "module",
  "typings": "./dist/index.d.ts",
  "version": "3.1.0"
}
