aboutsummaryrefslogtreecommitdiff
path: root/node_modules/has-gulplog
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/has-gulplog
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
downloadwallet-core-abd94a7f5a50f43c797a11b53549ae48fff667c3.tar.xz
add node_modules to address #4364
Diffstat (limited to 'node_modules/has-gulplog')
-rw-r--r--node_modules/has-gulplog/LICENSE22
-rw-r--r--node_modules/has-gulplog/README.md2
-rw-r--r--node_modules/has-gulplog/index.js9
-rw-r--r--node_modules/has-gulplog/package.json98
4 files changed, 131 insertions, 0 deletions
diff --git a/node_modules/has-gulplog/LICENSE b/node_modules/has-gulplog/LICENSE
new file mode 100644
index 000000000..ce6aef79b
--- /dev/null
+++ b/node_modules/has-gulplog/LICENSE
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2015 gulp
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/node_modules/has-gulplog/README.md b/node_modules/has-gulplog/README.md
new file mode 100644
index 000000000..072cfa4cc
--- /dev/null
+++ b/node_modules/has-gulplog/README.md
@@ -0,0 +1,2 @@
+# has-gulplog
+Check if gulplog is available before attempting to use it
diff --git a/node_modules/has-gulplog/index.js b/node_modules/has-gulplog/index.js
new file mode 100644
index 000000000..c78b51f29
--- /dev/null
+++ b/node_modules/has-gulplog/index.js
@@ -0,0 +1,9 @@
+'use strict';
+
+var sparkles = require('sparkles');
+
+function hasGulplog(){
+ return sparkles.exists('gulplog');
+}
+
+module.exports = hasGulplog;
diff --git a/node_modules/has-gulplog/package.json b/node_modules/has-gulplog/package.json
new file mode 100644
index 000000000..9f0357284
--- /dev/null
+++ b/node_modules/has-gulplog/package.json
@@ -0,0 +1,98 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "has-gulplog@^0.1.0",
+ "scope": null,
+ "escapedName": "has-gulplog",
+ "name": "has-gulplog",
+ "rawSpec": "^0.1.0",
+ "spec": ">=0.1.0 <0.2.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util"
+ ]
+ ],
+ "_from": "has-gulplog@>=0.1.0 <0.2.0",
+ "_id": "has-gulplog@0.1.0",
+ "_inCache": true,
+ "_location": "/has-gulplog",
+ "_nodeVersion": "0.10.36",
+ "_npmUser": {
+ "name": "phated",
+ "email": "blaine@iceddev.com"
+ },
+ "_npmVersion": "2.8.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "has-gulplog@^0.1.0",
+ "scope": null,
+ "escapedName": "has-gulplog",
+ "name": "has-gulplog",
+ "rawSpec": "^0.1.0",
+ "spec": ">=0.1.0 <0.2.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/gulp-util"
+ ],
+ "_resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
+ "_shasum": "6414c82913697da51590397dafb12f22967811ce",
+ "_shrinkwrap": null,
+ "_spec": "has-gulplog@^0.1.0",
+ "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp-util",
+ "author": {
+ "name": "Blaine Bublitz",
+ "email": "blaine@iceddev.com",
+ "url": "http://iceddev.com"
+ },
+ "bugs": {
+ "url": "https://github.com/gulpjs/has-gulplog/issues"
+ },
+ "contributors": [],
+ "dependencies": {
+ "sparkles": "^1.0.0"
+ },
+ "description": "Check if gulplog is available before attempting to use it",
+ "devDependencies": {
+ "eslint": "^1.3.1"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "6414c82913697da51590397dafb12f22967811ce",
+ "tarball": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ },
+ "files": [
+ "index.js",
+ "LICENSE"
+ ],
+ "gitHead": "16ef7af9911ec91838b2762bf1ba38b4578e6f6f",
+ "homepage": "https://github.com/gulpjs/has-gulplog#readme",
+ "keywords": [
+ "gulp-util",
+ "gulplog",
+ "logging"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "phated",
+ "email": "blaine@iceddev.com"
+ }
+ ],
+ "name": "has-gulplog",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/gulpjs/has-gulplog.git"
+ },
+ "scripts": {
+ "test": "eslint *.js"
+ },
+ "version": "0.1.0"
+}