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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "jpeg-recompress-bin@^4.0.0",
  3. "_id": "jpeg-recompress-bin@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hm55De89eEzz4DeL8SXWN8kXxARlNhTs8NShUbBqvg5cxUHHKYLsLwEDAukJ/q2Gr571wHunaU2+2Ivnac7L+w==",
  6. "_location": "/jpeg-recompress-bin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jpeg-recompress-bin@^4.0.0",
  12. "name": "jpeg-recompress-bin",
  13. "escapedName": "jpeg-recompress-bin",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-image"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jpeg-recompress-bin/-/jpeg-recompress-bin-4.0.0.tgz",
  22. "_shasum": "e6cbf89b962fe30141b42cf32a6d9367f9f8a5ce",
  23. "_spec": "jpeg-recompress-bin@^4.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-image",
  25. "author": {
  26. "name": "1000ch",
  27. "email": "shogo.sensui@gmail.com",
  28. "url": "github.com/1000ch"
  29. },
  30. "bin": {
  31. "jpeg-recompress": "cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/imagemin/jpeg-recompress-bin/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "bin-wrapper": "^4.1.0",
  39. "logalot": "^2.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "jpeg-recompress wrapper that makes it seamlessly available as a local dependency",
  43. "devDependencies": {
  44. "ava": "^0.25.0",
  45. "bin-check": "^4.0.1",
  46. "compare-size": "^3.0.0",
  47. "execa": "^1.0.0",
  48. "tempy": "^0.2.1",
  49. "xo": "^0.23.0"
  50. },
  51. "engines": {
  52. "node": ">=6"
  53. },
  54. "files": [
  55. "cli.js",
  56. "index.js",
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/imagemin/jpeg-recompress-bin#readme",
  60. "keywords": [
  61. "imagemin",
  62. "compress",
  63. "image",
  64. "img",
  65. "jpeg",
  66. "jpg",
  67. "minify",
  68. "optimize",
  69. "jpeg-recompress"
  70. ],
  71. "license": "MIT",
  72. "maintainers": [
  73. {
  74. "name": "Sindre Sorhus",
  75. "email": "sindresorhus@gmail.com",
  76. "url": "sindresorhus.com"
  77. },
  78. {
  79. "name": "Kevin Mårtensson",
  80. "email": "kevinmartensson@gmail.com",
  81. "url": "github.com/kevva"
  82. },
  83. {
  84. "name": "Shinnosuke Watanabe",
  85. "url": "github.com/shinnn"
  86. }
  87. ],
  88. "name": "jpeg-recompress-bin",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/imagemin/jpeg-recompress-bin.git"
  92. },
  93. "scripts": {
  94. "postinstall": "node lib/install.js",
  95. "test": "xo && ava"
  96. },
  97. "version": "4.0.0"
  98. }