package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "fancy-log@^1.3.2",
  3. "_id": "fancy-log@1.3.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
  6. "_location": "/fancy-log",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fancy-log@^1.3.2",
  12. "name": "fancy-log",
  13. "escapedName": "fancy-log",
  14. "rawSpec": "^1.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.2"
  17. },
  18. "_requiredBy": [
  19. "/gulp-postcss",
  20. "/gulp/gulp-cli"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/fancy-log/-/fancy-log-1.3.3.tgz",
  23. "_shasum": "dbc19154f558690150a23953a0adbd035be45fc7",
  24. "_spec": "fancy-log@^1.3.2",
  25. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/gulp/node_modules/gulp-cli",
  26. "author": {
  27. "name": "Gulp Team",
  28. "email": "team@gulpjs.com",
  29. "url": "http://gulpjs.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/gulpjs/fancy-log/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Blaine Bublitz",
  38. "email": "blaine.bublitz@gmail.com"
  39. },
  40. {
  41. "name": "Aman Mittal",
  42. "url": "http://amandeepmittal.github.io/"
  43. }
  44. ],
  45. "dependencies": {
  46. "ansi-gray": "^0.1.1",
  47. "color-support": "^1.1.3",
  48. "parse-node-version": "^1.0.0",
  49. "time-stamp": "^1.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "Log things, prefixed with a timestamp.",
  53. "devDependencies": {
  54. "eslint": "^2.13.0",
  55. "eslint-config-gulp": "^3.0.1",
  56. "expect": "^1.20.2",
  57. "istanbul": "^0.4.3",
  58. "istanbul-coveralls": "^1.0.3",
  59. "mocha": "^3.5.3"
  60. },
  61. "engines": {
  62. "node": ">= 0.10"
  63. },
  64. "files": [
  65. "LICENSE",
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/gulpjs/fancy-log#readme",
  69. "keywords": [
  70. "console.log",
  71. "log",
  72. "logger",
  73. "logging",
  74. "pretty",
  75. "timestamp"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "fancy-log",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/gulpjs/fancy-log.git"
  83. },
  84. "scripts": {
  85. "cover": "istanbul cover _mocha --report lcovonly",
  86. "coveralls": "npm run cover && istanbul-coveralls",
  87. "lint": "eslint .",
  88. "pretest": "npm run lint",
  89. "test": "mocha --async-only"
  90. },
  91. "version": "1.3.3"
  92. }