package.json 2.6 KB

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