{
  "_from": "react-to-print@^2.8.0",
  "_id": "react-to-print@2.15.1",
  "_inBundle": false,
  "_integrity": "sha512-1foogIFbCpzAVxydkhBiDfMiFYhIMphiagDOfcG4X/EcQ+fBPqJ0rby9Wv/emzY1YLkIQy/rEgOrWQT+rBKhjw==",
  "_location": "/react-to-print",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-to-print@^2.8.0",
    "name": "react-to-print",
    "escapedName": "react-to-print",
    "rawSpec": "^2.8.0",
    "saveSpec": null,
    "fetchSpec": "^2.8.0"
  },
  "_requiredBy": [
    "/mui-datatables"
  ],
  "_resolved": "https://registry.npmjs.org/react-to-print/-/react-to-print-2.15.1.tgz",
  "_shasum": "c9a6732cadf1118fc90d886b54a9388c419561b9",
  "_spec": "react-to-print@^2.8.0",
  "_where": "C:\\xampp\\htdocs\\emeraltd\\node_modules\\mui-datatables",
  "author": {
    "name": "Matthew Herbst",
    "email": "MatthewHerbst.com"
  },
  "bugs": {
    "url": "https://github.com/gregnb/react-to-print/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "gregnb",
      "email": "gregnb@gmail.com"
    }
  ],
  "deprecated": false,
  "description": "Print React components in the browser",
  "devDependencies": {
    "@types/react": "^18.2.55",
    "@types/react-dom": "^18.2.19",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "acorn": "^8.11.3",
    "clean-webpack-plugin": "^4.0.0",
    "copy-webpack-plugin": "^12.0.2",
    "css-loader": "^6.10.0",
    "eslint": "^8.56.0",
    "html-webpack-plugin": "^5.6.0",
    "husky": "^9.0.10",
    "lint-staged": "^15.2.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-tabs": "^6.0.2",
    "style-loader": "^3.3.4",
    "ts-loader": "^9.5.1",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3",
    "url-loader": "^4.1.1",
    "webpack": "^5.90.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/gregnb/react-to-print#readme",
  "keywords": [
    "react",
    "print",
    "reactjs",
    "react-to-print"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint"
    ]
  },
  "main": "lib/index.js",
  "name": "react-to-print",
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gregnb/react-to-print.git"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack --progress",
    "lint": "eslint src/**/*.{ts,tsx}",
    "prepare": "npm run build && husky install",
    "start": "NODE_ENV=development webpack serve"
  },
  "types": "lib/index.d.ts",
  "version": "2.15.1"
}
