package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "glogg@^1.0.0",
  6. "scope": null,
  7. "escapedName": "glogg",
  8. "name": "glogg",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulplog"
  14. ]
  15. ],
  16. "_from": "glogg@>=1.0.0 <2.0.0",
  17. "_id": "glogg@1.0.0",
  18. "_inCache": true,
  19. "_location": "/glogg",
  20. "_nodeVersion": "0.10.36",
  21. "_npmUser": {
  22. "name": "phated",
  23. "email": "blaine@iceddev.com"
  24. },
  25. "_npmVersion": "2.8.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "glogg@^1.0.0",
  29. "scope": null,
  30. "escapedName": "glogg",
  31. "name": "glogg",
  32. "rawSpec": "^1.0.0",
  33. "spec": ">=1.0.0 <2.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulplog"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz",
  40. "_shasum": "7fe0f199f57ac906cf512feead8f90ee4a284fc5",
  41. "_shrinkwrap": null,
  42. "_spec": "glogg@^1.0.0",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulplog",
  44. "author": {
  45. "name": "Blaine Bublitz",
  46. "email": "blaine@iceddev.com",
  47. "url": "http://iceddev.com/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/undertakerjs/glogg/issues"
  51. },
  52. "contributors": [],
  53. "dependencies": {
  54. "sparkles": "^1.0.0"
  55. },
  56. "description": "Global logging utility",
  57. "devDependencies": {
  58. "@phated/eslint-config-iceddev": "^0.2.1",
  59. "code": "^1.5.0",
  60. "eslint": "^1.3.1",
  61. "eslint-plugin-mocha": "^0.5.1",
  62. "eslint-plugin-react": "^3.3.2",
  63. "lab": "^5.16.0"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "7fe0f199f57ac906cf512feead8f90ee4a284fc5",
  68. "tarball": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz"
  69. },
  70. "engines": {
  71. "node": ">= 0.10"
  72. },
  73. "files": [
  74. "LICENSE",
  75. "index.js"
  76. ],
  77. "gitHead": "2683314c5bb5473e0d492418974b111f366168db",
  78. "homepage": "https://github.com/undertakerjs/glogg#readme",
  79. "keywords": [
  80. "global",
  81. "log",
  82. "logger",
  83. "logging",
  84. "shared"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "maintainers": [
  89. {
  90. "name": "phated",
  91. "email": "blaine@iceddev.com"
  92. }
  93. ],
  94. "name": "glogg",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/undertakerjs/glogg.git"
  100. },
  101. "scripts": {
  102. "test": "lab -cvL --globals store@sparkles"
  103. },
  104. "version": "1.0.0"
  105. }