Add node modules and compiled JavaScript from main (#54)

Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
github-actions[bot]
2022-06-29 15:41:55 -04:00
committed by GitHub
parent 4a983766a0
commit 52d71d28bd
6814 changed files with 2048539 additions and 2 deletions

32
node_modules/@babel/helpers/package.json generated vendored Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "@babel/helpers",
"version": "7.18.2",
"description": "Collection of helper functions used by Babel transforms.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helpers",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helpers"
},
"main": "./lib/index.js",
"dependencies": {
"@babel/template": "^7.16.7",
"@babel/traverse": "^7.18.2",
"@babel/types": "^7.18.2"
},
"devDependencies": {
"@babel/generator": "^7.18.2",
"@babel/helper-plugin-test-runner": "^7.16.7",
"@babel/parser": "^7.18.0",
"regenerator-runtime": "^0.13.9",
"terser": "^5.9.0"
},
"engines": {
"node": ">=6.9.0"
}
}