package.json 2.4 KB

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