change pnotify with noty

This commit is contained in:
s2
2020-06-08 11:51:45 +02:00
parent 27635904a6
commit 51c66fc3cb
200 changed files with 6503 additions and 23902 deletions

121
node_modules/noty/package.json generated vendored Normal file
View File

@@ -0,0 +1,121 @@
{
"_from": "noty",
"_id": "noty@3.2.0-beta",
"_inBundle": false,
"_integrity": "sha512-a1//Rth1MTQ/GCvGzwBXrZqCwOPyxiIKMdHT1TlcdrDYBYVfb7vzwsU0N4x+j/HeIQTi6/pbP8lRtY9gBz/d3Q==",
"_location": "/noty",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "noty",
"name": "noty",
"escapedName": "noty",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/noty/-/noty-3.2.0-beta.tgz",
"_shasum": "cd1117277a1b83c9b08dfc78f968c6c5960d3cfa",
"_spec": "noty",
"_where": "D:\\Projects\\vanillajs-seed",
"author": {
"name": "Nedim Arabacı",
"url": "http://ned.im"
},
"bugs": {
"url": "https://github.com/needim/noty/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Noty is a dependency-free notification library that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "6.24.1",
"babel-eslint": "7.2.2",
"babel-loader": "6.4.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.24.1",
"browser-sync": "^2.19.0",
"browser-sync-webpack-plugin": "^1.2.0",
"browserstack-runner": "^0.5.2",
"css-loader": "^0.26.0",
"docsify-cli": "^4.1.9",
"es6-promise": "^4.1.0",
"eslint": "^4.3.0",
"eslint-loader": "1.9.0",
"extract-text-webpack-plugin": "2.1.0",
"grunt": "^1.0.1",
"grunt-banner": "^0.6.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-qunit": "^2.0.0",
"grunt-curl": "^2.2.1",
"grunt-exec": "^2.0.0",
"grunt-sass": "^2.0.0",
"load-grunt-tasks": "^3.5.2",
"node-sass": "^4.1.0",
"postcss-loader": "^1.0.0",
"pre-commit": "^1.2.2",
"prettier-standard": "^3.0.1",
"sass-loader": "^4.0.1",
"standard": "^10.0.2",
"standard-loader": "^6.0.1",
"style-loader": "^0.13.1",
"web-push": "^3.2.2",
"webpack": "2.4.1",
"yargs": "7.0.2"
},
"files": [
"lib",
"src",
"index.d.ts"
],
"homepage": "https://ned.im/noty",
"keywords": [
"noty",
"notification",
"alert",
"confirm",
"confirmation",
"success",
"error",
"warning",
"information"
],
"license": "MIT",
"main": "lib/noty.js",
"name": "noty",
"pre-commit": [
"precommit-msg",
"test"
],
"repository": {
"type": "git",
"url": "git://github.com/needim/noty.git"
},
"scripts": {
"browserstack": "browserstack-runner",
"build": "grunt themes && webpack --env dev && webpack --env build && grunt banner",
"dev": "grunt themes && webpack --progress --colors --watch --env dev",
"format": "prettier-standard 'src/**/*.js'",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"serve-docs": "docsify start ./docs",
"test": "npm run format && standard && grunt test"
},
"standard": {
"ignore": [
"demo/**/*",
"docs/**/*",
"lib/**",
"test/**"
],
"parser": "babel-eslint"
},
"title": "Noty - Dependency-free notification library",
"types": "index.d.ts",
"version": "3.2.0-beta"
}