package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. "source-map": "0.6.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "postcss-svgo@^4.0.3",
  15. "name": "postcss-svgo",
  16. "escapedName": "postcss-svgo",
  17. "rawSpec": "^4.0.3",
  18. "saveSpec": null,
  19. "fetchSpec": "^4.0.3"
  20. },
  21. "_requiredBy": [
  22. "/cssnano-preset-default"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/postcss-svgo/-/postcss-svgo-4.0.3.tgz",
  25. "_shasum": "343a2cdbac9505d416243d496f724f38894c941e",
  26. "_spec": "postcss-svgo@^4.0.3",
  27. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\cssnano-preset-default",
  28. "author": {
  29. "name": "Ben Briggs",
  30. "email": "beneb.info@gmail.com",
  31. "url": "http://beneb.info"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/cssnano/cssnano/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "postcss": "^7.0.0",
  39. "postcss-value-parser": "^3.0.0",
  40. "svgo": "^1.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Optimise inline SVG with PostCSS.",
  44. "devDependencies": {
  45. "babel-cli": "^6.0.0",
  46. "cross-env": "^5.0.0",
  47. "pleeease-filters": "^4.0.0"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "files": [
  53. "LICENSE-MIT",
  54. "dist"
  55. ],
  56. "homepage": "https://github.com/cssnano/cssnano",
  57. "keywords": [
  58. "css",
  59. "minify",
  60. "optimise",
  61. "postcss",
  62. "postcss-plugin",
  63. "svg",
  64. "svgo"
  65. ],
  66. "license": "MIT",
  67. "main": "dist/index.js",
  68. "name": "postcss-svgo",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/cssnano/cssnano.git"
  72. },
  73. "scripts": {
  74. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  75. },
  76. "version": "4.0.3"
  77. }