package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "@babel/template@7.12.13",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/template@7.12.13",
  10. "_id": "@babel/template@7.12.13",
  11. "_inBundle": false,
  12. "_integrity": "sha1-UwJlvooliduzdSOETFvLVZR/syc=",
  13. "_location": "/@babel/template",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/template@7.12.13",
  19. "name": "@babel/template",
  20. "escapedName": "@babel%2ftemplate",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.13",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.13"
  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.npm.taobao.org/@babel/template/download/@babel/template-7.12.13.tgz?cache=0&sync_timestamp=1612314730561&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Ftemplate%2Fdownload%2F%40babel%2Ftemplate-7.12.13.tgz",
  35. "_spec": "7.12.13",
  36. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  37. "author": {
  38. "name": "Sebastian McKenzie",
  39. "email": "sebmck@gmail.com"
  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.12.13",
  46. "@babel/parser": "^7.12.13",
  47. "@babel/types": "^7.12.13"
  48. },
  49. "description": "Generate an AST from a string template.",
  50. "homepage": "https://babel.dev/docs/en/next/babel-template",
  51. "license": "MIT",
  52. "main": "lib/index.js",
  53. "name": "@babel/template",
  54. "publishConfig": {
  55. "access": "public"
  56. },
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/babel/babel.git",
  60. "directory": "packages/babel-template"
  61. },
  62. "version": "7.12.13"
  63. }