package.json 537 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "name": "@babel/helper-function-name",
  "version": "7.9.5",
  "description": "Helper function to change the property 'name' of every function",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "dependencies": {
    "@babel/helper-get-function-arity": "^7.8.3",
    "@babel/template": "^7.8.3",
    "@babel/types": "^7.9.5"
  },
  "gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d"
}