18 lines
451 B
JSON
18 lines
451 B
JSON
{
|
|
"name": "@babel/helper-plugin-utils",
|
|
"version": "7.10.4",
|
|
"description": "General utilities for plugins to use",
|
|
"author": "Logan Smyth <loganfsmyth@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"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"
|
|
}
|