package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "fancy-log@^1.1.0",
  3. "_id": "fancy-log@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9BEl49hPLn2JpD0G2VjI94vha+E=",
  6. "_location": "/fancy-log",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fancy-log@^1.1.0",
  12. "name": "fancy-log",
  13. "escapedName": "fancy-log",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-util"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.2.tgz",
  22. "_shasum": "f41125e3d84f2e7d89a43d06d958c8f78be16be1",
  23. "_spec": "fancy-log@^1.1.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/gulp-util",
  25. "author": {
  26. "name": "Blaine Bublitz",
  27. "email": "blaine.bublitz@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/js-cli/fancy-log/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Aman Mittal",
  36. "url": "http://amandeepmittal.github.io/"
  37. }
  38. ],
  39. "dependencies": {
  40. "ansi-gray": "^0.1.1",
  41. "color-support": "^1.1.3",
  42. "time-stamp": "^1.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Log things, prefixed with a timestamp",
  46. "devDependencies": {
  47. "@phated/eslint-config-iceddev": "^0.2.1",
  48. "code": "^1.5.0",
  49. "eslint": "^1.3.1",
  50. "eslint-plugin-mocha": "^0.5.1",
  51. "eslint-plugin-react": "^3.3.1",
  52. "lab": "^5.16.0"
  53. },
  54. "engines": {
  55. "node": ">= 0.10"
  56. },
  57. "files": [
  58. "LICENSE",
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/js-cli/fancy-log#readme",
  62. "keywords": [
  63. "console.log",
  64. "log",
  65. "logger",
  66. "logging",
  67. "pretty",
  68. "timestamp"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "fancy-log",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/js-cli/fancy-log.git"
  76. },
  77. "scripts": {
  78. "test": "lab -cvL test.js"
  79. },
  80. "version": "1.3.2"
  81. }