package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "postcss-svgo@2.1.6",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-svgo@2.1.6",
  9. "_id": "postcss-svgo@2.1.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tt8YqmE7Zm4TPwittSGcJoSsEI0=",
  12. "_location": "/postcss-svgo",
  13. "_phantomChildren": {
  14. "escape-string-regexp": "1.0.5",
  15. "has-ansi": "2.0.0",
  16. "js-base64": "2.4.3",
  17. "strip-ansi": "3.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "postcss-svgo@2.1.6",
  23. "name": "postcss-svgo",
  24. "escapedName": "postcss-svgo",
  25. "rawSpec": "2.1.6",
  26. "saveSpec": null,
  27. "fetchSpec": "2.1.6"
  28. },
  29. "_requiredBy": [
  30. "/cssnano"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.6.tgz",
  33. "_spec": "2.1.6",
  34. "_where": "D:\\projects\\dealer_front",
  35. "author": {
  36. "name": "Ben Briggs",
  37. "email": "beneb.info@gmail.com",
  38. "url": "http://beneb.info"
  39. },
  40. "ava": {
  41. "require": "babel-register"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ben-eb/postcss-svgo/issues"
  45. },
  46. "dependencies": {
  47. "is-svg": "^2.0.0",
  48. "postcss": "^5.0.14",
  49. "postcss-value-parser": "^3.2.3",
  50. "svgo": "^0.7.0"
  51. },
  52. "description": "Optimise inline SVG with PostCSS.",
  53. "devDependencies": {
  54. "all-contributors-cli": "^3.0.5",
  55. "ava": "^0.16.0",
  56. "babel-cli": "^6.4.5",
  57. "babel-core": "^6.4.5",
  58. "babel-plugin-add-module-exports": "^0.2.0",
  59. "babel-preset-es2015": "^6.3.13",
  60. "babel-preset-es2015-loose": "^7.0.0",
  61. "babel-preset-stage-0": "^6.3.13",
  62. "babel-register": "^6.9.0",
  63. "coveralls": "^2.11.6",
  64. "del-cli": "^0.2.0",
  65. "eslint": "^3.0.0",
  66. "eslint-config-cssnano": "^3.0.0",
  67. "eslint-plugin-babel": "^3.3.0",
  68. "eslint-plugin-import": "^2.0.1",
  69. "nyc": "^10.0.0",
  70. "pleeease-filters": "^3.0.0"
  71. },
  72. "eslintConfig": {
  73. "extends": "cssnano"
  74. },
  75. "files": [
  76. "LICENSE-MIT",
  77. "dist"
  78. ],
  79. "homepage": "https://github.com/ben-eb/postcss-svgo",
  80. "keywords": [
  81. "css",
  82. "minify",
  83. "optimise",
  84. "postcss",
  85. "postcss-plugin",
  86. "svg",
  87. "svgo"
  88. ],
  89. "license": "MIT",
  90. "main": "dist/index.js",
  91. "name": "postcss-svgo",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/ben-eb/postcss-svgo.git"
  95. },
  96. "scripts": {
  97. "contributorAdd": "all-contributors add",
  98. "contributorGenerate": "all-contributors generate",
  99. "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
  100. "pretest": "eslint src",
  101. "report": "nyc report --reporter=html",
  102. "test": "nyc --reporter=text ava src/__tests__",
  103. "test-012": "nyc --reporter=text ava src/__tests__"
  104. },
  105. "version": "2.1.6"
  106. }