package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "grunt-legacy-log@~0.1.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_from": "grunt-legacy-log@>=0.1.0 <0.2.0",
  9. "_id": "grunt-legacy-log@0.1.2",
  10. "_inCache": true,
  11. "_location": "/grunt-legacy-log",
  12. "_nodeVersion": "0.8.28",
  13. "_npmUser": {
  14. "email": "cowboy@rj3.net",
  15. "name": "cowboy"
  16. },
  17. "_npmVersion": "2.10.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "grunt-legacy-log",
  21. "raw": "grunt-legacy-log@~0.1.0",
  22. "rawSpec": "~0.1.0",
  23. "scope": null,
  24. "spec": ">=0.1.0 <0.2.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/grunt"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.2.tgz",
  31. "_shasum": "15ee03b61e262e1b36f13762d967923cd1ce515e",
  32. "_shrinkwrap": null,
  33. "_spec": "grunt-legacy-log@~0.1.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  35. "author": {
  36. "name": "\"Cowboy\" Ben Alman",
  37. "url": "http://benalman.com/"
  38. },
  39. "bugs": {
  40. "url": "http://github.com/gruntjs/grunt-legacy-log/issues"
  41. },
  42. "dependencies": {
  43. "colors": "~0.6.2",
  44. "grunt-legacy-log-utils": "^0.1.1",
  45. "hooker": "~0.2.3",
  46. "lodash": "~2.4.1",
  47. "underscore.string": "~2.3.3"
  48. },
  49. "description": "The Grunt 0.4.x logger.",
  50. "devDependencies": {
  51. "grunt": "0.4.4",
  52. "grunt-contrib-jshint": "~0.10.0",
  53. "grunt-contrib-nodeunit": "~0.3.3",
  54. "grunt-contrib-watch": "~0.6.1"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "15ee03b61e262e1b36f13762d967923cd1ce515e",
  59. "tarball": "http://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.2.tgz"
  60. },
  61. "engines": {
  62. "node": ">= 0.8.0"
  63. },
  64. "gitHead": "60b2e337d740162e667e5988b6512b5d2106b3e5",
  65. "homepage": "http://gruntjs.com/",
  66. "installable": true,
  67. "keywords": [
  68. "grunt",
  69. "legacy"
  70. ],
  71. "licenses": [
  72. {
  73. "type": "MIT",
  74. "url": "http://github.com/gruntjs/grunt-legacy-log/blob/master/LICENSE-MIT"
  75. }
  76. ],
  77. "main": "index.js",
  78. "maintainers": [
  79. {
  80. "name": "cowboy",
  81. "email": "cowboy@rj3.net"
  82. },
  83. {
  84. "name": "tkellen",
  85. "email": "tyler@sleekcode.net"
  86. },
  87. {
  88. "name": "vladikoff",
  89. "email": "vlad@vladikoff.com"
  90. }
  91. ],
  92. "name": "grunt-legacy-log",
  93. "optionalDependencies": {},
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/gruntjs/grunt-legacy-log.git"
  97. },
  98. "scripts": {
  99. "test": "grunt test"
  100. },
  101. "version": "0.1.2"
  102. }