{
  "_from": "react-bootstrap-sweetalert@^5.2.0",
  "_id": "react-bootstrap-sweetalert@5.2.0",
  "_inBundle": false,
  "_integrity": "sha512-7eaKHgDcYfoRUxiYPZuHjygeLa3yDycGWB+Xwr+PWo6h0HDixwfgGXqWBmDYXI4ZQ453BcY77iBWBZhRbnH/6g==",
  "_location": "/react-bootstrap-sweetalert",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-bootstrap-sweetalert@^5.2.0",
    "name": "react-bootstrap-sweetalert",
    "escapedName": "react-bootstrap-sweetalert",
    "rawSpec": "^5.2.0",
    "saveSpec": null,
    "fetchSpec": "^5.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-bootstrap-sweetalert/-/react-bootstrap-sweetalert-5.2.0.tgz",
  "_shasum": "a58bc9fa863eaf518a78b6d0716a25f32182d570",
  "_spec": "react-bootstrap-sweetalert@^5.2.0",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "Daniel Jorgensen"
  },
  "bugs": {
    "url": "https://github.com/djorg83/react-bootstrap-sweetalert/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A variant of sweetalert for use with React and Bootstrap",
  "devDependencies": {
    "@types/node": "^12.7.1",
    "@types/react": "^16.9.43",
    "@types/react-dom": "^16.9.8",
    "css-loader": "^3.2.0",
    "express": "^4.17.1",
    "gulp": "^4.0.2",
    "gulp-inject-file": "0.0.19",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-bootstrap": "^1.3.0",
    "react-dom": "^16.13.1",
    "react-tools": "^0.13.3",
    "source-map-loader": "^0.2.4",
    "style-loader": "^1.0.0",
    "ts-loader": "^6.0.4",
    "typescript": "^3.9.7",
    "webpack": "^4.39.1",
    "webpack-cli": "^3.3.6"
  },
  "files": [
    "dist",
    "!dist/demo"
  ],
  "homepage": "http://djorg83.github.io/react-bootstrap-sweetalert/",
  "keywords": [
    "react",
    "bootstrap",
    "alert",
    "sweetalert",
    "confirm",
    "modal"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "react-bootstrap-sweetalert",
  "peerDependencies": {
    "prop-types": ">=15.0.0",
    "react": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://djorg83@github.com/djorg83/react-bootstrap-sweetalert.git"
  },
  "resolutions": {
    "@types/react": "16.9.43"
  },
  "scripts": {
    "build": "yarn lint && rm -rf ./dist && tsc --declaration && yarn inject-css",
    "build-demo": "cd ./src/demo && NODE_ENV=development webpack",
    "demo": "yarn build-demo && yarn start-demo && yarn open",
    "inject-css": "gulp copy-css && gulp inject-css",
    "lint": "tslint -c tslint.json 'src/**/*.ts' --fix",
    "open": "open http://localhost:3000",
    "postversion": "git push && git push --tags && npm publish",
    "preversion": "yarn build",
    "start-demo": "NODE_ENV=development node ./demo/demo-server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "5.2.0"
}
