package.json 2.7 KB

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