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.

63 lines
1.8 KiB

4 years ago
{
"_from": "@babel/template@^7.8.6",
"_id": "@babel/template@7.10.3",
"_inBundle": false,
"_integrity": "sha512-5BjI4gdtD+9fHZUsaxPHPNpwa+xRkDO7c7JbhYn2afvrkDu5SfAAbi9AIMXw2xEhO/BR35TqiW97IqNvCo/GqA==",
"_location": "/@babel/template",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/template@^7.8.6",
"name": "@babel/template",
"escapedName": "@babel%2ftemplate",
"scope": "@babel",
"rawSpec": "^7.8.6",
"saveSpec": null,
"fetchSpec": "^7.8.6"
},
"_requiredBy": [
"/@babel/core",
"/@babel/helper-function-name",
"/@babel/helper-module-transforms",
"/@babel/helper-remap-async-to-generator",
"/@babel/helper-simple-access",
"/@babel/helper-wrap-function",
"/@babel/helpers",
"/istanbul-lib-instrument"
],
"_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.3.tgz",
"_shasum": "4d13bc8e30bf95b0ce9d175d30306f42a2c9a7b8",
"_spec": "@babel/template@^7.8.6",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\@babel\\core",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "^7.10.3",
"@babel/parser": "^7.10.3",
"@babel/types": "^7.10.3"
},
"deprecated": false,
"description": "Generate an AST from a string template.",
"gitHead": "2787ee2f967b6d8e1121fca00a8d578d75449a53",
"homepage": "https://babeljs.io/",
"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"
},
"version": "7.10.3"
}