| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "_from": "glogg@^2.2.0",
- "_id": "glogg@2.2.0",
- "_inBundle": false,
- "_integrity": "sha512-eWv1ds/zAlz+M1ioHsyKJomfY7jbDDPpwSkv14KQj89bycx1nvK5/2Cj/T9g7kzJcX5Bc7Yv22FjfBZS/jl94A==",
- "_location": "/gulp-load-plugins/glogg",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "glogg@^2.2.0",
- "name": "glogg",
- "escapedName": "glogg",
- "rawSpec": "^2.2.0",
- "saveSpec": null,
- "fetchSpec": "^2.2.0"
- },
- "_requiredBy": [
- "/gulp-load-plugins/gulplog"
- ],
- "_resolved": "https://registry.npmmirror.com/glogg/-/glogg-2.2.0.tgz",
- "_shasum": "956ceb855a05a2aa1fa668d748f2be8e7361c11c",
- "_spec": "glogg@^2.2.0",
- "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\gulp-load-plugins\\node_modules\\gulplog",
- "author": {
- "name": "Gulp Team",
- "email": "team@gulpjs.com",
- "url": "http://gulpjs.com/"
- },
- "bugs": {
- "url": "https://github.com/gulpjs/glogg/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Blaine Bublitz",
- "email": "blaine.bublitz@gmail.com"
- }
- ],
- "dependencies": {
- "sparkles": "^2.1.0"
- },
- "deprecated": false,
- "description": "Global logging utility",
- "devDependencies": {
- "eslint": "^7.32.0",
- "eslint-config-gulp": "^5.0.1",
- "eslint-plugin-node": "^11.1.0",
- "expect": "^27.4.6",
- "mocha": "^8.4.0",
- "nyc": "^15.1.0"
- },
- "engines": {
- "node": ">= 10.13.0"
- },
- "files": [
- "LICENSE",
- "index.js"
- ],
- "homepage": "https://github.com/gulpjs/glogg#readme",
- "keywords": [
- "global",
- "log",
- "logger",
- "logging",
- "shared"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "glogg",
- "nyc": {
- "reporter": [
- "lcov",
- "text-summary"
- ]
- },
- "prettier": {
- "singleQuote": true
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/gulpjs/glogg.git"
- },
- "scripts": {
- "lint": "eslint .",
- "pretest": "npm run lint",
- "test": "nyc mocha --async-only"
- },
- "version": "2.2.0"
- }
|