1
0
mirror of https://github.com/actions/labeler synced 2026-05-09 06:01:01 +02:00
This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -1,48 +1,49 @@
{
"_args": [
[
"@babel/template@7.4.4",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "@babel/template@7.4.4",
"_id": "@babel/template@7.4.4",
"_from": "@babel/template@^7.10.4",
"_id": "@babel/template@7.10.4",
"_inBundle": false,
"_integrity": "sha512-CiGzLN9KgAvgZsnivND7rkA+AeJ9JB0ciPOD4U59GKbQP2iQl+olF1l76kJOupqidozfZ32ghwBEJDhnk9MEcw==",
"_integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==",
"_location": "/@babel/template",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "@babel/template@7.4.4",
"raw": "@babel/template@^7.10.4",
"name": "@babel/template",
"escapedName": "@babel%2ftemplate",
"scope": "@babel",
"rawSpec": "7.4.4",
"rawSpec": "^7.10.4",
"saveSpec": null,
"fetchSpec": "7.4.4"
"fetchSpec": "^7.10.4"
},
"_requiredBy": [
"/@babel/core",
"/@babel/helper-function-name",
"/@babel/helper-module-transforms",
"/@babel/helper-simple-access",
"/@babel/helpers",
"/istanbul-lib-instrument"
],
"_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.4.4.tgz",
"_spec": "7.4.4",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz",
"_shasum": "3251996c4200ebc71d1a8fc405fba940f36ba278",
"_spec": "@babel/template@^7.10.4",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@babel/core",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.4.4",
"@babel/types": "^7.4.4"
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "^7.10.4",
"@babel/parser": "^7.10.4",
"@babel/types": "^7.10.4"
},
"deprecated": false,
"description": "Generate an AST from a string template.",
"gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
"gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
@@ -52,7 +53,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-template"
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-template"
},
"version": "7.4.4"
"version": "7.10.4"
}