package.json 3.36 KB
{
  "_from": "compute-scroll-into-view@^1.0.16",
  "_id": "compute-scroll-into-view@1.0.16",
  "_inBundle": false,
  "_integrity": "sha512-a85LHKY81oQnikatZYA90pufpZ6sQx++BoCxOEMsjpZx+ZnaKGQnCyCehTRr/1p9GBIAHTjcU9k71kSYWloLiQ==",
  "_location": "/compute-scroll-into-view",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "compute-scroll-into-view@^1.0.16",
    "name": "compute-scroll-into-view",
    "escapedName": "compute-scroll-into-view",
    "rawSpec": "^1.0.16",
    "saveSpec": null,
    "fetchSpec": "^1.0.16"
  },
  "_requiredBy": [
    "/scroll-into-view-if-needed"
  ],
  "_resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.16.tgz",
  "_shasum": "5b7bf4f7127ea2c19b750353d7ce6776a90ee088",
  "_spec": "compute-scroll-into-view@^1.0.16",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\scroll-into-view-if-needed",
  "author": {
    "name": "Cody Olsen"
  },
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  },
  "bugs": {
    "url": "https://github.com/stipsan/compute-scroll-into-view/issues"
  },
  "bundleDependencies": false,
  "bundlesize": [
    {
      "path": "./umd/compute-scroll-into-view.min.js",
      "maxSize": "3 kB",
      "compression": "none"
    }
  ],
  "deprecated": false,
  "description": "The engine that powers scroll-into-view-if-needed",
  "devDependencies": {
    "concurrently": "5.3.0",
    "husky": "4.2.5",
    "jest": "26.4.2",
    "jest-junit": "11.1.0",
    "jest-puppeteer": "4.4.0",
    "lint-staged": "10.2.13",
    "microbundle": "^0.12.3",
    "prettier": "2.1.1",
    "prettier-package-json": "2.1.3",
    "puppeteer": "5.2.1",
    "rimraf": "3.0.2",
    "serve": "11.3.2",
    "typescript": "4.0.2"
  },
  "files": [
    "dist",
    "typings",
    "umd/compute-scroll-into-view.min.js",
    "umd/compute-scroll-into-view.min.js.map"
  ],
  "homepage": "https://scroll-into-view-if-needed.netlify.com",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "keywords": [
    "if-needed",
    "scroll",
    "scroll-into-view",
    "scroll-into-view-if-needed",
    "scrollIntoView",
    "scrollIntoViewIfNeeded",
    "scrollMode",
    "typescript"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts,tsx,json,md}": "prettier --write",
    "**/package.json": "prettier-package-json --write"
  },
  "main": "dist/index.js",
  "module": "dist/index.module.js",
  "name": "compute-scroll-into-view",
  "prettier": {
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "release": {
    "prepare": [
      "@semantic-release/npm"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stipsan/compute-scroll-into-view.git"
  },
  "scripts": {
    "build": "npm run build:dist && npm run build:umd",
    "build:dist": "microbundle -f cjs,es",
    "build:umd": "microbundle -f umd -o umd",
    "dev": "concurrently 'npm run typecheck -- --watch' 'npm run build:dist -- --watch' 'npm run build:umd -- --watch'",
    "prebuild": "rimraf 'dist' 'umd'",
    "prepublishOnly": "unset npm_config_cafile && npm run build",
    "test": "jest -c integration/jest.config.js",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "source": "src/index.ts",
  "typings": "typings/index.d.ts",
  "umd:main": "umd/compute-scroll-into-view.min.js",
  "version": "1.0.16"
}