package.json 1.71 KB
{
  "_from": "@babel/template@^7.10.4",
  "_id": "@babel/template@7.12.7",
  "_inBundle": false,
  "_integrity": "sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==",
  "_location": "/@babel/template",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@babel/template@^7.10.4",
    "name": "@babel/template",
    "escapedName": "@babel%2ftemplate",
    "scope": "@babel",
    "rawSpec": "^7.10.4",
    "saveSpec": null,
    "fetchSpec": "^7.10.4"
  },
  "_requiredBy": [
    "/@babel/core",
    "/@babel/helper-function-name",
    "/@babel/helper-module-transforms",
    "/@babel/helper-wrap-function",
    "/@babel/helpers",
    "/babel-plugin-jest-hoist"
  ],
  "_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.12.7.tgz",
  "_shasum": "c817233696018e39fbb6c491d2fb684e05ed43bc",
  "_spec": "@babel/template@^7.10.4",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\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.4",
    "@babel/parser": "^7.12.7",
    "@babel/types": "^7.12.7"
  },
  "deprecated": false,
  "description": "Generate an AST from a string template.",
  "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.12.7"
}