Blame view

天文台pc/tianwentai-ui/node_modules/@babel/helper-plugin-utils/package.json 614 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  {
    "name": "@babel/helper-plugin-utils",
    "version": "7.28.6",
    "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"
    },
    "devDependencies": {
      "@babel/core": "^7.28.6"
    },
    "type": "commonjs"
  }