Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "postcss-svgo@^4.0.2",
  3. "_id": "postcss-svgo@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw==",
  6. "_location": "/postcss-svgo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-svgo@^4.0.2",
  12. "name": "postcss-svgo",
  13. "escapedName": "postcss-svgo",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz",
  22. "_shasum": "17b997bc711b333bab143aaed3b8d3d6e3d38258",
  23. "_spec": "postcss-svgo@^4.0.2",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/cssnano-preset-default",
  25. "author": {
  26. "name": "Ben Briggs",
  27. "email": "beneb.info@gmail.com",
  28. "url": "http://beneb.info"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/cssnano/cssnano/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "is-svg": "^3.0.0",
  36. "postcss": "^7.0.0",
  37. "postcss-value-parser": "^3.0.0",
  38. "svgo": "^1.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Optimise inline SVG with PostCSS.",
  42. "devDependencies": {
  43. "babel-cli": "^6.0.0",
  44. "cross-env": "^5.0.0",
  45. "pleeease-filters": "^4.0.0"
  46. },
  47. "engines": {
  48. "node": ">=6.9.0"
  49. },
  50. "files": [
  51. "LICENSE-MIT",
  52. "dist"
  53. ],
  54. "homepage": "https://github.com/cssnano/cssnano",
  55. "keywords": [
  56. "css",
  57. "minify",
  58. "optimise",
  59. "postcss",
  60. "postcss-plugin",
  61. "svg",
  62. "svgo"
  63. ],
  64. "license": "MIT",
  65. "main": "dist/index.js",
  66. "name": "postcss-svgo",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/cssnano/cssnano.git"
  70. },
  71. "scripts": {
  72. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  73. },
  74. "version": "4.0.2"
  75. }