package.json 1.8 KB

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