package.json 2.5 KB

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