{
  "_args": [
    [
      "react-youtube@7.9.0",
      "/var/www/kotelnikovo"
    ]
  ],
  "_from": "react-youtube@7.9.0",
  "_id": "react-youtube@7.9.0",
  "_inBundle": false,
  "_integrity": "sha512-2+nBF4qP8nStYEILIO1/SylKOCnnJUxuZm+qCeWA0eeZxnWZIIixfAeAqbzblwx5L1n/26ACocy3epm9Glox8w==",
  "_location": "/react-youtube",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-youtube@7.9.0",
    "name": "react-youtube",
    "escapedName": "react-youtube",
    "rawSpec": "7.9.0",
    "saveSpec": null,
    "fetchSpec": "7.9.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-youtube/-/react-youtube-7.9.0.tgz",
  "_spec": "7.9.0",
  "_where": "/var/www/kotelnikovo",
  "author": {
    "name": "troy betz",
    "email": "troybetz@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/compedit/react-youtube/issues"
  },
  "dependencies": {
    "fast-deep-equal": "^2.0.1",
    "prop-types": "^15.5.3",
    "youtube-player": "^5.5.1"
  },
  "description": "react.js powered YouTube player component",
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-core": "^6.16.0",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^6.2.5",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "cross-env": "^4.0.0",
    "eslint": "^3.6.1",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.0.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.3.0",
    "expect": "^1.20.2",
    "jsdom": "^9.5.0",
    "mocha": "^3.1.0",
    "npm-run-all": "^4.0.2",
    "proxyquire": "^1.7.10",
    "react": "^15.3.2",
    "react-dom": "^15.3.2",
    "webpack": "^2.3.3",
    "webpack-dev-server": "^2.4.2"
  },
  "homepage": "https://github.com/compedit/react-youtube",
  "keywords": [
    "react",
    "youtube",
    "player",
    "react-component"
  ],
  "license": "MIT",
  "main": "dist/YouTube.js",
  "module": "es/YouTube.js",
  "name": "react-youtube",
  "peerDependencies": {
    "react": ">=0.14.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/compedit/react-youtube.git"
  },
  "scripts": {
    "compile": "npm-run-all --parallel compile:cjs compile:es",
    "compile:cjs": "babel src --out-dir dist",
    "compile:es": "cross-env BABEL_ENV=es babel src --out-dir es",
    "example": "webpack-dev-server --config example/webpack.config.js",
    "lint": "eslint src",
    "prepublish": "npm run compile",
    "test": "mocha"
  },
  "version": "7.9.0"
}
