package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "svgo@1.2.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "svgo@1.2.2",
  10. "_id": "svgo@1.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-AlPTTszyrtStTyg+Ee51GY+dcxY=",
  13. "_location": "/svgo",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "svgo@1.2.2",
  19. "name": "svgo",
  20. "escapedName": "svgo",
  21. "rawSpec": "1.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.2"
  24. },
  25. "_requiredBy": [
  26. "/postcss-svgo"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/svgo/download/svgo-1.2.2.tgz",
  29. "_spec": "1.2.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "chalk": "^2.4.1",
  57. "coa": "^2.0.2",
  58. "css-select": "^2.0.0",
  59. "css-select-base-adapter": "^0.1.1",
  60. "css-tree": "1.0.0-alpha.28",
  61. "css-url-regex": "^1.1.0",
  62. "csso": "^3.5.1",
  63. "js-yaml": "^3.13.1",
  64. "mkdirp": "~0.5.1",
  65. "object.values": "^1.1.0",
  66. "sax": "~1.2.4",
  67. "stable": "^0.1.8",
  68. "unquote": "~1.1.1",
  69. "util.promisify": "~1.0.0"
  70. },
  71. "description": "Nodejs-based tool for optimizing SVG vector graphics files",
  72. "devDependencies": {
  73. "coveralls": "^3.0.3",
  74. "fs-extra": "~4.0.3",
  75. "istanbul": "~0.4.5",
  76. "jshint": "~2.9.5",
  77. "mocha": "~4.0.1",
  78. "mocha-istanbul": "~0.3.0",
  79. "mock-stdin": "~0.3.1",
  80. "should": "~13.1.2"
  81. },
  82. "directories": {
  83. "bin": "./bin",
  84. "lib": "./lib",
  85. "example": "./examples"
  86. },
  87. "engines": {
  88. "node": ">=4.0.0"
  89. },
  90. "homepage": "https://github.com/svg/svgo",
  91. "keywords": [
  92. "svgo",
  93. "svg",
  94. "optimize",
  95. "minify"
  96. ],
  97. "license": "MIT",
  98. "main": "./lib/svgo.js",
  99. "name": "svgo",
  100. "repository": {
  101. "type": "git",
  102. "url": "git://github.com/svg/svgo.git"
  103. },
  104. "scripts": {
  105. "jshint": "npm run lint",
  106. "lint": "jshint --show-non-errors .",
  107. "test": "set NODE_ENV=test && mocha"
  108. },
  109. "version": "1.2.2"
  110. }