| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_from": "@babel/template@^7.28.6",
- "_id": "@babel/template@7.28.6",
- "_inBundle": false,
- "_integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
- "_location": "/@babel/template",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/template@^7.28.6",
- "name": "@babel/template",
- "escapedName": "@babel%2ftemplate",
- "scope": "@babel",
- "rawSpec": "^7.28.6",
- "saveSpec": null,
- "fetchSpec": "^7.28.6"
- },
- "_requiredBy": [
- "/@babel/core",
- "/@babel/helper-wrap-function",
- "/@babel/helpers",
- "/@babel/plugin-transform-computed-properties",
- "/@babel/traverse",
- "/@vue/babel-plugin-jsx"
- ],
- "_resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.28.6.tgz",
- "_shasum": "0e7e56ecedb78aeef66ce7972b082fce76a23e57",
- "_spec": "@babel/template@^7.28.6",
- "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\@babel\\core",
- "author": {
- "name": "The Babel Team",
- "url": "https://babel.dev/team"
- },
- "bugs": {
- "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@babel/code-frame": "^7.28.6",
- "@babel/parser": "^7.28.6",
- "@babel/types": "^7.28.6"
- },
- "deprecated": false,
- "description": "Generate an AST from a string template.",
- "engines": {
- "node": ">=6.9.0"
- },
- "homepage": "https://babel.dev/docs/en/next/babel-template",
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "@babel/template",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-template"
- },
- "type": "commonjs",
- "version": "7.28.6"
- }
|