package.json 1.9 KB

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