| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/bitnami/htdocs/app/node_modules/vue-toast-notification/ |
Upload File : |
{
"_from": "vue-toast-notification@~0.6.1",
"_id": "vue-toast-notification@0.6.1",
"_inBundle": false,
"_integrity": "sha512-RahxClHqgCW8Ch1Gt2es1veeDuNBP9UFfvIUqO1VzTWrURqEE4mZvQ4+KcowcwwYk7lVX493d/+lrbCBf7mxCw==",
"_location": "/vue-toast-notification",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vue-toast-notification@~0.6.1",
"name": "vue-toast-notification",
"escapedName": "vue-toast-notification",
"rawSpec": "~0.6.1",
"saveSpec": null,
"fetchSpec": "~0.6.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/vue-toast-notification/-/vue-toast-notification-0.6.1.tgz",
"_shasum": "0ee0d75cba500a342f720107fc4d09cfaa84aa31",
"_spec": "vue-toast-notification@~0.6.1",
"_where": "/opt/bitnami/apache/htdocs/app",
"author": {
"name": "ankurk91"
},
"browser": "dist/index.min.js",
"bugs": {
"url": "https://github.com/ankurk91/vue-toast-notification/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Vue.js toast notification plugin",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@vue/test-utils": "^1.1.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"bootstrap": "^4.5.3",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.1",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.4",
"mitt": "^2.1.0",
"sass": "~1.32.4",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"vue": "^2.6.12",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.14.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^4.0.0-beta.0",
"webpack-remove-empty-scripts": "^0.7.1"
},
"engines": {
"node": ">=10.13.0"
},
"files": [
"src",
"dist",
"types"
],
"homepage": "https://github.com/ankurk91/vue-toast-notification",
"jest": {
"moduleFileExtensions": [
"js",
"json",
"jsx",
"node",
"vue",
"css"
],
"setupFiles": [
"<rootDir>/__test__/setup.js"
],
"transform": {
"^.+\\.js$": "babel-jest",
".*\\.(vue)$": "vue-jest"
},
"moduleNameMapper": {
"\\.(css|less|scss)$": "<rootDir>/__test__/__mocks__/styleMock.js"
},
"collectCoverage": false,
"testURL": "http://localhost"
},
"keywords": [
"vue",
"toast",
"growl",
"notice",
"notification"
],
"license": "MIT",
"main": "dist/index.js",
"name": "vue-toast-notification",
"peerDependencies": {
"vue": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ankurk91/vue-toast-notification.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --mode=production",
"dev": "cross-env NODE_ENV=development webpack serve --hot --config=webpack.config.dev.js",
"docs": "cross-env NODE_ENV=production webpack --config=webpack.config.dev.js --progress --mode=production",
"prepublishOnly": "yarn run test && yarn run build",
"start": "yarn run dev",
"test": "jest",
"test:watch": "yarn run test --watch --notify"
},
"style": "dist/theme-default.css",
"types": "./types/toast.d.ts",
"version": "0.6.1"
}