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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "gifsicle@^5.0.0",
  3. "_id": "gifsicle@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GZ1ym4uY12FHXsf26Kk1G06Edwago9zctqUqin69pm8ObA13jb3urgHU9PgKmtH6kHaCjEcjoRzNjxUyYvb1Bg==",
  6. "_location": "/gifsicle",
  7. "_phantomChildren": {
  8. "end-of-stream": "1.4.4",
  9. "is-stream": "1.1.0",
  10. "nice-try": "1.0.5",
  11. "npm-run-path": "2.0.2",
  12. "once": "1.4.0",
  13. "p-finally": "1.0.0",
  14. "path-key": "2.0.1",
  15. "semver": "5.7.1",
  16. "shebang-command": "1.2.0",
  17. "signal-exit": "3.0.3",
  18. "strip-eof": "1.0.0",
  19. "which": "1.3.1"
  20. },
  21. "_requested": {
  22. "type": "range",
  23. "registry": true,
  24. "raw": "gifsicle@^5.0.0",
  25. "name": "gifsicle",
  26. "escapedName": "gifsicle",
  27. "rawSpec": "^5.0.0",
  28. "saveSpec": null,
  29. "fetchSpec": "^5.0.0"
  30. },
  31. "_requiredBy": [
  32. "/gulp-image"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/gifsicle/-/gifsicle-5.0.0.tgz",
  35. "_shasum": "d1ca7f223e949966d373eb1fb6e7ce156d257750",
  36. "_spec": "gifsicle@^5.0.0",
  37. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-image",
  38. "bin": {
  39. "gifsicle": "cli.js"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/imagemin/gifsicle-bin/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "bin-build": "^3.0.0",
  47. "bin-wrapper": "^4.0.0",
  48. "execa": "^1.0.0",
  49. "logalot": "^2.0.0"
  50. },
  51. "deprecated": false,
  52. "description": "gifsicle wrapper that makes it seamlessly available as a local dependency",
  53. "devDependencies": {
  54. "ava": "^1.4.1",
  55. "bin-check": "^4.0.1",
  56. "compare-size": "^3.0.0",
  57. "tempy": "^0.2.1",
  58. "xo": "^0.25.3"
  59. },
  60. "engines": {
  61. "node": ">=10"
  62. },
  63. "files": [
  64. "index.js",
  65. "cli.js",
  66. "lib",
  67. "vendor/source"
  68. ],
  69. "funding": "https://github.com/imagemin/gisicle-bin?sponsor=1",
  70. "homepage": "https://github.com/imagemin/gifsicle-bin#readme",
  71. "keywords": [
  72. "imagemin",
  73. "gif",
  74. "img",
  75. "image",
  76. "compress",
  77. "minify",
  78. "optimize",
  79. "gifsicle"
  80. ],
  81. "license": "MIT",
  82. "name": "gifsicle",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/imagemin/gifsicle-bin.git"
  86. },
  87. "scripts": {
  88. "postinstall": "node lib/install.js",
  89. "test": "xo && ava"
  90. },
  91. "version": "5.0.0"
  92. }