initial commit
This commit is contained in:
94
node_modules/pnotify/package.json
generated
vendored
Normal file
94
node_modules/pnotify/package.json
generated
vendored
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"_from": "pnotify@^4.0.0-beta.2",
|
||||
"_id": "pnotify@4.0.0-beta.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-r6HLfG+tB6BgTHqukLBFqMlSyLNqwgn2OaFHIGpgIAM+7VmxoWEbaF9tSArs3AGJ3bV9kNrqR/NLpp5iHyvDyw==",
|
||||
"_location": "/pnotify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "pnotify@^4.0.0-beta.2",
|
||||
"name": "pnotify",
|
||||
"escapedName": "pnotify",
|
||||
"rawSpec": "^4.0.0-beta.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.0.0-beta.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pnotify/-/pnotify-4.0.0-beta.2.tgz",
|
||||
"_shasum": "990e684429b5630d3ff68a9612cdba04ff387c9f",
|
||||
"_spec": "pnotify@^4.0.0-beta.2",
|
||||
"_where": "/home/s2/tmp/vanillajs-seed",
|
||||
"author": {
|
||||
"name": "Hunter Perrin"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sciactive/pnotify/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Beautiful dependency free notifications.",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-plugin-add-module-exports": "^1.0.0",
|
||||
"babel-plugin-iife-wrap": "^1.1.0",
|
||||
"babel-plugin-transform-object-assign": "^6.22.0",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"babel-preset-stage-3": "^6.24.1",
|
||||
"clean-css": "^4.2.1",
|
||||
"eslint": "^5.9.0",
|
||||
"eslint-config-semistandard": "^13.0.0",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-plugin-html": "^5.0.0",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-node": "^8.0.0",
|
||||
"eslint-plugin-promise": "^4.0.1",
|
||||
"eslint-plugin-react": "^7.11.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"shelljs": "^0.8.3",
|
||||
"svelte": "^2.15.3",
|
||||
"uglify-es": "3.3.9",
|
||||
"uglify-js": "^3.4.9"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "lib/umd"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"lib",
|
||||
"src",
|
||||
"make.js"
|
||||
],
|
||||
"homepage": "https://github.com/sciactive/pnotify",
|
||||
"keywords": [
|
||||
"notice",
|
||||
"notices",
|
||||
"notification",
|
||||
"notifications",
|
||||
"alert",
|
||||
"alerts",
|
||||
"web notifications",
|
||||
"prompts",
|
||||
"non blocking",
|
||||
"notify"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"name": "pnotify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sciactive/pnotify.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run build-iife && npm run build-umd && npm run build-es",
|
||||
"build-es": "node make.js dist -- --format=es",
|
||||
"build-iife": "node make.js dist -- --format=iife",
|
||||
"build-umd": "node make.js dist -- --format=umd",
|
||||
"lint": "eslint index.html make.js src/*.html src/*.js demo/*",
|
||||
"prepare": "npm run lint && npm run build"
|
||||
},
|
||||
"version": "4.0.0-beta.2"
|
||||
}
|
Reference in New Issue
Block a user