package.json 1.7 KB

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