{
  "_from": "react-youtube@^7.13.1",
  "_id": "react-youtube@7.14.0",
  "_inBundle": false,
  "_integrity": "sha512-SUHZ4F4pd1EHmQu0CV0KSQvAs5KHOT5cfYaq4WLCcDbU8fBo1ouTXaAOIASWbrz8fHwg+G1evfoSIYpV2AwSAg==",
  "_location": "/react-youtube",
  "_phantomChildren": {
    "loose-envify": "1.4.0",
    "object-assign": "4.1.1",
    "react-is": "16.13.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-youtube@^7.13.1",
    "name": "react-youtube",
    "escapedName": "react-youtube",
    "rawSpec": "^7.13.1",
    "saveSpec": null,
    "fetchSpec": "^7.13.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-youtube/-/react-youtube-7.14.0.tgz",
  "_shasum": "0505d86491521ca94ef0afb74af3f7936dc7bc86",
  "_spec": "react-youtube@^7.13.1",
  "_where": "/var/www/html/frontend-new",
  "author": {
    "name": "Tjalling Tolle",
    "email": "tjallingt@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/tjallingt/react-youtube/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "dependencies": {
    "fast-deep-equal": "3.1.3",
    "prop-types": "15.7.2",
    "youtube-player": "5.5.2"
  },
  "deprecated": false,
  "description": "React.js powered YouTube player component",
  "devDependencies": {
    "@babel/cli": "7.12.10",
    "@babel/core": "7.12.10",
    "@babel/plugin-proposal-class-properties": "7.12.1",
    "@babel/preset-env": "7.12.11",
    "@babel/preset-react": "7.12.10",
    "@commitlint/cli": "11.0.0",
    "@commitlint/config-conventional": "11.0.0",
    "@testing-library/jest-dom": "5.11.9",
    "@testing-library/react": "11.2.3",
    "@types/youtube": "0.0.41",
    "@types/youtube-player": "5.5.3",
    "babel-eslint": "10.1.0",
    "babel-jest": "26.6.3",
    "babel-loader": "8.2.2",
    "commitizen": "4.2.3",
    "cross-env": "7.0.3",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "6.8.0",
    "eslint-config-prettier": "6.13.0",
    "eslint-config-react-app": "5.2.1",
    "eslint-plugin-flowtype": "4.7.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jsx-a11y": "6.3.1",
    "eslint-plugin-prettier": "3.1.4",
    "eslint-plugin-react": "7.21.4",
    "eslint-plugin-react-hooks": "2.5.1",
    "husky": "4.3.8",
    "jest": "26.6.3",
    "lint-staged": "10.5.3",
    "npm-run-all": "4.1.5",
    "parcel-bundler": "1.12.4",
    "prettier": "2.2.1",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "semantic-release": "17.3.7"
  },
  "engines": {
    "node": ">= 10.x"
  },
  "files": [
    "dist",
    "index.d.ts"
  ],
  "homepage": "https://github.com/tjallingt/react-youtube",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "react",
    "youtube",
    "player",
    "react-component"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": "eslint --fix",
    "*.{html,json}": "prettier --write"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "name": "react-youtube",
  "peerDependencies": {
    "react": ">=0.14.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tjallingt/react-youtube.git"
  },
  "scripts": {
    "commit": "git-cz",
    "compile": "npm-run-all --parallel compile:*",
    "compile:cjs": "babel src/YouTube.js --out-file dist/index.js",
    "compile:es": "cross-env BABEL_ENV=es babel src/YouTube.js --out-file dist/index.esm.js",
    "example": "parcel example/index.html --public-url /react-youtube/ --open",
    "example:build": "parcel build example/index.html --public-url /react-youtube/ --out-dir build",
    "lint": "eslint src example",
    "prepublishOnly": "npm run compile",
    "test": "jest",
    "test:ci": "jest --ci --runInBand"
  },
  "types": "index.d.ts",
  "version": "7.14.0"
}
