package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "svgo@0.7.2",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "svgo@0.7.2",
  9. "_id": "svgo@0.7.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=",
  12. "_location": "/svgo",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "svgo@0.7.2",
  18. "name": "svgo",
  19. "escapedName": "svgo",
  20. "rawSpec": "0.7.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.7.2"
  23. },
  24. "_requiredBy": [
  25. "/postcss-svgo"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/svgo/-/svgo-0.7.2.tgz",
  28. "_spec": "0.7.2",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Kir Belevich",
  32. "email": "kir@soulshine.in",
  33. "url": "https://github.com/deepsweet"
  34. },
  35. "bin": {
  36. "svgo": "./bin/svgo"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/svg/svgo/issues",
  40. "email": "kir@soulshine.in"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Sergey Belov",
  45. "email": "peimei@ya.ru",
  46. "url": "http://github.com/arikon"
  47. },
  48. {
  49. "name": "Lev Solntsev",
  50. "email": "lev.sun@ya.ru",
  51. "url": "http://github.com/GreLI"
  52. }
  53. ],
  54. "dependencies": {
  55. "coa": "~1.0.1",
  56. "colors": "~1.1.2",
  57. "csso": "~2.3.1",
  58. "js-yaml": "~3.7.0",
  59. "mkdirp": "~0.5.1",
  60. "sax": "~1.2.1",
  61. "whet.extend": "~0.9.9"
  62. },
  63. "description": "Nodejs-based tool for optimizing SVG vector graphics files",
  64. "devDependencies": {
  65. "coveralls": "~2.11.14",
  66. "istanbul": "~0.4.5",
  67. "mocha": "~3.2.0",
  68. "mocha-istanbul": "~0.3.0",
  69. "should": "11.2.0"
  70. },
  71. "directories": {
  72. "bin": "./bin",
  73. "lib": "./lib",
  74. "example": "./examples"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "homepage": "https://github.com/svg/svgo",
  80. "keywords": [
  81. "svgo",
  82. "svg",
  83. "optimize",
  84. "minify"
  85. ],
  86. "license": "MIT",
  87. "main": "./lib/svgo.js",
  88. "name": "svgo",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/svg/svgo.git"
  92. },
  93. "scripts": {
  94. "jshint": "jshint --show-non-errors .",
  95. "test": "set NODE_ENV=test && mocha"
  96. },
  97. "version": "0.7.2"
  98. }