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.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "mozjpeg@^6.0.1",
  3. "_id": "mozjpeg@6.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9Z59pJMi8ni+IUvSH5xQwK5tNLw7p3dwDNCZ3o1xE+of3G5Hc/yOz6Ue/YuLiBXU3ZB5oaHPURyPdqfBX/QYJA==",
  6. "_location": "/mozjpeg",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mozjpeg@^6.0.1",
  12. "name": "mozjpeg",
  13. "escapedName": "mozjpeg",
  14. "rawSpec": "^6.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.1"
  17. },
  18. "_requiredBy": [
  19. "/gulp-image"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mozjpeg/-/mozjpeg-6.0.1.tgz",
  22. "_shasum": "56969dddb5741ef2bcb1af066cae21e61a91a27b",
  23. "_spec": "mozjpeg@^6.0.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-image",
  25. "ava": {
  26. "serial": true
  27. },
  28. "bin": {
  29. "mozjpeg": "cli.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/imagemin/mozjpeg-bin/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "bin-build": "^3.0.0",
  37. "bin-wrapper": "^4.0.0",
  38. "logalot": "^2.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "mozjpeg wrapper that makes it seamlessly available as a local dependency",
  42. "devDependencies": {
  43. "ava": "*",
  44. "bin-check": "^4.1.0",
  45. "compare-size": "^3.0.0",
  46. "execa": "^1.0.0",
  47. "tempy": "^0.2.1",
  48. "xo": "*"
  49. },
  50. "engines": {
  51. "node": ">=6"
  52. },
  53. "files": [
  54. "index.js",
  55. "cli.js",
  56. "lib"
  57. ],
  58. "homepage": "https://github.com/imagemin/mozjpeg-bin#readme",
  59. "keywords": [
  60. "imagemin",
  61. "jpeg",
  62. "jpg",
  63. "img",
  64. "image",
  65. "compress",
  66. "minify",
  67. "mozjpeg",
  68. "optimize"
  69. ],
  70. "license": "MIT",
  71. "name": "mozjpeg",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/imagemin/mozjpeg-bin.git"
  75. },
  76. "scripts": {
  77. "build-linux": "docker build --tag imagemin/mozjpeg docker && docker run --rm --volume $(pwd)/vendor/linux:/src/out imagemin/mozjpeg cp cjpeg /src/out",
  78. "postinstall": "node lib/install.js",
  79. "test": "xo && ava"
  80. },
  81. "version": "6.0.1"
  82. }