{
  "_from": "sweetalert2@^6.10.2",
  "_id": "sweetalert2@6.11.5",
  "_inBundle": false,
  "_integrity": "sha512-8Otu1SlWGS/u3e31cOg+uqrwyoQbByEScKp7UupmCfwEZE9St3coO1e6CXv83YzZtzdDgowdK1hBPKPW7SRp4Q==",
  "_location": "/sweetalert2",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sweetalert2@^6.10.2",
    "name": "sweetalert2",
    "escapedName": "sweetalert2",
    "rawSpec": "^6.10.2",
    "saveSpec": null,
    "fetchSpec": "^6.10.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-6.11.5.tgz",
  "_shasum": "a1ede34089225eb864898f4b613db4fec5dbe334",
  "_spec": "sweetalert2@^6.10.2",
  "_where": "/usr/src/app/stopfals-website",
  "author": {
    "name": "Limon Monte",
    "email": "limon.monte@gmail.com",
    "url": "https://limonte.github.io"
  },
  "bugs": {
    "url": "https://github.com/limonte/sweetalert2/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Morgan Touverey-Quilling",
      "email": "mtouverey@alembic-dev.com",
      "url": "https://github.com/toverux"
    },
    {
      "name": "Johan Fagerberg",
      "url": "https://github.com/birjolaxew"
    },
    {
      "name": "Sam Turrell",
      "email": "sam@samturrell.co.uk",
      "url": "https://github.com/samturrell"
    },
    {
      "name": "Joseph Schultz",
      "url": "https://github.com/acupajoe"
    },
    {
      "name": "Patrick H. Lauke",
      "url": "https://github.com/patrickhlauke"
    }
  ],
  "deprecated": false,
  "description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
  "devDependencies": {
    "babel-core": "latest",
    "babel-plugin-array-includes": "latest",
    "babel-plugin-external-helpers": "latest",
    "babel-plugin-transform-object-assign": "latest",
    "babel-preset-es2015": "latest",
    "gulp": "latest",
    "gulp-autoprefixer": "latest",
    "gulp-clean-css": "^3.9.0",
    "gulp-rename": "latest",
    "gulp-rollup": "latest",
    "gulp-sass": "latest",
    "gulp-sass-lint": "latest",
    "gulp-standard": "^8.0.0",
    "gulp-tslint": "^8.1.2",
    "gulp-typescript": "^3.2.3",
    "gulp-uglify": "latest",
    "rollup": "^0.51.1",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-css-only": "^0.2.0",
    "standard": "^8.0.0",
    "testem": "latest",
    "tslint": "^5.8.0",
    "typescript": "^2.5.3",
    "uglify-js": "^3.1.8"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "dist",
    "src",
    "sweetalert2.d.ts"
  ],
  "homepage": "https://limonte.github.io/sweetalert2/",
  "jsnext:main": "src/sweetalert2.js",
  "keywords": [
    "sweetalert",
    "sweetalert2",
    "alert",
    "prompt"
  ],
  "license": "MIT",
  "main": "dist/sweetalert2.js",
  "name": "sweetalert2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/limonte/sweetalert2.git"
  },
  "scripts": {
    "assume-dist-unchanged": "git ls-files dist | tr '\\n' ' ' | xargs git update-index --assume-unchanged",
    "check-dts": "tsc sweetalert2.d.ts && npm run lint-dts",
    "lint-dts": "tslint sweetalert2.d.ts --format verbose",
    "no-assume-dist-unchanged": "git ls-files dist | tr '\\n' ' ' | xargs git update-index --no-assume-unchanged",
    "test": "testem ci"
  },
  "standard": {
    "ignore": [
      "dist/"
    ],
    "global": [
      "MutationObserver"
    ]
  },
  "types": "sweetalert2.d.ts",
  "version": "6.11.5"
}
