{ "_args": [ [ "pnotify@4.0.0-alpha.4", "/home/s2/Documents/Code/gitlit/app" ] ], "_from": "pnotify@4.0.0-alpha.4", "_id": "pnotify@4.0.0-alpha.4", "_inBundle": false, "_integrity": "sha512-onzGW2UjHHeYB8B+Bea7fbH0wmhqwIExR8QoEB+saGQ0qbxTyWCeBVd1c+yhtrGFpXPN00gzMFFWIyzZmNZZWw==", "_location": "/pnotify", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "pnotify@4.0.0-alpha.4", "name": "pnotify", "escapedName": "pnotify", "rawSpec": "4.0.0-alpha.4", "saveSpec": null, "fetchSpec": "4.0.0-alpha.4" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/pnotify/-/pnotify-4.0.0-alpha.4.tgz", "_spec": "4.0.0-alpha.4", "_where": "/home/s2/Documents/Code/gitlit/app", "author": { "name": "Hunter Perrin" }, "bugs": { "url": "https://github.com/sciactive/pnotify/issues" }, "dependencies": {}, "description": "Beautiful dependency free notifications.", "devDependencies": { "babel-core": "^6.26.3", "babel-plugin-add-module-exports": "^0.2.1", "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.1.11", "eslint": "^4.19.1", "eslint-config-semistandard": "^12.0.1", "eslint-config-standard": "^11.0.0", "eslint-plugin-html": "^4.0.3", "eslint-plugin-import": "^2.12.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.7.0", "eslint-plugin-react": "^7.8.2", "eslint-plugin-standard": "^3.1.0", "shelljs": "^0.8.2", "svelte": "^2.6.3", "uglify-es": "3.3.9", "uglify-js": "^3.3.25" }, "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", "peerDependencies": { "animate.css": "^3.5.2", "material-design-icons": "^3.0.1", "nonblockjs": "^1.0.8" }, "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/ demo/", "prepare": "npm run lint && npm run build" }, "version": "4.0.0-alpha.4" }