package.json 2.6 KB

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