package.json 353 B

12345678910
  1. {
  2. "name": "@babel/helper-plugin-utils",
  3. "version": "7.0.0",
  4. "description": "General utilities for plugins to use",
  5. "author": "Logan Smyth <loganfsmyth@gmail.com>",
  6. "homepage": "https://babeljs.io/",
  7. "license": "MIT",
  8. "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils",
  9. "main": "lib/index.js"
  10. }