package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "grunt-legacy-log-utils@~2.0.0",
  3. "_id": "grunt-legacy-log-utils@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0vRCx8AVAGXZAEsI/XQQ03UZGU4=",
  6. "_location": "/grunt-legacy-log-utils",
  7. "_phantomChildren": {
  8. "color-convert": "1.9.3",
  9. "escape-string-regexp": "1.0.5",
  10. "has-flag": "3.0.0"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "grunt-legacy-log-utils@~2.0.0",
  16. "name": "grunt-legacy-log-utils",
  17. "escapedName": "grunt-legacy-log-utils",
  18. "rawSpec": "~2.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "~2.0.0"
  21. },
  22. "_requiredBy": [
  23. "/grunt-legacy-log"
  24. ],
  25. "_resolved": "http://registry.npm.taobao.org/grunt-legacy-log-utils/download/grunt-legacy-log-utils-2.0.1.tgz",
  26. "_shasum": "d2f442c7c0150065d9004b08fd7410d37519194e",
  27. "_spec": "grunt-legacy-log-utils@~2.0.0",
  28. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\grunt-legacy-log",
  29. "author": {
  30. "name": "\"Cowboy\" Ben Alman",
  31. "url": "http://benalman.com/"
  32. },
  33. "bugs": {
  34. "url": "http://github.com/gruntjs/grunt-legacy-log-utils/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "chalk": "~2.4.1",
  39. "lodash": "~4.17.10"
  40. },
  41. "deprecated": false,
  42. "description": "Static methods for the Grunt 0.4.x logger.",
  43. "devDependencies": {
  44. "grunt": "~1.0.2",
  45. "grunt-cli": "~1.2.0",
  46. "grunt-contrib-jshint": "~1.1.0",
  47. "grunt-contrib-nodeunit": "~2.0.0",
  48. "grunt-contrib-watch": "~1.1.0"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "http://gruntjs.com/",
  57. "keywords": [
  58. "grunt",
  59. "legacy"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "grunt-legacy-log-utils",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/gruntjs/grunt-legacy-log-utils.git"
  67. },
  68. "scripts": {
  69. "test": "grunt test"
  70. },
  71. "version": "2.0.1"
  72. }