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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "pngquant-bin@^5.0.2",
  3. "_id": "pngquant-bin@5.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OLdT+4JZx5BqE1CFJkrvomYV0aSsv6x2Bba+aWaVc0PMfWlE+ZByNKYAdKeIqsM4uvW1HOSEHnf8KcOnykPNxA==",
  6. "_location": "/pngquant-bin",
  7. "_phantomChildren": {
  8. "get-stream": "3.0.0",
  9. "is-stream": "1.1.0",
  10. "nice-try": "1.0.5",
  11. "npm-run-path": "2.0.2",
  12. "p-finally": "1.0.0",
  13. "path-key": "2.0.1",
  14. "semver": "5.7.1",
  15. "shebang-command": "1.2.0",
  16. "signal-exit": "3.0.3",
  17. "strip-eof": "1.0.0",
  18. "which": "1.3.1"
  19. },
  20. "_requested": {
  21. "type": "range",
  22. "registry": true,
  23. "raw": "pngquant-bin@^5.0.2",
  24. "name": "pngquant-bin",
  25. "escapedName": "pngquant-bin",
  26. "rawSpec": "^5.0.2",
  27. "saveSpec": null,
  28. "fetchSpec": "^5.0.2"
  29. },
  30. "_requiredBy": [
  31. "/gulp-image"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/pngquant-bin/-/pngquant-bin-5.0.2.tgz",
  34. "_shasum": "6f34f3e89c9722a72bbc509062b40f1b17cda460",
  35. "_spec": "pngquant-bin@^5.0.2",
  36. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-image",
  37. "author": {
  38. "name": "Kevin Mårtensson",
  39. "email": "kevinmartensson@gmail.com",
  40. "url": "github.com/kevva"
  41. },
  42. "bin": {
  43. "pngquant": "cli.js"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/imagemin/pngquant-bin/issues"
  47. },
  48. "bundleDependencies": false,
  49. "dependencies": {
  50. "bin-build": "^3.0.0",
  51. "bin-wrapper": "^4.0.1",
  52. "execa": "^0.10.0",
  53. "logalot": "^2.0.0"
  54. },
  55. "deprecated": false,
  56. "description": "`pngquant` wrapper that makes it seamlessly available as a local dependency",
  57. "devDependencies": {
  58. "ava": "*",
  59. "bin-check": "^4.0.1",
  60. "compare-size": "^3.0.0",
  61. "tempy": "^0.2.1",
  62. "xo": "*"
  63. },
  64. "engines": {
  65. "node": ">=6"
  66. },
  67. "files": [
  68. "cli.js",
  69. "index.js",
  70. "lib",
  71. "vendor/source"
  72. ],
  73. "homepage": "https://github.com/imagemin/pngquant-bin#readme",
  74. "keywords": [
  75. "imagemin",
  76. "compress",
  77. "image",
  78. "img",
  79. "minify",
  80. "optimize",
  81. "png",
  82. "pngquant"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "Sindre Sorhus",
  88. "email": "sindresorhus@gmail.com",
  89. "url": "sindresorhus.com"
  90. },
  91. {
  92. "name": "Shinnosuke Watanabe",
  93. "url": "github.com/shinnn"
  94. }
  95. ],
  96. "name": "pngquant-bin",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/imagemin/pngquant-bin.git"
  100. },
  101. "scripts": {
  102. "postinstall": "node lib/install.js",
  103. "test": "xo && ava"
  104. },
  105. "version": "5.0.2"
  106. }