package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@babel/template@^7.28.6",
  3. "_id": "@babel/template@7.28.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
  6. "_location": "/@babel/template",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/template@^7.28.6",
  12. "name": "@babel/template",
  13. "escapedName": "@babel%2ftemplate",
  14. "scope": "@babel",
  15. "rawSpec": "^7.28.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.28.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/core",
  21. "/@babel/helper-wrap-function",
  22. "/@babel/helpers",
  23. "/@babel/plugin-transform-computed-properties",
  24. "/@babel/traverse",
  25. "/@vue/babel-plugin-jsx"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.28.6.tgz",
  28. "_shasum": "0e7e56ecedb78aeef66ce7972b082fce76a23e57",
  29. "_spec": "@babel/template@^7.28.6",
  30. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@babel\\core",
  31. "author": {
  32. "name": "The Babel Team",
  33. "url": "https://babel.dev/team"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "@babel/code-frame": "^7.28.6",
  41. "@babel/parser": "^7.28.6",
  42. "@babel/types": "^7.28.6"
  43. },
  44. "deprecated": false,
  45. "description": "Generate an AST from a string template.",
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-template",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/template",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-template"
  60. },
  61. "type": "commonjs",
  62. "version": "7.28.6"
  63. }