package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "postcss-svgo@4.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-svgo@4.0.2",
  10. "_id": "postcss-svgo@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-F7mXvHEbMzurFDqu07jT1uPTglg=",
  13. "_location": "/postcss-svgo",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-svgo@4.0.2",
  19. "name": "postcss-svgo",
  20. "escapedName": "postcss-svgo",
  21. "rawSpec": "4.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.2"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/postcss-svgo/download/postcss-svgo-4.0.2.tgz",
  29. "_spec": "4.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Ben Briggs",
  33. "email": "beneb.info@gmail.com",
  34. "url": "http://beneb.info"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/cssnano/cssnano/issues"
  38. },
  39. "dependencies": {
  40. "is-svg": "^3.0.0",
  41. "postcss": "^7.0.0",
  42. "postcss-value-parser": "^3.0.0",
  43. "svgo": "^1.0.0"
  44. },
  45. "description": "Optimise inline SVG with PostCSS.",
  46. "devDependencies": {
  47. "babel-cli": "^6.0.0",
  48. "cross-env": "^5.0.0",
  49. "pleeease-filters": "^4.0.0"
  50. },
  51. "engines": {
  52. "node": ">=6.9.0"
  53. },
  54. "files": [
  55. "LICENSE-MIT",
  56. "dist"
  57. ],
  58. "homepage": "https://github.com/cssnano/cssnano",
  59. "keywords": [
  60. "css",
  61. "minify",
  62. "optimise",
  63. "postcss",
  64. "postcss-plugin",
  65. "svg",
  66. "svgo"
  67. ],
  68. "license": "MIT",
  69. "main": "dist/index.js",
  70. "name": "postcss-svgo",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/cssnano/cssnano.git"
  74. },
  75. "scripts": {
  76. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  77. },
  78. "version": "4.0.2"
  79. }