{
  "_args": [
    [
      "react-waypoint@8.1.0",
      "C:\\Users\\Tarquin\\surferschallenge-2019"
    ]
  ],
  "_from": "react-waypoint@8.1.0",
  "_id": "react-waypoint@8.1.0",
  "_inBundle": false,
  "_integrity": "sha512-HoOItWTHObgz7bstmz9p3wuTVDRdsyNspnkAOFz9eE4z8LRj1bbNP9Nzye2k9zsFiujlz8lmp13UFmuXPWXPYw==",
  "_location": "/react-waypoint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-waypoint@8.1.0",
    "name": "react-waypoint",
    "escapedName": "react-waypoint",
    "rawSpec": "8.1.0",
    "saveSpec": null,
    "fetchSpec": "8.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-waypoint/-/react-waypoint-8.1.0.tgz",
  "_spec": "8.1.0",
  "_where": "C:\\Users\\Tarquin\\surferschallenge-2019",
  "author": {
    "name": "Brigade Engineering"
  },
  "bugs": {
    "url": "https://github.com/brigade/react-waypoint/issues"
  },
  "dependencies": {
    "consolidated-events": "^1.1.0 || ^2.0.0",
    "prop-types": "^15.0.0",
    "react-is": "^16.6.3"
  },
  "description": "A React component to execute a function whenever you scroll to an element.",
  "devDependencies": {
    "@types/react": "^15.0.21",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-loader": "^6.4.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.12",
    "babel-preset-airbnb": "^2.5.1",
    "eslint": "^3.17.1",
    "eslint-config-brigade": "^3.2.1",
    "eslint-plugin-react": "^6.10.0",
    "in-publish": "^2.0.0",
    "jasmine-core": "2.6.4",
    "karma": "^1.5.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "karma-webpack": "^2.0.3",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "rimraf": "^2.6.2",
    "rollup": "^0.62.0",
    "rollup-plugin-babel": "^3.0.7",
    "safe-publish-latest": "^1.1.1",
    "webpack": "^2.3.3"
  },
  "homepage": "https://github.com/brigade/react-waypoint",
  "keywords": [
    "react",
    "component",
    "react-component",
    "scroll",
    "onscroll",
    "scrollspy"
  ],
  "license": "MIT",
  "main": "cjs/index.js",
  "module": "es/index.js",
  "name": "react-waypoint",
  "peerDependencies": {
    "react": "^0.14.9 || ^15.0.0 || ^16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brigade/react-waypoint.git"
  },
  "scripts": {
    "build": "npm run clean && rollup -c",
    "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
    "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
    "clean": "rimraf es cjs",
    "lint": "eslint . --ext .js,.jsx",
    "performance-test:watch": "webpack --watch --config webpack.config.performance-test.js",
    "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish",
    "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
    "pretest": "npm run --silent lint",
    "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
    "tag": "git tag v$npm_package_version",
    "test": "npm run testonly",
    "testonly": "karma start --single-run",
    "testonly:watch": "karma start --no-single-run"
  },
  "types": "index.d.ts",
  "version": "8.1.0"
}
