package.json 2.1 KB

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