first commit
This commit is contained in:
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