Current File : //home/tradevaly/www/node_modules/sweetalert2/package.json |
{
"_args": [
[
"sweetalert2@10.16.9",
"/home/skote/public_html"
]
],
"_from": "sweetalert2@10.16.9",
"_id": "sweetalert2@10.16.9",
"_inBundle": false,
"_integrity": "sha512-oNe+md5tmmS3fGfVHa7gVPlun7Td2oANSacnZCeghnrr3OHBi6UPVPU+GFrymwaDqwQspACilLRmRnM7aTjNPA==",
"_location": "/sweetalert2",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sweetalert2@10.16.9",
"name": "sweetalert2",
"escapedName": "sweetalert2",
"rawSpec": "10.16.9",
"saveSpec": null,
"fetchSpec": "10.16.9"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-10.16.9.tgz",
"_spec": "10.16.9",
"_where": "/home/skote/public_html",
"author": {
"name": "Limon Monte",
"email": "limon.monte@protonmail.com",
"url": "https://limonte.github.io"
},
"browser": "dist/sweetalert2.all.js",
"bugs": {
"url": "https://github.com/sweetalert2/sweetalert2/issues"
},
"bundlewatch": {
"files": [
{
"path": "dist/sweetalert2.all.min.js",
"maxSize": "20kB"
}
]
},
"contributors": [
{
"name": "Giuseppe Verni",
"url": "https://github.com/gverni"
},
{
"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": "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"
}
],
"description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/preset-env": "^7.13.15",
"@rollup/plugin-json": "^4.0.2",
"@sweetalert2/eslint-config": "^1.0.0",
"@sweetalert2/execute": "^1.0.0",
"@sweetalert2/stylelint-config": "^1.1.5",
"babel-plugin-array-includes": "^2.0.3",
"browser-sync": "^2.26.14",
"cypress": "^7.1.0",
"eslint": "^7.25.0",
"eslint-plugin-cypress": "^2.8.1",
"eslint-plugin-no-unsanitized": "^3.1.5",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^7.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-css2js": "^1.1.2",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-rollup": "^2.16.2",
"gulp-uglify": "^3.0.0",
"jquery": "^3.6.0",
"merge2": "^1.2.3",
"replace-in-file": "^6.0.0",
"rollup": "^2.45.2",
"rollup-plugin-babel": "^4.3.2",
"sass": "^1.32.11",
"sinon": "^10.0.0",
"stylelint": "^13.13.0",
"typescript": "^4.2.3"
},
"files": [
"dist",
"src",
"sweetalert2.d.ts"
],
"funding": {
"url": "https://sweetalert2.github.io/#donations"
},
"homepage": "https://sweetalert2.github.io/",
"keywords": [
"sweetalert",
"sweetalert2",
"alert",
"modal",
"popup",
"prompt",
"confirm",
"toast",
"accessible"
],
"license": "MIT",
"main": "dist/sweetalert2.all.js",
"module": "src/sweetalert2.js",
"name": "sweetalert2",
"repository": {
"type": "git",
"url": "git+https://github.com/sweetalert2/sweetalert2.git"
},
"scripts": {
"build": "gulp build",
"cypress:open": "cypress open",
"lint": "stylelint src && eslint src test cypress tools *.js *.ts",
"start": "gulp develop --continue-on-error --skip-minification --skip-standalone",
"test": "cypress run --headless"
},
"types": "sweetalert2.d.ts",
"version": "10.16.9"
}