You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.8 KiB

{
"_from": "@babel/template@^7.25.9",
"_id": "@babel/template@7.25.9",
"_inBundle": false,
"_integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==",
"_location": "/@babel/template",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/template@^7.25.9",
"name": "@babel/template",
"escapedName": "@babel%2ftemplate",
"scope": "@babel",
"rawSpec": "^7.25.9",
"saveSpec": null,
"fetchSpec": "^7.25.9"
},
"_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.25.9.tgz",
"_shasum": "ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016",
"_spec": "@babel/template@^7.25.9",
"_where": "F:\\bishe\\front\\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.25.9",
"@babel/parser": "^7.25.9",
"@babel/types": "^7.25.9"
},
"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.25.9"
}