package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "grunt-legacy-log@~2.0.0",
  3. "_id": "grunt-legacy-log@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-yM0sbIGkRlubvy2HTZY/73pZ/7k=",
  6. "_location": "/grunt-legacy-log",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "grunt-legacy-log@~2.0.0",
  12. "name": "grunt-legacy-log",
  13. "escapedName": "grunt-legacy-log",
  14. "rawSpec": "~2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/grunt"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/grunt-legacy-log/download/grunt-legacy-log-2.0.0.tgz",
  22. "_shasum": "c8cd2c6c81a4465b9bbf2d874d963fef7a59ffb9",
  23. "_spec": "grunt-legacy-log@~2.0.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\grunt",
  25. "author": {
  26. "name": "\"Cowboy\" Ben Alman",
  27. "url": "http://benalman.com/"
  28. },
  29. "bugs": {
  30. "url": "http://github.com/gruntjs/grunt-legacy-log/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "colors": "~1.1.2",
  35. "grunt-legacy-log-utils": "~2.0.0",
  36. "hooker": "~0.2.3",
  37. "lodash": "~4.17.5"
  38. },
  39. "deprecated": false,
  40. "description": "The Grunt 0.4.x logger.",
  41. "devDependencies": {
  42. "grunt": "^1.0.1",
  43. "grunt-cli": "^1.2.0",
  44. "grunt-contrib-jshint": "^1.0.0",
  45. "grunt-contrib-nodeunit": "^2.0.0",
  46. "grunt-contrib-watch": "^1.0.0"
  47. },
  48. "engines": {
  49. "node": ">= 0.10.0"
  50. },
  51. "homepage": "http://gruntjs.com/",
  52. "keywords": [
  53. "grunt",
  54. "legacy"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "grunt-legacy-log",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/gruntjs/grunt-legacy-log.git"
  62. },
  63. "scripts": {
  64. "test": "grunt test"
  65. },
  66. "version": "2.0.0"
  67. }