package.json 1.9 KB

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