web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
937 B

  1. {
  2. "name": "@svgr/hast-util-to-babel-ast",
  3. "description": "Transform HAST to Babel AST (JSX)",
  4. "version": "5.5.0",
  5. "main": "lib/index.js",
  6. "repository": "https://github.com/gregberge/svgr/tree/master/packages/hast-util-to-babel-ast",
  7. "author": "Greg Bergé <berge.greg@gmail.com>",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "keywords": [
  12. "html",
  13. "hast",
  14. "babel",
  15. "hast-util",
  16. "unist-util",
  17. "unist"
  18. ],
  19. "engines": {
  20. "node": ">=10"
  21. },
  22. "homepage": "https://react-svgr.com",
  23. "funding": {
  24. "type": "github",
  25. "url": "https://github.com/sponsors/gregberge"
  26. },
  27. "license": "MIT",
  28. "scripts": {
  29. "prebuild": "rm -rf lib/",
  30. "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
  31. "prepublishOnly": "yarn run build"
  32. },
  33. "dependencies": {
  34. "@babel/types": "^7.12.6"
  35. },
  36. "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23"
  37. }