{
  "_args": [
    [
      "headroom.js@0.11.0",
      "/var/www/html/app"
    ]
  ],
  "_from": "headroom.js@0.11.0",
  "_id": "headroom.js@0.11.0",
  "_inBundle": false,
  "_integrity": "sha512-yI4ciZRD1WH22wa5uJDg2kMtRvhJwUJWo2l41Eby0BoAD+lzXL98lf5jDFxP4Q5W3HmlrpfItSfmqc3jCtasbw==",
  "_location": "/headroom.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "headroom.js@0.11.0",
    "name": "headroom.js",
    "escapedName": "headroom.js",
    "rawSpec": "0.11.0",
    "saveSpec": null,
    "fetchSpec": "0.11.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/headroom.js/-/headroom.js-0.11.0.tgz",
  "_spec": "0.11.0",
  "_where": "/var/www/html/app",
  "author": {
    "name": "Nick Williams"
  },
  "bugs": {
    "url": "https://github.com/WickyNilliams/headroom.js/issues"
  },
  "description": "Give your page some headroom. Hide your header until you need it",
  "devDependencies": {
    "cypress": "^3.4.1",
    "eslint": "^6.5.0",
    "eslint-plugin-cypress": "^2.7.0",
    "rollup": "^1.19.4",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-filesize": "^6.2.0",
    "rollup-plugin-license": "^0.12.1",
    "rollup-plugin-uglify": "^6.0.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "http://wicky.nillia.ms/headroom.js",
  "keywords": [
    "header",
    "fixed",
    "scroll",
    "menu"
  ],
  "license": "MIT",
  "main": "dist/headroom.js",
  "name": "headroom.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WickyNilliams/headroom.js.git"
  },
  "scripts": {
    "build": "rollup --config",
    "postversion": "git push origin master --tags && npm publish",
    "start": "rollup --config --watch & cypress open",
    "test": "npm run build && cypress run",
    "version": "npm run build"
  },
  "version": "0.11.0"
}
