package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "glogg@^2.2.0",
  3. "_id": "glogg@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eWv1ds/zAlz+M1ioHsyKJomfY7jbDDPpwSkv14KQj89bycx1nvK5/2Cj/T9g7kzJcX5Bc7Yv22FjfBZS/jl94A==",
  6. "_location": "/gulp-load-plugins/glogg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glogg@^2.2.0",
  12. "name": "glogg",
  13. "escapedName": "glogg",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-load-plugins/gulplog"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/glogg/-/glogg-2.2.0.tgz",
  22. "_shasum": "956ceb855a05a2aa1fa668d748f2be8e7361c11c",
  23. "_spec": "glogg@^2.2.0",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\gulp-load-plugins\\node_modules\\gulplog",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/glogg/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "sparkles": "^2.1.0"
  42. },
  43. "deprecated": false,
  44. "description": "Global logging utility",
  45. "devDependencies": {
  46. "eslint": "^7.32.0",
  47. "eslint-config-gulp": "^5.0.1",
  48. "eslint-plugin-node": "^11.1.0",
  49. "expect": "^27.4.6",
  50. "mocha": "^8.4.0",
  51. "nyc": "^15.1.0"
  52. },
  53. "engines": {
  54. "node": ">= 10.13.0"
  55. },
  56. "files": [
  57. "LICENSE",
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/gulpjs/glogg#readme",
  61. "keywords": [
  62. "global",
  63. "log",
  64. "logger",
  65. "logging",
  66. "shared"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "glogg",
  71. "nyc": {
  72. "reporter": [
  73. "lcov",
  74. "text-summary"
  75. ]
  76. },
  77. "prettier": {
  78. "singleQuote": true
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/gulpjs/glogg.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint .",
  86. "pretest": "npm run lint",
  87. "test": "nyc mocha --async-only"
  88. },
  89. "version": "2.2.0"
  90. }