Files
2026-01-16 14:13:44 +08:00

132 lines
3.5 KiB
JSON

{
"_from": "sweetalert",
"_id": "sweetalert@2.1.0",
"_inBundle": false,
"_integrity": "sha512-9YKj0SvjKyBfRWco50UOsIbXVeifYbxzT9Qda7EsqC01eafHGCSG0IR7g942ufjzt7lnwO8ZZBwr6emXv2fQrg==",
"_location": "/sweetalert",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "sweetalert",
"name": "sweetalert",
"escapedName": "sweetalert",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/sweetalert/-/sweetalert-2.1.0.tgz",
"_shasum": "d605dec840058fa8ad4a1f7c2c8c194bc72c27fa",
"_spec": "sweetalert",
"_where": "D:\\Workspaces\\SSMBootstrap\\WebRoot\\node_modules",
"author": {
"name": "Tristan Edwards",
"email": "tristan.edwards@me.com",
"url": "http://tristanedwards.me"
},
"bugs": {
"url": "https://github.com/t4t5/sweetalert/issues"
},
"bundleDependencies": false,
"dependencies": {
"es6-object-assign": "^1.1.0",
"promise-polyfill": "^6.0.2"
},
"deprecated": false,
"description": "A beautiful replacement for JavaScript's \"alert\"",
"devDependencies": {
"@types/jest": "19.2.3",
"autoprefixer": "6.7.7",
"babel-core": "6.24.1",
"babel-loader": "6.4.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.4.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-standalone": "^6.26.0",
"babelify": "^6.0.2",
"browserify": "^9.0.8",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "0.28.7",
"dts-bundle": "0.7.3",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"glob": "^5.0.3",
"jest": "19.0.2",
"jquery": "3.2.1",
"jus": "0.24.1",
"nodelist-foreach-polyfill": "^1.2.0",
"path": "^0.11.14",
"postcss-color-function": "3.0.0",
"postcss-custom-properties": "5.0.2",
"postcss-easy-import": "2.0.0",
"postcss-loader": "1.3.3",
"postcss-nesting": "2.3.1",
"react": "15.5.4",
"react-dom": "15.5.4",
"source-map-loader": "0.2.1",
"style-loader": "0.18.2",
"ts-jest": "19.0.14",
"ts-loader": "2.0.3",
"tslint": "5.1.0",
"tslint-loader": "3.5.2",
"typescript": "2.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "3.5.5",
"webpack-bundle-analyzer": "2.9.0",
"webpack-dev-server": "2.4.2",
"webpack-merge": "4.1.0",
"whatwg-fetch": "^2.0.3"
},
"files": [
"dist",
"LICENSE.md",
"README.md",
"typings"
],
"homepage": "http://tristanedwards.me/sweetalert",
"jest": {
"verbose": true,
"transform": {
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
},
"keywords": [
"sweetalert",
"alert",
"modal",
"popup"
],
"license": "MIT",
"main": "dist/sweetalert.min.js",
"name": "sweetalert",
"repository": {
"type": "git",
"url": "git+https://github.com/t4t5/sweetalert.git"
},
"scripts": {
"build": "webpack -p",
"builddocs": "node_modules/jus/cli.js build docs-src docs",
"buildtest": "npm run build && jest",
"docs": "npm run build && node_modules/jus/cli.js serve docs-src",
"prepare": "npm run build && npm run builddocs",
"prepublish": "npm run build",
"test": "jest"
},
"types": "typings/sweetalert.d.ts",
"version": "2.1.0"
}