package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fancy-log@^1.1.0",
  6. "scope": null,
  7. "escapedName": "fancy-log",
  8. "name": "fancy-log",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-util"
  14. ]
  15. ],
  16. "_from": "fancy-log@>=1.1.0 <2.0.0",
  17. "_id": "fancy-log@1.3.0",
  18. "_inCache": true,
  19. "_location": "/fancy-log",
  20. "_nodeVersion": "0.10.41",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/fancy-log-1.3.0.tgz_1482797779199_0.34764629206620157"
  24. },
  25. "_npmUser": {
  26. "name": "phated",
  27. "email": "blaine.bublitz@gmail.com"
  28. },
  29. "_npmVersion": "2.15.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "fancy-log@^1.1.0",
  33. "scope": null,
  34. "escapedName": "fancy-log",
  35. "name": "fancy-log",
  36. "rawSpec": "^1.1.0",
  37. "spec": ">=1.1.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/gulp-util"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.0.tgz",
  44. "_shasum": "45be17d02bb9917d60ccffd4995c999e6c8c9948",
  45. "_shrinkwrap": null,
  46. "_spec": "fancy-log@^1.1.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-util",
  48. "author": {
  49. "name": "Blaine Bublitz",
  50. "email": "blaine.bublitz@gmail.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/js-cli/fancy-log/issues"
  54. },
  55. "contributors": [
  56. {
  57. "name": "Aman Mittal",
  58. "url": "http://amandeepmittal.github.io/"
  59. }
  60. ],
  61. "dependencies": {
  62. "chalk": "^1.1.1",
  63. "time-stamp": "^1.0.0"
  64. },
  65. "description": "Log things, prefixed with a timestamp",
  66. "devDependencies": {
  67. "@phated/eslint-config-iceddev": "^0.2.1",
  68. "code": "^1.5.0",
  69. "eslint": "^1.3.1",
  70. "eslint-plugin-mocha": "^0.5.1",
  71. "eslint-plugin-react": "^3.3.1",
  72. "lab": "^5.16.0"
  73. },
  74. "directories": {},
  75. "dist": {
  76. "shasum": "45be17d02bb9917d60ccffd4995c999e6c8c9948",
  77. "tarball": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.0.tgz"
  78. },
  79. "engines": {
  80. "node": ">= 0.10"
  81. },
  82. "files": [
  83. "LICENSE",
  84. "index.js"
  85. ],
  86. "gitHead": "dbbc97315f2e59a5b3fa1df7eae94fc32306fe71",
  87. "homepage": "https://github.com/js-cli/fancy-log#readme",
  88. "keywords": [
  89. "console.log",
  90. "log",
  91. "logger",
  92. "logging",
  93. "pretty",
  94. "timestamp"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "maintainers": [
  99. {
  100. "name": "phated",
  101. "email": "blaine@iceddev.com"
  102. }
  103. ],
  104. "name": "fancy-log",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/js-cli/fancy-log.git"
  110. },
  111. "scripts": {
  112. "test": "lab -cvL test.js"
  113. },
  114. "version": "1.3.0"
  115. }