package.json 2.4 KB

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