package.json 2.0 KB

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