Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "imagemin@^6.0.0",
  3. "_id": "imagemin@6.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8ryJBL1CN5uSHpiBMX0rJw79C9F9aJqMnjGnrd/1CafegpNuA81RBAAru/jQQEOWlOJJlpRnlcVFF6wq+Ist0A==",
  6. "_location": "/imagemin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "imagemin@^6.0.0",
  12. "name": "imagemin",
  13. "escapedName": "imagemin",
  14. "rawSpec": "^6.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.0.0"
  17. },
  18. "_requiredBy": [
  19. "/laravel-mix"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/imagemin/-/imagemin-6.1.0.tgz",
  22. "_shasum": "62508b465728fea36c03cdc07d915fe2d8cf9e13",
  23. "_spec": "imagemin@^6.0.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/laravel-mix",
  25. "bugs": {
  26. "url": "https://github.com/imagemin/imagemin/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "file-type": "^10.7.0",
  31. "globby": "^8.0.1",
  32. "make-dir": "^1.0.0",
  33. "p-pipe": "^1.1.0",
  34. "pify": "^4.0.1",
  35. "replace-ext": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Minify images",
  39. "devDependencies": {
  40. "ava": "^1.0.1",
  41. "del": "^3.0.0",
  42. "imagemin-jpegtran": "^6.0.0",
  43. "imagemin-svgo": "^7.0.0",
  44. "imagemin-webp": "^5.0.0",
  45. "is-jpg": "^2.0.0",
  46. "tempy": "^0.2.1",
  47. "xo": "^0.23.0"
  48. },
  49. "engines": {
  50. "node": ">=6"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/imagemin/imagemin#readme",
  56. "keywords": [
  57. "minify",
  58. "compress",
  59. "image",
  60. "images",
  61. "jpeg",
  62. "jpg",
  63. "png",
  64. "gif",
  65. "svg"
  66. ],
  67. "license": "MIT",
  68. "name": "imagemin",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/imagemin/imagemin.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "6.1.0"
  77. }