{
  "_args": [
    [
      "react-helmet-async@1.1.2",
      "/home/vkuser/www/minimal"
    ]
  ],
  "_from": "react-helmet-async@1.1.2",
  "_id": "react-helmet-async@1.1.2",
  "_inBundle": false,
  "_integrity": "sha512-LTTzDDkyIleT/JJ6T/uqx7Y8qi1EuPPSiJawQY/nHHz0h7SPDT6HxP1YDDQx/fzcVxCqpWEEMS3QdrSrNkJYhg==",
  "_location": "/react-helmet-async",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-helmet-async@1.1.2",
    "name": "react-helmet-async",
    "escapedName": "react-helmet-async",
    "rawSpec": "1.1.2",
    "saveSpec": null,
    "fetchSpec": "1.1.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.1.2.tgz",
  "_spec": "1.1.2",
  "_where": "/home/vkuser/www/minimal",
  "author": {
    "name": "Scott Taylor",
    "email": "scott.c.taylor@mac.com"
  },
  "bugs": {
    "url": "https://github.com/staylor/react-helmet-async/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "invariant": "^2.2.4",
    "prop-types": "^15.7.2",
    "react-fast-compare": "^3.2.0",
    "shallowequal": "^1.1.0"
  },
  "description": "Thread-safe Helmet for React 16+ and friends",
  "devDependencies": {
    "@babel/cli": "7.14.8",
    "@babel/core": "7.15.0",
    "@babel/eslint-parser": "7.15.0",
    "@babel/eslint-plugin": "7.14.5",
    "@commitlint/cli": "13.1.0",
    "@commitlint/config-conventional": "13.1.0",
    "babel-preset-kyt-react": "1.3.16",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "1.15.6",
    "enzyme-to-json": "3.6.2",
    "eslint": "7.32.0",
    "eslint-config-airbnb": "18.2.1",
    "eslint-config-kyt": "1.6.2",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.24.1",
    "eslint-plugin-jest": "24.4.0",
    "eslint-plugin-jest-formatting": "3.0.0",
    "eslint-plugin-json": "3.1.0",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-prettier": "3.4.1",
    "eslint-plugin-react": "7.24.0",
    "eslint-plugin-react-hooks": "4.2.0",
    "husky": "7.0.1",
    "jest": "27.0.6",
    "jsdom": "16.4.0",
    "microbundle": "0.13.3",
    "prettier": "2.3.2",
    "raf": "3.4.1",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "rimraf": "3.0.2"
  },
  "files": [
    "lib/",
    "src/",
    "index.d.ts"
  ],
  "homepage": "https://github.com/staylor/react-helmet-async#readme",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "lib/index.module.js",
  "name": "react-helmet-async",
  "peerDependencies": {
    "react": "^16.6.0 || ^17.0.0",
    "react-dom": "^16.6.0 || ^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/staylor/react-helmet-async.git"
  },
  "scripts": {
    "_prepare": "yarn compile && husky install",
    "clean": "rimraf lib",
    "compile": "yarn run clean && KYT_ENV_TYPE=client NODE_ENV=production microbundle --jsx React.createElement",
    "lint": "eslint . --report-unused-disable-directives",
    "lint-fix": "eslint . --fix",
    "test": "NODE_ENV=test BABEL_ENV=test jest",
    "test-update": "yarn test -u",
    "test-watch": "yarn test --watch"
  },
  "source": "src/index.js",
  "types": "index.d.ts",
  "umd:main": "lib/index.umd.js",
  "version": "1.1.2"
}
