package.json 3.3 KB

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