summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/@babel/helper-plugin-utils/package.json
blob: 8fa04d0c57893345c1e6da95ad4a158442ac169b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "@babel/helper-plugin-utils",
  "version": "7.20.2",
  "description": "General utilities for plugins to use",
  "author": "The Babel Team (https://babel.dev/team)",
  "homepage": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/babel/babel.git",
    "directory": "packages/babel-helper-plugin-utils"
  },
  "main": "./lib/index.js",
  "engines": {
    "node": ">=6.9.0"
  },
  "type": "commonjs"
}