package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "fancy-log@^2.0.0",
  3. "_id": "fancy-log@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9CzxZbACXMUXW13tS0tI8XsGGmxWzO2DmYrGuBJOJ8k8q2K7hwfJA5qHjuPPe8wtsco33YR9wc+Rlr5wYFvhSA==",
  6. "_location": "/gulp-load-plugins/fancy-log",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fancy-log@^2.0.0",
  12. "name": "fancy-log",
  13. "escapedName": "fancy-log",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-load-plugins"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/fancy-log/-/fancy-log-2.0.0.tgz",
  22. "_shasum": "cad207b8396d69ae4796d74d17dff5f68b2f7343",
  23. "_spec": "fancy-log@^2.0.0",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\gulp-load-plugins",
  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/fancy-log/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. },
  39. {
  40. "name": "Aman Mittal",
  41. "url": "http://amandeepmittal.github.io/"
  42. }
  43. ],
  44. "dependencies": {
  45. "color-support": "^1.1.3"
  46. },
  47. "deprecated": false,
  48. "description": "Log things, prefixed with a timestamp.",
  49. "devDependencies": {
  50. "eslint": "^7.32.0",
  51. "eslint-config-gulp": "^5.0.1",
  52. "eslint-plugin-node": "^11.1.0",
  53. "expect": "^27.4.2",
  54. "mocha": "^8.4.0",
  55. "nyc": "^15.1.0",
  56. "parse-node-version": "^2.0.0",
  57. "sinon": "^12.0.1"
  58. },
  59. "engines": {
  60. "node": ">=10.13.0"
  61. },
  62. "files": [
  63. "LICENSE",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/gulpjs/fancy-log#readme",
  67. "keywords": [
  68. "console.log",
  69. "log",
  70. "logger",
  71. "logging",
  72. "pretty",
  73. "timestamp"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "fancy-log",
  78. "nyc": {
  79. "reporter": [
  80. "lcov",
  81. "text-summary"
  82. ]
  83. },
  84. "prettier": {
  85. "singleQuote": true
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/gulpjs/fancy-log.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint .",
  93. "pretest": "npm run lint",
  94. "test": "nyc mocha --async-only"
  95. },
  96. "version": "2.0.0"
  97. }