package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@babel/template@^7.16.7",
  3. "_id": "@babel/template@7.16.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
  6. "_location": "/@babel/template",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/template@^7.16.7",
  12. "name": "@babel/template",
  13. "escapedName": "@babel%2ftemplate",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  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. "/babel-plugin-jest-hoist"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
  28. "_shasum": "8d126c8701fde4d66b264b3eba3d96f07666d155",
  29. "_spec": "@babel/template@^7.16.7",
  30. "_where": "H:\\gs_nuxt\\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.16.7",
  41. "@babel/parser": "^7.16.7",
  42. "@babel/types": "^7.16.7"
  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. "version": "7.16.7"
  62. }