You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.6KB

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