package.json 1.9 KB

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