package.json 2.6 KB

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