{
  "_from": "sweetalert2@11.26.24",
  "_id": "sweetalert2@11.26.24",
  "_inBundle": false,
  "_integrity": "sha512-SLgukW4wicewpW5VOukSXY5Z6DL/z7HCOK2ODSjmQPiSphCN8gJAmh9npoceXOtBRNoDN0xIz+zHYthtfiHmjg==",
  "_location": "/sweetalert2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sweetalert2@11.26.24",
    "name": "sweetalert2",
    "escapedName": "sweetalert2",
    "rawSpec": "11.26.24",
    "saveSpec": null,
    "fetchSpec": "11.26.24"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.26.24.tgz",
  "_shasum": "25e5ba2b3e6725cec71acddd31832cefe61c8263",
  "_spec": "sweetalert2@11.26.24",
  "_where": "/var/www/html/dev.essence.ind.br",
  "author": {
    "name": "Limon Monte",
    "url": "https://limonte.github.io"
  },
  "browser": "dist/sweetalert2.all.js",
  "bugs": {
    "url": "https://github.com/sweetalert2/sweetalert2/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Matthew Francis Brunetti",
      "email": "zenflow87@gmail.com",
      "url": "https://github.com/zenflow"
    },
    {
      "name": "Morgan Touverey-Quilling",
      "email": "mtouverey@alembic-dev.com",
      "url": "https://github.com/toverux"
    },
    {
      "name": "Giuseppe Verni",
      "url": "https://github.com/gverni"
    },
    {
      "name": "Sam Turrell",
      "email": "sam@samturrell.co.uk",
      "url": "https://github.com/samturrell"
    },
    {
      "name": "Joseph Schultz",
      "url": "https://github.com/acupofjose"
    },
    {
      "name": "Johan Fagerberg",
      "url": "https://github.com/birjolaxew"
    }
  ],
  "deprecated": false,
  "description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
  "devDependencies": {
    "@babel/core": "^7.19.6",
    "@babel/preset-env": "^7.19.4",
    "@rollup/plugin-babel": "^7.0.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@sweetalert2/stylelint-config": "^3.0.0",
    "cypress": "^15.0.0",
    "jquery": "^4.0.0",
    "oxfmt": "^0.36.0",
    "oxlint": "^1.51.0",
    "playwright-webkit": "^1.37.1",
    "rollup": "^4.0.0",
    "sass": "^1.83.0",
    "stylelint": "^17.0.0",
    "typescript": "4.8.4",
    "vite": "^7.0.0",
    "zx": "^8.0.0"
  },
  "devDependenciesComments": {
    "typescript": "Do not upgrade TS, tests will verify that types work with the very first version of TS >= 4.8.4"
  },
  "files": [
    "dist",
    "src",
    "themes",
    "sweetalert2.d.ts"
  ],
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/limonte"
  },
  "homepage": "https://sweetalert2.github.io/",
  "keywords": [
    "sweetalert",
    "sweetalert2",
    "alert",
    "modal",
    "popup",
    "prompt",
    "confirm",
    "toast",
    "accessible"
  ],
  "license": "MIT",
  "main": "dist/sweetalert2.all.js",
  "module": "dist/sweetalert2.esm.all.js",
  "name": "sweetalert2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sweetalert2/sweetalert2.git"
  },
  "scripts": {
    "build": "zx tools/build.mjs",
    "check-types": "npx -p typescript@latest tsc --noEmit --lib dom,es2018 -p jsconfig.json",
    "cypress:open": "cypress open",
    "dev": "vite test/sandbox --open",
    "lint": "stylelint src/*.scss themes/*.css && oxlint && oxfmt --check",
    "test": "cypress run --headless",
    "webpack-build": "webpack --config=test/webpack/webpack.config.js"
  },
  "types": "sweetalert2.d.ts",
  "version": "11.26.24"
}
