{
  "_from": "react-modal-video@^2.0.2",
  "_id": "react-modal-video@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-Cfo3rEsxU5BL+Et/nRK7l2ajW/TLZOKTMPgpD8FDlhIxRR3yqo3Xdo1ufNxONApN0XL6iXqmMkqyEKmGOmcEiw==",
  "_location": "/react-modal-video",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-modal-video@^2.0.2",
    "name": "react-modal-video",
    "escapedName": "react-modal-video",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-modal-video/-/react-modal-video-2.0.2.tgz",
  "_shasum": "5205a5a7bd6a2eff8eaaccc5014bd82c2131f639",
  "_spec": "react-modal-video@^2.0.2",
  "_where": "/home2/qdid4546/nodevenv/new.omniagroup-ci.com/14/lib",
  "author": {
    "name": "appleple"
  },
  "bugs": {
    "url": "https://github.com/appleple/react-modal-video/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "core-js": "^3.27.2",
    "react-transition-group": "^4.4.2"
  },
  "deprecated": false,
  "description": "Modal Video Viewer",
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.18.5",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "babelify": "^10.0.0",
    "browser-sync": "^2.27.10",
    "browserify": "^17.0.0",
    "eslint": "^8.17.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "np": "^7.6.1",
    "npm-run-all": "^4.1.5",
    "onchange": "^7.1.0",
    "sass": "^1.52.3"
  },
  "homepage": "https://github.com/appleple/react-modal-video#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "react-modal-video",
  "peerDependencies": {
    "react": "^17.0.0 || ^18.2.0",
    "react-dom": "^17.0.0 || ^18.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/appleple/react-modal-video.git"
  },
  "scripts": {
    "babel": "babel src --out-dir lib",
    "build:js": "npm-run-all -p build:lib build:test",
    "build:lib": "npm run babel",
    "build:sass": "npm-run-all -p sass sass:min",
    "build:test": "browserify ./test/src/index.jsx -t babelify -o ./test/dist/index.js",
    "deploy": "np --no-cleanup",
    "sass": "sass ./scss/modal-video.scss ./css/modal-video.css --style expanded --no-source-map",
    "sass:min": "sass ./scss/modal-video.scss ./css/modal-video.min.css --style compressed --no-source-map",
    "start": "npm-run-all -p watch:js watch:sass watch:test sync",
    "sync": "browser-sync start --server './' --files './test/dist/*.js' './css/*.css' --startPath '/test/index.html'",
    "test": "eslint ./src/index.jsx --fix",
    "watch:js": "onchange \"src/\" -- npm run build:js",
    "watch:sass": "onchange \"scss\" -- npm run build:sass",
    "watch:test": "onchange \"test/src\" -- npm run build:test"
  },
  "version": "2.0.2"
}
