package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "glogg@1.0.1",
  5. "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "glogg@1.0.1",
  10. "_id": "glogg@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ynYqXLoluBKf9XGR1gA59yEJisIL7YHEH4xr3ZziHB5/yl4qWfaK8Js9jGe6gBGCSCKVqiyO30WnRZADvemUNw==",
  13. "_location": "/glogg",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "glogg@1.0.1",
  19. "name": "glogg",
  20. "escapedName": "glogg",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/gulplog"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres",
  31. "author": {
  32. "name": "Blaine Bublitz",
  33. "email": "blaine@iceddev.com",
  34. "url": "http://iceddev.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/js-cli/glogg/issues"
  38. },
  39. "contributors": [],
  40. "dependencies": {
  41. "sparkles": "^1.0.0"
  42. },
  43. "description": "Global logging utility",
  44. "devDependencies": {
  45. "eslint": "^1.7.3",
  46. "eslint-config-gulp": "^2.1.0",
  47. "expect": "^1.20.2",
  48. "mocha": "^2.5.3"
  49. },
  50. "engines": {
  51. "node": ">= 0.10"
  52. },
  53. "files": [
  54. "LICENSE",
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/js-cli/glogg#readme",
  58. "keywords": [
  59. "global",
  60. "log",
  61. "logger",
  62. "logging",
  63. "shared"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "glogg",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/js-cli/glogg.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint .",
  74. "pretest": "npm run lint",
  75. "test": "mocha --async-only"
  76. },
  77. "version": "1.0.1"
  78. }