package.json 1.8 KB

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