package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/template@^7.12.13",
  3. "_id": "@babel/template@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==",
  6. "_location": "/@babel/template",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/template@^7.12.13",
  12. "name": "@babel/template",
  13. "escapedName": "@babel%2ftemplate",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.13"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-function-name",
  22. "/@babel/helper-module-transforms",
  23. "/@babel/helper-wrap-function",
  24. "/@babel/helpers"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz",
  27. "_shasum": "530265be8a2589dbb37523844c5bcb55947fb327",
  28. "_spec": "@babel/template@^7.12.13",
  29. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\core",
  30. "author": {
  31. "name": "Sebastian McKenzie",
  32. "email": "sebmck@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/code-frame": "^7.12.13",
  40. "@babel/parser": "^7.12.13",
  41. "@babel/types": "^7.12.13"
  42. },
  43. "deprecated": false,
  44. "description": "Generate an AST from a string template.",
  45. "homepage": "https://babel.dev/docs/en/next/babel-template",
  46. "license": "MIT",
  47. "main": "lib/index.js",
  48. "name": "@babel/template",
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/babel/babel.git",
  55. "directory": "packages/babel-template"
  56. },
  57. "version": "7.12.13"
  58. }