package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/template@^7.27.2",
  3. "_id": "@babel/template@7.27.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==",
  6. "_location": "/@babel/template",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/template@^7.27.2",
  12. "name": "@babel/template",
  13. "escapedName": "@babel%2ftemplate",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.2"
  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.27.2.tgz",
  28. "_shasum": "fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d",
  29. "_spec": "@babel/template@^7.27.2",
  30. "_where": "E:\\vue_project\\el-table-column\\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.27.1",
  41. "@babel/parser": "^7.27.2",
  42. "@babel/types": "^7.27.1"
  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.27.2"
  63. }