package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "fancy-log@^1.3.2",
  3. "_id": "[email protected]",
  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-autoprefixer",
  20. "/gulp-debug",
  21. "/gulp-git",
  22. "/gulp-notify",
  23. "/gulp-plumber",
  24. "/gulp-print",
  25. "/gulp-util",
  26. "/gulp/gulp-cli"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
  29. "_shasum": "dbc19154f558690150a23953a0adbd035be45fc7",
  30. "_spec": "fancy-log@^1.3.2",
  31. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp\\node_modules\\gulp-cli",
  32. "author": {
  33. "name": "Gulp Team",
  34. "email": "[email protected]",
  35. "url": "http://gulpjs.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/gulpjs/fancy-log/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Blaine Bublitz",
  44. "email": "[email protected]"
  45. },
  46. {
  47. "name": "Aman Mittal",
  48. "url": "http://amandeepmittal.github.io/"
  49. }
  50. ],
  51. "dependencies": {
  52. "ansi-gray": "^0.1.1",
  53. "color-support": "^1.1.3",
  54. "parse-node-version": "^1.0.0",
  55. "time-stamp": "^1.0.0"
  56. },
  57. "deprecated": false,
  58. "description": "Log things, prefixed with a timestamp.",
  59. "devDependencies": {
  60. "eslint": "^2.13.0",
  61. "eslint-config-gulp": "^3.0.1",
  62. "expect": "^1.20.2",
  63. "istanbul": "^0.4.3",
  64. "istanbul-coveralls": "^1.0.3",
  65. "mocha": "^3.5.3"
  66. },
  67. "engines": {
  68. "node": ">= 0.10"
  69. },
  70. "files": [
  71. "LICENSE",
  72. "index.js"
  73. ],
  74. "homepage": "https://github.com/gulpjs/fancy-log#readme",
  75. "keywords": [
  76. "console.log",
  77. "log",
  78. "logger",
  79. "logging",
  80. "pretty",
  81. "timestamp"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "fancy-log",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/gulpjs/fancy-log.git"
  89. },
  90. "scripts": {
  91. "cover": "istanbul cover _mocha --report lcovonly",
  92. "coveralls": "npm run cover && istanbul-coveralls",
  93. "lint": "eslint .",
  94. "pretest": "npm run lint",
  95. "test": "mocha --async-only"
  96. },
  97. "version": "1.3.3"
  98. }