| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "_args": [
- [
- {
- "raw": "node-notifier@^4.1.0",
- "scope": null,
- "escapedName": "node-notifier",
- "name": "node-notifier",
- "rawSpec": "^4.1.0",
- "spec": ">=4.1.0 <5.0.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-notify"
- ]
- ],
- "_from": "node-notifier@>=4.1.0 <5.0.0",
- "_id": "node-notifier@4.6.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/node-notifier",
- "_nodeVersion": "6.3.1",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/node-notifier-4.6.1.tgz_1471811837812_0.47649690927937627"
- },
- "_npmUser": {
- "name": "mikaelb",
- "email": "mikaelbre@gmail.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "node-notifier@^4.1.0",
- "scope": null,
- "escapedName": "node-notifier",
- "name": "node-notifier",
- "rawSpec": "^4.1.0",
- "spec": ">=4.1.0 <5.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/gulp-notify"
- ],
- "_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz",
- "_shasum": "056d14244f3dcc1ceadfe68af9cff0c5473a33f3",
- "_shrinkwrap": null,
- "_spec": "node-notifier@^4.1.0",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-notify",
- "author": {
- "name": "Mikael Brevik"
- },
- "bin": {
- "notify": "./bin.js"
- },
- "bugs": {
- "url": "https://github.com/mikaelbr/node-notifier/issues"
- },
- "dependencies": {
- "cli-usage": "^0.1.1",
- "growly": "^1.2.0",
- "lodash.clonedeep": "^3.0.0",
- "minimist": "^1.1.1",
- "semver": "^5.1.0",
- "shellwords": "^0.1.0",
- "which": "^1.0.5"
- },
- "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
- "devDependencies": {
- "mocha": "^3.0.0",
- "should": "^4.0.4"
- },
- "directories": {
- "example": "example"
- },
- "dist": {
- "shasum": "056d14244f3dcc1ceadfe68af9cff0c5473a33f3",
- "tarball": "https://registry.npmjs.org/node-notifier/-/node-notifier-4.6.1.tgz"
- },
- "gitHead": "0dc7ea4dd5bcb9584e9dfda3b69e6f3bf2379968",
- "homepage": "https://github.com/mikaelbr/node-notifier#readme",
- "keywords": [
- "notification center",
- "mac os x 10.8",
- "notify",
- "terminal-notifier",
- "notify-send",
- "growl",
- "windows 8 notification",
- "toaster",
- "notification"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "mikaelb",
- "email": "mikaelbre@gmail.com"
- }
- ],
- "name": "node-notifier",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
- },
- "scripts": {
- "test": "mocha -R spec"
- },
- "version": "4.6.1"
- }
|