package.json 1.9 KB

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