first commit
This commit is contained in:
22
build/node_modules/has-gulplog/LICENSE
generated
vendored
Normal file
22
build/node_modules/has-gulplog/LICENSE
generated
vendored
Normal file
@@ -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.
|
||||
|
||||
2
build/node_modules/has-gulplog/README.md
generated
vendored
Normal file
2
build/node_modules/has-gulplog/README.md
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# has-gulplog
|
||||
Check if gulplog is available before attempting to use it
|
||||
9
build/node_modules/has-gulplog/index.js
generated
vendored
Normal file
9
build/node_modules/has-gulplog/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
var sparkles = require('sparkles');
|
||||
|
||||
function hasGulplog(){
|
||||
return sparkles.exists('gulplog');
|
||||
}
|
||||
|
||||
module.exports = hasGulplog;
|
||||
70
build/node_modules/has-gulplog/package.json
generated
vendored
Normal file
70
build/node_modules/has-gulplog/package.json
generated
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"has-gulplog@0.1.0",
|
||||
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
||||
]
|
||||
],
|
||||
"_from": "has-gulplog@0.1.0",
|
||||
"_id": "has-gulplog@0.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=",
|
||||
"_location": "/has-gulplog",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "has-gulplog@0.1.0",
|
||||
"name": "has-gulplog",
|
||||
"escapedName": "has-gulplog",
|
||||
"rawSpec": "0.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-util"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
|
||||
"_spec": "0.1.0",
|
||||
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"homepage": "https://github.com/gulpjs/has-gulplog#readme",
|
||||
"keywords": [
|
||||
"gulp-util",
|
||||
"gulplog",
|
||||
"logging"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "has-gulplog",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gulpjs/has-gulplog.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "eslint *.js"
|
||||
},
|
||||
"version": "0.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user