package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "fancy-log@1.3.2",
  5. "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fancy-log@1.3.2",
  10. "_id": "fancy-log@1.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9BEl49hPLn2JpD0G2VjI94vha+E=",
  13. "_location": "/fancy-log",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fancy-log@1.3.2",
  19. "name": "fancy-log",
  20. "escapedName": "fancy-log",
  21. "rawSpec": "1.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.2"
  24. },
  25. "_requiredBy": [
  26. "/gulp-autoprefixer",
  27. "/gulp-util"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.2.tgz",
  30. "_spec": "1.3.2",
  31. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres",
  32. "author": {
  33. "name": "Blaine Bublitz",
  34. "email": "blaine.bublitz@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/js-cli/fancy-log/issues"
  38. },
  39. "contributors": [
  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. "time-stamp": "^1.0.0"
  49. },
  50. "description": "Log things, prefixed with a timestamp",
  51. "devDependencies": {
  52. "@phated/eslint-config-iceddev": "^0.2.1",
  53. "code": "^1.5.0",
  54. "eslint": "^1.3.1",
  55. "eslint-plugin-mocha": "^0.5.1",
  56. "eslint-plugin-react": "^3.3.1",
  57. "lab": "^5.16.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.10"
  61. },
  62. "files": [
  63. "LICENSE",
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/js-cli/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. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/js-cli/fancy-log.git"
  81. },
  82. "scripts": {
  83. "test": "lab -cvL test.js"
  84. },
  85. "version": "1.3.2"
  86. }