package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "svgo@^0.7.0",
  3. "_id": "svgo@0.7.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-n1dyQTlSE1xv779Ar+ak+qiLS7U=",
  6. "_location": "/svgo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "svgo@^0.7.0",
  12. "name": "svgo",
  13. "escapedName": "svgo",
  14. "rawSpec": "^0.7.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.7.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-svgo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/svgo/-/svgo-0.7.2.tgz",
  22. "_shasum": "9f5772413952135c6fefbf40afe6a4faa88b4bb5",
  23. "_spec": "svgo@^0.7.0",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\postcss-svgo",
  25. "author": {
  26. "name": "Kir Belevich",
  27. "email": "kir@soulshine.in",
  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. "email": "kir@soulshine.in"
  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. "coa": "~1.0.1",
  52. "colors": "~1.1.2",
  53. "csso": "~2.3.1",
  54. "js-yaml": "~3.7.0",
  55. "mkdirp": "~0.5.1",
  56. "sax": "~1.2.1",
  57. "whet.extend": "~0.9.9"
  58. },
  59. "deprecated": false,
  60. "description": "Nodejs-based tool for optimizing SVG vector graphics files",
  61. "devDependencies": {
  62. "coveralls": "~2.11.14",
  63. "istanbul": "~0.4.5",
  64. "mocha": "~3.2.0",
  65. "mocha-istanbul": "~0.3.0",
  66. "should": "11.2.0"
  67. },
  68. "directories": {
  69. "bin": "./bin",
  70. "lib": "./lib",
  71. "example": "./examples"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "homepage": "https://github.com/svg/svgo",
  77. "keywords": [
  78. "svgo",
  79. "svg",
  80. "optimize",
  81. "minify"
  82. ],
  83. "license": "MIT",
  84. "main": "./lib/svgo.js",
  85. "name": "svgo",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/svg/svgo.git"
  89. },
  90. "scripts": {
  91. "jshint": "jshint --show-non-errors .",
  92. "test": "set NODE_ENV=test && mocha"
  93. },
  94. "version": "0.7.2"
  95. }