1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "has-gulplog@0.1.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_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": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "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"
- }
|