package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "grunt-legacy-util@~1.1.1",
  3. "_id": "grunt-legacy-util@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-4QYk58hgNOW4cMioYWdD8KCEXkI=",
  6. "_location": "/grunt-legacy-util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "grunt-legacy-util@~1.1.1",
  12. "name": "grunt-legacy-util",
  13. "escapedName": "grunt-legacy-util",
  14. "rawSpec": "~1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/grunt"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/grunt-legacy-util/download/grunt-legacy-util-1.1.1.tgz",
  22. "_shasum": "e10624e7c86034e5b870c8a8616743f0a0845e42",
  23. "_spec": "grunt-legacy-util@~1.1.1",
  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-util/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "async": "~1.5.2",
  35. "exit": "~0.1.1",
  36. "getobject": "~0.1.0",
  37. "hooker": "~0.2.3",
  38. "lodash": "~4.17.10",
  39. "underscore.string": "~3.3.4",
  40. "which": "~1.3.0"
  41. },
  42. "deprecated": false,
  43. "description": "Some old grunt utils provided for backwards compatibility.",
  44. "devDependencies": {
  45. "grunt": "^1.0.2",
  46. "grunt-cli": "^1.2.0",
  47. "grunt-contrib-jshint": "^1.0.0",
  48. "grunt-contrib-nodeunit": "^2.0.0",
  49. "grunt-contrib-watch": "^1.0.0",
  50. "temporary": "0.0.8"
  51. },
  52. "engines": {
  53. "node": ">= 6"
  54. },
  55. "homepage": "http://gruntjs.com/",
  56. "keywords": [
  57. "grunt",
  58. "legacy"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "grunt-legacy-util",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/gruntjs/grunt-legacy-util.git"
  66. },
  67. "scripts": {
  68. "test": "grunt test"
  69. },
  70. "version": "1.1.1"
  71. }