package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "@babel/template@7.15.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/template@7.15.4",
  10. "_id": "@babel/template@7.15.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-UYmNNdzz+qZwxO5q/P1RfuE58ZQ=",
  13. "_location": "/@babel/template",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/template@7.15.4",
  19. "name": "@babel/template",
  20. "escapedName": "@babel%2ftemplate",
  21. "scope": "@babel",
  22. "rawSpec": "7.15.4",
  23. "saveSpec": null,
  24. "fetchSpec": "7.15.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core",
  28. "/@babel/helper-function-name",
  29. "/@babel/helper-module-transforms",
  30. "/@babel/helper-wrap-function",
  31. "/@babel/helpers",
  32. "/@vue/babel-plugin-jsx"
  33. ],
  34. "_resolved": "https://registry.nlark.com/@babel/template/download/@babel/template-7.15.4.tgz",
  35. "_spec": "7.15.4",
  36. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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.14.5",
  46. "@babel/parser": "^7.15.4",
  47. "@babel/types": "^7.15.4"
  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. "version": "7.15.4"
  66. }