package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "svgo@^1.0.0",
  3. "_id": "svgo@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ttxRHAYzRsnkFbgeQ0ARRbltQWc=",
  6. "_location": "/svgo",
  7. "_phantomChildren": {
  8. "ansi-styles": "3.2.1",
  9. "escape-string-regexp": "1.0.5",
  10. "minimist": "1.2.5",
  11. "supports-color": "5.5.0"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "svgo@^1.0.0",
  17. "name": "svgo",
  18. "escapedName": "svgo",
  19. "rawSpec": "^1.0.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^1.0.0"
  22. },
  23. "_requiredBy": [
  24. "/postcss-svgo"
  25. ],
  26. "_resolved": "https://registry.npm.taobao.org/svgo/download/svgo-1.3.2.tgz",
  27. "_shasum": "b6dc511c063346c9e415b81e43401145b96d4167",
  28. "_spec": "svgo@^1.0.0",
  29. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\postcss-svgo",
  30. "author": {
  31. "name": "Kir Belevich",
  32. "email": "kir@belevi.ch",
  33. "url": "https://github.com/deepsweet"
  34. },
  35. "bin": {
  36. "svgo": "bin/svgo"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/svg/svgo/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Sergey Belov",
  45. "email": "peimei@ya.ru",
  46. "url": "http://github.com/arikon"
  47. },
  48. {
  49. "name": "Lev Solntsev",
  50. "email": "lev.sun@ya.ru",
  51. "url": "http://github.com/GreLI"
  52. }
  53. ],
  54. "dependencies": {
  55. "chalk": "^2.4.1",
  56. "coa": "^2.0.2",
  57. "css-select": "^2.0.0",
  58. "css-select-base-adapter": "^0.1.1",
  59. "css-tree": "1.0.0-alpha.37",
  60. "csso": "^4.0.2",
  61. "js-yaml": "^3.13.1",
  62. "mkdirp": "~0.5.1",
  63. "object.values": "^1.1.0",
  64. "sax": "~1.2.4",
  65. "stable": "^0.1.8",
  66. "unquote": "~1.1.1",
  67. "util.promisify": "~1.0.0"
  68. },
  69. "deprecated": false,
  70. "description": "Nodejs-based tool for optimizing SVG vector graphics files",
  71. "devDependencies": {
  72. "coveralls": "^3.0.7",
  73. "fs-extra": "~8.1.0",
  74. "istanbul": "~0.4.5",
  75. "jshint": "~2.10.2",
  76. "mocha": "~6.2.2",
  77. "mocha-istanbul": "~0.3.0",
  78. "mock-stdin": "~0.3.1",
  79. "should": "~13.2.3"
  80. },
  81. "directories": {
  82. "bin": "./bin",
  83. "lib": "./lib",
  84. "example": "./examples"
  85. },
  86. "engines": {
  87. "node": ">=4.0.0"
  88. },
  89. "homepage": "https://github.com/svg/svgo",
  90. "keywords": [
  91. "svgo",
  92. "svg",
  93. "optimize",
  94. "minify"
  95. ],
  96. "license": "MIT",
  97. "main": "./lib/svgo.js",
  98. "name": "svgo",
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/svg/svgo.git"
  102. },
  103. "scripts": {
  104. "jshint": "npm run lint",
  105. "lint": "jshint --show-non-errors .",
  106. "test": "set NODE_ENV=test && mocha"
  107. },
  108. "version": "1.3.2"
  109. }