package.json 459 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "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": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils",
  "main": "lib/index.js",
  "gitHead": "a7620bd266ae1345975767bbc7abf09034437017"
}