You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "gulp-image",
  3. "_id": "gulp-image@6.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pwRXJ6W3mBXZLBbiOBzjq2otAc2rC314BjRjojBvRtZ4MJE5vcMZvfa+fS98rPV30bNLW1Y6heUXEfsFSp2eHg==",
  6. "_location": "/gulp-image",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "gulp-image",
  12. "name": "gulp-image",
  13. "escapedName": "gulp-image",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/gulp-image/-/gulp-image-6.1.0.tgz",
  23. "_shasum": "0e3f44dd79c2ef28fe90cc411f9ef52d3473699b",
  24. "_spec": "gulp-image",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app",
  26. "author": {
  27. "name": "1000ch",
  28. "email": "shogosensui@gmail.com",
  29. "url": "https://github.com/1000ch"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/1000ch/gulp-image/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "ansi-colors": "^4.1.1",
  37. "exec-buffer": "^3.2.0",
  38. "fancy-log": "^1.3.3",
  39. "filesize": "^6.0.1",
  40. "gifsicle": "^5.0.0",
  41. "guetzli": "^2.0.0",
  42. "is-gif": "^3.0.0",
  43. "is-jpg": "^2.0.0",
  44. "is-png": "^2.0.0",
  45. "is-svg": "^4.2.0",
  46. "jpeg-recompress-bin": "^4.0.0",
  47. "mozjpeg": "^6.0.1",
  48. "optipng-bin": "^6.0.0",
  49. "plugin-error": "^1.0.1",
  50. "pngquant-bin": "^5.0.2",
  51. "round10": "^1.0.3",
  52. "svgo": "^1.2.2",
  53. "through2-concurrent": "^2.0.0",
  54. "zopflipng-bin": "^5.0.0"
  55. },
  56. "deprecated": false,
  57. "description": "Optimize PNG, JPG, GIF, SVG images with gulp task.",
  58. "devDependencies": {
  59. "ava": "^3.3.0",
  60. "vinyl": "^2.2.0"
  61. },
  62. "engines": {
  63. "node": ">=10.0.0"
  64. },
  65. "homepage": "https://github.com/1000ch/gulp-image#readme",
  66. "keywords": [
  67. "compress",
  68. "minify",
  69. "optimize",
  70. "image",
  71. "img",
  72. "jpg",
  73. "jpeg",
  74. "png",
  75. "gif",
  76. "svg",
  77. "gulpplugin"
  78. ],
  79. "license": "MIT",
  80. "name": "gulp-image",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/1000ch/gulp-image.git"
  84. },
  85. "scripts": {
  86. "test": "ava"
  87. },
  88. "version": "6.1.0"
  89. }