Co-authored-by: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"name": "@babel/helper-plugin-utils",
|
|
"version": "7.8.3",
|
|
"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"
|
|
}
|