{ "_from": "scroll-behavior@^0.9.9", "_id": "scroll-behavior@0.9.10", "_inBundle": false, "_integrity": "sha512-JVJQkBkqMLEM4ATtbHTKare97zhz/qlla9mNttFYY/bcpyOb4BuBGEQ/N9AQWXvshzf6zo9jP60TlphnJ4YPoQ==", "_location": "/scroll-behavior", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "scroll-behavior@^0.9.9", "name": "scroll-behavior", "escapedName": "scroll-behavior", "rawSpec": "^0.9.9", "saveSpec": null, "fetchSpec": "^0.9.9" }, "_requiredBy": [ "/gatsby-react-router-scroll" ], "_resolved": "https://registry.npmjs.org/scroll-behavior/-/scroll-behavior-0.9.10.tgz", "_shasum": "c8953adeeb3586060b903328d860aa8346d62861", "_spec": "scroll-behavior@^0.9.9", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-react-router-scroll", "author": { "name": "Jimmy Jia" }, "bugs": { "url": "https://github.com/taion/scroll-behavior/issues" }, "bundleDependencies": false, "dependencies": { "dom-helpers": "^3.2.1", "invariant": "^2.2.2" }, "deprecated": false, "description": "Pluggable browser scroll management", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-istanbul": "^4.1.5", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.0", "babel-preset-stage-2": "^6.24.1", "chai": "^4.1.2", "codecov": "^2.3.0", "cross-env": "^5.0.5", "dirty-chai": "^2.0.1", "eslint": "^4.7.2", "eslint-config-4catalyzer": "^0.3.0", "eslint-plugin-import": "^2.7.0", "history": "^2.1.2", "karma": "^1.7.1", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-firefox-launcher": "^1.0.1", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.4", "karma-sinon-chai": "^1.3.2", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.4", "mocha": "^3.5.3", "rimraf": "^2.6.2", "sinon": "^2.4.1", "sinon-chai": "^2.13.0", "webpack": "^3.6.0" }, "files": [ "lib" ], "homepage": "https://github.com/taion/scroll-behavior#readme", "keywords": [ "scroll" ], "license": "MIT", "main": "lib/index.js", "name": "scroll-behavior", "repository": { "type": "git", "url": "git+https://github.com/taion/scroll-behavior.git" }, "scripts": { "build": "rimraf lib && babel src -d lib", "lint": "eslint src test *.js", "prepublish": "npm run build", "tdd": "cross-env NODE_ENV=test karma start", "test": "npm run lint && npm run testonly", "testonly": "npm run tdd -- --single-run" }, "version": "0.9.10" }