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 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "optipng-bin@^6.0.0",
  3. "_id": "optipng-bin@6.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-95bB4y8IaTsa/8x6QH4bLUuyvyOoGBCLDA7wOgDL8UFqJpSUh1Hob8JRJhit+wC1ZLN3tQ7mFt7KuBj0x8F2Wg==",
  6. "_location": "/optipng-bin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "optipng-bin@^6.0.0",
  12. "name": "optipng-bin",
  13. "escapedName": "optipng-bin",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-image"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/optipng-bin/-/optipng-bin-6.0.0.tgz",
  22. "_shasum": "376120fa79d5e71eee2f524176efdd3a5eabd316",
  23. "_spec": "optipng-bin@^6.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. "bin": {
  26. "optipng": "cli.js"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/imagemin/optipng-bin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "bin-build": "^3.0.0",
  34. "bin-wrapper": "^4.0.0",
  35. "logalot": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "OptiPNG wrapper that makes it seamlessly available as a local dependency",
  39. "devDependencies": {
  40. "ava": "^1.4.1",
  41. "bin-check": "^4.0.1",
  42. "compare-size": "^3.0.0",
  43. "execa": "^1.0.0",
  44. "tempy": "^0.3.0",
  45. "xo": "^0.24.0"
  46. },
  47. "engines": {
  48. "node": ">=8"
  49. },
  50. "files": [
  51. "index.js",
  52. "cli.js",
  53. "lib",
  54. "vendor/source"
  55. ],
  56. "homepage": "https://github.com/imagemin/optipng-bin#readme",
  57. "keywords": [
  58. "imagemin",
  59. "compress",
  60. "image",
  61. "minify",
  62. "optimize",
  63. "png",
  64. "optipng"
  65. ],
  66. "license": "MIT",
  67. "name": "optipng-bin",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/imagemin/optipng-bin.git"
  71. },
  72. "scripts": {
  73. "postinstall": "node lib/install.js",
  74. "test": "xo && ava"
  75. },
  76. "version": "6.0.0"
  77. }