ghaction-upx/node_modules/@babel/template/package.json
2020-01-23 08:49:02 +00:00

55 lines
1.6 KiB
JSON

{
"_from": "@babel/template@^7.8.3",
"_id": "@babel/template@7.8.3",
"_inBundle": false,
"_integrity": "sha512-04m87AcQgAFdvuoyiQ2kgELr2tV8B4fP/xJAVUL3Yb3bkNdMedD3d0rlSQr3PegP0cms3eHjl1F7PWlvWbU8FQ==",
"_location": "/@babel/template",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/template@^7.8.3",
"name": "@babel/template",
"escapedName": "@babel%2ftemplate",
"scope": "@babel",
"rawSpec": "^7.8.3",
"saveSpec": null,
"fetchSpec": "^7.8.3"
},
"_requiredBy": [
"/@babel/core",
"/@babel/helper-function-name",
"/@babel/helpers",
"/istanbul-lib-instrument"
],
"_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz",
"_shasum": "e02ad04fe262a657809327f578056ca15fd4d1b8",
"_spec": "@babel/template@^7.8.3",
"_where": "/home/runner/work/ghaction-upx/ghaction-upx/node_modules/@babel/core",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "^7.8.3",
"@babel/parser": "^7.8.3",
"@babel/types": "^7.8.3"
},
"deprecated": false,
"description": "Generate an AST from a string template.",
"gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/template",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-template"
},
"version": "7.8.3"
}