package.json 2.5 KB

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