package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. "grunt-contrib-uglify",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt"
  6. ]
  7. ],
  8. "_from": "grunt-contrib-uglify@*",
  9. "_id": "grunt-contrib-uglify@0.9.2",
  10. "_inCache": true,
  11. "_location": "/grunt-contrib-uglify",
  12. "_nodeVersion": "0.10.38",
  13. "_npmUser": {
  14. "email": "vlad@vladikoff.com",
  15. "name": "vladikoff"
  16. },
  17. "_npmVersion": "2.9.1",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "grunt-contrib-uglify",
  21. "raw": "grunt-contrib-uglify",
  22. "rawSpec": "",
  23. "scope": null,
  24. "spec": "*",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "#USER"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.9.2.tgz",
  31. "_shasum": "1a61c6f212410e4abb4f7c89153717b101560260",
  32. "_shrinkwrap": null,
  33. "_spec": "grunt-contrib-uglify",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt",
  35. "appveyor_id": "ybtf5vbvtenii561",
  36. "author": {
  37. "name": "Grunt Team",
  38. "url": "http://gruntjs.com/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/gruntjs/grunt-contrib-uglify/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "\"Cowboy\" Ben Alman",
  46. "url": "http://benalman.com"
  47. },
  48. {
  49. "name": "Tyler Kellen",
  50. "url": "http://goingslowly.com"
  51. },
  52. {
  53. "name": "Jarrod Overson",
  54. "url": "http://jarrodoverson.com"
  55. }
  56. ],
  57. "dependencies": {
  58. "chalk": "^1.0.0",
  59. "lodash": "^3.2.0",
  60. "maxmin": "^1.0.0",
  61. "uglify-js": "^2.4.24",
  62. "uri-path": "0.0.2"
  63. },
  64. "description": "Minify files with UglifyJS",
  65. "devDependencies": {
  66. "grunt": "^0.4.2",
  67. "grunt-cli": "^0.1.13",
  68. "grunt-contrib-clean": "^0.6.0",
  69. "grunt-contrib-internal": "^0.4.12",
  70. "grunt-contrib-jshint": "^0.11.0",
  71. "grunt-contrib-nodeunit": "^0.4.0"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "1a61c6f212410e4abb4f7c89153717b101560260",
  76. "tarball": "http://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.9.2.tgz"
  77. },
  78. "engines": {
  79. "node": ">=0.10.0"
  80. },
  81. "files": [
  82. "tasks"
  83. ],
  84. "gitHead": "6e7ff8233562198054d908323f7112fc8e897d8d",
  85. "homepage": "https://github.com/gruntjs/grunt-contrib-uglify#readme",
  86. "installable": true,
  87. "keywords": [
  88. "gruntplugin"
  89. ],
  90. "license": "MIT",
  91. "maintainers": [
  92. {
  93. "name": "tkellen",
  94. "email": "tyler@sleekcode.net"
  95. },
  96. {
  97. "name": "cowboy",
  98. "email": "cowboy@rj3.net"
  99. },
  100. {
  101. "name": "shama",
  102. "email": "kyle@dontkry.com"
  103. },
  104. {
  105. "name": "jsoverson",
  106. "email": "jsoverson@gmail.com"
  107. },
  108. {
  109. "name": "jmeas",
  110. "email": "jellyes2@gmail.com"
  111. },
  112. {
  113. "name": "vladikoff",
  114. "email": "vlad@vladikoff.com"
  115. },
  116. {
  117. "name": "sindresorhus",
  118. "email": "sindresorhus@gmail.com"
  119. }
  120. ],
  121. "name": "grunt-contrib-uglify",
  122. "optionalDependencies": {},
  123. "peerDependencies": {
  124. "grunt": ">=0.4.0"
  125. },
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/gruntjs/grunt-contrib-uglify.git"
  129. },
  130. "scripts": {
  131. "test": "grunt test"
  132. },
  133. "version": "0.9.2"
  134. }