{
  "_args": [
    [
      "react-helmet@5.2.0",
      "/home/frank/WebstormProjects/infrastructure-components"
    ]
  ],
  "_from": "react-helmet@5.2.0",
  "_id": "react-helmet@5.2.0",
  "_inBundle": false,
  "_integrity": "sha1-qBgR3yExOm1VxfBYxK66XW89l6c=",
  "_location": "/react-helmet",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-helmet@5.2.0",
    "name": "react-helmet",
    "escapedName": "react-helmet",
    "rawSpec": "5.2.0",
    "saveSpec": null,
    "fetchSpec": "5.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-5.2.0.tgz",
  "_spec": "5.2.0",
  "_where": "/home/frank/WebstormProjects/infrastructure-components",
  "author": {
    "name": "NFL",
    "email": "engineers@nfl.com"
  },
  "bugs": {
    "url": "https://github.com/nfl/react-helmet/issues"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "contributors": [
    {
      "name": "Chris Welch",
      "email": "chris.welch@nfl.com"
    }
  ],
  "dependencies": {
    "deep-equal": "^1.0.1",
    "object-assign": "^4.1.1",
    "prop-types": "^15.5.4",
    "react-side-effect": "^1.1.0"
  },
  "description": "A document head manager for React",
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-core": "^6.24.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.4.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-istanbul": "^4.0.0",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-remove-strict-mode": "^0.0.2",
    "babel-preset-env": "^1.2.2",
    "babel-preset-react": "^6.23.0",
    "chai": "^3.5.0",
    "codecov": "^2.1.0",
    "conventional-changelog-cli": "^1.3.1",
    "cross-env": "^3.2.4",
    "cz-conventional-changelog": "^2.0.0",
    "eslint": "^3.18.0",
    "eslint-config-nfl": "^11.1.0",
    "eslint-config-prettier": "^2.2.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-mocha": "^4.9.0",
    "eslint-plugin-prettier": "^2.1.2",
    "eslint-plugin-react": "^6.10.2",
    "istanbul": "^0.4.5",
    "karma": "^1.5.0",
    "karma-chai": "^0.1.0",
    "karma-chai-sinon": "^0.1.5",
    "karma-chrome-launcher": "^2.0.0",
    "karma-coverage": "^1.1.1",
    "karma-firefox-launcher": "^1.0.1",
    "karma-html-reporter": "^0.2.7",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-phantomjs-shim": "^1.4.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "^0.0.30",
    "karma-tap-reporter": "^0.0.6",
    "karma-webpack": "^2.0.3",
    "mocha": "^3.2.0",
    "phantomjs-prebuilt": "^2.1.14",
    "prettier": "^1.4.4",
    "react": "^15.x",
    "react-dom": "^15.x",
    "rimraf": "^2.6.1",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.8.0",
    "webpack": "^2.2.1"
  },
  "homepage": "https://github.com/nfl/react-helmet#readme",
  "keywords": [
    "react-helmet",
    "nfl",
    "react",
    "document",
    "head",
    "title",
    "meta",
    "link",
    "script",
    "base",
    "noscript",
    "style"
  ],
  "license": "MIT",
  "main": "./lib/Helmet.js",
  "name": "react-helmet",
  "peerDependencies": {
    "react": ">=15.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nfl/react-helmet.git"
  },
  "scripts": {
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "clean": "rimraf lib coverage es",
    "commit": "git-cz",
    "compile": "npm run compile:commonjs && npm run compile:es",
    "compile:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
    "compile:es": "cross-env BABEL_ENV=es babel src --out-dir es --ignore test.js",
    "lint": "eslint --ignore-path .gitignore --fix -- .",
    "posttest": "istanbul report lcov text",
    "prepublish": "npm run compile",
    "pretest": "npm run clean && npm run lint",
    "test": "cross-env BABEL_ENV=test karma start karma.config.js"
  },
  "version": "5.2.0"
}
