package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "@svgr/plugin-svgo@^5.5.0",
  3. "_id": "@svgr/plugin-svgo@5.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==",
  6. "_location": "/@svgr/plugin-svgo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@svgr/plugin-svgo@^5.5.0",
  12. "name": "@svgr/plugin-svgo",
  13. "escapedName": "@svgr%2fplugin-svgo",
  14. "scope": "@svgr",
  15. "rawSpec": "^5.5.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^5.5.0"
  18. },
  19. "_requiredBy": [
  20. "/@svgr/webpack"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@svgr/plugin-svgo/-/plugin-svgo-5.5.0.tgz",
  23. "_shasum": "02da55d85320549324e201c7b2e53bf431fcc246",
  24. "_spec": "@svgr/plugin-svgo@^5.5.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@svgr\\webpack",
  26. "author": {
  27. "name": "Greg Bergé",
  28. "email": "berge.greg@gmail.com"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "cosmiconfig": "^7.0.0",
  33. "deepmerge": "^4.2.2",
  34. "svgo": "^1.2.2"
  35. },
  36. "deprecated": false,
  37. "description": "Optimize SVG",
  38. "engines": {
  39. "node": ">=10"
  40. },
  41. "funding": {
  42. "type": "github",
  43. "url": "https://github.com/sponsors/gregberge"
  44. },
  45. "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23",
  46. "homepage": "https://react-svgr.com",
  47. "keywords": [
  48. "svgr-plugin"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/index.js",
  52. "name": "@svgr/plugin-svgo",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "https://github.com/gregberge/svgr/tree/master/packages/plugin-svgo"
  59. },
  60. "scripts": {
  61. "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
  62. "prebuild": "rm -rf lib/",
  63. "prepublishOnly": "yarn run build"
  64. },
  65. "version": "5.5.0"
  66. }