package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-uglify@^1.5.3",
  6. "scope": null,
  7. "escapedName": "gulp-uglify",
  8. "name": "gulp-uglify",
  9. "rawSpec": "^1.5.3",
  10. "spec": ">=1.5.3 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-uglify@>=1.5.3 <2.0.0",
  17. "_id": "gulp-uglify@1.5.4",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-uglify",
  21. "_nodeVersion": "4.4.5",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/gulp-uglify-1.5.4.tgz_1466626831389_0.47820967994630337"
  25. },
  26. "_npmUser": {
  27. "name": "terinjokes",
  28. "email": "terinjokes@gmail.com"
  29. },
  30. "_npmVersion": "2.15.5",
  31. "_phantomChildren": {
  32. "source-map": "0.5.6",
  33. "uglify-to-browserify": "1.0.2",
  34. "yargs": "3.10.0"
  35. },
  36. "_requested": {
  37. "raw": "gulp-uglify@^1.5.3",
  38. "scope": null,
  39. "escapedName": "gulp-uglify",
  40. "name": "gulp-uglify",
  41. "rawSpec": "^1.5.3",
  42. "spec": ">=1.5.3 <2.0.0",
  43. "type": "range"
  44. },
  45. "_requiredBy": [
  46. "/semantic-ui"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.5.4.tgz",
  49. "_shasum": "524788d87666d09f9d0c21fb2177f90039a658c9",
  50. "_shrinkwrap": null,
  51. "_spec": "gulp-uglify@^1.5.3",
  52. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  53. "author": {
  54. "name": "Terin Stock",
  55. "email": "terinjokes@gmail.com"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/terinjokes/gulp-uglify/issues"
  59. },
  60. "dependencies": {
  61. "deap": "^1.0.0",
  62. "fancy-log": "^1.0.0",
  63. "gulp-util": "^3.0.0",
  64. "isobject": "^2.0.0",
  65. "through2": "^2.0.0",
  66. "uglify-js": "2.6.4",
  67. "uglify-save-license": "^0.4.1",
  68. "vinyl-sourcemaps-apply": "^0.2.0"
  69. },
  70. "description": "Minify files with UglifyJS.",
  71. "devDependencies": {
  72. "cmem": "^1.0.0",
  73. "coveralls": "^2.11.4",
  74. "gulp-concat": "^2.0.0",
  75. "gulp-sourcemaps": "^1.0.0",
  76. "istanbul": "^0.4.0",
  77. "tape": "^4.0.0",
  78. "vinyl": "^1.0.0",
  79. "xo": "^0.16.0"
  80. },
  81. "directories": {},
  82. "dist": {
  83. "shasum": "524788d87666d09f9d0c21fb2177f90039a658c9",
  84. "tarball": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-1.5.4.tgz"
  85. },
  86. "files": [
  87. "index.js",
  88. "minifier.js",
  89. "lib/"
  90. ],
  91. "gitHead": "80da765a266cb7ff9d034a73bde0abe18d72d6de",
  92. "homepage": "https://github.com/terinjokes/gulp-uglify/",
  93. "keywords": [
  94. "gulpplugin"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "maintainers": [
  99. {
  100. "name": "terinjokes",
  101. "email": "terinjokes@gmail.com"
  102. }
  103. ],
  104. "name": "gulp-uglify",
  105. "optionalDependencies": {},
  106. "readme": "ERROR: No README data found!",
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/terinjokes/gulp-uglify.git"
  110. },
  111. "scripts": {
  112. "coverage": "cat ./coverage/lcov.info | coveralls",
  113. "test": "xo && istanbul cover ./node_modules/tape/bin/tape test/*.js"
  114. },
  115. "version": "1.5.4",
  116. "xo": {
  117. "space": true
  118. }
  119. }