package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "svgo@1.3.2",
  5. "D:\\代码\\单商户\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "svgo@1.3.2",
  10. "_id": "svgo@1.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==",
  13. "_location": "/svgo",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "svgo@1.3.2",
  19. "name": "svgo",
  20. "escapedName": "svgo",
  21. "rawSpec": "1.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.2"
  24. },
  25. "_requiredBy": [
  26. "/postcss-svgo"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz",
  29. "_spec": "1.3.2",
  30. "_where": "D:\\代码\\单商户\\admin",
  31. "author": {
  32. "name": "Kir Belevich",
  33. "email": "kir@belevi.ch",
  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. },
  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. "chalk": "^2.4.1",
  56. "coa": "^2.0.2",
  57. "css-select": "^2.0.0",
  58. "css-select-base-adapter": "^0.1.1",
  59. "css-tree": "1.0.0-alpha.37",
  60. "csso": "^4.0.2",
  61. "js-yaml": "^3.13.1",
  62. "mkdirp": "~0.5.1",
  63. "object.values": "^1.1.0",
  64. "sax": "~1.2.4",
  65. "stable": "^0.1.8",
  66. "unquote": "~1.1.1",
  67. "util.promisify": "~1.0.0"
  68. },
  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. }