source: trip-planner-front/node_modules/@babel/helpers/package.json@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 719 bytes
Line 
1{
2 "name": "@babel/helpers",
3 "version": "7.15.4",
4 "description": "Collection of helper functions used by Babel transforms.",
5 "author": "The Babel Team (https://babel.dev/team)",
6 "homepage": "https://babel.dev/docs/en/next/babel-helpers",
7 "license": "MIT",
8 "publishConfig": {
9 "access": "public"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/babel/babel.git",
14 "directory": "packages/babel-helpers"
15 },
16 "main": "./lib/index.js",
17 "dependencies": {
18 "@babel/template": "^7.15.4",
19 "@babel/traverse": "^7.15.4",
20 "@babel/types": "^7.15.4"
21 },
22 "devDependencies": {
23 "@babel/helper-plugin-test-runner": "7.14.5"
24 },
25 "engines": {
26 "node": ">=6.9.0"
27 }
28}
Note: See TracBrowser for help on using the repository browser.